You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/a_heros_journey/collaboration_and_future.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,21 @@ TA5 is the engine of knowledge transfer and adoption for the NFDI4Cat digital to
8
8
9
9
### Core Objectives
10
10
The objectives are highly practical and focused on implementation:
11
+
11
12
***Define Use Cases:** Identifying and developing **highly relevant use cases** drawn from both industry needs and cutting-edge academic research.
13
+
12
14
***Brokering and Consultation:** Serving as the central point for brokering these use cases and consulting with domain partners on the implementation of **Voc4Cat** ontologies and **CatCore** metadata standards.
15
+
13
16
***Guiding Data Space Population:** Actively guiding partners on how to populate the specific use case data spaces, ensuring data quality and adherence to standardization protocols.
14
17
15
18
This partnership is designed to foster a continuous feedback loop, ensuring the digital tools are assessed, optimized, and utilized effectively in a real-world, high-stakes environment.
16
19
17
20
### Industry Partners and Focus Areas
18
21
The involvement of major industrial players validates the infrastructure's relevance. Key partners include:
19
-
***BASF SE**
20
-
***hte**
21
-
***Evonik**
22
-
***Linde**
22
+
[* **BASF SE**]: #
23
+
[* **hte**]: #
24
+
[* **Evonik**]: #
25
+
[* **Linde**]: #
23
26
24
27
Their shared focus is on advancing **sustainable production processes** for key chemical intermediates, such as various alcohols and olefins derived from synthesis gas, guaranteeing that the NFDI4Cat tools address high-impact industrial challenges.
25
28
@@ -28,7 +31,9 @@ Their shared focus is on advancing **sustainable production processes** for key
28
31
To encourage participation and offset the cost of digitization efforts, **FlexFunds** are made available, but their usage and the rules regarding data contribution are strict.
29
32
30
33
### FlexFunds Guidelines
34
+
31
35
***Purpose:** FlexFunds are strictly intended to support **data collection and digitization activities** directly related to the defined use cases. This can include personnel time for data structuring, metadata capture, and tool implementation.
36
+
32
37
***Limitation:** These funds **cannot** be used to finance new experimental research or core research expenses.
33
38
34
39
### Confidentiality Guarantee
@@ -46,12 +51,14 @@ The digital infrastructure is being designed with the future of catalysis resear
46
51
47
52
### Machine Learning and Autonomous Research
48
53
The standardized, high-quality data generated by the system is the perfect fuel for **Machine Learning (ML)** models. The goal is to move towards **autonomous research**, enabling:
54
+
49
55
* Real-time control and optimization of experiments.
50
56
* Prediction of catalyst performance under novel conditions.
51
57
* Automation of routine data curation and analysis tasks.
52
58
53
59
### Structured Experimentation
54
60
The infrastructure strongly encourages a **Design of Experiment (DoE)** approach. DoE provides a structured, statistical methodology for planning and analyzing experiments, helping researchers:
61
+
55
62
* Minimize experimental runs needed to gain statistically significant results.
56
63
* Reduce implicit human biases often introduced during traditional trial-and-error methods.
57
64
* Maximize the informational value of every data point collected.
Copy file name to clipboardExpand all lines: docs/a_heros_journey/workflow.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ To transition data from the "quickfix" spreadsheets into the machine-readable da
31
31
32
32
### The Autofill Tool (Python Script)
33
33
This custom script is the backbone of the current workflow. Its purpose is to overcome institutional formatting differences. The script automatically:
34
+
34
35
1.**Reads Data:** Ingests data from the varied individual Excel spreadsheets submitted by the partners.
35
36
2.**Validates:** Checks against the mandatory fields defined by **CatCore**.
36
37
3.**Transports and Unifies:** Maps and writes the extracted data into a single, standardized, master data template.
@@ -39,6 +40,7 @@ This script ensures that the structural integrity of the final data set is maint
39
40
40
41
### The Excel-to-JSON Converter (KIT Quickfix)
41
42
To make the standardized spreadsheet data instantly usable for machine analysis, a converter was developed. This tool transforms the structured spreadsheet data into:
43
+
42
44
***JSON** (`.json` files): Ideal for object storage and web-based applications.
43
45
***CSV** (`.csv` files): Essential for use in data science libraries and ML models.
0 commit comments