1
|
Description of the project
|
2
|
--------------------------
|
3
|
This project defines **workflows that join together concrete workflow nodes** defined in other IIS projects.
|
4
|
|
5
|
It defines the following workflows:
|
6
|
|
7
|
- **execution workflow** - the main workflow of IIS which:
|
8
|
- as an input ingests data coming from Information Space and
|
9
|
- as an output produces data that is exported to Information Space.
|
10
|
- consists of two workflows run on different DNet processing phases: preprocessing and primary
|
11
|
|
12
|
- **training workflow** (in the future) - the secondary, long-running workflow which:
|
13
|
- as an input ingests training data coming from Information Space and potentially other OpenAIRE+ services (e.g. from a subset of BASE) and
|
14
|
- as an output produces machine learning "models" to be used in the execution workflow.
|