On Pace
cantl.in1 pointsby cantlin0 comments
"It seems to me then that the purpose of cerebration sessions
is not to think up new ideas but to educate the participants
in facts and fact-combinations, in theories and vagrant thoughts."
For me the best meetings, conferences and conversations are the ones that come closest to this description. > Can you go into a bit more detail for us about what the back-end which supports
> this is like, what sort of entities you use in your CMS
The Content API [1] is the heart of the beast - it takes input from our various content systems, including those involved in the production of the paper, and makes it available to frontends in a simple shared format. The CMS responsible for this piece treats content as an ordered list of entities of various types (text, video, quote, etc.). The article leverages a new (to us) pattern called layout hinting. Each entity is given a semantic value, like "narrative" or "auxilliary" which describes its relation to overall story. The rendered templates are then free to play with those however they choose. > what sort of techniques you use to separate out styles which are only used on
> one page/section etc?
I couldn't answer that one confidently, but you can always go and have a look at the source [2]. > Are you just working on some stories for the Guardian team, or working full-time
> on Guardian stuff?
I'm the product guy for content pages on the site [3].