Skip to content

Commit

Permalink
Merge pull request #26 from volcanocyber/victor
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Sep 1, 2023
2 parents b7bc452 + eec9ea5 commit f250277
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
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

0 comments on commit f250277

Please sign in to comment.