Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edits to VICTOR home page #26

Merged
merged 1 commit into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i>Org</i>',
},
'designed_by': {
'name': 'Funding Org',
'name': '2i2c',
'url': 'https://2i2c.org',
'custom_html': '',
}
Expand Down
29 changes: 16 additions & 13 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
</big>
<br />
<br />
This is a pilot service running on open source infrastructure.
See <a href="https://2i2c.org/pilot">the 2i2c Pilot documentation</a> for usage and deployment information.</p>
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.
</div>
<div class="col-md-6 details-logos">
<div class="pull-right">
Expand Down Expand Up @@ -119,8 +119,21 @@
<div>
<h4>Where can I learn more?</h4>

The <a href="https://2i2c.org/pilot">2i2c Pilot Hubs Documentation</a> has all of the information that you need to use the hub, as well as information about the deployment technology.
The <a href="https://victor.ldeo.columbia.edu">VICTOR Website</a> 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 <a href="https://victor.readthedocs.io"> documentation page</a>.
</div>

<div>
<h4>Who can use this service?</h4>

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.
</div>

<div>
<h4>What is a Jupyter Notebook?</h4>

Expand All @@ -142,16 +155,6 @@ <h4>What is JupyterHub?</h4>
administrators.
</div>

<div>
<h4>Who can use this service?</h4>

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.
</div>

<div class="footer">
<p>
This service is run transparently from
Expand Down