-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs restructuring, adding funding and training pages (#377)
Rearranging the sssom documentation menus; add a page detailing funding sources; adding a specific page with related materials instead of adding these into the main menu; adding a page with training materials for the un-initiated.
- Loading branch information
Showing
7 changed files
with
109 additions
and
58 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
File renamed without changes.
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,51 @@ | ||
## Funding | ||
|
||
The Simple Standard for Sharing Ontological Mappings (SSSOM) is a community-driven project which has received support from many different sources. | ||
We list the most important ones in the following. | ||
|
||
### Volunteering efforts | ||
|
||
A huge fraction of the work on SSSOM has been done by volunteers without dedicated grant support. | ||
We hereby acknowledge their contributions as being absolutely essential. A selection of amazing contributions (by no means exhaustive): | ||
|
||
- The development of [SSSOM Java](https://incenp.org/dvlpt/sssom-java/) | ||
- Hundreds of careful contributions to discussions on the [SSSOM issue tracker](https://github.com/mapping-commons/sssom/issues) | ||
- The first draft of the [Mapping Registry Cookiecutter](https://github.com/mapping-commons/mapping-commons-cookiecutter) | ||
- We try to keep track of other [Community efforts here](https://github.com/mapping-commons/sssom/discussions/318) | ||
|
||
### Phenomics First (NIH / NHGRI #1RM1HG010860-01) | ||
|
||
A lot of the groundwork of SSSOM was done to support a disease mapping project as part of the [Mondo Disease Ontology](https://github.com/monarch-initiative/mondo), | ||
which included, but was not limited to: | ||
|
||
- Creation of a basic metadata model | ||
- Implementation of validation and parsing methods in [sssom-py](https://github.com/mapping-commons/sssom-py) | ||
- Generating [training materials](../training.md) | ||
- Organising [workshops](../workshops.md) | ||
- Outreach activties to clinical communities such as [OHDSI](https://www.ohdsi.org/) | ||
|
||
The grant was awared to members of the Monarch Initiative. | ||
|
||
### Monarch (NIH / OD #5R24OD011883) | ||
|
||
To support development of cross-species mappings and knowledge graph integration for the [Monarch Knowledge Graph](https://monarchinitiative.org/), | ||
a few new features had to be supported: | ||
|
||
- Groundwork for the [Semantic Mapping Vocabulary](https://github.com/mapping-commons/semantic-mapping-vocabulary) which contains, for example, cross-species mapping properties. | ||
- The advancement of the concepts and tools behind the "Mapping Commons", including supporting the development of the [Mapping Registry Cookiecutter](https://github.com/mapping-commons/mapping-commons-cookiecutter) | ||
- Various improvements to the SSSOM metadata model, including the introduction of curation rules. | ||
- The [OxO2 SSSOM mapping browser](https://github.com/EBISPOT/oxo2) | ||
|
||
The grant was awared to members of the Monarch Initiative. | ||
|
||
### Bosch Gift to LBNL | ||
|
||
A lot of the work on tooling was supported by a Bosch Gift to the Lawrence Berkely National Laboratory (Chris Mungall group). We thank Bosch for their generous support which helped us with the following: | ||
|
||
- Implementation of conversion and testing methods in [sssom-py](https://github.com/mapping-commons/sssom-py) | ||
- The development of training materials | ||
- The development of specialised matching tools such as [OAK lexmatch](https://incatools.github.io/ontology-access-kit/guide/mappings.html) which provided the first implementation of the SSSOM standard in a matching tool. | ||
|
||
### DARPA: Young Faculty Award W911NF2010255 | ||
|
||
A huge amount of refactoring of [sssom-py](https://github.com/mapping-commons/sssom-py) and development best practices, as well as training materials, was provided through this grant (awared to Benjamin M. Gyori). Other contributions include work on the [Semantic mapping reasoner and assembler](https://github.com/biopragmatics/semra) |
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,8 @@ | ||
## Related documentation | ||
|
||
- [SSSOM Toolkit](https://mapping-commons.github.io/sssom-py/index.html#) | ||
- [SSSOM Java](https://incenp.org/dvlpt/sssom-java/) | ||
- Semantic Mapping Vocabulary (SEMAPV): "https://mapping-commons.github.io/semantic-mapping-vocabulary/" | ||
- LinkML: "https://linkml.io/linkml/" | ||
- OBO Academy: "https://oboacademy.github.io/obook/" | ||
- Monarch Initiative: "https://monarch-initiative.github.io/monarch-documentation/" |
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,27 @@ | ||
## SSSOM Training materials | ||
|
||
- [Elevator pitch](#elevator) | ||
- [Tutorials and Guides](#guides) | ||
- [Related tutorials](#related) | ||
|
||
<a id="elevator"></a> | ||
|
||
### Elevator pitch | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/T-YP-Lv9k2s?si=tN9lHUFcovkyvm6z" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | ||
|
||
<a id="guides"></a> | ||
|
||
### Tutorials and Guides | ||
|
||
- [Mapping curation with SSSOM](https://oboacademy.github.io/obook/tutorial/sssom-tutorial/) | ||
- [Are these two entities the same? A guide.](https://oboacademy.github.io/obook/howto/are-two-entities-the-same/). An important tutorial that explains that it is not directly possible to determine if two things are the same across ontologies, but its still worth doing when explicitly recording the rationale. | ||
- [Linking across vocabularies: Semantic Entity Matching](https://oboacademy.github.io/obook/lesson/entity-matching/): Entity matching is the process of establishing a link between an identifier in one semantic space to an identifier in another. There are many cultures of thought around entity matching, including Ontology Matching, Entity Resolution and Entity Linking. | ||
|
||
<a id="related"></a> | ||
|
||
### Related tutorials | ||
|
||
- [Introduction to processing mappings with SSSOM and sssom-py CLI](https://oboacademy.github.io/obook/tutorial/sssom-toolkit/) | ||
- [Introduction to matching with OAK lexmatch](https://oboacademy.github.io/obook/tutorial/lexmatch-tutorial/) | ||
- [Curating Semantic Mappings with Biomappings](https://oboacademy.github.io/obook/tutorial/biomappings/) |
This file was deleted.
Oops, something went wrong.