From 0a269c3c91cdc753a98295da56594c5bff2636b7 Mon Sep 17 00:00:00 2001 From: Alasdair Gray Date: Wed, 18 May 2022 16:55:40 +0100 Subject: [PATCH 1/3] Add FAIR Cookbook --- _data/live_deployments.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_data/live_deployments.json b/_data/live_deployments.json index 62ce8b228..fbb2813fe 100644 --- a/_data/live_deployments.json +++ b/_data/live_deployments.json @@ -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" + } + ] + }, { "name": "PIPPA: PSB Interface for Plant Phenotype Analysis", "url": "https://pippa.psb.ugent.be/", From 6af495e92d7397f6f1dfcf2063fbe16919fe2bfe Mon Sep 17 00:00:00 2001 From: Alasdair Gray Date: Wed, 18 May 2022 17:01:51 +0100 Subject: [PATCH 2/3] News article about FAIR Cookbook deployment --- pages/_news/2022-05-18-FAIRCookbook-Deployment.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/_news/2022-05-18-FAIRCookbook-Deployment.md diff --git a/pages/_news/2022-05-18-FAIRCookbook-Deployment.md b/pages/_news/2022-05-18-FAIRCookbook-Deployment.md new file mode 100644 index 000000000..34321c2e6 --- /dev/null +++ b/pages/_news/2022-05-18-FAIRCookbook-Deployment.md @@ -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/). + +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. From 171d0445d2c86c0f6a73e88848ce176efa67fd60 Mon Sep 17 00:00:00 2001 From: Alasdair Gray Date: Wed, 1 Jun 2022 17:27:40 +0100 Subject: [PATCH 3/3] Change to address comment https://github.com/BioSchemas/bioschemas.github.io/pull/541#discussion_r886938600 --- _data/live_deployments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/live_deployments.json b/_data/live_deployments.json index fbb2813fe..00b9e234e 100644 --- a/_data/live_deployments.json +++ b/_data/live_deployments.json @@ -1282,7 +1282,7 @@ "profileName": "TrainingMaterial", "conformsTo": "1.0-RELEASE", "exampleURL": "https://w3id.org/faircookbook/FCB010", - "highlight": "Over 40 recipes" + "highlight": "Over 70 recipes" } ] },