Skip to content

Commit b638851

Browse files
authored
Merge pull request #26 from ElixirTeSS/biotools
Add bio.tools and FAIRsharing
2 parents ac7682b + 1bd1254 commit b638851

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

TeSS_docs/overview/fair.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,43 @@ For providers, the TeSS Platform makes it easy to make resources [FAIR](http://d
1212
- **Reusable**: License is requested for all materials, such as Creative Commons.
1313

1414

15+
## Integration with tools, policies, standards and data registries
16+
17+
In [ELIXIR TeSS](https://tess.elixir-europe.org/), you can associate your training materials with resources held in other ELIXIR resources:
18+
19+
::::{grid} 1 1 2 2
20+
:gutter: 3
21+
22+
:::{grid-item-card}
23+
:link: https://bio.tools/
24+
{fas}`screwdriver-wrench;sd-text-secondary` **bio.tools**
25+
^^^
26+
27+
A community-driven registry of bioinformatics software tools, databases, analysis workflows, and services.
28+
:::
29+
30+
:::{grid-item-card}
31+
:link: https://fairsharing.org/
32+
{fas}`share-nodes;sd-text-secondary` **FAIRsharing**
33+
^^^
34+
35+
A curated resource focused on databases, and the policies, standards, formats and vocabularies they use.
36+
:::
37+
::::
38+
39+
When you manually edit your training material in TeSS, you can search for bio.tools and FAIRsharing resources directly.
40+
If your training material is automatically ingested into TeSS, you can add the URL of each the resources into the Bioschemas markup under the `mentions` property: if the URL begins with `https://bio.tools/` or `https://fairsharing.org/` then TeSS will correctly pick up the resource. For example:
41+
42+
```json
43+
{
44+
"mentions": [
45+
{"@type": "Thing", "url": "https://bio.tools/tool/galaxy", "name": "Galaxy"},
46+
{"@type": "Thing", "url": "https://fairsharing.org/FAIRsharing.nb9zzm", "name": "F1000Research Data Guidelines"}
47+
]
48+
}
49+
```
50+
51+
1552
## Interoperate using Linked Data
1653

1754
When you view a material or event on TeSS, there is machine-readable metadata behind the human-readable content.

0 commit comments

Comments
 (0)