-
Notifications
You must be signed in to change notification settings - Fork 72
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
base: master
Are you sure you want to change the base?
Add FAIR Cookbook #541
Conversation
@proccaserra are you happy with the listing of the Cookbook on our live deploys page and the associated news article I've drawn up. |
- 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/). |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
toLearningResource
- Add description
- Add keywords
- Make the IRI of the recipe explicit using
@id
- Add a conforms to statement to allow automated validation
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
@AlasdairGray could you please double check this PR? When locally running it, I get FAIRCookbook correctly listed by site |
@AlasdairGray @proccaserra any news on the issues raised for this PR? |
In the second screenshot, the FAIRCookbook entry is showing as 1.0-RELEASE. I think you are referring to the header of the by profile section. This will be correct when the branch is synchronised with the master branch (the branch was created before the 1.0-RELEASE). |
Frustratingly close to being able to list this, see my response above |
No description provided.