generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
163 lines (163 loc) · 5.5 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
{
"basics": {
"name": "Carter Tran",
"label": "Data Scientist",
"image": "",
"email": "contact@cartertran.com",
"phone": "",
"url": "https://cartertran.com",
"summary": "Undergraduate student at UC San Diego with interests in Quantitative Finance and Artificial Intelligence",
"location": {
"address": "",
"postalCode": "92092",
"city": "San Diego",
"countryCode": "US",
"region": "California"
},
"profiles": [
{
"network": "Github",
"username": "CarterT27",
"url": "https://github.com/cartert27"
},
{
"network": "LinkedIn",
"username": "cartertran",
"url": "https://linkedin.com/in/cartertran"
}
]
},
"work": [
{
"name": "Halicioglu Data Science Institute, UC San Diego",
"position": "Data Science Instructional Assistant",
"url": "https://dsc20.org",
"startDate": "2024-03-01",
"endDate": "",
"summary": "Apply knowledge of Python by tutoring undergraduate students in DSC 20 (Programming and Data Structures for Data Science)",
"highlights": ["Python"]
}
],
"_volunteer": [
{
"organization": "People's Climate March",
"location": "Zurich, Switzerland",
"position": "Lead Organizer",
"url": "https://example.com",
"startDate": "2014-04-01",
"endDate": "2015-07-01",
"summary": "Lead organizer for the New York City branch of the People's Climate March, the largest climate march in history.",
"highlights": ["Awarded 'Climate Hero' award by Greenpeace for my efforts organizing the march.", "Men of the year 2014 by Time magazine"]
}
],
"education": [
{
"institution": "University of California, San Diego",
"location": "San Diego, California",
"url": "https://www.ucsd.edu/",
"area": "Data Science, Math-Economics",
"studyType": "B.S.",
"startDate": "2023-09-01",
"endDate": "2027-06-01",
"score": "4.0",
"courses": ["Data Science, Linear Algebra, Probability, Multivariable Calculus, Data Structures"]
}
],
"_awards": [
{
"title": "Nobel Prize in Physics",
"date": "1921-11-01",
"awarder": "Royal Swedish Academy of Sciences",
"url": "https://www.nobelprize.org/prizes/physics/1921/einstein/biographical/",
"summary": "The Nobel Prizes are five separate prizes that, according to Alfred Nobel's will of 1895, are awarded to 'those who, during the preceding year, have conferred the greatest benefit to humankind.'"
}
],
"certificates": [
{
"name": "Machine Learning Specialization",
"date": "2023-03-14",
"issuer": "Stanford University",
"url": "https://coursera.org/share/40fca3e099922cc79591c7e666f0f091",
"icon": "fa-solid fa-location-dot"
},
{
"name": "Programming & Data Structures",
"date": "2022-06-16",
"issuer": "New York University",
"url": "http://credentials.edx.org/records/programs/shared/42f6b1ec45d8430e92745653610b7738/",
"icon": "fa-solid fa-location-dot"
},
],
"_publications": [
{
"name": "Zur Elektrody/namik bewegter Körper",
"publisher": "Annalen der Physik",
"releaseDate": "1905-06-30",
"url": "https://en.wikisource.org/wiki/Translation:On_the_Electrodynamics_of_Moving_Bodies",
"summary": "It concerned an interpretation of the Michelson–Morley experiment and the properties of light and time. Special relativity incorporates the principle that the speed of light is the same for all inertial observers regardless of the state of motion of the source."
},
],
"_skills": [
{
"name": "Physics",
"level": "Master",
"icon": "fa-solid fa-hashtag",
"keywords": [
"Quantum Mechanics",
"Quantum Computing",
"Quantum Information",
"Quantum Cryptography",
"Quantum Communication",
"Quantum Teleportation"
]
}
],
"_languages": [
{
"language": "English",
"fluency": "Fluent",
"icon": ""
},
{
"language": "Spanish",
"fluency": "Proficient",
"icon": ""
}
],
"_interests": [
{
"name": "Physics",
"icon": "fa-solid fa-tag",
"keywords": [
"Quantum Mechanics",
"Quantum Computing",
"Quantum Information",
"Quantum Cryptography",
"Quantum Communication",
"Quantum Teleportation"
]
}
],
"_references": [
{
"name": "Professor John Doe",
"icon": "fa-solid fa-laptop",
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
},
{
"name": "Professor John Doe",
"icon": "fa-solid fa-thumbtack",
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
}
],
"_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"
}
]
}