to json-resume yaml
parent
702dea753e
commit
98e1f7c8cb
|
|
@ -6,3 +6,4 @@ deploy
|
||||||
vendor
|
vendor
|
||||||
firebase-debug.log
|
firebase-debug.log
|
||||||
/**/node_modules
|
/**/node_modules
|
||||||
|
/json-resume/resume.json
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,113 @@
|
||||||
|
$schema: https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json
|
||||||
|
awards:
|
||||||
|
- awarder: Techcrunch
|
||||||
|
date: "2014-11-01"
|
||||||
|
summary: There is no spoon.
|
||||||
|
title: Digital Compression Pioneer Award
|
||||||
|
basics:
|
||||||
|
email: contact@blapointe.com
|
||||||
|
image: ""
|
||||||
|
label: Programmer
|
||||||
|
location:
|
||||||
|
address: 2712 Broadway St
|
||||||
|
city: San Francisco
|
||||||
|
countryCode: US
|
||||||
|
postalCode: CA 94115
|
||||||
|
region: California
|
||||||
|
name: Bree LaPointe
|
||||||
|
phone: (912) 555-4321
|
||||||
|
profiles:
|
||||||
|
- network: Twitter
|
||||||
|
url: ""
|
||||||
|
username: neutralthoughts
|
||||||
|
- network: SoundCloud
|
||||||
|
url: https://soundcloud.example.com/dandymusicnl
|
||||||
|
username: dandymusicnl
|
||||||
|
summary: Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinal!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a “length-limited” conversation!
|
||||||
|
url: http://richardhendricks.example.com
|
||||||
|
education:
|
||||||
|
- area: Information Technology
|
||||||
|
courses:
|
||||||
|
- DB1101 - Basic SQL
|
||||||
|
- CS2011 - Java Introduction
|
||||||
|
endDate: "2014-01-01"
|
||||||
|
institution: University of Oklahoma
|
||||||
|
score: "4.0"
|
||||||
|
startDate: "2011-06-01"
|
||||||
|
studyType: Bachelor
|
||||||
|
url: https://www.ou.edu/
|
||||||
|
interests:
|
||||||
|
- keywords:
|
||||||
|
- Ferrets
|
||||||
|
- Unicorns
|
||||||
|
name: Wildlife
|
||||||
|
languages:
|
||||||
|
- fluency: Native speaker
|
||||||
|
language: English
|
||||||
|
meta:
|
||||||
|
canonical: https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json
|
||||||
|
lastModified: 2017-12-24T15:53:00
|
||||||
|
version: v1.0.0
|
||||||
|
projects:
|
||||||
|
- description: A mapping engine that misguides you
|
||||||
|
endDate: "2016-08-24"
|
||||||
|
entity: Smoogle
|
||||||
|
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
|
||||||
|
name: Miss Direction
|
||||||
|
roles:
|
||||||
|
- Team lead
|
||||||
|
- Designer
|
||||||
|
startDate: "2016-08-24"
|
||||||
|
type: application
|
||||||
|
url: missdirection.example.com
|
||||||
|
publications:
|
||||||
|
- name: Video compression for 3d media
|
||||||
|
publisher: Hooli
|
||||||
|
releaseDate: "2014-10-01"
|
||||||
|
summary: Innovative middle-out compression algorithm that changes the way we store data.
|
||||||
|
url: http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)
|
||||||
|
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.
|
||||||
|
skills:
|
||||||
|
- keywords:
|
||||||
|
- HTML
|
||||||
|
- CSS
|
||||||
|
- Javascript
|
||||||
|
level: Master
|
||||||
|
name: Web Development
|
||||||
|
- keywords:
|
||||||
|
- Mpeg
|
||||||
|
- MP4
|
||||||
|
- GIF
|
||||||
|
level: Master
|
||||||
|
name: Compression
|
||||||
|
volunteer:
|
||||||
|
- endDate: "2013-01-01"
|
||||||
|
highlights:
|
||||||
|
- Awarded 'Teacher of the Month'
|
||||||
|
organization: CoderDojo
|
||||||
|
position: Teacher
|
||||||
|
startDate: "2012-01-01"
|
||||||
|
summary: Global movement of free coding clubs for young people.
|
||||||
|
url: http://coderdojo.example.com/
|
||||||
|
work:
|
||||||
|
- description: Awesome compression company
|
||||||
|
endDate: "2014-12-01"
|
||||||
|
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
|
||||||
|
location: Palo Alto, CA
|
||||||
|
name: Pied Piper
|
||||||
|
position: CEO/President
|
||||||
|
startDate: "2013-12-01"
|
||||||
|
summary: Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.
|
||||||
|
url: http://piedpiper.example.com
|
||||||
Loading…
Reference in New Issue