-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (112 loc) · 8.15 KB
/
Copy pathindex.html
File metadata and controls
159 lines (112 loc) · 8.15 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
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
<!doctype html>
<html>
<head>
<title>
About | Rong Wu
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<!-- Use Atom -->
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Rong Wu" />
<!-- Use RSS-2.0 -->
<!--<link href="/rss-feed.xml" type="application/rss+xml" rel="alternate" title="Rong Wu | PhD Candidate"/>
//-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quattrocento+Sans">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<meta name="image" property="og:image" content="/assets/img/rong.png" />
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132353960-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132353960-1');
</script>
<!-- Use Jekyll SEO plugin -->
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>About | Rong Wu</title>
<meta name="generator" content="Jekyll v4.3.1" />
<meta property="og:title" content="About" />
<meta name="author" content="Rong Wu" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="PhD Candidate" />
<meta property="og:description" content="PhD Candidate" />
<link rel="canonical" href="http://localhost:4000/menu/about.html" />
<meta property="og:url" content="http://localhost:4000/menu/about.html" />
<meta property="og:site_name" content="Rong Wu" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="About" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Rong Wu"},"description":"PhD Candidate","headline":"About","url":"http://localhost:4000/menu/about.html"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<div class="container">
<header class="masthead">
<h3 class="masthead-title">
<a href="/">Rong Wu</a>
<small class="masthead-subtitle">PhD Candidate</small>
<div class="menu">
<nav class="menu-content">
<a href="/menu/papers.html">Papers</a>
<a href="/menu/talks.html">Talks</a>
<a href="/menu/blog.html">Blog</a>
</nav>
<nav class="social-icons">
<a href="mailto:rong.wu@ucsf.edu" target="_blank"><i class="fa-solid fa-envelope" aria-hidden="true"></i></a>
<a href="https://orcid.org/0009-0006-8978-0892" target="_blank"><i class="fa-brands fa-orcid" aria-hidden="true"></i></a>
<a href="https://scholar.google.com/citations?user=5W7bZOIAAAAJ" target="_blank"><i class="fa-brands fa-google-scholar" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/rong-wu-0456401b4/" target="_blank"><i class="fa-brands fa-linkedin" aria-hidden="true"></i></a>
<a href="https://www.github.com/Rows21" target="_blank"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
</nav>
</div>
</h3>
</header>
<div class="post-container">
<div style="float: right; padding-left: 10px">
<img src="/assets/img/rong.png" width="200" height="300" />
</div>
<p>My current research focused on Bayesian ordinary differential equation (ODE) disease progression model leveraging ADNI data. My research interests include Bayesian modeling, Machine learning algorithms, Multimodal data integration for health and biomedical data.</p>
<p>I received an MS from UCSF, advised by Prof. <a href="https://profiles.ucsf.edu/aaron.scheffler">Aaron Wolfe Scheffler</a>, an MS from New York University, advised by Prof. <a href="https://publichealth.nyu.edu/faculty/hai-shu">Hai Shu</a>, and a BA in Bioscience from Zhejiang University. I also worked as a GSR for <a href="https://multitudesinfo.ucsf.edu/">UCSF Multitudes Project</a> at the UCSF Memory and Aging Center and an Statistical Engineer at <a href="https://www.npphub.com">NppStudio</a>.</p>
<p>For more information, please see my <a href="/assets/RongWuCV_26FALL.pdf">CV</a>.</p>
<p>email: </p>
<hr />
<h2>Selected Publications</h2>
<p><strong>Wu, R.</strong>, Chen, Z., Li, G., & Shu, H. (under review). Nonlinear Sparse Generalized Canonical Correlation Analysis for Multi-view High-dimensional Data. <a href="https://arxiv.org/abs/2502.18756">[Paper]</a></p>
<!-- <img src="../assets/img/logo.png" width="150" align="left" style="padding: 0px 5px 0px 0px;"> -->
<!-- I began my academic journey in Graz, Austria, where I studied Psychology and Philosophy. Dissatisfied with both, I looked for a more formal way to study the human mind and behaviour and ended up in Tübingen, Germany, pursuing a Masters degree in Cognitive Science.
For my thesis, I stepped out the ivory tower academia can sometimes be and worked with a car company on evaluating artificial driver models in their traffic simulation. While that was fun, academia is fun too, and so I started a PhD at the Department of Psychological Methods, University of Amsterdam, in December 2017. Broadly speaking, I am working on topics related to Bayesian inference and testing, networks, causal inference, and dynamical systems.
Besides academic things, I am thinking about how we can utilize people's quantitative skills for the social good. To that end, I co-founded [CorrelAid Nederland](https://twitter.com/CorrelAidxNL), [Data & Strategies versus Corona](https://scienceversuscorona.com/), and was a [Data Science For Social Good Fellow](https://www.dssgfellowship.org/) at Carnegie Mellon University in 2022. I am also deeply concerned about the [climate emergency](https://fabiandablander.com/menu/climate.html) and [helped organize](https://www.folia.nl/international/151115/scientist-rebellion-organizes-climate-action-week-time-to-look-up) and [took part](https://www.youtube.com/watch?v=EYFhadxD0eg) in the global Scientist Rebellion. You can find me [@fdabl](https://twitter.com/fdabl) or email me using my last name dot my first name at gmail dot com.-->
<hr />
<p>The contents of this website are licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. You are therefore free, for example, to translate any blog posts you found useful into another language and publish them on your own website, as long as you refer to the original post and give appropriate credit.</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /></p>
</div>
<footer class="footer">
<a href="mailto:rong.wu@ucsf.edu" target="_blank"><i class="fa-solid fa-envelope" aria-hidden="true"></i></a>
<a href="https://orcid.org/0009-0006-8978-0892" target="_blank"><i class="fa-brands fa-orcid" aria-hidden="true"></i></a>
<a href="https://scholar.google.com/citations?user=5W7bZOIAAAAJ" target="_blank"><i class="fa-brands fa-google-scholar" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/rong-wu-0456401b4/" target="_blank"><i class="fa-brands fa-linkedin" aria-hidden="true"></i></a>
<a href="https://www.github.com/Rows21" target="_blank"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
<a href="/feed.xml"><i class="fa-solid fa-rss" aria-hidden="true"></i></a>
<div class="post-date"><a href="https://rows21.github.io">Rong Wu | PhD Candidate</a></div>
</footer>
</div>
</body>
</html>