forked from iammac360/jsonresume-theme-elegant
-
Notifications
You must be signed in to change notification settings - Fork 4
/
resume.json
141 lines (141 loc) · 5.1 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
{
"awards": [
{
"awarder": "Singapore Pharmacy Council",
"date": "2013-03-25",
"title": "Pharmacy Practising Certificate"
},
{
"awarder": "Pan Malayan",
"date": "2012-06-01",
"summary": "",
"title": "Pan-Malayan Entrepreneurship Prize for Best Pharmaceutical Marketing Project"
},
{
"awarder": "Ministry of Foreign Affairs, Singapore",
"date": "2008-06-01",
"summary": "The full coverage scholarship was awarded to 7 scholars from Indonesia in 2008.",
"title": "Singapore Scholarship for Bachelor\u2019s Degree"
},
{
"awarder": "Indonesian National Science Olympiad, Informatics Category",
"date": "2005-09-01",
"summary": "",
"title": "Silver Medallist"
}
],
"basics": {
"email": "leontius@gmail.com",
"location": {
"city": "Singapore"
},
"name": "Leontius Adhika Pradhana",
"profiles": [
{
"network": "LinkedIn",
"url": "http://sg.linkedin.com/in/leontius/"
},
{
"network": "GitHub",
"url": "https://github.com/leonth",
"username": "leonth"
}
],
"website": "http://leontius.net"
},
"education": [
{
"area": "Gateway to Health Informatics: an AMIA-OHSU i10x10 Course",
"endDate": "2014-07-14",
"institution": "American Medical Informatics Association",
"startDate": "2014-03-10",
"studyType": "Postgraduate Certificate"
},
{
"area": "Pharmacy",
"courses": [
"During Undergraduate Research Opportunities Programme in Science (UROPS), I developed a novel feature selection technique for cancer classification using Support Vector Machine (SVM)."
],
"endDate": "2012-08-01",
"institution": "National University of Singapore",
"startDate": "2008-08-01",
"studyType": "Bachelor of Science (Pharmacy) (Honours)"
}
],
"skills": [
{
"keywords": [
"Python",
"Java",
"PHP",
"Javascript",
"SQL",
"C",
"Pascal"
],
"name": "Programming Languages"
},
{
"keywords": [
"Drupal",
"WordPress",
"Android",
"Apache Spark",
"IPython",
"pandas Python Data Analysis Library",
"Mercurial",
"Git",
"Docker",
"HTML",
"CSS"
],
"name": "Software Technologies"
}
],
"work": [
{
"company": "Jurong Health Services",
"highlights": [
"As Subject Matter Expert for pharmacy on implementation of the new integrated EMR, I work closely with stakeholders inside and outside pharmacy to define requirements, map workflows, produce requisite clinical and non-clinical content, and drive integration efforts with other systems.",
"Maintains data stewardship and manages enhancements, bug fixes, and testing of the EMR at Alexandra Hospital.",
"Extracts data and performs analyses that drive business decisions and policy making of the department."
],
"position": "Pharmacist (IT Portfolio)",
"startDate": "2013-03-01",
"summary": "I partake in the implementation of clinical IT systems for 700-bed Ng Teng Fong General Hospital and 400-bed Jurong Community Hospital. The new hospitals feature an integrated Electronic Medical Record (EMR) across all care areas and Closed-Loop Medication Management where every dose of drug is barcoded and scanned before administration.",
"website": "http://juronghealth.com.sg/"
},
{
"company": "Jurong Health Services",
"endDate": "2013-03-01",
"position": "Pre-registration Pharmacist",
"startDate": "2012-06-01",
"summary": "Training for pharmacy practising certificate.",
"website": "http://juronghealth.com.sg/"
},
{
"company": "NUH-NKF Children's Kidney Centre, National University Hospital",
"endDate": "2012-07-01",
"position": "Software Developer (Freelance)",
"startDate": "2011-12-01",
"summary": "Implemented an SMS medication compliance system used for research. The application sends text messages to patients' phones to remind them to take medications and tracks replies to indicate compliance.",
"website": "http://www.nuh.com.sg"
},
{
"company": "Teamie",
"endDate": "2011-07-01",
"position": "Software Developer Intern",
"startDate": "2011-04-01",
"summary": "Developed modules the Drupal-based core product, a cloud-based collaborative learning platform. Initiated and oversaw usage of Mercurial version control system for the engineering team.",
"website": "https://theteamie.com/"
},
{
"company": "Google",
"endDate": "2010-07-01",
"position": "Google Summer of Code Software Developer",
"startDate": "2010-05-01",
"summary": "Selected to receive grant from Google among 1026 students globally to work on the project Reactome-Wikipathways Round-trip Converter which was successfully completed, enabling rapid interoperabilty between the organisations.",
"website": "https://developers.google.com/open-source/soc/"
}
]
}