-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
72 lines (63 loc) · 4.65 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>About Dominic Whittaker</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" />
<link rel="stylesheet" href="assets/css/academicons.min.css"/>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="image avatar"><img src="images/domi-crop.png" alt="" /></a>
<h1><strong>Dominic Whittaker</strong><br />
QSP and Systems Modelling</h1>
<!-- crafted by <a href="http://html5up.net">HTML5 UP</a>.</h1> -->
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>About</h2>
</header>
<p align="justify">My name is Dominic Whittaker, and I currently work as a Manager (R&D Scientist) in Quantitative Systems Pharmacology (QSP) at <a href="https://www.gsk.com/en-gb/">GSK</a> (formerly GlaxoSmithKline) in the Clinical Pharmacology Modelling & Simulation department. This entails the integration and interpretation of data from many sources to inform development and validation of mechanistic disease models linking biological pathways to clinical endpoints. Using PK/PD and QSP models we are able to generate and make predictions from virtual patient populations to help drive project decisions in drug discovery and development across a range of drug modalities.</p>
<img src="images/fulls/wires-cartoon.png" alt="" style="float: right; width:100%; max-width: 400px"/>
<p align="justify">Previously I worked as a Senior Research Fellow with <a href="https://www.maths.nottingham.ac.uk/plp/pmzgm/">Gary Mirams</a> at the <a href="https://www.nottingham.ac.uk/cmmb/">Centre for Mathematical Medicine & Biology</a> in the School of Mathematics at the University of Nottingham, UK. During this time, my research focused primarily on electrophysiology and pharmacology of the heart, from the ion channel to the tissue level. In other words, I worked on the development of computer models of the electrical activity of the heart, in order to understand the mechanisms underlying abnormal rhythms of the heart (known as cardiac <i>arrhythmias</i>).</p>
<p align="justify">Before moving to Nottingham, I obtained a PhD in the Biological Physics department at the University of Manchester, UK, with a thesis entitled <a href="https://www.research.manchester.ac.uk/portal/en/theses/pathophysiology-and-pharmacology-of-short-qt-syndrome-gene-mutations-in-the-human-atria-insights-from-multiscale-computational-modelling(376e3bf7-c6b6-44d5-acf9-7b57cf6a5ebd).html"><i>Pathophysiology and Pharmacology of Short QT Syndrome Gene Mutations in the Human Atria: Insights from Multi-Scale Computational Modelling</i></a>. I was subsequently awarded a Wellcome Trust ISSF early career fellowship (<i>Relating cardiac tissue structure to normal and arrhythmic excitation patterns: towards patient-specific computational models</i>) at the University of Leeds, UK, where I worked on modelling and mapping cardiac excitation patterns in the <a href="http://physicsoftheheart.com/LCPL.html">Leeds Computational Physiology Lab</a>.</p>
<ul class="actions">
<li><a href="index.html" class="button">Go Back</a></li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/dominic-whittaker/" class="icon brands fa fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/DGWhittaker" class="icon brands fa fa-github"><span class="label">Github</span></a></li>
<li><a href="https://scholar.google.co.uk/citations?user=doz_rrUAAAAJ&hl=en" class="ai ai-google-scholar-square ai-2x"><span class="label"></span></a></li>
<li><a href="https://www.researchgate.net/profile/Dominic_Whittaker" class="ai ai-researchgate-square ai-2x"><span class="label"></span></a></li>
</ul>
<ul class="copyright">
<li>© Dominic Whittaker</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.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>
</body>
</html>