From d7f8eaff6842a0a0062f82d251f8788c315013f9 Mon Sep 17 00:00:00 2001
From: Bert Droesbeke <44875756+bedroesb@users.noreply.github.com>
Date: Fri, 16 Sep 2022 10:26:19 +0200
Subject: [PATCH] Start of a better landing page (#857)
* first try
* updates after feedback
* new landing start
* new search
* colums
* test fix
* search fix
* gray background
* no I needed
* bedder spacing
* padding fix
* bg fix
* padding fix
* container fix
* spacing fix
* more paddign
* landing pages
* hover effect
* typo
* url fix
* search box fix
* search smaller
* some small fixes
* main classes
* main fix
* font fixes
* fixes
* h2 fix
* title change
* some title fixes
* contributor section
* no bold brurb
* news border
* new text
* fix position results
* trigger build
* trigger
* scroll into view
* search-section
* icon examples
* flag colors
* better icon behaviour
* icon changes
* PAGE URL FIX
* example pages
* more menu items
* better landingpages
* tiles improvements
* typo
* white background
* feeback changes
* lighter section tiles
* test with different icons
* update logo's
* size change
* trigger
* cycle update
* more rounded
* preview
* implement feedback
* domain fix
* alt cycle icon
* trigger
* trigger
* trigger
* bugfix
* trigger
* trigger
* spcing fix
* bug fix
* dsw url fix
* size data life cycle wheel
* new bootstrap
* topnav fix
* role back bootstrap update
* alt icon
* font weight
* boolean
* update landing pages
* spacer
* safari fix
* official font awesome icons
* implement feedback
* description update
* little bit bigger
* rounded pill
* line martin
* no point
* use latest theme
* fix h3
* syntax param
---
_config.yml | 6 +-
_data/sidebars/data_management.yml | 70 ++-
_sass/_bootstrap_variables.scss | 2 -
_sass/_custom_classes.scss | 118 ++--
_sass/_custom_variables.scss | 7 +-
.../img/section-icons/address-card-light.svg | 1 +
.../img/section-icons/arrows-spin-light.svg | 1 +
.../img/section-icons/arrows-to-dot-light.svg | 1 +
assets/img/section-icons/dna-light.svg | 1 +
assets/img/section-icons/file-lines-light.svg | 1 +
assets/img/section-icons/flag-light.svg | 1 +
assets/img/section-icons/gears-light.svg | 1 +
.../section-icons/graduation-cap-light.svg | 1 +
assets/img/section-icons/list-check-light.svg | 1 +
assets/img/section-icons/users-light.svg | 1 +
index.html | 523 +++++++-----------
pages/all_training_resources.md | 1 +
pages/data_life_cycle.md | 185 +++++++
pages/data_life_cycle/TEMPLATE_rdm_cycle.md | 1 +
pages/data_life_cycle/analysing.md | 1 +
pages/data_life_cycle/collecting.md | 1 +
pages/data_life_cycle/planning.md | 1 +
pages/data_life_cycle/preserving.md | 1 +
pages/data_life_cycle/processing.md | 1 +
pages/data_life_cycle/reusing.md | 1 +
pages/data_life_cycle/sharing.md | 1 +
.../national_resources/TEMPLATE_resources.md | 1 +
pages/tool_assembly.md | 2 +-
pages/your_domain.md | 17 +
pages/your_domain/TEMPLATE_your_domain.md | 1 +
pages/your_domain/bioimaging_data.md | 1 +
.../biomolecular_simulation_data.md | 1 +
pages/your_domain/epitranscriptome_data.md | 1 +
pages/your_domain/human_data.md | 1 +
.../intrinsically_disordered_proteins.md | 1 +
pages/your_domain/marine_metagenomics.md | 1 +
pages/your_domain/microbial_biotechnology.md | 1 +
pages/your_domain/plant_sciences.md | 1 +
pages/your_domain/proteomics.md | 1 +
.../your_domain/structural_bioinformatics.md | 1 +
pages/your_domain/toxicology_data.md | 1 +
pages/your_role.md | 15 +
pages/your_role/TEMPLATE_your_role.md | 2 +-
.../your_role/data_steward_infrastructure.md | 1 +
pages/your_role/data_steward_policy.md | 1 +
pages/your_role/data_steward_research.md | 1 +
pages/your_role/researcher.md | 1 +
pages/your_tasks.md | 14 +
pages/your_tasks/TEMPLATE_your_tasks.md | 1 +
pages/your_tasks/compliance_monitoring.md | 2 +-
pages/your_tasks/data_analysis.md | 2 +-
pages/your_tasks/data_brokering.md | 2 +-
pages/your_tasks/data_management_plan.md | 2 +-
pages/your_tasks/data_organisation.md | 2 +-
pages/your_tasks/data_protection.md | 2 +-
pages/your_tasks/data_publication.md | 2 +-
pages/your_tasks/data_quality.md | 2 +-
pages/your_tasks/data_transfer.md | 2 +-
pages/your_tasks/existing_data.md | 3 +-
pages/your_tasks/identifiers.md | 2 +-
pages/your_tasks/licensing.md | 2 +-
pages/your_tasks/machine_actionability.md | 2 +-
pages/your_tasks/metadata_management.md | 2 +-
pages/your_tasks/sensitive_data.md | 2 +-
pages/your_tasks/storage.md | 2 +-
65 files changed, 617 insertions(+), 414 deletions(-)
create mode 100644 assets/img/section-icons/address-card-light.svg
create mode 100644 assets/img/section-icons/arrows-spin-light.svg
create mode 100644 assets/img/section-icons/arrows-to-dot-light.svg
create mode 100644 assets/img/section-icons/dna-light.svg
create mode 100644 assets/img/section-icons/file-lines-light.svg
create mode 100644 assets/img/section-icons/flag-light.svg
create mode 100644 assets/img/section-icons/gears-light.svg
create mode 100644 assets/img/section-icons/graduation-cap-light.svg
create mode 100644 assets/img/section-icons/list-check-light.svg
create mode 100644 assets/img/section-icons/users-light.svg
create mode 100644 pages/data_life_cycle.md
create mode 100644 pages/your_domain.md
create mode 100644 pages/your_role.md
create mode 100644 pages/your_tasks.md
diff --git a/_config.yml b/_config.yml
index badcdf806..134e27cb8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,10 +1,10 @@
title: RDMkit
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
-description: "Find the answers to your Research Data Management questions in Life Sciences."
+description: "Best practices and guidelines you can use for FAIR management of your research data."
# Metadata description of the website
-remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@1.17.0
+remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@1.19.0
sass:
style: compressed
@@ -17,6 +17,8 @@ dsw_deep_link_prefix: https://converge.ds-wizard.org/knowledge-models/dsw:root:l
# prefix for DSW deep links to a certain question
theme_variables:
+ topnav:
+ theme: dark
theme_color: c23669
fonts:
- https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap
diff --git a/_data/sidebars/data_management.yml b/_data/sidebars/data_management.yml
index a689ca8e8..235d8654c 100644
--- a/_data/sidebars/data_management.yml
+++ b/_data/sidebars/data_management.yml
@@ -2,11 +2,15 @@ title: Data management
title_url: /index
subitems:
- title: Data life cycle
- description: Start here to get an overview of research data management. Click on a section of the diagram below to get an introduction to that stage of the data management life cycle.
+ description: Start here to get an overview of research data management based on stages in the data life cycle.
+ url: /data_life_cycle
subitems:
- RDM: True
+ image_url: /assets/img/section-icons/arrows-spin-light.svg
- title: Your role
description: Identify your role in research data management, find data management resources relevant for you, and information to help you progress in your career path.
+ url: /your_role
+ image_url: /assets/img/section-icons/address-card-light.svg
subitems:
- title: Researcher
url: /researcher
@@ -17,7 +21,9 @@ subitems:
- title: "Data Steward: infrastructure"
url: /data_steward_infrastructure
- title: Your domain
- description: Learn about the data management problems that affect your domain or research community, and the solutions adopted to address them.
+ description: Learn about data management tasks that affect your domain or research community, and the solutions adopted to address them.
+ url: /your_domain
+ image_url: /assets/img/section-icons/dna-light.svg
subitems:
- title: Plant sciences
url: /plant_sciences
@@ -42,7 +48,9 @@ subitems:
- title: Structural bioinformatics
url: /structural_bioinformatics
- title: Your tasks
- description: Find guidelines and solutions for tackling common data management problems.
+ description: Find guidelines and solutions for tackling common data management tasks.
+ url: /your_tasks
+ image_url: /assets/img/section-icons/list-check-light.svg
subitems:
- title: Compliance monitoring
url: /compliance_monitoring
@@ -77,17 +85,63 @@ subitems:
- title: Sensitive data
url: /sensitive_data
- title: Tool assembly
- description: Find concrete combinations of tools and resources assembled into a workflow for research data management.
+ description: Find concrete combinations of tools and resources assembled into an ecosystem for research data management.
url: /tool_assembly
+ subitems:
+ - title: COVID-19 Data Portal
+ url: /covid19_data_portal
+ - title: CSC
+ url: /csc_assembly
+ - title: IFB
+ url: /ifb_assembly
+ - title: Marine Metagenomics
+ url: /marine_metagenomics_assembly
+ - title: NeLS
+ url: /nels_assembly
+ - title: OMERO
+ url: /omero_assembly
+ - title: Plant Genomics
+ url: /plant_genomics_assembly
+ - title: TransMed
+ url: /transmed_assembly
+ - title: TSD
+ url: /tsd_assembly
+ - title: XNAT-PIC
+ url: /xnat_pic_assembly
+ image_url: /assets/img/section-icons/arrows-to-dot-light.svg
- title: National resources
- description: Browse trough the national resource pages
+ description: Find pointers to country specific information resources and national research data management practices.
url: /national_resources
-
+ image_url: /assets/img/section-icons/flag-light.svg
+ subitems:
+ - title: Belgium
+ url: /be_resources
+ - title: Germany
+ url: /de_resources
+ - title: Estonia
+ url: /ee_resources
+ - title: Spain
+ url: /es_resources
+ - title: Finland
+ url: /fi_resources
+ - title: France
+ url: /fr_resources
+ - title: Italy
+ url: /it_resources
+ - title: Norway
+ url: /no_resources
+ - title: Portugal
+ url: /pt_resources
+ - title: Sweden
+ url: /se_resources
+ - title: United Kingdom
+ url: /uk_resources
- title: All tools and resources
description: Browse the RDMkit's catalogue of tools and resources for research data management.
url: /all_tools_and_resources
+ image_url: /assets/img/section-icons/gears-light.svg
hr: True
- title: All training resources
- description: Browse the RDMkit's catalogue of training resources for research data management.
+ description: Browse all training resources mentioned in RDMkit pages.
url: /all_training_resources
-
+ image_url: /assets/img/section-icons/graduation-cap-light.svg
diff --git a/_sass/_bootstrap_variables.scss b/_sass/_bootstrap_variables.scss
index 5eae6d212..d038b106c 100644
--- a/_sass/_bootstrap_variables.scss
+++ b/_sass/_bootstrap_variables.scss
@@ -12,8 +12,6 @@ $component-active-bg: $primary;
$navbar-dark-color: $white;
$navbar-dark-hover-color: $primary;
$navbar-dark-toggler-border-color: transparent;
-$nav-link-color: $white;
-$nav-link-hover-color: $primary;
$border-radius: 0.3rem;
$btn-border-radius-sm: $border-radius;
$card-border-width: 0;
diff --git a/_sass/_custom_classes.scss b/_sass/_custom_classes.scss
index adcb192df..5b9c71a7e 100644
--- a/_sass/_custom_classes.scss
+++ b/_sass/_custom_classes.scss
@@ -7,6 +7,10 @@
}
}
+.bg-light-x {
+ background-color: $light-x;
+}
+
/*-----Sidebar-----*/
//RDM wheel in sidebar
@@ -41,81 +45,97 @@ li ul .sidebar_rdm_sub {
margin-top: $spacer * 0.5;
}
-/*-----News and events-----*/
+/* -----Homepage----- */
-.events,
-.news {
- h2 {
- color: $dark;
+.landingpage {
+
+ .h-icon-6 {
+ height: 6em;
+ }
+ .h-icon-5 {
+ height: 5em;
+ }
+ .h-icon-4 {
+ height: 4em;
}
-}
-/* -----Homepage----- */
+ .card {
+ &:hover{
+ box-shadow: $box-shadow;
+ }
-// Counters on landing page
+ .card-img-top {
+ width: unset;
+ padding: $card-spacer-x $card-spacer-x 0 $card-spacer-x;
+ }
+ }
-.count-number {
- font-size: 4em;
- font-weight: 700;
-}
+ h1 {
+ font-size: 2.2rem;
+ font-weight: 200;
+ text-align: center;
+ }
-.blurb-title {
- font-family: "Exo 2", sans-serif;
- font-size: 1.3em;
- margin-bottom: 18px;
- font-weight: 600;
-}
+ h2 {
+ font-weight: 700;
+ font-family: $font-family-theme;
+ }
-// Dropdown boxes
+ h3 {
+ font-weight: 600;
+ font-family: $font-family-theme;
+ }
-h2.card-title {
- margin: 0 0 0.5rem 0;
}
-// Arrow in button
-
-.btn.arrow::after {
- float: right;
- width: 15px;
- text-align: center;
- font-style: normal;
- font-variant: normal;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- font-family: "Font Awesome 5 Free";
- font-weight: 900;
- content: "\f078";
- transition: transform 0.2s ease-in-out;
-}
+// Search box
+
+section#search-section {
+ form {
+ max-width: 600px;
+ }
+
+ #search-results {
+ right: unset;
+ }
+ .input-group-text {
+ font-size: 1.5rem;
+ }
-.btn.arrow:not(.collapsed)::after {
- transform: rotate(-180deg);
+
}
-// RDM wheel frontpage
+// Counters on landing page
-.ratio.main_rdm {
- padding-bottom: 100%;
+.count-number {
+ font-size: 4em;
+ font-weight: 700;
}
-@media (min-width: 576px) {
- .ratio.main_rdm {
- padding-bottom: 70%;
+
+/*-----Section navigation tiles-----*/
+
+.navigation-tiles {
+ .card:hover {
+ box-shadow: $box-shadow;
}
-}
-@media (min-width: 768px) {
- .ratio.main_rdm {
- padding-bottom: 35%;
+ .card-header {
+ a:hover {
+ text-decoration: none;
+ }
+ h3 {
+ font-size: 1.2rem;
+ }
}
}
+
/*-----Top navigation-----*/
.navbar-nav .nav-item > a {
white-space: nowrap;
&.active {
- color: $white;
background-color: $primary;
border-radius: $border-radius;
}
diff --git a/_sass/_custom_variables.scss b/_sass/_custom_variables.scss
index 7b72c5da7..c626d92ce 100644
--- a/_sass/_custom_variables.scss
+++ b/_sass/_custom_variables.scss
@@ -11,8 +11,8 @@ $info-card-header-bg: $dark;
/*-----Section navigation tiles-----*/
$nav-card-bg: $light;
-$nav-card-header-bg: $dark;
-$nav-card-header-color: $white;
+$nav-card-header-bg: $light-x;
+$nav-card-header-color: $dark;
$nav-card-badge-color: $body-color;
$nav-card-badge-bg: $white;
@@ -22,4 +22,5 @@ $footer-color: $white;
$footer-link-color: $white;
$footer-copyright-bg: #00000033;
-
+/*-----Events & news-----*/
+$news-border-color: $dark;
diff --git a/assets/img/section-icons/address-card-light.svg b/assets/img/section-icons/address-card-light.svg
new file mode 100644
index 000000000..63f31f30c
--- /dev/null
+++ b/assets/img/section-icons/address-card-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/section-icons/arrows-spin-light.svg b/assets/img/section-icons/arrows-spin-light.svg
new file mode 100644
index 000000000..40cf037b0
--- /dev/null
+++ b/assets/img/section-icons/arrows-spin-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/section-icons/arrows-to-dot-light.svg b/assets/img/section-icons/arrows-to-dot-light.svg
new file mode 100644
index 000000000..fad6de0d1
--- /dev/null
+++ b/assets/img/section-icons/arrows-to-dot-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/section-icons/dna-light.svg b/assets/img/section-icons/dna-light.svg
new file mode 100644
index 000000000..7faf0d9f7
--- /dev/null
+++ b/assets/img/section-icons/dna-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/section-icons/file-lines-light.svg b/assets/img/section-icons/file-lines-light.svg
new file mode 100644
index 000000000..a0a61bd5c
--- /dev/null
+++ b/assets/img/section-icons/file-lines-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/section-icons/flag-light.svg b/assets/img/section-icons/flag-light.svg
new file mode 100644
index 000000000..c592f36b7
--- /dev/null
+++ b/assets/img/section-icons/flag-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/section-icons/gears-light.svg b/assets/img/section-icons/gears-light.svg
new file mode 100644
index 000000000..88b24fb71
--- /dev/null
+++ b/assets/img/section-icons/gears-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/section-icons/graduation-cap-light.svg b/assets/img/section-icons/graduation-cap-light.svg
new file mode 100644
index 000000000..123290add
--- /dev/null
+++ b/assets/img/section-icons/graduation-cap-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/section-icons/list-check-light.svg b/assets/img/section-icons/list-check-light.svg
new file mode 100644
index 000000000..160408c0a
--- /dev/null
+++ b/assets/img/section-icons/list-check-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/img/section-icons/users-light.svg b/assets/img/section-icons/users-light.svg
new file mode 100644
index 000000000..2daee3124
--- /dev/null
+++ b/assets/img/section-icons/users-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 77f42e69f..17b9e6ba7 100644
--- a/index.html
+++ b/index.html
@@ -1,343 +1,204 @@
---
-toc: false
search_exclude: true
+layout: none
---
-
- Are you working with data in the Life Sciences? Do you feel overwhelmed when you think about Research Data Management?
-
-
The ELIXIR Research Data Management Kit (RDMkit) is an online guide containing good data management practices applicable to research projects from the
- beginning to the end. Developed and managed by people who work every day with life science data, the RDMkit has
- guidelines, information, and pointers to help you with problems throughout the data’s life cycle. RDMkit supports FAIR data — Findable, Accessible, Interoperable and Reusable — by-design, from the first steps of data management planning to the final steps of depositing data in public archives.
-
-
- The RDMkit organises information into the six sections displayed below, which are interconnected but can be browsed independently.
-
-{%- assign sidebar = site.data.sidebars[page.sidebar] %}
-{%- for folder in sidebar.subitems %}
-{%- if folder.title == "Data life cycle" %}
-
-
-
{{folder.title}}
-
{{folder.description}}
-
-
+
+
+{% include head.html %}
+
+
+ {% include topnav.html search=false %}
+
+
+
+
The Research Data Management toolkit for Life Sciences
+
Best practices and guidelines to help you make your data FAIR (Findable, Accessible, Interoperable and Reusable)
This project would not be possible without the many amazing
+ community contributors. RDMkit is an open community project, and you are welcome to join us!
+
- {%- assign i = 1 %}
- {%- for folder in sidebar.subitems %}
- {%- if folder.title != "Data life cycle" %}
-
-
-
-
{{folder.title}}
-
{{folder.description}}
- {%- if folder.title == "All tools and resources" or folder.title == "All training resources" or folder.title == "Tool assembly" or folder.title == "National resources"%}
-
-
-{% include events.html event_type="upcoming_event" title="true" caption="true" %}
-
-{% include news.html caption="true" title="true" limit=3 %}
-
-
We welcome contributors!
-
This project would not be possible without the many amazing community contributors. RDMkit is an open community project, and you are welcome to join us!
+ {%- if site.theme_variables.back_to_top or site.theme_variables.back_to_top == nil %}
+
+ {%- endif %}
+ {% include footer.html %}
+ {% include cookie-popup.html %}
+
+
-
+
\ No newline at end of file
diff --git a/pages/all_training_resources.md b/pages/all_training_resources.md
index 0abcbe4c5..965d688d2 100644
--- a/pages/all_training_resources.md
+++ b/pages/all_training_resources.md
@@ -7,5 +7,6 @@ Overview of all training resources mentioned in RDMkit pages. This overview is a
It is recommended to add your training materials and events into the ELIXIR training registry [TeSS](https://tess.elixir-europe.org/).
+
{% include training-table-all.html %}
diff --git a/pages/data_life_cycle.md b/pages/data_life_cycle.md
new file mode 100644
index 000000000..c4b20d156
--- /dev/null
+++ b/pages/data_life_cycle.md
@@ -0,0 +1,185 @@
+---
+title: Data life cycle
+---
+
+
+In this section, information is organised according to the stages of the research data life cycle. You will find:
+- A general description and introduction of each stage.
+- A list of the main considerations that need to be taken into account during each stage.
+- Links to training materials related to each stage.
+- Links to related data management tasks that can be performed at each stage.
+- Links to a Data Stewardship Wizard for your DMP and to step-by-step instructions to make your data FAIR.
+
+
+
+
+
diff --git a/pages/data_life_cycle/TEMPLATE_rdm_cycle.md b/pages/data_life_cycle/TEMPLATE_rdm_cycle.md
index f15c98a94..abb9af020 100644
--- a/pages/data_life_cycle/TEMPLATE_rdm_cycle.md
+++ b/pages/data_life_cycle/TEMPLATE_rdm_cycle.md
@@ -2,6 +2,7 @@
title: -ing form of the stage name - (e.g. analysing, rather than just analyse)
contributors: []
search_exclude: true
+description:
page_id:
related_pages:
your_tasks: []
diff --git a/pages/data_life_cycle/analysing.md b/pages/data_life_cycle/analysing.md
index 0d0f58783..c3b8aa237 100644
--- a/pages/data_life_cycle/analysing.md
+++ b/pages/data_life_cycle/analysing.md
@@ -4,6 +4,7 @@ page_id: analyse
related_pages:
your_tasks: [data analysis, data organisation, storage]
contributors: [Rob Hooft, Olivier Collin, Munazah Andrabi, Flora D'Anna]
+description: How to manage the data analysis stage
training:
- name: Training in TeSS
registry: TeSS
diff --git a/pages/data_life_cycle/collecting.md b/pages/data_life_cycle/collecting.md
index 69114cce2..7d70ba6d3 100644
--- a/pages/data_life_cycle/collecting.md
+++ b/pages/data_life_cycle/collecting.md
@@ -1,6 +1,7 @@
---
title: Collecting
page_id: collect
+description: Data management at the data collection stage
related_pages:
your_tasks: [data organisation, data quality, existing data, identifiers, metadata, sensitive, storage]
contributors: [Korbinian Bösl, Siiri Fuchs, Anastasia Chasapi, Ulrike Wittig]
diff --git a/pages/data_life_cycle/planning.md b/pages/data_life_cycle/planning.md
index 4773e3b84..b65943aab 100644
--- a/pages/data_life_cycle/planning.md
+++ b/pages/data_life_cycle/planning.md
@@ -1,6 +1,7 @@
---
title: Planning
page_id: plan
+description: Introduction to data management planning
contributors: [Siiri Fuchs, Korbinian Bösl, Minna Ahokas, Federico Bianchini, Flora D'Anna]
related_pages:
your_tasks: [compliance, DMP, data protection]
diff --git a/pages/data_life_cycle/preserving.md b/pages/data_life_cycle/preserving.md
index 31a3b5509..0ce5f34f9 100644
--- a/pages/data_life_cycle/preserving.md
+++ b/pages/data_life_cycle/preserving.md
@@ -1,6 +1,7 @@
---
title: Preserving
page_id: preserve
+description: Introduction to data preservation
contributors: [Siiri Fuchs, Korbinian Bösl, Anastasia Chasapi, Flora D'Anna]
related_pages:
your_tasks: [data organisation, data protection, data publication, transfer, metadata, storage]
diff --git a/pages/data_life_cycle/processing.md b/pages/data_life_cycle/processing.md
index 703eebed1..992b5bc75 100644
--- a/pages/data_life_cycle/processing.md
+++ b/pages/data_life_cycle/processing.md
@@ -1,6 +1,7 @@
---
title: Processing
page_id: process
+description: How to manage the data processing stage
contributors: [Rob Hooft, Munazah Andrabi]
related_pages:
your_tasks: [data analysis, data organisation, data quality, sensitive]
diff --git a/pages/data_life_cycle/reusing.md b/pages/data_life_cycle/reusing.md
index b18bad704..4d6971f61 100644
--- a/pages/data_life_cycle/reusing.md
+++ b/pages/data_life_cycle/reusing.md
@@ -1,6 +1,7 @@
---
title: Reusing
page_id: reuse
+description: Introduction to data reuse
contributors: [Korbinian Bösl, Daniel Faria, Markus Englund]
related_pages:
your_tasks: [data analysis, transfer, existing data, identifiers, licensing]
diff --git a/pages/data_life_cycle/sharing.md b/pages/data_life_cycle/sharing.md
index e48d3247e..2a619de73 100644
--- a/pages/data_life_cycle/sharing.md
+++ b/pages/data_life_cycle/sharing.md
@@ -1,6 +1,7 @@
---
title: Sharing
page_id: share
+description: Introduction to data sharing
contributors: [Flora D'Anna, Bert Droesbeke, Niclas Jareborg, Ulrike Wittig]
related_pages:
your_tasks: [data protection, data brokering, data publication, transfer, identifiers, licensing, metadata, sensitive, storage]
diff --git a/pages/national_resources/TEMPLATE_resources.md b/pages/national_resources/TEMPLATE_resources.md
index 588dc4c1e..7f5423f42 100644
--- a/pages/national_resources/TEMPLATE_resources.md
+++ b/pages/national_resources/TEMPLATE_resources.md
@@ -2,6 +2,7 @@
title:
search_exclude: true
+description:
country_code:
contributors: []
coordinators: []
diff --git a/pages/tool_assembly.md b/pages/tool_assembly.md
index 4d9069bd0..31dd34653 100644
--- a/pages/tool_assembly.md
+++ b/pages/tool_assembly.md
@@ -5,4 +5,4 @@ search_exclude: true
Tool Assemblies are examples of combining tools to cover data management tasks across several stages of the data life cycle. These can be tools that one or several communities combine to support RDM that can be picked up or accessed and used by others. The assemblies are aimed for users in a specific location and/or for users within a specific domain.
-{% include section-navigation-tiles.html type="tool_assembly" affiliations="true" search="true" %}
+{% include section-navigation-tiles.html type="tool_assembly" affiliations="true" search=true %}
diff --git a/pages/your_domain.md b/pages/your_domain.md
new file mode 100644
index 000000000..82e1e31bf
--- /dev/null
+++ b/pages/your_domain.md
@@ -0,0 +1,17 @@
+---
+title: Your domain
+---
+
+In this section, information is organised based on different domains in life sciences with different approaches on how they manage their data. You will find:
+- Domain-specific best practices and guidelines for data management.
+- A description of domain-specific data management challenges, considerations to be taken into account and solutions used by the community to address the challenges.
+- Links to domain-specific training materials.
+- Links to tool assemblies implemented by the communities to address specific data management challenges.
+- Links to a Data Stewardship Wizard for your DMP and to step-by-step instructions to make your data FAIR.
+- A summary table of the relevant tools and resources for the specific domain, recommended by the community.
+
+
+
+{% include section-navigation-tiles.html type="your_domain" search=true %}
+
+
diff --git a/pages/your_domain/TEMPLATE_your_domain.md b/pages/your_domain/TEMPLATE_your_domain.md
index 16f3d4256..a7678909a 100644
--- a/pages/your_domain/TEMPLATE_your_domain.md
+++ b/pages/your_domain/TEMPLATE_your_domain.md
@@ -1,6 +1,7 @@
---
title: Domain page title
search_exclude: true
+description:
contributors: []
page_id:
related_pages:
diff --git a/pages/your_domain/bioimaging_data.md b/pages/your_domain/bioimaging_data.md
index 1acae588a..c9fac5476 100644
--- a/pages/your_domain/bioimaging_data.md
+++ b/pages/your_domain/bioimaging_data.md
@@ -1,5 +1,6 @@
---
title: Bioimaging data
+description: Data management solutions for bioimaging data
contributors: [Sébastien Besson, Jean-Marie Burel, Susanne Kunis, Josh Moore, Stefanie Weidtkamp-Peters]
page_id: bioimaging data
related_pages:
diff --git a/pages/your_domain/biomolecular_simulation_data.md b/pages/your_domain/biomolecular_simulation_data.md
index 8a3b35cf8..0018be6f4 100644
--- a/pages/your_domain/biomolecular_simulation_data.md
+++ b/pages/your_domain/biomolecular_simulation_data.md
@@ -1,6 +1,7 @@
---
title: Biomolecular simulation data
page_id: biomol sim
+description: Data management solutions for biomolecular simulation data
contributors: [Karel Berka, Adam Hospital]
related_pages:
your_tasks: [data publication, metadata, storage]
diff --git a/pages/your_domain/epitranscriptome_data.md b/pages/your_domain/epitranscriptome_data.md
index ff35542b3..54f21f25c 100644
--- a/pages/your_domain/epitranscriptome_data.md
+++ b/pages/your_domain/epitranscriptome_data.md
@@ -1,5 +1,6 @@
---
title: Epitranscriptome data
+description: Data management solutions for epitranscriptome data
contributors: [Ernesto Picardi, Laura Portell Silva]
page_id: epitrans
related_pages:
diff --git a/pages/your_domain/human_data.md b/pages/your_domain/human_data.md
index 212af8780..caafa0fcd 100644
--- a/pages/your_domain/human_data.md
+++ b/pages/your_domain/human_data.md
@@ -1,5 +1,6 @@
---
title: Human data
+description: Data management solutions for human data
contributors: [Niclas Jareborg, Nirupama Benis, Ana Portugal Melo, Pinar Alper, Laura Portell Silva, Wolmar Nyberg Åkerström, Nazeefa Fatima]
page_id: human data
related_pages:
diff --git a/pages/your_domain/intrinsically_disordered_proteins.md b/pages/your_domain/intrinsically_disordered_proteins.md
index b91e574dc..75648486a 100644
--- a/pages/your_domain/intrinsically_disordered_proteins.md
+++ b/pages/your_domain/intrinsically_disordered_proteins.md
@@ -1,5 +1,6 @@
---
title: Intrinsically disordered proteins
+description: Data management solutions for intrinsically disordered proteins data
contributors: [Ivan Mičetić]
related_pages:
page_id: IDP
diff --git a/pages/your_domain/marine_metagenomics.md b/pages/your_domain/marine_metagenomics.md
index f0112d7a6..391a331a4 100644
--- a/pages/your_domain/marine_metagenomics.md
+++ b/pages/your_domain/marine_metagenomics.md
@@ -1,5 +1,6 @@
---
title: Marine metagenomics
+description: Data management solutions for marine metagenomics data
contributors: [Nils Peder Willassen,Anastasis Oulas,Evangelos Pafilis]
related_pages:
page_id: marine
diff --git a/pages/your_domain/microbial_biotechnology.md b/pages/your_domain/microbial_biotechnology.md
index 69530a36b..39cb78a63 100644
--- a/pages/your_domain/microbial_biotechnology.md
+++ b/pages/your_domain/microbial_biotechnology.md
@@ -1,5 +1,6 @@
---
title: Microbial biotechnology
+description: Data management solutions for microbial biotechnology data
contributors: [Anil Wipat, David Markham, Christian Atallah, Bradley Brown, Munazah Andrabi]
page_id: micro biotech
related_pages:
diff --git a/pages/your_domain/plant_sciences.md b/pages/your_domain/plant_sciences.md
index 497292c15..e13773c54 100644
--- a/pages/your_domain/plant_sciences.md
+++ b/pages/your_domain/plant_sciences.md
@@ -1,5 +1,6 @@
---
title: Plant sciences
+description: Data management solutions for plant sciences data
contributors: [Anne-Françoise Adam-Blondon, Sebastian Beier, Cyril Pommier, Erwan Le Floch, Daniel Faria]
related_pages:
page_id: plants
diff --git a/pages/your_domain/proteomics.md b/pages/your_domain/proteomics.md
index ed5b938b8..7c9624be1 100644
--- a/pages/your_domain/proteomics.md
+++ b/pages/your_domain/proteomics.md
@@ -1,5 +1,6 @@
---
title: Proteomics
+description: Data management solutions for proteomics data
contributors: [Michael Turewicz, Martin Eisenacher, Anika Frericks-Zipper, Ulrike Wittig]
page_id: proteomics
related_pages:
diff --git a/pages/your_domain/structural_bioinformatics.md b/pages/your_domain/structural_bioinformatics.md
index d02a36148..84968759b 100644
--- a/pages/your_domain/structural_bioinformatics.md
+++ b/pages/your_domain/structural_bioinformatics.md
@@ -1,5 +1,6 @@
---
title: Structural Bioinformatics
+description: Data management solutions for structural bioinformatics data
contributors: [Gerardo Tauriello, Ian Sillitoe, Nicola Bordin, Christine Orengo, Mihaly Varadi, Sameer Velankar, Jiří Černý]
page_id: struct bioinfo
related_pages:
diff --git a/pages/your_domain/toxicology_data.md b/pages/your_domain/toxicology_data.md
index 3c7fd05e1..989798ec9 100644
--- a/pages/your_domain/toxicology_data.md
+++ b/pages/your_domain/toxicology_data.md
@@ -1,5 +1,6 @@
---
title: Toxicology data
+description: Data management solutions for toxicology data
contributors: [Manuel Pastor, Janet Piñero Gonzalez, Juan Manuel Ramírez-Anguita, Ferran Sanz, Miguel Angel Mayer, Laura Portell Silva]
page_id: toxicology data
related_pages:
diff --git a/pages/your_role.md b/pages/your_role.md
new file mode 100644
index 000000000..747a63458
--- /dev/null
+++ b/pages/your_role.md
@@ -0,0 +1,15 @@
+---
+title: Your role
+---
+
+In this section, information is organised based on the different roles a professional can have in research data management. You will find:
+- A description of the main tasks usually handled by each role.
+- Advice, guidelines and pointers to useful information about learning paths for data stewardship and getting started with data management.
+- Links to training materials of interest for each role.
+- Links to guidelines and best practices about specific tasks of interest for each role.
+- A summary table of tools and resources relevant for the tasks that each role should address.
+
+
+
+{% include section-navigation-tiles.html type="your_role" search=true %}
+
diff --git a/pages/your_role/TEMPLATE_your_role.md b/pages/your_role/TEMPLATE_your_role.md
index 086276715..e6b0383a1 100644
--- a/pages/your_role/TEMPLATE_your_role.md
+++ b/pages/your_role/TEMPLATE_your_role.md
@@ -1,7 +1,7 @@
---
title:
search_exclude: true
-summary: Fill in your summary or delete this property when not needed
+description:
contributors: []
page_id:
related_pages:
diff --git a/pages/your_role/data_steward_infrastructure.md b/pages/your_role/data_steward_infrastructure.md
index c752d239c..694257588 100644
--- a/pages/your_role/data_steward_infrastructure.md
+++ b/pages/your_role/data_steward_infrastructure.md
@@ -1,5 +1,6 @@
---
title: "Data Steward: infrastructure"
+description: Data Steward with focus on tools (software) and IT infrastructure for data management
contributors: [Mijke Jetten, Federico Bianchini, Gregoire Rossier, Erik Hjerde, Siiri Fuchs, Minna Ahokas, Priit Adler, Alexander Botzki, Robert Andrews, Celia van Gelder, Daniel Wibberg, Graham Hughes, Marko Vidak, Pedro Fernandes, Pinar Alper, Victoria Dominguez D. Angel, Wolmar Nyberg Åkerström, Alexia Cardona]
page_id: IT support
related_pages:
diff --git a/pages/your_role/data_steward_policy.md b/pages/your_role/data_steward_policy.md
index b2278c1cf..59641f60a 100644
--- a/pages/your_role/data_steward_policy.md
+++ b/pages/your_role/data_steward_policy.md
@@ -1,5 +1,6 @@
---
title: "Data Steward: policy"
+description: Data Steward with focus on data policies
contributors: [Mijke Jetten, Federico Bianchini, Gregoire Rossier, Erik Hjerde, Siiri Fuchs, Minna Ahokas, Priit Adler, Alexander Botzki, Robert Andrews, Celia van Gelder, Daniel Wibberg, Graham Hughes, Marko Vidak, Pedro Fernandes, Pinar Alper, Victoria Dominguez D. Angel, Wolmar Nyberg Åkerström, Alexia Cardona]
page_id: policy officer
related_pages:
diff --git a/pages/your_role/data_steward_research.md b/pages/your_role/data_steward_research.md
index d88e0dfda..ef3f4a49b 100644
--- a/pages/your_role/data_steward_research.md
+++ b/pages/your_role/data_steward_research.md
@@ -1,5 +1,6 @@
---
title: "Data Steward: research"
+description: Data Steward with focus on management of research data
contributors: [Mijke Jetten, Federico Bianchini, Gregoire Rossier, Erik Hjerde, Siiri Fuchs, Minna Ahokas, Priit Adler, Alexander Botzki, Robert Andrews, Celia van Gelder, Daniel Wibberg, Graham Hughes, Marko Vidak, Pedro Fernandes, Pinar Alper, Victoria Dominguez D. Angel, Wolmar Nyberg Åkerström, Alexia Cardona]
page_id: data manager
related_pages:
diff --git a/pages/your_role/researcher.md b/pages/your_role/researcher.md
index 3b8d99372..df95b782f 100644
--- a/pages/your_role/researcher.md
+++ b/pages/your_role/researcher.md
@@ -1,5 +1,6 @@
---
title: Researcher
+description: Researchers generating and reusing data
contributors: [Mijke Jetten, Federico Bianchini, Gregoire Rossier, Erik Hjerde, Siiri Fuchs, Minna Ahokas, Priit Adler, Alexander Botzki, Robert Andrews, Celia van Gelder, Daniel Wibberg, Graham Hughes, Marko Vidak, Pedro Fernandes, Pinar Alper, Victoria Dominguez D. Angel, Wolmar Nyberg Åkerström, Alexia Cardona, Munazah Andrabi]
page_id: researcher
related_pages:
diff --git a/pages/your_tasks.md b/pages/your_tasks.md
new file mode 100644
index 000000000..1a5c2f907
--- /dev/null
+++ b/pages/your_tasks.md
@@ -0,0 +1,14 @@
+---
+title: Your tasks
+---
+
+In this section, information is organised around regular research data management tasks or challenges. You will find:
+- Best practices and guidelines for each data management task.
+- A list of all the considerations to be taken into account when performing a specific data management task.
+- Links to task-specific training materials.
+- Links to tool assemblies implemented by others to address specific data management challenges.
+- Links to a Data Stewardship Wizard for your DMP and to step-by-step instructions to make your data FAIR.
+- A summary table of tools and resources relevant for the specific task and recommended by communities.
+
+
+{% include section-navigation-tiles.html type="your_tasks" search=true %}
diff --git a/pages/your_tasks/TEMPLATE_your_tasks.md b/pages/your_tasks/TEMPLATE_your_tasks.md
index 564b24b34..351adfdaf 100644
--- a/pages/your_tasks/TEMPLATE_your_tasks.md
+++ b/pages/your_tasks/TEMPLATE_your_tasks.md
@@ -1,6 +1,7 @@
---
title: Global problem title (e.g. metadata management)
search_exclude: true
+description:
contributors: []
page_id:
related_pages:
diff --git a/pages/your_tasks/compliance_monitoring.md b/pages/your_tasks/compliance_monitoring.md
index 9f661f732..af5dd16d1 100644
--- a/pages/your_tasks/compliance_monitoring.md
+++ b/pages/your_tasks/compliance_monitoring.md
@@ -1,7 +1,7 @@
---
title: Compliance monitoring & measurement
contributors: [Christophe Trefois, Wei Gu, Pinar Alper, Markus Englund, Vera Ortseifen]
-description: measure compliance to data management regulations and standards.
+description: Measure compliance to data management regulations and standards
page_id: compliance
related_pages:
tool_assembly: [transmed]
diff --git a/pages/your_tasks/data_analysis.md b/pages/your_tasks/data_analysis.md
index a7307f641..04dc84961 100644
--- a/pages/your_tasks/data_analysis.md
+++ b/pages/your_tasks/data_analysis.md
@@ -1,7 +1,7 @@
---
title: Data analysis
contributors: [Olivier Collin, Stian Soiland-Reyes, Michael R. Crusoe]
-description: how to make data analysis FAIR.
+description: How to make data analysis FAIR
page_id: data analysis
related_pages:
tool_assembly: [NeLS, XNAT-PIC, transmed, ome]
diff --git a/pages/your_tasks/data_brokering.md b/pages/your_tasks/data_brokering.md
index 28d200f00..f60e3a2c6 100644
--- a/pages/your_tasks/data_brokering.md
+++ b/pages/your_tasks/data_brokering.md
@@ -1,7 +1,7 @@
---
title: Data brokering
contributors: [Aitana Neves, Parul Tewatia, Wolmar Nyberg Åkerström, Carla Cummins, Nils Peder Willassen, Nazeefa Fatima]
-description: information on brokering data to data repositories on behalf of data producers
+description: Information on brokering data to data repositories on behalf of data producers
page_id: data brokering
training:
- name: Training in TeSS
diff --git a/pages/your_tasks/data_management_plan.md b/pages/your_tasks/data_management_plan.md
index 5c65cfd28..9418fb527 100644
--- a/pages/your_tasks/data_management_plan.md
+++ b/pages/your_tasks/data_management_plan.md
@@ -1,7 +1,7 @@
---
title: Data management plan
contributors: [Flora D'Anna, Daniel Faria]
-description: how to write a Data Management Plan (DMP).
+description: How to write a Data Management Plan (DMP)
page_id: DMP
related_pages:
tool_assembly: [NeLS, TSD]
diff --git a/pages/your_tasks/data_organisation.md b/pages/your_tasks/data_organisation.md
index d85f6b95a..b42cd98bd 100644
--- a/pages/your_tasks/data_organisation.md
+++ b/pages/your_tasks/data_organisation.md
@@ -1,7 +1,7 @@
---
title: Data organisation
contributors: [Siiri Fuchs, Minna Ahokas, Yvonne Kallberg]
-description: best practices to name and organise research data.
+description: Best practices to name and organise research data
page_id: data organisation
related_pages:
tool_assembly: [ome, transmed, XNAT-PIC]
diff --git a/pages/your_tasks/data_protection.md b/pages/your_tasks/data_protection.md
index dbf2fb60a..a0eb6ef3b 100644
--- a/pages/your_tasks/data_protection.md
+++ b/pages/your_tasks/data_protection.md
@@ -1,7 +1,7 @@
---
title: Data protection
contributors: [Pinar Alper]
-description: how to make research data compliant to GDPR.
+description: How to make research data compliant to GDPR
page_id: data protection
related_pages:
tool_assembly: [TSD, transmed]
diff --git a/pages/your_tasks/data_publication.md b/pages/your_tasks/data_publication.md
index 69b91e534..719eac85b 100644
--- a/pages/your_tasks/data_publication.md
+++ b/pages/your_tasks/data_publication.md
@@ -1,7 +1,7 @@
---
title: Data publication
contributors: [Munazah Andrabi, Ulrike Wittig, Elin Kronander, Flora D'Anna, Aitana Neves, Nazeefa Fatima, Carla Cummins]
-description: prepare data and find repositories for publication.
+description: Prepare data and find repositories for publication
page_id: data publication
related_pages:
tool_assembly: []
diff --git a/pages/your_tasks/data_quality.md b/pages/your_tasks/data_quality.md
index cfa82da62..e5f9517d1 100644
--- a/pages/your_tasks/data_quality.md
+++ b/pages/your_tasks/data_quality.md
@@ -1,7 +1,7 @@
---
title: Data quality
contributors: [Wei Gu, Pinar Alper, Kees van Bochove]
-description: ensure high quality research data.
+description: Ensure high quality research data
page_id: data quality
related_pages:
tool_assembly: []
diff --git a/pages/your_tasks/data_transfer.md b/pages/your_tasks/data_transfer.md
index 12fe0f497..d56e406ad 100644
--- a/pages/your_tasks/data_transfer.md
+++ b/pages/your_tasks/data_transfer.md
@@ -1,7 +1,7 @@
---
title: Data transfer
contributors: [Olivier Collin, Alan R Williams, Flora D'Anna, Frederik Delaere, Munazah Andrabi]
-description: how to transfer data files.
+description: How to transfer data files
page_id: transfer
related_pages:
tool_assembly: []
diff --git a/pages/your_tasks/existing_data.md b/pages/your_tasks/existing_data.md
index 71ee7e046..1ccbdffc5 100644
--- a/pages/your_tasks/existing_data.md
+++ b/pages/your_tasks/existing_data.md
@@ -4,13 +4,12 @@ contributors: [Rob Hooft, Flora D'Anna, Pinar Alper, Yvonne Kallberg, Karel Berk
page_id: existing data
related_pages:
tool_assembly: []
-description: how to find and reuse existing data.
+description: How to find and reuse existing data
dsw:
- name: Is there any pre-existing data?
uuid: efc80cc8-8318-4f8c-acb7-dc1c60e491c1
---
-
## How can you find existing data?
### Description
diff --git a/pages/your_tasks/identifiers.md b/pages/your_tasks/identifiers.md
index ea877264f..e2a84deb5 100644
--- a/pages/your_tasks/identifiers.md
+++ b/pages/your_tasks/identifiers.md
@@ -1,7 +1,7 @@
---
title: Identifiers
contributors: [Markus Englund, Flavio Licciulli, Nick Juty, Olivier Collin, Ulrike Wittig, Ivan Mičetić, Karel Berka, Shuxin Zhang, Hinri Kerstens, Flora D'Anna, Yvonne Kallberg, Rob Hooft]
-description: how to use identifiers for research data.
+description: How to use identifiers for research data
page_id: identifiers
related_pages:
tool_assembly: []
diff --git a/pages/your_tasks/licensing.md b/pages/your_tasks/licensing.md
index 6108a2009..4601def58 100644
--- a/pages/your_tasks/licensing.md
+++ b/pages/your_tasks/licensing.md
@@ -1,7 +1,7 @@
---
title: Licensing
contributors: [Siiri Fuchs, Minna Ahokas, Nicola Soranzo, Rob Hooft]
-description: how to license research data.
+description: How to license research data
page_id: licensing
related_pages:
tool_assembly: []
diff --git a/pages/your_tasks/machine_actionability.md b/pages/your_tasks/machine_actionability.md
index 24c8a184b..47fa0c864 100644
--- a/pages/your_tasks/machine_actionability.md
+++ b/pages/your_tasks/machine_actionability.md
@@ -1,7 +1,7 @@
---
title: Machine actionability
contributors: [Karel Berka, Flora D'Anna, Erik Hjerde, Yvonne Kallberg, Sirarat Sarntivijai, Nazeefa Fatima, Rafael Andrade Buono, Alex Henderson, Korbinian Bösl, Dominik Martinat, M-Christine Jacquemot-Perbal]
-description: how to make machine-actionable (meta)data.
+description: How to make machine-actionable (meta)data
page_id: machine actionability
related_pages:
tool_assembly: []
diff --git a/pages/your_tasks/metadata_management.md b/pages/your_tasks/metadata_management.md
index f9499c0b2..e26608f10 100644
--- a/pages/your_tasks/metadata_management.md
+++ b/pages/your_tasks/metadata_management.md
@@ -1,7 +1,7 @@
---
title: Documentation and metadata
contributors: [Flora D'Anna, Marco Carraro, Yvonne Kallberg, Markus Englund, Marco Roos, Korbinian Bösl, Rob Hooft]
-description: how to document and describe your data.
+description: How to document and describe your data
page_id: metadata
related_pages:
tool_assembly: [NeLS, transmed, plant geno assembly, marine assembly]
diff --git a/pages/your_tasks/sensitive_data.md b/pages/your_tasks/sensitive_data.md
index f663bd757..1f2302331 100644
--- a/pages/your_tasks/sensitive_data.md
+++ b/pages/your_tasks/sensitive_data.md
@@ -1,7 +1,7 @@
---
title: Sensitive data
contributors: [Rob Hooft, Yvonne Kallberg, Pinar Alper, Markus Englund, Thanasis Vergoulis, Robert Andrews]
-description: how to identify different research data types.
+description: How to identify different research data types
page_id: sensitive
related_pages:
tool_assembly: [TSD, Covid-19, transmed]
diff --git a/pages/your_tasks/storage.md b/pages/your_tasks/storage.md
index 71779db1f..86fe4eaf4 100644
--- a/pages/your_tasks/storage.md
+++ b/pages/your_tasks/storage.md
@@ -1,7 +1,7 @@
---
title: Data storage
contributors: [Ulrike Wittig, Elin Kronander, Munazah Andrabi, Flora D'Anna, Flavio Licciulli, Ott Oopkaup, Marcus Lundberg, Thanasis Vergoulis, Frederik Coppens, Olivier Collin, Nadia Tonello, Korbinian Bösl]
-description: how to find appropriate storage solutions.
+description: How to find appropriate storage solutions
page_id: storage
related_pages:
tool_assembly: [NeLS, TSD, ome, transmed, XNAT-PIC]