Skip to content

Commit 1d27415

Browse files
author
Leah Wasser
committed
more edits to pages for consistency
1 parent 46f9ffd commit 1d27415

File tree

43 files changed

+139
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+139
-124
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ kramdown:
137137
auto_ids: true
138138
footnote_nr: 1
139139
entity_output: as_char
140-
toc_levels: 1..6
140+
toc_levels: 1..3
141141
smart_quotes: lsquo,rsquo,ldquo,rdquo
142142
enable_coderay: false
143143

_includes/class_navigation_week.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ <h4><a href="{{ the_path }}" ><i class="fa fa-home" aria-hidden="true"></i> Week
6363
{% assign previousWeek = page.week | minus: 1 %}
6464
{% capture previous_week_path %}{{ site.url }}/course-materials/earth-analytics/week-{{ previousWeek }}/{% endcapture %}
6565
<h5><a href="{{ previous_week_path }}" ><i class="fa fa-arrow-circle-left"></i> {{ previousWeek }} </a>
66-
{% endif %}
6766
go to week
67+
{% endif %}
68+
69+
6870
{% if page.week == 1 %}
6971
{% assign nextWeek = page.week | plus: 1 %}
7072
{% capture next_week_path %}{{ site.url }}/course-materials/earth-analytics/week-{{ nextWeek }}/{% endcapture %}

_includes/earth-analytics/homework-wk1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<div class="notice--warning" markdown="1">
55

6-
## <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Activity: Create A Report Using Knitr & RMarkdown
6+
## <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Homework Submission: Create A Report Using Knitr & RMarkdown
77

88
* Create a new rmarkdown `.Rmd` file in `Rstudio`. Name the file:
99
`yourLastName-firstInitial-week1.Rmd` example: `wasser-l-week1.Rmd`
@@ -81,11 +81,11 @@ file will have more code in it.
8181
</figcaption>
8282
</figure>
8383

84-
## Did the figure plot?
84+
### Troubleshooting: missing plot
8585

8686
If the code above did not produce a plot, please check the following:
8787

88-
### Check your working directory
88+
#### Check your working directory
8989

9090
If the path to your file is not correct, then the data won't load into `R`.
9191
If the data don't load into `R`, then you can't work with it or plot it.

_pages/categories.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
---
22
layout: archive
33
permalink: /categories/
4-
title: "Browse by category deprecated page"
4+
title: "Browse by category"
55
author_profile: false
66
---
77

8+
{% include toc title="Categories" icon="file-text" %}
89

910
{% include base_path %}
1011
{% include group-by-array collection=site.posts field="categories" %}
1112

1213
{% for category in group_names %}
1314
{% assign posts = group_items[forloop.index0] %}
14-
<h1 id="{{ category | slugify }}" class="archive__subtitle">{{ category }}</h1>
15+
## {{ category }}
16+
{: .archive__subtitle }
17+
<!-- <h2 id="{{ category | slugify }}" class="archive__subtitle"></h2> -->
1518
{% for post in posts %}
1619
{% include archive-single.html %}
1720
{% endfor %}

_posts/course-materials/earth-analytics/week-1/co-floods-1-intro/2016-12-06-erosion-01-intro-co-floods.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /course-materials/earth-analytics/week-1/co-floods-1-intro/
99
nav-title: 'CO Floods - Google Earth'
1010
module-nav-title: 'CO Floods Intro'
1111
dateCreated: 2016-12-06
12-
dateModified: 2016-12-12
12+
modified: 2016-12-12
1313
module-title: 'Understanding Disturbance With Data - Flooding & Erosion'
1414
module-description: 'This module introduces the concept of using data to Understand
1515
a natural phenomenon. Here, we use a combination of NOAA precipitation data and
@@ -51,7 +51,7 @@ Get Google Earth</a>
5151

5252
</div>
5353

54-
## Exploring Flood Damage
54+
## About the 2013 CO floods
5555

5656
In early September 2013, a slow moving cold air front moved through Colorado
5757
intersecting with a warm, humid air front. The clash between the cold and warm
@@ -76,10 +76,10 @@ allows you to look at imagery of the earth, across time. Let's have a look at so
7676
of the visible changes.
7777

7878

79-
## STEPS HERE ABOUT HOW TO DOWNLOAD AND VIEW TIME SERIES IN GOOGLE EARTH
79+
### How to view time series imagery in Google Earth
8080

