From 39b2e32f34d4be01731b1f8bb4a62ac1f1bbe4a8 Mon Sep 17 00:00:00 2001
From: MB <michael.blaschek@univie.ac.at>
Date: Thu, 17 Oct 2024 08:36:53 +0000
Subject: [PATCH] minor fixes and updates

---
 Getting Started.md      | 10 ++---
 Servers/README.md       | 96 ++++++++++++++++++++++++++++++++++++++++-
 Students/TeachingHub.md | 14 +++---
 3 files changed, 104 insertions(+), 16 deletions(-)

diff --git a/Getting Started.md b/Getting Started.md
index d876954..7e14846 100644
--- a/Getting Started.md	
+++ b/Getting Started.md	
@@ -22,7 +22,7 @@ When you are new to using servers and linux, these few steps might help to get s
 
 Steps:
  
- - [ ] login to srvx1 using ssh: `ssh [user]@login.img.univie.ac.at` :earth_africa: [More on AURORA](./Servers/Aurora.md)
+ - [ ] login to aurora using ssh: `ssh [user]@login.img.univie.ac.at` :earth_africa: [More on AURORA](./Servers/Aurora.md)
  - [ ] run: `userpaths` to understand where different data resides. e.g.
     - HOME, SCRATCH (personal), DATA, SHARED, WEBDATA, ?_JET
  - [ ] check available modules by running: `module av` and load anaconda3 module by running: `module load anaconda3`. This should allow you to run some python programs. 
