forked from swcarpentry/2014-07-17-aspb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
133 lines (117 loc) · 5.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
layout: bootcamp
root: .
venue: American Society of Plant Biologists
address: Portland Hilton, Broadway I and II rooms, 921 SW 6th Ave, Portland, OR 97204
country: United-States
humandate: July 17-18, 2014
humantime: 9:00 am - 4:30 pm
startdate: 2014-07-17
enddate: 2014-07-18
latlng: 45.5175515,-122.6799365
registration: open
instructor: ["Sheldon McKay", "Randy Olson"]
contact: [email protected]
---
<h2>General Information</h2>
<p>
<a href="http://software-carpentry.org">Software Carpentry</a>'s mission
is to help scientists and engineers become more productive
by teaching them basic lab skills for computing
like program design, version control, data management, and task automation.
This two-day hands-on bootcamp will cover basic concepts and tools;
participants will be encouraged to help one another
and to apply what they have learned to their own research problems.
</p>
<!-- This block displays the instructors' names if they are available. -->
{% if page.instructor %}
<p>
<strong>Instructors:</strong>
{{page.instructor | join: ', ' %}}
</p>
{% endif %}
<!--
Modify this block to reflect the target audience for your bootcamp.
In particular, if it is only open to people from a particular institution,
or if specialized prerequisite knowledge is required, please mention that.
-->
<p>
<strong>Who:</strong>
The course is aimed at graduate students and other researchers.
</p>
<!--
This block displays the address and links to a map showing directions.
-->
{% if page.latlng %}
<p>
<strong>Where:</strong>
{{ page.address }}.
Get directions with
<a href="http://www.openstreetmap.org/?mlat={{ page.latlng | replace:',','&mlon=' }}&zoom=16">OpenStreetMap</a>
or
<a href="http://maps.google.com/maps?q={{ page.latlng }}">Google Maps</a>.
</p>
{% endif %}
<!--
Modify the block below if there are any special requirements.
-->
<p>
<strong>Requirements:</strong>
Participants must bring a laptop with a few specific software packages installed
(listed below).
</p>
<!--
This block automatically inserts a contact email address if one has been specified for the page.
If one hasn't, this block inserts the generic contact address for Software Carpentry.
-->
<p>
<strong>Contact</strong>:
Please mail
{% if page.contact %}
<a href='mailto:{{page.contact}}'>{{page.contact}}</a>
{% else %}
<a href='mailto:{{site.contact}}'>{{site.contact}}</a>
{% endif %}
for more information.
</p>
<hr/>
<!--
Edit this block to show the syllabus and schedule for your bootcamp.
-->
<h2>Schedule</h2>
<p>This schedule may be subject to change.</p>
<table class="table table-striped">
<tr> <td>Thursday</td><td>08:00 - 09:00</td> <td>Pre-workshop office hour</td> </tr>
<tr> <td></td> <td>09:00 - 09:30</td> <td>Introduction to iPlant, Kbase, and <a href="http://swcarpentry.github.io/2014-07-17-aspb/slides/pitch">Software Carpentry</a></td> </tr>
<tr> <td></td> <td>09:30 - 10:30</td> <td><a href="http://swcarpentry.github.io/2014-07-17-aspb/novice/shell/">Task automation with the Unix shell</a></td> </tr>
<tr> <td></td> <td>10:30 - 10:45</td> <td>Coffee break</td> </tr>
<tr> <td></td> <td>10:45 - 12:00</td> <td><a href="http://swcarpentry.github.io/2014-07-17-aspb/novice/shell/">Task automation with the Unix shell</a></td> </tr>
<tr> <td></td> <td>12:00 - 13:00</td> <td>Lunch break</td> </tr>
<tr> <td></td> <td>13:00 - 14:30</td> <td><a href="http://nbviewer.ipython.org/github/swcarpentry/2014-07-17-aspb/blob/gh-pages/intermediate/python/01-intro-python.ipynb">Python programming and analysis</a></td> </tr>
<tr> <td></td> <td>14:30 - 14:45</td> <td>Coffee break</td> </tr>
<tr> <td></td> <td>14:45 - 15:30</td> <td><a href="http://nbviewer.ipython.org/github/swcarpentry/2014-07-17-aspb/blob/gh-pages/intermediate/python/02-modularization-documentation.ipynb">Modularization and Documentation in Python</a></td> </tr>
<tr> <td></td> <td>15:30 - 16:30</td> <td>Kbase demo</td> </tr>
<tr> <td>Friday</td> <td>08:00 - 09:00</td> <td>Pre-workshop office hour</td> </tr>
<tr> <td></td> <td>09:00 - 10:30</td> <td><a href="http://swcarpentry.github.io/2014-07-17-aspb/lessons/swc-git/tutorial">Accessing and Creating Software History (Git Part 1)</a></td> </tr>
<tr> <td></td> <td>10:30 - 10:45</td> <td>Coffee break</td> </tr>
<tr> <td></td> <td>10:45 - 12:00</td> <td><a href="http://swcarpentry.github.io/2014-07-17-aspb/lessons/swc-git/tutorial">Sharing and Collaborating with GitHub (Git Part 2)</a></td> </tr>
<tr> <td></td> <td>12:00 - 13:00</td> <td>Lunch break</td> </tr>
<tr> <td></td> <td>13:00 - 14:15</td> <td><a href="http://nbviewer.ipython.org/github/swcarpentry/2014-07-17-aspb/blob/gh-pages/lessons/swc-python/python-06-testing.ipynb">Testing</a></td> </tr>
<tr> <td></td> <td>14:15 - 14:30</td> <td>Coffee break</td> </tr>
<tr> <td></td> <td>14:30 - 15:30</td> <td><a href="http://nbviewer.ipython.org/github/swcarpentry/2014-07-17-aspb/blob/gh-pages/lessons/thw-matplotlib/matplotlib-learner.ipynb">Plotting with matplotlib</a></td> </tr>
<tr> <td></td> <td>15:30 - 16:30</td> <td>iPlant demo</td> </tr>
</table>
<hr/>
<!--
Edit the setup instructions in _includes/setup.html to reflect your bootcamp.
(In particular, most bootcamps teach either Python or R, not both.)
-->
<h2>Setup</h2>
<p>
To participate in a Software 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)
<em>before</em> the start of your bootcamp.
</p>
{% include setup.html %}