generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
117 lines (117 loc) · 2.55 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
{
"basics": {
"name": "Lennert Jansen",
"label": "AI Engineer",
"image": "",
"email": "",
"phone": "",
"url": "https://lennert.ai/",
"summary": "",
"location": {
"address": "",
"postalCode": "",
"city": "Amsterdam",
"countryCode": "NL",
"region": "Noord-Holland"
},
"profiles": [
{
"network": "Twitter",
"username": "lennertjansen",
"url": "https://x.com/lennertjansen"
}
]
},
"work": [
{
"name": "Neena",
"position": "Co-Founder",
"url": "https://neena.io/",
"startDate": "2024-02",
"endDate": "now",
"summary": "Co-founded Neena, an app to create your own virtual assistant.",
"highlights": ["LLMs"]
}
],
"volunteer": [],
"education": [
{
"institution": "University of Amsterdam",
"location": " Amsterdam, the Netherlands",
"url": "https://www.uva.nl/",
"area": "Artificial Intelligence",
"studyType": "MS",
"startDate": "2019-09",
"endDate": "2021-12",
"score": "8.1 / 10.0 (Cum Laude)",
"courses": ["Deep Learning", "Natural Language Processing", "Computer Vision"]
},
{
"institution": "Erasmus University Rotterdam",
"location": " Rotterdam, the Netherlands",
"url": "https://www.eur.nl/",
"area": "Econometrics",
"studyType": "MS",
"startDate": "2018-09",
"endDate": "2020-04",
"score": "8.2 / 10.0",
"courses": ["Bayesian Econometrics", "Advanced Statistics", "Advanced Microeconometrics"]
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [
{
"name": "Deep Learning",
"level": "Advanced",
"icon": "fa-solid fa-hashtag",
"keywords": ["Natural Language Processing", "Large Language Models"]
}
],
"languages": [
{
"language": "Dutch",
"fluency": "Native",
"icon": ""
},
{
"language": "Papiamentu",
"fluency": "Native",
"icon": ""
},
{
"language": "English",
"fluency": "Native",
"icon": ""
},
{
"language": "Spanish",
"fluency": "B2",
"icon": ""
},
{
"language": "German",
"fluency": "B1",
"icon": ""
}
],
"interests": [
{
"name": "",
"icon": "fa-solid fa-tag",
"keywords": ["", "", "", "", "", ""]
}
],
"references": [],
"projects": [
{
"name": "",
"summary": "",
"highlights": [],
"startDate": "",
"endDate": "",
"url": ""
}
]
}