Skip to content

Commit

Permalink
added softare lesson links.
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelslaybaugh committed Jun 5, 2017
1 parent f026c11 commit 1ed90a0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions general-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ practices.
Codes and Software is a place with links for documentation on the software we
use and develop.

[Software Carpentry](./software-carpentry.md) contains links to modules to teach
yourself or brush up on basic software skills.

Here are some [technical resources](https://docs.google.com/document/d/1A58l0Vp_A00_6rUjTZlvIjaIeejF2Xi1X-RKNJi7QcE/edit?usp=sharing) for scientific computing and introductory transport.

A list of Fellowships that might be relevant is
Expand Down
16 changes: 16 additions & 0 deletions general-resources/software-carpentry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Software Skills and Carpentry

Our group does many things that center around software development and use. As
such, we all need some basic software skills. Here are some great resrouces to
help get up to speed or brush up some rusty areas, taken or derived from
[Software Carpentry](https://software-carpentry.org/)

### Self-Directed Lessons
* [System Setup](https://github.com/rachelslaybaugh/NE24/blob/gh-pages/setup.md)
* [Shell](https://github.com/rachelslaybaugh/shell-novice)
* [Git](https://github.com/rachelslaybaugh/git-novice)
* [Testing](http://rachelslaybaugh.github.io/python-testing/)
* [Documentation](https://github.com/rachelslaybaugh/NE24/blob/gh-pages/documentation/documentation.ipynb)
* [Make and Automation](http://swcarpentry.github.io/make-novice/)
* [LaTeX](https://github.com/rachelslaybaugh/LaTeXIntro)
* [Jupyter](https://github.com/rachelslaybaugh/ucb-ipython-intro)

0 comments on commit 1ed90a0

Please sign in to comment.