This repository was archived by the owner on Jun 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathbio.json
More file actions
152 lines (152 loc) · 3.94 KB
/
bio.json
File metadata and controls
152 lines (152 loc) · 3.94 KB
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
{
"basics": {
"name": "John Ho",
"label": "Student",
"email": "hojohn3@hawaii.edu",
"picture": "https://hojohn3.github.io/images/48A3FBC8-4A66-45FB-97CF-79CB76078326-414B5922-12F6-4707-A29D-6D344AC80828.jpg",
"phone": "",
"website": "https://hojohn3.github.io",
"summary": "I am studying for a B.B.A. in Finance and Management Information Systems at the University of Hawaii at Manoa. I expect to graduate in Spring, 2022.",
"location": {
"address": "",
"postalCode": "",
"city": "Honolulu",
"countryCode": "USA",
"region": "Hawaii"
},
"profiles": [
{
"network": "github",
"username": "hojohn3",
"url": "http://github.com/hojohn3"
}
]
},
"interests": [
{
"name": "Basketball",
"keywords": [
]
},
{
"name": "Tennis",
"keywords": [
]
},
{
"name": "Stock Market",
"keywords": [
]
}
],
"skills": [
{
"name": "Languages and Frameworks",
"level": "",
"keywords": [
"C",
"C++",
"Java",
"Javascript",
"Assembly",
"Common Lisp"
]
},
{
"name": "Toolsets/OS",
"level": "",
"keywords": [
"MacOS",
"Ubuntu",
"Git/GitHub",
"g++",
"TI LaunchPad"
]
}
],
"education": [
{
"institution": "University of Hawaii, Honolulu, HI",
"area": "Computer Science (expected Spring, 2018)",
"studyType": "B.S.",
"startDate": "2013-09-01",
"endDate": "Present",
"gpa": "",
"courses": [
]
}
],
"work": [
{
"company": "UH Manoa Board of Publications",
"position": "Web Developer",
"website": "",
"startDate": "2015-08-01",
"endDate": "Present",
"summary": "Head of online presence for Ka Leo",
"highlights": [
"Maintain, update, and oversee official college newspaper website",
"Drive, design and build student-community projects for UH Manoa"
]
},
{
"company": "UH Information Technology Services",
"position": "Help Desk Consultant",
"website": "http://www.hawaii.edu/its/",
"startDate": "2015-01-01",
"endDate": "2016-03-15",
"summary": "",
"highlights": [
"Troubleshoot software, hardware and networking issues over the phone",
"Answer phone and email responses to the ITS Help Desk"
]
}
],
"volunteer": [
{
"organization": "Center for Renewable Energy and Island Sustainability",
"website": "http://manoa.hawaii.edu/reis",
"position": "Software Developer",
"startDate": "2016-01-01",
"endDate": "Present",
"summary": "Lead developer for weather sensing project",
"highlights": [
"Design firmware for distributed weather sensor network",
"Maintain custom data collection and storage infrastructure"
]
},
{
"organization": "",
"website": "",
"position": "Professional organization involvement",
"startDate": "",
"endDate": "",
"summary": "",
"highlights": [
"Chair, ACM Manoa, 2016-Present",
"Member, IEEE Student Branch, 2014-Present",
"Webmaster/IT Officer, IEEE Student Branch, UH Manoa, 2012-2013"
]
}
],
"awards": [
{
"title": "B+ Scholarship",
"date": "2013-Present",
"awarder": "State of Hawaii",
"summary": "Scholarships awarded to incoming freshmen and continuing students who complete a rigorous high school curriculum with a minimum overall GPA of 3.0 at a Hawai'i public school."
},
{
"title": "First place",
"date": "2015",
"awarder": "University of Hawaii Micromouse Competition",
"summary": "My team won first place in 2015. See my portfolio site for more details."
}
],
"references": [
{
"name": "Available upon request",
"reference": ""
}
]
}