-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·165 lines (142 loc) · 5.22 KB
/
about.html
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
161
162
163
164
165
<!DOCTYPE HTML>
<!--
Website design for Matthew Holland
-->
<html>
<head>
<title>Matthew Holland</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload landing">
<div id="page-wrapper">
<!-- Header -->
<div id="header"></div>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>Matthew Holland</h2>
</header>
<!-- Text -->
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-12"><span
class="image fit"><img
src="images/aruk_headshot.JPG"
alt="" /></span></div>
</div>
</div>
<section>
<p> I am a DPhil (PhD) student
in Chemistry at the University of
Oxford. My principal supervisor is
<a href="https://www.brennanresearchgroup.com/">Professor Paul Brennan </a> at
the
<a href="https://www.cmd.ox.ac.uk/">Centre
for Medicines Discovery</a> (CMD), and I am
co-supervised by <a
href="https://fduartegroup.org/">Dr Fernanda
Duarte</a> in
the Theoretical & Physical Chemistry
Laboratory. My research sits in the
broad field of medicinal chemistry,
specifically looking at
integrating computational
methodology into drug
discovery pipelines to streamline the
search for new small-molecule
therapeutics. My DPhil is funded through
an <a
href="https://epsrc.ukri.org/">
EPSRC
</a> studentship, and is also
generously supported by <a
href="https://www.exscientia.ai/">Exscientia</a>.
I am a member of St Peter's College, and
sang until 2023 in the <a
href="https://www.merton.ox.ac.uk/choir">Merton College Choir</a>.
</p>
<p>
I studied for my BA & MSci in Natural
Sciences at Gonville & Caius College in
the University of Cambridge, specialising
for the latter two years in chemistry
and chemical biology. My MSci project
in the group of the late <a
href="https://www.ch.cam.ac.uk/person/ca26">Professor Chris Abell FMedSci FRS</a>
was titled 'Fragment Based Approaches
to Targetting MurB from
<i>Pseudomonas aeruginosa</i>', and
developed a series of potent,
lead-like compounds as part of a
large collaborative effort to
develop new antibiotic therapies for
Cystic Fibrosis patients. I
also undertook a summer project
with <a
href="https://www.imperial.ac.uk/the-barnard-group/">Dr Anna Barnard</a>
at Imperial College London. Whilst at
Cambridge I coxed CUBC Blue Boats
to victory in the 2017 and 2019
Boat Races against Oxford, and
held until 2022 the Women's Boat Race course
record. I was also a
countertenor choral
scholar in the <a
href="https://www.gonvilleandcaiuschoir.com/">Gonville & Caius College Choir</a>,
with whom I sang at the funeral of
Professor Stephen Hawking FRS, and
other large concerts in Cambridge
and beyond.
</p>
<p>
Before Cambridge I studied at
Westminster School in Central London
for 5 years, rowing with the
Westminster School Boat Club and
singing in the school choir. I am a
British Rowing Multi-Lane Umpire, and am
involved in organising large-scale
rowing events including <a
href="https://www.shorr.org.uk/">The
Schools'
Head of the River Race</a> and <a
href="https://themarlowregatta.com/">
Marlow
Regatta</a>. I
also
sit on The
Boat Race Umpires Panel, and am a
freelance commentator for BBC Sport, where I have commentated and presented the
Boat Races for BBC One since 2021.
</p>
<br />
<br />
</section>
</div>
</div>
<div id="footer">
<!-- <a href="#one" class="goto-next scrolly">Next</a>-->
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
</body>
</html>