From 91c339c8f095fb161108e31791ea74e7866527aa Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Sat, 2 Jul 2016 17:13:47 -0700 Subject: [PATCH] Added resume.json --- resume.json | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 resume.json diff --git a/resume.json b/resume.json new file mode 100644 index 0000000..0bc6602 --- /dev/null +++ b/resume.json @@ -0,0 +1,116 @@ +{ + "basics": { + "name": "R. Eric Wheeler", + "label": "Developer / Systems", + "picture": "http://rewiv.com/storage/me.png", + "email": "eric@ericwheeler.net", + "phone": "", + "website": "https://code.reric.me", + "summary": "", + "location": { + "address": "", + "postalCode": "CA 94578", + "city": "San Leandro", + "countryCode": "US", + "region": "California" + }, + "profiles": [ + { + "network": "Twitter", + "username": "sikofitt", + "url": "" + }, + { + "network": "Github", + "username": "sikofitt", + "url": "" + }, + { + "network": "Private Git", + "username": "sikofitt", + "url": "https://repos.bgemi.net/u/sikofitt" + }, + { + "network": "linkedin", + "username": "reric", + "url": "https://www.linkedin.com/in/reric" + } + ] + }, + "work": [ + { + "company": "Stanford University", + "position": "Developer / Systems Administrator", + "website": "https://ee.stanford.edu", + "startDate": "2007-05-27", + "endDate": "", + "summary": "", + "highlights": [ + "Build an algorithm for artist to detect if their music was violating copy right infringement laws", + "Successfully won Techcrunch Disrupt", + "Optimized an algorithm that holds the current world record for Weisman Scores" + ] + }, + { + "company": "Searchathlon INC.", + "position": "Web Developer / Linux System Administration", + "website": "http://searchathlon.com", + "startDate": "2005", + "endDate": "2006", + "summary": "", + "highlights": [] + } + ], + "volunteer": [], + "education": [], + "awards": [], + "publications": [], + "skills": [ + { + "name": "Web Development / Design", + "level": "", + "keywords": [ + "HTML5", + "CSS3", + "Javascript", + "jQuery", + "NPM", + "Bower", + "Grunt", + "Let's Encrypt" + ] + }, + { + "name": "PHP", + "level": "", + "keywords": [ + "PHP5", + "PHP7", + "Symfony 2", + "Symfony 3", + "OOP", + "Silex", + "Slim", + "Doctrine", + "Composer" + ] + } + ], + "languages": [], + "interests": [ + { + "name": "Computers", + "keywords": [ + "Hardware", + "Programming", + "Design" + ] + } + ], + "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." + } + ] +}