-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
133 lines (111 loc) · 5.34 KB
/
research.html
File metadata and controls
133 lines (111 loc) · 5.34 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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Research - Woosik Kang</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="PhD in Astroparticle Physics with IceCube Neutrino Telescope and P-ONE." />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="canonical" href="https://woosikk.github.io/">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Woosik Kang</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>Research</h2>
</header>
<section class="wrapper style5">
<div class="inner">
<ul class="actions">
<li><a href="CV/WoosikKang_CV.pdf"
class="button fit special"
target="_blank"
rel="noopener noreferrer">CV</a></li>
</ul>
<h3>Research Interests</h3>
<p>In these days, I am interested in the Neutrino Astrophysics and Astronomy as well as the Beyond the Standard Model (BSM) physics including Dark Matter (DM) searches using the high-energy astrophysical neutrinos with the IceCube Neutrino Telescope.
I also have experiences on the detector hardware and their calibrations, and I will be happy if I can discuss the multi-messenger Astrophysics and Astronomy. </p>
<hr />
<h3>Experiences</h3>
<h4>As a member of P-ONE Collaboration</h4>
<ul class="alt">
<li>Software pipeline development for neutrino point source searching analysis (2025-present).</li>
<li>Sensitivity studies for neutrino point source searching in P-ONE (2025-present).</li>
</ul>
<h4>As a member of IceCube Collaboration</h4>
<ul class="alt">
<li>Neutirno point source searching (2025-present).</li>
<li>BSM physics analysis searching for neutrino - dark matter interactions with point sources (2022-present).</li>
<li>Simulation studies for the camera-based detector calibration system (2014-2022).</li>
<li>Development and mass-testing of the calibration hardware for IceCube Upgrade (2014-2022).</li>
</ul>
<h4>As a member of COSINE-100 Collaboration</h4>
<ul class="alt">
<li>Detector simulations (2016-2017).</li>
<li>COSINE-100 detector construction (2015-2016).</li>
</ul>
<hr />
<h3>List of Publications</h3>
<p>You can check my <a href="CV/WoosikKang_CV.pdf">CV</a> for the selected publications or visit the following reference sites.</p>
<p><a href="https://orcid.org/0000-0003-3980-3778">ORCID</a> <a href="https://inspirehep.net/authors/1518857">INSPIRE-HEP</a> <a href="https://scholar.google.com/citations?user=ILdQ9w0AAAAJ">Google Scholar</a></p>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<!--
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
-->
<li><a href="https://github.com/woosikk" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://orcid.org/0000-0003-3980-3778" class="icon brands fa-orcid"><span class="label">ORCID</span></a></li>
<li><a href="https://scholar.google.com/citations?user=ILdQ9w0AAAAJ" class="icon brands fa-google-scholar"><span class="label">Google Scholar</span></a></li>
<li><a href="contact.html" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© 2026 Woosik Kang</li>
<li>Cover Image: <a href="https://icecube.wisc.edu" target="_blank">IceCube Collaboration</a></li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>