8181
* Open Google Earth
82-
* Double click on the `.KMZ` file that you downloaded above. It should open in Google Earth.
82+
* Double click on the `.kmz` file that you downloaded above. It should open in Google Earth.
8383

8484
<i fa fa-star></i>**Tip:** the `.kmz` file may not be automatically associated with Google Earth. If
8585
double clicking doesn't automatically open Google Earth, then Open Google Earth,
@@ -111,7 +111,7 @@ damage file. Scroll to 10/2012 and then to 10/2013. Do you see any differences?
111111

112112
<div class="notice--warning" markdown="1">
113113

114-
## <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Activity: What Changes do you see?
114+
## <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Activity: What changes do you see?
115115

116116
As a group, discuss the following questions. Record your answers following the
117117
directions of your instructor (Google Doc, word document, etherpad, etc.).

_posts/course-materials/earth-analytics/week-1/co-floods-1-intro/2016-12-06-erosion-02-precip-discharge-r-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: single
33
title: "Work with Precipitation Data in R - 2013 Colorado Floods"
44
excerpt: "This lesson provides students wiht an example of a data driven report to emphsize the importance of connecting data, documentation and results."
55
authors: ['Leah Wasser', 'NEON Data Skills', 'Mariela Perignon']
6-
lastModified: 2017-01-06
6+
modified: 2017-01-06
77
category: [course-materials]
88
class-lesson: ['co-floods-1-intro']
99
permalink: /course-materials/earth-analytics/week-1/co-floods-data-example-r/

_posts/course-materials/earth-analytics/week-1/co-floods-1-intro/2016-12-06-erosion-03-precip-discharge-data-co-floods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class-lesson: ['co-floods-1-intro']
88
permalink: /course-materials/earth-analytics/week-1/precip-discharge/
99
nav-title: 'Interactive Precip & Discharge Data'
1010
dateCreated: 2016-12-29
11-
dateModified: 2016-12-29
11+
modified: 2016-12-29
1212
module-title: 'Understanding Disturbance With Data - Flooding & Erosion'
1313
module-description: 'This module introduces the concept of using data to Understand
1414
a natural phenomenon. Here, we use a combination of NOAA precipitation data and

_posts/course-materials/earth-analytics/week-1/intro-knitr-rmd/2016-12-06-Rmd01-why-rmarkdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class-lesson: ['intro-rmarkdown-knitr']
88
permalink: /course-materials/earth-analytics/week-1/intro-rmarkdown-knitr/
99
nav-title: 'Intro to R Markdown'
1010
dateCreated: 2016-12-12
11-
dateModified: 2016-12-12
11+
modified: 2016-12-12
1212
module-title: 'Document & Publish a Workflow with R Markdown & Knitr'
1313
module-nav-title: 'R Markdown Intro'
1414
module-description: 'This module teaches participants how to use R Markdown

_posts/course-materials/earth-analytics/week-1/intro-knitr-rmd/2016-12-06-Rmd04-intro-to-code-chunks.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: 'This tutorial cover how code chunks are written and formatted within a
55
R Markdown file in R Studio.'
66
authors: [Leah Wasser, NEON Data Skills]
77
category: [course-materials]
8-
lastModified: 2017-01-06
8+
modified: 2017-01-06
99
class-lesson: ['intro-rmarkdown-knitr']
1010
permalink: /course-materials/earth-analytics/week-1/intro-rmarkdown-code-chunks/
1111
nav-title: 'Code Chunks'
@@ -183,7 +183,8 @@ or the
183183
## <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Activity: Add More Code to Your R Markdown
184184

185185
Add a new chunk with the following arguments. Then describe in your own words
186-
what each argument does.
186+
when you might want to use each of these arguments. HINT: Think about creating a report
187+
with plots where you have a lot of code generating those plots.
187188

188189
<pre><code>```{r testing-arguments, eval=FALSE }
189190

_posts/course-materials/earth-analytics/week-1/intro-knitr-rmd/2016-12-06-Rmd05-knitr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "This tutorial introduces how to use the R knitr package to publish
55
from R Markdown files to HTML (or other) file format."
66
authors: ['Leah Wasser', 'NEON Data Skills']
77
category: [course-materials]
8-
lastModified: 2017-01-06
8+
modified: 2017-01-06
99
class-lesson: ['intro-rmarkdown-knitr']
1010
permalink: /course-materials/earth-analytics/week-1/knit-rmarkdown-document-to-pdf/
1111
nav-title: 'R knitr package'

0 commit comments

Comments
 (0)