-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (52 loc) · 2.81 KB
/
Copy pathindex.html
File metadata and controls
59 lines (52 loc) · 2.81 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ting Qiu | Neuroscience PhD Candidate</title>
<link rel="stylesheet" href="css/style.css">
<style>
body {
background-image: url('images/background-prog.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 100vh;
}
</style>
</head>
<body>
<nav class="navbar">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="docs/cv_TQ.pdf" target="_blank" rel="noopener noreferrer">CV</a></li>
<li><a href="https://scholar.google.com/citations?user=6KUweIQAAAAJ"
target="_blank" rel="noopener noreferrer">Publications</a></li>
<li><a href="academic.html">Academic</a></li>
</ul>
</nav>
<section>
<div class="header-content">
<img src="images/profile.jpg" alt="Ting Qiu" class="profile-img">
<h1 style="font-size: 3em;">Ting Qiu</h1>
</div>
<div class="social-links" style="text-align: center;">
<a href="mailto:ting.qiu@mail.mcgill.ca" target="_blank" rel="noopener noreferrer">
<img height="24" width="24" src="https://cdn.jsdelivr.net/npm/simple-icons@v14/icons/gmail.svg" />
</a>
<a href="https://twitter.com/Ting12460123" target="_blank" rel="noopener noreferrer">
<img height="24" width="24" src="https://cdn.jsdelivr.net/npm/simple-icons@v14/icons/x.svg" />
</a>
<a href="https://bsky.app/profile/tingqiu.bsky.social" target="_blank" rel="noopener noreferrer">
<img height="24" width="24" src="https://cdn.jsdelivr.net/npm/simple-icons@v14/icons/bluesky.svg" />
</a>
</div>
<div class="intro-text">
<p class="intro-item">👋 Hey there, welcome! I'm Ting Qiu, born and raised in China and now pursuing my PhD in Neuroscience at McGill University.</p>
<p class="intro-item">🔬 My research focuses on identifying early Alzheimer's biomarkers through brain imaging (MRI/PET) and analyzing large-scale datasets. I’m also keen to explore machine learning approaches to integrate <strong>multimodal biomarkers</strong>—including imaging, fluid, blood, and omics—to improve diagnostic accuracy and advance personalized therapies (a key next step for my work!).</p>
<p class="intro-item">🌿 When I’m not in the lab, you’ll find me hiking, learning new skills, or (soon!) stumbling through my first salsa dancing steps. Let’s connect!!</p>
</div>
</section>
<script src="js/main.js"></script>
</body>
</html>