diff --git a/src/branding/branding.js b/src/branding/branding.js index bbc8a48..94c9a72 100644 --- a/src/branding/branding.js +++ b/src/branding/branding.js @@ -45,7 +45,7 @@ class Branding { homepage = villasweb_home(this.brand.title, username, userid, role); break; case 'slew': - homepage = slew_home(); + homepage = slew_home(this.brand.title); break; default: homepage = villasweb_home(); diff --git a/src/branding/brands.js b/src/branding/brands.js index 45db6c7..de7fac3 100644 --- a/src/branding/brands.js +++ b/src/branding/brands.js @@ -28,12 +28,6 @@ const brands = { account: true, api: true, }, - links: { - "VILLASframework project": "http://fein-aachen.org/projects/villas-framework/", - "VILLASweb Documentation": "https://villas.fein-aachen.org/doc/web.html", - "VILLASweb frontend source": "https://git.rwth-aachen.de/acs/public/villas/web", - "VILLASweb backend source":"https://git.rwth-aachen.de/acs/public/villas/web-backend-go", - } }, slew: { title: 'SLEW', diff --git a/src/branding/slew/img/slew-logo.png b/src/branding/slew/img/slew-logo.png new file mode 100644 index 0000000..747bf83 Binary files /dev/null and b/src/branding/slew/img/slew-logo.png differ diff --git a/src/branding/slew/slew_home.js b/src/branding/slew/slew_home.js index 812b703..c367418 100644 --- a/src/branding/slew/slew_home.js +++ b/src/branding/slew/slew_home.js @@ -17,10 +17,15 @@ import React from 'react'; -export function slew_home() { +export function slew_home(title) { return ( -
+ Welcome to {title}! +
SLEW is a learning platform for running experiments in a virtual power engineering world. The platform enables to interact with the experiments in real time and perform analyses on the experimental results.
@@ -35,6 +40,13 @@ export function slew_home() {The platform is based on the real-time simulation tool DPsim developed in RWTH, which is available as open-source software project to the power engineering community. Besides, it integrates the interactive computing environment Jupyter for further analysis of experimental results.
+ +Welcome to {title}!
@@ -30,37 +32,37 @@ export function villasweb_home(title, username, userid, role) {VILLASweb is an open source project developed by the Institute for Automation of Complex Power Systems at RWTH Aachen University.
The development of VILLASframework projects has received funding from
SLEW: Second Life for Energiewende, an Exploratory Teaching Space project funded by RWTH Aachen University
-ERIgrid 2.0: An EU Horizon 2020 research and innovation action project for connecting European Smart Grid Infrastructures (grant agreement No 870620)
-
-
-
-
Urban Energy Lab 4.0: A project funded by EFRE.NRW (European Regional Development Fund) for the setup of a novel energy research infrastructure.
-
-
-
-
RESERVE: An EU Horizon 2020 research and innovation project (grant agreement No 727481)
-
-
-
-
JARA-ENERGY: Jülich-Aachen Research Alliance (JARA) is an initiative of RWTH Aachen University and Forschungszentrum Jülich.
+SLEW: Second Life for Energiewende, an Exploratory Teaching Space project funded by RWTH Aachen University
+ERIgrid 2.0: An EU Horizon 2020 research and innovation action project for connecting European Smart Grid Infrastructures (grant agreement No 870620)
+
+
+
+
Urban Energy Lab 4.0: A project funded by EFRE.NRW (European Regional Development Fund) for the setup of a novel energy research infrastructure.
+
+
+
+
RESERVE: An EU Horizon 2020 research and innovation project (grant agreement No 727481)
+
+
+
+
JARA-ENERGY: Jülich-Aachen Research Alliance (JARA) is an initiative of RWTH Aachen University and Forschungszentrum Jülich.