Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Aug 22, 2024
1 parent d2cc70f commit eaea448
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6259edc9
9321bc66
7 changes: 3 additions & 4 deletions best_practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ <h1 class="title">Coding Tips</h1>

<section id="welcome" class="level3">
<h3 class="anchored" data-anchor-id="welcome">Welcome!</h3>
<p>This page contains the collected best practice tips of the NCEAS Scientific Computing Support Team. More will be added over time and feel free to post <a href="https://github.com/NCEAS/scicomp.github.io/issues">an issue</a> if you have a specific request for a section to add to this document.</p>
<p>Please feel free to reach out to our team (see <a href="https://nceas.github.io/scicomp.github.io/staff.html">here</a>) if you have any questions about this best practices manual and/or need help implementing some of this content.</p>
<p>This page contains the collected best practice tips of our team. More will be added over time and feel free to post <a href="https://github.com/lter/scicomp/issues">an issue</a> if you have a specific request for a section to add to this document. Please feel free to reach out to <a href="https://lter.github.io/scicomp/staff.html">our team</a> if you have any questions about this best practices manual and/or need help implementing some of this content.</p>
<p>Check the headings below or in the table of contents on the right of this page to see which tips and tricks we have included so far and we hope this page is a useful resource to you and your team!</p>
</section>
<section id="r-scripts-versus-r-markdowns" class="level2">
Expand All @@ -301,7 +300,7 @@ <h3 class="anchored" data-anchor-id="r-markdowns---potential-weaknesses">R Markd
<h3 class="anchored" data-anchor-id="script-vs.-markdown-summary">Script vs.&nbsp;Markdown Summary</h3>
<p>Taken together, both R scripts and R markdown files can empower users to write reproducible, transparent code. However, both file types have some key limitations that should be taken into consideration when choosing which to use as you set out to create a new code product.</p>
<p align="center">
<img src="images/lter-photos/patches.jpg" width="100%">
<img src="images/lter-photos/patches.jpg" alt="Photo of people walking sampling insects at a farm where a wildflower strip has been planted between two row-cropped areas" width="100%">
</p>
</section>
</section>
Expand Down Expand Up @@ -345,7 +344,7 @@ <h3 class="anchored" data-anchor-id="file-paths-summary">File Paths Summary</h3>
<p>We strongly recommend following these guidelines so that your scripts work regardless of (1) the operating system, (2) folders “upstream” of the working directory, and (3) folders within the project. This will help your code by flexible and reproducible when others are attempting to re-run your scripts!</p>
<p>Also, for more information on how to read files in cloud storage locations such as Google Drive, Box, Dropbox, etc., please refer to our <a href="https://nceas.github.io/scicomp.github.io/tutorials.html">Other Tutorials</a>.</p>
<p align="center">
<img src="images/lter-photos/penguins.jpg" width="100%">
<img src="images/lter-photos/penguins.jpg" alt="Photo of two penguins swimming in icy water" width="80%">
</p>
</section>
</section>
Expand Down
Binary file added images/logos/hex_heron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logos/hex_lterpalettefinder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#figures-for-publication" id="toc-figures-for-publication" class="nav-link" data-scroll-target="#figures-for-publication">Figures for Publication</a></li>
<li><a href="#project-websites" id="toc-project-websites" class="nav-link" data-scroll-target="#project-websites">Project Websites</a></li>
<li><a href="#r-packages" id="toc-r-packages" class="nav-link" data-scroll-target="#r-packages">R Packages</a></li>
<li><a href="#r-shiny-apps" id="toc-r-shiny-apps" class="nav-link" data-scroll-target="#r-shiny-apps">R Shiny Apps</a></li>
<li><a href="#shiny-apps" id="toc-shiny-apps" class="nav-link" data-scroll-target="#shiny-apps">Shiny Apps</a></li>
</ul>
<div class="toc-actions"><ul><li><a href="https://github.com/lter/scicomp/issues/new" class="toc-action"><i class="bi bi-github"></i>Report an issue</a></li></ul></div></nav>
<div class="quarto-margin-footer"><div class="margin-footer-item">
Expand Down Expand Up @@ -294,13 +294,13 @@ <h2 class="anchored" data-anchor-id="project-websites">Project Websites</h2>
<li>Maintain the website <strong>OR</strong> help <em>you</em> to maintain it
<ul>
<li>Quarto is written entirely in “Markdown syntax” which makes it easily maintained by either our team or yours depending on your preference</li>
<li>We have also created a <a href="https://nceas.github.io/scicomp.github.io/tutorials.html#building-a-website-with-quarto">tutorial on making websites with Quarto</a> that you are welcome to explore!</li>
<li>We have also created a <a href="https://lter.github.io/scicomp/tutorials.html#building-a-website-with-quarto">tutorial on making websites with Quarto</a> that you are welcome to explore!</li>
</ul></li>
</ul>
</section>
<section id="r-packages" class="level2">
<h2 class="anchored" data-anchor-id="r-packages">R Packages</h2>
<p><img src="images/scicomptools_hex.png" align="right" width="20%"></p>
<p><img src="images/logos/hex_scicomptools.png" alt="Hex logo for the 'scicomptools' R package" align="right" width="20%"></p>
<section id="scicomptools" class="level4">
<h4 class="anchored" data-anchor-id="scicomptools"><code>scicomptools</code></h4>
<p>While much of the work we do is specific to a given working group or task, sometimes we realize afterwards that our functions have the potential to be useful beyond the scope for which they were initially written. To that end, we have created the R package <a href="https://github.com/NCEAS/scicomptools#readme"><code>scicomptools</code></a>!</p>
Expand All @@ -314,7 +314,7 @@ <h5 class="anchored" data-anchor-id="installation-instructions">Installation Ins
<div class="cell">
<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><span class="fu">install.packages</span>(<span class="st">"scicomptools"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p><img src="images/HERON_hex.png" align="right" width="17%"></p>
<p><img src="images/logos/hex_heron.png" align="right" width="17%"></p>
</section>
</section>
<section id="heron" class="level4">
Expand All @@ -334,9 +334,9 @@ <h5 class="anchored" data-anchor-id="installation-instructions-1">Installation I
</section>
</section>
</section>
<section id="r-shiny-apps" class="level2">
<h2 class="anchored" data-anchor-id="r-shiny-apps">R Shiny Apps</h2>
<p><img src="images/lterpalettefinder_hex.png" align="right" width="17%"></p>
<section id="shiny-apps" class="level2">
<h2 class="anchored" data-anchor-id="shiny-apps">Shiny Apps</h2>
<p><img src="images/logos/hex_lterpalettefinder.png" alt="Hex logo for the 'lterpalettefinder' R package" align="right" width="17%"></p>
<p>Our team created another R package–<code>lterpalettefinder</code>–to extract color palettes from user-supplied photos. To help non-R users still explore this package and have fun pulling color palettes from photos, we created <a href="https://cosima.nceas.ucsb.edu/lterpalettefinder-shiny/">this standalone Shiny app</a>. This app lets anyone interact with <code>lterpalettefinder</code> via their browser with no R experience required!</p>
<p>We have also built apps to help working groups visualize data or present survey results in an interactive, visually-appealing format. Shiny apps can also include useful ‘overview’ portions that serve as an excellent landing page for third parties to your group’s activities!</p>

Expand Down
10 changes: 5 additions & 5 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@
"text": "R Packages\n\n\nscicomptools\nWhile much of the work we do is specific to a given working group or task, sometimes we realize afterwards that our functions have the potential to be useful beyond the scope for which they were initially written. To that end, we have created the R package scicomptools!\n\nPackage Description\nThis package contains a diverse mix of functions for everything from repetitive data wrangling tasks to checking whether you have a token attached for GitHub. In addition, functions that we wrote that are deprecated (usually because their internal workings have been superseded by packages on CRAN) are removed from the package but retained in the GitHub repository in case they are useful to you! All functions–both live and deprecated–are summarized in the README on the GitHub repository so take a look!\n\n\nInstallation Instructions\nTo install the package in R, use the following:\n\ninstall.packages(\"scicomptools\")\n\n\n\n\n\nHERON\nWhen we’ve developed enough custom functions for a working group’s workflow, we can move those functions into its very own R package! For example, we’ve created a package for the Silica Exports working group called HERON (“HElpers for River ObservatioN”).\n\nPackage Description\nThis package contains several helper functions that are integral to the group’s workflow, which includes identifying inflection points (i.e., hills & valleys) in trendlines and running separate regressions on each chunk of the line between such points. HERON is meant to be used for workflows involving the EGRET and SiZer R packages.\n\n\nInstallation Instructions\nTo install the package in R, use the following:\n\n# install.packages(\"devtools\")\ndevtools::install_github(\"lter/HERON\")"
},
{
"objectID": "portfolio.html#r-shiny-apps",
"href": "portfolio.html#r-shiny-apps",
"objectID": "portfolio.html#shiny-apps",
"href": "portfolio.html#shiny-apps",
"title": "Portfolio",
"section": "R Shiny Apps",
"text": "R Shiny Apps\n\nOur team created another R package–lterpalettefinder–to extract color palettes from user-supplied photos. To help non-R users still explore this package and have fun pulling color palettes from photos, we created this standalone Shiny app. This app lets anyone interact with lterpalettefinder via their browser with no R experience required!\nWe have also built apps to help working groups visualize data or present survey results in an interactive, visually-appealing format. Shiny apps can also include useful ‘overview’ portions that serve as an excellent landing page for third parties to your group’s activities!"
"section": "Shiny Apps",
"text": "Shiny Apps\n\nOur team created another R package–lterpalettefinder–to extract color palettes from user-supplied photos. To help non-R users still explore this package and have fun pulling color palettes from photos, we created this standalone Shiny app. This app lets anyone interact with lterpalettefinder via their browser with no R experience required!\nWe have also built apps to help working groups visualize data or present survey results in an interactive, visually-appealing format. Shiny apps can also include useful ‘overview’ portions that serve as an excellent landing page for third parties to your group’s activities!"
},
{
"objectID": "tutorials.html",
Expand Down Expand Up @@ -319,7 +319,7 @@
"href": "best_practices.html",
"title": "Coding Tips",
"section": "",
"text": "This page contains the collected best practice tips of the NCEAS Scientific Computing Support Team. More will be added over time and feel free to post an issue if you have a specific request for a section to add to this document.\nPlease feel free to reach out to our team (see here) if you have any questions about this best practices manual and/or need help implementing some of this content.\nCheck the headings below or in the table of contents on the right of this page to see which tips and tricks we have included so far and we hope this page is a useful resource to you and your team!"
"text": "This page contains the collected best practice tips of our team. More will be added over time and feel free to post an issue if you have a specific request for a section to add to this document. Please feel free to reach out to our team if you have any questions about this best practices manual and/or need help implementing some of this content.\nCheck the headings below or in the table of contents on the right of this page to see which tips and tricks we have included so far and we hope this page is a useful resource to you and your team!"
},
{
"objectID": "best_practices.html#r-scripts-versus-r-markdowns",
Expand Down
64 changes: 32 additions & 32 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,130 +2,130 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://lter.github.io/scicomp/tutorial-scaffold_quarto-website.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/shiny-server.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/wg_team-coding.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/portfolio.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/tutorials.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_tutorials/quarto-website_deploy-prep.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_tutorials/github-connect.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_tutorials/quarto-website_new-proj.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_tutorials/googledrive-fxns.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/wg-setup.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/data-acquisition.html</loc>
<lastmod>2024-08-22T18:23:51.730Z</lastmod>
<lastmod>2024-08-22T18:37:09.414Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/wg_tools.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/best_practices.html</loc>
<lastmod>2024-08-22T18:23:51.730Z</lastmod>
<lastmod>2024-08-22T18:37:09.414Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/pages_deprecated/wg_sci-comp-def.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_best-practices/pkg-loading.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_best-practices/markdown-vs-script.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.598Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_best-practices/file-paths.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.598Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_best-practices/naming-conventions.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/pages_deprecated/wg_infrastructure.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/team-onboarding.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/tutorial-scaffold_googledrive-auth.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/wg_services.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/wg_facilitation.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_tutorials/quarto-website_add-content.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_tutorials/github-create.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_tutorials/github-website-deploy.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/modules_tutorials/googledrive-auth.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/tutorial_json.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/tutorial_server.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/staff.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/index.html</loc>
<lastmod>2024-08-22T18:23:51.918Z</lastmod>
<lastmod>2024-08-22T18:37:09.598Z</lastmod>
</url>
<url>
<loc>https://lter.github.io/scicomp/workshops.html</loc>
<lastmod>2024-08-22T18:23:51.922Z</lastmod>
<lastmod>2024-08-22T18:37:09.602Z</lastmod>
</url>
</urlset>

0 comments on commit eaea448

Please sign in to comment.