generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
84 lines (84 loc) · 4.01 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
{
"basics": {
"name": "Thomas Contis",
"label": "",
"image": "Contis_Thomas_Headshot.JPG",
"email": "thomas (at) contis (dot) org",
"url": "thomascontis.com",
"summary": ""
},
"work": [
{
"name": "<a href=\"https://slatesafety.com/\">SlateSafety</a>",
"position": "Embedded Development Intern",
"startDate":"2024-05-13",
"endDate":"2024-08-05",
"summary":"Augmented heat-stress monitoring wearable with fall detection capabilities",
"highlights":["Presented potential implementations of features from competing occupational safety wearables to C-suite",
"Developed IMU FIFO buffer streaming capability and Python tool for real-time visualization and data capture into Pandas DataFrames, establishing a convenient algorithm development pipeline",
"Evaluated three fall detection algorithms with F2 score to reduce false negatives. Best performer now in pilot testing",
"Augmented armband wearable with onboard shoulder angle computation to rival top competitor in target market",
"Refactored IMU driver C code by implementing inline functions to reduce redundancy in I2C read/write operations, organizing parameters into structures, and clarifying register values with enumerations and bitmask constants"]
}
],
"education": [
{
"institution": "Georgia Institute of Technology",
"location": "Atlanta, Georgia",
"url": "https://www.gatech.edu/",
"area": "Electrical and Computer Engineering",
"studyType": "MS",
"startDate": "2023-08-21",
"endDate": "2024-12-14",
"score": "4.00",
"courses": ["<a href=\"https://europe.gatech.edu/sites/default/files/2024-02/ECE%206001%20Syllabus%20Fall2024.pdf\">ECE 6001</a>: Technology Entrepreneurship",
"<a href=\"https://ece.gatech.edu/courses/ece6250\">ECE 6250</a>: Advanced Digital Signal Processing",
"<a href=\"https://ece.gatech.edu/courses/ece6254\">ECE 6254</a>: Statistical Machine Learning",
"<a href=\"https://ece.gatech.edu/courses/ece6271\">ECE 6271</a>: Adaptive Filtering",
"<a href=\"https://ece.gatech.edu/courses/ece6781\">ECE 6781</a>: Biomedical Sensing Systems"]
},
{
"institution": "Georgia Institute of Technology",
"location": "Atlanta, Georgia",
"url": "https://www.gatech.edu/",
"area": "Electrical Engineering",
"studyType": "BS",
"startDate": "2019-08-19",
"endDate": "2023-05-05",
"score": "4.00",
"courses": ["<a href=\"https://ece.gatech.edu/courses/ece3084\">ECE 3084</a>: Signal & Systems",
"<a href=\"https://ece.gatech.edu/courses/ece4043\">ECE 4043</a>: Senior Analog Electronics Laboratory",
"<a href=\"https://ece.gatech.edu/courses/ece4180\">ECE 4180</a>: Embedded Systems Design",
"<a href=\"https://ece.gatech.edu/courses/ece4270\">ECE 4270</a>: Fundamentals of Digital Signal Processing",
"<a href=\"https://ece.gatech.edu/courses/ece4550\"> ECE 4550</a>: Control Systems Design"
]
}
],
"awards": [
{
"title": "2024 Outstanding ECE Graduate Teaching Assistant Award",
"date": "2024-04-18",
"awarder": "Georgia Tech School of Electrical & Computer Engineering",
"summary": "Student-nominated award for my GTA'ing of ECE 4550: Control Systems Design"
},
{
"title": "ECE Senior Scholar Award",
"date": "2024-04-15",
"awarder": "Georgia Tech School of Electrical & Computer Engineering",
"url": "https://ece.gatech.edu/news/2024/04/2024-roger-p-webb-awards-honor-outstanding-students-faculty-and-staff",
"summary": "For Highest Academic Average in the School of Electrical & Computer Engineering"
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker",
"icon": ""
},
{
"language": "French",
"fluency": "Fluent",
"icon": ""
}
]
}