# DMP Workflow Roadmap

DMP Workflow Roadmap

<table data-header-hidden><thead><tr><th width="109"></th><th width="196"></th><th width="298"></th><th></th></tr></thead><tbody><tr><td><strong>Stage</strong></td><td><strong>Goal</strong></td><td><strong>Recommended Tools / Resources</strong></td><td><strong>Notes / Examples</strong></td></tr><tr><td><strong>1. Plan</strong></td><td>Define how data will be managed before collection begins</td><td>DMP Tools: DMPonline, DMPTool, Argos Policies: UCPH Research Data Policy, Horizon Europe DMP guidelines Identifiers: ORCID, ROR</td><td>Create a <strong>Data Management Plan (DMP)</strong> that describes data formats, metadata standards, storage, access control, and sharing strategy. Ensure alignment with <strong>FAIR Principles</strong> and funder mandates.</td></tr><tr><td><strong>2. Collect</strong></td><td>Acquire raw experimental data with proper structure &#x26; metadata</td><td>Acquisition tools: Microscope vendor software + Bio-Formats for conversion. Metadata standards: OME (bioimaging), MIAME (microarrays), MIABIS (biobanking), REMBI (bioimaging metadata)</td><td>Capture <strong>primary metadata at the point of collection</strong> (instrument type, conditions, sample info). Use controlled vocabularies/ontologies (e.g., OBO Foundry, EDAM).</td></tr><tr><td><strong>3. Store</strong></td><td>Ensure secure storage, versioning, and metadata capture during the project</td><td>Institutional storage: OMERO (images), ERDA (UCPH), Dataverse, CKAN File formats: OME-TIFF, OME-Zarr, HDF5 ELNs: eLabFTW, Labguru</td><td>Store data in <strong>open formats</strong> with metadata. Use <strong>OME-Zarr</strong> for scalable N-D imaging. Document workflows in <strong>ELN systems</strong>. Maintain <strong>access control</strong> and backups.</td></tr><tr><td><strong>4. Publish</strong></td><td>Deposit datasets in repositories with persistent identifiers</td><td>Repositories: BioImage Archive, IDR, EMPIAR (bioimaging); GEO, PRIDE, ENA (omics); Zenodo, Figshare (general OA). Persistent IDs: DOIs via DataCite/CrossRef</td><td>Deposit data in <strong>trusted repositories</strong> to comply with FAIR and Open Access mandates. Datasets receive <strong>DOIs</strong> for citation and linking to publications.</td></tr><tr><td><strong>5. Share</strong></td><td>Make data discoverable and accessible for the community</td><td>Registries: FAIRsharing.org, re3data, OpenAIRE Policy frameworks: EOSC, GO FAIR, RDA, CODATA</td><td>Use <strong>metadata-rich records</strong> so data can be indexed in registries. Share under licenses (CC-BY, CC0) unless restricted. FAIR allows controlled access (e.g., dbGaP for genomic data).</td></tr><tr><td><strong>6. Reuse</strong></td><td>Enable reproducibility, secondary analysis, and integration</td><td>Tools: Fiji, napari, QuPath, ilastik, 3D Slicer, Galaxy Imaging Citation systems: ORCID (authors), ROR (institutions), RRID (resources) Impact tracking: Altmetric, OpenAlex</td><td>Reuse is enabled by <strong>machine-actionable metadata</strong> and open formats. Reused data should be <strong>cited properly</strong> (dataset DOI). Adoption tracked via citations, reanalysis, or policy uptake.</td></tr></tbody></table>

***

## Key Insights for Life Sciences & Bioimaging

* **Planning & metadata** are the foundations of FAIR. Without capturing metadata at collection, downstream FAIRification is much harder.
* **Bioimaging-specific standards**: OME-TIFF/OME-Zarr for formats, REMBI for metadata.
* **Infrastructure integration**: Use **OMERO** for lab-scale storage and management and **BioImage Archive / IDR / EMPIAR** for long-term FAIR publication.
* **Reuse** is maximized when datasets are linked across identifiers: **dataset DOI ↔ publication DOI ↔ ORCID ↔ ROR ↔ RRID**.
* **FAIR ≠ Open**: Controlled-access data can still be FAIR if metadata is discoverable.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://data-champions.renew-platforms.dk/renew-data-champions/data-managemen-plans/dmp-workflow-roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
