From 56b15a3f94a5fcbea455f4939dd944660b7c9435 Mon Sep 17 00:00:00 2001 From: Chris Calloway Date: Tue, 7 May 2024 13:27:58 -0400 Subject: [PATCH] Add webinar link to README.md Add the Curvenote webinar link to the author workflow instructions. Co-authored-by: Rowan Cockett --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8ed312ef93..1aab01401d 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,10 @@ git clone https://github.com/mpacer/scipy_proceedings #### Author workflow steps +> [!NOTE] +> There is a [webinar on YouTube](https://www.youtube.com/watch?v=v97nJOCAWHI) that goes through the author submission process for 2024 submissions using [MyST Markdown](https://mystmd.org). + + 1. [Get a local copy](#getting-a-local-copy-of-the-scipy_proceedings-repo) of the `scipy_proceedings` repo. 2. [Update your local copy](#getting-the-latest-branch) of the `scipy_proceedings` repo. 3. [Create a new branch](#creating-a-new-branch) for your paper based off the latest `2024` branch.