generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
160 lines (160 loc) · 4.64 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
{
"basics": {
"name": "Arman Davari",
"label": "PhD Student",
"image": "",
"email": "arman97d@gmail.com",
"phone": "",
"url": "https://armandavarii.github.io/blog/",
"summary": "Computer science graduate from the prestigious University of Tehran, specialized in Distributed Systems and IoT applications. Research experience with focus on enhancing IoT security and privacy using blockchain technology. Interested in AI and machine learning field.",
"location": {
"address": "2 Farjam st",
"postalCode": "1685686416",
"city": "Tehran",
"countryCode": "IR",
"region": "Tehran"
},
"profiles": [
{
"network": "LinkedIn",
"username": "ArmanDavari",
"url": "https://www.linkedin.com/in/arman-davari-370a451b3/"
}
]
},
"work": [
{
"name": "Faraomran Negar Company",
"position": "Software Developer",
"url": "https://faraomran.com/",
"startDate": "2019-02-01",
"endDate": "2021-01-01",
"summary": "Development of GIS-based web and windows application.",
"highlights": [
"Improved performance with redesigning database and queries",
"Supervise team of 3-5 employees",
"Highest customer satisfaction rate during my supervision"
]
}
],
"education": [
{
"institution": "University of Tehran",
"location": "Tehran, Iran",
"url": "https://ut.ac.ir/en",
"area": "Computer Engineering",
"studyType": "Bachelors",
"startDate": "2015-09-23",
"endDate": "2019-10-22",
"score": "16.32/20"
},
{
"institution": "University of Tehran",
"location": "Tehran, Iran",
"url": "https://ut.ac.ir/en",
"area": "Computer Engineering",
"studyType": "Master of Science",
"startDate": "2020-09-23",
"endDate": "2023-09-23",
"score": "15.13/20",
"Courses": ["Intelligent Information Retreival", "Modeling and Formal Verification", "Blockchain Theory", "Software Test"]
},
{
"institution": "Malardalen University",
"location": "Vasteras, Sweden",
"url": "https://www.mdu.se/",
"area": "Erasmus Program ",
"studyType": "Master of Science",
"startDate": "2023-01-16",
"endDate": "2023-06-05"
}
],
"awards": [
{
"title": "Konkur",
"date": "2014-06-26",
"awarder": "Ministry of Science, Research and Technology",
"url": "https://www.msrt.ir/en",
"summary": "Rank top 1% in college entrance exam for bachelor program."
},
{
"title": "Konkur",
"date": "2020-08-06",
"awarder": "Ministry of Science, Research and Technology",
"url": "https://www.msrt.ir/en",
"summary": "Rank 15 out of 10000 applicants in the Iran college entrance exam for masters program in CE"
}
],
"certificates": [
{
"name": "Introduction to Generative AI",
"date": "2023-10-18",
"issuer": "Google Cloud",
"url": "/account/accomplishments/?utm_source=link&utm_medium=certificate&utm_content=cert_image&utm_campaign=pdf_header_button&utm_product=course",
"icon": "fa-solid fa-laptop"
}
],
"skills": [
{
"name": "Computer Engineering",
"level": "PhD",
"icon": "fa-solid fa-hashtag",
"keywords": [
"AI",
"IoT",
"Blockchain",
"Distributed Systems",
"Trustworthy AI",
"Real-Time Systems"
]
}
],
"languages": [
{
"language": "Persian",
"fluency": "Native speaker",
"icon": ""
},
{
"language": "English",
"fluency": "Fluent",
"icon": ""
}
],
"interests": [
{
"name": "Computer Engineering",
"icon": "fa-solid fa-tag",
"keywords": [
"AI",
"AI Verification",
"Cyber Security",
"Decentralized Systems",
"Real-Time Systems",
"Cryptography"
]
}
],
"references": [
{
"name": "Professor Mahdi Kargahi",
"icon": "fa-solid fa-laptop",
"reference": "Faculty Member - Professor at University of Tehran. Director of Cyber-Pysical Systems Lab - Supervisor during my master's studies"
},
{
"name": "Professor Marjan Sirjani",
"icon": "fa-solid fa-laptop",
"reference": "Professor at Malardalen University (MDU) - Supervisor during my exchange studies at MDU"
}
],
"projects": [
{
"name": "Hoor Wera Website",
"summary": "Design and developing website for Hoorwear clothing company",
"highlights": ["WordPress", "HTML", "CSS"],
"startDate": "2022-01-01",
"endDate": "2023-01-01",
"url": "https://wearhoor.com"
}
]
}