-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule-07.qmd
More file actions
22 lines (13 loc) · 839 Bytes
/
module-07.qmd
File metadata and controls
22 lines (13 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: "Project and Code Planning"
---
As your project work has advanced, your group may find that it's useful to articulate specific sub-goals or desired products. This module will cover some ways of identifying those outcomes and the tasks that are prerequisite to those ends. We'll also discuss how you might go about "harmonizing" (i.e., standardizing and--possibly--combining) the data you have found and what initial exploratory steps might be useful.
:::{.callout-note icon="false" collapse="false"}
### {{< fa file-pen >}} Pre-Class Preparation
There is no specific pre-class preparation for this module!
:::
{{< include topics/proj-analysis.qmd >}}
{{< include topics/proj-mgmt-plan.qmd >}}
{{< include topics/workflow-plan.qmd >}}
{{< include topics/harmonize-data.qmd >}}
{{< include topics/wrangle-explore.qmd >}}