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.
Our curriculum includes:
Data Carpentry's teaching is hands-on, so participants are required to bring their own laptops. (We will provide instructions on setting up the required software several days in advance There are no pre-requisites, and we will assume no prior knowledge about the tools.
Updates will be posted to this website as they become available.
Instructors: Ian Munoz, Mike Smorul
Assistants: Donal Heidenblad, Andrea Wiggins, Susan Winters
Who: The course is aimed at doctoral students, postdocs, research staff, and other researchers.
Where: 2119 Hornbake South, College Park, MD. Get directions with OpenStreetMap or Google Maps The class will be in 2119 Hornbake South (enter through the doors closest to Campus Drive, not the main doors to the Hornbake Library).
Requirements: Participants must bring a laptop with a few specific software packages installed.
Contact: Please email msmorul@sesync.org for questions and information not covered here.
Twitter: #umddc
Etherpad: https://etherpad.mozilla.org/umd-2015-01-15
This class is supported by the National Socio-Environmental Synthesis Center (SESYNC), Maryland's iSchool, and the Center for the Advanced Study of Communities and Information (CASCI)
Data Carpentry is a partnership of several NSF-funded BIO Centers (NESCent, iPlant, iDigBio, BEACON and SESYNC) and Software CarpentryThe structure and objectives of the curriculum as well as the teaching style are informed by Software Carpentry.
Tuition for the course is free, but prior registration is required for attending it. In order to provide the best experience class size is limited to 30. Registration is through EventBrite, see below.
Registration FormThursday | 09:00 | Thinking beyond Excel; data wrangling in the shell |
Coffee will be served at 10:30. | ||
12:00 | Lunch break | |
13:00 | Data analysis in R | |
Coffee will be served at 14:30. | ||
16:00 | Wrap-up | |
Friday | 09:00 | Managing data with SQL |
Coffee will be served at 10:30. | ||
12:00 | Lunch break | |
13:00 | Bringing it all together, an end-to-end workflow | |
Coffee will be served at 14:30. | ||
16:00 | Wrap-up |
Plotting in R
To participate in a Data Carpentry bootcamp, you will need working copies of the software described below. Please make sure to install everything (or at least to download the installers) before the start of your bootcamp.
When you're writing scripts or text, it's nice to have a text editor that is optimized for writing code, with features like automatic color-coding of key words. The default text editor on Mac OS X and Linux is usually set to Vim, which is not famous for being intuitive. if you accidentally find yourself stuck in it, try typing the escape key, followed by ':q!' (colon, lower-case 'q', exclamation mark), then hitting Return to return to the shell. (This will lose any unsaved changes to the file.)
Bash is a commonly-used shell. Using a shell gives you more power to do more tasks more quickly with your computer.
R is a programming language that specializes in statistical computing. It is a powerful tool for exploratory data analysis. To interact with R, we will use RStudio, an interactive development environment (IDE).
SQL is a specialized programming language used with databases. We use a simple database manager called SQLite, either directly or through a browser plugin.
Notepad++ is a popular free code editor for Windows. Be aware that you must add its installation directory to your system path in order to launch it from the command line (or have other tools like Git launch it for you). Please ask your instructor to help you do this.
Install Git (version control) and a Bash shell for Windows from the msysGit project's homepage. This will provide you with Bash in the Git Bash program.
Other tools used in Data Carpentry have been packaged up by Software Carpentry in an installer. This installer requires an active internet connection.
Install R by downloading and running this .exe file from CRAN. Also, please install the RStudio IDE.
Install the Firefox SQLite browser plugin described below.
The default shell in all versions of Mac OS X is bash,
so no need to install anything. You access bash from
the Terminal (found
in /Applications/Utilities
). You may want
to keep Terminal in your dock for this workshop.
We recommend
Text Wrangler or
Sublime Text.
In a pinch, you can use nano
,
which should be pre-installed.
Install R by downloading and running this .pkg file from CRAN. Also, please install the RStudio IDE.
sqlite3
comes pre-installed on Mac OS X.
Also install the Firefox SQLite browser plugin described below.
The default shell is usually bash
,
but if your machine is set up differently
you can run it by opening a terminal and typing bash
.
There is no need to install anything.
Kate is one option for Linux users.
In a pinch, you can use nano
,
which should be pre-installed.
You can download the binary files for your distribution
from CRAN. Or
you can use your package manager, e.g. for Debian/Ubuntu
run apt-get install r-base
. Also, please install
the
RStudio IDE.
sqlite3
comes pre-installed on Linux.
Also install the Firefox SQLite browser plugin described below.
Instead of using sqlite3
from the command line,
you may use this plugin
for Firefox instead.
To install it: