-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
183 lines (165 loc) · 6.63 KB
/
index.html
File metadata and controls
183 lines (165 loc) · 6.63 KB
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
---
layout: workshop
root: .
venue: University of Southampton # brief name of host site
address: Room 3077, Building 32,
address2: School of Electronics and Computer Science,
address3: University Road # street address of home location
country: United-Kingdom # country (hyphenated if need be, like 'United-Kingdom')
language: en # language code like 'en' or 'fr'
latlng: 50.934039,-1.396167 # fractional latitude and longitude like 41.7901128,-87.6007318
humandate: Sep 17-18, 2015 # use the format 'Feb 17-18, 2020' (without the quotes)
humantime: 9:00 am - 4:30 pm # use the format '9:00 am - 4:30 pm' (without the quotes)
startdate: 2015-09-17 # use YYYY-MM-DD format like 2015-01-01
enddate: 2015-09-18 # use YYYY-MM-DD format like 2015-01-02
instructor: ["Steve Crouch", "John Robinson", "Devasena Inupakutika"] # list of names like ["Kay McNulty", "Betty Jennings", "Betty Snyder"]
helper: ["Olivier Philippe","Don Cruickshank"] # list of names like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"]
contact: s.hettrick@software.ac.uk # contact email address for workshop organizer
eventbrite: 18310989663
etherpad: https://etherpad.mozilla.org/SWC-Soton-Sep2015
---
<!--
HEADER
Edit the values in the block above to be appropriate for your
workshop. Run 'tools/check' *before* committing to make sure that
changes are good.
-->
<h2>General Information</h2>
<!--
INTRODUCTION
Edit the general explanatory paragraph below if you want to change
the pitch.
-->
<p align="justify">
<a href="{{site.swc_site}}">Software Carpentry</a>'s mission
is to help scientists and engineers get more research done in less
time and with less pain by teaching them basic lab skills for
scientific computing. This hands-on workshop will cover basic
concepts and tools, including building and designing programs in Python,
managing the development of code with version control in Git, and testing
the correctness of Python code using the Nose unit test framework. Participants will be encouraged to help one another.
</p>
<p align="center">
<em>
For more information on what we teach and why,
please see our paper
"<a href="http://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.1001745">Best Practices for Scientific Computing</a>".
</em>
</p>
<!--
AUDIENCE
Explain who your audience is. (In particular, tell readers if the
workshop is only open to people from a particular institution.
-->
<p align="justify">
<strong>Who:</strong>
The course is aimed at postgraduate students and postdoctoral scientists who are familiar with basic programming concepts (like loops, conditionals, arrays, and functions) and would like to learn best
practice techniques and tools to develop their software more effectively and productively.
</p>
<!--
LOCATION
This block displays the address and links to maps showing directions
if the latitude and longitude of the workshop have been set. You
can use http://itouchmap.com/latlong.html to find the lat/long of an
address.
-->
{% if page.latlng %}
<p>
<strong>Where:</strong>
{{page.address}}.
Get directions with
<a href="//www.openstreetmap.org/?mlat={{page.latlng | replace:',','&mlon='}}&zoom=16">OpenStreetMap</a>
or
<a href="//maps.google.com/maps?q={{page.latlng}}">Google Maps</a>.
</p>
{% endif %}
<!--
SPECIAL REQUIREMENTS
Modify the block below if there are any special requirements.
-->
<p align="justify">
<strong>Requirements:</strong> Participants <strong>must</strong> bring a laptop with
a few specific software packages installed (listed
<a href="prerequisites.html">here</a>). They are also required to abide by
Software Carpentry's
<a href="{{site.swc_site}}/conduct.html">Code of Conduct</a>.
</p>
<!--
CONTACT EMAIL ADDRESS
Display the contact email address set in the header. If an address
isn't set in the header, the Software Carpentry admin address is
used.
-->
<p>
<strong>Contact</strong>:
This workshop is being organised by the <a href='http://www.southampton.ac.uk/'>University of Southampton's</a> <a href='http://rsg.soton.ac.uk/'>Research Software Group</a>.
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/>
<!--
EVENTBRITE
This block includes the Eventbrite registration widget if
'eventbrite' has been set in the header. You can delete it if you
are not using Eventbrite, or leave it in, since it will not be
displayed if the 'eventbrite' field in the header is not set.
-->
{% if page.eventbrite %}
<iframe
src="https://www.eventbrite.com/tickets-external?eid={{page.eventbrite}}&ref=etckt"
frameborder="0"
width="100%"
height="250px"
scrolling="auto">
</iframe>
{% endif %}
<h2 margin=0px>What should I bring with me?</h2>
<p>
You must bring your own laptop! Before attending the workshop you need to install some useful and free software. For more information, <a href = "prerequisites.html">see the software prerequisites</a>.
</p>
<!--
SCHEDULE
Show the workshop's schedule. Edit the items and times in the table
to match your plans. You may also want to change 'Day 1' and 'Day
2' to be actual dates or days of the week.
-->
<h2 margin=0px>Schedule</h2>
<p>
Workshop schedule can be found at the <a href = "schedule.html">schedule page</a>.
</p>
</hr>
<!--
SETUP
Delete irrelevant sections from the setup instructions. Each
section is inside a 'div' without any classes to make the beginning
and end easier to find.
This is the other place where people frequently make mistakes, so
please preview your site before committing, and make sure to run
'tools/check' as well.
-->
<!--
ETHERPAD
Display the Etherpad for the workshop. You can set this up in
advance or on the first day; either way, make sure you push changes
to GitHub after you have its URL. To create an Etherpad, go to
http://etherpad.mozilla.org/YYYY-MM-DD-site
where 'YYYY-MM-DD-site' is the identifier for your workshop (e.g.,
'2015-06-10-esu'.
-->
<h2 margin=0px>Keep in touch during the workshop with Etherpad</h2>
{% if page.etherpad %}
<p>
<strong>Etherpad:</strong> <a href="{{page.etherpad}}">{{page.etherpad}}</a>.
<br/>
We will use this Etherpad for chatting, taking notes, and sharing URLs and bits of code.
</p>
{% endif %}
<h2 margin=0px>Register an interest in our course for possible future dates</h2>
<p>
If you're interested in our training, but can't make the date, you can <a href="https://docs.google.com/forms/d/1KW8DTErxhEXUJbtbwUfVw7s6AWwHKFNZNWSsALV2E0A/viewform">sign up to be notified</a> about future events.
</p>