Skip to content

Commit 8778991

Browse files
authoredAug 28, 2024
Merge pull request #2 from NFDI4Chem/feature/add-gh-actions
More Logo Work and first Abstract
2 parents f4c2c0d + c01d188 commit 8778991

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+69
-1241
lines changed
 

‎docs/10_intro.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import MyImg from "@site/src/components/MyImg";
99
import MyDocCardList from "@site/src/components/MyDocCardList/MyDocCardList";
1010
import items from "@site/static/index_items.js";
1111

12-
# Willkommen
12+
# Welcome
1313

1414
<MyImg
15-
src={useBaseUrl("img/ppnmr2024_logo.svg")}
16-
srcDark={useBaseUrl("/img/ppnmr2024_logo_dark.svg")}
17-
alt="PPNMR 2024 Logo"
15+
src={useBaseUrl("img/nfdi4chem-logo.svg")}
16+
srcDark={useBaseUrl("/img/nfdi4chem-logo-dark.svg")}
17+
alt="NFDI4Chem Logo"
1818
width="600"
1919
/>
2020

‎docs/20_posters/20_sherpa.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Sherpa"
3+
description: "Navigating Data Complexity: Standardizing Diverse Formats with Converter Services"
4+
---
5+
6+
# Navigating Data Complexity: Standardizing Diverse Formats with Converter Services
7+
8+
#### Lincoln Sherpa
9+
10+
##### Centre for Information Services & High Performance Computing (ZIH), TU Dresden,
11+
12+
###### E-Mail: lincoln.sherpa(at)tu-dresden.de
13+
14+
The integration of the latest machines and technologies, combined with a diverse array of existing systems, expands the range of data formats and types, thereby introducing new challenges. To effectively navigate these complexities, it is crucial to implement robust governance mechanisms that ensure seamless conversion of diverse data formats into standardized forms. An infrastructure for deploying converter services has been established, providing users with a streamlined, user-friendly platform for effortlessly transforming data into standardized formats.
15+
16+
The converter service is built on the Common Workflow Language (CWL), selected for its exceptional interoperability, portability, and reproducibility. The source code is housed in a GitLab repository, complete with a CI/CD pipeline that not only automates the generation of conversion and validation summary reports but also fosters community collaboration. These reports offer a detailed overview of the conversion and validation process, ensuring transparency and efficiency across various file formats.
17+
18+
The repository includes all the necessary code to run a converter, which is built on Flask, adheres to the OpenAPI specification, and provides a REST API for seamless integration with other NFDI4Chem services. The entire system is also packaged in a Docker image for easy deployment, and with a Helm chart available to streamline deployment in Kubernetes environments.
19+
20+
Currently, the system processes mass spectrometry files from various instruments, with plans to extend support to other data formats and types.

0 commit comments

Comments
 (0)