Skip to content

Latest commit

 

History

History
585 lines (511 loc) · 26.2 KB

File metadata and controls

585 lines (511 loc) · 26.2 KB
venue Vrije Universiteit
address 105 De Boelelaan
country nl
language en
latitude 45
longitude -1
humandate Sep 30 - Oct 21, 2026
humantime 10:00 am - 15:00 pm CET
startdate 2026-09-30
enddate 2026-10-21
instructor
Charlie Greene
Anouk Vlug
helper
email
c.c.greene@vu.nl
collaborative_notes https://pad.carpentries.org/2026-09-30-Amsterdam
eventbrite
what3words
layout workshop

{% assign isOfficial = site.official_curricula | has: site.carpentry %}

{% if page.venue == "FIXME" or page.address == "FIXME" or page.country == "FIXME" or page.language == "FIXME" or page.latitude == "FIXME" or page.longitude == "FIXME" or page.humandate == "FIXME" or page.humantime == "FIXME" or page.startdate == "FIXME" or page.enddate == "FIXME" %} {% assign fixmes = true %} {% endif %}

{% if fixmes %}

This is the Carpentries workshop template. Fill in the required variables as described in the customisation instructions to remove this message.

If you are running a self-organized workshop or have not put in a workshop request yet, please also fill in this workshop request form to let us know about your workshop and our administrator may contact you if we need any extra information.

If this is a pilot workshop for a new lesson, set the pilot field to true in _config.yml. For workshops teaching a lesson in The Carpentries Incubator, remember to uncomment and supply values for incubator_lesson_site, incubator_pre_survey, and incubator_post_survey fields in _config.yml.

{% endif %}

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

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

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

{% 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.

<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script> <script type="text/javascript"> window.EBWidgets.createWidget({ // Required widgetType: 'checkout', eventId: {{page.eventbrite}}, iframeContainerId: 'eventbrite-widget-container', }); </script> {% endif %}

{% comment %} INTRODUCTION

Edit the general explanatory paragraph below if you want to change the pitch. {% endcomment %}

The Carpentries

The Carpentries project comprises the Data Carpentry, High-Performance Computing Carpentry, Library Carpentry, and Software Carpentry communities of Instructors, Trainers, Maintainers, helpers, and supporters who share a mission to teach foundational computational and data science skills to researchers.

{% assign intro_file = site.carpentry | append: '/intro.html' %} {% if isOfficial %} {% include {{ intro_file }} %} {% endif %}
Carpentries Clippings

Want to learn more and stay engaged with The Carpentries?

Carpentries Clippings is The Carpentries' monthly newsletter, where we share community news, community job postings, and more.

Sign up to our newsletter

Code of Conduct
{% comment%} CODE OF CONDUCT {% endcomment %}

Everyone who participates in Carpentries activities is required to conform to the Code of Conduct, which also outlines how to report an incident if needed.

    <p class="text-center">
    <a href="https://goo.gl/forms/KoUfO53Za3apOuOK2">
        <button type="button" class="btn btn-info">Report a Code of Conduct Incident</button>
    </a>
    </p>
  </div>
</div>

{% 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 %} 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 %}

Workshop Logistics
Who
{% comment %} AUDIENCE
        Explain who your audience is.  (In particular, tell readers if the
        workshop is only open to people from a particular institution.
        {% endcomment %}
        {% assign who_file = site.carpentry | append: '/who.html' %}
        {% if isOfficial %}
        {% include {{ who_file }} %}
        {% endif %}    
    </dd>
</div>
<div class="row">
    <dt class="col-sm-2 col-md-2 py-2 px-3 bg-body-light text-body-secondary fw-bold">Where</dt>
    <dd class="col py-2 px-3 mx-0 mb-0">
        {% if page.latitude and page.longitude and online == "false" %}    
            {{page.address}}.
            Get directions with
            <a href="//www.openstreetmap.org/?mlat={{page.latitude}}&mlon={{page.longitude}}&zoom=16">OpenStreetMap</a>
            or
            <a href="//maps.google.com/maps?q={{page.latitude}},{{page.longitude}}">Google Maps</a>.
            {% if page.what3words %}
                What3Words location:
                <a href="https://what3words.com/{{page.what3words}}">///{{page.what3words}}</a>.
            {%endif %}
            {% elsif online == "true_public" %}
                <p id="where">
                    Online at <a href="{{page.address}}">{{page.address}}</a>.
                    If you need a password or other information to access the training,
                    the instructor will pass it on to you before the workshop.
                </p>
            {% elsif online == "true_private" %}
                <p id="where">
                    This training will take place online.
                    The instructors will provide you with the information you will need to connect to this meeting.
                </p>
            {% endif %}        
    </dd>
</div>
<div class="row">
    <dt class="col-sm-2 col-md-2 py-2 px-3 bg-body-light text-body-secondary fw-bold">When</dt>
    <dd class="col py-2 px-3 mx-0 mb-0">
        {% comment %}
        DATE

        This block displays the date and links to Google Calendar.
        {% endcomment %}
        {% if page.humandate %}
            <p id="when">
                {{page.humandate}}; {{page.humantime}}
                {% include workshop_calendar.html %}
            </p>
        {% endif %}    
    </dd>
</div>
<div class="row">
    <dt class="col-sm-2 col-md-2 py-2 px-3 bg-body-light text-body-secondary fw-bold">Requirements</dt>
    <dd class="col py-2 px-3 mx-0 mb-0">
        {% comment %}
        SPECIAL REQUIREMENTS

        Modify the block below if there are any special requirements.
        {% endcomment %}
        <p id="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 <a href="#setup">below</a>).
        </p>
    </dd>  
</div>
<div class="row">
    <dt class="col-sm-2 col-md-2 py-2 px-3 bg-body-light text-body-secondary fw-bold">Accessibility</dt>
    <dd class="col py-2 px-3 mx-0 mb-0">
        {% comment %}
        ACCESSIBILITY

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

        <p id="accessibility">
        We are committed to making this workshop accessible to everybody. 
        {% if online == "false" %}
            The workshop organizers have checked that:
            <br/>
            <ul>
                <li>The room is wheelchair / scooter accessible.</li>
                <li>Accessible restrooms are available.</li>
            </ul>
        {% endif %}
        </p>
        <p>
        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 
        <a href="https://carpentries.typeform.com/to/B2OSYaD0">accessibility support request form</a>.
        If you have questions or need assistance with the accessibility support form please <a href="mailto:team@carpentries.org">email us</a>.
        </p>
        <p>
        <a href="https://glosario.carpentries.org/">Glosario</a> 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.
        </p>
    </dd>
</div>
<div class="row">
    <dt class="col-sm-2 col-md-2 py-2 px-3 bg-body-light text-body-secondary fw-bold">Workshop Recordings</dt>
    <dd class="col py-2 px-3 mx-0 mb-0">
        {% comment %}
        WORKSHOP RECORDINGS

        Modify or remove the block below if you plan to record the workshop.
        {% endcomment %}
        <p id="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.
        </p>
    </dd>
</div>
<div class="row">
    <dt class="col-sm-2 col-md-2 py-2 px-3 bg-body-light text-body-secondary fw-bold">Contact</dt>
    <dd class="col py-2 px-3 mx-0 mb-0">
        {% comment %}
        CONTACT EMAIL ADDRESS

        Display the contact email address set in the configuration file.
        {% endcomment %}
        <p id="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 %}
        <a href='mailto:{{email}}'>{{email}}</a>
        {% endfor %}
        {% else %}
        to-be-announced
        {% endif %}
        for more information.
        </p>
    </dd>
</div>

<div class="row">
    <dt class="col-sm-2 col-md-2 py-2 px-3 bg-body-light text-body-secondary fw-bold">Workshop FAQ</dt>
    <dd class="col py-2 px-3 mx-0 mb-0">
        <p id="workshops-faq">
        For answers to frequently asked questions about workshops,
        refer to <a href="https://carpentries.org/workshops/workshops-faq">the Carpentries Workshop FAQ</a>.
        </p>    
    </dd>
</div>

<!-- <div class="row">
    <dt class="col-sm-2 col-md-2 py-2 px-3 bg-body-light text-body-secondary fw-bold">Accessibility</dt>
    <dd class="col py-2 px-3 mx-0 mb-0">
    
    </dd>
</div> -->

</dl>

{% 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 me@example.com for more information

Who can attend?: This workshop is open to ....

{% endcomment %}

{% 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.

{% endif %}

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

Surveys
Pre-Workshop Survey

Please fill out this survey before attending the workshop.

{% if site.carpentry == "incubator" %} Pre-workshop Survey {% elsif site.incubator_pre_survey %}
WARNING: you have defined custom pre- and/or post-survey links for a workshop not configured for The Carpentries Incubator (the value of `curriculum` is not set to `incubator` in `_config.yml`). Please comment out the `incubator_pre_survey` and `incubator_post_survey` fields in `_config.yml` or, if this workshop is teaching a lesson in the Incubator, change the value of `carpentry` to `incubator`.
{% elsif site.carpentry == "hpcc" %} Fill Out the Pre-Workshop Survey {% else %} Fill Out the Pre-Workshop Survey {% endif %}
Post-Workshop Survey

Please fill out this survey before you leave the workshop.

{% if site.carpentry == "incubator" %} Post-workshop Survey {% elsif site.incubator_post_survey %}
WARNING: you have defined custom pre- and/or post-survey links for a workshop not configured for The Carpentries Incubator (the value of `curriculum` is not set to `incubator` in `_config.yml`). Please comment out the `incubator_pre_survey` and `incubator_post_survey` fields in `_config.yml` or, if this workshop is teaching a lesson in the Incubator, change the value of `carpentry` to `incubator`.
{% elsif site.carpentry == "hpcc" %} Fill Out the Pre-Workshop Survey {% else %} Fill Out the Post-Workshop Survey {% endif %}

{% 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 %}

Schedule
{% assign schedule_file = site.carpentry | append: '/schedule.html' %} {% if isOfficial %} {% include {{ schedule_file }} %} {% elsif site.carpentry == "incubator" %} This workshop is teaching a lesson in The Carpentries Incubator. Please check the lesson homepage for a list of lesson sections and estimated timings. {% endif %}
{% comment %}
Edit/replace the text above if you want to include a schedule table.
See the contents of the _includes/custom-schedule.html file for an example of how one of these schedule tables is constructed.
{% endcomment %}

{% if site.pilot %}
The lesson taught in this workshop is being piloted and a precise schedule is yet to be established.
The workshop will include regular breaks. Please <a href="mailto:{{page.email}}">contact the workshop organisers</a> if you would like more information about the planned schedule.
{% endif %}

{% comment %} SETUP

Delete irrelevant sections from the setup instructions. Each section is inside a 'div' without any classes to make the beginning and end easier to find.

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

Setup

To participate in a {% if site.carpentry == "swc" %} Software Carpentry {% elsif site.carpentry == "dc" %} Data Carpentry {% elsif site.carpentry == "lc" %} Library Carpentry {% elsif site.carpentry == "hpcc" %} High-Performance Computing 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 %}

{% assign setup_file = site.carpentry | append: '/setup.html' %} {% if isOfficial %} {% include {{ setup_file }} %} {% 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 %}