layout | root | lastupdated | contributors | maintainers | domain | topic | software | dataurl | status | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lesson |
. |
April 16, 2015 |
|
|
Ecology |
SQL |
SQL |
Teaching |
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. The lessons below were designed for those interested in working with {{page.domain %}} data in {{page.topic %}}.
Content Contributors: {{page.contributors | join: ', ' %}}
Lesson Maintainers: {{page.maintainers | join: ', ' %}}
{% for lesson in site.data.lessons %}
- [{{ lesson.name }}]({{ lesson.url }})
{% endfor %}
Data files for the workshop are available here: [{{page.dataurl %}}]({{page.dataurl %}})
Data Carpentry's teaching is hands-on, so participants are encouraged to use their own computers to ensure the proper setup of tools for an efficient workflow. These lessons assume no prior knowledge of the skills or tools, but working through this lesson requires working copies of the software described below. To most effectively use these materials, please make sure to install everything before working through this lesson.
{% if page.software == "Python" %} {% include pythonSetup.html %} {% elsif page.software == "Spreadsheets" %} {% include spreadsheetSetup.html %} {% elsif page.software == "R" %} {% include rSetup.html %} {% elsif page.software == "SQL" %} {% include sqlSetup.html %} {% else %} {% include anySetup.html %} {% endif %}
Twitter: @datacarpentry