-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (92 loc) · 4.55 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="Quoc Ho, Quoc P. Ho, Quoc Phu Ho, Ho Phu Quoc, Q.P. Ho, math, mathematics, home page">
<meta name="author" content="Quoc Ho, Quoc P. Ho, Quoc Phu Ho, Ho Phu Quoc, Q.P. Ho">
<title>Quoc Ho</title>
<link rel="stylesheet" href="css/stylesheet.css">
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link rel="stylesheet" href="/assets/fonts/stylesheet.css">
<link rel="icon" type="image/png" sizes="16x16" href="https://hkust.edu.hk/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://hkust.edu.hk/favicon-32x32.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-13R50LRJ81"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-13R50LRJ81');
</script>
</head>
<body>
<header>
<h1><a href="./">Quoc P. Ho</a></h1>
<nav>
<ul>
<li>
<a href="./" class="active">
Home
</a>
</li>
<li>
<a href="research">
Research
</a>
</li>
<li>
<a href="teaching">
Teaching
</a>
</li>
<li>
<a href="other">
Other
</a>
</li>
</ul>
</nav>
</header>
<div class="intro">
<p><img src="assets/qho.JPG" alt="Quoc Ho" id="mypicture" /></p>
<div>
<p>Assistant Professor<br />
<a href="https://pathadvisor.ust.hk/search/nearest/lift/from/3477/floor/3/at/normalized/1517,-217,3">Room 3477</a>, <a href="https://www.math.hkust.edu.hk">Department of Mathematics</a><br />
<a href="https://hkust.edu.hk">Hong Kong University of Science and Technology</a><br />
<a href="https://goo.gl/maps/g39yQdWxDE5jGg1JA">Clear Water Bay, Hong Kong</a></p>
<p>Email: <code class="highlighter-rouge">
quoc.ho@ust.hk</code>
</p>
<!-- http://wbwip.com/wbw/emailencoder.html -->
<!--<p><strong>Office:</strong> <a href=""></a> 605<br /></p>
<p><strong>Phone:</strong></p>-->
</div>
</div>
<h3 id="research-interests-and-background">Research interests and background</h3>
<p>My current research interests lie in the intersection of geometric representation theory and quantum knot invariants. More specifically, I am interested in investigating problems in these fields using techniques and inspirations from higher category theory and homotopy theory.</p>
<p>Specific topics of interest include categorification, factorization algebra/homology,
quantum knot invariants, quantum groups, and homological stability.</p>
<p>My papers and preprints are on my <a href="research">research page</a>, and my CV is available <a
href="assets/cv-ho.pdf">here</a>.</p>
<p>I completed my PhD at the <a href="http://math.uchicago.edu/">University of Chicago</a> in June 2017 under the
guidance of <a href="https://math.uchicago.edu/~ngo/">Ngo Bao Chau</a> and <a
href="https://people.mpim-bonn.mpg.de/gaitsgde/">Dennis Gaitsgory</a>. I was an undergraduate at <a
href="https://www.princeton.edu">Princeton University</a>.</p>
<p>In my free time, I like to compose and arrange music. You can listen to my music on <a
href="https://soundcloud.com/quoc-p-ho">Soundcloud</a> and <a
href="https://www.youtube.com/@jazzvang">YouTube</a>.</p>
<h3 id="seminar">Seminar</h3>
<p>I organize the <a href="https://researchseminars.org/seminar/HKUST-AG">Algebra and Geometry Seminar</a> at HKUST.</p>
<!-- <h3 id="upcoming-travel">Upcoming travel</h3>
<p>◦ June 12, 2023 – June 18, 2023: Universität Hamburg (talk at the <a href="https://zmp.math.uni-hamburg.de/frame.php?lg=en&sheet=events&subsheet=2">Colloquium of the ZMP</a>)</p>
<p>◦ June 18, 2023 – June 24, 2023: Max Planck Institute for Mathematics in Bonn (attend the <a href="https://www.mpim-bonn.mpg.de/node/11707">Arbeitstagung 2023 on Condensed Mathematics</a>)</p>
<p>◦ June 24, 2023 – July 4, 2023: Universität Wien (seminar talk)</p> -->
<footer>
Theme created by <a href="https://asilata.github.io/">Asilata</a>
</footer>
</body>
</html>