Skip to content

Commit 08028f0

Browse files
committed
Add missing external tag to tutorials
1 parent 52ab3f4 commit 08028f0

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,23 +127,23 @@ You can either specify it in the YAML header (`image: image.webp`) or add `{.pre
127127

128128
If you want to have your GRASS external tutorials listed, you can create a `.yml` file
129129
within the `content/tutorials/external` folder with the tutorial(s) you want to include.
130-
See an example below:
130+
See an example below (note the added `external` tag):
131131

132132
``` yaml
133-
- title: Species distribution modeling using Maxent in GRASS GIS
133+
- title: Species distribution modeling using Maxent in GRASS
134134
path: https://ecodiv.earth/TutorialsNotes/sdmingrassgis/
135135
author: Paulo van Breugel
136136
image: content/tutorials/external/images/sdm_in_grass_tutorialbanner.png
137137
date: "2025-02-12"
138138
description: Species distribution models to predict the current and future distribution of the Almond-eyed Ringlet.
139-
categories: ['biogeography', 'ecology', 'intermediate', 'advanced']
139+
categories: ['biogeography', 'ecology', 'intermediate', 'advanced', 'external']
140140
- title: Density distribution map of white-tailed deer
141141
path: https://ecodiv.earth/TutorialsNotes/deerdensities/index.html
142142
author: Paulo van Breugel
143143
image: content/tutorials/external/images/deer-density-tile.png
144144
date: "2025-01-10"
145145
description: Habitat suitability map for the white-tailed deer using spatial multicriteria analysis and spatial disaggregation in GRASS.
146-
categories: ['biogeography', 'MCDA', 'ecology', 'intermediate']
146+
categories: ['biogeography', 'MCDA', 'ecology', 'intermediate', 'external']
147147
```
148148
149149
Then, you need to add the path to your `.yml` file in the header of the
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
- title: Species distribution modeling using Maxent in GRASS GIS
1+
- title: Species distribution modeling using Maxent in GRASS
22
path: https://ecodiv.earth/TutorialsNotes/sdmingrassgis/
33
author: Paulo van Breugel
44
image: content/tutorials/external/images/sdm_in_grass_tutorialbanner.png
55
date: "2025-02-12"
66
description: Species distribution models to predict the current and future distribution of the Almond-eyed Ringlet.
7-
categories: ['biogeography', 'ecology', 'intermediate', 'advanced']
7+
categories: ['biogeography', 'ecology', 'intermediate', 'advanced', 'external']
88
- title: Density distribution map of white-tailed deer
99
path: https://ecodiv.earth/TutorialsNotes/deerdensities/index.html
1010
author: Paulo van Breugel
1111
image: content/tutorials/external/images/deer-density-tile.png
1212
date: "2025-01-10"
1313
description: Habitat suitability map for the white-tailed deer using spatial multicriteria analysis and spatial disaggregation in GRASS.
14-
categories: ['biogeography', 'MCDA', 'ecology', 'intermediate']
14+
categories: ['biogeography', 'MCDA', 'ecology', 'intermediate', 'external']
1515
- title: From suitability to suitable regions
1616
path: https://ecodiv.earth/TutorialsNotes/SuitabilityRegions/index.html
1717
author: Paulo van Breugel
1818
image: content/tutorials/external/images/suitability-regions-tile.png
1919
date: "2024-05-25"
2020
description: Use a suitability map to identify and map regions with defined minimum suitability scores and area size.
21-
categories: ['biogeography', 'MCDA', 'ecology', 'beginner']
21+
categories: ['biogeography', 'MCDA', 'ecology', 'beginner', 'external']
2222
- title: Tree species diversity distribution
2323
path: https://ecodiv.earth/post/tree-species-diversity-distribution/
2424
author: Paulo van Breugel
2525
image: content/tutorials/external/images/tree-diversity-tile.png
2626
date: "2020-07-29"
2727
description: Create maps of tree species diversity across the contiguous USA, using various diversity indices.
28-
categories: ['biodiversity', 'geobiogeography', 'ecology', 'beginner']
28+
categories: ['biodiversity', 'geobiogeography', 'ecology', 'beginner', 'external']

content/tutorials/external/huidae_courses.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
image: content/tutorials/external/images/deforestation_tutorial.png
55
date: "2022-03-25"
66
description: Estimate the forest change rate and learn some GRASS basic concepts.
7-
categories: ['bash', 'Python', 'beginner']
7+
categories: ['bash', 'Python', 'beginner', 'external']
88
- title: Physically-based hydrologic modeling using GRASS r.topmodel
99
path: https://workshop.isnew.info/nsf-pose-2025-r.topmodel/
1010
author: Huidae Cho
1111
image: content/tutorials/external/images/subwatersheds-streams-watershed.png
1212
date: "2025-01-31"
1313
description: Workshop introducing the r.topmodel tool for hydrologic modeling.
14-
categories: ['bash', 'R', 'intermediate', 'hydrology']
14+
categories: ['bash', 'R', 'intermediate', 'hydrology', 'external']

content/tutorials/external/unleash_the_power_of_GRASS_GIS.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Unleash the power of GRASS GIS"
2+
title: "Unleash the power of GRASS"
33
author: "Anna Petrasova"
44
date: 01/01/2023
55
format:

0 commit comments

Comments
 (0)