-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (28 loc) · 1.44 KB
/
index.html
File metadata and controls
34 lines (28 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Dr. Michelle Jamieson - Data Scientist">
<title>dr. michelle jamieson</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
</head>
<body>
<main>
<h1>dr. michelle jamieson 🚀</h1>
<img src="me2026bio.jpg" alt="Michelle Jamieson" class="profile">
<p>I work at <a href="https://scadr.co.uk.com/">SCADR</a> in the Health & Social Care theme. I received my PhD in Advanced Quantitative Methods from <a href="https://www.gla.ac.uk/">UofG</a>, where my work on <a href="https://compass.onlinelibrary.wiley.com/doi/10.1111/spc3.12735">quantitative reflexivity</a> began.</p>
<p>Previously, I studied both Research Methods and Global Health at UofG, and Psychology at UWS.</p>
<p>I'm really interested in algorithmic fairness and measurement bias in sensitive data.</p>
<p>Fun fact: my Erdős and Sabbath numbers are both 6.</p>
<nav>
<a href="https://scholar.google.com/citations?hl=en&user=_EHtU1EAAAAJ&view_op=list_works">g scholar</a>
<a href="https://github.com/themichjam">github</a>
<a href="https://www.linkedin.com/in/themichjam/">linkedin</a>
<a href="https://orcid.org/0000-0003-2145-8988">orcid</a>
<a href="https://theses.gla.ac.uk/84380/">thesis</a>
</nav>
</main>
</body>
</html>