Skip to content

Commit 4bff91f

Browse files
Replace fairsharing collections with DOIs (#1856)
* Add info on youtube * update fairsharing collections * remove dissco as infrastructure in tools and resources * Update pages/contribute/tool_resource_update.md Co-authored-by: Federico Bianchini <72258479+bianchini88@users.noreply.github.com> --------- Co-authored-by: Federico Bianchini <72258479+bianchini88@users.noreply.github.com>
1 parent 5b149ac commit 4bff91f

4 files changed

Lines changed: 4 additions & 13 deletions

File tree

_data/tool_and_resource_list.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -761,13 +761,12 @@
761761
name: ELIXIR Core Data Resources
762762
registry:
763763
fairsharing: 7cbcb7
764-
fairsharing-coll: 3527
765764
url: https://elixir-europe.org/platforms/data/core-data-resources
766765
- description: List of discipline-specific deposition databases recommended by ELIXIR.
767766
id: elixir-deposition-databases-for-biomolecular-data
768767
name: ELIXIR Deposition Databases for Biomolecular Data
769768
registry:
770-
fairsharing-coll: 3527
769+
fairsharing: 7cbcb7
771770
tess: ELIXIR Deposition Databases for Biomolecular Data
772771
url: https://elixir-europe.org/platforms/data/elixir-deposition-databases
773772
- description: An authentication service from EOSC-Life
@@ -3282,14 +3281,6 @@
32823281
fairsharing: 7g1bzj
32833282
tess: WORMS
32843283
url: https://www.marinespecies.org/index.php
3285-
- description: Distributed System of Scientific Collections is a project that aims to enhance the accessibility and interoperability of scientific collection data, facilitating research and collaboration across various biodiversity collections and institutions.
3286-
id: dissco
3287-
name: DISSCO
3288-
registry:
3289-
biotools: dissco
3290-
fairsharing: NA
3291-
fairsharing-coll: 3816
3292-
url: https://www.dissco.eu/
32933284
- description: Genome on a Tree (GoaT) is a powerful data aggregator and portal to explore and report underlying data for the eukaryotic tree of life. It indexes publicly available genomic metadata for all eukaryotic species and interpolates missing values through phylogenetic comparison.
32943285
id: genomes-on-a-tree
32953286
name: GoAT

pages/contribute/tool_resource_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each tool or resource mentioned in the text has metadata stored in the [main YAM
3535
- **name**: the name of the tool or resource
3636
- **url**: URL to the main page of the tool or resource, make sure to let the URL start with `https://`
3737
- **description**: A short description of the tool or resource. Try to not use the characters `"` or `'`
38-
- **registry**: 3 registries are supported: [Bio.tools](https://bio.tools), [FAIRsharing.org](https://fairsharing.org/) and [TeSS](https://tess.elixir-europe.org/). The keywords you can use respectively are: `biotools`, `fairsharing`, `fairsharing-coll` and `tess`, specifying the id or query with a colon. For FAIRsharing, copy the alphanumeric characters after "FAIRsharing." in the DOI. FAIRsharing collections are not associated with a DOI but use a four-digit ID well-visible on the page. List registries under the `registry` attribute as `key: value pairs`. If no FAIRsharing ID, bio.tools ID or TeSS query is available for a source, you can overwrite the automatic linking by adding 'NA' as a registry.
38+
- **registry**: 3 registries are supported: [Bio.tools](https://bio.tools), [FAIRsharing.org](https://fairsharing.org/) and [TeSS](https://tess.elixir-europe.org/). The keywords you can use respectively are: `biotools`, `fairsharing` and `tess`, specifying the ID or query with a colon. For FAIRsharing records (including collections), copy the alphanumeric characters after "FAIRsharing." in the DOI. List registries under the `registry` attribute as `key: value pairs`. If no FAIRsharing DOIs, bio.tools ID or TeSS query is available for a source, you can overwrite the automatic linking by adding 'NA' as a registry.
3939

4040
Example:
4141

pages/your_domain/biodiversity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Collecting extensive (or "long-tail") metadata can greatly enhance data reuse an
115115
* If possible keep vouchers and your tissues and DNA samples in a biobank/collection with relevant metadata (see Biological resource management and compliance)
116116
* The {% tool "ggbn" %} is a global network of curated collections of genomic samples, working together to make DNA and tissue collections discoverable for biodiversity research. {% tool "ggbn" %} is actively developing resources and recommendations for data management in relation to biobanking and specimen collections with their networks of repositories \- [GGBN data standard](https://wiki.ggbn.org/ggbn/GGBN_Data_Standard).
117117
* The Consortium of European Taxonomic Facilities ({% tool "cetaf" %}), an European Network of biological and geological collections, generates specimen identifiers for specimens in CETAF collections.
118-
* The European research infrastructure {% tool "dissco" %} (Distributed System of Scientific Collections) is working on developing a Digital Specimen Repository where DOIs will be provided for digital specimens.
118+
* The European research infrastructure [DiSSCo](https://www.dissco.eu/) (Distributed System of Scientific Collections) is working on developing a Digital Specimen Repository where DOIs will be provided for digital specimens.
119119
* In the sample metadata in {% tool "biosamples" %}, reference the specimen or tissue/DNA samples using persistent identifiers available or using the {% tool "dwc" %} standard (‘triplet’ that includes the institution and collection codes, and specimen catalogue number), see also recommendations in Agosti D. et al.{% cite agosti2022vt %}.
120120
* In relation with collections of genetic resources that also encompass the intraspecific diversity, part of the recommendations are developed in the frame of FAO’s activities and completed through consortia of researchers supported by initiatives such as the Research Data Alliance.
121121
* You can also find relevant information by consulting other domain pages related to Biodiversity:

var/tools_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def remove_prefix(s, prefix):
144144

145145
yaml_path = "_data/tool_and_resource_list.yml"
146146
rootdir = 'pages/'
147-
allowed_registries = ['biotools', 'fairsharing', 'tess', 'fairsharing-coll']
147+
allowed_registries = ['biotools', 'fairsharing', 'tess']
148148
my_represent_none = NullRepresenter()
149149

150150
args = process_args()

0 commit comments

Comments
 (0)