-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_me.html
77 lines (59 loc) · 4.77 KB
/
about_me.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
---
layout: default
title: Blog
permalink: about_me.html
---
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="row">
<div class="col-sm-8">
<h2>Education</h2>
<p class="influidcontainer">
Ph.D., Geophysical Sciences, The University of Chicago (2017)<br>
B.Sc., Physics, The Chinese University of Hong Kong (2011)
</p>
<h2>About me</h2>
<p class="influidcontainer">I am a Director in the Decision Sciences (Personalization Technologies) team at <a href="https://www.epsilon.com/us" target="_blank">Epsilon</a>. I build machine learning models at scale that deliver personalized marketing solutions for the client companies.
<!-- I also work on a research project related to <a href="https://en.wikipedia.org/wiki/Natural-language_generation">natural language generation</a>.</p>
-->
<p class="influidcontainer">
I completed my Ph.D. degree in Geophysical Sciences at the University of Chicago in 2017. I worked with <a href="https://geosci.uchicago.edu/people/noboru-nakamura/" target="_blank">Professor Noboru Nakamura</a> on developing an atmospheric Rossby wave diagnostic theory, namely, the finite-amplitude local wave activity theory, that quantifies the severity of extreme weather events. This new diagnostic theory has led to the revolutionary discovery about the onset of atmospheric blocking [see <a href="http://science.sciencemag.org/content/early/2018/06/18/science.aat0721" target="_blank">Nakamura and Huang (Science, 2018)</a>].</p>
<p class="influidcontainer">I am actively maintaining <a href="https://github.com/csyhuang/hn2016_falwa" target="_blank">the open-source analysis package on GitHub</a> to make this diagnostic technique widely accessible to researchers.</p>
<p class="influidcontainer">Here are my <a href="http://scholar.google.com/citations?user=o7pWZxkAAAAJ&hl=en" target="_blank">Google scholar page</a>
and <a href="{{ site.cv_link }}" target="_blank">academic CV</a>.</p>
<p class="influidcontainer">Prior to attending graduate school, I spent my first 21 years of
life in Hong Kong. I did my B. Sc. degree in Physics at <a href="http://www.cuhk.edu.hk" target="_blank">The Chinese University of Hong Kong</a>
with double-minor in Mathematics and German Languages.</p>
<p class="influidcontainer">In my spare time, I like writing and making music. I occasionally share
my vocal performances and improvised piano covers on <a href="https://www.youtube.com/c/ClaresStudio" target="_blank">my YouTube channel</a>.</p>
<p class="influidcontainer">Email: csyhuang (at) uchicago (dot) edu </p>
<p class="influidcontainer"><p>Below are some other <b>social media accounts</b> where I occasionally publish content:</p>
<p><button style="font-size:16px" onclick="window.open('http://www.linkedin.com/in/shao-ying-clare-huang','_blank')"><i class="fa fa-linkedin-square"></i> LinkedIn </button> My professional profile.</p>
<p><button style="font-size:16px" onclick="window.open('http://github.com/csyhuang','_blank')"><i class="fa fa-github"></i> GitHub</button> My open-source coding projects.</p>
<p><button style="font-size:16px" onclick="window.open('https://twitter.com/ClareSYHuang','_blank')"><i class="fa fa-twitter"></i> Twitter </button> More like a blog where I bookmark useful articles and news.</p>
<p><button style="font-size:16px" onclick="window.open('https://www.youtube.com/c/ClaresStudio','_blank')"><i class="fa fa-youtube"></i> YouTube </button> A space to record my musical "experiments".</p>
<p><button style="font-size:16px" onclick="window.open('https://www.instagram.com/phyclaresmusicblog/','_blank')"><i class="fa fa-instagram"></i> Instagram </button> Previews of my YouTube videos and music sheets/arrangement.</p>
<p><button style="font-size:16px" onclick="window.open('https://medium.com/@claresyhuang','_blank')"><i class="fa fa-medium"></i> Medium </button> I started this blog in Chinese but hopefully I'm trying to make it bilingual (+English) :)</p>
</div>
<div class="col-sm-4"><img src="/assets/img/profile_pic_square.jpg"></div>
</div>
<!--
Welcome to my personal homepage! Please use the <b>left-side menu</b> to navigate to pages related to my academic work. This index page is maintained in a blog-like manner that I'll constantly put in things I've learnt, and updated content of this website.
</div>
</div>
-->
<div class="clear"></div>
<hr>
<div class="posts">
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
<a href="{{ post.url }}">
{{ post.title }}
</a>
</h1>
<span class="post-date">{{ post.date | date_to_string }}</span>
{{ post.content }}
</div>
{% endfor %}
</div>
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/trial.css">