-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
executable file
·115 lines (91 loc) · 4.5 KB
/
Copy pathcode.html
File metadata and controls
executable file
·115 lines (91 loc) · 4.5 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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Lettie Roach</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/academicons.min.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Lettie Roach</strong></a>
<ul class="icons">
<li><a href="https://scholar.google.com/citations?user=Uye7avkAAAAJ&hl=en" class="icon brands fa-google"><span class="label">Google Scholar</span></a></li>
<li><a href="https://github.com/lettie-roach" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/lettie-roach-a734819a/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<p>Code and Data</p>
</header>
<ul style="text-align: left;">
<li>Roach & Blanchard-Wrigglesworth (2022) - <a href="https://github.com/lettie-roach/analysis_nudge-arctic">Code</a>, <a href="https://zenodo.org/record/6313665#.YiIzVBPMJhE">Data</a></li>
<li>Roach et al. (2022) - <a href="https://github.com/lettie-roach/analysis_antarctic-asym">Code and Data</a></li>
<li>Horvat & Roach (2022) - <a href="https://github.com/lettie-roach/CICE/tree/mlwave">Code for CICE6</a>, <a href="https://github.com/lettie-roach/Icepack/tree/mlwave">Code for Icepack</a>, <a href="https://zenodo.org/record/5106703#.YiI0ehPMJhE">Model output</a></li>
<li>Roach et al. (2020) - Processed output from <a href="https://lettie-roach.github.io/files/processed_CMIP6_sia_historical_allr_updated.nc">CMIP6</a>, <a href="https://lettie-roach.github.io/files/processed_CMIP5_sia_historical_r1.nc">CMIP5</a>, <a href="https://lettie-roach.github.io/files/processed_CMIP3_sia_historical+SRES1AB_r1.nc">CMIP3</a></li>
<li>Roach et al. (2019) - <a href="https://github.com/CICE-Consortium/CICE">Code for CICE6</a>, <a href="https://github.com/CICE-Consortium/Icepack">Code for Icepack</a>, <a href="https://zenodo.org/record/3463580#.YiI0fBPMJhE">Model output</a></li>
<li>Roach, Horvat et al. (2018) - <a href="https://zenodo.org/record/1193930#.YiI0gBPMJhE">Model output</a></li>
</ul>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Logo -->
<div id="logo">
<h2 id="title">Lettie Roach</h2>
<span class="image avatar48"><img src="images/DSCF4697_web_square.jpg" alt="Lettie Roach" /></span>
</div>
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="pub.html">Publications</a></li>
<li><a href="code.html">Resources</a></li>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Contact</h2>
</header>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:lettie.roach@awi.de">lettie.roach@awi.de</a></li>
<!-- <li><a href="mailto:lettie.roach@awi.de" class="icon solid fa-envelope"</a>lettie dot roach at awi dot de</li> -->
<li class="icon solid fa-home">Building H, Room 2028, AWI, Klussmannstrasse 3, D-27570 Bremerhaven, Germany</li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Lettie Roach. All rights reserved. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.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>