Skip to content

Commit 9bf5141

Browse files
committed
How we support FAIR
1 parent 30c45c5 commit 9bf5141

3 files changed

Lines changed: 38 additions & 0 deletions

File tree

TeSS_docs/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ parts:
1111
- file: overview/mtess-x
1212
- file: overview/definitions
1313
- file: overview/what-we-catalogue
14+
- file: overview/fair
1415
- caption: Search
1516
chapters:
1617
- file: search/searching
1.08 MB
Loading

TeSS_docs/overview/fair.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# How we support FAIR
2+
3+
Training materials and events are widely dispersed and fragmented, making it challenging for users to identify relevant materials.
4+
Training e-Support System (TeSS) is a web-based open-source platform consolidating resources from various providers into an easy-to-use portal.
5+
It is a one-stop-shop for trainers and trainees to discover training materials, workshops, and online courses in relevant topics such as data management and open research methods.
6+
7+
For providers, the TeSS Platform makes it easy to make resources [FAIR](http://doi.org/10.1038/sdata.2016.18) (Findable, Accessible, Interoperable, and Reusable):
8+
9+
- **Findable**: PID/DOI is requested for all materials
10+
- **Accessible**: TeSS materials/events are accessible to all registered users via the TeSS website, widgets or JSON API
11+
- **Interoperable**: Metadata uses a standard vocabulary (EDAM for ELIXIR), expose content using Schema.org
12+
- **Reusable**: License is requested for all materials
13+
14+
15+
## Exposed metadata behind each page
16+
17+
When you view a material or event on TeSS, there is machine-readable metadata behind the human-readable content.
18+
If you were to view the HTML source of the page, you would see this code, written in JSON-LD format.
19+
20+
```{image} ../images/overview/metadata-source.png
21+
:alt: View Source to see the embedded metadata
22+
:class: mb-1
23+
:width: 300px
24+
:align: center
25+
```
26+
27+
Developers can access this metadata, without the human-readable HTML content, by appending `.jsonld` to the URL.
28+
For example:
29+
30+
```
31+
https://tess.elixir-europe.org/materials/how-to-make-your-messy-data-usable-openrefine
32+
```
33+
34+
...becomes
35+
```
36+
https://tess.elixir-europe.org/materials/how-to-make-your-messy-data-usable-openrefine.jsonld
37+
```

0 commit comments

Comments
 (0)