-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
160 lines (160 loc) · 5.73 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
{
"meta": {
"theme": "flat"
},
"basics": {
"name": "Ash",
"label": "Data Science & Accelerator Physics, Technical Theatre",
"picture": "",
"email": "[email protected]",
"website": "https://ash.pm",
"location": {
"city": "London",
"countryCode": "GB"
},
"profiles": [{
"network": "GitHub",
"username": "ab-gh",
"url": "http://github.com/ab-gh"
}]
},
"work": [{
"company": "Lloyds Banking Group",
"website": "https://lloydsbank.com",
"position": "Data Science and Analytics Graduate",
"startDate": "2024-09-23",
"summary": "Employed as part of a 2-year Data Science and Analytics Graduate Programme at one of the UK's largest retail and commercial banks.",
"highlights": [
"Embedded within 3 business areas as part of rotating 8-month placements"
]
},
{
"company": "Freelance",
"position": "Theatre and Nightclub Technician",
"website": "https://theyardtheatre.co.uk",
"startDate": "2024-02-01",
"endDate": "2024-09-23",
"summary": "Supported theatrical and nightclub entertainment events across a number of venues in London.",
"highlights": [
"Duty Technician at The Yard Theatre, Hackney Wick",
"Casual Technician at The Wycombe Swan",
"Casual Crew with Spartan Crew"
]
},
{
"company": "CERN Accelerator Beam Transfer Group (SY-ABT-BTP)",
"position": "Technical Student",
"website": "https://sy-dep-abt.web.cern.ch/btp",
"startDate": "2022-08-01",
"endDate": "2023-07-31",
"summary": "Developed computational simulations for beam extraction processes for Masters degree.",
"highlights": [
"Working under the iFAST Work Package 5.3 - Improvement of Resonant slow EXtraction spill quality (REX)",
"Work and findings presented as thesis for Physics Masters by Research at RHUL",
"Implemented novel beam extraction methods at the Proton Synchrotron",
"Developed simulations for these methods using Python, accelerated with GPU batch processing"
]
},
{
"company": "Royal Holloway Students Union",
"position": "Tech and Events Supervisor",
"website": "www.su.rhul.ac.uk",
"startDate": "2019-10-01",
"endDate": "2022-06-30",
"summary": "Operated and maintained sound and lighting equipment at Royal Holloway SU, across two nightclub venues.",
"highlights": [
"Experience and proficiency with Chamsys, JANDS Vista, Avolites, and ETC Nomad Lighting Control Software",
"Worked alongside student societies to support their events",
"Ensured the equipment and 1000+ capacity venues followed health and safety requirements and venue regulation"
]
}],
"volunteer": [
{
"organization": "Hackathons UK",
"position": "Event Support Specialist",
"website": "https://hackathons.org.uk",
"startDate": "2021-03-11",
"endDate": "2022-06-30",
"summary": "Volunteering with Hackathons UK, a charity aimed at empowering student hackathon organisers across the UK",
"highlights": [
"Working across multiple teams to develop community and outreach"
]
}],
"education": [{
"institution": "Royal Holloway University of London",
"area": "Physics",
"studyType": "Bachelor of Science with First Class Honours",
"startDate": "2019-09-20",
"endDate": "2022-06-30"
},
{
"institution": "Royal Holloway University of London and John Adams Institute for Accelerator Science",
"area": "Accelerator Physics",
"studyType": "Master of Physics by Research",
"startDate": "2022-08-01",
"endDate": "2023-10-01"
}],
"awards": [{
"title": "Harvard CS50",
"date": "2020-07-16",
"awarder": "Harvard University",
"summary": "Completed the CS50x, with 9 problem sets and 1 final task at cs50.harvard.edu"
},
{
"title": "Harvard CS50: Web Programming with Python and JavaScript",
"date": "2020-10-01",
"awarder": "Harvard University",
"summary": "Completed the CS50 with Web Programming course, with 4 projects cs50.harvard.edu/web/2020"
},
{
"title": "Harvard CS50: Artificial Intelligence with Python",
"date": "2021-08-15",
"awarder": "Harvard University",
"summary": "Completed the CS50 with Artificial Intelligence course, with 5 projects cs50.harvard.edu/ai/2020"
}],
"skills": [
{
"name": "Software and Technical",
"keywords": [
"General proficiency with a range of systems and software",
"Experience in web hosting on Linux, and using AWS services",
"8+ years of experience in Python",
"Additionally proficient in SQL, LaTeX, C, and Python scientific modules"
]
},
{
"name": "AI/ML",
"keywords": [
"Knowledge of search algorithms, and their optimisation",
"Experience with constructing ML models with scikit",
"Experience with TensorFlow using Keras API"
]
},
{
"name": "Web Development",
"keywords": [
"Python using Flask/Django Backend",
"JS using React.js",
"CI/CD with GitHub"
]
},
{
"name": "Community Moderation",
"keywords": [
"4+ years moderating online communities",
"Experience with a range of platforms and communities"
]
},
{
"name": "Technical Theatre",
"keywords": [
"Experience in theatre and music venues",
"Hands-on experience with rigging, maintenance, and production",
"Proficient with a range of lighting and sound control systems"
]
}],
"languages": [{
"language": "English",
"fluency": "Native speaker"
}]
}