#SRCCON: Feeling inspired

SRCCON was last week, and it was awesome. Good discussion. Good coffee. Good times. I've come to really enjoy these news nerd "reunions" of sorts – it's fun to see everyone I don't get to work with on a daily basis and put faces to names of people from the OpenNews community calls and Twitter.

All the sessions I went to were definitely engaging, although I was a little surprised by the lack of technical knowledge-sharing. I think the most concrete thing I learned was how to play "Magic the Gathering" – not that that was a problem!

In any case, the shortage of technical discussion was far outweighed by the incredible amount of brainstorming that happened around various industry issues. I wanted to take a little time to comment on a few of these.

Digital Workflow Processes

MaryJo Webster and C.J. Sinner led an awesome and quite necessary – even overdue? – session called "Let’s Create an Ideal Digital Workflow." Session participants broke into groups and discussed one of my most favorite things in the whole world: project management.

This is the truth. Yes, I am a dork.

Project management is so, so important for technical projects – and yes, technical projects in journalism are still technical projects, and editorial processes should be adapted accordingly. (TBH, the lack of true project management is the main thing that's been driving me crazy during my fellowship. I realize now that I was quite spoiled in previous jobs where I worked with some extremely talented PMs – on teams that had concrete processes in place.) I think there's a lot of opportunity for newsrooms to adopt some basic project management practices from other industries that would significantly improve our digital workflows. I'll go into detail at another time – but at the moment, I'll leave you with the process we discussed during the session itself:

  1. Document project objectives
  2. Identify roles and responsibilities (RASCI)
  3. Kickoff: Establish project management/communication tools and set deadlines
  4. Build prototype
  5. Iterate with user testing
  6. Launch
  7. Discuss lessons learned

Is this the exact workflow I'd champion? Nope. It's missing a few key pieces (like design and QA, for example) but it's a decent start. I'd love to see more discussions on this topic.

(If you're interested in seeing the other workflows from the SRCCON session, read the official session notes.)

Ethics of UXD in Journalism

Fellow fellow Livia Labate, along with Joe Germuska, facilitated an awesome discussion about maintaining journalistic integrity while designing user experiences for news products (stories, websites, apps, interactives, etc.). Read the transcript.

The session, "Journalistic Objectivity and User-Centered Design," posed the following question:

There used to be a concept of objective truth, and news saw its job as presenting it to people. If you are focusing on users, does that still work?

The prompt generated more questions from the participants:

  • Where does objectivity meet with transparency?
  • Where does the conflict happen?
  • What stories are worth telling?
  • Where is the divide between UI and content? Is there a divide?

A lot of this boiled down to the idea that developing a news platform or product may not necessarily be journalistic by nature and falls in a different category than creating news content, which is inherently journalistic and should abide by classical ideals including objectivity.

The vocal opponent to this idea was ProPublica's Scott Klein, who said, "I disagree strongly with the notion that there is a separation between these concerns in newsroom – that there is a thing called 'actual journalism' and then something else that is a 'product.' I think it’s the wrong framing. We’re all journalists doing this work. You have the responsibilities that journalists have."

I believe a difference exists between the UI and the content, but I don't think this difference excuses product designers from journalistic responsibility. An example:

  • Color. Color has meaning (green = good, red = bad, etc.), so the colors in an interface shouldn't compromise the objectivity of the product's content.
    • Acceptable design decision: User research shows that people will click a blue button over any other color – so you choose to use the color blue to indicate action items within your interface. These action items include things like "read more" buttons and sortable table headers and don't affect the meaning of the article or data.
    • Problematic design decision: If you, as a designer, are working on a graphic and decide to use a red color scale because you want to imply that something is subjectively bad, you're editorializing the data and using design to influence the user in a problematic way.

My stance: Design isn't inherently journalistic until it becomes so. As such, UI/UX/product designers need to use their powers for good. This is true for news website design, but it's especially true for things like news apps and interactive graphics. The designer's focus should be on creating the best user experience (guide people to click the right things, find the important information, get where they're trying to go), but in doing so, designers need to be conscious of their choices and make every effort to avoid design decisions that would affect the objectivity of the editorial content contained within their product.

Mobile: Embrace it

Aaron Williams, Youyou Zhou and I facilitated a session on improving interactives and data visualizations for mobile devices. I provided some resources on Github, and participants updated this etherpad with ideas from their small-group discussions.

Overall, I was pretty happy with how the session turned out, but I do have one major topic I'd like to discuss further: Building graphics for mobile doesn't have to be hellish.

As expected, much of the session's commentary about designing for mobile was negative, as illustrated in tweets like this one, which received a disheartening amount of attention:


That's a pretty standard reaction. And, sure, ensuring interactives work well on mobile is complex and is too often an afterthought – but it doesn't need to be this way. That's why we wanted to do this session: to get people thinking about mobile and provide them with resources (examples, design patterns, code snippets, and inspiration) to make building mobile interactives easier and more effective. And we, the news nerd community, need to do a better job building open-source tools and frameworks with mobile in mind. "Mobile-first" may be a good philosophy to adopt.

For my part, I will continue to update the Data Viz for All repo – and I invite others to contribute!