Skip to content

Commit

Permalink
reshuffling to match swcarpentry#245 more closely
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristinaLK committed Jun 30, 2016
1 parent 5b36813 commit fb85181
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 27 deletions.
36 changes: 36 additions & 0 deletions _episodes/19-carpentries.md
Expand Up @@ -78,6 +78,42 @@ Its workshops are:

![Software Carpentry and Data Carpentry Comparison]({{ site.root }}/fig/10/SWCvsDC.png)

## Existing Lessons

Software Carpentry's most commonly used [lessons]({{ site.swc_site }}/lessons/) are:

* [The Unix Shell]({{site.github_io_url}}/shell-novice/)
* [Version Control with Git]({{site.github_io_url}}/git-novice/)
* [Programming with Python]({{site.github_io_url}}/python-novice-inflammation/)
* [Programming with R]({{site.github_io_url}}/r-novice-inflammation/)
* [R for Reproducible Scientific Analysis]({{site.github_io_url}}/r-novice-gapminder/)

Only one of the three programming lessons (Python or one of the R lessons) is used in a typical workshop.
Software Carpentry also maintains lessons on:

* [Version Control with Mercurial]({{site.github_io_url}}/hg-novice/)
* [Using Databases and SQL]({{site.github_io_url}}/sql-novice-survey/)
* [Programming with MATLAB]({{site.github_io_url}}/matlab-novice-inflammation/)
* [Automation and Make]({{site.github_io_url}}/make-novice/)

but these are less frequently used.

Data Carpentry's [lessons]({{ site.dc_site }}/lessons/)
are domain-specific and cover data organization, manipulation, and visualization skills
relevant to the target domain.
Currently, there are fully-developed workshops for:

* [Ecology]({{ site.dc_site }}/lessons/#ecology-workshop)
* [Genomics]({{ site.dc_site }}/lessons/#genomics-workshop)
* [Geospatial Data]({{ site.dc_site }}/lessons/#geospatial-data-workshop)

There are also materials in development and testing for:

* [Social Science]({{ site.dc_site }}/lessons/#social-science-materials)
* and [a semester-long Biology course]({{ site.dc_site }}/semester-biology/).

Other Data Carpentry lessons are in the incubator stage.

## Workshop Operations

We have recorded what we've learned about writing workshops
Expand Down
28 changes: 1 addition & 27 deletions _episodes/21-lessons.md
Expand Up @@ -348,24 +348,6 @@ core objectives in mind.

### Software Carpentry

Software Carpentry's most commonly used [lessons]({{ site.swc_site }}/lessons/) are:

* [The Unix Shell]({{site.github_io_url}}/shell-novice/)
* [Version Control with Git]({{site.github_io_url}}/git-novice/)
* [Programming with Python]({{site.github_io_url}}/python-novice-inflammation/)
* [Programming with R]({{site.github_io_url}}/r-novice-inflammation/)
* [R for Reproducible Scientific Analysis]({{site.github_io_url}}/r-novice-gapminder/)

Only one of the three programming lessons (Python or one of the R lessons) is used in a typical workshop.
Software Carpentry also maintains lessons on:

* [Version Control with Mercurial]({{site.github_io_url}}/hg-novice/)
* [Using Databases and SQL]({{site.github_io_url}}/sql-novice-survey/)
* [Programming with MATLAB]({{site.github_io_url}}/matlab-novice-inflammation/)
* [Automation and Make]({{site.github_io_url}}/make-novice/)

but these are less frequently used.

The main aim of the Unix shell lesson is to familiarize people with a handful of basic concepts
that crop up in many other areas of computing:

Expand Down Expand Up @@ -396,8 +378,7 @@ the mechanics of doing common operations in those languages.

Data Carpentry's [lessons]({{ site.dc_site }}/lessons/)
are domain-specific and cover data organization, manipulation, and visualization skills
relevant to the target domain.
Currently, there are fully-developed workshops for:
relevant to the target domain. These goals include:

* [Ecology]({{ site.dc_site }}/lessons/#ecology-workshop)
* Focuses on general data management skills (proper
Expand All @@ -408,13 +389,6 @@ Currently, there are fully-developed workshops for:
bioinformatics tools and how to use large-scale computing resources.
* [Geospatial Data]({{ site.dc_site }}/lessons/#geospatial-data-workshop)

There are also materials in development and testing for:

* [Social Science]({{ site.dc_site }}/lessons/#social-science-materials)
* and [a semester-long Biology course]({{ site.dc_site }}/semester-biology/).

Other Data Carpentry lessons are in the incubator stage.

### Lesson Development

As [stated earlier]({{ site.root }}/19-carpentries.md), the Software and
Expand Down

0 comments on commit fb85181

Please sign in to comment.