Skip to content

Commit

Permalink
Merge pull request #287 from curvenote/add-curvenote-fed
Browse files Browse the repository at this point in the history
add curvenote to federation and supporters lists
  • Loading branch information
manics committed Dec 1, 2023
2 parents 2c056e4 + 7dd7770 commit 1036fa5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
7 changes: 7 additions & 0 deletions doc/_data/support/federation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@
funded_by_link: https://www.gesis.org/en/home
run_by: GESIS Notebooks
run_by_link: https://notebooks.gesis.org/about/

- url_binderhub: https://binder.curvenote.dev
logo: https://raw.githubusercontent.com/curvenote/brand/mybinder/logos/logo-text-blue.svg
funded_by: Curvenote
funded_by_link: https://curvenote.com
run_by: Curvenote
run_by_link: https://curvenote.com
12 changes: 8 additions & 4 deletions doc/_data/support/supporters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# in an "official" capacity to Binder, not only if they do this off-hours.

partners:
- name: 2i2c
- name: 2i2c
logo: https://github.com/2i2c-org/2i2c-org.github.io/blob/main/static/media/logo.png?raw=true
url: https://2i2c.org

Expand All @@ -22,18 +22,22 @@ partners:
- name: UC Berkeley
logo: https://upload.wikimedia.org/wikipedia/commons/8/82/University_of_California%2C_Berkeley_logo.svg
url: https://www.berkeley.edu/

# Have made substantial contributions to Binder in the last year (>$10,000)
financial: ""
financial: ''

# Have provided cloud credits that power Binder infrastructure
credits:
- name: Curvenote
logo: https://raw.githubusercontent.com/curvenote/brand/mybinder/logos/logo-text-blue.svg
url: https://curvenote.com/

- name: GESIS
logo: https://www.gesis.org/typo3conf/ext/gesis_web_ext/Resources/Public/webpack/dist/img/gs_home_logo_de.svg
url: https://www.gesis.org

- name: Google Open Source
logo: https://www.gstatic.com/devrel-devsite/prod/v6cd15f45ec209c8961e07ea7e57ed9a0e9da4333bc915e67d1fcd2b2a9ec62d1/opensource/images/lockup.svg
logo: https://www.gstatic.com/devrel-devsite/prod/va65162e8ce9aacc75e4d3c0cd6d166fc6ceaaf184fea0ff0eac1d9b62c0480be/opensource/images/lockup.svg
url: https://opensource.google/

- name: OVHCloud
Expand Down
5 changes: 3 additions & 2 deletions doc/_static/status.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// in sync with list in status.rst
// fixme: can this come from one source?
var fedUrls = [
"https://ovh.mybinder.org",
"https://notebooks.gesis.org/binder",
'https://ovh.mybinder.org',
'https://notebooks.gesis.org/binder',
'https://binder.curvenote.dev',
];

// Use a dictionary to store the rows that should be updated
Expand Down
3 changes: 2 additions & 1 deletion doc/about/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ federation, along with the status of each. For more information about
the BinderHub federation, who is in it, how to join it, etc, see
`the mybinder federation page <https://mybinder.readthedocs.io/en/latest/about/federation.html>`_.

.. update fedUrls in _status/status.js
.. update fedUrls in _static/status.js
========================== ======== =============== ============== =============== =====
URL Response Docker registry JupyterHub API User/Build Pods Quota
========================== ======== =============== ============== =============== =====
ovh.mybinder.org
notebooks.gesis.org/binder
binder.curvenote.dev
========================== ======== =============== ============== =============== =====

.. raw:: html
Expand Down

0 comments on commit 1036fa5

Please sign in to comment.