From 4ecaa98ee2d3f4e2a03a9525baa210049e6cf9ba Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Mon, 30 Oct 2023 13:32:34 +0100 Subject: [PATCH] Make README.md comply with markdownlint --- README.md | 53 +++++++++++++++-------------------------------------- 1 file changed, 15 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index eabab55..dea64b8 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,21 @@ +# CIF Ontology + [![CI tests](https://github.com/emmo-repo/CIF-ontology/workflows/CI/badge.svg)](https://github.com/emmo-repo/CIF-ontology/actions/) [![DOI](https://zenodo.org/badge/272473769.svg)](https://zenodo.org/badge/latestdoi/272473769) +This repository provides an ontologisation of the CIF Dictionary Definition Language ([DDLm](https://www.iucr.org/resources/cif/ddl/ddlm)) and the [CIF core dictionary](https://www.iucr.org/resources/cif/dictionaries/cif_core) by IUCr. +The development version of these dictionaries can be found in the [COMCIFS/cif_core](https://github.com/COMCIFS/cif_core) GitHub repository. -CIF Ontology -============ -This repository provides an ontologisation of the CIF Dictionary -Definition Language ([DDLm]) and the [CIF core dictionary] by IUCr. -The development version of these dictionaries can be found in the -[COMCIFS/cif_core] GitHub repository. - -The CIF Ontology has no dependencies to any upper ontology. But the -EMMC crystallography task group is providing an EMMO-based -[Crystallography Domain Ontology] which is based on both the CIF -Ontology and [EMMO]. - +The CIF Ontology has no dependencies to any upper ontology. +But the EMMC crystallography task group is providing an EMMO-based [Crystallography Domain Ontology](https://github.com/emmo-repo/domain-crystallography), which is based on both the CIF Ontology and [EMMO](https://github.com/emmo-repo/EMMO). -Obtaining CIF-ontology ------------------------ -A table with available releases can be found on -https://emmo-repo.github.io/CIF-ontology/ +## Obtaining CIF-ontology +A table with available releases can be found in [the documentation](https://emmo-repo.github.io/CIF-ontology/). ### Manually generating the cif core ontology -It is also possible to clone this repository and generate the CIF -ontology yourselves. +It is also possible to clone this repository and generate the CIF ontology. First clone this repository with @@ -32,13 +23,9 @@ First clone this repository with git clone https://github.com/emmo-repo/CIF-ontology.git ``` -and then run the `dic2owl` tool following the instructions in the -[dic2owl/README.md] file. - - +and then run the `dic2owl` tool following the instructions in the [dic2owl/README.md](dic2owl/README.md) file. -Attributions and credits ------------------------- +## Attributions and credits ### Contributors @@ -52,33 +39,23 @@ Attributions and credits - Joana Morgado, Fraunhofer IWM - Stuart Chalk - ### Contributing projects - Demystify ontologies - Internal project at [SINTEF](www.sintef.no) - [MarketPlace](https://www.the-marketplace-project.eu/); Grant Agreement No: 760173 + - [OntoTrans](https://ontotrans.eu/); Grant Agreement No: 862136 + - [BIG-MAP](https://www.big-map.eu/); Grant Agreement No: 957189 + -License -------- +## License The CIF ontology is released under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode) license (CC BY 4.0). See also the [LICENSE](LICENSE) file. - - - - -[DDLm]: https://www.iucr.org/resources/cif/ddl/ddlm -[CIF core dictionary]: https://www.iucr.org/resources/cif/dictionaries/cif_core -[COMCIFS/cif_core]: https://github.com/COMCIFS/cif_core -[Crystallography Domain Ontology]: https://github.com/emmo-repo/domain-crystallography -[EMMO]: https://github.com/emmo-repo/EMMO -[cif_core.ttl]: ontology/cif-core.ttl -[dic2owl/README.md]: dic2owl/README.md