-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into update_commcall_date
- Loading branch information
Showing
17 changed files
with
1,280 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
layout: default | ||
title: Bioschemas stories | ||
--- | ||
# Bioschemas stories | ||
|
||
Here are some short stories where Bioschemas has been succesfully used by communities to progress on making their resources more findable and reusable. | ||
|
||
## bio.tools | ||
*the 04th of April 2023* | ||
|
||
[Bio.tools](http://bio.tools) is a heavily used registry cataloguing more than 24.000 bioinformatics software, services and tools. The listings can be searched based on authors, scientific topics or type of data processing entailed, which is underpinned by the [EDAM](http://edamontology.org) ontology. By automatically transforming the database content, it has been possible to produce Schema.org annotations that are nowadays embedded into each bio.tools web page for better findability. | ||
|
||
These annotations can be used as the source for an RDF dataset, containing 550k+ triples, and which is continuously updated at https://github.com/bio-tools/content/blob/master/datasets/bioschemas-dump.ttl. This dataset can be queried to retrieve useful information, such as the most used licences (GPL-3, MIT), or to identify the top-3 most represented data processing steps (Visualisation, Standardisation/normalisation, Genotyping) | ||
|
||
In addition, bio.tools metadata is further enhanced by providing embedded Bioschemas annotations, which are an opinionated view on native schema.org, but focusing domain specific properties. Thus, the bio.tools registry has made significant progress in the FAIRification of hosted resources, since bioschemas enhances compliance with many of the FAIR principles, particularly concerning metadata. This improvement can be qualified using FAIR assessment tools (F-UJI, FAIR Evaluator, FAIR-Checker). Since workflow registries such as WorkflowHub and educational portals such as TeSS are following the same semantic annotation strategies, new cross-linking and querying opportunities are under active investigation. | ||
|
||
*Further reading: [https://github.com/bio-tools/content/blob/master/doc/bioschemas.md](https://github.com/bio-tools/content/blob/master/doc/bioschemas.md)* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
layout: group-details | ||
identifier: machinelearning | ||
name: Machine Learning | ||
collection: groups | ||
active: true | ||
type: generic | ||
description: Specification for digital objects commonly used in machine learning solutions. | ||
lead: | ||
- person: LeylaGarcia | ||
- person: FotisPsomopoulos | ||
- person: DanSKatz | ||
email: [email protected] | ||
issues: https://github.com/BioSchemas/specifications/labels/group%3AMachineLearning | ||
folder: https://drive.google.com/drive/folders/1NGiDfc6WSCJNDheGhYApfEVN3-X6Uj6z?usp=sharing | ||
|
||
# Page attributes | ||
abstract: 'Machine Learning combines data, software, models and workflows. There is a need to harmonize and connect those different elements to have a full picture of a Machine Learning approach from the metadata perspective.' | ||
objectives: | ||
[ | ||
'Describe training datasets including characterization of features and attributes that can be used for training (e.g., number of data points, classes, target variable).', | ||
'Describe software used for training purposes including elements related to the optimization process.', | ||
'Describe ML models together with their evaluation.', | ||
'Describe links among the different elements involved in ML approaches clearly and explicitly.' | ||
] | ||
|
||
specifications: | ||
[ | ||
'Dataset', 'ComputationalTool' | ||
] | ||
|
||
|
||
members: | ||
- AlbanGaignard | ||
- DietrichRebholzSchuhmann | ||
- IvanMicetic | ||
|
||
--- | ||
|
||
<h2>Further Details</h2> | ||
|
||
<p>Machine Learning (ML) is nowadays a common path in data-driven research due to the amount of available data and the resources needed to process it and make sense out of it. In addition to data, software also plays and important role in ML. Models produced by an ML training process also become a thing on their own, a thing that could be seen as similar to software (e.g., prediction model that can be executed with some input and produce a prediction as output) or to data (e.g., clusters emerged from a clustering approach). Furthermore, the training software has to be tuned and optimized while the model has to be evaluted, either intrinsic or extrinsically. Ideally, all of this information should be reported and represented as metadata of the ML process. However, this is not always the case. This group, a joint effort across <a href="https://www.rd-alliance.org/groups/fair-machine-learning-fair4ml-ig" target="_blank">Research Data Alliance FAIR4ML Interest Group</a>, <a href="https://elixir-europe.org/focus-groups/machine-learning" target="_blank">ELIXIR Machine Learning Focus Group</a> and <a href="https://www.nfdi4datascience.de/" target="_blank">NFDI4DataScience</a>, aims at providing a common ground for the metadata necessary to describe ML approaches. </p> | ||
|
||
<p>To achieve its objectives, this group is using as a starting point <a href="https://research.google/pubs/pub48120/" target="_blank">Machine Learning Cards for models and datasets</a>. Other efforst will also be taken into account, e.g., <a href="https://www.nature.com/articles/s41592-021-01205-4" target="_blank">Data, Optimization, Model and Evaluation (DOME) recommendations</a>, <a href="https://doi.org/10.1038/s41592-021-01241-0" target="_blank">AIMe registry for artificial intelligence in biomedical research</a> and <a href="https://huggingface.co/" target="_blank">HuggingFace</a>.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
--- | ||
layout: post | ||
title: "Projects Accepted at BioHackathon-Europe 2023" | ||
tags: | ||
- Community | ||
- Event | ||
--- | ||
|
||
We are pleased to announce that the Bioschemas community have had three projects accepted at this year's [BioHackathon-Europe event](https://biohackathon-europe.org/) beginning 30th October. | ||
|
||
The projects are: | ||
- [Bioschemas resource index for chem and plants](https://github.com/elixir-europe/biohackathon-projects-2023/tree/main/7) | ||
- [Enabling FAIR Digital Objects with RO-Crates, Signposting and Bioschemas](https://github.com/elixir-europe/biohackathon-projects-2023/tree/main/15) | ||
- [Improving Bioschemas creation and community adoption through process improvements and tool development, and advancing compliance to FAIR standards](https://github.com/elixir-europe/biohackathon-projects-2023/tree/main/23) | ||
|
||
These projects should give us the opportunity to engage with the wider community, target specific domains, as well as improving our tooling for users. | ||
|
||
Please come and join - virtual participation is highly encouraged! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: person-details | ||
id: AllegraVia | ||
first-name: Allegra | ||
last-name: Via | ||
collection: people | ||
affiliation: | ||
orcid: 0000-0002-3398-5462 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: person-details | ||
id: DanSKatz | ||
first-name: Daniel S. | ||
last-name: Katz | ||
collection: people | ||
affiliation: | ||
homepage: | ||
github_username: | ||
orcid: 0000-0001-5934-7525 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: person-details | ||
id: DimitriosBampalikis | ||
first-name: Dimitrios | ||
last-name: Bampalikis | ||
collection: people | ||
affiliation: | ||
orcid: | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
layout: person-details | ||
id: EvaMartin | ||
first-name: Eva | ||
last-name: Martin del Pico | ||
collection: people | ||
affiliation: | ||
orcid: 0000-0001-8324-2897 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: person-details | ||
id: FotisPsomopoulos | ||
first-name: Fotis E. | ||
last-name: Psomopoulos | ||
collection: people | ||
affiliation: | ||
homepage: | ||
github_username: fpsom | ||
orcid: 0000-0002-0222-4273 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.