Skip to content

Commit 565a786

Browse files
committed
setup.md: fix 'Data' section
1 parent e9cbda0 commit 565a786

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

setup.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ permalink: /setup/
55
---
66

77
> ## Data
8+
> Data for this lesson is from the Portal Project Teaching Database -
9+
> [available on FigShare](https://figshare.com/articles/Portal_Project_Teaching_Database/1314459).
10+
>
11+
> We will use the eight files listed below for the data in this lesson. Download these files to your computer either by clicking [this link ](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/datacarpentry/python-ecology-lesson/tree/gh-pages/data), which will give you everything in a single compressed file. You'll need to unzip this file after downloading it.
12+
>
13+
> Or download each file indvidually with the following links:
14+
>
15+
> - [surveys.csv](http://www.datacarpentry.org/python-ecology-lesson/data/surveys.csv)
16+
> - [species.csv](http://www.datacarpentry.org/python-ecology-lesson/data/species.csv)
17+
> - [speciesSubset.csv](http://www.datacarpentry.org/python-ecology-lesson/data/speciesSubset.csv)
18+
> - [surveys2001.csv](http://www.datacarpentry.org/python-ecology-lesson/data/survey2001.csv)
19+
> - [surveys2002.csv](http://www.datacarpentry.org/python-ecology-lesson/data/survey2002.csv)
20+
> - [plots.csv](http://www.datacarpentry.org/python-ecology-lesson/data/plots.csv)
21+
> - [bouldercreek_09_2013.txt](http://www.datacarpentry.org/python-ecology-lesson/data/bouldercreek_09_2013.txt)
22+
> - [SQL Database](http://www.datacarpentry.org/python-ecology-lesson/data/portal_mammals.sqlite)
823
{: .prereq}
9-
Data for this lesson is from the Portal Project Teaching Database -
10-
[available on FigShare](https://figshare.com/articles/Portal_Project_Teaching_Database/1314459).
11-
12-
We will use the eight files listed below for the data in this lesson. Download these files to your computer either by clicking [this link ](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/datacarpentry/python-ecology-lesson/tree/gh-pages/data), which will give you everything in a single compressed file. You'll need to unzip this file after downloading it.
13-
14-
Or download each file indvidually with the following links:
15-
16-
- [surveys.csv](http://www.datacarpentry.org/python-ecology-lesson/data/surveys.csv)
17-
- [species.csv](http://www.datacarpentry.org/python-ecology-lesson/data/species.csv)
18-
- [speciesSubset.csv](http://www.datacarpentry.org/python-ecology-lesson/data/speciesSubset.csv)
19-
- [surveys2001.csv](http://www.datacarpentry.org/python-ecology-lesson/data/survey2001.csv)
20-
- [surveys2002.csv](http://www.datacarpentry.org/python-ecology-lesson/data/survey2002.csv)
21-
- [plots.csv](http://www.datacarpentry.org/python-ecology-lesson/data/plots.csv)
22-
- [bouldercreek_09_2013.txt](http://www.datacarpentry.org/python-ecology-lesson/data/bouldercreek_09_2013.txt)
23-
- [SQL Database](http://www.datacarpentry.org/python-ecology-lesson/data/portal_mammals.sqlite)
2424

2525

2626

0 commit comments

Comments
 (0)