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 + +![Datamodel](src/img/datamodel.png) + ## 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 [![EONERC ACS Logo](doc/pictures/eonerc_logo.png)](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

- + +

Data Model

+ Datamodel VILLASweb + +

Terminology

+ +
Infrastructure Component
+ + +
Component Configuration
+ + +
Dashboard
+ + +
Scenario
+ + +

Credits

VILLASweb is developed by the Institute for Automation of Complex Power Systems at the RWTH Aachen University.

diff --git a/src/img/datamodel.png b/src/img/datamodel.png new file mode 100644 index 0000000..e59cbc2 Binary files /dev/null and b/src/img/datamodel.png differ