Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,7 @@ index_files/
index.tex

# Prevents committing locally rendered site
docs
docs
*.Rproj
*.Rhistory
.Rproj.user
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ format:
theme: [pandoc, theme.scss]
toc: true
toc-title: Table of Contents
link-external-newwindow: true
28 changes: 28 additions & 0 deletions content/tutorials/external/ecodiv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
- title: Species distribution modeling using Maxent in GRASS GIS
path: https://ecodiv.earth/TutorialsNotes/sdmingrassgis/
author: Paulo van Breugel
image: content/tutorials/external/images/sdm_in_grass_tutorialbanner.png
date: "2025-02-12"
description: Creating species distribution models to predicting the current and future distribution of the Almond-eyed Ringlet.
categories: ['biogeography', 'ecology', 'intermediate', 'advanced']
- title: Density distribution map of white-tailed deer
path: https://ecodiv.earth/TutorialsNotes/deerdensities/index.html
author: Paulo van Breugel
image: content/tutorials/external/images/deer-density-tile.png
date: "2025-01-10"
description: Creating a habitat suitability map for the white-tailed deer using spatial multicriteria analysis and spatial disaggregation in GRASS GIS.
categories: ['biogeography', 'MCDA', 'ecology', 'intermediate']
- title: From suitability to suitable regions
path: https://ecodiv.earth/TutorialsNotes/SuitabilityRegions/index.html
author: Paulo van Breugel
image: content/tutorials/external/images/suitability-regions-tile.png
date: "2024-05-25"
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.
categories: ['biogeography', 'MCDA', 'ecology', 'beginner']
- title: Tree species diversity distribution
path: https://ecodiv.earth/post/tree-species-diversity-distribution/
author: Paulo van Breugel
image: content/tutorials/external/images/tree-diversity-tile.png
date: "2020-07-29"
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).
categories: ['biodiversity', 'geobiogeography', 'ecology', 'beginner']
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/tutorials/external/images/ecodiv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: "Learn GRASS GIS"
listing:
contents:
- content/tutorials
- content/tutorials
- content/tutorials/external/ecodiv.yml
sort: "date desc"
type: grid
categories: true
Expand All @@ -11,4 +12,4 @@ page-layout: full
description: |
Hands-on tutorials for learning [GRASS GIS](https://grass.osgeo.org), an open source computational engine for geospatial processing and analysis.
title-block-banner: false
---
---