forked from skhan890/getmicah.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (110 loc) · 6.01 KB
/
index.html
File metadata and controls
131 lines (110 loc) · 6.01 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
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
---
layout: default
---
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-92617807-1', 'auto');
ga('send', 'pageview');
</script>
<div class="header">
<h1>{{ site.name }}</h1>
<ul>
{% for item in site.data.navigation %}
<li>
<a href="{{ item.url }}">{{ item.title }}</a>
</li>
{% endfor %}
</ul>
</div>
<!-- <p id="landing-page-text"> Hi! My name is Nan Wu.</p> -->
<p id="landing-page-text"> 你好哇. 我的战友。 </p>
<div class="blog">
<hr style="border: 1px solid #ddd; margin: 2rem 0;">
<h3>Still writing, now finally <a href="/blog/notes">posting</a>:</h3>
<br>
<ul style="margin-left: 2rem; list-style-type: disc; padding-left: 1rem;">
{% for post in site.categories.notes %}
<li style="margin-bottom: 0.5rem;">
<a href="{{ post.url }}">{{ post.title }} - </a> <span class="date">{{ post.date | date: '%Y.%m.%d' }}</span>
</li>
{% endfor %}
</ul>
<h3> just not about science or tech (yet).</h3>
<hr style="border: 1px solid #ddd; margin: 2rem 0;">
</div>
<p id="landing-page-text-small"> I am a Ph.D. student at New York University, Center for Data Science, where I work with <a href="https://cs.nyu.edu/~kgeras/"> Krzysztof J. Geras </a> and <a href="http://kyunghyuncho.me"> Kyunghyun Cho </a> on deep learning research for medical imaging. </p>
<p id="landing-page-text-small"> Gladly I am one of the recipients of <a href="https://research.google/outreach/phd-fellowship/recipients/"> Google PhD Fellowship 2020 </a> on Machine Perception, Speech Technology and Computer Vision. </p>
<p id="landing-page-text-small">
My research centres on both application and theoritical learning problems related with breast cancer screening.
Currently, I m focusing on problems in multi-modal deep learning. See the full list of my papers <a href="https://scholar.google.com/citations?user=OGamLEMAAAAJ&hl=en"> here. </a> </p>
<p id="landing-page-text-small">
Besides the main research focus, I am also interested in topics under knowledge graph and responsible data science. I keep my eye on diverse innovative AI applications and enjoy brainstorming and conversations on related ideas with people from industry and academia.
</p>
<p id="landing-page-text-small"> Before joining NYU, I did my undergraduate study at <a href="https://en.scgy.ustc.edu.cn/"> School of Gifted Young, University of Science and Technology of China </a> and graduated with B.S. in Statistics and B.A in Business Administration. I spent two years in the Brain Function and Disease lab leading by Prof. Xiaochu Zhang and made contribution to the neurofeedback system empowered by machine/deep learning models. It has been the foundation of several following research projects in cognitive science and neuroscience. [<a href="https://link.springer.com/article/10.1007/s11432-019-2819-y">1</a>, <a href="https://link.springer.com/article/10.1007/s11432-019-2847-8">2</a>, <a href="https://academic.oup.com/brain/article-abstract/142/6/1827/5481198">3</a>, <a href="https://www.frontiersin.org/articles/10.3389/fpsyt.2019.00296/full">4</a> ...].
</p>
<p id="landing-page-text-small"> </p>
<p> </p>
<p id="landing-page-text-small"> Check out more information from <a href="https://wooginawunan.github.io/assets/img/CV_NANWU.pdf"> my CV </a> </p>
<p id="landing-page-text"> Welcome to connect via: <a href="https://twitter.com/NanWu__"> Twitter </a> </p>
<p id="landing-page-text"> About myself: I have been a captain of a soccer team and studied boxing in college. Now I am big fan of Marie Kondo and eager to build up my own life-organizing philosophy and methodology, starting from helping my friends to get organized. Feel free to let me know if you need help as well :) </p>
<p id="landing-page-text"> My hometown: <a href="https://wooginawunan.github.io/handan"> Handan </a> </p>
<!-- <p id="landing-page-text"> My new post: <a href="https://wooginawunan.github.io/questionphd"> If you want to apply for NYU Data Science PhD program:) </a> </p> -->
<!-- <div class="blog">
<h1>Publications:</h1>
<ul>
{% for post in site.categories.science %}
{% if post.work-type == 'Paper' %}
<li>
<p> {{ post.ref-title }}. </p>
<p id="paper-author"> {{ post.ref-authors }}. </p>
<p id="paper-info"> {{ post.ref-info }}. <a href="{{post.ref-link}}"> pdf </a>.
{% if post.ref-link-code %}
Code avalible at: <a href="{{post.ref-link-code}}"> {{post.ref-link-code}} </a>
{% endif %}
</p>
</li>
{% endif %}
{% endfor %}
<ul>
</div> -->
<!-- <div class="blog">
<h1>Stream:</h1>
<ul>
{% for post in site.categories.diary %}
{% if post.work-type == 'onmainpage' %}
<li>
<p> {{ post.ref-title }}. </p>
<p id="paper-author"> {{ post.ref-authors }}. </p>
<p id="paper-info"> {{ post.ref-info }}. <a href="{{post.ref-link}}"> pdf </a>.
{% if post.ref-link-code %}
Code avalible at: <a href="{{post.ref-link-code}}"> {{post.ref-link-code}} </a>
{% endif %}
</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div> -->
<!-- <div class="blog">
<h1>Projects:</h1>
<ul>
{% for post in site.categories.project %}
<li>
<span class="date">{{ post.date | date: '%Y %b %d' }}</span> - <a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</div> -->
<!-- <div class="blog">
<h1>shares:</h1>
<ul>
{% for post in site.categories.shares %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</div> -->