Skip to content

Commit 0bc5042

Browse files
Multiple changes in docs and testdata
1 parent d33c96d commit 0bc5042

21 files changed

Lines changed: 1054 additions & 610 deletions

catcore_linkml.xlsx

14.5 KB
Binary file not shown.
File renamed without changes.

docs/collaboration_and_future.md renamed to docs/a_heros_journey/collaboration_and_future.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@ TA5 is the engine of knowledge transfer and adoption for the NFDI4Cat digital to
88

99
### Core Objectives
1010
The objectives are highly practical and focused on implementation:
11+
1112
* **Define Use Cases:** Identifying and developing **highly relevant use cases** drawn from both industry needs and cutting-edge academic research.
13+
1214
* **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+
1316
* **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.
1417

1518
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.
1619

1720
### Industry Partners and Focus Areas
1821
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**]: #
2326

2427
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.
2528

@@ -28,7 +31,9 @@ Their shared focus is on advancing **sustainable production processes** for key
2831
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.
2932

3033
### FlexFunds Guidelines
34+
3135
* **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+
3237
* **Limitation:** These funds **cannot** be used to finance new experimental research or core research expenses.
3338

3439
### Confidentiality Guarantee
@@ -46,12 +51,14 @@ The digital infrastructure is being designed with the future of catalysis resear
4651

4752
### Machine Learning and Autonomous Research
4853
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+
4955
* Real-time control and optimization of experiments.
5056
* Prediction of catalyst performance under novel conditions.
5157
* Automation of routine data curation and analysis tasks.
5258

5359
### Structured Experimentation
5460
The infrastructure strongly encourages a **Design of Experiment (DoE)** approach. DoE provides a structured, statistical methodology for planning and analyzing experiments, helping researchers:
61+
5562
* Minimize experimental runs needed to gain statistically significant results.
5663
* Reduce implicit human biases often introduced during traditional trial-and-error methods.
5764
* Maximize the informational value of every data point collected.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Given the participation of industry partners like BASF SE, security is paramount
1111

1212
### Functional Requirements
1313
Beyond security, the platform must facilitate efficient research. Key functional requirements include:
14+
1415
* **User and Access Management:** Precise control over who can view, upload, or modify specific data sets.
1516
* **Data Ingestion and Metadata Capture:** Streamlined tools for uploading data while immediately capturing mandatory metadata.
1617
* **Discoverability and Querying:** Features that allow researchers to easily find relevant data through standardized metadata fields.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ To transition data from the "quickfix" spreadsheets into the machine-readable da
3131

3232
### The Autofill Tool (Python Script)
3333
This custom script is the backbone of the current workflow. Its purpose is to overcome institutional formatting differences. The script automatically:
34+
3435
1. **Reads Data:** Ingests data from the varied individual Excel spreadsheets submitted by the partners.
3536
2. **Validates:** Checks against the mandatory fields defined by **CatCore**.
3637
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
3940

4041
### The Excel-to-JSON Converter (KIT Quickfix)
4142
To make the standardized spreadsheet data instantly usable for machine analysis, a converter was developed. This tool transforms the structured spreadsheet data into:
43+
4244
* **JSON** (`.json` files): Ideal for object storage and web-based applications.
4345
* **CSV** (`.csv` files): Essential for use in data science libraries and ML models.
4446

0 commit comments

Comments
 (0)