Skip to content

Commit 594708f

Browse files
author
Leah Wasser
committed
fixing a few more travis url issues
1 parent 5063700 commit 594708f

File tree

8 files changed

+16
-12
lines changed

8 files changed

+16
-12
lines changed

_data/authors.yml

-6
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
- name: Lauren Herwehe
2323
slug: lauren-herwehe
2424
bio: ''
25-
- name: Leah A. Wasser
26-
slug: leah-a.-wasser
27-
bio: ''
2825
- name: Leah Wasser
2926
slug: leah-wasser
3027
bio: 'Leah is the director of the Earth Analytics Education Initiative at Earth Lab and maintains this website.'
@@ -49,9 +46,6 @@
4946
- name: NEON Data Skills
5047
slug: neon-data-skills
5148
bio: 'NEON Data Skills develops tutorials that support the use of NEON data. Check out their website at http://www.neondataskills.org'
52-
- name: Pandas
53-
slug: pandas
54-
bio: ''
5549
- name: Reproducible Science Curriculum Community
5650
slug: reproducible-science-curriculum-community
5751
bio: ''

_data/topics.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ reproducible-science-and-programming:
1414
subtopics: ['RStudio', 'literate-expressive-programming','functions',
1515
'r-studio', 'automate-science-workflows', 'git', 'markdown',
1616
'rmarkdown', 'data-management', 'version-control',
17-
'literate expressive programming', 'python', 'shell', 'rmarkdown', 'jupyter-notebooks', 'github']
17+
'literate expressive programming', 'python', 'shell', 'rmarkdown', 'jupyter-notebook', 'github']
1818
find-and-manage-data:
1919
subtopics: ['data-management', 'find-data', 'metadata', 'missing-data-nan', 'apis']
2020
file-formats:

_posts/courses/earth-analytics-python/01-science-toolbox/python-open-science-toolbox/2018-02-05-os-01-why-open-science.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ author_profile: false
2222
comments: true
2323
order: 1
2424
topics:
25-
reproducible-science-and-programming: ['python', 'jupyter-notebooks']
25+
reproducible-science-and-programming: ['python', 'jupyter-notebook']
2626
---
2727

2828

_posts/courses/earth-analytics-python/01-science-toolbox/python-open-science-toolbox/2018-02-05-os-04-jupyter-notebook.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ comments: true
1616
order: 4
1717
course: "earth-analytics-python"
1818
topics:
19-
open-science: ['jupyter-notebooks']
19+
open-science: ['jupyter-notebook']
2020
---
2121
{% include toc title="In This Lesson" icon="file-text" %}
2222

_posts/courses/earth-analytics-python/02-intro-to-lidar-and-raster/interactive-maps/2018-02-05-maps02-interactive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ order: 2
1818
topics:
1919
data-exploration-and-analysis: ['data-visualization']
2020
spatial-data-and-gis:
21-
reproducible-science-and-programming: ['jupyter-notebooks']
21+
reproducible-science-and-programming: ['jupyter-notebook']
2222
---
2323

2424
{% include toc title="In This Lesson" icon="file-text" %}

_posts/courses/earth-analytics-python/02-intro-to-lidar-and-raster/interactive-maps/2018-02-05-maps03-customize-matplotlib-colorbars-raster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ order: 3
1818
topics:
1919
data-exploration-and-analysis: ['data-visualization']
2020
spatial-data-and-gis:
21-
reproducible-science-and-programming: ['jupyter-notebooks']
21+
reproducible-science-and-programming: ['jupyter-notebook']
2222
---
2323

2424
{% include toc title="In This Lesson" icon="file-text" %}

_posts/courses/earth-analytics-python/02-intro-to-lidar-and-raster/interactive-maps/static-basemaps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ order: 2
1818
topics:
1919
data-exploration-and-analysis: ['data-visualization']
2020
spatial-data-and-gis:
21-
reproducible-science-and-programming: ['jupyter-notebooks']
21+
reproducible-science-and-programming: ['jupyter-notebook']
2222
---
2323
{% include toc title="In This Lesson" icon="file-text" %}
2424

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post-by-category
3+
title: 'Reproducible Science and Programming - Jupyter Notebook'
4+
permalink: /tags/reproducible-science-and-programming/jupyter-notebook/
5+
comments: false
6+
author_profile: false
7+
is-main-topic: false
8+
topics:
9+
reproducible-science-and-programming: jupyter-notebook
10+
---

0 commit comments

Comments
 (0)