Skip to content

Commit e7327e7

Browse files
ecodivpetrasovaa
andauthored
Add two tutorials and card images (#20)
* Add tutorials and updated few card images - Instead of using 'intermediate pages' with description and link to external tutorials, it is possible to make a directly link to the external tutorials. - I included the rule in the yaml to open external tutorials in a new tab. Co-authored-by: Anna Petrasova <[email protected]>
1 parent 606215f commit e7327e7

File tree

9 files changed

+36
-3
lines changed

9 files changed

+36
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,7 @@ index_files/
122122
index.tex
123123

124124
# Prevents committing locally rendered site
125-
docs
125+
docs
126+
*.Rproj
127+
*.Rhistory
128+
.Rproj.user

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ format:
4646
theme: [pandoc, theme.scss]
4747
toc: true
4848
toc-title: Table of Contents
49+
link-external-newwindow: true
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
- title: Species distribution modeling using Maxent in GRASS GIS
2+
path: https://ecodiv.earth/TutorialsNotes/sdmingrassgis/
3+
author: Paulo van Breugel
4+
image: content/tutorials/external/images/sdm_in_grass_tutorialbanner.png
5+
date: "2025-02-12"
6+
description: Creating species distribution models to predicting the current and future distribution of the Almond-eyed Ringlet.
7+
categories: ['biogeography', 'ecology', 'intermediate', 'advanced']
8+
- title: Density distribution map of white-tailed deer
9+
path: https://ecodiv.earth/TutorialsNotes/deerdensities/index.html
10+
author: Paulo van Breugel
11+
image: content/tutorials/external/images/deer-density-tile.png
12+
date: "2025-01-10"
13+
description: Creating a habitat suitability map for the white-tailed deer using spatial multicriteria analysis and spatial disaggregation in GRASS GIS.
14+
categories: ['biogeography', 'MCDA', 'ecology', 'intermediate']
15+
- title: From suitability to suitable regions
16+
path: https://ecodiv.earth/TutorialsNotes/SuitabilityRegions/index.html
17+
author: Paulo van Breugel
18+
image: content/tutorials/external/images/suitability-regions-tile.png
19+
date: "2024-05-25"
20+
description: In this tutorial you learn how you can identify and map regions with user defined minimum suitability scores and area size, using as input a suitability map.
21+
categories: ['biogeography', 'MCDA', 'ecology', 'beginner']
22+
- title: Tree species diversity distribution
23+
path: https://ecodiv.earth/post/tree-species-diversity-distribution/
24+
author: Paulo van Breugel
25+
image: content/tutorials/external/images/tree-diversity-tile.png
26+
date: "2020-07-29"
27+
description: This tutorial shows you how to create maps of the tree species diversity across the contiguous USA, using various diversity indices, such as the species richness, Shannon index, Simpson index and the Shannon based effective number of species (ENS).
28+
categories: ['biodiversity', 'geobiogeography', 'ecology', 'beginner']
235 KB
Loading
183 KB
Loading
472 KB
Loading
186 KB
Loading
424 KB
Loading

index.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: "Learn GRASS GIS"
33
listing:
44
contents:
5-
- content/tutorials
5+
- content/tutorials
6+
- content/tutorials/external/ecodiv.yml
67
sort: "date desc"
78
type: grid
89
categories: true
@@ -11,4 +12,4 @@ page-layout: full
1112
description: |
1213
Hands-on tutorials for learning [GRASS GIS](https://grass.osgeo.org), an open source computational engine for geospatial processing and analysis.
1314
title-block-banner: false
14-
---
15+
---

0 commit comments

Comments
 (0)