-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (192 loc) · 8.54 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Jimmy Juntao Zhong Personal Website">
<meta name="author" content="Jimmy Juntao Zhong">
<title>Jimmy (Juntao) Zhong's Website</title>
<link rel="shortcut icon" href="img/webIcon.png" />
<!-- Bootstrap core CSS -->
<link href="bootStrap/bootstrap.css" rel="stylesheet">
<link href="jimmyLocal.css" rel="stylesheet">
</head>
<!-- Navigation -->
<div id="navbar">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="https://juntaozhong.github.io/">Jimmy (Juntao) Zhong</a>
<div class="collapse navbar-collapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#AboutMe">About Me <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Blogs">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Links&Contacts">Links & Contacts</a>
</li>
</ul>
</div>
<aside>
<a class="nav-link" href="BasicSequenceAlignment.html">
<button>My Sequence Alignment Program</button>
</a>
</aside>
<div class="floatRight">
<a href="chinese.html">中文</a> / English
</div>
</nav>
</div>
<body>
<div class="content">
<section id="AboutMe">
<div class="row">
<div class="col-lg-5">
<img src="img/homeSelfie.jpg">
</div>
<div class="col-lg-7"> <!-- offset-lg-1 -->
<div class="container">
<h2>About Me:</h2>
<p>
I am a PhD student (beginning 2023) in DBBS at Washington University in St. Louis.
I look forward to working with <a href="http://www.dantaslab.org/">Dr. Gautam Dantas</a> on how antibiotic interact with the gut microbiome.
</p>
<p>
I enjoy wrestling, lifting, and jogging; I play the accordion.
Before my high school in Seattle, I lived 2 hours away from HongKong, in Foshan, China.
I speak Mandarin, Cantonese, Hakka (客家话). Learning Spanish.
</p>
<p>
I am a Carleton (MN) Alumni'23, <b>Biology</b> and <b>Computer Science</b> majors.
Most interested in the human gut microbiomes, cancer precision medicine, and neurobiology.
</p>
<p>
Summer 2022, I interned for <a href="https://www.kosticlab.org/">Dr. Alex Kostic</a> at Harvard,
I analyzed species and metabolic pathway abundances in human gut microbiomes to identify features correlated with obesity and diabetes.
</p>
<p>
At Carleton College, I worked for <a href="https://www.carleton.edu/directory/randerson/#research">Dr. Rika Anderson</a> to
investigate the cause of the high abundance of transposase (a virus-like jumping gene) in deep oceans.
I focus on the evolution of microbes recovered from metagenomic assembled genomes (MAGs).
</p>
<p>
Summer 2021, I intern at <a href="https://www.hpe.com/us/en/what-is/high-performance-computing.html">Hewlett Packard Enterprise</a>.
I work on the operating system of their supercomputers. I am proficient at Python, Shell Scripts, C++.
</p>
<p>
Summer 2020, I worked for <a href=https://www.carleton.edu/primates/monkeys>Dr. Julie Neiworth</a>
to study how cognitive failures of aging cotton-top tamarins relate to biology events in their brains.
I enjoy washing monkey cages, and feeding monkeys with food better than mine.
</p>
<p>
<b>I want an bioinformatics-related internship!!! Employ me!!! Here is <a href="Jimmy (Juntao) Zhong Resume.pdf" download>my resume</a>!</b>
</p>
</div>
</div>
</div>
</section>
<div class="content-divider"></div>
<!---Blogs---->
<section id="Blogs">
<div class="row">
<div class="col-lg-6">
<h1 class="text-center">Projects</h1>
<div class="container">
<ul>
<li>
Manuscript in review:
<a href="https://www.biorxiv.org/content/10.1101/2022.04.27.489810v2">High transposase abundance in the deep ocean is linked to a particle-associated lifestyle</a>
</li>
<li>
Team capstone for my CS major: visualizing clonal trees (2023)
<br>
<a href="https://cs.carleton.edu/cs_comps/2223/visualizing-clonal-trees/final-results/CS-department-website/index.html">[website]</a>
<a href="https://github.com/JuntaoZhong/visualize-clonal-trees">[GitHub]</a>
</li>
<li>
Individual capstone for my Bio major (2023):
<br>
<a href="JimmyZhong_bio_COMPs.docx" download>The Role of Disrupted Nutrient Cycling in Coral Bleaching</a>
</li>
<li>Comparing different phylogenetic-tree-building algorithms (2022)
<a href="https://github.com/JuntaoZhong/Bioinformatics">[GitHub]</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<h1 class="text-center">Blogs</h1>
<div class="container">
<ul>
<li>
Me being interviewed:
<br>
<a href="https://www.carleton.edu/its/blog/jimmy-zhong-interview/">how the DataSquad experience helped my internship</a>
</li>
<li>
Me interviewing Maraki Ketema:
<br>
<a href="https://www.carleton.edu/its/blog/maraki-ketema-career-experience-and-advice-for-data-science-software-engineering-beginners/">
career experience and advice for data science/software engineering beginners</a>
</li>
<li>
A R programming FAQ I wrote for Carleton students:
<br>
<a href="https://www.carleton.edu/quantitative-resource-center/faq-2/">general questions and some common code problems</a>
</li>
<li>
A YouTube Playlist I recorded for Carleton Political Science Department:
<br>
<a href="https://www.youtube.com/playlist?list=PLkreuQG4sJfSZrvRC866Wmqy8W9hbE3zS">Tableau guides for data novice</a>
</li>
<li>Why Cloud Computing (A Short Intro)?
<a href="https://datasquad.at.sites.carleton.edu/uncategorized/cloud-computing/">[Blog]</a>
</li>
<li>SQL vs. NoSQL Databases, What…?
<a href="https://datasquad.at.sites.carleton.edu/data/sql-vs-nosql-databases-what/">[Blog]</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="content-divider"></div>
<!---Links---->
<section id="Links&Contacts">
<h1 class="text-center">Links & Contacts</h1>
<div class="container">
<h6 class="text-left">
<a href="https://www.carleton.edu/directory/randerson/#research">Prof. Rika Anderson's Space Hog Lab (we chew up too much disk space)</a>
</h6>
<h6 class="text-left">
<a href="https://carletondatasquad.bitbucket.io/">Carleton DataSquad (Ex-Employee)</a>
</h6>
<h6 class="text-left">
<a href="http://2018.igem.org/Team:iTesla-SoundBio/Team">iGEM Team:iTesla-SoundBio</a>
conducted experiments to bioengineer <I>E. coli</I> and <I>B. subtilis</I> for LAL Factor C production.</a>
</h6>
<h6 class="text-center">
<small class="text-muted">
Homeless (no fixed address) <br>
github: https://github.com/JuntaoZhong <br>
Email: [email protected]
</small>
</h6>
</div>
</section>
</div>
<script>
window.onscroll = function() {myFunction()};
var navbar = document.getElementById("navbar");
var sticky = navbar.offsetTop;
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
</script>
</body>
</html>