
Upgrade Your Drupal Skills
We trained 1,000+ Drupal Developers over the last decade.
See Advanced Courses NAH, I know EnoughCreating a Custom Editorial UI for Reuters London 2012 Olympics Site
Posted Aug 16, 2012 // 0 comments
We recently had the opportunity to work with Thomson-Reuters on a rather interesting project - create a custom-built editorial suite on top of Drupal, with an eye towards eventually building out a multi-site platform - and build it in three months, just in time for the 2012 London Olympics.
Reuters would be pushing hundreds of articles and thousands of photos into the site every day, with high-volume days (like the opening ceremonies, or the Men’s 100m final) doubling the volume. Reuters uses a feed management engine called MediaConnect to serve out photos and text articles to their clients, and our site would be ingesting this content to populate the site.
The content model was complex - a single article could consist of dozens of photos along with article text, and this text was subject to repeated updates. For example: Images start to arrive with a slugline specific to the Men's 100m final, and as each is ingested they are appended to a slideshow that was published when the first image with a unique slugline arrived. Then, a text item arrives with the slugline that consists of a short write-up of the final results, and that item is in turn integrated into the article, which now consists of a multi-image slideshow and a text article. Later, more images arrive and are automatically appended, and an update to the text item (perhaps a final, longer story) overwrites the original text item.
All of this had to have minimal latency, of course.
We built an ingestion engine that took in the MediaConnect content stream, converted the text and photos to type-specific entities, and stitched together the associated items into an article instantiated as a complex node that could support hundreds of content associations via a system of content manifests. This content fed a network of landing pages specific to sports, events, athletes, and countries that had been built out to receive automatic content streams. The end goal was a site that, once hooked up to the MediaConnect Olympics content channel, could be populated with no editorial intervention whatsoever.
That was the easy part
Well, it wasn’t actually easy. But it was straightforward - the content was all encapsulated in well-formed XML, and although the ingestion and assembly rules were complex, once in place the system would run.
Harder, was allowing human intervention. The editorial use cases were legion, and as is the case with any high-profile news site, especially one covering a high-profile event like the Olympics, the qualitative differences between one photo and another, one version of a headline and another, were subtle but crucial. MediaConnect (and our system) lay at the end of a chain of editorial content management systems, each of which applied a layer of curation, so the content stream was not a raw torrent of news (for a look at what the photo editors experienced, see "A Glimpse Into the Hectic Life of a Reuters Photo Editor at the Olympics"). Even so, the editorial team required a high degree of granular editorial control over the story assembly process. If a story received 50+ photos, an editor would want to lock the best one at the top while still allowing automatic ingestion of more. Updates would come in for articles that had already been edited, but editors would want to review these updates to ensure that their own corrections were not overwritten. Articles built by hand would need to be ready to receive automated content at any time.
Drupal provided many, many advantages to us in building out the editorial toolkit that the Reuters team in London used to manage the constant ebb and flow of content management. We used many contributed modules
Solutions Architect Joshua Lieb has a deep knowledge of web development, content management, and programming thanks to his more than than 15 years of web development experience in the government, publishing, and NGO sectors. His proven ...
About Drupal Sun
Drupal Sun is an Evolving Web project. It allows you to:
- Do full-text search on all the articles in Drupal Planet (thanks to Apache Solr)
- Facet based on tags, author, or feed
- Flip through articles quickly (with j/k or arrow keys) to find what you're interested in
- View the entire article text inline, or in the context of the site where it was created
See the blog post at Evolving Web