Skip to content

Commit 417f9c7

Browse files
committed
Minor changes to 0.3.0 official release
1 parent f469561 commit 417f9c7

2 files changed

Lines changed: 18 additions & 15 deletions

File tree

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,9 @@ If you are using Gradle use instead the following:
2020
implementation 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

5659
With respect to the element present in the real world,

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file was generated by the Gradle 'init' task.
33
*/
44
group = "io.github.wldt"
5-
version = "0.3.0-alpha-31012024"
5+
version = "0.3.0"
66
description = "The core library to build White Label Digital Twins"
77
java.sourceCompatibility = JavaVersion.VERSION_1_8
88

0 commit comments

Comments
 (0)