Skip to content

Commit

Permalink
Added Bios and Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescha-earley committed Oct 4, 2016
1 parent 6c57619 commit 54e7f21
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 22 deletions.
8 changes: 5 additions & 3 deletions data/schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@
"sessions": [
[101],
[201],
[301]
[301],
[400]
]
}, {
"startTime": "11:10",
"endTime": "12:00",
"sessions": [
[102],
[202],
[302]
[302],
[400]
]
}, {
"startTime": "1:10",
Expand Down Expand Up @@ -76,4 +78,4 @@
[137]
]
}]
}]
}]
28 changes: 17 additions & 11 deletions data/sessions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
12
],
"language": "English"
},
},
"102": {
"id": 102,
"title": "Serving 30,000,000 Requests an Hour in the Cloud",
Expand All @@ -72,7 +72,7 @@
18
],
"language": "English"
},
},
"103": {
"id": 103,
"title": "TBD",
Expand All @@ -93,13 +93,13 @@
},
"303": {
"id": 303,
"title": "The Smart Shiba's Guide to Image Formats",
"description": "",
"title": "The Clover Platform / The Smart Shiba's Guide to Image Formats",
"description": "2 Sessions. First learn what it means to develop on the Clover Platform. Second Learn about managing your images with all the different types aviable.",
"speakers": [
15,16
],
"language": "English"
},
},
"104": {
"id": 104,
"title": "Using Firebase to Build a Webapp",
Expand All @@ -120,13 +120,13 @@
},
"304": {
"id": 304,
"title": "Depolying on AppEng - Rock, Paper, Scisors / Unknown",
"description": "",
"title": "Depolying on AppEng - Rock, Paper, Scisors / Android and the Seven Dwarfs",
"description": "2 Sessions During this time. First is Learn to deploy your Python App to App engine with DevelopHerDevelopHim and Second Session is Android's Java based programming environment has offered an easy learning curve, great adaptation but also brought its own pitfalls and problems. The httpclient shipped with android is buggy and outdated, Java's programming model does not encourage developers to use separate threads for non-ui related tasks, use of anonymous inner classes for listeners create a burden and ugly code and of course this list goes on. This talk will focus on seven great open source libraries which do fix Android's programming model, the way jquery fixes javascript. The libraries will be covered with example code, advantages, disadvantages, internals and when to use them.",
"speakers": [
15,17
15,17,14
],
"language": "English"
},
},
"105": {
"id": 105,
"title": "Magic in the Cloud with Node.js",
Expand All @@ -153,12 +153,18 @@
13
],
"language": "English"
},
},

"137": {
"id": 137,
"title": "Afterparty & Networking",
"description": "Afterparty is a great time to have some fun and meet new people",
"image": "/images/backgrounds/party.jpg"
},

"400": {
"id": 400,
"title": "Firebase Code lab",
"description": "Get hands on experience with Firebase with the help of the Firebase Team"
}
}
}
16 changes: 8 additions & 8 deletions data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"country": "CA, USA",
"photoUrl": "/images/people/martin.jpg",
"shortBio": "The Legend",
"bio": "Martin Omander, the man, the myth, the legend, all the way from the Google HQ in Silicon Valley Developer Relations Team.",
"bio": "Martin Omander works for Google in Mountain View, California. His job in the Developer Relations team is to support awesome developer communities, like the Google Developer Groups. On his spare time he manages to sneak in some programming, usually writing HTML5 apps running on top of Firebase. Before Google, Martin worked at string of startups in Silicon Valley as a software engineer.",
"tags": [
"Developer Relations"
],
Expand All @@ -163,7 +163,7 @@
"country": "CA, USA",
"photoUrl": "/images/people/liz_revised.jpg",
"shortBio": "Program Manager for Privacy and Security",
"bio": "Program Manager for Privacy and Security",
"bio": "Is a Program Manager for Privacy and Security. Her job is to gain and maintain user trust. She is also a skilled public speaker who has trained world experts and Googlers.",
"tags": [
"Privacy and Security"
],
Expand Down Expand Up @@ -349,7 +349,7 @@
"companyLogo": "/images/logos/clover.png",
"country": "CA, USA",
"photoUrl": "/images/people/james_cha.jpg",
"shortBio": "",
"shortBio": "Developer Advocate at Clover, Co-Host of DevelopHerDevelopHim",
"bio": "",
"tags": [
"--"
Expand Down Expand Up @@ -412,12 +412,12 @@
"id": 17,
"featured": "false",
"name": "Jessica Earley",
"title": "",
"company": "",
"companyLogo": "/images/logos/",
"title": "Director of Part-Time Education",
"company": "Hackbright",
"companyLogo": "/images/logos/hackbright.jpg",
"country": "CA, USA",
"photoUrl": "/images/people/jessica.jpg",
"shortBio": "",
"shortBio": "Director of Part-Time Education at Hackbright, Co-Host of DevelopHerDevelopHim",
"bio": "",
"tags": [
"--"
Expand Down Expand Up @@ -473,7 +473,7 @@
}
],
"socials": [

]
},
"19": {
Expand Down

0 comments on commit 54e7f21

Please sign in to comment.