-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
168 lines (158 loc) · 5.28 KB
/
_config.yml
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
# baseurl: '/iconic-resume'
name: Josh Lee
headline: >-
Headline goes here. Example: Data Science degree from Harvard with 3 years of experience in software development.
Passionate about artificial intelligence and more.
contact:
-
icon: 'bi bi-globe'
name: example.com
url: 'https://www.example.com' # replace with your own address
-
icon: 'bi bi-envelope'
name: [email protected]
url: 'mailto:[email protected]' # replace with your own email
-
icon: 'bi bi-linkedin'
name: Josh Lee
url: 'https://www.linkedin.com/in/username' # replace with your own address
-
icon: 'bi bi-github'
name: joshtech
url: 'https://github.com/username' # replace with your own address
-
icon: 'bi bi-youtube'
name: joshchannel
url: 'https://youtube.com' # replace with your own address
language:
- English
- Italian
- Swedish
- Japanese
techstack:
-
icon: python.png
name: Python
link: 'https://github.com/' # replace with your own repo address
-
icon: pytorch.png
name: PyTorch
link: 'https://github.com/' # replace with your own repo address
-
icon: pyspark.png
name: PySpark
link: 'https://github.com/' # replace with your own repo address
-
icon: fastapi.png
name: FastAPI
link: 'https://github.com/' # replace with your own repo address
-
icon: js.png
name: JavaScript
link: 'https://github.com/' # replace with your own repo address
-
icon: svelte.png
name: Svelte
link: 'https://github.com/' # replace with your own repo address
-
icon: react.png
name: React
link: 'https://github.com/' # replace with your own repo address
-
icon: nextjs.svg
name: Next.js
link: 'https://github.com/' # replace with your own repo address
-
icon: vite.png
name: Vite
link: 'https://github.com/' # replace with your own repo address
-
icon: swift.png
name: Swift
link: 'https://github.com/' # replace with your own repo address
-
icon: cpp.png
name: C++
link: 'https://github.com/' # replace with your own repo address
-
icon: sql.png
name: sql
link: 'https://github.com/' # replace with your own repo address
-
icon: git.png
name: git
link: 'https://github.com/' # replace with your own repo address
hobby:
- Swimming
- Hiking
- Cooking
########### Education
education:
-
icon: harvard.png
school: Harvard University
degree: MSc. in Data Science
loc: Boston, MA
time: 2018 ~ 2020 · 2 yrs
description: >-
GPA: 4.0/4.0
<br>
Thesis: Your Thesis Title Here
<br>
Other information here.
-
icon: cmu.png
school: Carnegie Mellon University
degree: BSc. in Computer Science
loc: Pittsburgh, PA
time: 2014 ~ 2018 · 4 yrs
description: >-
GPA: 4.0/4.0
<br>
Other information here.
########### Experience (optional)
experience:
-
icon: google.png
company: Google
role: Machine Learning Engineer
loc: Mountain View, CA
time: 2022 ~ now
description: >-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi condimentum elit justo, vel tristique erat ornare in. Cras ultricies feugiat vehicula. Aenean nulla ipsum, sagittis ac felis vitae, facilisis maximus justo. Nunc ipsum ex, molestie vel velit eu, aliquet posuere velit. In dignissim volutpat ante, non lacinia eros egestas non. Mauris hendrerit orci sit amet metus facilisis, nec sollicitudin justo consectetur. Aenean aliquet velit egestas elementum efficitur. Cras sit amet fringilla arcu.
-
icon: amazon.png
company: Amazon
role: Software Developer
loc: Seattle, WA
time: 2020 ~ 2022 · 2yrs
description: >-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi condimentum elit justo, vel tristique erat ornare in. Cras ultricies feugiat vehicula. Aenean nulla ipsum, sagittis ac felis vitae, facilisis maximus justo. Nunc ipsum ex, molestie vel velit eu, aliquet posuere velit. In dignissim volutpat ante, non lacinia eros egestas non. Mauris hendrerit orci sit amet metus facilisis, nec sollicitudin justo consectetur. Aenean aliquet velit egestas elementum efficitur. Cras sit amet fringilla arcu.
########### Publications (optional)
publication:
-
title: An Awesome Paper with an Awesome Title 2
author: Josh Lee
journal: International Conference on Machine Learning (ICML)
year: 2022
link: 'http://arxiv.org/'
-
title: An Awesome Paper with an Awesome Title 1
author: Josh Lee
journal: International Conference on Learning Representations (ICLR)
year: 2021
link: 'http://arxiv.org/'
########### Projects (optional)
project:
-
icon: github.svg
name: awesome-project-one
link: 'https://github.com/'
description: |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi condimentum elit justo, vel tristique erat ornare in. Aenean aliquet velit egestas elementum efficitur. Cras sit amet fringilla arcu.
-
icon: github.svg
name: awesome-project-two
link: 'https://github.com/'
description: |
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi condimentum elit justo, vel tristique erat ornare in. Aenean aliquet velit egestas elementum efficitur. Cras sit amet fringilla arcu.