generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.json
More file actions
56 lines (56 loc) · 1.86 KB
/
resume.json
File metadata and controls
56 lines (56 loc) · 1.86 KB
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
{
"basics": {
"name": "Thomas McFarland",
"label": "Undergraduate Assistant Researcher",
"image": "",
"email": "tfm62@cornell.edu",
"phone": "(914) 380-0259",
"url": "https://tommymcf.com",
"summary": "A current student and assistant researcher at Cornell University, studying computer science and working in GPU applications",
"location": {
"address": "40 Cherry Ave",
"postalCode": "NY 10801",
"city": "New Rochelle",
"countryCode": "US",
"region": "New York"
},
"profiles": [
{
"network": "Linkedin",
"username": "Thomas McFarland",
"url": "https://www.linkedin.com/in/thomas-mcfarland-4815ba163/"
}
]
},
"work": [
{
"name": "NASA",
"position": "Student Intern",
"url": "https://nasa.gov",
"startDate": "2024-06-03",
"endDate": "2024-08-09",
"summary": "Worked with Wallops Flight Facility to process existing proposals into a database and to draw trends from that database.",
"highlights": ["Data Analysis"]
},
{
"name": "Cornell University",
"position": "Undergraduate Researcher",
"url": "https://cornell.edu",
"startDate": "2023-03-01",
"summary": "Worked with Professor Giulia Guidi to research GPU integration into existing SpGEMM libraries and on general heterogenous computing models",
"highlights": ["MPI", "CUDA", "C++", "Heterogenous Computing"]
}
],
"education": [
{
"institution": "Cornell University",
"location": "Ithaca, NY",
"url": "https://cornell.edu",
"area": "Computer Science",
"studyType": "Undergraduate",
"startDate": "2022-08-22",
"score": "3.91",
"courses": ["Introduction to Machine Learning", "Introduction to Reinforcement Learning", "Systems Programming", "Introduction to Analysis of Algorithms", "Honors Physical Chemistry"]
}
]
}