-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (34 loc) · 2.4 KB
/
index.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
---
layout: default
title: Home
---
<div class="body">
<div class="row">
<div class="column">
<img alt="Picture of Glen Martin" src="img/profilepic.jpg">
</div>
<div class="column">
<h2 text-align="center">Dr Glen P. Martin, PhD</h2>
<p text-align="center">University of Manchester</p>
<p> I'm a Lecturer in Health Data Science in the <a href="https://www.herc.ac.uk/">Centre for Health Informatics</a> at
the <a href="https://www.manchester.ac.uk/">University of Manchester</a>. My main research interests focus on the field of prognostic modelling
(risk prediction modelling). This is an exciting area of research that aims to use data to build mathematical models that take a set of relevant
characteristics or features as inputs and output a risk or probability of some event happening in the future. For example, there are models to predict
(or forecast) what the weather is likely to do tomorrow. Here, the models have been developed (or trained) based on current understandings of different
meteorological phenomenon and using historical data.</p>
<p>Now, as a health data scientist, my research focusses on health contexts, but the same general idea applies: we can use historical health data to
develop models that aim to make predictions about risk of likely outcomes in future patients based on a set of characteristics (e.g. their age and
gender). Such risk models can be used to support clinical decision-making. Clearly, this means that any such risk models should be robustly developed
and tested, which is where my research focus is centred: to improve the methodologies that are used to develop (and test) risk models.</p>
<p>This website contains a collection of my work, such as selected <a href="/publications">publications</a>, a description of my main <a href="/projects">projects</a>,
and a collection of <a href="/posts">posts</a> that aim to summarise my papers or discuss topics of interest to me (and hopefully you too).
More details can be found at the following: </p>
<ul style="list-style-type:none;">
<li><a href="https://github.com/GlenMartin31">Github</a> </li>
<li><a href="https://twitter.com/glen_martin1?lang=en">Twitter</a></li>
<li><a href="https://www.research.manchester.ac.uk/portal/glen.martin.html">Univeristy Webpage</a></li>
<li><a href="https://scholar.google.co.uk/citations?user=-9-SxiMAAAAJ&hl=en">Google Scholar</a></li>
</ul>
</div>
</div>
</div>