-
Notifications
You must be signed in to change notification settings - Fork 1
/
resumeData.json
115 lines (112 loc) · 3.39 KB
/
resumeData.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
{
"main": {
"name":"Floriana Ciaglia",
"occupation":"Software Engineer",
"description":"I am a newly graduated software engineer soon to start a new advanture at Hewlett Packard Enterprise in beautiful Boise, Idaho.",
"image":"profilepic.jpg",
"bio":"I spend my working days creating cool things on my computer and my free time outside creating vitamin D.",
"email": "floriana.ciaglia@gmail.com",
"phone": "(208)-850-7141",
"address":{
"city":"Boise",
"state":"Idaho"
},
"website": "http://www.FloCiaglia.com",
"resumedownload":"https://github.com/FloCiaglia/FloCiaglia.github.io/raw/master/most-recent-resume.pdf",
"social":[
{
"name":"linkedin",
"url":"https://www.linkedin.com/in/floriana-ciaglia-53074b187/",
"className":"fa fa-linkedin"
},
{
"name":"github",
"url":"https://github.com/FloCiaglia",
"className":"fa fa-github"
}
]
},
"resume":{
"skillmessage":"",
"education":[
{
"school":"Boise State University",
"degree":"B.S. in Computer Science with Minor in Applied Mathematics",
"graduated":"May 2022",
"description":"Overall GPA: 3.8"
}
],
"work":[
{
"company":"Roboflow Inc.",
"title":"Machine Learning Intern",
"years":"May 2022 - August 2022",
"description":"Lead the implementation and paper writing of the Roboflow 100 (RF100) research proeject. RF100 focused on the creation of a new computer vision benchmark for narrow domain models. "
},
{
"company":"Boise State University",
"title":"Research Assistant",
"years":"February 2019 - May 2022",
"description":"Member of the ADaPT data flow optimization lab for research in high performance computing, compiler optimization research and performance bench-marking."
},
{
"company":"National Center for Atmospheric Research - NCAR",
"title":"Software Engineer Intern",
"years":"May 2020 - July 2020",
"description":"Refactored configuration related code in the ASPEN (Atmospheric Sounding Processing Environment) program with the goal of eliminating technical debt."
}
],
"skills":[
{
"name":"Java",
"level":"65%"
},
{
"name":"c++",
"level":"65%"
},
{
"name":"C",
"level":"50%"
},
{
"name":"Python",
"level":"85%"
},
{
"name":"Git",
"level":"75%"
},
{
"name":"Swift",
"level":"40%"
},
{
"name":"Shell",
"level":"50%"
}
]
},
"portfolio":{
"projects": [
{
"title":"Lidar Tools",
"category":"Full-waveform Lidar Data Processing Tool",
"image":"waveform_figure1.jpg",
"url":"https://github.com/BoiseState-AdaptLab/adapt-lidar-tools"
},
{
"title":"The Expense Tracker",
"category":"A Swift mobile application that tracks your spending habits",
"image":"expense_logo.png",
"url":"https://github.com/FloCiaglia/ExpenseTracker"
},
{
"title":"Forest Service",
"category":"Computer Vision: handwriting recognition model",
"image":"forest-service.png",
"url":"https://github.com/FloCiaglia/boundingBox/tree/master"
}
]
}
}