diff --git a/_quarto.yml b/_quarto.yml
index bbca5c8..57a5d92 100644
--- a/_quarto.yml
+++ b/_quarto.yml
@@ -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"
@@ -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:
diff --git a/topic_interactivity.qmd b/mod_interactivity.qmd
similarity index 84%
rename from topic_interactivity.qmd
rename to mod_interactivity.qmd
index 27952ed..283d99b 100644
--- a/topic_interactivity.qmd
+++ b/mod_interactivity.qmd
@@ -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:
diff --git a/mod_logic-models.qmd b/mod_next-steps.qmd
similarity index 87%
rename from mod_logic-models.qmd
rename to mod_next-steps.qmd
index 895e846..956e58c 100644
--- a/mod_logic-models.qmd
+++ b/mod_next-steps.qmd
@@ -1,5 +1,5 @@
---
-title: "Logic Models"
+title: "Next Steps & Proposal Writing"
---
## Overview
@@ -10,8 +10,6 @@ Under Construction, stay tuned!
After completing this module you will be able to:
-- Define common approaches for logic models
-- Identify and make explicit internal logical leaps
- Identify needed data and target audience(s)
- Articulate connection(s) between proposed investigation and beneficial outcome
- Write polished, funding-worthy proposals
diff --git a/mod_project-mgmt.qmd b/mod_project-mgmt.qmd
index cf33015..8c5178f 100644
--- a/mod_project-mgmt.qmd
+++ b/mod_project-mgmt.qmd
@@ -12,6 +12,8 @@ After completing this module you will be able to:
- Articulate key principles of project management
- Develop (or refine) the project management framework for your team project
+- Define common approaches for logic models
+- Identify and make explicit internal logical leaps
## Module Content
diff --git a/mod_spatial.qmd b/mod_spatial.qmd
index 0f3df8c..6d96536 100644
--- a/mod_spatial.qmd
+++ b/mod_spatial.qmd
@@ -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:
+
+- Define characteristics of common types of spatial data
+- Manipulate spatial data with R
+- Integrate 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 Application for Extracting and Exploring Analysis Ready Samples [(AppEEARS) Portal](https://appeears.earthdatacloud.nasa.gov/)
diff --git a/topic_spatial.qmd b/topic_spatial.qmd
deleted file mode 100644
index b4cee1b..0000000
--- a/topic_spatial.qmd
+++ /dev/null
@@ -1,30 +0,0 @@
-
-# Working with Spatial Data
-
-## Spatial Learning Objectives
-
-After completing this topic you will be able to:
-
-- Define characteristics of common types of spatial data
-- Manipulate spatial data with R
-- Integrate 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 Application for Extracting and Exploring Analysis Ready Samples [(AppEEARS) Portal](https://appeears.earthdatacloud.nasa.gov/)