-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
658 lines (637 loc) · 39.1 KB
/
publications.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
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Publication - CA Lab</title>
<link rel="icon" type="image/x-icon" href="img/lab logo favicon.webp">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!--<link href="css/bootstrap.min.css" rel="stylesheet">-->
<!-- Custom CSS -->
<link href="css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<!--<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">--> <!--v4-->
<link href="fontawesome-free-6.5.1-web/css/all.min.css" rel="stylesheet" type="text/css"> <!--v6-->
<!-- If you want to add the Font Awesome v4 or v5, please add the css about v4 or v5 under fontawesome-free-6.5.1-web/css-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<button onclick="scrollToTop()" id="myBtn" title="Go to top"><i class="fa-solid fa-arrow-up" style="font-size:20px;"></i></button>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" id="nav-bar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand page-scroll" href="#page-top">CA lab</a>-->
<a class="navbar-brand page-scroll" href="index.html#page-top" style="padding:0;"><img src="img/lab logo.webp" height="100%" ></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="index.html#page-top"></a>
</li>
<li>
<a class="page-scroll" href="news/latest.html">News</a>
</li>
<li>
<a class="page-scroll" href="index.html#projects">Research</a>
</li>
<li>
<a class="page-scroll" href="members.html">Members</a>
</li>
<li>
<a class="page-scroll" href="publications.html#page-top">Publications</a>
</li>
<li>
<a class="page-scroll" href="teaching.html">Teaching</a>
</li>
<li>
<a class="page-scroll" href="useful.html">Useful</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<section id="publications" class="bg-halo-bug-fixed main-section">
<div class="container bg-light-gray border-black">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Publications</h2>
</div>
</div>
<div class="row">
<div class="col-md-2 publication-filter">
<div class="text-muted">
<h4 style="margin:0px;">Filters</h4>
</div>
<div class="publication-filter-collpase">
<button id="filter-year" class="publication-collpase-button" value="true"><i class="fa fa-chevron-right"></i></button> Year
<ul id="filter-year-list" style="padding-left:10px; list-style-type: none; margin:0px;">
<li>
<input type="checkbox" id="2024" onchange="filterItemsById()"/>
<label for="2024">2024</label>
</li>
<li>
<input type="checkbox" id="2023" onchange="filterItemsById()"/>
<label for="2023">2023</label>
</li>
<li>
<input type="checkbox" id="2022" onchange="filterItemsById()"/>
<label for="2022">2022</label>
</li>
<li>
<input type="checkbox" id="2021" onchange="filterItemsById()"/>
<label for="2021">2021</label>
</li>
<li>
<input type="checkbox" id="2020" onchange="filterItemsById()"/>
<label for="2020">2020</label>
</li>
<li>
<input type="checkbox" id="2019" onchange="filterItemsById()"/>
<label for="2019">2019</label>
</li>
<li>
<input type="checkbox" id="2018" onchange="filterItemsById()"/>
<label for="2018">2018</label>
</li>
<li>
<input type="checkbox" id="2017" onchange="filterItemsById()"/>
<label for="2017">2017</label>
</li>
<li>
<input type="checkbox" id="2016" onchange="filterItemsById()"/>
<label for="2016">2016</label>
</li>
<li>
<input type="checkbox" id="2015" onchange="filterItemsById()"/>
<label for="2015">2015</label>
</li>
<li>
<input type="checkbox" id="2014" onchange="filterItemsById()"/>
<label for="2014">2014</label>
</li>
<li>
<input type="checkbox" id="2013" onchange="filterItemsById()"/>
<label for="2013">2013</label>
</li>
<li>
<input type="checkbox" id="2012" onchange="filterItemsById()"/>
<label for="2012">2012</label>
</li>
<li>
<input type="checkbox" id="2011" onchange="filterItemsById()"/>
<label for="2011">2011</label>
</li>
<li>
<input type="checkbox" id="2010" onchange="filterItemsById()"/>
<label for="2010">2010</label>
</li>
<li>
<input type="checkbox" id="2009" onchange="filterItemsById()"/>
<label for="2009">2009</label>
</li>
<li>
<input type="checkbox" id="2008" onchange="filterItemsById()"/>
<label for="2008">2008</label>
</li>
</ul>
</div>
<div>
<input type="checkbox" id="GAMER" onchange="filterItemsById()"/>
<label for="GAMER">GAMER</label>
</div>
</div>
<div class="col-md-10">
<ol class="publication-ol">
<li class="text-muted publication" data-tags="2024">
<div class="publication-title">
"Galactic disc heating by density granulation in fuzzy dark matter simulations"
</div>
<div class="publication-author">
Hsun-Yeong Yang, Barry T. Chiang, Guan-Ming Su, <strong>Hsi-Yu Schive</strong>, Tzihong Chiueh, and Jeremiah P. Ostriker
</div>
<div class="publication-link">
<a href="https://doi.org/10.48550/arXiv.2403.09845">doi: 10.48550/arXiv.2403.09845</a>
</div>
</li>
<li class="text-muted publication" data-tags="2024">
<div class="publication-title">
"A Systematic Search of Distant Superclusters with the Subaru Hyper Suprime-Cam Survey"
</div>
<div class="publication-author">
Tsung-Chi Chen, Yen-Ting Lin, <strong>Hsi-Yu Schive</strong>, Masamune Oguri, Kai-Feng Chen, Nobuhiro Okabe, Sadman Ali, Connor Bottrell, Roohi Dalal, Yusei Koyama, Rogério Monteiro-Oliveira, Rhythm Shimakawa, Tomotsugu Goto, Bau-Ching Hsieh, Tadayuki Kodama, and Atsushi J. Nishizawa
</div>
<div class="publication-link">
<a href="https://doi.org/10.48550/arXiv.2401.10322">doi: 10.48550/arXiv.2401.10322</a>
</div>
</li>
<li class="text-muted publication" data-tags="2023">
<div class="publication-title">
"Einstein rings modulated by wavelike dark matter from anomalies in gravitationally lensed images"
</div>
<div class="publication-author">
Alfred Amruth, Tom Broadhurst, Jeremy Lim, Masamune Oguri, George F. Smoot, Jose M. Diego, Enoch Leung, Razieh Emami, Juno Li, Tzihong Chiueh, <strong>Hsi-Yu Schive</strong>, Michael C.~H. Yeung, and Sung Kei Li
</div>
<div class="publication-link">
<a href="https://doi.org/10.1038/s41550-023-01943-9">doi: 10.1038/s41550-023-01943-9</a>
</div>
</li>
<li class="text-muted publication" data-tags="2023">
<div class="publication-title">
"Cosmological simulations of two-component wave dark matter"
</div>
<div class="publication-author">
Hsinhao Huang, <strong>Hsi-Yu Schive</strong>, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnras/stad998">doi: 10.1093/mnras/stad998</a>
</div>
</li>
<li class="text-muted publication" data-tags="2023">
<div class="publication-title">
"On the Dynamical Heating of Dwarf Galaxies in a Fuzzy Dark Matter Halo"
</div>
<div class="publication-author">
Dhruba Dutta Chowdhury, Frank C. van den Bosch, Pieter van Dokkum, Victor H. Robles, <strong>Hsi-Yu Schive</strong>, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.3847/1538-4357/acc73d">doi: 10.3847/1538-4357/acc73d</a>
</div>
</li>
<li class="text-muted publication" data-tags="2023">
<div class="publication-title">
"Hydrodynamic Simulations of a Relativistic Jet Interacting with the Intracluster Medium: Application to Cygnus A"
</div>
<div class="publication-author">
John A. ZuHone, Paul E.~J. Nulsen, Po-Hsun Tseng, <strong>Hsi-Yu Schive</strong>, and Tom W. Jones
</div>
<div class="publication-link">
<a href="https://doi.org/10.3390/galaxies11020051">doi: 10.3390/galaxies11020051</a>
</div>
</li>
<li class="text-muted publication" data-tags="2023">
<div class="publication-title">
"Can ultralight dark matter explain the age-velocity dispersion relation of the Milky Way disc: A revised and improved treatment"
</div>
<div class="publication-author">
Barry T. Chiang, Jeremiah P. Ostriker, and <strong>Hsi-Yu Schive</strong>
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnras/stac3358">doi: 10.1093/mnras/stac3358</a>
</div>
</li>
<li class="text-muted publication" data-tags="2021">
<div class="publication-title">
"An adaptive mesh, GPU-accelerated, and error minimized special relativistic hydrodynamics code"
</div>
<div class="publication-author">
Po-Hsun Tseng, <strong>Hsi-Yu Schive</strong>, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnras/stab1006">doi: 10.1093/mnras/stab1006</a>
</div>
</li>
<li class="text-muted publication" data-tags="2021">
<div class="publication-title">
"On the Random Motion of Nuclear Objects in a Fuzzy Dark Matter Halo"
</div>
<div class="publication-author">
Dhruba Dutta Chowdhury, Frank C. van den Bosch, Victor H. Robles, Pieter van Dokkum, <strong>Hsi-Yu Schive</strong>, Tzihong Chiueh, and Tom Broadhurst
</div>
<div class="publication-link">
<a href="https://doi.org/10.3847/1538-4357/ac043f">doi: 10.3847/1538-4357/ac043f</a>
</div>
</li>
<li class="text-muted publication" data-tags="2021">
<div class="publication-title">
"Soliton oscillations and revised constraints from Eridanus II of fuzzy dark matter"
</div>
<div class="publication-author">
Barry T. Chiang, <strong>Hsi-Yu Schive</strong>, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1103/PhysRevD.103.103019">doi: 10.1103/PhysRevD.103.103019</a>
</div>
</li>
<li class="text-muted publication" data-tags="2021">
<div class="publication-title">
"Large-scale Dynamo in a Primordial Accretion Flow: An Interpretation from Hydrodynamic Simulation"
</div>
<div class="publication-author">
Wei-Ting Liao, Matthew Turk, and <strong>Hsi-Yu Schive</strong>
</div>
<div class="publication-link">
<a href="https://doi.org/10.3847/1538-4357/abd9b7">doi: 10.3847/1538-4357/abd9b7</a>
</div>
</li>
<li class="text-muted publication" data-tags="2020">
<div class="publication-title">
"Multiple Images and Flux Ratio Anomaly of Fuzzy Gravitational Lenses"
</div>
<div class="publication-author">
James H.~H. Chan, <strong>Hsi-Yu Schive</strong>, Shing-Kwong Wong, Tzihong Chiueh, and Tom Broadhurst
</div>
<div class="publication-link">
<a href="https://doi.org/10.1103/PhysRevLett.125.111102">doi: 10.1103/PhysRevLett.125.111102</a>
</div>
</li>
<li class="text-muted publication" data-tags="2020">
<div class="publication-title">
"Soliton Random Walk and the Cluster-Stripping Problem in Ultralight Dark Matter"
</div>
<div class="publication-author">
<strong>Hsi-Yu Schive</strong>, Tzihong Chiueh, and Tom Broadhurst
</div>
<div class="publication-link">
<a href="https://doi.org/10.1103/PhysRevLett.124.201301">doi: 10.1103/PhysRevLett.124.201301</a>
</div>
</li>
<li class="text-muted publication" data-tags="2020">
<div class="publication-title">
"Dynamical evidence of a dark solitonic core of 10<sup>9</sup>M<sub>⊙</sub> in the milky way"
</div>
<div class="publication-author">
Ivan De Martino, Tom Broadhurst, S. -H. Henry Tye, Tzihong Chiueh, and <strong>Hsi-Yu Schive</strong>
</div>
<div class="publication-link">
<a href="https://doi.org/10.1016/j.dark.2020.100503">doi: 10.1016/j.dark.2020.100503</a>
</div>
</li>
<li class="text-muted publication" data-tags="2020">
<div class="publication-title">
"Testing the Prediction of Fuzzy Dark Matter Theory in the Milky Way Center"
</div>
<div class="publication-author">
Zhi Li, Juntai Shen, and <strong>Hsi-Yu Schive</strong>
</div>
<div class="publication-link">
<a href="https://doi.org/10.3847/1538-4357/ab6598">doi: 10.3847/1538-4357/ab6598</a>
</div>
</li>
<li class="text-muted publication" data-tags="2019">
<div class="publication-title">
"Testing extreme-axion wave-like dark matter using the BOSS Lyman-alpha forest data"
</div>
<div class="publication-author">
Ka-Hou Leong, <strong>Hsi-Yu Schive</strong>, Ui-Han Zhang, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnras/stz271">doi: 10.1093/mnras/stz271</a>
</div>
</li>
<li class="text-muted publication" data-tags="2019">
<div class="publication-title">
"Time-symmetry, symplecticity and stability of Euler-Maclaurin and Lanczos-Dyche integration"
</div>
<div class="publication-author">
Charalampos M. Markakis, Michael F. O'Boyle, Derek Glennon, Khoa Tran, Pablo Brubeck, Roland Haas, <strong>Hsi-Yu Schive</strong>, and Kōji Uryū
</div>
<div class="publication-link">
<a href="https://doi.org/10.48550/arXiv.1901.09967">doi: 10.48550/arXiv.1901.09967</a>
</div>
</li>
<li class="text-muted publication" data-tags="2018">
<div class="publication-title">
"GAMER-2: a GPU-accelerated adaptive mesh refinement code - accuracy, performance, and scalability"
</div>
<div class="publication-author">
<strong>Hsi-Yu Schive</strong>, John A. ZuHone, Nathan J. Goldbaum, Matthew J. Turk, Massimo Gaspari, and Chin-Yu Cheng
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnras/sty2586">doi: 10.1093/mnras/sty2586</a>
</div>
</li>
<li class="text-muted publication" data-tags="2018">
<div class="publication-title">
"How do stars affect ψDM haloes?"
</div>
<div class="publication-author">
James H.~H. Chan, <strong>Hsi-Yu Schive</strong>, Tak-Pong Woo, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnras/sty900">doi: 10.1093/mnras/sty900</a>
</div>
</li>
<li class="text-muted publication" data-tags="2018">
<div class="publication-title">
"Magnification Bias of Distant Galaxies in the Hubble Frontier Fields: Testing Wave Versus Particle Dark Matter Predictions"
</div>
<div class="publication-author">
Enoch Leung, Tom Broadhurst, Jeremy Lim, Jose M. Diego, Tzihong Chiueh, <strong>Hsi-Yu Schive</strong>, and Rogier Windhorst
</div>
<div class="publication-link">
<a href="https://doi.org/10.3847/1538-4357/aacdad">doi: 10.3847/1538-4357/aacdad</a>
</div>
</li>
<li class="text-muted publication" data-tags="2018">
<div class="publication-title">
"Magnetohydrodynamics with GAMER"
</div>
<div class="publication-author">
Ui-Han Zhang, <strong>Hsi-Yu Schive</strong>, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.3847/1538-4365/aac49e">doi: 10.3847/1538-4365/aac49e</a>
</div>
</li>
<li class="text-muted publication" data-tags="2018">
<div class="publication-title">
"Self-consistent construction of virialized wave dark matter halos"
</div>
<div class="publication-author">
Shan-Chang Lin, <strong>Hsi-Yu Schive</strong>, Shing-Kwong Wong, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1103/PhysRevD.97.103523">doi: 10.1103/PhysRevD.97.103523</a>
</div>
</li>
<li class="text-muted publication" data-tags="2018">
<div class="publication-title">
"Halo abundance and assembly history with extreme-axion wave dark matter at z ≥ 4"
</div>
<div class="publication-author">
<strong>Hsi-Yu Schive</strong>, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnrasl/slx159">doi: 10.1093/mnrasl/slx159</a>
</div>
</li>
<li class="text-muted publication" data-tags="2018">
<div class="publication-title">
"Ultra Light Axionic Dark Matter: Galactic Halos and Implications for Observations with Pulsar Timing Arrays"
</div>
<div class="publication-author">
Ivan de Martino, Tom Broadhurst, S. -H. Henry Tye, Tzihong Chiueh, <strong>Hsi-Yu Schive</strong>, and Ruth Lazkoz
</div>
<div class="publication-link">
<a href="https://doi.org/10.3390/galaxies6010010">doi: 10.3390/galaxies6010010</a>
</div>
</li>
<li class="text-muted publication" data-tags="2017">
<div class="publication-title">
"Recognising Axionic Dark Matter by Compton and de-Broglie Scale Modulation of Pulsar Timing"
</div>
<div class="publication-author">
Ivan De Martino, Tom Broadhurst, S. -H. Henry Tye, Tzihong Chiueh, <strong>Hsi-Yu Schive</strong>, and Ruth Lazkoz
</div>
<div class="publication-link">
<a href="https://doi.org/10.1103/PhysRevLett.119.221103">doi: 10.1103/PhysRevLett.119.221103</a>
</div>
</li>
<li class="text-muted publication" data-tags="2017">
<div class="publication-title">
"Jeans analysis for dwarf spheroidal galaxies in wave dark matter"
</div>
<div class="publication-author">
Shu-Rong Chen, <strong>Hsi-Yu Schive</strong>, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnras/stx449">doi: 10.1093/mnras/stx449</a>
</div>
</li>
<li class="text-muted publication" data-tags="2017">
<div class="publication-title">
"GRACKLE: a chemistry and cooling library for astrophysics"
</div>
<div class="publication-author">
Britton D. Smith, Greg L. Bryan, Simon C.~O. Glover, Nathan J. Goldbaum, Matthew J. Turk, John Regan, John H. Wise, <strong>Hsi-Yu Schive</strong>, Tom Abel, Andrew Emerick, Brian W. O'Shea, Peter Anninos, Cameron B. Hummels, and Sadegh Khochfar
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnras/stw3291">doi: 10.1093/mnras/stw3291</a>
</div>
</li>
<li class="text-muted publication" data-tags="2017">
<div class="publication-title">
"Complete waveform model for compact binaries on eccentric orbits"
</div>
<div class="publication-author">
E.~A. Huerta, Prayush Kumar, Bhanu Agarwal, Daniel George, <strong>Hsi-Yu Schive</strong>, Harald P. Pfeiffer, Roland Haas, Wei Ren, Tony Chu, Michael Boyle, Daniel A. Hemberger, Lawrence E. Kidder, Mark A. Scheel, and Bela Szilagyi
</div>
<div class="publication-link">
<a href="https://doi.org/10.1103/PhysRevD.95.024038">doi: 10.1103/PhysRevD.95.024038</a>
</div>
</li>
<li class="text-muted publication" data-tags="2017">
<div class="publication-title">
"Hydrodynamical Simulations of Colliding Jets: Modeling 3C 75"
</div>
<div class="publication-author">
S.~M. Molnar, H. -Y. Schive, M. Birkinshaw, T. Chiueh, G. Musoke, and A.~J. Young
</div>
<div class="publication-link">
<a href="https://doi.org/10.3847/1538-4357/835/1/57">doi: 10.3847/1538-4357/835/1/57</a>
</div>
</li>
<li class="text-muted publication" data-tags="2016">
<div class="publication-title">
"Contrasting Galaxy Formation from Quantum Wave Dark Matter, ψDM, with ΛCDM, using Planck and Hubble Data"
</div>
<div class="publication-author">
<strong>Hsi-Yu Schive</strong>, Tzihong Chiueh, Tom Broadhurst, and Kuan-Wei Huang
</div>
<div class="publication-link">
<a href="https://doi.org/10.3847/0004-637X/818/1/89">doi: 10.3847/0004-637X/818/1/89</a>
</div>
</li>
<li class="text-muted publication" data-tags="2015">
<div class="publication-title">
"Sound-triggered collapse of stably oscillating low-mass cores in a two-phase interstellar medium"
</div>
<div class="publication-author">
Ui-Han Zhang, <strong>Hsi-Yu Schive</strong>, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1093/mnras/stv514">doi: 10.1093/mnras/stv514</a>
</div>
</li>
<li class="text-muted publication" data-tags="2014">
<div class="publication-title">
"Understanding the Core-Halo Relation of Quantum Wave Dark Matter from 3D Simulations"
</div>
<div class="publication-author">
<strong>Hsi-Yu Schive</strong>, Ming-Hsuan Liao, Tak-Pong Woo, Shing-Kwong Wong, Tzihong Chiueh, Tom Broadhurst, and W. -Y. Pauchy Hwang
</div>
<div class="publication-link">
<a href="https://doi.org/10.1103/PhysRevLett.113.261302">doi: 10.1103/PhysRevLett.113.261302</a>
</div>
</li>
<li class="text-muted publication" data-tags="2014">
<div class="publication-title">
"Cosmic structure as the quantum interference of a coherent dark wave"
</div>
<div class="publication-author">
<strong>Hsi-Yu Schive</strong>, Tzihong Chiueh, and Tom Broadhurst
</div>
<div class="publication-link">
<a href="https://doi.org/10.1038/nphys2996">doi: 10.1038/nphys2996</a>
</div>
</li>
<li class="text-muted publication" data-tags="2011">
<div class="publication-title">
"Vortex turbulence in linear Schrödinger wave mechanics"
</div>
<div class="publication-author">
Tzihong Chiueh, Tak-Pong Woo, Hung-Yu Jian, and <strong>Hsi-Yu Schive</strong>
</div>
<div class="publication-link">
<a href="https://doi.org/10.1088/0953-4075/44/11/115101">doi: 10.1088/0953-4075/44/11/115101</a>
</div>
</li>
<li class="text-muted publication" data-tags="2011">
<div class="publication-title">
"Directionally Unsplit Hydrodynamic Schemes with Hybrid MPI/OpenMP/GPU Parallelization in AMR"
</div>
<div class="publication-author">
<strong>Hsi-Yu Schive</strong>, Ui-Han Zhang, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.48550/arXiv.1103.3373">doi: 10.48550/arXiv.1103.3373</a>
</div>
</li>
<li class="text-muted publication" data-tags="2010">
<div class="publication-title">
"GAMER: A Graphic Processing Unit Accelerated Adaptive-Mesh-Refinement Code for Astrophysics"
</div>
<div class="publication-author">
<strong>Hsi-Yu Schive</strong>, Yu-Chih Tsai, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1088/0067-0049/186/2/457">doi: 10.1088/0067-0049/186/2/457</a>
</div>
</li>
<li class="text-muted publication" data-tags="2008">
<div class="publication-title">
"Graphic-card cluster for astrophysics (GraCCA) - Performance tests"
</div>
<div class="publication-author">
<strong>Hsi-Yu Schive</strong>, Chia-Hung Chien, Shing-Kwong Wong, Yu-Chih Tsai, and Tzihong Chiueh
</div>
<div class="publication-link">
<a href="https://doi.org/10.1016/j.newast.2007.12.005">doi: 10.1016/j.newast.2007.12.005</a>
</div>
</li>
</ol>
</div>
</div>
</div>
</section>
<!-- Replace start from @@@ end to $$$. Only be replaced by the workflow. -->
<!--@@@FOOTER@@@-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
</div>
</div>
<div class="row">
<div class="col-md-4" style="text-align:left;">
<span class="copyright">Copyright © CA Lab 2023</span>
<div>
<ul class="list-inline quicklinks">
<li><a href="#">Privacy Policy</a>
</li>
<li><a href="#">Terms of Use</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://github.com/gamer-project"><i class="fa-brands fa-github"></i></a>
</li>
<li><a href="#"><i class="fa-brands fa-slack"></i></a>
</li>
<li><a href="#"><i class="fa-brands fa-google"></i></a>
</li>
</ul>
</div>
<div class="col-md-4" style="text-align:left;">
<div>Useful things</div>
<div><a href="https://drive.google.com/file/d/1sb3OOs3VkU726Xsb9kSfqMJzve1fueA8/view?pli=1">購買物品與報帳SOP</a></div>
</div>
</div>
</div>
</footer>
<!--$$$FOOTER$$$-->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<script src="js/topButton.js"></script>
<script src="js/filter.js"></script>
<script src="js/publicationFilter.js"></script>
<script src="js/preventWhite.js"></script>
</body>
</html>