-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
405 lines (327 loc) · 27.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Kashiwa DM Symposium 2022 </title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Vidaloka&display=swap" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<!-- <link rel="stylesheet" href="css/github-prettify-theme.css"> -->
<script src="js/site.js"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <link rel="icon" type="image/png" href="dist/images/favicon.png"> -->
</head>
<body class="code-snippets-visible">
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="navbar-spacer"></div>
<nav class="navbar">
<div class="container">
<ul class="navbar-list">
<li class="navbar-item"><a class="navbar-link" href="index.html">Start</a></li>
<li class="navbar-item">
<a class="navbar-link" href="#" data-popover="#aboutNavPopover">About</a>
<div id="aboutNavPopover" class="popover">
<ul class="popover-list">
<!-- <li class="popover-item">
<a class="popover-link" href="index.html#Updates">Updates</a>
</li>-->
<li class="popover-item">
<a class="popover-link" href="index.html#introduction">Rationale</a>
<li class="popover-item">
<a class="popover-link" href="registration.html">Registration</a>
</li>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#highlights">Invited speakers</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#schedule">Schedule & venue</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#poster">Poster</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#SOC">SOC</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#conduct">Conduct</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#sponsors">Sponsors</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#contact">Contact</a>
</li>
<li class="popover-item">
<a class="popover-link" href="http://2021.kashiwa-darkmatter-symposia.org">2021 Symposium</a>
</li>
<li class="popover-item">
<a class="popover-link" href="http://2020.kashiwa-darkmatter-symposia.org">2020 Symposium</a>
</li>
<li class="popover-item">
<a class="popover-link" href="http://2019.kashiwa-darkmatter-symposia.org">2019 Symposium</a>
</li>
</ul>
</div>
</li>
<li class="navbar-item">
<a class="navbar-link" href="#" data-popover="#scheduleNavPopover" >Talks</a>
<div id="scheduleNavPopover" class="popover">
<ul class="popover-list">
<li class="popover-item">
<a class="popover-link" href="schedule.html">Timetable</a>
</li>
<li class="popover-item">
<a class="popover-link" href="schedule.html#talklist">Talk list</a>
</li>
<li class="popover-item">
<a class="popover-link" href="schedule.html#selection">Selection process</a>
</li>
</ul>
</div>
</li>
<li class="navbar-item"><a class="navbar-link" href="posters.html">Posters</a></li>
<li class="navbar-item">
<a class="navbar-link" href="#" data-popover="#localNavPopover">Local info </a>
<div id="localNavPopover" class="popover">
<ul class="popover-list">
<li class="popover-item">
<a class="popover-link" href="infos.html#directions">How to get to Kashiwa</a>
</li>
<li class="popover-item">
<a class="popover-link" href="infos.html#accomodation">Accomodation</a>
</li>
<li class="popover-item">
<a class="popover-link" href="infos.html#catering">Catering</a>
</li>
<li class="popover-item">
<a class="popover-link" href="infos.html#visa"k>Visa</a>
</li>
<li class="popover-item">
<a class="popover-link" href="infos.html#wifi">Local Wifi</a>
</li>
<li class="popover-item">
<a class="popover-link" href="infos.html#remote">Remote connection</a>
</li>
</ul>
</div>
</li>
<li class="navbar-item"><a class="navbar-link" href="participants.html">Participants</a></li>
<li class="navbar-item" style="float:right; margin-right: -4%;"><a class="navbar-link" href="#" title="Gather.Town" data-popover="#gatherNavPopover"><img src="images/gather.png" width="20" style="vertical-align:middle; margin-right: -15px;" onmouseover="this.src='images/gather_active.png'" onmouseout="this.src='images/gather.png'"> </a>
<div id="gatherNavPopover" class="popover" style="margin-left: -5%;">
<ul class="popover-list">
<li class="popover-item" >
<a class="popover-link" href="https://app.gather.town/events/LtcFlWG-SxKc4XYM9Sg0" >Enter symposium</a>
</li>
<li class="popover-item">
<a class="popover-link" href="gathertutorial.html"> Gather.Town tutorial</a>
</li>
</ul>
</div>
<a class="navbar-link" href="https://dm2022kashiwa.slack.com/" target=_blank title="Slack"><img src="images/slack.png" width="20" style="vertical-align:middle; margin-right: -15px;" onmouseover="this.src='images/slack_active.png'" onmouseout="this.src='images/slack.png'"></a><a class="navbar-link" href="https://twitter.com/dm_kashiwa" target=_blank title="Twitter"><img src="images/twitter.png" width="22" style="vertical-align:middle; margin-right: -15px;" onmouseover="this.src='images/twitter_active.png'" onmouseout="this.src='images/twitter.png'"></a><a class="navbar-link" href="https://www.youtube.com/channel/UCpjf2aTgzFsVM5lXT6LpgqA" target=_blank title="Youtube channel"><img src="images/youtube.png" width="25" style="vertical-align:middle; " onmouseover="this.src='images/youtube_active.png'" onmouseout="this.src='images/youtube.png'"></a></li>
</ul>
</div>
</nav>
<!-- Header -->
<div class="docs-section" id="title">
<!-- <div class="banner_container">
<img src="images/banner.jpg" alt="Artist’s impression of galaxies at the end of the era of reionisation [Credit: ESO/M. Kornmesser]" style="width:100%;">
<div class="banner_text">SAZERAC</div>
</div> -->
<div class='title'>
<img style="border-radius: 20px 20px 20px 20px;" src="images/header_website.jpg" width="100%" padding=10%>
</div>
<h3 class="docs-header" style="padding: 70px 0px 0px 0px;">Kashiwa Dark Matter symposium 2022</h3>
<div style="display: table; clear: both;">
<div style=" float: left;
width: 80%;">
<h4 style="width: 90%;">November 29 - December 2, 2022 <br> hybrid <a href="https://twitter.com/search?q=%23dm2022kashiwa" target=_blank style="text-decoration: none;font-size:16pt">#dm2022kashiwa</a></h4></div>
<div style="float: left; width: 20%;"><a href="http://www.icrr.u-tokyo.ac.jp/en/" target=_blank ><img src="images/logo_icrr.png" alt="ICRR" style="height:80px"></a></div>
</div>
<!-- <h4></h4> -->
<!-- <img width="100%" src="images/mugshot.jpg"> -->
<div class="docs-section" id="updates">
<h4>Updates</h4>
<p>21/11: Talk schedule and poster abstracts are published.</p>
<p>4/11: The registration is now closed. Thank you all for the registrations with your great interest! </p>
<p>Thanks a lot for all the great abstract submissions! Everybody who has submitted an abstract should have received on Oct. 28 a notification upon oral or poster presentation acceptance. If you did not receive a notification, please contact <a href="mailto:[email protected]">[email protected]</a>.</p>
<p> <span style='color:red;'> WARNING: please ignore spam email from "travellerpoint.org".</span>
We have confirmed one email scam targeting participants of the KASHIWA Dark Matter Symposium 2022.
The email is from "travellerpoint.org" and possibly looks like the one <a href="data/scam_example.txt">here</a>. This pretends to ask the recipients to provide their arrival and departure dates for the symposium and to ask credit card details. Please do not reply to the scam email or click on any link in it. If you have received such emails, please contact the organizers of KASHIWA Dark Matter Symposium at <a href="mailto:[email protected]">[email protected]</a>, the only official email address for the symposium.
In general, please ignore all emails regarding KASHIWA DM symposium unless it is from the above address or from someone who you know is an organizer of the conference.
</p>
<p>BEST PRESENTATION PRIZES: We are happy to announce that we can offer <b>four prizes</b> sponsored with €250 (¥35000) each for the best experimental and theory talk or poster contributions. The prizes are kindly sponsored by the journals <a href="https://www.mdpi.com/journal/physics" target=_blank>Physics</a> (best theory contributions) and <a href="https://www.mdpi.com/journal/galaxies" target=_blank>Galaxies</a> (best experimental contributions) by MDPI.</p>
<div class="docs-section" id="introduction">
<h4>Rationale</h4>
<p>We are happy to announce the fourth Kashiwa Dark Matter symposium at the Institute for Cosmic Ray Research of the University of Tokyo. For the first time since 2019, the symposium will take place again in-person at the University of Tokyo Kashiwa Library Media Hall<a href=#caveats>*</a> The symposium will be held fully hybrid, allowing a worldwide inclusive and eco-friendly participation in an ongoing pandemic.</p>
<p>The Kashiwa Dark Matter symposium series brings regularly together international researchers from all relevant experimental and theoretical fields in current and future dark matter searches. This year, the symposium will include a focused session on searches for light Dark Matter from the keV scale down to μeV and beyond, including theoretical aspects and recent developments of detector technologies.</p>
<h6 class="docs-header">Main Topics:</h6>
<ul>
<li>Dark matter theory</li>
<li>Collider experiments for dark matter searches</li>
<li>Dark matter direct detection experiments</li>
<li>Dark matter indirect detection experiments</li>
<li>Astrophysical and cosmological constraints on dark matter</li>
<li id="caveats">Searches for light Dark Matter from the keV scale down to μeV and beyond</li>
</ul>
<p><b>We encourage especially young researchers and students to attend and to present at the symposium.</b></br>Application for domestic travel support is open for undergraduate or graduate students submitting an abstract to the symposium. Please apply during registration.</p>
<p style="font-size:12px;">* Depending on the development of the COVID-19 pandemic, the in-person conference part may have to be revisited. Under any circumstance, the in-person conference will be conducted strictly following the <a href=https://www.u-tokyo.ac.jp/content/400189617.pdf target=_blank>guidelines by the University of Tokyo for preventing the spread of COVID-19</a>.</p>
<!-- remove </div> here by purpose, it reduces spacing between sections -->
<!-- Schedule -->
<div class="docs-section" id="call_registration">
<h5 class="docs-header">Registration and call for abstracts</h5>
<p><a href="registration.html"> Please register here</a>. <b>For on-site participation, a conference fee of 2000¥ is charged</b> in cash at the registration desk. There is no registration fee for online participation. <i>In-person participation is limited on first-come-first-serve basis.</i> As long as the option of in-person participation is available, in-person participation is guaranteed after completing the registration. <span style='color:red;'>Entry to Japan will be eased again from October on.</span>
<!-- <p><a href="registration.html"> Please submit a contributed talk or poster presentation over the registration form</a>. Please note that you can submit a registration without an abstract, and add an application for a contributed presentation later until the abstract submission deadline.</p> -->
<p>Oral presentations can be given in person or online. Posters will only be presented online, and include a max. 2-minute prerecorded flash-talk. Oral presentations are 10 minutes with 3 minutes Q&A. Applicants for contributed presentations will be notified on October 28, 2022 on the presentation's acceptance.</p>
<ul>
<li style="margin: -0px 0;">Abstract submission deadline: October 21, 2022, 23:59 UTC (closed)</li>
<li style="margin: -0px 0;">Registration deadline: <b>November 4, 2022, 23:59 UTC</b></li>
</ul>
<!-- <p style='color:red;'>Please note that entering Japan from overseas, due to COVID-19, is currently not possible for non-residents without a visa. We are unfortunately not able to support visa issuance except for invited speakers.</p>-->
<div class="docs-section" id="highlights">
<h5 class="docs-header">Invited speakers</h5>
<ul>
<li>Khai Bui (Kavli IPMU) </li>
<li>Regina Caputo (NASA) </li>
<li>Shion Chen (The University of Tokyo) </li>
<li>Michele Doro (University of Padova) </li>
<li>Elisa G. M. Ferreira (Kavli IPMU) </li>
<li>James Frost (Oxford University) </li>
<li>Motoko Fujiwara (Technical University of Munich) </li>
<li>Akio Kawasaki (National Metrology Institute of Japan)</li>
<li>Koji Ishidoshiro (Tohoku University) </li>
<li>Aaron Manalaysay (Lawrence Berkeley National Laboratory)</li>
<li>Hironao Miyatake (KMI, Nagoya University) </li>
<li>Kazunori Nakayama (Tohoku University) </li>
<li>Lina Necib (Massachusetts Institute of Technology) </li>
<li>Hafizh Prihtiadi (Institute for Basic Science Daejeon)</li>
<li>Wen Yin (Tohoku University) </li>
</ul>
<!-- Schedule -->
<div class="docs-section" id="schedule">
<h5 class="docs-header">Schedule and on-site venue</h5>
<p>The symposium will take place between </p>
<ul>
<li>15:30 and 19:00 JST (6:30 to 10:00 UTC) on Nov. 29</li>
<li>9:30 and 19:00 JST (0:30 to 10:00 UTC) on Nov. 30 and Dec. 1</li>
<li>9:30 and 13:00 JST (0:30 to 4:00 UTC) on Dec. 2</li>
</ul>
<img src="images/schedule.jpg" width="100%" alt="Time schedule">
<br><br>
<h6 class="docs-header">On-site venue</h6>
<p>The on-site symposium will take place at Kashiwa Library Media Hall of
the University of Tokyo, Kashiwanoha Campus (5-1-5, Kashiwanoha,
Kashiwa-shi, Chiba, 277-8584, Japan).</p>
<img src="images/library_eyecatch_kashiwa.png" width="49.6%" alt="Kashiwa Library">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3231.9182014773405!2d139.935685!3d35.900019!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x7e8f5ca399125e4c!2z5p2x5Lqs5aSn5a2m5p-P5Zuz5pu46aSo!5e0!3m2!1sja!2sus!4v1662451414880!5m2!1sja!2sus" height="245" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade" width="49.6%"></iframe>
<div class="docs-section" id="SOC">
<h5 class="docs-header">Scientific Organising Committee:</h5>
<ul>
<li>Moritz Hütten (ICRR, the University of Tokyo; <b>co-chair</b>)</li>
<li>Kohei Hayashi (Ichinoseki College/ICRR/Tohoku; <b>co-chair</b>)</li>
<li>Kento Asai (ICRR, the University of Tokyo)</li>
<li>Shoji Asai (The University of Tokyo)</li>
<li>Tobias Binder (Technical University of Munich)</li>
<li>Elisa G. M. Ferreira (Kavli IPMU, the University of Tokyo)</li>
<li>Masahiro Ibe (ICRR/Kavli IPMU, the University of Tokyo)</li>
<li>Shunichi Horigome (Kavli IPMU, the University of Tokyo)</li>
<li>Masahiro Kawasaki (ICRR/Kavli IPMU, the University of Tokyo)</li>
<li>Shigeki Matsumoto (Kavli IPMU, the University of Tokyo)</li>
<li>Kentaro Miuchi (Kobe University)</li>
<li>Shigetaka Moriyama (ICRR/Kavli IPMU, the University of Tokyo)</li>
<li>Koji Terashi (The University of Tokyo/CERN)</li>
<li>Masahiro Teshima (ICRR/Max Planck Institute for Physics)</li>
<li>Masaki Yamashita (Kavli IPMU, the University of Tokyo)</li>
<li>Tatsuo Yoshida (Ibaraki University)</li>
</ul>
<h6 class="docs-header">Local Organising Committee:</h6>
<!-- <p> The LOC is responsible for organisational and technical aspects</p> including website development, video editting, and moderating the Slack workspace.</p>-->
<ul>
<li>Moritz Hütten (ICRR, the University of Tokyo)</li>
<li>Kohei Hayashi (Ichinoseki College/ICRR/Tohoku)</li>
<li>Midori Sugahara (ICRR, the University of Tokyo)</li>
</ul>
<h6 class="docs-header">Equal Opportunities Responsible:</h6>
<ul>
<li>Shunichi Horigome (Kavli IPMU, the University of Tokyo)</li>
</ul>
<p> We would also like to warmly thank <a href="http://www.stephenwilkins.co.uk">Stephen Wilkins</a> from the University of Sussex to provide us with a template of the website system.</p>
<div class="docs-section" id="poster">
<h5 class="docs-header">Poster</h5>
<p> Please <a href="images/poster_kashiwa2022.pdf">download</a> and distribute</p>
<a href="images/poster_kashiwa2022.pdf">
<img src="images/poster_kashiwa2022.jpg" width="50%" alt="Please download and distribute">
</a><br><br>
<div class="docs-section" id="conduct">
<h5 class="docs-header">Code of Conduct</h5>
<p><i>(Adapted from <a href="http://sazerac-conference.org/">SAZERAC</a>)</i> Attendance at the Kashiwa Dark Matter symposium 2022 is a privilege, and attendees are expected to behave professionally. The symposium organisers are committed to providing an atmosphere that encourages the free expression and exchange of scientific ideas.</p>
<p>By participating in the Kashiwa Dark Matter symposium 2022 as an attendee or presenter, you agree to abide by this code of conduct. Failure to adhere to this code of conduct in all circumstances related to the symposium, including in the online sessions, or any in person, telephone, or other electronic communication, will result in removal from all symposium events.</p>
<p>Our scientific community values all members, regardless of (alphabetically) age, cultural background, disability, ethnicity, gender identity, marital status, nationality, physical appearance, political affiliation, pregnancy, race, religious beliefs, sexual orientation, socio-economic status, and status as a caregiver (including as a parent). The ability to allow our community to share its research results and promote the careers of junior attendees depends critically on maintaining a culture of inclusivity, where all voices are respected and heard.</p>
<p>The symposium organisers will not tolerate verbal, nonverbal harassment or bullying of any kind and will give high priority on eliminating sexual harassment in any form from the workplace. Behavior and language acceptable to one person may not be to another. <!--Unwelcome attention, threatening or abusive language, insulting, hurtful, or disrespectful comments, are strictly banned from SAZERAC.--> Members must make every effort to ensure that words and actions communicate respect for others, regardless of opinion regarding the person or their scientific results.</p>
<!-- <p>The symposium organisers place a high priority on eliminating sexual harassment in any form from the workplace. As a rule, sexual advancements should not take place in any professional setting. Participants should be especially conscientious of real or perceived power gradients such as seniority, status, or reputation, that may place a counterpart in a vulnerable position.</p>
<p>SAZERAC is not a public event. All attendees must register via the website, and should not share the connection information to Zoom or Slack with non-registered people. When connecting to Zoom or slack, all attendees should use their own name, and not attempt to misrepresent themselves.</p>-->
<p>During symposium sessions, the Session Chair is in charge. Speakers must keep to their allotted time, ideally using a timer. If they exceed their time, their question time will be reduced, and if they speak through all of the question time, they will be disconnected. As listener, when asking questions to speakers, please be professional, courteous, and polite. If a participant engages in obvious harassing behavior during the presentations, the Chairs may take any action they deem appropriate, including warning the offender or removing them from the conference.</p>
<p>Participants who believe that they have witnessed or been negatively impacted by a possible violation of the Code of Conduct should contact the Equal Opportunites Responsible by emailing <a href="mailto:[email protected]">[email protected]</a> to initiate a complaint, including any available evidence (e.g., screenshots) in their email. The Equal Opportunites Responsible will treat the appeal at maximum discretion and anonymity when discussing with SOC. If a majority of the SOC concurs that this code has been violated, the offender will be immediately removed from all symposium-related events. The offender will then be contacted by the SOC, and will have the opportunity to appeal the decision. This appeal will be considered by the SOC, whose decision will be final.</p>
<div class="docs-section" id="sponsors">
<h5 class="docs-header">Sponsors</h5>
<ul>This symposium is supported in part by:
<li><b>MEXT Grant-in-Aid for Scientific Research on Innovative Areas</b>:</li>
<p style="padding-left:1em">
19H05802 for Shigetaka Moriyama (co-PI, main hosts)
<br>18H05542 for Masahiro Ibe (PI)
</p>
<li><b>Grant-in-Aid for Scientific Research (S)</b>:</li>
<p style="padding-left:1em">
17H06131 for Masahiro Teshima (PI, main hosts)
</p>
<li><b>Grant-in-Aid for Scientific Research (A)</b>:</li>
<p style="padding-left:1em">
22H00127 for Masaki Yamashita (PI)
<br> 20H00153 for Shigeki Matsumoto (co-I)
</p>
<li><b>Grant-in-Aid for Scientific Research (B)</b>:</li>
<p style="padding-left:1em">
20H01895 for Shigeki Matsumoto (PI), Kohei Hayashi (co-PI)
</p>
<li><b>Grant-in-Aid for Scientific Research (Early-Carrer Scientiests)</b>:</li>
<p style="padding-left:1em">
21K13909 for Kohei Hayashi (PI)
</p>
<li><b>Grant-in-Aid for Transformative Research Area A (Open-solicited Research)</b>:</li>
<p style="padding-left:1em">
21H05447 for Kohei Hayashi (PI)
</p>
and the grant for ICRR’s Fiscal Year 2022 Inter-University Research Program (PI: Moritz Hütten)
</ul>
<a href="https://www.jsps.go.jp/english/" target=_blank ><img src="images/whiteKAKENHIlogoL_jp.png" alt="KAKENHI" style="height:100px"></a> <a href="http://www.icrr.u-tokyo.ac.jp/en/" target=_blank><img src="images/logo_icrr.png" alt="ICRR" style="height:100px"></a></a> <a href="https://www.mdpi.com/journal/physics" target=_blank><img src="images/Physics_MDPI.png" alt="Physics" style="height:100px"></a></a> <a href="https://www.mdpi.com/journal/galaxies" target=_blank><img src="images/galaxies_partnership-01.png" alt="Galaxies" style="height:100px"></a><br><br>
<div class="docs-section" id="contact">
<h5 class="docs-header">Contact Us</h5>
<p>For any questions, please contact <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
<button class="button-top">⇧</button>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>