Skip to content

Latest commit

 

History

History
252 lines (218 loc) · 9.48 KB

index.md

File metadata and controls

252 lines (218 loc) · 9.48 KB
layout carpentry venue address country language latlng humandate humantime startdate enddate instructor helper email collaborative_notes eventbrite
workshop
swc
QIMR Berghofer
Room 311 ITS training, Education Level 3 Central, 300 Herston Rd Herston QLD
au
en
-27.449561, 153.027266
Oct 3-4, 2018
9:00 am - 4:30 pm
2018-10-03
2018-10-04
Conrad Leonard
Scott Wood
Xiaping Lin
conrad.leonard@qimrberghofer.edu.au

{% 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 %} 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. {% endcomment %} {% if page.eventbrite %}

<iframe src="https://www.eventbrite.com/tickets-external?eid={{page.eventbrite}}&ref=etckt" frameborder="0" width="100%" height="280px" scrolling="auto"> </iframe> {% endif %}

General Information

{% comment %} INTRODUCTION

Edit the general explanatory paragraph below if you want to change the pitch. {% endcomment %} {% if page.carpentry == "swc" %} {% include sc/intro.html %} {% elsif page.carpentry == "dc" %} {% include dc/intro.html %} {% elsif page.carpentry == "lc" %} {% include lc/intro.html %} {% endif %}

{% 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 page.carpentry == "swc" %} {% include sc/who.html %} {% elsif page.carpentry == "dc" %} {% include dc/who.html %} {% elsif page.carpentry == "lc" %} {% include lc/who.html %} {% endif %}

{% comment %} 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 https://itouchmap.com/latlong.html to find the lat/long of an address. {% endcomment %} {% if page.latlng %}

Where: {{page.address}}. Get directions with OpenStreetMap or Google Maps.

{% endif %}

{% comment %} DATE

This block displays the date and links to Google Calendar. {% endcomment %} {% if page.humandate %}

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

{% endif %}

{% comment %} SPECIAL REQUIREMENTS

Modify the block below if there are any special requirements. {% endcomment %}

Requirements:

  • Participants must bring a laptop with a Mac, Linux, or Windows operating system (not a tablet, Chromebook, etc.) They are also required to abide by {% if page.carpentry == "swc" %} Software Carpentry's {% elsif page.carpentry == "dc" %} Data Carpentry's {% elsif page.carpentry == "lc" %} Library Carpentry's {% endif %} Code of Conduct.
  • An account on the Institute's HPC environment.
  • If using the QIMR-Guest or eduroam wireless networks, users must contact ITS to ensure they have working access to the QIMR VPN.
  • An ssh client to connect to the HPC. On Linux and Mac, this is likely in the base install. Windows users may need to submit a ticket to ITS requesting a copy of PuTTY be installed.
  • A X-Server on their laptop. For Linux laptops, this will likely already be installed. Windows users may need to submit a ticket to ITS requesting a copy of XMing be installed. Mac users may need to submit a ticket to ITS requesting a copy of XQuartz be installed.

{% comment %} ACCESSIBILITY

Modify the block below if there are any barriers to accessibility or special instructions. {% endcomment %}

Accessibility: We are committed to making this workshop accessible to everybody. The workshop organizers have checked that:

  • The room is wheelchair / scooter accessible.
  • Accessible restrooms are available.

Materials will be provided in advance of the workshop and large-print handouts are available if needed by notifying the organizers in advance. If we can help making learning easier for you (e.g. sign-language interpreters, lactation facilities) please get in touch (using contact details below) and we will attempt to provide them.

{% comment %} CONTACT EMAIL ADDRESS

Display the contact email address set in the configuration file. {% endcomment %}

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.

Collaboration: We will be using an interactive etherpad for discussion and examples at http://bionode06.adqimr.ad.lan:9001/p/SWC_2018_Q3


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

Surveys

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

{% if site.carpentry == "swc" %}

Pre-workshop Survey

Post-workshop Survey

{% elsif site.carpentry == "dc" %}

Pre-workshop Survey

Post-workshop Survey

{% elsif site.carpentry == "lc" %}

Pre-workshop Survey

Post-workshop Survey

{% endif %}

Setup

Day 1

Download the shell-novice-data.zip file and extract it to your /working/[lab_head]/[user] directory on the HPC.

Day 2

Download the gapminder dataset and extract it to your /working/[lab_head]/[user] directory on the HPC.


{% comment %} Collaborative Notes

If you want to use an Etherpad, go to

  http://pad.software-carpentry.org/YYYY-MM-DD-site

where 'YYYY-MM-DD-site' is the identifier for your workshop, e.g., '2015-06-10-esu'. {% endcomment %} {% if page.collaborative_notes %}

Collaborative Notes

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

{% endif %}

{% include syllabus.html %}