Skip to content

Your unofficial guide to what's happening next at NICAR 2018.

Notifications You must be signed in to change notification settings

jsvine/nicar-2018-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NICAR 2018 Schedule as Structured Data

This repository contains the NICAR 2018 conference schedule as JSON and CSV files, plus the underlying Python scraper.

Going to NICAR? You might be interested in the data, analyses, and tools we've open-sourced at BuzzFeed News.

Get the data

Last updated March 11, 2018 @ 8:55AM Chicago time

Run the scraper yourself

To run the scraper, you'll need Python 3. To get started, execute the following commands in your terminal:

mkvirtualenv nicar-2018-schedule # Optional, recommended
git clone https://github.com/jsvine/nicar-2018-schedule.git
cd nicar-2018-schedule
pip install -r requirements.txt

To run the scraper, execute this command:

make schedule

Look beneath the hood

You can find the Python script that extracts and formats the schedule here.

Fix/improve things

Pull requests are welcome.

About

Your unofficial guide to what's happening next at NICAR 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published