-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_v1.html
88 lines (64 loc) · 2.92 KB
/
index_v1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>YESIM CUBUK SABUNCU - Academia</title>
<link rel="stylesheet" href="style.css"> </head>
<body>
<header>
<h1>Dr. YESIM CUBUK SABUNCU</h1>
<p>Icelandic Meteorological Office, Service and Research Division </p>
</header>
<nav>
<ul>
<li><a href="#">Research</a></li>
<li><a href="#">Publications</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<main>
<section id="about">
<h2>About Me</h2>
<p>This page is under development...</p>
</section>
<section id="research">
<h2>Research</h2>
<p>Replace this text.</p>
</section>
<section id="publications">
<h2>Publications</h2>
<ul>
<style>
ul {
list-style: disc;
}
li {
line-height: 1.5; /* Adjust value for desired line spacing */
}
</style>
<li>
<a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023JB027064"> Çubuk-Sabuncu, Y., Jónsdóttir, K., Árnadóttir, T., Mordret, A., Caudron, C., Lecocq, T., De Plaen, R. (2024). Temporal Seismic Velocity Changes Associated With the Mw 6.1, May 2008 Ölfus Doublet, South Iceland:
A Joint Interpretation From dv/v and GPS. JGR: Solid Earth, 129(4), e2023JB027064 </a>
<span>(2024)</span>
</li>
<li>
<a href="https://academic.oup.com/gji/article/237/3/1285/7624226"> Sun, Y., Melgar, D., Ruiz-Angulo, A., Ganas, A., Taymaz, T., Crowell, B., Xu, X., Tsironi, V., Karasante, I., Yolsal-Çevikbilen, S., Erman, C., Serkan Irmak, T., Cubuk-Sabuncu, T., Eken T. (2024). The 2020 Mw 7.0 Samos (Eastern Aegean Sea) Earthquake: joint source inversion of multitype data, and tsunami modelling. Geophysical Journal International, Volume 237, Issue 3, June 2024, Pages 1285–1300 </a>
<span>(2024)</span>
</li>
<li>
<a href="https://pubs.geoscienceworld.org/ssa/tsr/article/2/3/148/615007"> Fichtner, A., Klaasen, S., Thrastarson, S., Cubuk‐Sabuncu, Y., Paitz, P., Jónsdóttir, K. (2022). Fiber‐optic observation of volcanic tremor through floating ice sheet resonance.The Seismic Record 2022; 2 (3): 148–155. doi: https://doi.org/10.1785/0320220010 </a>
<span>(2024)</span>
</li>
<li>
<a href="https://www.jvolcanica.org/ojs/index.php/volcanica/article/view/225"> Klaasen, S., Thrastarson, S., Cubuk-Sabuncu, Y., Jónsdóttir, K., Gebraad, L., Paitz, P., Fichtner, A. (2023). Subglacial volcano monitoring with fibre-optic sensing: Grímsvötn, Iceland. Volcanica, 6(2), pp. 301-311 </a>
<span>(2023)</span>
</li>
</ul>
</section>
</main>
<footer>
<p>© [May 2024] </p>
</footer>
</body>
</html>