Skip to content

Latest commit

 

History

History
256 lines (208 loc) · 12 KB

index.md

File metadata and controls

256 lines (208 loc) · 12 KB
layout venue address country language latitude longitude humandate humantime timezone startdate enddate instructor helper email collaborative_notes eventbrite
workshop
University of Manchester
online
gb
en
53.46674756854867
-2.2337120440390756
13 - 16 July 2021
9:30 - 12:30
BST (UTC+1)
2021-07-13
2021-07-16
Nilani Ganeshwaran
Robin Long
Michael Berks
Kamilla Kopec-Harding
Phil Reed
Mateusz Malenta
a.nenadic@manchester.ac.uk
153813138237

{% comment %} See instructions in the comments below for how to edit specific sections of this workshop template. {% endcomment %}

{% comment %} HEADER

Edit the values in the block above to be appropriate for your workshop. If the value is not 'true', 'false', 'null', or a number, please use double quotation marks around the value, unless specified otherwise. And run 'make workshop-check' before committing to make sure that changes are good. {% endcomment %}

{% comment %} Check DC curriculum {% endcomment %}

{% if site.carpentry == "dc" %} {% unless site.curriculum == "dc-ecology" or site.curriculum == "dc-genomics" or site.curriculum == "dc-socsci" or site.curriculum == "dc-geospatial" %}

It looks like you are setting up a website for a Data Carpentry curriculum but you haven't specified the curriculum type in the _config.yml file (current value in _config.yml: "{{ site.curriculum }}", possible values: dc-ecology, dc-genomics, dc-socsci, or dc-geospatial). After editing this file, you need to run make serve again to see the changes reflected.
{% endunless %} {% endif %}

{% comment %} Check SWC curriculum {% endcomment %}

{% if site.carpentry == "swc" %} {% unless site.curriculum == "swc-inflammation" or site.curriculum == "swc-gapminder" %}

It looks like you are setting up a website for a Software Carpentry curriculum but you haven't specified the curriculum type in the _config.yml file (current value in _config.yml: "{{ site.curriculum }}", possible values: swc-inflammation, or swc-gapminder). After editing this file, you need to run make serve again to see the changes reflected.
{% endunless %} {% endif %}

General Information

{% if site.carpentry == "swc" %} {% include swc/intro.html %} {% elsif site.carpentry == "dc" %} {% include dc/intro.html %} {% elsif site.carpentry == "lc" %} {% include lc/intro.html %} {% endif %}

This Software Carpentry workshop is organised jointly by colleagues from Methods@Manchester, the University of Manchester Library, the University of Manchester Research IT, and Manchester branch of the Software Sustainability Institute.

We are committed to providing a positive and accessible learning environment for all. Please notify the hosts in advance of the workshop if you require any accommodations or if there is anything we can do to make this workshop more accessible to you.

Audience

The workshop is aimed at the University of Manchester's postgraduate students and research and other staff who develop software or deal with or analyse data as part of their work. You don't need to have any previous knowledge of the tools that will be presented at the workshop - this is an introductory-level course.

When & Where

The workshop will be run online over 4 half-days, from {{page.humandate}}, {{page.humantime}}. We will meet using the online videoconference software Zoom. You will need to download and install Zoom client to connect with your instructors. The Zoom link to use for this event will be announced via email to registered participants.

Registration

Registration is free via EventBrite. You will need a special code to register - please get in touch with Aleksandra Nenadic using your Manchester email address.

Requirements

Participants must have a laptop/PC with a Mac, Linux, or Windows operating system (rather than a tablet, Chromebook, etc.) that they have administrative privileges on. They should have a few [specific software packages]({{site.baseurl}}/#setup) installed (listed below).

Code of Conduct

All participants (including instructors, helpers and observers) are required to abide by The Carpentries Code of Conduct.

Contact

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


{% comment %} Collaborative Notes

If you want to use an Etherpad, go to

https://pad.carpentries.org/YYYY-MM-DD-site

where 'YYYY-MM-DD-site' is the identifier for your workshop, e.g., '2015-06-10-esu'.

Note we also have a CodiMD (the open-source version of HackMD) available at https://codimd.carpentries.org {% endcomment %} {% if page.collaborative_notes %}

Collaborative Notes

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


{% endif %}

{% comment %} SURVEYS - DO NOT EDIT SURVEY LINKS {% endcomment %}

Surveys

Please be sure to complete these surveys before and after the workshop.

Pre-workshop survey

Post-workshop survey


{% comment %} 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. {% endcomment %}

Schedule

{% assign startdate = {{page.startdate}} | date: '%s' %} {% assign day1 = startdate | date_to_long_string %} {% assign day2 = startdate | plus: 86400 | date_to_long_string %} {% assign day3 = startdate | plus: 86400 | plus: 86400 | date_to_long_string %} {% assign day4 = startdate | plus: 86400 | plus: 86400 | plus: 86400 | date_to_long_string %}

Day 1, {{day1}}, {{page.humantime}} {{page.timezone}}

Automating Tasks with shell

Day 2, {{day2}}, {{page.humantime}} {{page.timezone}}

Building Programs with Python - Part 1

Day 3, {{day3}}, {{page.humantime}} {{page.timezone}}

Building Programs with Python - Part 2

Day 4, {{day4}}, {{page.humantime}} {{page.timezone}}

Version Control with Git

{% comment %} SYLLABUS

Show what topics will be covered.

  1. If your workshop is R rather than Python, remove the comment around that section and put a comment around the Python section.
  2. Some workshops will delete SQL.
  3. Please make sure the list of topics is synchronized with what you intend to teach.
  4. You may need to move the div's with class="col-md-6" around inside the div's with class="row" to balance the multi-column layout.

This is one of the places where people frequently make mistakes, so please preview your site before committing, and make sure to run 'tools/check' as well. {% endcomment %} {% comment %}

Syllabus

{% if site.carpentry == "swc" %} {% include swc/syllabus.html %} {% elsif site.carpentry == "dc" %} {% include dc/syllabus.html %} {% elsif site.carpentry == "lc" %} {% include lc/syllabus.html %} {% endif %}


{% endcomment %}

Setup

Installation instructions

To participate in this workshop, you will need to install all of the software described below before coming to the workshop. We will run a pre-workshop installation session to help everyone set up and make sure they have the required software installed.

{% if site.carpentry == "swc" %} {% include swc/setup.html %} {% elsif site.carpentry == "dc" %} {% include dc/setup.html %} {% elsif site.carpentry == "lc" %} {% include lc/setup.html %} {% endif %}

We maintain a list of common issues that occur during installation as a reference for instructors that may be useful on the Configuration Problems and Solutions wiki page.

{% comment %} These are the installation instructions for the tools used during the workshop. {% endcomment %}