From 4fce913696170992c6cd10f91c67cb79943040c8 Mon Sep 17 00:00:00 2001
From: meyer <meyer@astron.nl>
Date: Thu, 3 Dec 2020 14:54:05 +0100
Subject: [PATCH] added cern swan service and CTA dirac

---
 src/components/Interactive.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/Interactive.js b/src/components/Interactive.js
index efd9c30..9d3a38b 100644
--- a/src/components/Interactive.js
+++ b/src/components/Interactive.js
@@ -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 (
-- 
GitLab