Skip to content

Commit

Permalink
+ seascape map, missing timeseries #10
Browse files Browse the repository at this point in the history
  • Loading branch information
bbest committed Aug 15, 2019
1 parent 22e6418 commit e36a085
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 77 deletions.
71 changes: 29 additions & 42 deletions docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,21 @@
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />




<title>README.utf8.md</title>
<title></title>

<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<script src="docs/site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
<script src="site_libs/highlightjs-9.12.0/highlight.js"></script>
<link href="docs/site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="docs/site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="docs/site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="docs/site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="docs/site_libs/navigation-1.1/tabsets.js"></script>
<link href="docs/site_libs/highlightjs-9.12.0/textmate.css" rel="stylesheet" />
<script src="docs/site_libs/highlightjs-9.12.0/highlight.js"></script>

<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
Expand Down Expand Up @@ -71,7 +70,9 @@

<link rel="stylesheet" href="styles.css" type="text/css" />

</head>

<body>

<style type = "text/css">
.main-container {
Expand Down Expand Up @@ -190,6 +191,8 @@
});
</script>

<div class="container-fluid main-container">

<!-- tabsets -->

<style type="text/css">
Expand Down Expand Up @@ -246,17 +249,20 @@
}
</style>

<!-- code folding -->




</head>
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});

<body>
$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
});
});
</script>

<!-- code folding -->

<div class="container-fluid main-container">



Expand Down Expand Up @@ -301,6 +307,9 @@
<li>
<a href="data_sandy_beach.html">Sandy Beach</a>
</li>
<li>
<a href="data_rs.html">Environmental, Remotely Sensed</a>
</li>
<li>
<a href="data_in_situ.html">Environmental, In Situ</a>
</li>
Expand Down Expand Up @@ -367,9 +376,6 @@ <h2>Add a Site</h2>
<p>Add entry to <a href="https://github.com/marinebon/p2p/blob/master/data/sites.csv"><code>data/sites.csv</code></a>. Be sure to use a unique <code>id</code>.</p>
<p>Then build site (or check into Github and Travis will build it for you). A new marker will be populated into the home page map via <code>rmarkdown::render_site()</code> rendering <a href="https://github.com/marinebon/p2p/blob/master/index.Rmd"><code>index.Rmd</code></a> and a new site page will be generated via <code>source(&quot;make_sites.R&quot;)</code> (see <a href="https://github.com/marinebon/p2p/blob/master/index.Rmd"><code>make_sites.R</code></a>)) rendering a <a href="https://bookdown.org/yihui/rmarkdown/parameterized-reports.html">parameterized Rmarkdown</a> using <a href="https://github.com/marinebon/p2p/blob/master/site_template.Rmd"><code>site_template.Rmd</code></a>.</p>
<p>For notes about finding country given lat/lon (ie reverse geocoding), creating Google Maps URL (<code>gmapurl</code>; optional, not a necessary field), check out code in <a href="https://github.com/marinebon/p2p/blob/master/prep.R"><code>prep.R</code></a>.</p>
<ul>
<li><strong>WARNING</strong>: If you change the coordinates of a site (ie lat/lon in <code>sites.csv</code>), please delete the associated site’s file in <code>data/sst</code>, so the timeseries plot becomes representative of the data for that coordinate.</li>
</ul>
</div>
<div id="add-pictures-to-a-site" class="section level2">
<h2>Add Pictures to a Site</h2>
Expand Down Expand Up @@ -405,10 +411,8 @@ <h3>Installing Dependencies</h3>
<h2>Resources</h2>
<ul>
<li><p><a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Markdown cheatsheet</a></p></li>
<li>Jekyll themes:
<ul>
<li><a href="https://github.com/Phlow/feeling-responsive">Phlow/feeling-responsive</a>, <a href="http://phlow.github.io/feeling-responsive/">demo</a></li>
</ul></li>
<li>Jekyll themes:</li>
<li><p><a href="https://github.com/Phlow/feeling-responsive">Phlow/feeling-responsive</a>, <a href="http://phlow.github.io/feeling-responsive/">demo</a></p></li>
</ul>
</div>
</div>
Expand All @@ -434,23 +438,6 @@ <h2>Resources</h2>

</script>

<!-- tabsets -->

<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});

$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open')
});
});
</script>

<!-- code folding -->


<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
Expand Down
Loading

0 comments on commit e36a085

Please sign in to comment.