--- layout: workshop # DON'T CHANGE THIS. # More detailed instructions (including how to fill these variables for an # online workshop) are available at # https://carpentries.github.io/workshop-template/customization/index.html venue: "FIXME" # brief name of the institution that hosts the workshop without address (e.g., "Euphoric State University") address: "FIXME" # full street address of workshop (e.g., "Room A, 123 Forth Street, Blimingen, Euphoria"), videoconferencing URL, or 'online' country: "FIXME" # lowercase two-letter ISO country code such as "fr" (see https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes) for the institution that hosts the workshop language: "FIXME" # lowercase two-letter ISO language code such as "fr" (see https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) for the workshop latitude: "45" # decimal latitude of workshop venue (use https://www.latlong.net/) longitude: "-1" # decimal longitude of the workshop venue (use https://www.latlong.net) humandate: "FIXME" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") humantime: "FIXME" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)" startdate: FIXME # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 enddate: FIXME # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 instructor: ["instructor one", "instructor two"] # boxed, comma-separated list of instructors' names as strings, like ["Kay McNulty", "Betty Jennings", "Betty Snyder"] helper: ["helper one", "helper two"] # boxed, comma-separated list of helpers' names, like ["Marlyn Wescoff", "Fran Bilas", "Ruth Lichterman"] email: ["first@example.org","second@example.org"] # boxed, comma-separated list of contact email addresses for the host, lead instructor, or whoever else is handling questions, like ["marlyn.wescoff@example.org", "fran.bilas@example.org", "ruth.lichterman@example.org"] collaborative_notes: # optional: URL for the workshop collaborative notes, e.g. an Etherpad or Google Docs document (e.g., https://pad.carpentries.org/2015-01-01-euphoria) eventbrite: # optional: alphanumeric key for Eventbrite registration, e.g., "1234567890AB" (if Eventbrite is being used) what3words: # optional: what3words (https://what3words.com) address of the workshop venue, without leading slashes e.g. "globe.lessening.computers" --- {% 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 %} 8< ============= For a workshop delete from here ============= For a workshop please delete the following block until the next dashed-line {% endcomment %}
_config.yml file (current value in _config.yml: "{{ site.curriculum }}", possible values: dc-image, dc-astronomy, 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.
_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.
The Carpentries project comprises the Software Carpentry, Data Carpentry, and Library Carpentry communities of Instructors, Trainers, Maintainers, helpers, and supporters who share a mission to teach foundational computational and data science skills to researchers.
Want to learn more and stay engaged with The Carpentries? Carpentries Clippings is The Carpentries' biweekly newsletter, where we share community news, community job postings, and more. Sign up to receive future editions and read our full archive: https://carpentries.org/newsletter/
{% 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 %} {% if site.pilot %} This is a pilot workshop, testing out a lesson that is still under development. The lesson authors would appreciate any feedback you can give them about the lesson content and suggestions for how it could be further improved. {% 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://www.latlong.net/ 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. {% if page.what3words %} What3Words location: ///{{page.what3words}}. {%endif %}
{% 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}}; {{page.humantime}} {% 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: We are committed to making this workshop accessible to everybody. {% if online == "false" %} The workshop organizers have checked that:
We are dedicated to providing a positive and accessible learning environment for all. We do not require participants to provide documentation of disabilities or disclose any unnecessary personal information. However, we do want to help create an inclusive, accessible experience for all participants. We encourage you to share any information that would be helpful to make your Carpentries experience accessible. To request accessibility support for this workshop, please fill out the accessibility support request form. If you have questions or need assistance with the accessibility support form please email us.
Glosario is a multilingual glossary for computing and data science terms. The glossary helps learners attend workshops and use our lessons to make sense of computational and programming jargon written in English by offering it in their native language. Translating data science terms also provides a teaching tool for Carpentries Instructors to reduce barriers for their learners.
{% comment %} WORKSHOP RECORDINGS Modify or remove the block below if you plan to record the workshop. {% endcomment %}Workshop Recordings: Carpentries workshops are designed to be interactive rather than lecture-based, with lessons that build upon one another. To foster a positive online learning environment, we strongly recommend that participants join in real time. As a result, workshop recordings are not recommended and may not be available to learners.
{% 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 followingtag 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 me@example.com for more information
Who can attend?: This workshop is open to ....
{% 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.
We will use this collaborative document for chatting, taking notes, and sharing URLs and bits of code.
Please be sure to complete these surveys before and after the workshop.
{% if site.carpentry == "incubator" %} {% elsif site.incubator_pre_survey or site.incubator_post_survey %}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 access to software as described below. In addition, you will need an up-to-date web browser.
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 %} For online workshops, the section below provides: - installation instructions for the Zoom client - recommendations for setting up Learners' workspace so they can follow along the instructions and the videoconferencing If you do not use Zoom for your online workshop, edit the file `_includes/install_instructions/videoconferencing.html` to include the relevant installation instructions. {% endcomment %} {% 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 %} {% elsif site.carpentry == "incubator" %} Please check the "Setup" page of the lesson homepage for instructions to follow to obtain the software and data you will need to follow the lesson. {% endif %}