Skip to content

Commit 1127f44

Browse files
Update and rename html5shiv.min.js to oss.maxcdn/index.html
1 parent cc2e34d commit 1127f44

2 files changed

Lines changed: 171 additions & 1 deletion

File tree

html5shiv.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

oss.maxcdn/index.html

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
</header Hello World!! (oss.maxcdn.com)><div class="row">
2+
<div id="navbar" class="navbar-collapse collapse">
3+
<ul class="nav navbar-nav">
4+
<!-- Generated by pkgdown: do not edit by hand -->
5+
<html>
6+
<head>
7+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8+
<meta charset="utf-8">
9+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
<title>Detecting marine heatwaves • MHWdetection</title>
12+
<!-- jquery --><script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script><!-- Bootstrap --><link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
13+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script><!-- Font Awesome icons --><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
14+
<!-- clipboard.js --><script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script><!-- sticky kit --><script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script><!-- pkgdown --><link href="pkgdown.css" rel="stylesheet">
15+
<script src="pkgdown.js"></script><meta property="og:title" content="Detecting marine heatwaves">
16+
<meta property="og:description" content="This package serves as a tidy repository for the code used in the paper 'Detecting marine heatwaves'.">
17+
<meta name="twitter:card" content="summary">
18+
<!-- mathjax --><script src="https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!--[if lt IE 9]>
19+
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
20+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
21+
<![endif]-->
22+
</head>
23+
<body>
24+
<div class="container template-home">
25+
<header><div class="navbar navbar-default navbar-fixed-top" role="navigation">
26+
<div class="container">
27+
<div class="navbar-header">
28+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
29+
<span class="icon-bar"></span>
30+
<span class="icon-bar"></span>
31+
<span class="icon-bar"></span>
32+
</button>
33+
<span class="navbar-brand">
34+
<a class="navbar-link" href="index.html">MHWdetection</a>
35+
<span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.0.3</span>
36+
</span>
37+
</div>
38+
39+
<div id="navbar" class="navbar-collapse collapse">
40+
<ul class="nav navbar-nav">
41+
<li>
42+
<a href="index.html">
43+
<span class="fa fa-home fa-lg"></span>
44+
45+
</a>
46+
</li>
47+
<li>
48+
<a href="reference/index.html">Functions</a>
49+
</li>
50+
<li class="dropdown">
51+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
52+
Vignettes
53+
54+
<span class="caret"></span>
55+
</a>
56+
<ul class="dropdown-menu" role="menu">
57+
<li>
58+
<a href="articles/r_vs_python.html">Python vs. R - default outputs</a>
59+
</li>
60+
<li>
61+
<a href="articles/r_vs_python_arguments.html">Python vs. R - default arguments</a>
62+
</li>
63+
<li>
64+
<a href="articles/r_vs_python_additional.html">Python vs. R - additional functions</a>
65+
</li>
66+
<li>
67+
<a href="articles/Short_climatologies.html">Short climatologies</a>
68+
</li>
69+
<li>
70+
<a href="articles/Climatologies_and_baselines.html">Alternative climatologies and baselines</a>
71+
</li>
72+
<li>
73+
<a href="articles/time_series_duration.html">Effects of short time series</a>
74+
</li>
75+
<li>
76+
<a href="articles/missing_data.html">Effects of missing data</a>
77+
</li>
78+
<li>
79+
<a href="articles/gridded_products.html">Difference between gridded products</a>
80+
</li>
81+
<li>
82+
<a href="articles/best_practices.html">Best practices</a>
83+
</li>
84+
</ul>
85+
</li>
86+
<li>
87+
<a href="news/index.html">News</a>
88+
</li>
89+
</ul>
90+
<ul class="nav navbar-nav navbar-right">
91+
<li>
92+
<a href="https://github.com/robwschlegel/MHWdetection">
93+
<span class="fa fa-github fa-lg"></span>
94+
95+
github
96+
</a>
97+
</li>
98+
</ul>
99+
</div>
100+
<!--/.nav-collapse -->
101+
</div>
102+
<!--/.container -->
103+
</div>
104+
<!--/.navbar -->
105+
106+
107+
</header><div class="row">
108+
<div class="contents col-md-9">
109+
<div id="mhwdetection" class="section level1">
110+
<div class="page-header"><h1 class="hasAnchor">
111+
<a href="#mhwdetection" class="anchor"></a>MHWdetection</h1></div>
112+
<p>This site contains all of the code used in the ‘Detecting marine heatwaves’ paper. It isset up as an R packagein order to adhere to pecise reproducibility standards.</p>
113+
<div id="installation" class="section level2">
114+
<h2 class="hasAnchor">
115+
<a href="#installation" class="anchor"></a>Installation</h2>
116+
<p>You can install all of the vignettes and code here from <a href="https://github.com/">GitHub</a> with:</p>
117+
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="co"># install.packages("devtools")</span>
118+
devtools<span class="op">::</span><span class="kw"><a href="http://www.rdocumentation.org/packages/devtools/topics/install_github">install_github</a></span>(<span class="st">"robwschlegel/MHWdetection"</span>)</code></pre></div>
119+
</div>
120+
<div id="vignettes" class="section level2">
121+
<h2 class="hasAnchor">
122+
<a href="#vignettes" class="anchor"></a>Vignettes</h2>
123+
<p>Please see the vignettes tab for additional insight into the work conducted in the process of the creation of the paper.</p>
124+
</div>
125+
</div>
126+
</div>
127+
128+
<div class="col-md-3" id="sidebar">
129+
<div class="links">
130+
<h2>Links</h2>
131+
<ul class="list-unstyled">
132+
<li>Report a bug at <br><a href="NA">NA</a>
133+
</li>
134+
</ul>
135+
</div>
136+
<div class="license">
137+
<h2>License</h2>
138+
<ul class="list-unstyled">
139+
<li><a href="LICENSE.html">Full license</a></li>
140+
<li><small><a href="https://opensource.org/licenses/mit-license.php">MIT</a> + file <a href="LICENSE-text.html">LICENSE</a></small></li>
141+
</ul>
142+
</div>
143+
<div class="developers">
144+
<h2>Developers</h2>
145+
<ul class="list-unstyled">
146+
<li>Robert W. Schlegel <br><small class="roles"> Author, maintainer, contributor </small> <a href="https://orcid.org/0000-0002-0705-1287" target="orcid.widget"><img src="https://members.orcid.org/sites/default/files/vector_iD_icon.svg" class="orcid" height="16"></a> </li>
147+
<li>Eric C. J. Oliver <br><small class="roles"> Author </small> <a href="https://orcid.org/0000-0002-4006-2826" target="orcid.widget"><img src="https://members.orcid.org/sites/default/files/vector_iD_icon.svg" class="orcid" height="16"></a> </li>
148+
<li>Alistair J. Hobday <br><small class="roles"> Author </small> </li>
149+
<li>Albertus J. Smit <br><small class="roles"> Author, contributor </small> <a href="https://orcid.org/0000-0002-3799-6126" target="orcid.widget"><img src="https://members.orcid.org/sites/default/files/vector_iD_icon.svg" class="orcid" height="16"></a> </li>
150+
</ul>
151+
</div>
152+
153+
</div>
154+
</div>
155+
156+
157+
<footer><div class="copyright">
158+
<p>Developed by Robert W. Schlegel, Eric C. J. Oliver, Alistair J. Hobday, Albertus J. Smit.</p>
159+
</div>
160+
161+
<div class="pkgdown">
162+
<p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p>
163+
</div>
164+
165+
</footer>
166+
</div>
167+
168+
169+
170+
</body>
171+
</html>

0 commit comments

Comments
 (0)