Skip to content

Instantly share code, notes, and snippets.

@koaning
Last active July 28, 2021 18:58
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 koaning/c5f1f621a487a762f95722d6f0dd1c02 to your computer and use it in GitHub Desktop.
Save koaning/c5f1f621a487a762f95722d6f0dd1c02 to your computer and use it in GitHub Desktop.
resume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Vincent D. Warmerdam",
"label": "Senior Data Professional & Research Advocate",
"image": "",
"email": "vincentwarmerdam@gmail.com",
"url": "https://koaning.io",
"summary": "",
"location": {
"city": "Haarlem",
"countryCode": "the Netherlands",
"region": "NH"
},
"profiles": [
{
"network": "Twitter",
"username": "fishnets88",
"url": "https://twitter.com/fishnets88"
},
{
"network": "Linkedin",
"username": "vincentwarmerdam",
"url": "https://www.linkedin.com/in/vincentwarmerdam/"
}
]
},
"work": [
{
"name": "Rasa",
"location": "Remote",
"description": "Chatbot Technology",
"position": "Research Advocate",
"url": "https://rasa.com/",
"startDate": "2020-02-01",
"endDate": "now",
"summary": "Rasa is *the* open source technology solution for making virtual assistants that scale.",
"highlights": [
"Made meaningful contributions to the product in the realm of Non-English NLP and Label Quality",
"Created developer tools for the research team and community. These packages include whatlies, rasa-nlu-examples, taipo and rasalit.",
"Created a popular Youtube channel that explains algorithms in NLP called 'the Algorithm Whiteboard'.",
"Designed the Rasa Online Learning Environment"
]
}
],
"volunteer": [
{
"organization": "CoderDojo",
"position": "Teacher",
"url": "http://coderdojo.example.com/",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Global movement of free coding clubs for young people.",
"highlights": [
"Awarded 'Teacher of the Month'"
]
}
],
"education": [
{
"institution": "University of Oklahoma",
"url": "https://www.ou.edu/",
"area": "Information Technology",
"studyType": "Bachelor",
"startDate": "2011-06-01",
"endDate": "2014-01-01",
"score": "4.0",
"courses": [
"DB1101 - Basic SQL",
"CS2011 - Java Introduction"
]
}
],
"awards": [
{
"title": "Digital Compression Pioneer Award",
"date": "2014-11-01",
"awarder": "Techcrunch",
"summary": "There is no spoon."
}
],
"publications": [
{
"name": "Video compression for 3d media",
"publisher": "Hooli",
"releaseDate": "2014-10-01",
"url": "http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)",
"summary": "Innovative middle-out compression algorithm that changes the way we store data."
}
],
"skills": [
{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript"
]
},
{
"name": "Compression",
"level": "Master",
"keywords": [
"Mpeg",
"MP4",
"GIF"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Wildlife",
"keywords": [
"Ferrets",
"Unicorns"
]
}
],
"references": [
{
"name": "Erlich Bachman",
"reference": "It is my pleasure to recommend Richard, his performance working as a consultant for Main St. Company proved that he will be a valuable addition to any company."
}
],
"projects": [
{
"name": "Miss Direction",
"description": "A mapping engine that misguides you",
"highlights": [
"Won award at AIHacks 2016",
"Built by all women team of newbie programmers",
"Using modern technologies such as GoogleMaps, Chrome Extension and Javascript"
],
"keywords": [
"GoogleMaps",
"Chrome Extension",
"Javascript"
],
"startDate": "2016-08-24",
"endDate": "2016-08-24",
"url": "missdirection.example.com",
"roles": [
"Team lead",
"Designer"
],
"entity": "Smoogle",
"type": "application"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2017-12-24T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment