From 2a7843d9e84b7406264c0ca8d9922c031105ca04 Mon Sep 17 00:00:00 2001 From: Mathew Biddle <8480023+MathewBiddle@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:55:35 -0600 Subject: [PATCH] starting initial updates for 2024 event (#102) * starting initial updates for 2024 event * adjusting contact --- _config.yml | 4 ++-- _includes/custom-schedule.html | 4 ++-- _includes/workshop_calendar.html | 2 +- index.md | 28 +++++++--------------------- 4 files changed, 12 insertions(+), 26 deletions(-) diff --git a/_config.yml b/_config.yml index 88d9453..5858ab3 100644 --- a/_config.yml +++ b/_config.yml @@ -52,7 +52,7 @@ pilot: false # Most workshops don't use extra pages. More information about extra # pages are included in the README: # https://github.com/carpentries/workshop-template#creating-extra-pages -title: "Marine Biological Data Mobilization Workshop 2023" +title: "Marine Biological Data Mobilization Workshop 2024" #------------------------------------------------------------ # Incubator workshop settings (only relevant for workshops teaching a lesson @@ -84,7 +84,7 @@ repository: / # Email address, no mailto: # (Don't change this -- the contact address for your workshop will be set # in the index.md file) -email: "albenson@usgs.gov" +email: "https://obis.org/contact/" # Sites. amy_site: "https://amy.carpentries.org/" diff --git a/_includes/custom-schedule.html b/_includes/custom-schedule.html index 092106f..c840391 100644 --- a/_includes/custom-schedule.html +++ b/_includes/custom-schedule.html @@ -1,6 +1,6 @@
-

April 18th

+

April 22nd

@@ -47,7 +47,7 @@

April 18th

13:00
-

April 19th

+

April 23rd

diff --git a/_includes/workshop_calendar.html b/_includes/workshop_calendar.html index d333f65..3830bd9 100644 --- a/_includes/workshop_calendar.html +++ b/_includes/workshop_calendar.html @@ -5,4 +5,4 @@ {% assign final_day = page.enddate | date: '%s' | plus:86400 | date: '%F' | replace: "-", "" %} -Add to your Google Calendar. +Add to your Google Calendar. diff --git a/index.md b/index.md index c860d9b..754aa2b 100644 --- a/index.md +++ b/index.md @@ -9,29 +9,15 @@ country: "" # lowercase two-letter ISO country code such as "fr" (see language: "en" # 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: 0 # decimal latitude of workshop venue (use https://www.latlong.net/) longitude: 0 # decimal longitude of the workshop venue (use https://www.latlong.net) -humandate: "April 18-19, 2023" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") +humandate: "April 22-23, 2024" # human-readable dates for the workshop (e.g., "Feb 17-18, 2020") humantime: "13:00 - 17:00 EDT" # human-readable times for the workshop e.g., "9:00 am - 4:30 pm CEST (7:00 am - 2:30 pm UTC)" -startdate: 2023-04-18 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 -enddate: 2023-04-19 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 +startdate: 2023-04-22 # machine-readable start date for the workshop in YYYY-MM-DD format like 2015-01-01 +enddate: 2023-04-23 # machine-readable end date for the workshop in YYYY-MM-DD format like 2015-01-02 # instructor list : a boxed, comma-separated list of instructors' names as strings, like ["Abby Benson", "Mathew Biddle"] -instructor: [ "Abby Benson", "Steve Formel", -"Mathew Biddle", -"Jonathan Pye", -"Tim van der Stap", -Elizabeth Lawrence -] +instructor: [] # helper list: a boxed, comma-separated list of helper's names as strings, like ["Ben Best", "Carolina Peralta"] -helper: [ -"Brett Johnson", -"Zach Monteith", -"Naomi Tress", -"YingHuan Niu", -"Angela Dini", -"Carolina Peralta", -"Dan Otis", -"Tylar Murray" -] -email: ["albenson@usgs.gov"] # 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"] +helper: [] +email: ["https://obis.org/contact/"] # 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) --- @@ -273,7 +259,7 @@ Display the contact email address set in the configuration file. , {% endunless %} {% endif %} - {{email}} + {{email}} {% endfor %} {% else %} to-be-announced
13:00