forked 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
149 lines (149 loc) · 4.53 KB
/
resume.json
File metadata and controls
149 lines (149 loc) · 4.53 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
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
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Samuel McDermott",
"title": "Associate Teaching Professor & Programme Manager, EPSRC Sensor CDT, University of Cambridge",
"image": "",
"email": "sjm263@cam.ac.uk",
"phone": "",
"url": "https://mcdermott.science",
"summary": "",
"location": {
"countryCode": "UK"
},
"profiles": [
{
"network": "LinkedIn",
"username": "samuelmcdermott",
"url": "https://www.linkedin.com/in/samuelmcdermott/"
}
]
},
"work": [
{
"name": "University of Cambridge",
"position": "Associate Teaching Professor",
"startDate": "2024-10-01",
"endDate": "",
"highlights": [],
"url": "https://www.ceb.cam.ac.uk/staff/dr-samuel-mcdermott",
"location": "Cambridge"
},
{
"name": "University of Cambridge",
"position": "EPSRC Sensor CDT Programme Manager",
"startDate": "2024-02-28",
"endDate": "",
"highlights": [],
"url": "https://cdt.sensors.cam.ac.uk/",
"location": "Cambridge"
},
{
"name": "University of Cambridge",
"position": "Senior Research Ethics and Governance Coordinator",
"startDate": "2022-07-31",
"endDate": "2024-01-31",
"highlights": [],
"summary": "Preparing ethics protocols and governance processes for large scale public health data studies in UK, EU, Africa and Asia.",
"url": "https://www.bloodcounts.org",
"location": "Cambridge"
},
{
"name": "University of Cambridge",
"position": "Postdoctoral Research Associate",
"startDate": "2019-04-30",
"endDate": "2022-06-30",
"highlights": [],
"summary": "Creating open source hardware and software for automating the diagnosis of malaria with microscopic images of blood smears.",
"url": "https://www.openflexure.org",
"location": "Cambridge"
},
{
"name": "autohaem",
"position": "Co-Founder",
"startDate": "2023-03-31",
"endDate": "",
"highlights": [],
"url": "https://www.autohaem.org"
},
{
"name": "Lucy Cavendish College",
"position": "Supervisor",
"startDate": "2022-09-30",
"endDate": "",
"highlights": [],
"summary": "Small group teaching to undergraduate students in Mathematical Biology.",
"url": "https://www.lucy-cav.cam.ac.uk",
"location": "Cambridge"
},
{
"name": "UBS",
"position": "Summer Internship",
"startDate": "2014-06-30",
"endDate": "2014-08-31",
"highlights": [],
"summary": "Working on a global SaaS project within HR IT.",
"url": "https://www.linkedin.com/company/ubs/",
"location": "London"
},
{
"name": "Brady PLC",
"position": "Summer Internship",
"startDate": "2013-06-30",
"endDate": "2013-08-31",
"highlights": [],
"summary": "Software Development and Testing in a commodities trading and risk management software company.",
"url": "https://www.linkedin.com/company/brady-technologies/",
"location": "Cambridge"
}
],
"volunteer": [],
"education": [
{
"institution": "The University of Sheffield",
"area": "Electrical and Electronic Engineering",
"studyType": "Doctor of Philosophy (PhD)",
"startDate": "2015-09-01",
"endDate": "2019-03-01",
"score": "",
"courses": ["Developing phase retrieval algorithms and applications, based around the family of techniques of Ptychography."],
"url": "https://www.sheffield.ac.uk/eee/research/computational-optics-vision-engineering"
},
{
"institution": "University of Warwick",
"area": "Computer Science and Applications",
"studyType": "Master of Science (MSc)",
"startDate": "2014-10-01",
"endDate": "2015-09-01",
"score": "",
"courses": []
},
{
"institution": "University of Cambridge",
"area": "Natural Sciences",
"studyType": "MA (Cantab)",
"startDate": "2011-10-01",
"endDate": "2014-07-01",
"score": "",
"courses": [
"Physics",
"Mathematics",
"Chemistry",
"Astrophysics",
"Computer Science"
]
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [],
"languages": [],
"interests": [],
"references": [],
"projects": [],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json"
}
}