About Who's News


Introduction

Who's News is a web app that highlights ownership and key stakeholders of Australian newspapers and allows users to vote and view on a crowdsourced trust rating. The app pairs with a Chrome Extension that displays the same information from within the site they are browsing. Our Fact Check feature allows users to submit an article for review by our independent fact checkers.

Background

Problem Space

It is contended that diversity in media ownership is an necessary component of a healthy democracy (Alderman, 2016; Pang, 2016; Vadori, 2016). Despite this, consider that:

  • In Australia, just two newspaper groups account for over 90% of daily newspapers in circulation (ACMA, 2016).
  • Data published by the Australian Communications and Media Authority (ACMA) shows that 9 individuals hold the majority of media outlets in Australia (ACMA, 2016).
  • Australia ranks just 25th on the world press freedom index (RSF, 2016).

While media owners might not write the articles, the selection of senior editorial staff is often closely managed (McKnight, 2012). Illustrating this point, a 2006 survey of journalists concluded that the political and commercial agendas of their employers had influenced their conduct - almost 40% indicated they had been directly instructed to ‘toe the commercial line’ while over 16% had been told to ‘take into account their employer’s political position’ (MEAA 2006).

Our Approach

With the above statistics in mind, we looked to see what data was publicly available on media ownership in Australia (with a focus on print/online media). There are many reports, infographics and journals available, however most exist as “snapshots” at a point in time and are not updated. The only comprehensive, regularly-maintained resource we were able to find is a clickable, interactive “Media Interests Snapshot” map made freely available by the ACMA.

Image 1 - ACMA Media Interests Snapshot

While this data is useful, navigating starts from the top (i.e. owner level) and goes down; each clickable link opens a PDF file listing an owner’s media interests. This approach has limitations; for example, to find a specific publication like the Sydney Morning Herald, a user would already need to know that it is owned by Fairfax Group Limited.

We saw an opportunity for a solution in this space, identifying 3 key areas to improve on ACMA’s existing resource:

  • Accessibility - How to connect ownership data directly to a news article being read by an end user to help contextualise the problem
  • Presentation - How to present the data in a way that is relevant to the end user without overwhelming them
  • Engagement - How to engage end-users beyond simply presenting data

Our web app, Who’s News, allows a user to quickly and easily find information about the news they consume. By searching an article URL or publication title, a user can find:

  • The name of the outlet
  • The controlling owner or corporation, as well as other outlets they own
  • Key stakeholders
  • A trust rating (which can be contributed to)
  • A fact-check rating for the outlet (users can submit articles for fact checking/rating)

User Guide

Search

Search for an Australian newspaper (online or in print) using the search box on the home page. You can search for a name (e.g. Brisbane Times) or copy and paste a url of an article.

Can't find the newspaper you're looking for? Our database currently only includes major Australian newspapers but we're adding to it regularly.

Fact Check

Who's News Fact Check allows you to submit an article to be checked and assessed by our team of community leaders.

Articles will be given a rating based on four weighted criteria which are independantly assessed by three members of the fact-checking team.

Results will be given a grade (A to F) based on an average of the three fact checker ratings.

Find something interesting? Share the results of a fact check with your friends your the share to social media buttons.

Chrome Extension

  1. Download our Github repository and unzip it.
  2. In Chrome, go the the Google Chrome Settings.
  3. On the side menu, click the extension tab.
  4. Tick the 'Developer mode' box.
  5. Click the 'Load unpacked extension' button and choose the folder 'newsbias'.
  6. Go to a news article like this one, and click on the extension button.

Current list of newspapers

  • {{news.name}}

Process

Initial Concept

Image 2 is the idea in it’s initial conception. The first idea for the landing page was a simple search interface (not dissimilar to Google) with a large search bar centered on the page. After the first pitch, it was suggested that a Chrome extension would be a natural/useful accompaniment to the web app. We commenced development of an extension to be paired with the app, integrating with any news site that exists in our database.

Framework

