Using CERN's SWAN & Zenodo DOI #8
-
|
Hello! I'm planning to do a SWAN-based talk since we need CERN's analytix cluster. We will try to make our CMS repository public but it is hosted at CERN's GitLab instance. I'm not sure if Zenodo DOI would work with that, i.e. if it's not on GitHub? I don't think Binder would work with this setup either but if you have any recommendations that would be appreciated. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @afrankenthal.
The public mybinder resource does support arbitrary Git repo URLs ("Git repository" option in the drop down) so as long as your repository is public to the world then you can just paste the full URL in there. If you need private CMS internal resources though you'll have to use SWAN.
Zenodo's repository importer only works with GitHub as far as I know. Though you could manually upload it to Zenodo. |
Beta Was this translation helpful? Give feedback.

Hi @afrankenthal.
The public mybinder resource does support arbitrary Git repo URLs ("Git repository" option in the drop down) so as long as your repository is public to the world then you can just paste the full URL in there.
If you need private CMS internal resources though you'll have to use SWAN.
Zenodo's repository importer only works with GitHub as far as I know. Though you could manually upload…