Skip to content

Commit 1036fa5

Browse files
authored
Merge pull request #287 from curvenote/add-curvenote-fed
add curvenote to federation and supporters lists
2 parents 2c056e4 + 7dd7770 commit 1036fa5

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

doc/_data/support/federation.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@
1313
funded_by_link: https://www.gesis.org/en/home
1414
run_by: GESIS Notebooks
1515
run_by_link: https://notebooks.gesis.org/about/
16+
17+
- url_binderhub: https://binder.curvenote.dev
18+
logo: https://raw.githubusercontent.com/curvenote/brand/mybinder/logos/logo-text-blue.svg
19+
funded_by: Curvenote
20+
funded_by_link: https://curvenote.com
21+
run_by: Curvenote
22+
run_by_link: https://curvenote.com

doc/_data/support/supporters.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# in an "official" capacity to Binder, not only if they do this off-hours.
44

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

@@ -22,18 +22,22 @@ partners:
2222
- name: UC Berkeley
2323
logo: https://upload.wikimedia.org/wikipedia/commons/8/82/University_of_California%2C_Berkeley_logo.svg
2424
url: https://www.berkeley.edu/
25-
25+
2626
# Have made substantial contributions to Binder in the last year (>$10,000)
27-
financial: ""
27+
financial: ''
2828

2929
# Have provided cloud credits that power Binder infrastructure
3030
credits:
31+
- name: Curvenote
32+
logo: https://raw.githubusercontent.com/curvenote/brand/mybinder/logos/logo-text-blue.svg
33+
url: https://curvenote.com/
34+
3135
- name: GESIS
3236
logo: https://www.gesis.org/typo3conf/ext/gesis_web_ext/Resources/Public/webpack/dist/img/gs_home_logo_de.svg
3337
url: https://www.gesis.org
3438

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

3943
- name: OVHCloud

doc/_static/status.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// in sync with list in status.rst
22
// fixme: can this come from one source?
33
var fedUrls = [
4-
"https://ovh.mybinder.org",
5-
"https://notebooks.gesis.org/binder",
4+
'https://ovh.mybinder.org',
5+
'https://notebooks.gesis.org/binder',
6+
'https://binder.curvenote.dev',
67
];
78

89
// Use a dictionary to store the rows that should be updated

doc/about/status.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ federation, along with the status of each. For more information about
2020
the BinderHub federation, who is in it, how to join it, etc, see
2121
`the mybinder federation page <https://mybinder.readthedocs.io/en/latest/about/federation.html>`_.
2222

23-
.. update fedUrls in _status/status.js
23+
.. update fedUrls in _static/status.js
2424
2525
========================== ======== =============== ============== =============== =====
2626
URL Response Docker registry JupyterHub API User/Build Pods Quota
2727
========================== ======== =============== ============== =============== =====
2828
ovh.mybinder.org
2929
notebooks.gesis.org/binder
30+
binder.curvenote.dev
3031
========================== ======== =============== ============== =============== =====
3132

3233
.. raw:: html

0 commit comments

Comments
 (0)