Skip to content

Commit a951682

Browse files
author
Leah Wasser
committed
small typo fixes on all of the landing pages
1 parent ca04375 commit a951682

8 files changed

+28
-20
lines changed

org/tags2/data-exploration-and-analysis.md

-10
This file was deleted.

org/topics/data-exploration-and-analysis.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ topics:
99
data-exploration-and-analysis:
1010
---
1111

12-
<div class='tag-landing-intro notice--success' markdown="1">
12+
<div class='tag-landing-intro notice--success' markdown='1'>
13+
1314
## Explore, Analyze and Visualize Environmental Data with R and Python
15+
1416
In Earth data science, often the greatest amount of time is spent figuring out
1517
how to open, clean up and explore your data. Once the data are cleaned up, you
1618
can then begin to visualize and analyze them. In the lessons below, learn the
1719
basic skills needed to open, clean up, plot and analyze scientific data.
20+
1821
</div>

org/topics/earth-science.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post-by-category
3-
title: 'Use Scientific Programming in R and Python for Earth Science'
3+
title: 'Earth Science and Data Science Lessons'
44
permalink: /tags/earth-science/
55
comments: false
66
author_profile: false
@@ -10,8 +10,13 @@ topics:
1010
---
1111

1212
<div class='tag-landing-intro notice--success' markdown="1">
13+
14+
## Use Scientific Programming in R and Python for Earth Science
15+
16+
1317
Earth Science is the study of the Earth’s processes and systems. Earth systems
1418
include both the environment and human impacts on and interactions with the
15-
environment. In these lessons, which cover `R` and `Python`, you’ll discover how to
19+
environment. Often the data required to study Earth Systems are large and complex.
20+
In the lessons below, which cover `R` and `Python`, you’ll discover how to
1621
collect, process and analyze Earth science data to better understand our planet.
1722
</div>

org/topics/file-formats.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: post-by-category
3-
title: 'File Formats'
3+
title: 'Lessons on Working With Different File Formats in R and Python'
44
permalink: /tags/file-formats/
55
comments: false
66
author_profile: false
77
is-main-topic: true
88
topics:
9-
file-formats:
9+
file-formats:
1010
---

org/topics/find-and-manage-data.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post-by-category
3-
title: 'Find and Access Earth Science Data Online with R and Python - Find and Manage Data'
3+
title: 'Find and Access Earth Science Data Online with R and Python Lessons'
44
permalink: /tags/find-and-manage-data/
55
comments: false
66
author_profile: false
@@ -10,6 +10,9 @@ topics:
1010
---
1111

1212
<div class='tag-landing-intro notice--success' markdown="1">
13+
14+
## Data Management Issues in Science
15+
1316
There is an explosion of free data available online. However, finding and
1417
managing these data can be tricky. The lessons below will help you find and
1518
download Remote sensing, social media and other data that can be used to better

org/topics/remote-sensing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post-by-category
3-
title: 'Use Remote sensing data in R or Python'
3+
title: 'Lessons: Use Remote sensing data in R or Python'
44
permalink: /tags/remote-sensing/
55
comments: false
66
author_profile: false

org/topics/social-science.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post-by-category
3-
title: 'Use Social Media Data in R and Python to Study Earth Systems - Social Science'
3+
title: 'Social Media and Social Science Lessons in R and Python Lessons'
44
permalink: /tags/social-science/
55
comments: false
66
author_profile: false
@@ -10,6 +10,9 @@ topics:
1010
---
1111

1212
<div class='tag-landing-intro notice--success' markdown="1">
13+
14+
## Social Media Data and Earth Systems Science
15+
1316
Humans are an important component of Earth Systems. Social media data, like
1417
twitter, can be integrated with earth science data to help you better understand
1518
the impacts that humans have on our environment, how humans are impacted by

org/topics/time-series.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post-by-category
3-
title: 'Use Time Series Data in R and Python to Understand Change in Earth Systems'
3+
title: 'Use Time Series Data in R and Python to Understand Change: Lessons'
44
permalink: /tags/time-series/
55
comments: false
66
author_profile: false
@@ -11,10 +11,14 @@ topics:
1111

1212
<div class='tag-landing-intro notice--success' markdown="1">
1313

14+
## About Time Series Data
15+
16+
## About Time Series Data
17+
1418
Time series data are used to understand changes over time in our environment.
1519
For instance, you can collect temperature data over time to track how
1620
temperature fluctuates, hourly, daily monthly and even annually. However often
17-
working with dates and times in tools like `R` and `Python` can be tricky given
21+
working with dates and times in tools like `R` and `Python` can be tricky given
1822
different date and time formats and time zones. Learn how to work with, clean
1923
up and plot time series data in the R programming language in the lessons below.
2024
Stay tuned for `Python` lessons!

0 commit comments

Comments
 (0)