Skip to content

Commit

Permalink
Restructured modules / 'phases' per outcomes of conversation with Marty
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Apr 16, 2024
1 parent 2659527 commit f53fd46
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 49 deletions.
24 changes: 14 additions & 10 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ website:
href: index.qmd
- section: "Phase I -- Prepare"
contents:
- text: "Reproducibility"
href: mod_reproducibility.qmd
- text: "Version Control"
href: mod_version-control.qmd
- text: "Reproducibility"
href: mod_reproducibility.qmd
- text: "Data Discovery"
href: mod_data-disc.qmd
- text: "Team Science"
Expand All @@ -38,28 +38,32 @@ website:
href: mod_facilitation.qmd
- text: "Data Visualization"
href: mod_data-viz.qmd
- text: "Supporting D.E.C. Thinking"
href: mod_thinking.qmd
- text: "Project Management"
href: mod_project-mgmt.qmd
- section: "Phase III -- Execute"
contents:
- text: "Supporting D.E.C. Thinking"
href: mod_thinking.qmd
- text: "Data Wrangling"
href: mod_wrangle.qmd
- text: "Intellectual Credit"
href: mod_credit.qmd
- text: "Analysis & Modeling"
href: mod_stats.qmd
- text: "Project Management"
href: mod_project-mgmt.qmd
- section: "Phase IV -- Conclude"
contents:
- text: "Logic Models"
href: mod_logic-models.qmd
- text: "Spatial Data & Interactivity"
href: mod_spatial.qmd
- text: "Next Steps & Proposals"
href: mod_next-steps.qmd
- text: "Communicating Findings"
href: mod_findings.qmd
- text: "Reproducible Reports"
href: mod_reports.qmd
- section: "Bonus Content"
contents:
- text: "Spatial Data"
href: mod_spatial.qmd
- text: "Interactivity"
href: mod_interactivity.qmd
navbar:
background: primary
right:
Expand Down
9 changes: 7 additions & 2 deletions topic_interactivity.qmd → mod_interactivity.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
---
title: "Creating Interactive Apps"
---

# Interactivity
## Overview

## Interactivity Learning Objectives
Under Construction

## Learning Objectives

After completing this topic you will be able to:

Expand Down
4 changes: 1 addition & 3 deletions mod_logic-models.qmd → mod_next-steps.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Logic Models"
title: "Next Steps & Proposal Writing"
---

## Overview
Expand All @@ -10,8 +10,6 @@ Under Construction, stay tuned!

After completing this module you will be able to:

- <u>Define</u> common approaches for logic models
- <u>Identify</u> and make explicit internal logical leaps
- <u>Identify</u> needed data and target audience(s)
- <u>Articulate</u> connection(s) between proposed investigation and beneficial outcome
- <u>Write</u> polished, funding-worthy proposals
Expand Down
2 changes: 2 additions & 0 deletions mod_project-mgmt.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ After completing this module you will be able to:

- <u>Articulate</u> key principles of project management
- <u>Develop</u> (or refine) the project management framework for your team project
- <u>Define</u> common approaches for logic models
- <u>Identify</u> and make explicit internal logical leaps

## Module Content

Expand Down
32 changes: 28 additions & 4 deletions mod_spatial.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
---
title: "Spatial Data & Interactivity"
title: "Working with Spatial Data"
---

## Overview

Being able to confidently work with spatial data and use code to create interactive features are both important facets of synthesis work. However, neither fits neatly within a dedicated module and thus we have decided to combine these somewhat disparate topics into a single module.
Under Construction

{{< include topic_spatial.qmd >}}
## Learning Objectives

{{< include topic_interactivity.qmd >}}
After completing this topic you will be able to:

- <u>Define</u> characteristics of common types of spatial data
- <u>Manipulate</u> spatial data with R
- <u>Integrate</u> spatial data with tabular data

## Topic Content



## Additional Spatial Resources

### Papers & Documents

-

### Workshops & Courses

- The Carpentries' [Introduction to Geospatial Raster & Vector Data with R](https://datacarpentry.org/r-raster-vector-geospatial/)
- The Carpentries' [Introduction to R for Geospatial Data](https://datacarpentry.org/r-intro-geospatial/index.html)
- Arctic Data Center's [Spatial and Image Data Using GeoPandas](https://learning.nceas.ucsb.edu/2023-03-arctic/sections/geopandas.html) chapter of their Scalable Computing course

### Websites

- NASA's <u>App</u>lication for <u>E</u>xtracting and <u>E</u>xploring <u>A</u>nalysis <u>R</u>eady <u>S</u>amples [(AppEEARS) Portal](https://appeears.earthdatacloud.nasa.gov/)
30 changes: 0 additions & 30 deletions topic_spatial.qmd

This file was deleted.

0 comments on commit f53fd46

Please sign in to comment.