From eec9ea55fe1cff81080deb23b3c2a5f531b0030c Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 31 Aug 2023 13:01:44 -0400 Subject: [PATCH] Edits to VICTOR home page --- jupyterhub_config.py | 14 +++++++------- templates/login.html | 29 ++++++++++++++++------------- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index c89be2d..2d1e197 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -26,22 +26,22 @@ "interface_selector": True, "default_url": "/rstudio", 'org': { - 'name': 'University of Foo', - 'logo_url': 'https://jupyter.org/assets/nav_logo.svg', - 'url': 'https://jupyter.org', + 'name': 'VICTOR', + 'logo_url': 'https://i.imgur.com/D2vXQ5k.png', + 'url': 'https://victor.ldeo.columbia.edu', }, 'operated_by': { - 'name': 'Operating Org', + 'name': '2i2c', 'url': 'https://2i2c.org', 'custom_html': '', }, 'funded_by': { - 'name': '', - 'url': '', + 'name': 'National Science Foundation', + 'url': 'https://people.climate.columbia.edu/projects/sponsor/National%20Science%20Foundation', 'custom_html': 'Funding Org', }, 'designed_by': { - 'name': 'Funding Org', + 'name': '2i2c', 'url': 'https://2i2c.org', 'custom_html': '', } diff --git a/templates/login.html b/templates/login.html index 964d6e2..235264d 100644 --- a/templates/login.html +++ b/templates/login.html @@ -87,8 +87,8 @@

- This is a pilot service running on open source infrastructure. - See the 2i2c Pilot documentation for usage and deployment information.

+ VICTOR, or Volcanology Infrastructure for Computational Tools and Resources (VICTOR), is a pilot service running on open source infrastructure. + It is designed for for use by the volcano science community, providing a standard environment and set of tools for all users.
@@ -119,8 +119,21 @@

Where can I learn more?

- The 2i2c Pilot Hubs Documentation has all of the information that you need to use the hub, as well as information about the deployment technology. + The VICTOR Website provides important information about + the platform and our goals, as well as notifications about workshops and other events. For documentation + on the JupyterHub and custom scripts, please reference documentation page.
+ +
+

Who can use this service?

+ + VICTOR is open to anyone that a hub administrator (our primary research team) has approved. + This includes students of all degree levels, academic scientists, and observatory scientist + among others. As VICTOR is constantly changing, students should ensure they are backing up + their notebooks and other personal data regularly if they are using this service for important + activities. +
+

What is a Jupyter Notebook?

@@ -142,16 +155,6 @@

What is JupyterHub?

administrators.
-
-

Who can use this service?

- - This JupyterHub service is open to anyone that a hub administrator has approved. - Generally this means instructors and students. As this - is a proof-of-concept service, students should ensure they are backing up - their notebooks regularly if they are using this service for course - activities. -
-