Skip to content

Add JSCONF-US 2019 #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions client/data/conferences.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
"start_date": "2018-06-01",
"end_date": "2018-06-02",
"locations": ["Arena Berlin. Eichenstraße 4, 12435 Berlin, Germany"]
},
"6": {
"name": "JSConf US 2019 ",
"start_date": "2019-07-12",
"end_date": "2019-07-14",
"locations": ["sunny Carlsbad, California just outside of San Diego."]
}
}
}
44 changes: 43 additions & 1 deletion client/data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,48 @@
"168": { "name": "Ida Aalen" },
"169": { "name": "Lara Schenck" },
"170": { "name": "Philip Walton" },
"171": { "name": "Claudina Sarahe" }
"171": { "name": "Claudina Sarahe" },
"172": { "name": "Adam Giese" },
"173": { "name": "Tim Doherty" },
"174": { "name": "Jeremy Wagner " },
"175": { "name": "Simeon Vincent " },
"176": { "name": "Kat Kitay " },
"177": { "name": "Will Klein " },
"178": { "name": "Kyle Hill " },
"179": { "name": "Theodore Vorillas " },
"180": { "name": "Julien Fitzpatrick " },
"181": { "name": " Nicholas Boll " },
"182": { "name": "Sara Fecadu " },
"183": { "name": "Glen Goodwin " },
"184": { "name": "Patricia Realini" },
"185": { "name": "Jeff Hoffer" },
"186": { "name": "Bryan Hughes" },
"187": { "name": "David Whittaker" },
"188": { "name": "Ramón Huidobro" },
"189": { "name": "Andy Ruestow" },
"190": { "name": "Bryan Donovan" },
"191": { "name": "Ariba Jahan" },
"192": { "name": "Thomas Drach" },
"193": { "name": "Tierney Cyren" },
"194": { "name": "Sophia Shoemaker" },
"195": { "name": "Gerwin Brunner" },
"196": { "name": "David Krehling" },
"197": { "name": "Lara Schenck" },
"198": { "name": "Luke Herrington" },
"199": { "name": "Florian Rival" },
"200": { "name": "Daniel Lopez" },
"201": { "name": "Peter Aitken" },
"202": { "name": "Salem Hilal" },
"203": { "name": "Charlie Gerard" },
"204": { "name": "Dominik Kundel " },
"205": { "name": "Jen Luker" },
"206": { "name": "Suzie Grange" },
"207": { "name": "Alexandra Sunderland" },
"208": { "name": "Anton Abilov" },
"209": { "name": "Daniel Cousineau" },
"210": { "name": "Samuel Agnew" },
"211": { "name": "Hayley Denbraver" }


}
}
2 changes: 1 addition & 1 deletion client/data/talk_categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"1": {
"name": "JavaScript",
"alternative_spelling": []
"alternative_spelling": ["js"]
},
"2": {
"name": "Front-end",
Expand Down
Loading