generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
194 lines (194 loc) · 6.28 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"basics": {
"name": "Beomseo Choi",
"label": "",
"image": "",
"email": "[email protected]",
"phone": "(+82) 10-8355-0772",
"url": "https://beomseochoi.github.io/",
"summary": "",
"location": {
"address": "",
"postalCode": "",
"city": "",
"countryCode": "",
"region": ""
},
"profiles": [
{
"network": "",
"username": "",
"url": ""
}
]
},
"work": [
{
"name": "All For Land Inc.",
"location": "Daejeon, Korea",
"position": "Web Developer Intern",
"url": "",
"startDate": "2024-08-19",
"endDate": "2024-11-29",
"summary": "Contributed to GIS module development, including SHP, DXF, DWG file conversion and spatial data visualization using OpenLayers.",
"highlights": [
"Implemented file conversion between SHP, DXF, and DWG formats."
]
},
{
"name": "TR Inc.",
"location": "Daejeon, Korea",
"position": "AI Backend Intern",
"url": "",
"startDate": "2023-09-01",
"endDate": "2023-12-22",
"summary": "Worked on deploying AI models and creating APIs for managing model serving through a GUI interface.",
"highlights": [
"Designed and implemented APIs to enable GUI-based management of AI model serving.",
"Participated in developing and deploying MLOps pipelines following Google MLOps Stage 2 principles."
]
},
{
"name": "Computing & Control Lab., University of Daejeon",
"location": "Daejeon, Korea",
"position": "Undergraduated Research Intern",
"url": "",
"startDate": "2022-09-01",
"endDate": "2024-08-01",
"summary": "Collaborated with TR Inc. on a lung function prediction project using deep learning techniques. Contributed to the development of \"The Spirokit,\" an AI-based portable lung function diagnostic device.",
"highlights": [
"Published as the first author in The Journal of Korean Institute of Communications and Information Sciences on AI-based lung function prediction",
"Processed and analyzed time-series data for predictive modeling in \"The Spirokit.\""
]
}
],
"education": [
{
"institution": "University of Daejeon",
"location": "Daejeon, Korea",
"url": "",
"area": "Computer Science",
"studyType": "Bachelor of Science",
"startDate": "2019-03-01",
"endDate": "2024-08-22",
"summary": "Contributed to the development of \"The Spirokit,\" an AI-based portable lung function diagnostic device.",
"gpa": "4.5",
"courses": [
"Artifical Inteligence",
"Data Mining"
]
}
],
"patents": [
{
"name": "Prediction system and method for pulmonary function",
"status": "Pending",
"number": "10-2023-0006195",
"date": "2023-01-16",
"summary": "",
"role": "Co-inventor"
}
],
"awards": [
{
"title": "On-campus Autonomous Driving Car Coding Competition",
"date": "2021-11",
"awarder": "Daejeon University",
"awardType": "Grand Prize Winner",
"url": "",
"summary": ""
}
],
"teaching": [
{
"title": "Tutoring Program",
"course": "C++",
"institution": "Daejeon University",
"semester": "Spring 2023",
"url": "",
"summary": ""
}
],
"certificates": [
{
"name": "SQL Developer",
"date": "2024-06-21",
"issuer": "한국데이터산업진흥원",
"url": "",
"icon": "fa-solid fa-hashtag"
},
{
"name": "정보처리기사",
"date": "2024-06-18",
"issuer": "한국산업인력공단",
"url": "",
"icon": "fa-solid fa-hashtag"
}
],
"publications": [
{
"name": "LSTM-Based Time Series Forecasting of Pulmonary Function Test for COPD Early Diagnosis",
"publisher": "The Journal of Korean Institute of Communications and Information Sciences",
"releaseDate": "2024-03-15",
"url": "https://journal.kics.or.kr/digital-library/90601",
"summary": ""
}
],
"skills": [
{
"name": "Deep Learning",
"level": "",
"icon": "fa-solid fa-hashtag",
"keywords": [
"Python",
"PyTorch"
]
},
{
"name": "Graphics",
"level": "",
"icon": "fa-solid fa-hashtag",
"keywords": [
"C++",
"DirectX 12"
]
}
],
"languages": [
{
"language": "Korean",
"fluency": "Native speaker",
"icon": ""
},
{
"language": "English",
"fluency": "TOEIC: 780",
"icon": ""
}
],
"interests": [
{
"name": "Deep Learning",
"icon": "fa-solid fa-tag",
"keywords": [
"Computer Vision",
"Deep Generative Model",
"Image Editing",
"Latent Space Representation"
]
}
],
"projects": [
{
"name": "Quantum Computing",
"summary": "Quantum computing is the use of quantum-mechanical phenomena such as superposition and entanglement to perform computation. Computers that perform quantum computations are known as quantum computers.",
"highlights": [
"Quantum Teleportation",
"Quantum Cryptography"
],
"startDate": "2018-01-01",
"endDate": "2018-01-01",
"url": "https://example.com"
}
]
}