You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,35 +15,35 @@ Overview of the lessons:
15
15
* Data analysis and visualization in R or Python
16
16
* SQL for data management
17
17
18
-
An example of the ecology materials in the wild is this [Data Carpentry workshop at CalTech](http://www.datacarpentry.org/2015-11-23-caltech/) in 2015.
18
+
An example of the ecology materials in the wild is this [Data Carpentry workshop at CalTech](http://datacarpentry.org/2015-11-23-caltech/) in 2015.
19
19
20
20
## Detailed structure
21
21
22
22
### Day 1 morning: Data organization & cleaning
23
23
24
24
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.
The second lesson uses a spreadsheet-like program called [OpenRefine](http://openrefine.org/) to teach data cleaning and filtering, and to introduce scripting, regular expressions and APIs (application programming interfaces).
### Day 1 afternoon and Day 2 morning: Data analysis & visualization
35
35
36
36
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.
37
37
38
-
*[R lesson](http://www.datacarpentry.org/R-ecology-lesson/) and [Python lesson](http://www.datacarpentry.org/python-ecology-lesson/)
38
+
*[R lesson](http://datacarpentry.org/R-ecology-lesson/) and [Python lesson](http://datacarpentry.org/python-ecology-lesson/)
39
39
*[R repository](https://github.com/datacarpentry/R-ecology-lesson) and [Python repository](https://github.com/datacarpentry/python-ecology-lesson)
40
40
41
41
42
42
### Day 2 afternoon: Data management with SQL
43
43
44
44
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.
Copy file name to clipboardExpand all lines: index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ include a lesson on working with data in a relational database using SQL, at the
44
44
45
45
| Lesson | Overview |
46
46
| ------- | ---------- |
47
-
|[Data Organization in Spreadsheets for Ecologists](http://www.datacarpentry.org/spreadsheet-ecology-lesson/)| Learn how to organize tabular data, handle date formatting, carry out quality control and quality assurance and export data to use with downstream applications. |
48
-
|[Data Cleaning with OpenRefine for Ecologists ](http://www.datacarpentry.org/OpenRefine-ecology-lesson/)| Explore, summarize, and clean tabular data reproducibly. |
47
+
|[Data Organization in Spreadsheets for Ecologists](http://datacarpentry.org/spreadsheet-ecology-lesson/)| Learn how to organize tabular data, handle date formatting, carry out quality control and quality assurance and export data to use with downstream applications. |
48
+
|[Data Cleaning with OpenRefine for Ecologists ](http://datacarpentry.org/OpenRefine-ecology-lesson/)| Explore, summarize, and clean tabular data reproducibly. |
49
49
|[Data Analysis and Visualization in R for Ecologists](https://datacarpentry.org/R-ecology-lesson/)| Import data into R, calculate summary statistics, and create publication-quality graphics. |
50
50
|[Data Analysis and Visualization with Python for Ecologists](https://datacarpentry.org/python-ecology-lesson/)| Import data into Python, calculate summary statistics, and create publication-quality graphics. |
51
51
|[Data Management with SQL for Ecologists ](https://datacarpentry.org/sql-ecology-lesson/)| Structure data for database import. Query data within a relational database. |
0 commit comments