Skip to content
Snippets Groups Projects
Commit 33c15383 authored by FionaDmello's avatar FionaDmello
Browse files

added missing content, deleted unnecessary files based on the review

parent c4504f33
No related branches found
No related tags found
1 merge request!9Docusaurus based documentation
Pipeline #513087 passed
......@@ -15,4 +15,4 @@ Initial efforts of the Helmholtz-KG implementation will focus on the representat
- Researchers & Experts
- Projects
The representation of these instances will be semantically aligned with the [schema.org](https://schema.org/docs/full.html) vocabulary, a globally adopted standard offering a relaxed frame for the representation of heterogeneous data. Following the initial implementation the semantic expressiveness of the graph can be increased by integrating domain ontologies such as the HMC developed [Helmholtz Digitization Ontology](https://codebase.helmholtz.cloud/hmc/hmc-public/hob/hdo) (HDO), which provides precise and comprehensive semantics of the concepts and practices used to manage digital assets.
The representation of these instances will be semantically aligned with the [schema.org](https://schema.org/docs/full.html) and [datacite](https://datacite.org/) vocabulary, a globally adopted standard offering a relaxed frame for the representation of heterogeneous data. Following the initial implementation the semantic expressiveness of the graph can be increased by integrating domain ontologies such as the HMC developed [Helmholtz Digitization Ontology](https://codebase.helmholtz.cloud/hmc/hmc-public/hob/hdo) (HDO), which provides precise and comprehensive semantics of the concepts and practices used to manage digital assets.
......@@ -11,6 +11,8 @@ However, the (meta)data generated through the HGF's research and operations is t
To address this challenge, the Helmholtz Metadata Collaboration (HMC) is launching the **unified Helmholtz Information and Data Exchange (unHIDE)**. This initiative seeks to create a lightweight and sustainable interoperability layer to interlink data infrastructures and provide greater, cross-organisational access to the HGF's (meta)data and information assets. Using proven and globally adopted knowledge graph technology (Box 1), unHIDE will develop a comprehensive association-wide Knowledge Graph (KG) the "Helmholtz-KG": a solution to connect (meta)data, information, and knowledge.
> *Box 1*
>
> What is a Knowledge Graph?
>
> - A "graph", from graph theory, is a structure that models pairwise connections between objects using "nodes" connected by "edges".
......
......@@ -22,3 +22,11 @@ With the implementation of the Helmholtz-KG, unHIDE will create substantial addi
- allow for traceable and reproducible recovery of (meta)data to enhance research
- support connectivity of HGF data to interact with global infrastructures and projects
- act as a central access and distribution point for stakeholders within and beyond the HGF
### References
- [1] https://5stardata.info/en/
- [2] https://www.w3.org/TR/2014/REC-json-ld-20140116/
- [3] https://book.oceaninfohub.org/publishing/publishing.html
- [4] https://www.researchobject.org/ro-crate/
- [6] https://www.openarchives.org/pmh/
......@@ -5,4 +5,5 @@ sidebar_position: 4
# Feature Requests
- [ ] Implement a form that sends out an email with all relevant details collected to the unhide team
Please first explore our [project repository](https://codebase.helmholtz.cloud/hmc/hmc-public/unhide) to learn more about the project. Following which you can get in touch with [Dr. Volker Hofmann](mailto:v.hofmann@fz-juelich.de) and/or [Mr.Mustafa Soylu](mailto:m.soylu@fz-juelich.de).
explain the exact workflow of requesting features via issues on our repository when the workflow is discussed
---
displayed_sidebar: communitySidebar
sidebar_position: 6
---
# Get in touch
Link the above heading to the official email address of the unhide product team
---
displayed_sidebar: communitySidebar
sidebar_position: 1
---
# Partners
Acknowledge all organizations and institutes that are supporting the development of UnHIDE here
---
displayed_sidebar: communitySidebar
sidebar_position: 1
---
# Contributors and Partners
<a
href="https://www.helmholtz-berlin.de"
style={{
textAlign: "center",
display: "flex",
justifyContent: "center",
marginTop: "-60px",
}}
>
<img src="/img/hzb-logo-a4-rgb.png" alt="Logo of HZB" />
</a>
<a
href="https://fz-juelich.de"
style={{
textAlign: "center",
display: "flex",
justifyContent: "center",
paddingBottom: "80px",
}}
>
<img
src="https://github.com/Materials-Data-Science-and-Informatics/Logos/raw/main/FZJ/FZJ.png"
alt="Logo of FZJ"
height="150"
width="500"
/>
</a>
<a
href="https://www.dkfz.de/"
style={{
textAlign: "center",
display: "flex",
justifyContent: "center",
paddingBottom: "100px",
}}
>
<img
src="https://upload.wikimedia.org/wikipedia/commons/d/d9/Deutsches_Krebsforschungszentrum_Logo.svg"
alt="Logo of DKFZ"
/>
</a>
This project is collaboratively developed by [Helmholz Zentrum Berlin (HZB)](https://www.helmholtz-berlin.de), [Forschungszentrum Jülich GmbH (FZJ)](https://fz-juelich.de) and the [Deutsches Krebsforschungszentrum (DKFZ)](https://www.dkfz.de/).
## Acknowledgements
<a
href="https://helmholtz-metadaten.de"
style={{
textAlign: "center",
justifyContent: "center",
}}
>
<img
src="https://github.com/Materials-Data-Science-and-Informatics/Logos/raw/main/HMC/HMC_Logo_M.png"
alt="Logo of HMC"
/>
</a>
This project was developed and funded by the [Helmholtz Metadata Collaboration (HMC)](https://helmholtz-metadaten.de), an incubator-platform of the Helmholtz Association within the framework of the Information and Data Science strategic initiative.
......@@ -5,7 +5,7 @@ import type * as Preset from "@docusaurus/preset-classic";
const config: Config = {
title: "Helmholtz Knowledge Graph (HKG)",
tagline:
"the knowledge graph driving the Unified Helmholtz Information and Data Exchange (UnHide)",
"The knowledge graph driving the Unified Helmholtz Information and Data Exchange (UnHide)",
favicon: "img/Logo_HGF-KG_notext_brightback.png",
// Set the production url of your site here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment