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 29, 2024
1 parent 34cd328 commit 6bd0144
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
077aac56
5f42a3d7
4 changes: 3 additions & 1 deletion group_project.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ <h2 class="anchored" data-anchor-id="how-to-read-data-from-the-shared-folder">Ho
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a>data_path <span class="ot">&lt;-</span> <span class="st">"/courses/EDS214/group_project/2023/A1/raw_data"</span></span>
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a>data_test <span class="ot">&lt;-</span> <span class="fu">read_csv</span>(<span class="fu">file.path</span>(a1_path, <span class="st">"BasicFieldData-Rain2.csv"</span>)) </span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a>data_file_rain <span class="ot">&lt;-</span> <span class="st">"BasicFieldData-Rain2.csv"</span></span>
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a></span>
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a>data_test <span class="ot">&lt;-</span> <span class="fu">read_csv</span>(<span class="fu">file.path</span>(data_path, data_file_rain)) </span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</section>
<section id="reference" class="level2">
<h2 class="anchored" data-anchor-id="reference">Reference</h2>
Expand Down
4 changes: 2 additions & 2 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@
"href": "group_project.html",
"title": "Group Project",
"section": "",
"text": "We are going to build on the exercise we used the first day and work on implementing and refining the workflow we developed during that session.\n\n\nBy group of 4-5 collaborators:\n\nFind an awesome name for your group (one of the hardest steps)\nSetup a shared GitHub repository\nUse the MEDS server Workbench-1 as your main computing resource\nUse GitHub to manage your code development in a collaborative manner\nUse shared folder on Workbench-1 to manage your data /courses/EDS214/group_project/my_group_name\nDocument your work as you go!!\n\nComment your code\nAdd project details to your README, including reference to data sources\n\nUse GitHub issues to track your work and discuss progress and tasks\n\n\n\n\n\n\n\nThe Luquillo Experimental Forest (LEF) has been a center of tropical forestry research for nearly a century. In addition, the LEF is a recreation site for over a half a million people per year, a water supply for approximately 20% of Puerto Rico’s population, a regional center for electronic communication, and a refuge of Caribbean biodiversity. It is the goal of the USDA Forest Service and the University of Puerto to promote and maintain the forest’s role as a center of active and dynamic scientific inquiry. However, to maintain the ecological integrity of the forest while balancing the many demands placed upon it’s resources, certain protocol is required. This guide provides the major protocols that govern research in the LEF. These protocols are designed to help researchers protect the forests, obey the law, create an amiable and non-discriminatory work environment, and provide a historical record for future scientists\nHere for more information about the Luquillo site: https://lternet.edu/site/luquillo-lter/\n\n\n\n\n\n\n\n\n\n\n\n\n\nCan you recreate that plot (content, not style wise… you can do way better 🙂)\n\nWrite a quarto document(s) that: - reads the data in (from a local copy on Workbench-1) - processes the data as needed to be plotted - use ggplot to create a similar (but better looking) plot - comment your code and use markdown text between the code chunks to provide context to your code - render your report as html\n\nAsk your own question! You are encouraged to define you own question around this topic as a team\n\nGo wild!! Ask your own scientific question using the stream chemistry data but also any other external source of data (like historical hurricane tracks from NOAA). The focus in this part of the project is on the process of how you will be answering the question (planning, workflow, code, data, ….), not on the results per se\n\n\n\nData are available from the Environmental Data Initiative (EDI) that is hosting most of the data of the Long Term Ecological Research (LTER) Network.\n\n\nMcDowell, W. and International Institute of Tropical Forestry(IITF), USDA Forest Service. 2022. Chemistry of stream water from the Luquillo Mountains ver 4923061. Environmental Data Initiative. https://doi.org/10.6073/pasta/570231c2807a6396ced6a89ef7547bd4 (Accessed 2023-08-24).\n\n\n\n\nMajor points to hit:\n\nGoal/Question + workflow you used to achieve it (aka THE plan)\nHow did you set up your project (server, data, code, …)\nHow did you organize your team (tasks, who did what)\nResults\nMain challenges\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nlibrary(tidyverse)\n\ndata_path &lt;- \"/courses/EDS214/group_project/2023/A1/raw_data\"\n\ndata_test &lt;- read_csv(file.path(a1_path, \"BasicFieldData-Rain2.csv\")) \n\n\n\nSchaefer, D., McDowell, W., Scatena, F., & Asbury, C. (2000). Effects of hurricane disturbance on stream water concentrations and fluxes in eight tropical forest watersheds of the Luquillo Experimental Forest, Puerto Rico. Journal of Tropical Ecology, 16(2), 189-207. doi:10.1017/S0266467400001358"
"text": "We are going to build on the exercise we used the first day and work on implementing and refining the workflow we developed during that session.\n\n\nBy group of 4-5 collaborators:\n\nFind an awesome name for your group (one of the hardest steps)\nSetup a shared GitHub repository\nUse the MEDS server Workbench-1 as your main computing resource\nUse GitHub to manage your code development in a collaborative manner\nUse shared folder on Workbench-1 to manage your data /courses/EDS214/group_project/my_group_name\nDocument your work as you go!!\n\nComment your code\nAdd project details to your README, including reference to data sources\n\nUse GitHub issues to track your work and discuss progress and tasks\n\n\n\n\n\n\n\nThe Luquillo Experimental Forest (LEF) has been a center of tropical forestry research for nearly a century. In addition, the LEF is a recreation site for over a half a million people per year, a water supply for approximately 20% of Puerto Rico’s population, a regional center for electronic communication, and a refuge of Caribbean biodiversity. It is the goal of the USDA Forest Service and the University of Puerto to promote and maintain the forest’s role as a center of active and dynamic scientific inquiry. However, to maintain the ecological integrity of the forest while balancing the many demands placed upon it’s resources, certain protocol is required. This guide provides the major protocols that govern research in the LEF. These protocols are designed to help researchers protect the forests, obey the law, create an amiable and non-discriminatory work environment, and provide a historical record for future scientists\nHere for more information about the Luquillo site: https://lternet.edu/site/luquillo-lter/\n\n\n\n\n\n\n\n\n\n\n\n\n\nCan you recreate that plot (content, not style wise… you can do way better 🙂)\n\nWrite a quarto document(s) that: - reads the data in (from a local copy on Workbench-1) - processes the data as needed to be plotted - use ggplot to create a similar (but better looking) plot - comment your code and use markdown text between the code chunks to provide context to your code - render your report as html\n\nAsk your own question! You are encouraged to define you own question around this topic as a team\n\nGo wild!! Ask your own scientific question using the stream chemistry data but also any other external source of data (like historical hurricane tracks from NOAA). The focus in this part of the project is on the process of how you will be answering the question (planning, workflow, code, data, ….), not on the results per se\n\n\n\nData are available from the Environmental Data Initiative (EDI) that is hosting most of the data of the Long Term Ecological Research (LTER) Network.\n\n\nMcDowell, W. and International Institute of Tropical Forestry(IITF), USDA Forest Service. 2022. Chemistry of stream water from the Luquillo Mountains ver 4923061. Environmental Data Initiative. https://doi.org/10.6073/pasta/570231c2807a6396ced6a89ef7547bd4 (Accessed 2023-08-24).\n\n\n\n\nMajor points to hit:\n\nGoal/Question + workflow you used to achieve it (aka THE plan)\nHow did you set up your project (server, data, code, …)\nHow did you organize your team (tasks, who did what)\nResults\nMain challenges\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nlibrary(tidyverse)\n\ndata_path &lt;- \"/courses/EDS214/group_project/2023/A1/raw_data\"\n\ndata_file_rain &lt;- \"BasicFieldData-Rain2.csv\"\n\ndata_test &lt;- read_csv(file.path(data_path, data_file_rain)) \n\n\n\nSchaefer, D., McDowell, W., Scatena, F., & Asbury, C. (2000). Effects of hurricane disturbance on stream water concentrations and fluxes in eight tropical forest watersheds of the Luquillo Experimental Forest, Puerto Rico. Journal of Tropical Ecology, 16(2), 189-207. doi:10.1017/S0266467400001358"
},
{
"objectID": "group_project.html#here-are-the-expectations",
Expand Down Expand Up @@ -851,7 +851,7 @@
"href": "group_project.html#how-to-read-data-from-the-shared-folder",
"title": "Group Project",
"section": "",
"text": "library(tidyverse)\n\ndata_path &lt;- \"/courses/EDS214/group_project/2023/A1/raw_data\"\n\ndata_test &lt;- read_csv(file.path(a1_path, \"BasicFieldData-Rain2.csv\"))"
"text": "library(tidyverse)\n\ndata_path &lt;- \"/courses/EDS214/group_project/2023/A1/raw_data\"\n\ndata_file_rain &lt;- \"BasicFieldData-Rain2.csv\"\n\ndata_test &lt;- read_csv(file.path(data_path, data_file_rain))"
},
{
"objectID": "group_project.html#reference",
Expand Down
74 changes: 37 additions & 37 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,150 +2,150 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day4-documenting.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day2-rstudio_server.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-github_branches.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/index.html</loc>
<lastmod>2024-08-29T16:23:00.202Z</lastmod>
<lastmod>2024-08-29T16:31:57.311Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-git_github_recap.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-hands-on_drawings_p2.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-github_forking.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/flex-rmarkdown_syntax.html</loc>
<lastmod>2024-08-29T16:23:00.086Z</lastmod>
<lastmod>2024-08-29T16:31:57.195Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day_3.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.195Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day_1.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day4-pair_programming.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day2-server_collaboration.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day2-cli_advanced.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-coding_together.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/resources.html</loc>
<lastmod>2024-08-29T16:23:00.202Z</lastmod>
<lastmod>2024-08-29T16:31:57.311Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day3-api.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day2-server_uploading.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-github_collab.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/code_of_conduct.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-git-collaboration-conflicts.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day2-bash-scripting.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day2-unices.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day_4.html</loc>
<lastmod>2024-08-29T16:23:00.086Z</lastmod>
<lastmod>2024-08-29T16:31:57.195Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/vim.html</loc>
<lastmod>2024-08-29T16:23:00.206Z</lastmod>
<lastmod>2024-08-29T16:31:57.315Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-pseudocode.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day2-cli_practice.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day4-analytical_workflows.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day4-projects_team.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day_2.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.195Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day_5.html</loc>
<lastmod>2024-08-29T16:23:00.086Z</lastmod>
<lastmod>2024-08-29T16:31:57.195Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-github_commit_messages.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day1-hands-on_drawings.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/group_project.html</loc>
<lastmod>2024-08-29T16:23:00.086Z</lastmod>
<lastmod>2024-08-29T16:31:57.195Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day4-reproducible_publications.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/rstudio_debugging.html</loc>
<lastmod>2024-08-29T16:23:00.202Z</lastmod>
<lastmod>2024-08-29T16:31:57.311Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day4-sharing_things.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
<url>
<loc>https://brunj7.github.io/EDS-214-analytical-workflows/day2-remote_server.html</loc>
<lastmod>2024-08-29T16:23:00.082Z</lastmod>
<lastmod>2024-08-29T16:31:57.191Z</lastmod>
</url>
</urlset>

0 comments on commit 6bd0144

Please sign in to comment.