diff --git a/README.md b/README.md
index e654b3d..e365f1a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is VILLASweb, the website displaying and processing simulation data in the
The frontend connects to __two__ backends: _VILLASweb-backend_ and _VILLASnode_.
-VILLASnode provides actual simulation data via websockets. VILLASweb-backend provides any other data like user acounts, simulation configuration etc.
+VILLASnode provides actual simulation data via websockets. VILLASweb-backend provides any other data like user accounts, infrastructure components and configurations, dashboards etc.
For more information on the backends see their repositories.
@@ -18,6 +18,10 @@ React is responsible for rendering the UI and Flux for handling the data and com
Additional libraries are used, for a complete list see package.json.
+## Data model
+
+
+
## Quick start
We recommend Docker to get started quickly:
@@ -33,7 +37,7 @@ The default user and password are configured in the `config.js` file of the _bac
## Copyright
-2017, Institute for Automation of Complex Power Systems, EONERC
+2020, Institute for Automation of Complex Power Systems, EONERC
## License
@@ -66,6 +70,7 @@ For other licensing options please consult [Prof. Antonello Monti](mailto:amonti
[](http://www.acs.eonerc.rwth-aachen.de)
- Steffen Vogel
+ - Sonja Happ
[Institute for Automation of Complex Power Systems (ACS)](http://www.acs.eonerc.rwth-aachen.de)
[EON Energy Research Center (EONERC)](http://www.eonerc.rwth-aachen.de)
diff --git a/src/common/home.js b/src/common/home.js
index dd49f8b..b86fe80 100644
--- a/src/common/home.js
+++ b/src/common/home.js
@@ -63,24 +63,39 @@ 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
-
+
+
Data Model
+
+
+
Terminology
+
+
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
+
+
+
Dashboard
+
+
Visualize ongoing experiments in real-time
+
Interact with ongoing experiments in real-time
+
+
+
Scenario
+
+
A collection of component configurations and dashboards for a specific experiment