-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
583 lines (383 loc) · 32.2 KB
/
about.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
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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
<!DOCTYPE html>
<html lang="en">
<head>
<!-- MathJax LaTex Supports -->
<script type="text/javascript"
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- Mermaid syntax Supports -->
<script src="https://cdn.bootcss.com/mermaid/8.2.6/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>
<!-- Non social metatags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="none">
<title>About</title>
<!-- Update your html tag to include the itemscope and itemtype attributes. -->
<html itemscope itemtype="http://schema.org/Article">
<!-- Place this data between the <head> tags of your website -->
<meta name="description" content="I am a Ph.D. student of physics at Hopkins now." />
<meta itemprop="name" content="About" />
<meta itemprop="description" content="I am a Ph.D. student of physics at Hopkins now." />
<meta itemprop="image" content="http://localhost:4000/images/2023usgp.png" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary" />
<!-- or you can use <meta name="twitter:card" content="summary_large_image" /> -->
<meta name="twitter:title" content="About" />
<meta name="twitter:description" content="I am a Ph.D. student of physics at Hopkins now." />
<meta name="twitter:creator" content="@wwang721" />
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="http://localhost:4000/images/2023usgp.png" />
<meta name="twitter:image" content="http://localhost:4000/images/2023usgp.png" />
<meta name="twitter:url" content="http://localhost:4000/about.html" />
<!-- Open Graph data -->
<meta property="og:title" content="About" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://localhost:4000/about.html" />
<meta property="og:image" content="http://localhost:4000/images/2023usgp.png" />
<meta property="og:description" content="I am a Ph.D. student of physics at Hopkins now." />
<meta property="og:site_name" content="Wei Wang @ JHU" />
<meta property="og:locale" content="" />
<link rel="canonical" href="http://localhost:4000/about.html">
<!-- <link rel="icon" href="/images/favicon.png"> -->
<meta name="robots" content="noarchive">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon_io/favicon-16x16.png">
<link rel="manifest" href="/images/favicon_io/site.webmanifest">
<!-- <link rel="alternate" media="only screen and (max-width: 640px)" href="">
<link rel="alternate" media="handheld" href=""> -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/style.css?v=">
</head>
<body>
<header class="site-header" role="banner">
<div class="wrapper">
<a class="site-title" href="/">Wei Wang @ JHU</a>
<nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger">
<a class="page-link" href="/home.html">Home</a>
<a class="page-link" href="/news.html">News</a>
<a class="page-link" href="/publications.html">Publications</a>
<a class="page-link" href="/about.html">About</a>
</div>
</nav>
</div>
</header>
<section class="page-header">
<h1 class="project-name"></h1>
<h2 class="project-tagline"> </h2>
<!-- Post tagline -->
<!-- End: Post tagline -->
</section>
<section class="main-content">
<article>
<div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<div class="row" style="border: 0px solid green; overflow: hidden; margin: -120px 0px 0px 0px">
<div id="total" class="row" style="border: 0px solid red; margin: 20px 0px 0px 30px">
<div id="myPho" style="float:left; border: 0px solid black; padding: 0px 80px 0px 0px">
<div style="box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); overflow: hidden;">
<img src="/images/2023usgp.png" alt="Photo" title="Forza Ferrari! Tifosi at 2023 F1 USGP!" style="width:200px; border: 7px solid white" />
<p id="text" style="margin:-10px 0px 0px 46px;"><font size="2"> <i>Tifosi</i> at F1 USGP</font></p>
<p style="margin:-10px 0px 7px 60px"><font size="1.8">Austin, TX (2023)</font></p>
</div>
<p style="margin: 28px 0px 0px 4px">
<svg style="float:left; margin:3px 12px 0px 10px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="20"><path fill="#4285f4" d="M256 411.12L0 202.667 256 0z" /><path fill="#356ac3" d="M256 411.12l256-208.453L256 0z" /><circle fill="#a0c3ff" cx="256" cy="362.667" r="149.333" /><path fill="#76a7fa" d="M121.037 298.667c23.968-50.453 75.392-85.334 134.963-85.334s110.995 34.881 134.963 85.334H121.037z" /></svg>
<a href="https://scholar.google.com/citations?user=zvd30L4AAAAJ&hl=en" target="_blank"> <font color="gray" size="3"><u>Google Scholar</u></font></a>
</p>
<p style="margin: 10px 0px 0px 4px">
<svg style="float:left; margin:3px 12px 0px 10px" width="22px" height="22px" viewBox="0 0 72 72" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Orcid logo</title>
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="hero" transform="translate(-924.000000, -72.000000)" fill-rule="nonzero">
<g id="Group-4">
<g id="vector_iD_icon" transform="translate(924.000000, 72.000000)">
<path d="M72,36 C72,55.884375 55.884375,72 36,72 C16.115625,72 0,55.884375 0,36 C0,16.115625 16.115625,0 36,0 C55.884375,0 72,16.115625 72,36 Z" id="Path" fill="#A6CE39"></path>
<g id="Group" transform="translate(18.868966, 12.910345)" fill="#FFFFFF">
<polygon id="Path" points="5.03734929 39.1250878 0.695429861 39.1250878 0.695429861 9.14431787 5.03734929 9.14431787 5.03734929 22.6930505 5.03734929 39.1250878"></polygon>
<path d="M11.409257,9.14431787 L23.1380784,9.14431787 C34.303014,9.14431787 39.2088191,17.0664074 39.2088191,24.1486995 C39.2088191,31.846843 33.1470485,39.1530811 23.1944669,39.1530811 L11.409257,39.1530811 L11.409257,9.14431787 Z M15.7511765,35.2620194 L22.6587756,35.2620194 C32.49858,35.2620194 34.7541226,27.8438084 34.7541226,24.1486995 C34.7541226,18.1301509 30.8915059,13.0353795 22.4332213,13.0353795 L15.7511765,13.0353795 L15.7511765,35.2620194 Z" id="Shape"></path>
<path d="M5.71401206,2.90182329 C5.71401206,4.441452 4.44526937,5.72914146 2.86638958,5.72914146 C1.28750978,5.72914146 0.0187670918,4.441452 0.0187670918,2.90182329 C0.0187670918,1.33420133 1.28750978,0.0745051096 2.86638958,0.0745051096 C4.44526937,0.0745051096 5.71401206,1.36219458 5.71401206,2.90182329 Z" id="Path"></path>
</g>
</g>
</g>
</g>
</g>
</svg>
<a href="https://orcid.org/0000-0002-0053-1069" target="_blank"> <font color="gray" size="3"><u>ORCID</u></font></a>
</p>
<p style="margin: 10px 0px 0px 4px">
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="23px" height="23px" version="1.1" style="float:left; margin:3px 12px 0px 10px; shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" viewBox="0 0 32 32" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
<defs>
<style type="text/css">
<![CDATA[
.fil2 {fill:#04D4AC;fill-rule:nonzero}
.fil3 {fill:white;fill-rule:nonzero}
]]>
</style>
</defs>
<g>
<path class="fil2" d="M32.04 15.97c0,8.85 -7.18,16.03 -16.02,16.03 -8.85,0 -16.02,-7.18 -16.02,-16.03 0,-8.85 7.17,-16.03 16.02,-16.03 8.84,0 16.02,7.18 16.02,16.03zm-14.79 7c-1.43,-0.28 -2.28,-1.11 -4.45,-4.33 -0.72,-1.08 -0.72,-1.08 -1.42,-1.13 -1.03,-0.07 -0.95,-0.25 -0.92,2.02 0.04,2.58 0.01,2.52 1.5,2.77 0.39,0.06 0.42,0.09 0.42,0.32 0,0.26 0,0.26 -2.62,0.28 -2.46,0.02 -2.62,0.01 -2.67,-0.14 -0.1,-0.29 0.05,-0.43 0.59,-0.53 0.61,-0.11 0.93,-0.36 1.01,-0.78 0.04,-0.16 0.05,-2.32 0.03,-4.8 -0.03,-5.21 0.03,-4.9 -0.93,-5.11 -0.6,-0.13 -0.79,-0.27 -0.71,-0.51 0.06,-0.16 0.19,-0.17 2.92,-0.22 4.06,-0.08 4.82,0.05 5.9,1.01 1.13,1.01 1.29,2.55 0.39,3.84 -0.4,0.58 -1.2,1.2 -1.82,1.43 -0.29,0.11 -0.53,0.23 -0.53,0.27 0,0.12 0.92,1.43 1.49,2.13 1.52,1.85 2.34,2.57 3.19,2.79 0.53,0.14 0.68,0.29 0.53,0.55 -0.16,0.27 -0.96,0.33 -1.9,0.14zm-3.83 -6.63c2,-0.82 2.15,-3.57 0.25,-4.38 -0.49,-0.21 -0.62,-0.22 -1.85,-0.22 -1.33,0 -1.33,0 -1.35,2.31 -0.02,1.27 -0.01,2.37 0.02,2.43 0.09,0.21 2.34,0.1 2.93,-0.14zm6.97 -2.85c-1.55,-0.29 -2.06,-1.24 -1.98,-3.68 0.04,-1.35 0.15,-1.72 0.67,-2.28 0.92,-0.99 3.2,-0.9 4.04,0.16 0.36,0.45 0.33,0.59 -0.17,0.74 -0.39,0.13 -0.39,0.13 -0.75,-0.23 -0.85,-0.82 -2.32,-0.52 -2.58,0.54 -0.13,0.47 -0.12,2.46 0.01,2.91 0.35,1.27 2.46,1.27 2.82,0 0.22,-0.81 0.17,-0.87 -0.8,-0.92 -0.47,-0.02 -0.47,-0.02 -0.47,-0.41 0,-0.38 0,-0.38 1.12,-0.41 1.45,-0.03 1.43,-0.05 1.36,1.01 -0.09,1.33 -0.45,1.97 -1.32,2.35 -0.57,0.24 -1.35,0.33 -1.95,0.22z" />
<path class="fil3" d="M17.25 22.97c-1.43,-0.28 -2.28,-1.11 -4.45,-4.33 -0.72,-1.08 -0.72,-1.08 -1.42,-1.13 -1.03,-0.07 -0.95,-0.25 -0.92,2.02 0.04,2.58 0.01,2.52 1.5,2.77 0.39,0.06 0.42,0.09 0.42,0.32 0,0.26 0,0.26 -2.62,0.28 -2.46,0.02 -2.62,0.01 -2.67,-0.14 -0.1,-0.29 0.05,-0.43 0.59,-0.53 0.61,-0.11 0.93,-0.36 1.01,-0.78 0.04,-0.16 0.05,-2.32 0.03,-4.8 -0.03,-5.21 0.03,-4.9 -0.93,-5.11 -0.6,-0.13 -0.79,-0.27 -0.71,-0.51 0.06,-0.16 0.19,-0.17 2.92,-0.22 4.06,-0.08 4.82,0.05 5.9,1.01 1.13,1.01 1.29,2.55 0.39,3.84 -0.4,0.58 -1.2,1.2 -1.82,1.43 -0.29,0.11 -0.53,0.23 -0.53,0.27 0,0.12 0.92,1.43 1.49,2.13 1.52,1.85 2.34,2.57 3.19,2.79 0.53,0.14 0.68,0.29 0.53,0.55 -0.16,0.27 -0.96,0.33 -1.9,0.14zm-3.83 -6.63c2,-0.82 2.15,-3.57 0.25,-4.38 -0.49,-0.21 -0.62,-0.22 -1.85,-0.22 -1.33,0 -1.33,0 -1.35,2.31 -0.02,1.27 -0.01,2.37 0.02,2.43 0.09,0.21 2.34,0.1 2.93,-0.14zm6.97 -2.85c-1.55,-0.29 -2.06,-1.24 -1.98,-3.68 0.04,-1.35 0.15,-1.72 0.67,-2.28 0.92,-0.99 3.2,-0.9 4.04,0.16 0.36,0.45 0.33,0.59 -0.17,0.74 -0.39,0.13 -0.39,0.13 -0.75,-0.23 -0.85,-0.82 -2.32,-0.52 -2.58,0.54 -0.13,0.47 -0.12,2.46 0.01,2.91 0.35,1.27 2.46,1.27 2.82,0 0.22,-0.81 0.17,-0.87 -0.8,-0.92 -0.47,-0.02 -0.47,-0.02 -0.47,-0.41 0,-0.38 0,-0.38 1.12,-0.41 1.45,-0.03 1.43,-0.05 1.36,1.01 -0.09,1.33 -0.45,1.97 -1.32,2.35 -0.57,0.24 -1.35,0.33 -1.95,0.22zm0 0z" />
</g>
</svg>
<a href="https://www.researchgate.net/profile/Wei-Wang-436" target="_blank"> <font color="gray" size="3"><u>ResearchGate</u></font></a>
</p>
<p style="margin: 18px 0px 36px 25px">
<a href="/docs/CV_WWang.pdf" target="_blank"><font color="gray" size="3"><u><b>Curriculum Vitae</b></u></font></a>
</p>
</div>
<p style="margin:0px 0px 100px 0px; border: 0px solid yellow;"> </p>
<div id="intro" style="float:left; border: 0px solid red; min-width:355px">
<h1> <font color="#71797E"><b>Wei Wang<font face="KaiTi" size="6">(汪巍)</font></b></font></h1>
<p><i><b>2020.9 - present:</b></i></p>
<p style="margin: -10px 0px 0px 40px"><a href="https://physics-astronomy.jhu.edu" target="_blank">Department of Physics & Astronomy</a></p>
<p style="margin: 0px 0px 0px 40px"><a href="https://www.jhu.edu/"><font color="#71797E">Johns Hopkins University</font></a></p>
<p style="margin: 15px 0px 0px 20px">○ <b>Ph.D. candidate</b></p>
<p style="margin: 10px 0px 0px 20px">○ <b>Advisor:  </b><a href="https://bcamley.github.io" target="_blank">Brian A. Camley</a></p>
<div class="row" style="border: 0px solid green; margin: 20px 0px 0px -20px;">
<ul id="addr" style="float:left; border: 0px solid green;">
<li> <p><b>Address:  </b></p> </li>
</ul>
<p id="myAddr" style="float: none; margin: 0px 0px 0px 0px; border: 0px solid red;">3701 San Martin Drive, Bloomberg 357<br />Baltimore, MD 21218</p>
<script>
var h1 = $("#myAddr").height();
$("#addr").height(h1/1.5);
</script>
</div>
<div class="row" style="margin: 20px 0px 0px -20px;">
<ul id="phone" style="float:left; border: 0px solid green;">
<li>
<p><b>Phone:  </b></p>
</li>
</ul>
<p id="myPhone" style="border: 0px solid green;">+1 (667) 900-3371 <span style="white-space: nowrap;">/ +86 131 5559 0878</span></p>
</div>
<script>
var h1 = $("#myPhone").height();
$("#phone").height(h1/1.5);
</script>
<div class="row" style="margin: 27px 0px 0px -20px;">
<ul id="email" style="float:left; border: 0px solid green;">
<li>
<p><b>E-mail:  </b></p>
</li>
</ul>
<p id="myEmail">
<a href="mailto:[email protected]">[email protected]</a> (work) <span style="white-space: nowrap;">/ <svg style="margin:0px 3px -2px 5px" xmlns="http://www.w3.org/2000/svg" viewBox="52 42 88 66" width="23"><path fill="#4285f4" d="M58 108h14V74L52 59v43c0 3.32 2.69 6 6 6" /><path fill="#34a853" d="M120 108h14c3.32 0 6-2.69 6-6V59l-20 15" /><path fill="#fbbc04" d="M120 48v26l20-15v-8c0-7.42-8.47-11.65-14.4-7.2" /><path fill="#ea4335" d="M72 74V48l24 18 24-18v26L96 92" /><path fill="#c5221f" d="M52 51v8l20 15V48l-5.6-4.2c-5.94-4.45-14.4-.22-14.4 7.2" /></svg>
<a href="mailto:[email protected]">[email protected]</a></span>
</p>
</div>
<script>
var h1 = $("#myEmail").height();
$("#email").height(h1/1.5);
</script>
</div>
</div>
</div>
<script>
var w0 = $("#total").width();
var w1 = $("#myPho").width();
$("#intro").width(0.8*(w0-w1));
</script>
<p><img src="/images/jhu_logo.png" alt="Johns Hopkins University" title="Johns Hopkins University" style="float:right; width:220px; margin:-360px 0px 0px 0px; opacity:0.1" /></p>
<p style="margin:0px 0px -20px 0px"> </p>
<h2 id="education"><strong>EDUCATION</strong></h2>
<hr style="height:5px;" />
<p><img src="/images/arrow.png" alt="-" title="right arrow" style="float:left; width:30px;height:10 px" /> <strong>Johns Hopkins University</strong></p>
<div style="width:100%; border: 0px solid red">
<div id="r1" class="row" style="border: 0px solid green; overflow:hidden; margin:0px 0px 0px 40px">
<div id="c1" style="float:left; border: 0px solid black;">● Ph.D. candidate, Physics</div>
<div id="c2" style="float:left; border: 0px solid red; overflow:hidden; min-width:15px"><hr style="border-bottom: dotted 3px #000; background-color: #fff; margin: 10px 0 0 15px" /></div>
<div id="c3" class="column" style="float:right; border:0px solid black;"><b>2023-present</b></div>
</div>
<script>
var r1_w = $("#r1").width();
var c1_w = $("#c1").width();
var c3_w = $("#c3").width();
$("#c2").width(0.98*(r1_w-c1_w-c3_w));
</script>
<p style="margin: 15px 0px 20px 65px">○ Advisor:  Brian A. Camley</p>
<div id="r11" class="row" style="border: 0px solid green; overflow:hidden; margin:0px 0px 0px 40px">
<div id="c11" style="float:left; border: 0px solid black;">● M.A., Physics</div>
<div id="c22" style="float:left; border: 0px solid red; overflow:hidden; min-width:15px"><hr style="border-bottom: dotted 3px #000; background-color: #fff; margin: 10px 0px 0 15px" /></div>
<div id="c33" class="column" style="float:right; border:0px solid black;"><b>2020-2023</b></div>
</div>
<script>
var r1_w = $("#r11").width();
var c1_w = $("#c11").width();
var c3_w = $("#c33").width();
$("#c22").width(0.98*(r1_w-c1_w-c3_w));
</script>
</div>
<p style="margin:0px 0px 35px 0px"></p>
<p><img src="/images/jhu_logo.png" alt="Johns Hopkins University" title="Johns Hopkins University" style="float:right; width:220px; margin:-150px 20px 0px 0px; opacity:0.1" /></p>
<p><img src="/images/arrow.png" alt="-" title="right arrow" style="float:left; width:30px;height:10 px" /> <strong>Tongji University</strong></p>
<div style="width:100%; border: 0px solid red">
<div id="r111" class="row" style="border: 0px solid green; overflow:hidden; margin:0px 0px 0px 40px">
<div id="c111" style="float:left; border: 0px solid black;">● B.S., Physics <!--(*summa cum laude*)--> </div>
<div id="c222" style="float:left; border: 0px solid red; overflow:hidden; min-width:15px"><hr style="border-bottom: dotted 3px #000; background-color: #fff; margin: 10px 0px 0 15px" /></div>
<div id="c333" class="column" style="float:right; border:0px solid black;"><b>2016-2020</b></div>
</div>
<script>
var r1_w = $("#r111").width();
var c1_w = $("#c111").width();
var c3_w = $("#c333").width();
$("#c222").width(0.98*(r1_w-c1_w-c3_w));
</script>
</div>
<p><img src="/images/tongjilogo.jpeg" alt="Tongji University" title="Tongji University" style="float:right; width:130px;margin:-80px 40px 0px 0px; opacity:0.1" />
</p>
<h2 id="appointments"><strong>APPOINTMENTS</strong></h2>
<hr style="height:5px;" />
<ul>
<li><strong>Department of Physics & Astronomy, Johns Hopkins University</strong></li>
</ul>
<div style="width:100%; border: 0px solid red">
<div id="r1111" class="row" style="border: 0px solid green; overflow:hidden; margin:-5px 0px 10px 50px">
<div id="c1111" style="float:left; border: 0px solid black;">○ Graduate research assistant (RA) supported by Brian A. Camley</div>
<div id="c2222" style="float:left; border: 0px solid red; overflow:hidden; min-width:15px"><hr style="border-bottom: dotted 3px #000; background-color: #fff; margin: 10px 0px 0 15px" /></div>
<div id="c3333" class="column" style="float:right; border:0px solid black;"><b>2021-present</b></div>
</div>
<script>
var r1_w = $("#r1111").width();
var c1_w = $("#c1111").width();
var c3_w = $("#c3333").width();
$("#c2222").width(0.98*(r1_w-c1_w-c3_w));
</script>
<div id="r11111" class="row" style="border: 0px solid green; overflow:hidden; margin:0px 0px 0px 50px">
<div id="c11111" style="float:left; border: 0px solid black;">○ Teaching assistant (TA)</div>
<div id="c22222" style="float:left; border: 0px solid red; overflow:hidden; min-width:15px"><hr style="border-bottom: dotted 3px #000; background-color: #fff; margin: 10px 0px 0 15px" /></div>
<div id="c33333" class="column" style="float:right; border:0px solid black;"><b>2020-2021</b></div>
</div>
<script>
var r1_w = $("#r11111").width();
var c1_w = $("#c11111").width();
var c3_w = $("#c33333").width();
$("#c22222").width(0.98*(r1_w-c1_w-c3_w));
</script>
</div>
<p><img src="/images/jhu_logo.png" alt="Johns Hopkins University" title="Johns Hopkins University" style="float:right; width:220px; margin:-90px 20px 0px 0px; opacity:0.1" /></p>
<p> </p>
<h2 id="gallery"><strong>GALLERY</strong></h2>
<hr style="height:5px;" />
<div style="margin: 35px 0px 0px 0px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); width: 355px; overflow: hidden;">
<img src="/images/camleyGroup.jpg" alt="Camley Group" title="Camley Group 2023 March Meeting" style="width:355px;border: 13px solid white" />
<p id="text" style="margin:-12px 0px 0px 55px"><font size="3"> Camley Group APS March Meeting</font></p>
<p style="margin:-2px 0px 8px 112px"><font size="2">Las Vegas, NV (2023)</font></p>
</div>
<p> </p>
<p> </p>
<p><a href="https://github.com/wwang721/wwang721.github.io" target="_blank"><img src="https://img.shields.io/badge/build-GitHub-brightgreen.svg" alt="build" /></a> <a href="https://jekyllrb.com" target="_blank"><img src="https://img.shields.io/badge/Jekyll-4.3.2-blue.svg" alt="Jekyll" /></a> <img src="https://img.shields.io/badge/Copyright-© Wei Wang-green.svg" alt="Copyright" /> <img src="https://img.shields.io/badge/-All rights reserved-ff69b4.svg" alt="" /></p>
<p style="margin:0px 0px -120px 0px"> </p>
</div>
<div style="margin: 100px 0px 0px 0px">
<a href="/"><b><u>Back to the Home page</u></b></a>
</div>
</article>
<footer class="site-footer">
<!-- SVG icons from https://iconmonstr.com -->
<!-- Github icon -->
<span class="my-span-icon">
<a href="https://github.com/wwang721" target="_blank" aria-label="wwang721's GitHub" title="Wei Wang's GitHub">
<svg class="my-svg-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
</a>
</span>
<!-- Twitter icon -->
<span class="my-span-icon">
<a href="https://twitter.com/wwang721" target="_blank" aria-label="Wei Wang's Twitter" title="Wei Wang's Twitter">
<svg class="my-svg-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.066 9.645c.183 4.04-2.83 8.544-8.164 8.544-1.622 0-3.131-.476-4.402-1.291 1.524.18 3.045-.244 4.252-1.189-1.256-.023-2.317-.854-2.684-1.995.451.086.895.061 1.298-.049-1.381-.278-2.335-1.522-2.304-2.853.388.215.83.344 1.301.359-1.279-.855-1.641-2.544-.889-3.835 1.416 1.738 3.533 2.881 5.92 3.001-.419-1.796.944-3.527 2.799-3.527.825 0 1.572.349 2.096.907.654-.128 1.27-.368 1.824-.697-.215.671-.67 1.233-1.263 1.589.581-.07 1.135-.224 1.649-.453-.384.578-.87 1.084-1.433 1.489z"/></svg>
</a>
</span>
<!-- Google Scholar icon -->
<span class="my-span-icon">
<a href="https://scholar.google.com/citations?user=zvd30L4AAAAJ&hl=en" target="_blank" aria-label="Google Scholar"
title="Wei Wang's Google Scholar profile">
<svg class="my-svg-icon" svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="3 3 44 44">
<path
d="M 25 3 C 12.85 3 3 12.85 3 25 C 3 37.15 12.85 47 25 47 C 37.15 47 47 37.15 47 25 C 47 12.85 37.15 3 25 3 z M 21 11 L 38 11 L 36.980469 11.880859 C 36.980469 11.920859 37 11.96 37 12 L 37 17.279297 C 37.6 17.619297 38 18.26 38 19 L 38 25 C 38 26.1 37.1 27 36 27 C 34.9 27 34 26.1 34 25 L 34 19 C 34 18.26 34.4 17.619297 35 17.279297 L 35 13.570312 L 31.410156 16.650391 C 31.760156 17.350391 32 18.200234 32 19.240234 C 32 21.960234 30.480703 23.309766 28.970703 24.509766 C 28.500703 24.989766 27.949219 25.510312 27.949219 26.320312 C 27.949219 27.120313 28.500391 27.570625 28.900391 27.890625 L 30.189453 28.919922 C 31.779453 30.279922 33.220703 31.530547 33.220703 34.060547 C 33.220703 37.510547 29.930469 41 23.730469 41 C 18.500469 41 15.980469 38.47 15.980469 35.75 C 15.980469 34.43 16.629766 32.559531 18.759766 31.269531 C 20.989766 29.879531 24.020391 29.690078 25.650391 29.580078 C 25.140391 28.920078 24.560547 28.230078 24.560547 27.080078 C 24.560547 26.470078 24.749687 26.100391 24.929688 25.650391 C 24.529688 25.690391 24.129531 25.730469 23.769531 25.730469 C 19.969531 25.730469 17.799297 22.85 17.779297 20 L 11 20 L 21 11 z M 24.269531 14.240234 C 23.339531 14.240234 22.33 14.710938 21.75 15.460938 C 21.14 16.220938 20.949219 17.210156 20.949219 18.160156 C 20.949219 20.620156 22.370938 24.699219 25.460938 24.699219 C 26.370938 24.699219 27.339922 24.259922 27.919922 23.669922 C 28.739922 22.819922 28.820312 21.65 28.820312 21 C 28.820312 18.35 27.269531 14.240234 24.269531 14.240234 z M 26.039062 30.609375 C 25.719062 30.609375 23.769766 30.679219 22.259766 31.199219 C 21.459766 31.499219 19.160156 32.370469 19.160156 34.980469 C 19.160156 37.590469 21.64 39.460938 25.5 39.460938 C 28.97 39.460938 30.800781 37.760234 30.800781 35.490234 C 30.800781 33.620234 29.620859 32.630391 26.880859 30.650391 C 26.590859 30.610391 26.409063 30.609375 26.039062 30.609375 z">
</path>
</svg>
</a>
</span>
<!-- orcid-->
<!--
<span class="my-span-icon">
<a href="https://orcid.org/0000-0002-0053-1069" target="_blank" aria-label="ORCID" title="Wei Wang's ORCID">
<svg class="my-svg-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 256 256">
<style type="text/css">
.st0 {
fill: $body-text-color;
}
.st1 {
fill: #FFFFFF;
}
</style>
<path class="st0"
d="M256,128c0,70.7-57.3,128-128,128C57.3,256,0,198.7,0,128C0,57.3,57.3,0,128,0C198.7,0,256,57.3,256,128z" />
<g>
<path class="st1" d="M86.3,186.2H70.9V79.1h15.4v48.4V186.2z" />
<path class="st1" d="M108.9,79.1h41.6c39.6,0,57,28.3,57,53.6c0,27.5-21.5,53.6-56.8,53.6h-41.8V79.1z M124.3,172.4h24.5
c34.9,0,42.9-26.5,42.9-39.7c0-21.5-13.7-39.7-43.7-39.7h-23.7V172.4z" />
<path class="st1" d="M88.7,56.8c0,5.5-4.5,10.1-10.1,10.1c-5.6,0-10.1-4.6-10.1-10.1c0-5.6,4.5-10.1,10.1-10.1
C84.2,46.7,88.7,51.3,88.7,56.8z" />
</g>
</svg></a>
</span>
-->
<!-- ResearchGate icon -->
<span class="my-span-icon">
<a href="https://www.researchgate.net/profile/Wei-Wang-436" target="_blank" aria-label="ResearchGate" title="Wei Wang's ResearchGate profile">
<svg class="my-svg-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 32 32">
<style type="text/css">
.fil0 {
fill: $body-text-color;
}
.fil1 {
fill: white;
}
</style>
<g>
<path class="fil0"
d="M32.04 15.97c0,8.85 -7.18,16.03 -16.02,16.03 -8.85,0 -16.02,-7.18 -16.02,-16.03 0,-8.85 7.17,-16.03 16.02,-16.03 8.84,0 16.02,7.18 16.02,16.03zm-14.79 7c-1.43,-0.28 -2.28,-1.11 -4.45,-4.33 -0.72,-1.08 -0.72,-1.08 -1.42,-1.13 -1.03,-0.07 -0.95,-0.25 -0.92,2.02 0.04,2.58 0.01,2.52 1.5,2.77 0.39,0.06 0.42,0.09 0.42,0.32 0,0.26 0,0.26 -2.62,0.28 -2.46,0.02 -2.62,0.01 -2.67,-0.14 -0.1,-0.29 0.05,-0.43 0.59,-0.53 0.61,-0.11 0.93,-0.36 1.01,-0.78 0.04,-0.16 0.05,-2.32 0.03,-4.8 -0.03,-5.21 0.03,-4.9 -0.93,-5.11 -0.6,-0.13 -0.79,-0.27 -0.71,-0.51 0.06,-0.16 0.19,-0.17 2.92,-0.22 4.06,-0.08 4.82,0.05 5.9,1.01 1.13,1.01 1.29,2.55 0.39,3.84 -0.4,0.58 -1.2,1.2 -1.82,1.43 -0.29,0.11 -0.53,0.23 -0.53,0.27 0,0.12 0.92,1.43 1.49,2.13 1.52,1.85 2.34,2.57 3.19,2.79 0.53,0.14 0.68,0.29 0.53,0.55 -0.16,0.27 -0.96,0.33 -1.9,0.14zm-3.83 -6.63c2,-0.82 2.15,-3.57 0.25,-4.38 -0.49,-0.21 -0.62,-0.22 -1.85,-0.22 -1.33,0 -1.33,0 -1.35,2.31 -0.02,1.27 -0.01,2.37 0.02,2.43 0.09,0.21 2.34,0.1 2.93,-0.14zm6.97 -2.85c-1.55,-0.29 -2.06,-1.24 -1.98,-3.68 0.04,-1.35 0.15,-1.72 0.67,-2.28 0.92,-0.99 3.2,-0.9 4.04,0.16 0.36,0.45 0.33,0.59 -0.17,0.74 -0.39,0.13 -0.39,0.13 -0.75,-0.23 -0.85,-0.82 -2.32,-0.52 -2.58,0.54 -0.13,0.47 -0.12,2.46 0.01,2.91 0.35,1.27 2.46,1.27 2.82,0 0.22,-0.81 0.17,-0.87 -0.8,-0.92 -0.47,-0.02 -0.47,-0.02 -0.47,-0.41 0,-0.38 0,-0.38 1.12,-0.41 1.45,-0.03 1.43,-0.05 1.36,1.01 -0.09,1.33 -0.45,1.97 -1.32,2.35 -0.57,0.24 -1.35,0.33 -1.95,0.22z" />
<path class="fil1"
d="M17.25 22.97c-1.43,-0.28 -2.28,-1.11 -4.45,-4.33 -0.72,-1.08 -0.72,-1.08 -1.42,-1.13 -1.03,-0.07 -0.95,-0.25 -0.92,2.02 0.04,2.58 0.01,2.52 1.5,2.77 0.39,0.06 0.42,0.09 0.42,0.32 0,0.26 0,0.26 -2.62,0.28 -2.46,0.02 -2.62,0.01 -2.67,-0.14 -0.1,-0.29 0.05,-0.43 0.59,-0.53 0.61,-0.11 0.93,-0.36 1.01,-0.78 0.04,-0.16 0.05,-2.32 0.03,-4.8 -0.03,-5.21 0.03,-4.9 -0.93,-5.11 -0.6,-0.13 -0.79,-0.27 -0.71,-0.51 0.06,-0.16 0.19,-0.17 2.92,-0.22 4.06,-0.08 4.82,0.05 5.9,1.01 1.13,1.01 1.29,2.55 0.39,3.84 -0.4,0.58 -1.2,1.2 -1.82,1.43 -0.29,0.11 -0.53,0.23 -0.53,0.27 0,0.12 0.92,1.43 1.49,2.13 1.52,1.85 2.34,2.57 3.19,2.79 0.53,0.14 0.68,0.29 0.53,0.55 -0.16,0.27 -0.96,0.33 -1.9,0.14zm-3.83 -6.63c2,-0.82 2.15,-3.57 0.25,-4.38 -0.49,-0.21 -0.62,-0.22 -1.85,-0.22 -1.33,0 -1.33,0 -1.35,2.31 -0.02,1.27 -0.01,2.37 0.02,2.43 0.09,0.21 2.34,0.1 2.93,-0.14zm6.97 -2.85c-1.55,-0.29 -2.06,-1.24 -1.98,-3.68 0.04,-1.35 0.15,-1.72 0.67,-2.28 0.92,-0.99 3.2,-0.9 4.04,0.16 0.36,0.45 0.33,0.59 -0.17,0.74 -0.39,0.13 -0.39,0.13 -0.75,-0.23 -0.85,-0.82 -2.32,-0.52 -2.58,0.54 -0.13,0.47 -0.12,2.46 0.01,2.91 0.35,1.27 2.46,1.27 2.82,0 0.22,-0.81 0.17,-0.87 -0.8,-0.92 -0.47,-0.02 -0.47,-0.02 -0.47,-0.41 0,-0.38 0,-0.38 1.12,-0.41 1.45,-0.03 1.43,-0.05 1.36,1.01 -0.09,1.33 -0.45,1.97 -1.32,2.35 -0.57,0.24 -1.35,0.33 -1.95,0.22zm0 0z" />
</g>
</svg>
</a>
</span>
<!-- Contact icon -->
<span class="my-span-icon">
<a href="mailto:[email protected]" aria-label="Contact Wei Wang" title="Contact Wei Wang">
<svg class="my-svg-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 .02c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.99 6.98l-6.99 5.666-6.991-5.666h13.981zm.01 10h-14v-8.505l7 5.673 7-5.672v8.504z"/></svg>
</a>
</span>
<!-- RSS icon -->
<span class="my-span-icon">
<a href="/feed.xml" aria-label="RSS feed" title="Wei Wang's RSS feed">
<svg class="my-svg-icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3.374 17c-.897 0-1.626-.727-1.626-1.624s.729-1.624 1.626-1.624 1.626.727 1.626 1.624-.729 1.624-1.626 1.624zm3.885 0c-.03-3.022-2.485-5.474-5.511-5.504v-2.406c4.361.03 7.889 3.555 7.92 7.91h-2.409zm4.081 0c-.016-5.297-4.303-9.571-9.592-9.594v-2.406c6.623.023 11.985 5.384 12 12h-2.408z"/></svg>
</a>
</span>
</footer>
</section>
<script type="text/javascript">
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-146148719-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>