-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
271 lines (258 loc) · 13 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Ke (Coco) Zhao</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/research.png" alt="" class="avatar"/></span>
<h1>Ke Zhao</h1>
<p>UPenn Senior double majoring in Cognitive Science and Computer Science<br />
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">About Me</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#research">Research</a></li>
<li><a href="#project">CS Project</a></li>
<li><a href="resume.html">CV</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>ABOUT ME</h2>
</header>
<p>
Hey, I am Ke Zhao (often go by Coco), and I am a senior at the University of Pennsylvania double majoring Cognitive Science and Computer Science. I grew up in Wenzhou, a port city in the East coast China, and moved to Philadelphia when I was 16. In my spare time, I love travelling, solving Rubick's cube, doing Sudukos and playing the piano.
</p>
<p>
At Penn, I do research for Dr. Rao in studying how people make
decisions and work as a research assistant for Dr. Sheline in the
<a href="https://www.med.upenn.edu/cnds/" class="link" target="_blank">CNDS</a> for a real-time neurofeedback project.
</p>
</div>
<span class="image"><img src="images/self.jpeg" alt="" /></span>
</div>
</section>
<!-- Education Section -->
<section id="education" class="main special">
<header class="major">
<h2>EDUCATION</h2>
</header>
<ul class="features">
<li>
<span class="icon solid major style1 fa-school"></span>
</li>
<li>
<h3>University of Pennsylvania - College of Arts and Sciences</h3>
<p>Candidate for B.A May 2022<br>
<strong>Cognitive Science</strong><br>
<strong>Computer Science</strong></p>
</li>
</ul>
<ul class="features">
<li>
<span class="icon solid major style1 fa-book"></span>
</li>
<li>
<h3>Relevent Courses</h3>
<div align="left">
CIS521: Artificial Intelligence<br>
CIS419: Applied Machine Learning<br>
CIS545: Big Data Analytics<br>
CIS550: Database and Information Systems<br>
CIS350: Software Design/Engineering<br>
CIS320: Introduction to Algorithms<br>
CIS121: Data Structures and Algorithms<br>
CIS195: Android App Development<br>
PSYC273: NeuroEconomics<br>
OIDD290: Decision Processes<br>
PSYC111: Perception<br>
BIBB109: Intro to Brain and Behavior
</div>
</li>
</ul>
</section>
<!-- Research section -->
<section id="research" class="main special">
<div class="inner">
<header class="major">
<h2>RESEARCH</h2>
<div align = "left">
<p>
How people make risky decisions? How people behave differently after sleep loss? How to treate people with mental illness with advanced technology ? How to use machine learning and brain imaging technology to better study human minds? I hope to answer these quesitons one day.
</p>
<p>
I have been worked in brain imaging research lab since 2016. Currently, I am conducting independent research projects with Dr. Hengyi Rao in <a href="https://www.cfn.upenn.edu/" class="link" target="_blank">Center for Functional Neuroimaging</a> at UPenn on topics related to individual risky decision making. I am also conducting a real time fMRI feedback project under guidance of Dr. Sheline in the <a href="https://www.med.upenn.edu/cnds/" class="link" target="_blank">CNDS</a> at Penn Medicine and Dr. Norman in <a href="https://compmem.princeton.edu/" class="link" target="_blank">Computational Memory Lab</a> at Princeton. </p>
<p>Below are some projects that I am currently working on or did in the past</p>
</div>
</header>
<h2>On-going Projects</h2>
<ul class="features2">
<li class="icon fa-flag">
<h3>Real time fMRI Project</h3>
Investigate the effect of real time fMRI feedback in reducing depression and the relationship among symptoms, brain measures and actigraphy in defining biotypes across depressed and anxious individuals. <br>
<code>fMRI</code><br>
<code>Machine learning</code><br>
<code>web cloud</code>
</li>
<li class="icon fa-flag">
<h3>CogBrain Web Platform Project</h3>
With the widespread of COVID-19, lots of research groups are unable to conduct in-person experiment. This website was developed to be a reliable, accessible, flexible, and secure online tool for researchers to easily collect behavioral data. <a href="http://www.cogbraintest.com/"class="link" target="_blank">Go to the website</a>.<br>
<code>behavoral tasks</code><br>
<code>web development</code>
</li>
</ul>
<h2>Past Projects</h2>
<ul class="features2">
<li class="icon fa-paper-plane">
<h3>Age and Gender Effects on Risk-taking Behavior</h3>
This study investigates the effects of age and gender on risky decision-making across the life span by using cognitive behavioral task and cognitive modeling on a large dataset.<br>
<code>behavoral task</code><br>
<code>web development</code><br>
<code>cognitive modeling</code>
</li>
<li class="icon fa-paper-plane">
<h3>Decision-making and Sensation Seeking</h3>
This study uses ERP with the balloon analogue risk task to investigate how individual differences in sensation seeking modulate brian responses to risk-taking with different potential reward/loss magnitude.<br>
<code>EEG</code><br>
<code>behavoral Task</code>
</li>
<li class="icon fa-paper-plane">
<h3>Sleep Habits and Emotional Experiences Project (SHEEP)</h3>
<p>This project examines the interplay between reward processing, actigraph-assessed sleep parameters, and well-being in college students.</p>
<code>sleep</code><br>
<code>daily checking</code>
</li>
<li class="icon fa-paper-plane">
<h3>Altered Spontaneous Brain Activity in OCD</h3>
This study used fMRI to examine whether Obsessive-compulsive personality disorder (OCPD) patients will exhibit altered spontaneous brain activity as compared to healthy controls.<br>
<code>fMRI</code><br>
<code>OCPD</code>
</li>
<li class="icon fa-paper-plane">
<h3>Perfusion imaging of fatigue and time-on-task effects from sustained mental workload in patients with Parkinson’s disease</h3>
In this study, we combined Arterial spin labeled(ASL) perfusion functional MRI with a sustained mental workload paradigm to examine the neural correlates of fatique and time-on-task effects in PD.<br>
<code>fMRI</code><br>
<code>ASL</code><br>
<code>Parkinson's disease</code>
</li>
<li class="icon fa-paper-plane">
<h3>Test-retest reliability of CBF for accessing brain function at rest and during a vigilance task</h3>
This study investigated the comparative reliability of Arterial spin labeled(ASL) measures by doing scanning in a strictly controlled in-laboratory while at rest and during performing a simple and reliable psychomotor vigilance test.<br>
<code>fMRI</code><br>
<code>ASL</code><br>
</li>
</ul>
</div>
<footer class="major">
<ul class="actions special">
<li><a href="research.html" class="button primary">Learn more</a></li>
</ul>
</footer>
</section>
<!-- CS Project Section -->
<section id="project" class="main special">
<header class="major">
<h2>Software Development</h2>
<p>Below are a list of projects I did in the past few years. <br>Some projects below are the coding part of the above research projects.</p>
</header>
<div class="features3">
<article>
<span class="icon solid fa-gamepad"></span>
<div class="content" align = "left">
<h3><strong>CogBrain</strong></h3>
<li>A web platform that tests individual's cognitive ability via a series of cognitive tasks. Researcheres could use it to make custom online studies and collect data easily.</li>
<li>This website has attracted more than 3k players to play the tasks.</li>
<a href="http://www.cogbraintest.com/" class="link" target="_blank">>Website link</a><br><br>
<code>front-end</code><code>AWS</code><code>MySQL</code>
</div>
</article>
<article>
<span class="icon solid fa-chart-line"></span>
<div class="content" align="left">
<h3><strong>BrainIAK Project</strong></h3>
BrainIAK applies advanced machine learning methods and high-performance computing to analyzing neuroimaging data. It includes fMRI modules for FCMA, MVPA, and more.<br>
<a href="https://brainiak.org/" class="link" target="_blank">>Website link</a>
<br><br>
<code>Python</code><code>front-end</code>
</div>
</article>
<article>
<span class="icon solid fa-mug-hot"></span>
<div class="content" align = "left">
<h3><strong>Stay Home and Eat Well</strong></h3>
<li>A web application allows users to search for recipes satisfying certain criteria corresponding to ingredients, nutritional value, preparation time, ratings and reviews, and other user inputted information.</li>
<a href="https://github.com/cocozhao321/CIS450_project" class="link" target="_blank">>Github link</a><br><br>
<code>REACT JS</code><code>MySQL</code><code>AWS</code>
<br>
<br>
<br>
</div>
</article>
<article>
<span class="icon solid fa-map"></span>
<div class="content"align="left">
<br>
<h3><strong>ForeverBrain</strong></h3>
<li>A recruiting and job matching platform that help companies build the workforce
in the future using brain science and audited AI technology.</li>
<li>The platform used a series of objective behavioral games that allow companies don't judge a job seeker by their resume alone. </li>
<code>frone-end</code><code>machine learning</code><code>MySQL</code>
</div>
</article>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Ke Zhao</h2>
<p>A senior at University of Pennsylvania double majoring in Cognitive Science and Computer Science</p>
<ul class="actions">
<li><a href="index.html#intro" class="button">Learn More</a></li>
</ul>
</section>
<section>
<h2>Contact</h2>
<dl class="alt">
<dt>Address</dt>
<dd>3900 Walnut Street, Philadelphia, PA, 19104</dd>
<dt>Email</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
<ul class="icons">
<li><a href="#" class="icon brands fa-github alt" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/ke-zhao-8555b3126/" class="icon brands fa-linkedin alt" target="_blank"><span class="label">LinkedIn</span></a></li>
</ul>
</section>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>