layout | venue | address | country | language | latitude | longitude | humandate | humantime | startdate | enddate | instructor | helper | collaborative_notes | eventbrite | material | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
workshop |
University of Michigan |
online |
us |
en |
45 |
-1 |
Dec 8-9, 2022 |
9:00am-4:30pm ET |
2022-12-08 |
2022-12-09 |
|
|
R for Plotting, The Unix Shell, Intro to git & GitHub, R for Data Analysis, Writing Reports with R Markdown |
{% 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.
{% 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 %} Some adblockers block the registration window. If you do not see the registration box below, please check your adblocker settings.
<iframe src="https://www.eventbrite.com/tickets-external?eid={{page.eventbrite}}&ref=etckt" frameborder="0" width="100%" height="280px" scrolling="auto"> </iframe> {% endif %}{% comment %} INTRODUCTION
Edit the general explanatory paragraph below if you want to change the pitch. {% endcomment %} {% 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 %}
{% 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 %}
{% 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 %} {% 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.
{% 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 %}{% 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: {% 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 below).
{% comment %} ACCESSIBILITY
Modify the block below if there are any barriers to accessibility or special instructions. {% endcomment %}
Accessibility: {% if online == "false" %} 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.
{% else %} We are dedicated to providing a positive and accessible learning environment for all. Please notify the instructors 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. {% endif %}{% 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.
Roles: To learn more about the roles at the workshop (who will be doing what), refer to our Workshop FAQ.
{% comment %} WHO CAN ATTEND?
If you would like to specify who can attend the workshop, you can use the section below.
Move the 'endcomment' tag above the beginning of the following
tag to make this section visible.
Edit the text to match who can attend the workshop. For instance:
- This workshop is open to affiliates to ABC university.
- This workshop is open to the public.
- If you are interested in attending this workshop, contact [email protected] for more information
Who can attend?: This workshop is open to ....
{% endcomment %}{% comment%} CODE OF CONDUCT {% endcomment %}
Everyone who participates in Carpentries activities is required to conform to the Code of Conduct. This document also outlines how to report an incident if needed.
Report a Code of Conduct Incident
{% 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 Slack channel for chatting and sharing URLs and bits of code. We will use this Etherpad document for collaborative notetaking
{% 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.
Small changes to the schedule can be made by modifying the
schedule.html
found in the _includes
folder for your
workshop type (swc
, lc
, or dc
). 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.
For larger changes, a blank template for a 4-day workshop
(useful for online teaching for instance) can be found in
_includes/custom-schedule.html
. Add the times, and what
you will be teaching to this file. You may also want to add
rows to the table if you wish to break down the schedule
further. To use this custom schedule here, replace the block
of code below the Schedule <h2>
header below with
{% include custom-schedule.html %}
.
{% endcomment %}
{% if site.carpentry == "swc" %} {% include swc/schedule.html %} {% elsif site.carpentry == "dc" %} {% include dc/schedule.html %} {% elsif site.carpentry == "lc" %} {% include lc/schedule.html %} {% endif %}
To participate in a {% if site.carpentry == "swc" %} Software Carpentry {% elsif site.carpentry == "dc" %} Data Carpentry {% elsif site.carpentry == "lc" %} Library Carpentry {% endif %} workshop, you will need to complete the Pre-workshop setup steps below. In addition, you will need an up-to-date web browser (e.g. Chrome or Firefox). You will not be able to participate in the workshop if you do not complete these steps ahead of time.
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.
If you get stuck, join the CoderSpaces Slack workspace and ask for help in the #install-party channel. We monitor that channel and will help you out as soon as we can!
All installation steps are required prior to receiving workshop Zoom link/meeting ID. Installation will take approximately 20-30 minutes to complete. Help is available in the #install-party channel or email ([email protected]) to set up a time for 1:1 installation troubleshooting.
- Install the following software (all instructions are below).
- Create a GitHub account if you do not already have one. You'll need to know the email associated with your account during the git lesson of the workshop.
- After you have installed everything above, download un-report.zip. You'll need the files included during the workshop.
- Move
un-report.zip
to your Desktop and unzip it (usually double-clicking it will work). - Start up RStudio. In the upper left menu, select
File
>Open
. In the window that opens, go to theun-report/
folder on your Desktop and select the filecheck_setup.R
to open it in RStudio. - Click the
Source
button to run the script. This script will make sure that everything is installed and setup correctly. You should see output printed to the console window (usually the lower left pane in RStudio). - Take a screenshot of (or copy & paste) the console output and send it via email to the lead instructor ({{email}}). Be sure to include the line starting with
source("
to the end.
- Move
{% if online != "false" %} {% include install_instructions/videoconferencing.html %} {% endif %}
{% comment %} These are the installation instructions for the tools used during the workshop. {% endcomment %}
{% 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 %}