Last active
August 29, 2015 14:01
-
-
Save Daniel1of1/7a160e82a738e0cdb93b to your computer and use it in GitHub Desktop.
session-talk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "alt-session-5", // of form alt-session-x where x is unique should match id as listed in speaker sessions | |
"title": "Are we using our time how we should", | |
"abstract": "what really matters?.Uncomfortable questions to get you thinking. 'Am I doing what matters? 'What matters for me?' 'Am I making a dent in the universe?' 'Do I care?'", | |
"description": "", | |
"url": "http://altconf.com/speakers", // always the same | |
"begin": "2014-06-02T14:00:00-08:00", // iso8601 | |
"end": "2014-06-02T14:30:00-08:00", | |
"duration": 30, | |
"day": { | |
"id": "alt-day-1", // alt-day-x where x is the day eg monday is 1 | |
"label_en": "2. June", | |
"date": "2014-06-02" | |
}, | |
"location": { | |
"id": "alt-location-mainstage", // either this or 'alt-location-labs' | |
"label_en": "Children's Creativity Museum" // either this or "Jillian's" for labs | |
}, | |
"track": { | |
"id": "lifestyle", "label_en": "Lifestyle" // choose from: lifestyle, business, development, games, general announcements | |
}, | |
"format": { | |
"id": "talk", "label_en": "Talk" // either talk or workshop | |
}, | |
"speakers": [ | |
{ "id": "alt-speaker-5", "name": "Saul Mora" } | |
], | |
"lang": { | |
"id": "en", "label_en": "English" | |
}, | |
"enclosures": [], // not used | |
"links": [ // only for when we have recordings | |
{ | |
"thumbnail": "http://www.gravatar.com/avatar/4c5bc935da066bf73113e426f396ba60", | |
"title": "altConf : Saul Mora", | |
"url": "https://www.youtube.com/watch?v=IAISUDbjXj0", | |
"service": "youtube", | |
"type": "recording" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment