Skip to content

Commit d063700

Browse files
committed
Update for submission to JOSE
1 parent a1d30ec commit d063700

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

Binary file not shown.

_output/_xx_about.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,6 @@ <h1 class="title">About</h1>
245245

246246
<p>Welcome to the workshop! This workshop is designed to assist you in getting started with using Earth System Model (ESM) outputs using R.</p>
247247
<p>The workshop will run from 10 am to 5 pm (PST) on Tuesday 3rd June, 2025.</p>
248-
<div class="quarto-figure quarto-figure-center">
249-
<figure class="figure">
250-
<p><img src="images/meansst_ssp585_long.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="412"></p>
251-
</figure>
252-
</div>
253248
<section id="instructors" class="level2">
254249
<h2 class="anchored" data-anchor-id="instructors">Instructors</h2>
255250
<p>Today’s instructors are <strong>Jessica Bolin</strong>, <strong>Mikaela Provost</strong>, <strong>Mer Pozo Buil</strong> and <strong>Nerea Lezama-Ochoa</strong>.</p>
@@ -316,7 +311,7 @@ <h2 class="anchored" data-anchor-id="workshop-materials">Workshop materials</h2>
316311
<section id="what-to-bring" class="level2">
317312
<h2 class="anchored" data-anchor-id="what-to-bring">What to bring</h2>
318313
<ul>
319-
<li>Laptop (highly, highly, <strong>highly</strong> recommend <code>macOS</code>) with internet connection. <strong>Please ensure you have administrator permissions</strong> - consult with your IT department on how to do this. Windows laptops are OK, but the instructors are all macOS natives - we will be using macOS during the workshop, and are unlikely to be able to fix any Windows-related software installation problems that are unfortunately common with some of the tools we’ll be using.</li>
314+
<li>Laptop (highly, highly, <strong>highly</strong> recommend <code>macOS</code>) with internet connection. <strong>Please ensure you have administrator permissions</strong> - consult with your IT department on how to do this.</li>
320315
<li>Install the necessary software, listed on the <code>Prerequisites</code> page.</li>
321316
</ul>
322317
</section>

_output/_xxx_prerequisites.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ <h1 class="title">Prerequisites</h1>
279279

280280
<section id="prerequisites" class="level2">
281281
<h2 class="anchored" data-anchor-id="prerequisites">Prerequisites</h2>
282-
<p>Our course is not intended for absolute beginners in R. While participants don’t need to be highly proficient, a basic understanding of R and programming syntax is required. For example, participants should know how to create an R project and open a script, read in data using commands, make basic plots using <code>base</code> R, and write for loops. A basic understanding of the shell/command line is advantageous, but not required. Further, previous experience using the <code>terra</code> package and working with <code>netCDF</code> files is a plus, but again, not required.</p>
283-
<p>In addition to having R and RStudio already installed, you will need to install (i) <code>CDO</code>, (ii) <code>NCO</code>, (iii) <code>wget</code>, (iv) <code>Panoply</code> and (v) a suite of R packages.</p>
282+
<p>Our course is not intended for absolute beginners in <code>R</code>. While participants don’t need to be highly proficient, a basic understanding of <code>R</code> and programming syntax is required. For example, participants should know how to create an <code>R</code> project and open a script, read in data using commands, make basic plots using <code>base</code> R, and write for loops. A basic understanding of the shell/command line is advantageous, but not required. Further, previous experience using the <code>terra</code> package and working with <code>netCDF</code> files is a plus, but again, not required.</p>
283+
<p>In addition to having <code>R</code> and RStudio already installed, you will need to install (i) <code>CDO</code>, (ii) <code>NCO</code>, (iii) <code>wget</code>, (iv) <code>Panoply</code> and (v) a suite of R packages.</p>
284284
<div class="callout callout-style-default callout-important callout-titled">
285285
<div class="callout-header d-flex align-content-center">
286286
<div class="callout-icon-container">
@@ -298,18 +298,18 @@ <h2 class="anchored" data-anchor-id="prerequisites">Prerequisites</h2>
298298
<hr>
299299
<section id="cdo" class="level3">
300300
<h3 class="anchored" data-anchor-id="cdo">CDO</h3>
301-
<p>You will need <strong>CDO</strong> (Climate Data Operators) installed prior to the workshop. CDO comprises a suite of over 600 operators for standard (and speedy) processing of climate and forecast model outputs. More information on CDO found <a href="https://code.mpimet.mpg.de/projects/cdo">here</a>.</p>
301+
<p>You will need <strong>CDO</strong> (Climate Data Operators) installed prior to the workshop. <code>CDO</code> comprises a suite of over 600 operators for standard (and speedy) processing of climate and forecast model outputs. More information on <code>CDO</code> found <a href="https://code.mpimet.mpg.de/projects/cdo">here</a>.</p>
302302
<section id="macos" class="level4">
303303
<h4 class="anchored" data-anchor-id="macos">MacOS</h4>
304-
<p>The simplest way to install CDO is via Homebrew. If you haven’t already installed Homebrew, do so <a href="https://brew.sh/">here</a>. Then, open terminal and run the following code:</p>
304+
<p>The simplest way to install <code>CDO</code> is via Homebrew. If you haven’t already installed Homebrew, do so <a href="https://brew.sh/">here</a>. Then, open terminal and run the following code:</p>
305305
<div class="cell">
306306
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>brew install cdo</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
307307
</div>
308308
<p>More information available on the <a href="https://code.mpimet.mpg.de/projects/cdo/wiki/MacOS_Platform">CDO MacOS website</a>.</p>
309309
</section>
310310
<section id="windows" class="level4">
311311
<h4 class="anchored" data-anchor-id="windows">Windows</h4>
312-
<p>CDO is meant for use on POSIX-compatible operating systems (e.g., like Linux and MacOS), so downloading on Windows requires some extra steps.</p>
312+
<p><code>CDO</code> is meant for use on POSIX-compatible operating systems (e.g., like Linux and MacOS), so downloading on Windows requires some extra steps.</p>
313313
<p>Recent versions of Windows (&gt;=10) includes an Ubuntu embedded Linux, offering the opportunity to install CDO via Ubuntu’s native package manager. First, install the Ubuntu app from the Microsoft Store application. Then open the Ubuntu terminal and type:</p>
314314
<div class="cell">
315315
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>sudo apt<span class="sc">-</span>get upgrade</span>
@@ -321,7 +321,7 @@ <h4 class="anchored" data-anchor-id="windows">Windows</h4>
321321
</section>
322322
<section id="nco" class="level3">
323323
<h3 class="anchored" data-anchor-id="nco">NCO</h3>
324-
<p>Similar to CDO, we will install <a href="https://nco.sourceforge.net/">NCO (netCDF operators)</a>, which are a suite of operators that take netCDF file formats and facilitate file manipulation.</p>
324+
<p>Similar to <code>CDO</code>, we will install <a href="https://nco.sourceforge.net/">NCO (netCDF operators)</a>, which are a suite of operators that take netCDF file formats and facilitate file manipulation.</p>
325325
<section id="mac" class="level4">
326326
<h4 class="anchored" data-anchor-id="mac">Mac</h4>
327327
<div class="cell">

_output/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,18 @@ <h1 class="title">R for marine ecologists: wrangling Earth System Model outputs<
271271

272272
<section id="preface" class="level1 unnumbered">
273273
<h1 class="unnumbered">Preface</h1><p><img src="images/cmsi.png" title="R for marine ecologists: wrangling Earth System Model outputs" class="quarto-cover-image img-fluid"></p>
274-
<p><strong>Workshop date:</strong> 06/03/2025<br>
274+
<p><strong>Pilot workshop date:</strong> 06/03/2025<br>
275275
<strong>Location:</strong> Lecture Hall, Bodega Marine Laboratory<br>
276276
<strong>Instructors:</strong> Jessica Bolin, Mikaela Provost, Nerea Lezama-Ochoa and Mer Pozo Buil</p>
277277
<p><code>R</code> is undoubtedly the programming language of choice for many marine ecologists. However, navigating the complexities of downloading, processing and wrangling gridded oceanographic data within <code>R</code> can represent a steep learning curve. As climate-related projects continue to receive funding and the impacts of climate variability and change on our oceans become increasingly evident, <strong>the ability to efficiently interact with, and use, Earth System Model (ESM) outputs for our research is more critical than ever</strong>.</p>
278278
<p>The aim of our one-day <code>R</code> course is to train students, researchers and faculty in skills needed to be proficient in creating projections of physical variables from ESM outputs, with the goal of using them for ecological applications. <strong>Specifically, we’ll be creating projections of sea-surface temperature across two time periods out to 2100, across two climate scenarios, for the California Current region.</strong></p>
279279
<p>Our workshop is designed around Step 8 (pre-process the data) in the workflow of best practices for using ESMs for marine ecologists, as defined in Figure 1 within <span class="citation" data-cites="SCHOEMAN2023">(<a href="_xxxxxx_references.html#ref-SCHOEMAN2023" role="doc-biblioref">Schoeman et al. 2023</a>)</span>.</p>
280280
<p>Our workshop is supported by CMSI, and is hosted by Bodega Marine Lab. We thank both organisations for their funding and support.</p>
281+
<div class="quarto-figure quarto-figure-center">
282+
<figure class="figure">
283+
<p><img src="images/meansst_ssp585_long.png" class="img-fluid quarto-figure quarto-figure-center figure-img" width="412"></p>
284+
</figure>
285+
</div>
281286

282287

283288
<div id="refs" class="references csl-bib-body hanging-indent" data-entry-spacing="0" role="list" style="display: none">

_output/search.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"href": "index.html",
55
"title": "R for marine ecologists: wrangling Earth System Model outputs",
66
"section": "",
7-
"text": "Preface\nWorkshop date: 06/03/2025\nLocation: Lecture Hall, Bodega Marine Laboratory\nInstructors: Jessica Bolin, Mikaela Provost, Nerea Lezama-Ochoa and Mer Pozo Buil\nR is undoubtedly the programming language of choice for many marine ecologists. However, navigating the complexities of downloading, processing and wrangling gridded oceanographic data within R can represent a steep learning curve. As climate-related projects continue to receive funding and the impacts of climate variability and change on our oceans become increasingly evident, the ability to efficiently interact with, and use, Earth System Model (ESM) outputs for our research is more critical than ever.\nThe aim of our one-day R course is to train students, researchers and faculty in skills needed to be proficient in creating projections of physical variables from ESM outputs, with the goal of using them for ecological applications. Specifically, we’ll be creating projections of sea-surface temperature across two time periods out to 2100, across two climate scenarios, for the California Current region.\nOur workshop is designed around Step 8 (pre-process the data) in the workflow of best practices for using ESMs for marine ecologists, as defined in Figure 1 within (Schoeman et al. 2023).\nOur workshop is supported by CMSI, and is hosted by Bodega Marine Lab. We thank both organisations for their funding and support.\n\n\n\n\nSchoeman, David S., Alex Sen Gupta, Cheryl S. Harrison, Jason D. Everett, Isaac Brito-Morales, Lee Hannah, Laurent Bopp, Patrick R. Roehrdanz, and Anthony J. Richardson. 2023. “Demystifying Global Climate Models for Use in the Life Sciences.” Trends in Ecology & Evolution 38 (9): 843–58. https://doi.org/https://doi.org/10.1016/j.tree.2023.04.005.",
7+
"text": "Preface\nPilot workshop date: 06/03/2025\nLocation: Lecture Hall, Bodega Marine Laboratory\nInstructors: Jessica Bolin, Mikaela Provost, Nerea Lezama-Ochoa and Mer Pozo Buil\nR is undoubtedly the programming language of choice for many marine ecologists. However, navigating the complexities of downloading, processing and wrangling gridded oceanographic data within R can represent a steep learning curve. As climate-related projects continue to receive funding and the impacts of climate variability and change on our oceans become increasingly evident, the ability to efficiently interact with, and use, Earth System Model (ESM) outputs for our research is more critical than ever.\nThe aim of our one-day R course is to train students, researchers and faculty in skills needed to be proficient in creating projections of physical variables from ESM outputs, with the goal of using them for ecological applications. Specifically, we’ll be creating projections of sea-surface temperature across two time periods out to 2100, across two climate scenarios, for the California Current region.\nOur workshop is designed around Step 8 (pre-process the data) in the workflow of best practices for using ESMs for marine ecologists, as defined in Figure 1 within (Schoeman et al. 2023).\nOur workshop is supported by CMSI, and is hosted by Bodega Marine Lab. We thank both organisations for their funding and support.\n\n\n\n\n\n\n\n\n\nSchoeman, David S., Alex Sen Gupta, Cheryl S. Harrison, Jason D. Everett, Isaac Brito-Morales, Lee Hannah, Laurent Bopp, Patrick R. Roehrdanz, and Anthony J. Richardson. 2023. “Demystifying Global Climate Models for Use in the Life Sciences.” Trends in Ecology & Evolution 38 (9): 843–58. https://doi.org/https://doi.org/10.1016/j.tree.2023.04.005.",
88
"crumbs": [
99
"Preface"
1010
]
@@ -54,7 +54,7 @@
5454
"href": "_xx_about.html#what-to-bring",
5555
"title": "About",
5656
"section": "What to bring",
57-
"text": "What to bring\n\nLaptop (highly, highly, highly recommend macOS) with internet connection. Please ensure you have administrator permissions - consult with your IT department on how to do this. Windows laptops are OK, but the instructors are all macOS natives - we will be using macOS during the workshop, and are unlikely to be able to fix any Windows-related software installation problems that are unfortunately common with some of the tools we’ll be using.\nInstall the necessary software, listed on the Prerequisites page.",
57+
"text": "What to bring\n\nLaptop (highly, highly, highly recommend macOS) with internet connection. Please ensure you have administrator permissions - consult with your IT department on how to do this.\nInstall the necessary software, listed on the Prerequisites page.",
5858
"crumbs": [
5959
"About"
6060
]

0 commit comments

Comments
 (0)