layout | venue | address | country | language | latitude | longitude | humandate | humantime | timezone | startdate | enddate | instructor | helper | 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 |
|
|
|
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" %}
_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.
{% comment %} Check SWC curriculum {% endcomment %}
{% if site.carpentry == "swc" %} {% unless site.curriculum == "swc-inflammation" or site.curriculum == "swc-gapminder" %}
_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.
{% 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.
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. 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 is free via EventBrite. You will need a special code to register - please get in touch with Aleksandra Nenadic using your Manchester email address. 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).All participants (including instructors, helpers and observers) are required to abide by The Carpentries Code of Conduct.
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 %}
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 %}
Please be sure to complete these surveys before and after the workshop.
{% 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 %}
{% comment %} SYLLABUS
Show what topics will be covered.
- If your workshop is R rather than Python, remove the comment around that section and put a comment around the Python section.
- Some workshops will delete SQL.
- Please make sure the list of topics is synchronized with what you intend to teach.
- 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 %}
{% 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 %}
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 %}