Skip to content

tamycova/vGHC2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vGHC2020

Grace Hopper Celebration is the world's largest gathering of women technologists. It is produced by AnitaB.org and presented in partnership with ACM. GHC 20 will be held at the end of September 2020.

This repo contains the scraped data of the agenda of GHC, the original agenda can be found here. The agenda can be visualized in this spreadsheet.

raw_data contains two json with speaker and event data. Speakers and event keys are sequentially assigned and do not represent anything other than an unique identifier for the speaker/event.

speakers.json

  • firstName
  • lastName
  • company
  • biography
  • title

events.json

  • date (start_date, end_date, start_PT, end_PT, start_ET, end_ET) -> dictionary with the start and end days, and start and end times in PT and in ET
  • categories
  • speakerIds -> list of keys for speakers.json
  • description
  • name
  • type

Addionally generate_csv.py is an example script to show how the raw data can be used, it turns the data into csv files that are later ingested in google spreadsheet for an easier visualization to facilitate personal planning before and during the conference.

PLEASE LET ME KNOW IF YOU FIND ANY ERRORS IN THE DATA - FEEL FREE TO OPEN AN ISSUE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages