forked from mnjul/html-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
154 lines (149 loc) · 4.01 KB
/
resume.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "Christine Betts",
"title": "Computer Science Student",
"info": [
{
"type": "phone",
"data": "913-909-2180"
},
{
"type": "email",
"data": "[email protected]"
},
{
"type": "website",
"data": "christinebetts.com"
},
{
"type": "linkedin",
"data": "linkedin.com/in/bettschristine"
},
{
"type": "github",
"data": "github.com/chrstnb"
}
],
"work": [
{
"job": "Software Engineer Intern",
"date": "09.2018-",
"place": "Allen Institute for AI",
"location": "Seattle, WA",
"description": "Implementing the Semantic Scholar knowledge graph as a graph database using Neo4j. Developing a scalable system to allow robust queries and discoveries of academic networks and entity mentions."
},
{
"job": "Software Engineer Intern",
"date": "06.2018-09.2018",
"place": "Facebook",
"location": "NY, NY",
"description": "Full stack work on the News team. Contributed actively to time-sensitive team projects and defined and implemented an independent project."
},
{
"job": "U-Grad Research Assistant",
"date": "12.2017-06.2018",
"place": "Paul G. Allen School",
"location": "Seattle, WA",
"description": "Contributed to an open source operating system for a microfluidics lab-on a chip in the MISL group."
},
{
"job": "CSE 143 TEACHING ASSISTANT",
"date": "03.2017-12.2017",
"place": "Paul G. Allen School",
"location": "Seattle, WA",
"description": "Taught Java basics in second in intro programming series."
},
{
"job": "ENG. PRACTICUM INTERN",
"date": "06.2017-09.2017",
"place": "Google",
"location": "Mountain View, CA",
"description": "Communicated with cross-office team to expand the AdWords Scripts API, a service advertisers use to automate search ad creation/reporting. Uses server-side knowledge, Java & Javascript, and good documentation to create a well-designed and maintainable implementation of the designed API expansion."
},
{
"job": "CONGRESSIONAL INTERN",
"date": "01.2016-05.2016",
"place": "US House of Representatives",
"location": "Washington, DC"
},
{
"job": "INTERNAL SYSTEMS MANAGER",
"date": "08.2015-08.2016",
"place": "B.Lin Catering",
"location": "Washington, DC"
}
],
"volunteer": [
{
"job": "Big Sister",
"date": "05.2017-",
"place": "Big Brothers/Big Sisters",
"location": "Seattle, WA"
},
{
"job": "Coach / Mentor / Teacher",
"date": "09.2015-03.2016",
"place": "Girls on the Run",
"location": "Washington, DC"
}
],
"education": [
{
"job": "B. SCI. COMPUTER Science",
"date": "10.2016-",
"place": "ALLEN SCHOOL",
"location": "UNIVERSITY OF WASHINGTON",
"graduation": "June 2019",
"gpa": "3.57/4.0",
"description": "Computer Science Peer Adviser, member of the Husky Experience Student Advisory Council, and former Unite UW cross cultural facilitator."
},
{
"job": "IB DIPLOMA",
"date": "08.2011-05.2015",
"place": "LS West High School",
"location": "Lee's Summit, MO"
}
],
"skills": {
"proficient": [
"Java",
"Hack",
"React",
"GraphQL",
"Rust",
"Javascript",
"jQuery",
"HTML5/CSS3"
],
"familiar": [
"PHP",
"Python",
"Haskell",
"Racket",
"C",
"C++"
],
"tools": [
"Git/version control",
"Command line",
"GDB/LLDB",
"Mercurial",
"Neo4j",
"Docker",
"AWS"
]
},
"awards": [
"CUSP Rich Context Competition: 1st place (w/ AI2 team)",
"Allen Institute for Artificial Intelligence: Outstanding Software Engineer Scholarship/Award",
"Allen School Undergraduate Research Poster Fair: 3rd place",
"2017-2018 TUNE Scholar",
"Dreama Frost Scholarship",
"Missouri State Women in Legislature Scholarship",
"Rotary Youth Leadership Award"
],
"strengths": [
"GrapAL: Connecting the Dots in Academic Literature (Christine Betts et al.); ACL 2019 (Demo track)",
"Puddle: A Dynamic, Error-Correcting, Full-Stack Microfluidics Platform (Max Willsey et al.); ASPLOS 2019",
"AI2 Rich Context Competition whitepaper (Daniel King et al.)"
]
}