From f19bf8732033fbdc70e6f7932802aa9badded6ba Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Tue, 10 May 2022 14:17:39 +0200
Subject: [PATCH] Update web page to 2022

---
 index.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 6ce4fb0..7e1b988 100644
--- a/index.html
+++ b/index.html
@@ -78,11 +78,9 @@
     <h1>Data Analysis and Plotting in Python with Pandas</h1>
     <h2>FZJ/JSC Training Course</h2>
     <div clsas="sidenote">
-      <p class="inactive">Occasion 1: Thursday, 27 May 2021, 9:00 - 12:30, <strong>online</strong></p>
-      <p class="inactive">Occasion 2: Wednesday, 2 June 2021, 9:00 - 12:30, <strong>online</strong></p>
-      <p>Pandas solves the full stack of data analysis in Python; reading-in of data, mangling and manipulation, analysis, and visualisation (and much more, actually). It builds up on established Python packages and can be used interchangeably with them (like Numpy, matplotlib); it fits perfectly into the Jupyter Notebooks workflow of modern-day data analysis. 🐼</p>
+      <p>Wednesday, 12 May 2022, 9:00 - 13:00, <strong>online</strong></p>
+      <p>Pandas solves the full stack of data analysis in Python; reading-in of data, mangling and manipulation, analysis, and visualization (and much more, actually). It builds up on established Python packages and can be used interchangeably with them (like Numpy, matplotlib); it fits perfectly into the Jupyter Notebooks workflow of modern-day data analysis. 🐼</p>
       <p>Setup: Lecture/hands-on sessions with prepared Jupyter Notebooks</p>
-      <p>Via Video Conference</p>
     </div>
   </header>
   <section id="main">
-- 
GitLab