Skip to content

Commit

Permalink
Add message about end of persistent notebook
Browse files Browse the repository at this point in the history
Fixes #16
  • Loading branch information
rgaiacs committed Nov 15, 2023
1 parent 4d6b550 commit 2389f50
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm/charts/gesis/files/etc/binderhub/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ <h1>GESIS Notebooks</h1>
<div class="alert alert-success" role="alert">
We're currently refactoring GESIS Notebooks. Check out our <a href="https://doi.org/10.5281/zenodo.7362188">white paper</a> for more information in the meantime!
</div>
<div class="alert alert-info" role="alert">
PersistentBinderHub will temperarily shut down on the 20th of December 2021, you can export your data using the <a href="/hub//takeout">Data Export service</a>. You can read the email sent out to all users <a href="/shut-down-persistent-gesis-notebooks.html">here</a>.
</div>
{% block logo %}
{% endblock logo %}
{% block main %}
Expand Down
27 changes: 27 additions & 0 deletions pages/templates/shut-down-persistent-gesis-notebooks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{% extends '_base.html' %}

{% set active_page = 'faq' %}

{% block title %}

GESIS Notebooks: FAQ

{% endblock %}

{% block etracker %}
{% if production %}
{% with et_pagename="/GESISHub:faq/", et_areas="/GESISHub" %}
{% include "gesis/etracker.html" %}
{% endwith %}
{% endif %}
{% endblock etracker %}

{% block main %}

<p>Dear GESIS Notebooks users,</p>
<p>We regret to inform you that we will have to shut down the authenticated side (persistent binderhub) of GESIS notebooks on 20th December 2021 due to institute wide restructurings of our service portfolio. You will still be able to use <a href="https://notebooks.gesis.org/binder">notebooks.gesis.org/binder</a> or <a href="https://mybinder.org">mybinder.org</a> to create reproducible launch links for all of your projects but you won’t be able to create new projects on GESIS notebooks and your account data will be removed from GESIS servers. The changes you make inside the notebooks will not be saved anymore after the persistent binderhub will be shut down. For this reason, we advise you to download all projects and data from the platform until Dec. 20th 2021 using <a href="https://notebooks.gesis.org/takeout">notebooks.gesis.org/takeout</a>.</p>
<p><a href="https://notebooks.gesis.org/takeout" target="_blank">Export Data</a></p>
<p>We will be back soon with an improved notebooks infrastructure to support (computational) social science researchers with interactive and reproducible access to digital behavioral data and analysis methods as part of our institute-wide efforts focusing on digital behavioral data. For more information, see: https://www.gesis.org/en/institute/digital-behavioral-data</p>
<p>For any further questions, you can contact us at <a href="mailto:notebooks@gesis.org">notebooks@gesis.org</a></p>
<p>Thank you for using our service and we hope to see you back soon!</p>
{% endblock main %}

0 comments on commit 2389f50

Please sign in to comment.