Bel LaPointe 2022-10-18 15:23:19 -06:00
parent 1d258f18ed
commit d69c76f85b
1 changed files with 64 additions and 106 deletions

View File

@ -2,111 +2,103 @@
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": { "basics": {
"name": "Bree LaPointe", "name": "Bree LaPointe",
"label": "Programmer", "label": "Senior Software Engineer",
"image": "", "picture": "",
"email": "contact@blapointe.com", "email": "contact@blapointe.com",
"phone": "(912) 555-4321", "phone": "(336) 701-6159",
"url": "http://richardhendricks.example.com", "website": "https://blapointe.com",
"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!", "summary": "",
"location": { "location": {
"address": "2712 Broadway St", "city": "Provo",
"postalCode": "CA 94115", "countryCode": "",
"city": "San Francisco", "region": "UT"
"countryCode": "US",
"region": "California"
}, },
"profiles": [ "profiles": [
{ {
"network": "Twitter", "url": "https://blapointe.com"
"username": "neutralthoughts",
"url": ""
}, },
{ {
"network": "SoundCloud", "network": "LinkedIn",
"username": "dandymusicnl", "username": "lapoba16",
"url": "https://soundcloud.example.com/dandymusicnl" "url": "https://www.linkedin.com/in/lapoba16"
} }
] ]
}, },
"work": [ "work": [
{ {
"name": "Pied Piper", "company": "Qualtrics",
"location": "Palo Alto, CA", "position": "Senior Software Engineer",
"description": "Awesome compression company", "website": "https://www.qualtrics.com",
"position": "CEO/President", "startDate": "Feb 2018",
"url": "http://piedpiper.example.com", "endDate": "Oct 2019",
"startDate": "2013-12-01",
"endDate": "2014-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.", "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.",
"highlights": [ "details": [
"Build an algorithm for artist to detect if their music was violating copy right infringement laws", {"text": "Build an algorithm for artist to detect if their music was violating copy right infringement laws", "comment": ""}
"Successfully won Techcrunch Disrupt", ]
"Optimized an algorithm that holds the current world record for Weisman Scores" },
{
"company": "Qualtrics",
"position": "Software Engineer II",
"website": "",
"startDate": "Feb 2018",
"endDate": "Oct 2019",
"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.",
"details": [
{"text": "Build an algorithm for artist to detect if their music was violating copy right infringement laws", "comment": ""}
]
},
{
"company": "Qualtrics",
"position": "Software Engineer I",
"website": "",
"startDate": "Feb 2018",
"endDate": "Oct 2019",
"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.",
"details": [
{"text": "Build an algorithm for artist to detect if their music was violating copy right infringement laws", "comment": ""}
] ]
} }
], ],
"volunteer": [ "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": [ "education": [
{ {
"institution": "University of Oklahoma", "institution": "Wake Forest University",
"url": "https://www.ou.edu/", "area": "Computer Science",
"area": "Information Technology", "studyType": "Master of Science",
"studyType": "Bachelor", "startDate": "Jan 2016",
"startDate": "2011-06-01", "endDate": "Dec 2017",
"endDate": "2014-01-01", "gpa": "3.88/4.00",
"score": "4.0", "courses": [
]
},
{
"institution": "High Point University",
"area": "Computer Science",
"studyType": "Bachelor of Arts",
"startDate": "Aug 2013",
"endDate": "Dec 2015",
"gpa": "3.91/4.00",
"courses": [ "courses": [
"DB1101 - Basic SQL",
"CS2011 - Java Introduction"
] ]
} }
], ],
"awards": [ "awards": [
{
"title": "Digital Compression Pioneer Award",
"date": "2014-11-01",
"awarder": "Techcrunch",
"summary": "There is no spoon."
}
], ],
"publications": [ "publications": [
{ {
"name": "Video compression for 3d media", "name": "Arabidopsis thaliana computationally-generated next-state gene interaction models",
"publisher": "Hooli", "publisher": "",
"releaseDate": "2014-10-01", "releaseDate": "Jun 2018",
"url": "http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)", "website": "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=05Zj5vQAAAAJ&citation_for_view=05Zj5vQAAAAJ:zYLM7Y9cAGgC",
"summary": "Innovative middle-out compression algorithm that changes the way we store data." "summary": "Refactored to improve research implementation efficiency by orders of magnitude"
} }
], ],
"skills": [ "skills": [
{ {
"name": "Web Development", "name": "Web Development",
"level": "Master", "details": [
"keywords": [ {"text":"HTML", "comment":"master"}
"HTML",
"CSS",
"Javascript"
]
},
{
"name": "Compression",
"level": "Master",
"keywords": [
"Mpeg",
"MP4",
"GIF"
] ]
} }
], ],
@ -117,44 +109,10 @@
} }
], ],
"interests": [ "interests": [
{
"name": "Wildlife",
"keywords": [
"Ferrets",
"Unicorns"
]
}
], ],
"references": [ "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": [ "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": { "meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json", "canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",