Final submission for Google Summer of Code 2019
Final submission for my Google Summer of Code 2019 project. I worked at the Internet Archive on the Wayback Machine Team. Thank you to my mentor, Mark Graham, for all his guidance this summer. I am grateful for the opportunity to work with the incredible people at the Archive and to learn about the awesome work they’re doing.
I spent the majority of my time on the World News Project. Final, operationalized code for the project can be found at the GSC19worldnews repo
Old scripts, one-off scripts, and broken scripts live in this repo
I wrote about the project’s goals in a blog post that will be published on the Internet Archive’s blog.
TODO
DONE
As part of this project, I set up a local Apache Jena Fuseki database to store the data. See my Fuseki starter pack for more information.
As an “extra credit” project, I also did some very basic proof of concept work to create visualizations of the data produced by IA Web Meter, an API to access internal metrics of the Wayback Machine. This code is nowhere near operationalized or clean. It is a very rough proof of concept. Code can be found here
I also helped manage work on the Mueller Report project briefly. The goal of this project was to add links to all the references in the Mueller Report. Here’s a blog post detailing our efforts.
I wrote a quick scraper to grab all the links and metadata from the NYT version of the Mueller report as a starting point. Here is the code for that.