@@ -20,21 +20,9 @@ If you are using Gradle use instead the following:
2020implementation group: 'io.github.wldt', name: 'wldt-core', version: '0.3.0'
2121```
2222
23- ## Motivation & Digital Twin "Definition" and Main Concepts
23+ ## Scientitic Citation & Reference
2424
25- The White Label Digital Twin (WLDT) library aims to support the design, development and deployment of Digital Twins (DTs)
26- within the Internet of Thing (IoT) ecosystems. The library has been designed following the latest DT definitions
27- coming from both Industrial and Scientific domains and identifying DTs as active software components.
28- The Digital Twin definition that we use as reference for the upcoming definitions and library's architecture and main
29- modules is the following:
30-
31- ``` text
32- A Digital Twin (DT) is a comprehensive software representation of an individual physical asset (PA).
33- It includes the properties, conditions, relationships and behavior(s) of the real-life object through models and data.
34- A Digital Twin is a set of realistic models that can digitalize an object’s behavior in the deployed environment.
35- The Digital Twin represents and reflects its physical twin and remains its virtual counterpart across the object’s entire lifecycle.
36- ```
37- Main Scientific references supporting these definition are the following:
25+ If you use the WLDT Library in a Scientific Paper please use this reference:
3826
3927```
4028@article{PICONE2021100661,
@@ -51,6 +39,21 @@ Main Scientific references supporting these definition are the following:
5139}
5240```
5341
42+ ## Digital Twin "Definition" & Main Concepts
43+
44+ The White Label Digital Twin (WLDT) library aims to support the design, development and deployment of Digital Twins (DTs)
45+ within the Internet of Thing (IoT) ecosystems. The library has been designed following the latest DT definitions
46+ coming from both Industrial and Scientific domains and identifying DTs as active software components.
47+ The Digital Twin definition that we use as reference for the upcoming definitions and library's architecture and main
48+ modules is the following:
49+
50+ ``` text
51+ A Digital Twin (DT) is a comprehensive software representation of an individual physical asset (PA).
52+ It includes the properties, conditions, relationships and behavior(s) of the real-life object through models and data.
53+ A Digital Twin is a set of realistic models that can digitalize an object’s behavior in the deployed environment.
54+ The Digital Twin represents and reflects its physical twin and remains its virtual counterpart across the object’s entire lifecycle.
55+ ```
56+
5457### Digital Twin Abstraction & Model
5558
5659With respect to the element present in the real world,
0 commit comments