Last active
August 29, 2015 14:01
-
-
Save Daniel1of1/e318bddd70ec6a49d425 to your computer and use it in GitHub Desktop.
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-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