Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/img/gide-pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/img/gide-ro-crate-simplified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assets/img/gide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions docs/pages/use_cases/gide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
page_id: gide
title: foundingGIDE
Copy link
Copy Markdown
Contributor

@elichad elichad May 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest using the expanded acronym here to make it most clear what it is when scrolling through the list

Suggested change
title: foundingGIDE
title: Global Image Data Ecosystem

description: GIDE (Global Image Data Ecosystem) is a colaborative project working towards the interoperability of bioimage data repositories across the globe. The project was initially funded by an European Comission Horizon Grant as "foundingGIDE", including multiple partners from Europe, Australia and Japan. The GIDE project uses RO-Crates as a metadata exchange format to harmonize outputs from three major bioimaging repositories (SSBD, BioImage Archive and IDR).
url: https://founding-gide.eurobioimaging.eu/
image: gide.svg
domains: [biology,biomedical_science,medicine] # should match item(s) in pages/domains
tasks: [data_handling, manage_data] # should match item(s) in pages/tasks
roles: [researcher, repository_manager, data_steward] # should match item(s) in pages/roles
---
<!--
Copyright 2019-2022 RO-Crate contributors
<https://github.com/ResearchObject/ro-crate/graphs/contributors>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

# Global Image Data Ecosystem

<a href="https://founding-gide.eurobioimaging.eu/">
<img src="assets/img/gide.svg" alt="foundingGIDE project logo" width="30%">
</a>



[What GIDE is]

[How detached RO-Crates are being used in GIDE]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in addition to this you could include: why were RO-Crates chosen for GIDE?




[![The technical pipeline of foundingGIDE. A) The flow from harmonized data through RO-Crate to the GIDE-Portal and RDF dumps. B-C) Internal dashboards used for validating data quality. D) A SPARQL interface for querying the RO-Crates as RDF](../../assets/img/gide-pipeline.png)]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please follow the style in the template for including images: https://github.com/ResearchObject/ro-crate/blob/main/docs/_blog/.template.md#including-images

this allows us to include both alt text and a caption easily and ensure image formatting is consistent across different pages


## The GIDE RO-Crate Profile

[Overview of the RO-Crate profile]

[![Simplified view of the GIDE RO-Crate profile](../../assets/img/gide-pipeline.png)]


[Background of metadata work]


[Context]

```

```


[Example dettached RO-Crate]
```

```
## Resources
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there any way for people to get involved in GIDE and contribute to further development? if so you could include it here


* GIDE RO-Crate profile https://www.gide-project.org/ro-crate/search/1.0/profile
* GIDE RO-Crate context https://www.gide-project.org/ro-crate/search/1.0/context
* foundingGIDE Data Deliverable (including RO-Crates and a RDF collection in Turtle format):
https://github.com/German-BioImaging/gide-data-deliverable/


We are using the RO-Crate structure to harmonize metadata for https://www.gide-project.org/portal
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would be good to highlight further up! Maybe in an "Applications" or "Next Steps" section above Resources?

Loading