-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcn.html
More file actions
415 lines (386 loc) · 19.2 KB
/
cn.html
File metadata and controls
415 lines (386 loc) · 19.2 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
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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>柴天翼(Jared Chai)个人主页</title>
<meta name="description" content="柴天翼(Jared Chai)的个人主页。">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Canonical: self -->
<link rel="canonical" href="https://jaredchai.com/cn.html">
<!-- Hreflang alternates -->
<link rel="alternate" hreflang="zh-Hans" href="https://jaredchai.com/cn.html">
<link rel="alternate" hreflang="en" href="https://jaredchai.com/">
<link rel="alternate" hreflang="x-default" href="https://jaredchai.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="柴天翼(Jared Chai)个人主页">
<meta property="og:description" content="柴天翼(Jared Chai)的个人主页">
<meta property="og:url" content="https://jaredchai.com/cn.html">
<meta property="og:image" content="https://jaredchai.com/assets/images/profile.JPG">
<meta name="twitter:card" content="summary_large_image">
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"WebPage",
"name":"柴天翼(Jared Chai)个人主页",
"url":"https://jaredchai.com/cn.html",
"inLanguage":"zh-Hans",
"isPartOf": {
"@type":"WebSite",
"name":"Jared Chai | Personal Website",
"url":"https://jaredchai.com/"
},
"about": { "@id":"https://jaredchai.com/#person" }
}
</script>
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"Person",
"@id":"https://jaredchai.com/#person",
"name":"柴天翼",
"alternateName":"Jared Chai",
"url":"https://jaredchai.com/cn.html",
"image":"https://jaredchai.com/assets/images/profile.JPG",
"jobTitle":"量化金融与经济 高级顾问(Senior Associate)",
"inLanguage":"zh-Hans",
"sameAs":[
"https://www.linkedin.com/in/tianyi-jared-chai",
"https://github.com/jaredchai",
"https://orcid.org/0000-0002-7806-0594",
"https://scholar.google.com/citations?hl=en&authuser=1&user=Mg5M5jEAAAAJ",
"https://www.researchgate.net/profile/Jared-Chai-2"
]
}
</script>
<link rel="icon" type="image/x-icon" href="https://jaredchai.com/assets/images/cat.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="/style_cn.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S4Q4C5BZ6D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-S4Q4C5BZ6D');
</script>
<body>
<!-- NAVBAR-->
<nav>
<div class="left">
<a href="#main">柴天翼(Jared)</a>
</div>
<div class="right">
<a href="https://github.com/jaredchai" target="_blank" rel="noopener
noreferrer">
<i class="fa-brands fa-github"></i>
<span>GitHub</span>
</a>
<a href="https://www.linkedin.com/in/tianyi-jared-chai/" target="_blank" rel="noopener
noreferrer">
<i class="fa-brands fa-linkedin"></i>
<span>领英</span>
</a>
<a href="https://scholar.google.com/citations?user=Mg5M5jEAAAAJ&hl=en&oi=ao" target="_blank" rel="noopener
noreferrer">
<i class="fa-brands fa-google-scholar"></i>
<span>谷歌学术</span>
</a>
<a href="https://orcid.org/0000-0002-7806-0594" target="_blank" rel="noopener
noreferrer">
<i class="fa-brands fa-orcid"></i>
<span>ORCID</span>
</a>
<a href="https://www.researchgate.net/profile/Jared-Chai-2" target="_blank" rel="noopener
noreferrer">
<i class="fa-brands fa-researchgate"></i>
<span>ResearchGate</span>
</a>
<a class="englishlink" href="/index.html">
<i class="fa-solid fa-font"></i>
<span>English</span>
</a>
</div>
</nav>
<main>
<!-- SECTION 1: main -->
<section class="main-section" id="main">
<div class = "headshot">
<img src="/assets/images/profile.webp" alt="Jared Chai headshot">
</div>
<div class = "text">
<h2>你好,欢迎来到我的主页。</h2>
<p><b>特许金融分析师(CFA®) </b>持证人, <a href="https://www.cfainstitute.org/" target="_blank" rel="noopener
noreferrer">CFA Institute</a> 会员;<a href="https://cfany.org/" target="_blank" rel="noopener
noreferrer">CFA纽约协会(CFA Society New York)</a>会员。</p>
<p>2023年毕业于 <a href="https://gatech.edu" target="_blank" rel="noopener
noreferrer">佐治亚理工学院</a> 并获得<b>双硕士学位</b>。</p>
<p>2021年毕业于 <a href="https://umich.edu"target="_blank" rel="noopener
noreferrer">密西根大学(安娜堡)</a> 并获得<b>双学士学位。</b></p>
<p>2016年毕业于加拿大 <a href="https://www.sac.on.ca/" target="_blank" rel="noopener
noreferrer">圣安德鲁学院</a> 男子高中。</p>
</p>––– <i>DILEAS GU BRATH</i></p>
<div class="email"><p><b>邮箱:</b> chtianyi at umich dot edu</p></div>
<div class="links">
<a href="#education">
<i class="fa-solid fa-user-graduate"></i>
<span> 教育背景 </span>
</a>
<a href="#publication">
<i class="fa-solid fa-newspaper"></i>
<span> 发表内容 </span>
</a>
<a href="#research">
<i class="fa-solid fa-calculator"></i>
<span> 科研经历 </span>
</a>
<a href="#teaching">
<i class="fa-solid fa-person-chalkboard"></i>
<span> 教学经历 </span>
</a>
<a href="#awards">
<i class="fa-solid fa-award"></i>
<span> 获奖及成就 </span>
</a>
<a href="#industry">
<i class="fa-solid fa-briefcase"></i>
<span> 行业经历 </span>
</a>
<a href="#personal">
<i class="fa-solid fa-cat"></i>
<span> 猫 </span>
</a>
</div>
</div>
</section>
<!-- SECTION 2: education -->
<section id="education" class="education-section">
<div class="text">
<h2>教育背景</h2>
<div class="GaTech">
<h3>佐治亚理工学院</h3>
<p>2021年9月 至 2023年5月</p>
<p><i>亚特兰大,佐治亚州</i></p>
<p><b>GPA</b>: 4.0 </p>
<ul>
<li><p>理科硕士(M.S.)</p></li>
<ul>
<li><p><a href="https://qcf.gatech.edu/" target="_blank" rel="noopener
noreferrer">量化金融</a></p></li>
</ul>
<li><p>理科硕士(M.S.)</p></li>
<ul>
<li><p><a href="https://cse.gatech.edu/ms-computational-science-and-engineering" target="_blank" rel="noopener
noreferrer">计算科学</a></p></li>
</ul>
</ul>
</div>
<div class="Michigan">
<h3>密西根大学</h3>
<p>2016年9月 至 2021年5月</p>
<p><i>安娜堡,密西根州</i></p>
<p><b>GPA</b>: 3.93 </p>
<ul>
<li><p>工程科学学士(B.S.E.),<b>最高荣誉<i>(Summa Cum Laude)</b></i></p></li>
<ul>
<li><p>工程学院,<a href="https://ioe.engin.umich.edu/" target="_blank" rel="noopener
noreferrer">工业运筹工程</a>(运筹学方向)</p></li>
</ul>
<li><p>工商管理学士(B.B.A.),<b>最高荣誉<i>(High Distinction)</b></i></p></li>
<ul>
<li><p>罗斯商学院,<a href="https://michiganross.umich.edu/undergraduate/bba" target="_blank" rel="noopener
noreferrer">工商管理</a>(金融方向)</p></li>
</ul>
<li><p>辅修,<a href="https://cse.engin.umich.edu/" target="_blank" rel="noopener
noreferrer">计算机科学</a></p></li>
</ul>
</div>
</div>
</section>
<!-- SECTION 3: publication -->
<section id="publication" class="publication-section">
<div class="text">
<h2>发表论文 及 部分公开项目</h2>
<ul class = "pubs">
<li><p><b>Chai JT</b>, Bobrovnikov M, Dinov ID (2022). <i><a href="https://iase-web.org/documents/papers/sat2021/IASE2021%20Satellite%20132_DINOV.pdf" target="_blank" rel="noopener
noreferrer">Probability Distributome – Computing, Visualization, and Instruction</a></i>. Proceedings, IASE 2021 <i><a href="https://iase-web.org/Conference_Proceedings.php?p=2021_Statistics_Education_in_the_Era_of_Data_Science" target="_blank" rel="noopener
noreferrer">Statistics Education in the Era of Data Science</a></i>. <i><a href="https://iase-web.org/Conference_Proceedings.php?p=2021_Statistics_Education_in_the_Era_of_Data_Science" target="_blank" rel="noopener
noreferrer">DOI: 10.52041/iase.pdsxt</a></i>.</p></li>
<li><p>Bobrovnikov M, <b>Chai JT</b>, Dinov ID (2022). <i><a href="https://link.springer.com/article/10.1007/s42979-022-01206-w" target="_blank" rel="noopener
noreferrer"> Interactive Visualization and Computation of 2D and 3D Probability Distributions</a></i>. <i><a href="https://link.springer.com/journal/42979" target="_blank" rel="noopener
noreferrer">SN Computer Science</a></i> 3: 327. <i><a href="https://link.springer.com/article/10.1007/s42979-022-01206-w" target="_blank" rel="noopener
noreferrer">DOI: 10.1007/s42979-022-01206-w</a></i>.</p></li>
<li><p><a href="https://rcompute.nursing.umich.edu/SOCR_Probability_Distribution_Calculator_and_Modeler/" target="_blank" rel="noopener
noreferrer">SOCR Probability Distribution Calculator/Modeler</a></p></li>
<ul>
<li><p>GitHub Repository: <a href="https://github.com/SOCR/ProbDistCalc_RShiny" target="_blank" rel="noopener
noreferrer">here</a></p></li>
</ul>
<li><p><a href="https://socr.umich.edu/DSPA2/DSPA2_notes/DSPA_Appendix_5_SQL_DB_Queries.html" target="_blank" rel="noopener
noreferrer">DSPA2 Appendix 5: Database SQL Queries</a></p></li>
</ul>
</div>
</section>
<!-- SECTION 4: research -->
<section id="research" class="research-section">
<div class="text">
<h2>科研经历</h2>
<ul class = "researches">
<li><p><b>研究课题组长</b>,<a href="https://www.socr.umich.edu/index.html" target="_blank" rel="noopener
noreferrer">Statistics Online Computational Resource (SOCR)</a>,密西根大学</p></li>
<ul>
<li><p>2019年9月 至 2021年8月</p></li>
<li><p>指导老师: <a href="https://scholar.google.com/citations?user=DYIQNOcAAAAJ&hl=en" target="_blank" rel="noopener
noreferrer">Dr. Ivo D. Dinov</a></p></li>
</ul>
<li><p><b>研究助理</b>,<a href="https://mdp.engin.umich.edu/" target="_blank" rel="noopener
noreferrer">Multidisciplinary Design Program</a>,密西根大学</p></li>
<ul>
<li><p>2019年9月 至 2021年8月</p></li>
<li><p>学生专访:<a href="https://mdp.engin.umich.edu/meet_mdp_students/jared-chai/" target="_blank" rel="noopener
noreferrer"> Jared Chai</a></p></li>
</ul>
<li><p><b>暑期研究员</b>,<a href="https://michr.umich.edu/" target="_blank" rel="noopener
noreferrer">Michigan Institute for Clinical & Health Research</a>,密西根大学</p></li>
<ul>
<li><p>2020年6月 至 2020年8月</p></li>
</ul>
<li><p><b>研究助理</b>,密西根大学 罗斯商学院 金融系</p></li>
<ul>
<li><p>2020年2月 至 2020年6月</p></li>
</ul>
</ul>
</div>
</section>
<!-- SECTION 5: teaching -->
<section id="teaching" class="teaching-section">
<div class="text">
<h2>教学经历</h2>
<div class="GaTech">
<h3>佐治亚理工学院</h3>
<ul>
<li><p>MATH 6635 – 金融数值法(研究生助教)</p></li>
<ul>
<li><p>2023年春</p></li>
</ul>
</ul>
</div>
<div class="Michigan">
<h3>密西根大学</h3>
<ul>
<li><p>FIN 409 – 固定收益(助教)</p></li>
<ul>
<li><p>2021年冬</p></li>
</ul>
<li><p>FIN 480 – 金融衍生品(助教)</p></li>
<ul>
<li><p>2021年冬</p></li>
</ul>
<li><p>FIN 615 – 估值(助教)</p></li>
<ul>
<li><p>2020年秋</p></li>
</ul>
<li><p>FIN 415 – 企业投资(助教)</p></li>
<ul>
<li><p>2020年秋</p></li>
</ul>
<li><p>FIN 300 – 金融管理(助教)</p></li>
<ul>
<li><p>2020年冬</p></li>
</ul>
<li><p>FIN 302 – 金融决策(助教)</p></li>
<ul>
<li><p>2019年秋,2020年冬,2020年秋,2021年冬</p></li>
</ul>
</ul>
</div>
</div>
</section>
<!-- SECTION 6: awards -->
<section id="awards" class="awards-section">
<div class="text">
<h2>获奖 及 成就</h2>
<ul class = "awards">
<li><p><b>James B. Angell Scholar 学者奖</b> (2018, 2021)</p></li>
<ul>
<li>
<p>密西根大学</p>
</li>
</ul>
<li><p><b>H.R. & D.I. Rasch Scholarship 奖学金</b> (2018)</p></li>
<ul>
<li>
<p>密西根大学 工业运筹工程系</p>
</li>
</ul>
<li><p><b>校级荣誉表彰</b>(就读期间全部学期)</p></li>
<ul>
<li>
<p>密西根大学</p>
</li>
</ul>
<li><p><b>院长荣誉榜</b>(就读期间全部学期)</p></li>
<ul>
<li>
<p>密西根大学 工程学院</p>
</li>
</ul>
<li><p><b>特许金融分析师(CFA®)持证人, <a href="https://www.cfainstitute.org/" target="_blank" rel="noopener
noreferrer">CFA Institute</a> 会员;<a href="https://cfany.org/" target="_blank" rel="noopener
noreferrer">CFA纽约协会(CFA Society New York)</a>会员</b>(2025 至今)</p></li>
<ul>
<li><p>2024年5月一级考试通过,首考,成绩前10%,通过率46%</p></li>
<li><p>2024年11月二级考试通过,首考,成绩前10%,通过率39%</p></li>
<li><p>2025年8月三级考试通过,首考,该级不公布具体分数,通过率50%</p></li>
</li>
</ul>
</ul>
</div>
</section>
<!-- SECTION 7: industry -->
<section id="industry" class="industry-section">
<div class="text">
<h2>行业经历</h2>
<ul class = "companies">
<li><p><a href="http://www.parthenon.com/" target="_blank" rel="noopener noreferrer">安永(美国)- 博智隆(EYP)</a>, <i>量化金融及经济</i></p></li>
<ul>
<li><p><b>高级分析师</b> - 2025年8月 至 2026年3月 – 纽约市,纽约州</p></li>
<li><p><b>分析师</b> - 2023年9月 至 2025年7月 – 纽约市,纽约州</p></li>
</ul>
<li><p><a href="http://www.maytechglobal.com/" target="_blank" rel="noopener noreferrer">MayTech Global Investments</a></p></li>
<ul>
<li><p><b>暑期分析师</b> - 2023年7月 至 2023年9月 – 纽约市,纽约州</p></li>
</ul>
<li><p><a href="https://www.dimensional.com/" target="_blank" rel="noopener noreferrer">Dimensional Fund Advisors</a>, <i>投资方案部,思想领导力小组</i></a></p></li>
<ul>
<li><p><b>暑期分析师</b> - 2022年6月 至 2022年8月 – 奥斯丁,德克萨斯州</p></li>
</ul>
<li><p><a href="http://www.ey.com/" target="_blank" rel="noopener noreferrer">安永(美国)</a>, <i>金融服务部,科技咨询组</i></a></p></li>
<ul>
<li><p><b>暑期分析师</b> - 2019年6月 至 2019年8月 – 纽约市,纽约州</p></li>
</ul>
<li><p><a href="https://www.cummins.com/" target="_blank" rel="noopener noreferrer">康明斯集团</a>, <i>国际物流优化小组 (GLIG)</i></p></li>
<ul>
<li><p><b>项目管理实习生</b> - 2018年5月至2018年8月 – 孟菲斯,田纳西州</p></li>
</ul>
</ul>
</div>
</section>
<!-- SECTION 8: personal -->
<section id="personal" class="personal-section">
<div class="text">
<div class="cat">
<p>感谢来访 — 请你看我的猫(Sydney):</p>
<img class="cat" src="/assets/images/cat.JPG" alt="Jared's cat Sydney.">
</div>
</div>
</section>
</main>
<footer class="footer">
<p>© 2026 柴天翼(Jared)。最近更新 2026年3月。</p>
</footer>
</body>
</html>