Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FAIR Cookbook #541

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _data/live_deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,21 @@
}
]
},
{
"name": "FAIR Cookbook",
"description": "Created by researchers and data managers professionals, the FAIR Cookbook is an online resource for the Life Sciences with recipes that help you to make and keep data Findable, Accessible, Interoperable and Reusable (FAIR).",
"url": "https://faircookbook.elixir-europe.org/content/home.html",
"nodes": ["EBI","LU","UK"],
"sitemap": "https://faircookbook.elixir-europe.org/sitemap.xml",
"profiles": [
{
"profileName": "TrainingMaterial",
"conformsTo": "1.0-RELEASE",
"exampleURL": "https://w3id.org/faircookbook/FCB010",
"highlight": "Over 40 recipes"
AlasdairGray marked this conversation as resolved.
Show resolved Hide resolved
}
]
},
{
"name": "PIPPA: PSB Interface for Plant Phenotype Analysis",
"url": "https://pippa.psb.ugent.be/",
Expand Down
11 changes: 11 additions & 0 deletions pages/_news/2022-05-18-FAIRCookbook-Deployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: post
title: "FAIR Cookbook Deployment of the TrainingMaterial Profile"
tags:
- Deployment
- TrainingMaterial
---

The [FAIR Cookbook](https://faircookbook.elixir-europe.org/content/home.html) is an online resource for the Life Sciences with recipes that help you to make and keep data Findable, Accessible, Interoperable and Reusable (FAIR). In keeping with this aim, the Cookbook itself has embedded markup which complies with the Bioschemas [TrainingMaterial profile](https://bioschemas.org/profiles/TrainingMaterial/).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlasdairGray, how is defined compliance to the Profile? I'll assume it means having all attributes where marginality == minimum.
If that's confirmed, we'd need to amend the current json-ld.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally all minimal properties should be present. There are some changes that would be needed:

  • Change type from bs:TrainingMaterial to LearningResource
  • Add description
  • Add keywords
  • Make the IRI of the recipe explicit using @id
  • Add a conforms to statement to allow automated validation

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked into the example URL https://w3id.org/faircookbook/FCB010 keywords is present but empty

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@proccaserra any update on the changes to the FAIR Cookbook?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@proccaserra / @terazus we still seem to be missing the keywords element. Other minimal properties have been added.


The development work was conducted as part of the EU IMI [FAIRplus project](https://fairplus-project.eu/) which aims to develop tools and guidelines for making life science data FAIR (Findable, Accessible, Interoperable, Reusable). The project has 21 partners from academia and industry, and runs from January 2019 to December 2022.