Skip to content

Commit

Permalink
Moving the Aarhus materials into the Workshops folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGoring committed Jan 15, 2025
1 parent e0763e8 commit a336cf9
Show file tree
Hide file tree
Showing 33 changed files with 25,327 additions and 0 deletions.
21 changes: 21 additions & 0 deletions 2024_Aarhus_SDMs/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FROM rocker/binder:4.2.0

## Declares build arguments
ARG NB_USER
ARG NB_UID

COPY --chown=${NB_USER} . ${HOME}

ENV DEBIAN_FRONTEND=noninteractive
USER root
RUN echo "Checking for 'apt.txt'..." \
; if test -f "apt.txt" ; then \
apt-get update --fix-missing > /dev/null\
&& xargs -a apt.txt apt-get install --yes \
&& apt-get clean > /dev/null \
&& rm -rf /var/lib/apt/lists/* \
; fi
USER ${NB_USER}

## Run an install.R script, if it exists.
RUN if [ -f install.R ]; then R --quiet -f install.R; fi
21 changes: 21 additions & 0 deletions 2024_Aarhus_SDMs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Socorro Dominguez Vidana

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
38 changes: 38 additions & 0 deletions 2024_Aarhus_SDMs/README.es.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[![language-EN](https://img.shields.io/badge/language-EN-red)](README.md) [![language](https://img.shields.io/badge/language-ES-red)](README.es.md) [![language-RU](https://img.shields.io/badge/language-RU-red)](README.ru.md)
[![language-JP](https://img.shields.io/badge/language-JP-red)](README.jp.md)

[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![NSF-1948926](https://img.shields.io/badge/NSF-1948926-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1948926)

# Neotoma Current R Workshop

Es un repositorio que albergar talleres interactivos de R. Este repositorio siempre estará configurado para el Neotoma Workshop más reciente/actual. Todos los talleras anteriores estarán almacenados en el repositorio[Neotoma Workshops](https://github.com/NeotomaDB/Workshops).

Este repositorio está construido de tal forma que permite que se trabaje en línea a través de la estructura necesaria para mostrar el contenido a través de RStudio usando Binder (y Docker). Cuando se haga click en el enlace Binder, RStudio se abrirá en el navegador del usuario.

**Actualmente, este repositorio contiene un taller que se llevará acabo en línea: UQAM GEOTOP.**

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/NeotomaDB/Current_Workshop/main?urlpath=rstudio)

## Colaboradores

Es un proyecto abierto y, la o las contribuciones de cualquier persona son bienvenidas. Todos los colaboradores en este proyecto están sujetos a un código de conducta (CODE_OF_CONDUCT.md). Por favor, revise y siga este código de conducta como parte de su contribución.

* [![orcid](https://img.shields.io/badge/orcid-0000--0002--7926--4935-brightgreen.svg)](https://orcid.org/0000-0002-7926-4935) [Socorro Dominguez Vidana](https://sedv8808.github.io/)

* [![orcid](https://img.shields.io/badge/orcid-0000--0002--2700--4605-brightgreen.svg)](https://orcid.org/0000-0002-2700-4605) [Simon Goring](http://goring.org)

### Traducciones

* Ruso: [Arsenii Galimov](https://ipae.uran.ru/Galimov_AT)
* Español: [Deborah V. Espinosa-Martínez](https://orcid.org/0000-0002-3848-8094)
* Japonés: [Socorro Dominguez Vidana](https://ht-data.com/about.html)

## Como usar este repositorio

El repositorio contiene dos tipos diferentes de flujos de trabajo en R, un flujo de trabajo complejo que muestra cómo gestionar y modificar cronologías con el paquete en R, y un flujo de trabajo simple que muestra como acceder a los datos y realizar análisis relativamente simple. Estos flujos de trabajo pueden ser modificados para adaptar su contenido (por ejemplo, centrándose en los diferentes conjuntos de datos o contextos geoespaciales).

Los usuarios pueden clonar este taller y modificar el contenido, aunque se debe tener en cuenta que los enlaces Binder son específicos para este repositorio, por lo que tienen que ser modificados desde la configuración Binder de cada usuario.

* `runtime.txt` se utiliza para definir el ambiente R que se utilizará por Docker/Binder
* `apt.txt` define un conjunto de paquetes que son requeridos por Binder/Docker para habilitar las herramientas espaciales del paquete 'neotoma2' en R.
42 changes: 42 additions & 0 deletions 2024_Aarhus_SDMs/README.jp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[![language-EN](https://img.shields.io/badge/language-EN-red)](README.md) [![language](https://img.shields.io/badge/language-ES-red)](README.es.md) [![language-RU](https://img.shields.io/badge/language-RU-red)](README.ru.md)
[![language-JP](https://img.shields.io/badge/language-JP-red)](README.jp.md)

[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![NSF-1948926](https://img.shields.io/badge/NSF-1948926-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1948926)

# 二オトマのワークショップ

交流的なRワークショップをホストするためのリポジトリです。このリポジトリは最新のワークショップ用にセットアップされています。前のワークショップは[Neotoma Workshops](https://github.com/NeotomaDB/Workshops)のリポジトリにアーカイブされています。

このリポジトリは、BinderとDockerの技術を使って、ブラウザでRStudioを使うことができます。ワークショプのための必要なパッケージもすべて使えます。 [Binder]のリンクをクリックすると、ユーザーのブラウザでRStudioが開きます。

**今、このリポジトリはUQAM GEOTOPのワークショップのコンテンツを上げています。**

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/NeotomaDB/Current_Workshop/main?urlpath=rstudio)

## 貢献者

これはオープンなプロジェクトであり、どの人からの貢献も歓迎しています。 プロジェクトに参加するために、貢献者は[行動規範](CODE_OF_CONDUCT.md)を確認して従ってください。

* [![orcid](https://img.shields.io/badge/orcid-0000--0002--7926--4935-brightgreen.svg)](https://orcid.org/0000-0002-7926-4935) [Socorro Dominguez Vidana](https://sedv8808.github.io/)

* [![orcid](https://img.shields.io/badge/orcid-0000--0002--2700--4605-brightgreen.svg)](https://orcid.org/0000-0002-2700-4605) [Simon Goring](http://goring.org)

### 翻訳

* ロシア語 ー [Arsenii Galimov](https://ipae.uran.ru/Galimov_AT)
* スペイン語 ー [Deborah V. Espinosa-Martínez](https://orcid.org/0000-0002-3848-8094)
* 日本語 ー [Socorro Dominguez Vidana](https://ht-data.com/about.html)

## リポジトリの使い方

このリポジトリには 2 つのR ワークフローをが含まれています。
Simple Workflowとはニオトマ2パッケージを使って、簡単な分析を行う方法を示すワークフローです。
Complex Workflowとはパッケージを使用して暦を管理および変更する方法を示すワークフローです。

ワークフローはコンテンツに合わせて変更ができます。 (例:さまざまなデータセット類や違う地理空間情報に焦点を当てる)

ユーザーはこのワークショップを複製してコンテンツを変更することができますが、Binderリンクはこのリポジトリに固有であり、ユーザーは自分の Binder セットアップをする必要があります。

* `runtime.txt` は、Docker/BinderのR環境を定義するために使っています。
* `apt.txt` は空間情報を使うためのパッケージをロードします。
42 changes: 42 additions & 0 deletions 2024_Aarhus_SDMs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[![language-EN](https://img.shields.io/badge/language-EN-red)](README.md) [![language](https://img.shields.io/badge/language-ES-red)](README.es.md) [![language-RU](https://img.shields.io/badge/language-RU-red)](README.ru.md)
[![language-JP](https://img.shields.io/badge/language-JP-red)](README.jp.md)

[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![NSF-1948926](https://img.shields.io/badge/NSF-1948926-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1948926)

# Neotoma Current R Workshop

A repository to host interactive R workshops. This repository will always be set up for the most recent/current Neotoma Workshop. All past workshops will be archived in the [Neotoma Workshops](https://github.com/NeotomaDB/Workshops) repository.

This repository is built with the structure required to serve the content through an interactive, online RStudio session using Binder (and Docker). Clicking the Binder link will open RStudio in the user's browser.

**Currently, this repo hosts the Workshop to be delivered in Aarhus about Species Distribution Modelling with pollen data.**

To access the content for this Workshop, click the badge below:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/NeotomaDB/Current_Workshop/main?urlpath=rstudio)

## Contributors

This is an open project and contributions are welcome from any individual. All contributors to this project are bound by a [code of conduct](CODE_OF_CONDUCT.md). Please review and follow this code of conduct as part of your contribution.

* [![orcid](https://img.shields.io/badge/orcid-0000--0002--7926--4935-brightgreen.svg)](https://orcid.org/0000-0002-7926-4935) [Socorro Dominguez Vidana](https://sedv8808.github.io/)

* [![orcid](https://img.shields.io/badge/orcid-0000--0002--2700--4605-brightgreen.svg)](https://orcid.org/0000-0002-2700-4605) [Simon Goring](http://goring.org)

* [![orcid](https://img.shields.io/badge/orcid-0000--0002--3693--5946-brightgreen.svg)](https://orcid.org/0000-0002-3693-5946) [Nora Schlenker](https://geography.wisc.edu/staff/schlenker-nora/)

### Translations

* Russian: [Arsenii Galimov](https://ipae.uran.ru/Galimov_AT)
* Spanish: [Deborah V. Espinosa-Martínez](https://orcid.org/0000-0002-3848-8094)
* Japanese: [Socorro Dominguez Vidana](https://ht-data.com/about.html)

## How to use this repository

This repository contains two different R workflows, a complex workflow that shows how to manage and modify chronologies with the R package, and a simple workflow that shows how to access data and perform relatively simple analysis. These workflows may be modified for content (e.g., focusing on different dataset types or geospatial contexts).

Users may clone this workshop and modify the content, but be aware that the Binder links are specific to this repository, and must be modified through the users' own Binder setup.

* `apt.txt` defines a set of packages required by Binder/Docker to enable the spatial tools in the `neotoma2` R package.
* `install.R` defines the R packages that are to be loaded by the Binder environment at runtime.
36 changes: 36 additions & 0 deletions 2024_Aarhus_SDMs/README.ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[![language-EN](https://img.shields.io/badge/language-EN-red)](README.md) [![language](https://img.shields.io/badge/language-ES-red)](README.es.md) [![language-RU](https://img.shields.io/badge/language-RU-red)](README.ru.md)
[![language-JP](https://img.shields.io/badge/language-JP-red)](README.jp.md)

[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![NSF-1948926](https://img.shields.io/badge/NSF-1948926-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1948926)

# Neotoma Current R Workshop

Репозиторий для проведения интерактивных семинаров по R. Этот репозиторий всегда будет содержать самую последнюю/текущую Neotoma Workshop. Все прошедшие семинары будут храниться в архивном репозитории [Neotoma Workshops](https://github.com/NeotomaDB/Workshops).

Этот репозиторий построен таким образом, что позволяет работать в онлайн режиме через RStudio с использованием Binder (и Docker). Щелкнув ссылку Binder, вы откроете RStudio в браузере пользователя.

**В данный момент, в этом репозитории хранится семинар, который будет проведен онлайн и называется: UQAM GEOTOP workshop**

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/NeotomaDB/Current_Workshop/main?urlpath=rstudio)

## Авторы

Это открытый проект и приветствуется вклад всех желающих. Участники проекта связаны [Правилами поведения](CODE_OF_CONDUCT.md). Пожалуйста, ознакомитесь с правилами и следуйте им, это является обязательным условием для участников проекта.

* [![orcid](https://img.shields.io/badge/orcid-0000--0002--7926--4935-brightgreen.svg)](https://orcid.org/0000-0002-7926-4935) [Socorro Dominguez Vidana](https://sedv8808.github.io/)

* [![orcid](https://img.shields.io/badge/orcid-0000--0002--2700--4605-brightgreen.svg)](https://orcid.org/0000-0002-2700-4605) [Simon Goring](http://goring.org)

* перевод: [Arsenii Galimov](https://ipae.uran.ru/Galimov_AT)
* испанский: [Deborah V. Espinosa-Martínez](https://orcid.org/0000-0002-3848-8094)
* Японский: [Socorro Dominguez Vidana](https://ht-data.com/about.html)

## Как использовать репозиторий

В репозитории содержится два разных R workflow (фиксированный пошаговый процесс обработки данных и отчетности): **сложный рабочий процесс** показывает как управлять хронологиями (*наборы данных Neotoma*) и изменять их с помощью пакета R, и **простой рабочий процесс**, который показывает как получить доступ к данным и выполнить относительно простой анализ. Эти рабочие процессы могут быть изменены под ваши задачи (например, сделать акцент на разные типы наборов данных или геопространственные данные).

Пользователи могут клонировать это рабочее пространство и модифицировать содержимое, но важно помнить, что ссылки Binder связаны именно с этим репозиторием и должны быть измененны посредством собственного Binder.

* `runtime.txt` Используется для определения среды R, которая будет использоваться Docker/Binder
* `apt.txt` Используется для определения набора пакетов необходимых для работы Binder/Docker с досутпом к пространственным данным из пакета R `neotoma2`.
1 change: 1 addition & 0 deletions 2024_Aarhus_SDMs/apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vim
Loading

0 comments on commit a336cf9

Please sign in to comment.