An open API service indexing awesome lists of open source software.

https://github.com/datacarpentry/ecology-workshop

Ecology Workshop Overview
https://github.com/datacarpentry/ecology-workshop

carpentries data-carpentry ecology english stable workshop

Last synced: 2 months ago
JSON representation

Ecology Workshop Overview

Awesome Lists containing this project

README

          

# ecology-workshop

## Overview of the ecology workshop

Data Carpentry's aim is to teach researchers basic concepts, skills, and tools for working with data so that they can get more done in less time, and with less pain. This workshop uses a tabular ecology dataset and teaches data cleaning, management, analysis and visualization. There are no pre-requisites, and the materials assume no prior knowledge about the tools.

The workshop uses a single tabular data set that contains observations about adorable small mammals over a long period of time in Arizona. See `data.md` for more information about this data set, including the download location.

The workshop can be taught using R or Python as the base language.

Overview of the lessons:

1. Data organization in spreadsheets and data cleaning with OpenRefine

- Introduction to R or Python
- Data analysis and visualization in R or Python
- SQL for data management

An example of the ecology materials in the wild is this [Data Carpentry workshop at CalTech](https://datacarpentry.org/2015-11-23-caltech/) in 2015.

## Detailed structure

### Day 1 morning: Data organization \& cleaning

There are two lessons in this section. The first is a spreadsheet lesson that teaches good data organization, and some data cleaning and quality control checking in a spreadsheet program.

- [spreadsheet lesson](https://datacarpentry.org/spreadsheet-ecology-lesson/)
- [spreadsheet repository](https://github.com/datacarpentry/spreadsheet-ecology-lesson)

The second lesson uses a spreadsheet-like program called [OpenRefine](https://openrefine.org/) to teach data cleaning and filtering, and to introduce scripting, regular expressions and APIs (application programming interfaces).

- [OpenRefine lesson](https://datacarpentry.org/OpenRefine-ecology-lesson/)
- [OpenRefine repository](https://github.com/datacarpentry/OpenRefine-ecology-lesson)

### Day 1 afternoon and Day 2 morning: Data analysis \& visualization

These lessons includes a basic introduction to R or Python syntax, importing CSV data, and subsetting and merging data. It finishes with calculating summary statistics and creating simple plots.

- [R lesson](https://datacarpentry.org/R-ecology-lesson/) and [Python lesson](https://datacarpentry.org/python-ecology-lesson/)
- [R repository](https://github.com/datacarpentry/R-ecology-lesson) and [Python repository](https://github.com/datacarpentry/python-ecology-lesson)

### Day 2 afternoon: Data management with SQL

This lesson introduces the concept of a database using SQLite, how to structure data for easy database import, and how to import tabular data into SQLite. Then, it teaches basic queries, combining results and doing queries across multiple tables.

- [SQL lesson](https://datacarpentry.org/sql-ecology-lesson/)
- [SQL repository](https://github.com/datacarpentry/sql-ecology-lesson)

## Other lessons

There are a number of other ecology lessons that are not part of the base workshop. Some of these are no longer taught, and some are only taught at extended workshops.

- [shell-ecology](https://github.com/datacarpentry/shell-ecology)
- [R-dplyr-ecology-archived](https://github.com/datacarpentry/R-dplyr-ecology-archived)
- [scripting-ecology](https://github.com/datacarpentry/scripting-ecology)
- [R-ggplot2-ecology](https://github.com/datacarpentry/R-ggplot2-ecology)