@@ -35,14 +35,14 @@ Please find a useful summary of commands in the [IMGW cheatsheet](./mkdocs/imgw-
 
 The Department of Meteorology and Geophysics has access to the following computing resources:
 
-- Teaching and Development Server ([SRVX1](Servers/SRVX1.md))
+- Teaching Server ([SRVX1](Servers/SRVX1.md))
 - Development Server ([Aurora](Servers/Aurora.md))
 - Computing Cluster ([JET](Servers/JET.md))
-- Vienna Scientific Cluster ([VSC](VSC.md))
+- Vienna Scientific Cluster (requires vsc account, [VSC](VSC.md))
 
 External resources:
 
-- European Center for Medium-Range Weather Forecast ([ECMWF](./ECMWF/README.md))
-- Earth Observation Data Center ([EODC](https://eodc.wolke.img.univie.ac.at), [website](https://eodc.eu))
+- European Center for Medium-Range Weather Forecast (requires additional account, [ECMWF](./ECMWF/README.md))
+- Earth Observation Data Center (requires imgw account, [EODC](https://eodc.wolke.img.univie.ac.at), [website](https://eodc.eu))
 
 Please read about access, hardware and quotas at these different resources. A good starting point is [here](./Servers/README.md)
\ No newline at end of file
diff --git a/Servers/README.md b/Servers/README.md
index 33e0aa6..1a84ae2 100644
--- a/Servers/README.md
+++ b/Servers/README.md
@@ -2,7 +2,7 @@
 
 The Department of Meteorology and Geophysics has access to the following computing resources:
 
-- Teaching and Development Server [SRVX1](SRVX1.md)
+- Teaching Server [SRVX1](SRVX1.md)
 - Development Server [Aurora](Aurora.md)
 - Services Server [SRVX8](SRVX8.md)
 - Computing Cluster [JET](JET.md)
@@ -21,6 +21,98 @@ Locations:
 
 _Note: Please take a look at the training course @VSC. There might be a beginners course about Linux or Clusters or Python!_ It is highly recommended to use these existing courses to get up to speed. Most of these are available as pdfs right away, but still taking the course is the prefered way.
 
+## Access to different servers
+
+<!-- <center> -->
+  <table class="styled-table">
+    <thead>
+      <tr>
+        <th title="Field #1">server</th>
+        <th title="Field #2">access</th>
+        <th title="Field #3">purpose</th>
+        <th title="Field #4">comment</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td>TeachingHub (SRVX1)</td>
+        <td><b>u</b>:account</td>
+        <td>students</td>
+        <td>access via moodle</td>
+      </tr>
+      <tr>
+        <td>MasterHub (SRVX1)</td>
+        <td><b>w</b>:account</td>
+        <td>masters</td>
+        <td>access by supervisor</td>
+      </tr>
+      <tr>
+        <td>Aurora</td>
+        <td><b>w</b>:account</td>
+        <td>masters, staff, external</td>
+        <td>access by supervisor or wiki request</td>
+      </tr>
+      <tr>
+        <td>JET</td>
+        <td><b>w</b>:account</td>
+        <td>masters, staff, external</td>
+        <td>access by supervisor or wiki request</td>
+      </tr>
+      <tr>
+        <td>ECMWF</td>
+        <td><b>ec</b>:account</td>
+        <td>staff</td>
+        <td>ECMWF Member state, contact supervisor</td>
+      </tr>
+      <tr>
+        <td>Vienna Scientific Cluster (VSC)</td>
+        <td><b>v</b>:account</td>
+        <td>masters, staff</td>
+        <td>access by supervisor</td>
+      </tr>
+    </tbody>
+  </table>
+  <style>
+    .styled-table {
+      border-collapse: collapse;
+      margin: 25px 0;
+      font-size: 0.9em;
+      font-family: monospace;
+      min-width: 400px;
+      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
+    }
+
+    .styled-table thead tr {
+      background-color: #0059a4;
+      color: #ffffff;
+      text-align: left;
+    }
+
+    .styled-table th,
+    .styled-table td {
+      padding: 12px 15px;
+    }
+
+    .styled-table tbody tr {
+      border-bottom: 1px solid #dddddd;
+    }
+
+    .styled-table tbody tr:nth-of-type(even) {
+      background-color: #f3f3f3;
+    }
+
+    .styled-table tbody tr:last-of-type {
+      border-bottom: 2px solid #0059a4;
+    }
+
+    .styled-table tbody tr.active-row {
+      font-weight: bold;
+      color: #0059a4;
+    }
+  </style>
+<!-- </center> -->
+
+
 ## How to connect from Home or Abroad?
 
 ![IMGW Connection Diagramm](../mkdocs/img/IMGW-connection-diagram.png)
@@ -39,7 +131,7 @@ Summary of services available @IMGW for staff and students. Some of these servic
 | MasterHub   | Jupyterlabfor Master Students         | [quell.wolke.img.univie.ac.at](https://quell.wolke.img.univie.ac.at)            | web     | SRVX1 |
 | ecgateway   | ECMWF Member State Gateway            | [ecaccess.wolke.img.univie.ac.at](https://ecaccess.wolke.img.univie.ac.at/)     | img/vpn | JET02 |
 | researchhub | Jupyterlab for Development            | [jupyter.wolke.img.univie.ac.at](https://jupyter.wolke.img.univie.ac.at)        | img/vpn | JET02 |
-| webdata     | File server (/srvfs/webdata)          | [webdata.wolke.img.univie.ac.at](https://webdata.wolke.img.univie.ac.at)        | web     | SRVX8 |
+| webdata     | File server (`/srvfs/webdata`)        | [webdata.wolke.img.univie.ac.at](https://webdata.wolke.img.univie.ac.at)        | web     | SRVX8 |
 | YoPass      | Secure Message Service (YoPass)       | [secure.wolke.img.univie.ac.at](https://secure.wolke.img.univie.ac.at/)         | web     | SRVX8 |
 | TransferSH  | Easy commandline file transfer/send   | [transfersh.wolke.img.univie.ac.at](https://transfersh.wolke.img.univie.ac.at/) | web     | SRVX8 |
 | Uptime      | Server Monitoring                     | [uptime.wolke.img.univie.ac.at](https://uptime.wolke.img.univie.ac.at/)         | web     | SRVX8 |
diff --git a/Students/TeachingHub.md b/Students/TeachingHub.md
index 101116d..d3394f6 100644
--- a/Students/TeachingHub.md
+++ b/Students/TeachingHub.md
@@ -1,12 +1,6 @@
 # Jupyter Notebook Lab
 ![](../mkdocs/img/jupyter-logo.png){: width="300px"}
 
-Please notice that only the new teaching hub is available in the future.
-
-Migration for the old teaching hub will finish at the end of WS2023/24.
-
-Access: [teaching.wolke.img.univie.ac.at](https://teaching.wolke.img.univie.ac.at) or via your [Moodle lecture](https://moodle.univie.ac.at/my/).
-
 ![](../mkdocs/img/Masterhub_logo.png){: width="200px" align=right}
 
 ## MasterHub
@@ -17,14 +11,16 @@ Students need to get a server account for accessing this resource. However, it i
 
 ## TeachingHub
 
-![](../mkdocs/img/moodlelogo_small.png"){: width="200px"}
+![](../mkdocs/img/moodlelogo_small.png){: width="200px" align=right}
 
 ???+ warning "Annual purge of HOME"
-    It is necessary for a smooth operation to purge the contents of the TeachingHub on an annual basis. Every year before the winter semester starts there will be a purge of students home directories.
+    It is necessary for a smooth operation to purge the contents of the TeachingHub on an annual basis. Every year (**23. September**) before the winter semester starts there will be a purge of students home directories.
 
 What is available?
 
-Authentication is now enabled via moodle. Every student can use their u:account to login into moodle and be forwarded to the new teaching hub. no more login required.
+Authentication is only possible via moodle. Every student can use their u:account to login into moodle and be forwarded to the new teaching hub.
+Access via [Moodle lecture](https://moodle.univie.ac.at/my/) and Jupyterhub Symbol.
+Access after successful login via Moodle: [teaching.wolke.img.univie.ac.at](https://teaching.wolke.img.univie.ac.at)
 
 ![TeachingHub access via Moodle](../mkdocs/img/teachinghub-new-moodle.png)
 
-- 
GitLab