From 0f728c561bcefd809212a135f26b7fc87ebb4be3 Mon Sep 17 00:00:00 2001
From: Sonja Happ
Date: Thu, 5 Mar 2020 16:19:05 +0100
Subject: [PATCH] add a short description for VILLASweb terminology, remove
some contacts
---
src/common/home.js | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/src/common/home.js b/src/common/home.js
index 2ce515c..dd49f8b 100644
--- a/src/common/home.js
+++ b/src/common/home.js
@@ -63,12 +63,29 @@ class Home extends React.Component {
A total of {this.getCounts('users')} users are registered.
*/}
+ Terminology of VILLASweb
+
+ - Infrastructure Component: A component of research infrastructure
+
+ - Category: for example simulator, gateway, amplifier, database, etc.
+ - Type: for example RTDS, OpalRT, VILLASnode, Cassandra
+
+
+ - Component Configuration
+
+ - Input signals: Signals that can be modified in VILLASweb
+ - Output signals: Signals that can be visualized on dashboards of VILLASweb
+ - Parameters: Further configuration parameters of the infrastructure component
+
+
+ - Dashboards: Can be used to visualize ongoing experiments as well as to interact with them in real-time
+ - Scenario: A collection of component configurations and dashboards for a specific experiment
+
+
Credits
VILLASweb is developed by the Institute for Automation of Complex Power Systems at the RWTH Aachen University.
Links