Skip to content

Instantly share code, notes, and snippets.

@ethanresnick
Last active August 29, 2015 14:07
Show Gist options
  • Save ethanresnick/2c52e0993d647616c8ae to your computer and use it in GitHub Desktop.
Save ethanresnick/2c52e0993d647616c8ae to your computer and use it in GitHub Desktop.
Add Presenter
{
"links": {
"presenters.currentEmployer": {
"type": "companies"
}
},
"presenters": [{
"twitterId": "20961134",
"name": "Jon Chan",
"title": "Software Developer at Stack Overflow and Founder of <a href='http://bento.io/'>Bento</a>",
"url": "http://jonhmchan.com",
"shortBio": "Some HTML Here",
"contact": {
"email": "me@jonhmchan.com",
"twitter": "JonHMChan"
},
"isApproved": true,
"notes": "Tech@NYU Alumni.",
"school": "NYU Gallatin",
"skills": ["ruby", "angular", "php", "rails", "node", "html/css"],
"imgUrl": "http://api.tnyu.org/img/people/jonchan.jpg",
"links": {
"currentEmployer": "543f1d54ceb990925e68d2c1"
}
}]
}
@jki127
Copy link

jki127 commented Mar 26, 2015

UPDATED PRESENTER TEMPLATE

{
  "links": {
    "presenters.currentEmployer": {
      "type": "organizations"
    },
    "presenters.skills": {
      "type": "skills"
    }
  },

  "presenters": [{
    "twitterId": "765548",
    "name": "Hilary Mason",
    "title": "Founder",
    "url": "http://www.hilarymason.com/",
    "shortBio": "Founder of Fast Forward Labs, a machine intelligence research company, and Data Scientist in Residence at Accel. Previously, Chief Scientist at bitly. Also co-founder of HackNY, co-host DataGotham, and member of NYCResistor.",
    "contact": {
      "email": "me@hilarymason.com",
      "twitter": "hmason"
    },
    "isApproved": true,
    "notes": "Founder of HackNY",
    "school": "Brown University",
    "imgUrl": "https://pbs.twimg.com/profile_images/1290564266/me_square.jpg",
    "links": {
      "currentEmployer": "551340b0fde5bf73c5647b53",
      "skills": ["54e8dbe384603dcaaa29a1e6", "54e8dbe38fe676abaf008c6c"]
    }
  }]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment