From 1526fa0e4a4a1532018fcde1908946cd3b2b164a Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Sun, 13 Mar 2022 09:01:05 -0400 Subject: [PATCH 1/2] Update EGU22 PyGMT short course information Include new date/time, GitHub repository and registration link. Also revised duration from 3.5 to 1.5 hours. --- index.rst | 2 +- workshops/index.rst | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.rst b/index.rst index b2c46ea..7c8d192 100644 --- a/index.rst +++ b/index.rst @@ -203,7 +203,7 @@
diff --git a/workshops/index.rst b/workshops/index.rst
index e23a410..e180a77 100644
--- a/workshops/index.rst
+++ b/workshops/index.rst
@@ -16,21 +16,21 @@ Attending a workshop is the best way to get started **using and developing** GMT
Upcoming Workshops
------------------
-2022-04 | Crafting beautiful maps with PyGMT at EGU General Assembly 2022
-+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+2022-05-24 | Crafting beautiful maps with PyGMT at EGU General Assembly 2022
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* **Title:** Crafting beautiful maps with PyGMT
* **Instructors:** Wei Ji Leong, Leonardo Uieda, Meghan Jones, Andre Luiz Belem
-* **When:** Early April 2022
-* **Where:** Hybrid (Online and at Vienna, Austria)
-* **Repository:** TBA
+* **When:** 24 May 2022, 13:10-14:40 (UTC) / 15:10-16:40 (CEST)
+* **Where:** Online
+* **Repository:** https://github.com/GenericMappingTools/egu22pygmt
* **EGU Session info:** https://meetingorganizer.copernicus.org/EGU22/session/43186
-* **Application Portal:** TBA
+* **Application Portal:** https://egu22.eu/register_and_venue/registration.html
This short course is geared towards geoscientists interested in creating beautiful maps using Python.
Only basic Python knowledge is needed, and a background in cartography is not required to use PyGMT effectively!
-The 3.5 hour long short course will be based on content adapted from https://github.com/GenericMappingTools/2021-unavco-course
-and https://github.com/GenericMappingTools/foss4g2019oceania. Each of the 30–45 minute sessions will involve a
+The 1.5 hour long short course will be based on content adapted from https://github.com/GenericMappingTools/2021-unavco-course
+and https://github.com/GenericMappingTools/foss4g2019oceania. Each of the 30 minute sessions will involve a
quick (~10 minute) walkthrough by the speaker, followed by a more hands-on session in breakout rooms where tutorial
participants work on the topic (using interactive Jupyter notebooks) in a guided environment with one of four instructors
on hand to answer questions.
From 73c0322fc42ee1851711088ab0224ff1c874ed24 Mon Sep 17 00:00:00 2001
From: Wei Ji <23487320+weiji14@users.noreply.github.com>
Date: Wed, 16 Mar 2022 15:51:46 -0400
Subject: [PATCH 2/2] Update EGU22 short course description
Co-Authored-By: Meghan Jones