-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacademic.html
More file actions
60 lines (56 loc) · 2.82 KB
/
academic.html
File metadata and controls
60 lines (56 loc) · 2.82 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
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Academic Activities</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 class="academic">
<h2>Academic Activities (selected)</h2>
<div class="activity">
<h3>2025</h3>
<ul>
<li>2025 July: Ting will give an oral presentation at <a href="https://aaic.alz.org/about/overview.asp" target="_blank" rel="noopener noreferrer">AAIC</a>. Grateful to the AAIC organization for awarding her a travel grant covering registration, hotel, and flight expenses to attend the conference.</li>
<li>2025 Jan: Ting gave a blitz talk at the <a href="https://hai.worldeventsforum.com/" target="_blank" rel="noopener noreferrer">Human Amyloid Conference</a>. Thanks to the HAI committee for awarding Ting the travel grant for this conference.</li>
</ul>
<h3>2024</h3>
<ul>
<li>2024 Sep: Ting co-chaired a symposium with Jonathan at the 2024 IPN Retreat and gave a talk about her recent work.</li>
<li>2024 April: Ting published her first first-author PhD paper in Alzheimer's & Dementia <a href="https://doi.org/10.1002/alz.13776" target="_blank" rel="noopener noreferrer">see paper here</a>.</li>
</ul>
<h3>2023</h3>
<ul>
<li>2023: Ting presented her recent work at the <a href="https://aaic.alz.org/about/overview.asp" target="_blank" rel="noopener noreferrer">AAIC</a> (Amsterdam, Netherlands) and <a href="https://www.humanbrainmapping.org/i4a/pages/index.cfm?pageid=3277" target="_blank" rel="noopener noreferrer">OHBM conference</a> (Montreal, Canada).</li>
</ul>
<h3>2022</h3>
<ul>
<li>2022: Ting presented her recent work at the <a href="https://aaic.alz.org/about/overview.asp" target="_blank" rel="noopener noreferrer">AAIC</a> (San Diego, USA).</li>
</ul>
</div>
</section>
</body>
</html>