-
Notifications
You must be signed in to change notification settings - Fork 13
/
resume-sample.json
128 lines (128 loc) · 4.07 KB
/
resume-sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"basics": {
"name": "Richard Hendriks",
"label": "Programmer",
"picture": "http://www.piedpiper.com/app/themes/pied-piper/dist/images/richard.png",
"email": "richard.hendriks@piedpiper.com",
"phone": "(912) 555-4321",
"website": "http://piedpiper.com",
"summary": "Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinals!) 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!",
"location": {
"address": "Newell Road",
"postalCode": "94303",
"city": "Palo Alto",
"countryCode": "US",
"region": "CA"
},
"profiles": [
{
"network": "Twitter",
"username": "siliconHBO",
"url": "https://twitter.com/siliconHBO"
},
{
"network": "Facebook",
"username": "SiliconHBO",
"url": "https://www.facebook.com/SiliconHBO"
},
{
"network": "Instagram",
"username": "siliconhbo",
"url": "https://www.instagram.com/siliconhbo/"
}
]
},
"work": [
{
"name": "Pied Piper",
"position": "CEO/President",
"website": "http://piedpiper.com",
"startDate": "2014-04-13",
"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": [
"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"
]
},
{
"name": "Hooli",
"position": "Software Engineer",
"website": "http://www.hooli.xyz/",
"startDate": "2013-01-01",
"endDate": "2014-04-06",
"summary": "Worked on optimizing the backend algorithms for Hooli"
}
],
"volunteer": [
{
"organization": "CoderDojo",
"position": "Teacher",
"website": "http://coderdojo.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": "Stanford",
"area": "Computer Science",
"studyType": "B.S",
"location": "Palo Alto, CA",
"specialization": "Machine Learning",
"startDate": "2011-06-01",
"endDate": "2014-01-01",
"gpa": "GPA 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",
"website": "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. That is all."
}
]
}