To begin we chose the W3.CSS (http://www.w3schools.com/w3css/default.asp) framework to provide a responsive, grid layout. It is a simple, CSS-only, light framework that gave us the basic layout and styles to build our prototype on. This framework also enabled us to create a mobile-first design. AngularJS was used to provide dynamic data throughout the prototype. It provides a basis for the main functions including search and the fact check results.

Initial UI

We liked the colour choices and contrasts in our first UI, but agreed it would benefit from imagery. For inspiration, we gathered a selection of images that reflected themes within the problem space, seen in image 4. We liked the idea of the media “control room”; silhouetted figures, dark lighting, an underlying theme of control/manipulation, etc. See the top row for examples, as well as the image that was used (under Creative Commons) as the cover for our prototype.

Chrome Extension Development

We commenced development of the Chrome extension - image 5 shows some early shots of the process, from our first “Hello World”, through to initial integration with the AngularJS controller.

UI Progress

Image 6 shows the homepage in mid September (ahead of Stand Up #1) with our cover image and logo in place. Most of the time spent at this stage was on the design, and coding the search bar to accept a variety of inputs (using AngularJS), including a publication title or direct article URL. Effort was concentrated on the code for URL parsing as we wanted to ensure we could reliably retrieve the hostname from any URL format submitted.

UX Testing: Round 1

Following the first Stand Up, we developed our first search result/trust rating page. To keep the prototype simple, we chose to store results in JSON format within our controller.js rather than implementing a real database at the back end. We created two variants of the trust rating to take to users and test preferences.

Image 7 - Search Results for Stand Up #2 / UX Test 1

With these elements developed, we conducted our first round of UX testing ahead of Stand Up #2. The testing involved semi-structured, one-on-one interviews with participants who were asked to perform a series of tasks. Outcomes from testing/Stand Up #2:

  • The purpose of the site was clear to all users
  • Some users expected the search bar to behave like Google (one user typed the title of the article in) - we added more helper text in so it was clearer what terms could be searched
  • Red colour was described as “alarming”, was suggested we use less or change altogether
  • We asked users to evaluate designs 1A and 1B for the trust rating (image 8); 1A was preferred

We had not intended for the red colour to create a negative visceral response, so we replaced it with a combination of more neutral colours (green and blue) while maintaining the contrast we had originally sought to create.

UX Testing: Round 2

Ahead of Stand Up #3, we developed four components for the Fact Checking feature and conducted another round of user tests on each one (homepage, view results, submit an article, apply to be a fact checker).

Outcomes following the user testing and Stand Up #3 feedback:

  • Incorporated latest results onto the Fact Check homepage. User suggested front loading selection of recent content to give the Fact Check homepage more functionality.
  • Added more info on Fact Check process to About page
  • Changed the colour for the ‘C’ grade from grey to a brighter colour to be in keeping with the other grade colours. This was a user suggestion.
  • Added pop-up confirmation for Submit and Apply forms with follow up email for Apply form.

Image 11 - Fact Checking Homepage / Results following incorporated changes

Login

In the final weeks of the project, we built a Fact Checker dashboard (with dummy Login page). This is a back-end area of the site where Fact Checkers can log in and see which articles are available for Fact Checking.

Chrome Extension

We also finalised the Chrome Extension, condensing the results down into a more appropriate, condensed format. The icon becomes available when an indexed site is visited, ensuring users won’t try to use the extension on a site missing from the database.

Final Changes

We made small tweaks to the design of the search result page, changing heading colours and reformatting the related results. We also worked to make the Search functionality more robust (following a slightly embarrassing test with the tutors).

Finally, we made slight changes to the site homepage, adding a list of supported sites (following feedback from the prototype demonstration), instructions for use and some detail around the Fact Check features.

Image 15 - Final Home Page.

Image 2 - “Project Idea” submission

Image 3 - First UI developed

Image 4 - Collection of images gathered for research

Image 5 - Early development of Chrome Extension

Image 6 - Homepage for Stand Up #1

Image 8 - A/B Trust Rating

Image 9 - Changing colour palate

Image 10 - Fact Checking prior to UX test #2

Image 12 - Fact Checker Login / Dashboard

Image 13 - Final evolution of Chrome Extension. Image on right is the final version.

Image 14 - Final search results.


References

ACMA. (2016). 'Media Interests' snapshot | ACMA. Acma.gov.au. Retrieved 4 September 2016, from http://acma.gov.au/theACMA/media-interests-snapshot

AIM Editorial. (2014). Democracy and diversity: media ownership in Australia. The AIM Network. Retrieved from http://theaimn.com/democracy-diversity-media-ownership-australia/

Alderman, Susan. (2016). Democracy & Diversity: Media Ownership. Retrieved 30 October 2016, from https://susanalderman.wordpress.com/2016/03/30/media-ownership/

Foreman, A. & Jordan, K. (2016). Government announces media ownership law changes. Claytonutz.com. Retrieved from https://www.claytonutz.com/knowledge/2016/march/government-announces-media-ownership-law-changes

Hobbs, M. (2016). Kick this mob out: The Murdoch media and the Australian Labor Government (2007 to 2013). Global Media Journal Australian Edition, 10(1). Retrieved from *http://www.hca.westernsydney.edu.au/gmjau/?p=1075

McKnight, D. (2012). Gina Rinehart and Rupert Murdoch: a study of power in the media. Theconversation.com. Retrieved 5 September 2016, from http://theconversation.com/gina-rinehart-and-rupert-murdoch-a-study-of-power-in-the-media-5394

MEAA (2006). The Media Muzzled: Australia’s 2006 Press Freedom Report. Sydney: Media Entertainment and Arts Alliance.

Pang, Lawrence (2016). Who Owns the News? - The Reckoner. Retrieved 25 October 2016, from *http://thereckoner.ca/who-owns-the-news/

RSF (2016). World Press Freedom Index, Reporters Without Borders retrieved 05 October, from *https://rsf.org/en/ranking

Vadori, David (2014). Democracy and Diversity: Media Ownership in Australia - Wattpad. Retrieved 26 October 2016, from https://www.wattpad.com/53754253-democracy-and-diversity-media-ownership-in