Skip to content
Snippets Groups Projects
Commit 4fce9136 authored by Zheng Meyer's avatar Zheng Meyer
Browse files

added cern swan service and CTA dirac

parent 3dd7f190
No related branches found
No related tags found
1 merge request!8Esap gui dev
Pipeline #6510 passed
......@@ -14,10 +14,12 @@ export default function Interactive() {
let list_of_jhubs = [
{"name" : "SKAO JupyterHub", "url" : "https://srcdev.skatelescope.org/escape"},
{"name" : "ASTRON JupyterHub", "url" : "https://sdc.astron.nl/hub/"},
{"name" : "IFAE-PIC JupyterHub", "url" : "https://jupyter.pic.es" },]
{"name" : "IFAE-PIC JupyterHub", "url" : "https://jupyter.pic.es" },
{"name" : "CERN SWAN Service", "url" : "https://swan.cern.ch/"}]
let list_of_batchsystems = [
{"name" : "DIRAC EGI", "url" : "https://dirac.egi.eu"},
{"name" : "DIRAC EGI (LOFAR, KM3Net)", "url" : "https://dirac.egi.eu"},
{"name" : "CTA DIRAC", "url" : "https://ccdcta-web.in2p3.fr/DIRAC/"},
]
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment