Skip to content

Instantly share code, notes, and snippets.

@Daniel1of1
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daniel1of1/e318bddd70ec6a49d425 to your computer and use it in GitHub Desktop.
Save Daniel1of1/e318bddd70ec6a49d425 to your computer and use it in GitHub Desktop.
{
"id": "alt-speaker-5", // in the form of alt-speaker-x where x is unique to speaker
"event": "alt", // always alt
"type": "speaker", // always speaker
"name": "Saul Mora",
"photo": "http://www.gravatar.com/avatar/4c5bc935da066bf73113e426f396ba60?s=200",
"url": "http://altconf.com/speakers", // always the same
"organization": "Magical Panda",
"position": "",
"biography": "Saul Mora is the host of NSBrief, a podcast for Cocoa developers, and an iOS Developer. Saul is an active member in the greater Cocoa developer community. Saul wrote the popular open source library MagicalRecord for iOS and Mac. He has also taught programming to elementary school children. Saul lives in Denver, Colorado with his wife and daughters.",
"sessions":
[
{
"id": "alt-session-5",
"title": "Are we using our time how we should"
}
],
"links":
[
{
"url": "http://www.magicalpanda.com",
"title": "Magical Panda",
"service": "web",
"type": "speaker-link"
},
{
"url": "https://twitter.com/casademora",
"title": "Twitter @casademora",
"service": "twitter",
"type": "speaker-link",
"username": "casademora"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment