Skip to content

Commit c3c6da4

Browse files
authored
Merge pull request #33 from ethanwhite/no-www
Update index page to remove redirected www links
2 parents b16c226 + f4e4ae4 commit c3c6da4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,35 @@ Overview of the lessons:
1515
* Data analysis and visualization in R or Python
1616
* SQL for data management
1717

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.
1919

2020
## Detailed structure
2121

2222
### Day 1 morning: Data organization & cleaning
2323

2424
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.
2525

26-
* [spreadsheet lesson](http://www.datacarpentry.org/spreadsheet-ecology-lesson/)
26+
* [spreadsheet lesson](http://datacarpentry.org/spreadsheet-ecology-lesson/)
2727
* [spreadsheet repository](https://github.com/datacarpentry/spreadsheet-ecology-lesson)
2828

2929
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).
3030

31-
* [OpenRefine lesson](http://www.datacarpentry.org/OpenRefine-ecology-lesson/)
31+
* [OpenRefine lesson](http://datacarpentry.org/OpenRefine-ecology-lesson/)
3232
* [OpenRefine repository](https://github.com/datacarpentry/OpenRefine-ecology-lesson)
3333

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

3636
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.
3737

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/)
3939
* [R repository](https://github.com/datacarpentry/R-ecology-lesson) and [Python repository](https://github.com/datacarpentry/python-ecology-lesson)
4040

4141

4242
### Day 2 afternoon: Data management with SQL
4343

4444
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.
4545

46-
* [SQL lesson](http://www.datacarpentry.org/sql-ecology-lesson/)
46+
* [SQL lesson](http://datacarpentry.org/sql-ecology-lesson/)
4747
* [SQL repository](https://github.com/datacarpentry/sql-ecology-lesson)
4848

4949
## Other lessons

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ include a lesson on working with data in a relational database using SQL, at the
4444

4545
| Lesson | Overview |
4646
| ------- | ---------- |
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. |
4949
| [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. |
5050
| [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. |
5151
| [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

Comments
 (0)