Skip to content

Latest commit

 

History

History
154 lines (134 loc) · 7.12 KB

File metadata and controls

154 lines (134 loc) · 7.12 KB
layout venue address country language latitude longitude humandate humantime startdate enddate instructor helper email collaborative_notes eventbrite
workshop
University of Manchester
Collab 1 & 2, Kilburn Building, Oxford Rd, Manchester M13 9PL
gb
en
53.46755727789872
-2.234002998130301
18 - 22 March 2024
9:30 - 16:30 BST (UTC + 1)
2024-03-18
2024-03-22
Doug Lowe
Ann Gledson
Anja Le Blanc
Aman Goel
Aleksandra Nenadic
Emma Simpson
Scott Archer-Nicholls
anja.leblanc@manchester.ac.uk

General Information

This course aims to teach a core set of established, intermediate-level software development skills and best practices for working as part of a team in a research environment using Python as an example programming language. It focusses on researchers from the Natural Environment Research Council (NERC) domain as it uses the dataset from the river catchment study project but is general enough to be attended by participants without this specialism.

{% comment %} AUDIENCE

Explain who your audience is. (In particular, tell readers if the workshop is only open to people from a particular institution. {% endcomment %} {% if site.carpentry == "swc" %} {% include swc/who.html %} {% elsif site.carpentry == "dc" %} {% include dc/who.html %} {% elsif site.carpentry == "lc" %} {% include lc/who.html %} {% endif %}

{% assign begin_address = page.address | slice: 0, 4 | downcase %} {% if page.address == "online" %} {% assign online = "true_private" %} {% elsif begin_address contains "http" %} {% assign online = "true_public" %} {% else %} {% assign online = "false" %} {% endif %} {% if page.latitude and page.longitude and online == "false" %}

Where: {{page.address}} (get directions with OpenStreetMap or Google Maps). Participants joining online will receive separate joining instructions via email.

{% elsif online == "true_public" %}

Where: online at {{page.address}}. If you need a password or other information to access the training, the instructor will pass it on to you before the workshop.

{% elsif online == "true_private" %}

Where: This training will take place online. The instructors will provide you with the information you will need to connect to this meeting.

{% endif %}

{% if page.humandate %}

When: {{page.humandate}}. {% include workshop_calendar.html %}

{% endif %}

Requirements: {% if online == "false" %} Participants must bring a laptop with a Mac, Linux, or Windows operating system (not a tablet, Chromebook, etc.) that they have administrative privileges on. {% else %} Participants must have access to a computer with a Mac, Linux, or Windows operating system (not a tablet, Chromebook, etc.) that they have administrative privileges on. {% endif %} They should have a few specific software packages installed (listed at the setup page).

Accessibility: We are committed to making this workshop accessible to everybody. The teaching room is wheelchair accessible and accessible restrooms are available.

Code of Conduct: Everyone who participates in the workshop is required to conform to the Code of Conduct. Please get in touch with the workshop contact in case of any incidents.

Contact: Please email {% if page.email %} {% for email in page.email %} {% if forloop.last and page.email.size > 1 %} or {% else %} {% unless forloop.first %} , {% endunless %} {% endif %} {{email}} {% endfor %} {% else %} to-be-announced {% endif %} for more information.


{% if page.collaborative_notes %}

Collaborative Notes

We will use this collaborative document for chatting, taking notes, and sharing URLs and bits of code.


{% endif %}

Setup

You will need the following software installed and working correctly on your system to be able to follow the course.


Course Material

Course material is available online.


{% comment %}

Schedule

The schedule below is approximate and subject to change.

{% include custom-schedule.html %} {% endcomment %}