Data in News Revisited

Ayush Subedi developed this dashboard with the guidance from Ravi Kumar. The dashboard is based on the methodology proposed by Klein, Galdin, and Mohamedou in 2016. This dashboard was initiated to assess the use of data in media in Nepal to provide an input to a World Bank report titled “Use of Data in the Private Sector of Nepal : The Current State and Opportunities in Finance, Education, and the Media”. This publication was funded by the Trust Fund for Statistical Capacity Building, a global grant facility administered by the Development Data Group of the World Bank on behalf of the contributing donors, and the Partnership for Knowledge-Based Poverty Reduction and Shared Prosperity, a World Bank project with support from the UK’s Foreign, Commonwealth and Development Office (FCDO) to increase the production and usage of data and statistics in Nepal.

Introduction

How journalists use data in their reporting or in their writing can be viewed as a reflection of the country’s demand for statistics and data. The World Bank team developed an indicator model to assess the use of data by Nepali news portals based on the methodology proposed by Klein, Galdin, and Mohamedou 2016. As of 07 Jun 2021, the results show that very few news articles indicate the source of data or mention development indicators. However, articles that discuss data, reports, research, statistics, and related topics do critically engage with these ideas.

101060 articles were analyzed to assess the use of data in media. In the previous implementation of this project, the source of data was RSS feeds from Nepali news portal. Unfortunately, due to most of the Nepali news portals deprecating their RSS feature, for this implementation, the news articles are scraped from article URLs posted by the official news portal’s account on twitter. The news portals that use twitter to post articles regularly are The Himalayan Times, Onlinekhabar, The Nepali Times, myRepublica, and The Kathmandu Post.

Implementation

Data in NEWS portal

The results from the project was used in the research article published at http://documents1.worldbank.org/curated/en/805261601023506163/pdf/Use-of-Data-in-the-Private-Sector-of-Nepal-The-Current-State-and-Opportunities-in-Finance-Education-and-the-Media.pdf

As of 9th February 2020, the results showed that very few news articles indicate the source of data or mention development indicators. However, articles that discuss data, reports, research, statistics, and related topics do critically engage with these ideas.

Unfortunately, the data collection process was halted because we ran out of our AWS Activate for Startups credits.

TODOS

  • create a simple architecture diagram
  • curate a list of twitter handles of Nepali newspapers that put URL to their newspapers
  • use twint to create datasets (historic)
  • check if url is present, url does not 404, and url belongs to the publisher
  • use Newspaper to collect important information (author, etc) and complete the dataset
  • research dash, swifter and pandarallel
  • optimize regular expression functions (if possible this should be performed during scraping)
  • create a sqlite database to hold access information (and design schema around other meta) or find and alternative
  • add checkpoints (using twint resume or build it manually)

POC

  • create a full working version of the product
  • research downloading twint as pandas to merge with previous data

Twitter handles

  • @kathmandupost
  • @thehimalayan
  • @NepaliTimes
  • @OnlineKhabar_En
  • @RepublicaNepal

The Frugal way

  • This project leverages on Github Actions for scheduling and scraping purposes.
  • This project is hosted on Heroku free tier (free ssl)
  • Uses amazing open source projects, primariliy (Twint, Newspaper) etc

Previous iteration

Find the previous iteration here: https://ayushsubedi.github.io/posts/data_in_news/