generated from uhm-descartes/NRTechfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bio.json
117 lines (117 loc) · 3.78 KB
/
bio.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
{
"basics": {
"name": "Narayana Santhanam",
"label": "NRT PI",
"picture": "img/profile.jpg",
"email": "nsanthan@hawaii.edu",
"phone": "808-956-9741",
"website": "https://nsanthan.github.io",
"summary": "Professor, Electrical and Computer Engineering department.",
"location": { "address": "", "postalCode": "96822", "city": "Honolulu", "countryCode": "USA", "region": "Hawaii" },
"profiles": [
{ "network": "github", "username": "nsanthan", "url": "http://github.com/changeme" },
{ "network": "linkedin", "username": "mollymaluhia", "url": "http://linkedin.com/in/changeme" },
{ "network": "twitter", "username": "mollymal", "url": "http://twitter.com/changeme" },
{ "network": "instagram", "username": "molly", "url": "http://instagram.com/changeme" }
]
},
"interests": [
{ "name": "Learning Theory" },
{ "name": "Statistics" },
{ "name": "Information theory" },
{ "name": "Machine Learning/AI" },
],
"skills": [
{
"name": "Languages and Frameworks",
"keywords": [ "C", "C++", "Java", "Javascript", "Assembly", "Common Lisp" ]
},
{
"name": "Toolsets/OS",
"keywords": [ "MacOS", "Ubuntu", "Git/GitHub", "g++", "TI LaunchPad" ]
}
],
"education": [
{
"institution": "University of Hawaii, Honolulu, HI",
"area": "Computer Science (expected Spring, 2018)",
"studyType": "M.S.",
"startDate": "2013-09-01",
"endDate": "Present",
"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"
}
]
}