From dadeaad472996eebd4e24642a9c1dd00255c5816 Mon Sep 17 00:00:00 2001 From: francescalb Date: Tue, 28 Sep 2021 16:09:12 +0200 Subject: [PATCH 1/4] Changed EMMO to be acrobym for Elemental Multiperspective Material Ontology --- README.md | 4 ++-- docs/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12b14a7c1..f295b6e58 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EMMO - Python API for the European Materials & Modelling Ontology +# EMMO - Python API for the Elemental Multiperspective Material Ontology @@ -8,7 +8,7 @@ This package is based on [Owlready2] and provides an intuitive representation of [EMMO] in Python. It is available on [GitHub][EMMOntoPy] and on [PyPI][PyPI:EMMO] under the open source [BSD 3-Clause license](LICENSE.txt). -The European Materials & Modelling Ontology (EMMO) is an ongoing effort to create an ontology that takes into account fundamental concepts of physics, chemistry and materials science and is designed to pave the road for semantic interoperability. +The Elemental Multiperspective Material Ontology (EMMO) is an ongoing effort to create an ontology that takes into account fundamental concepts of physics, chemistry and materials science and is designed to pave the road for semantic interoperability. The aim of EMMO is to be generic and provide a common ground for describing materials, models and data that can be adapted by all domains. EMMO is formulated using OWL. diff --git a/docs/index.md b/docs/index.md index 2b78379e9..50303dbb0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# EMMO - Python API for the European Materials & Modelling Ontology +# EMMO - Python API for the Elemental Multiperspective Material Ontology @@ -8,7 +8,7 @@ This package is based on [Owlready2] and provides an intuitive representation of [EMMO] in Python. It is available on [GitHub][EMMOntoPy] and on [PyPI][PyPI:EMMO] under the open source [BSD 3-Clause license](LICENSE.md). -The European Materials & Modelling Ontology (EMMO) is an ongoing effort to create an ontology that takes into account fundamental concepts of physics, chemistry and materials science and is designed to pave the road for semantic interoperability. +The Elemental Multiperspective Material Ontology (EMMO) is an ongoing effort to create an ontology that takes into account fundamental concepts of physics, chemistry and materials science and is designed to pave the road for semantic interoperability. The aim of EMMO is to be generic and provide a common ground for describing materials, models and data that can be adapted by all domains. EMMO is formulated using OWL. From 4b461aeb4f1b1511bd4c3f6ceddd8909c1cdf24b Mon Sep 17 00:00:00 2001 From: francescalb Date: Tue, 28 Sep 2021 20:56:14 +0200 Subject: [PATCH 2/4] Updated EMMO acronym in example emmodoc --- examples/emmodoc/emmodoc-meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/emmodoc/emmodoc-meta.yaml b/examples/emmodoc/emmodoc-meta.yaml index c3648efba..bee3c8a1d 100644 --- a/examples/emmodoc/emmodoc-meta.yaml +++ b/examples/emmodoc/emmodoc-meta.yaml @@ -1,5 +1,5 @@ --- -title: 'Europeean Materials Modelling Ontology' +title: 'Elemental Multiperspective Material Ontology' version: 1.0.0-alpha2 author: - name: Emanuele Ghedini From 1b115abd7ba2ef69539b5a028b9170a18daf6f9b Mon Sep 17 00:00:00 2001 From: francescalb Date: Tue, 28 Sep 2021 21:06:22 +0200 Subject: [PATCH 3/4] Corrected Europeean to European in EMMC --- examples/emmodoc/emmodoc-meta.yaml | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/emmodoc/emmodoc-meta.yaml b/examples/emmodoc/emmodoc-meta.yaml index bee3c8a1d..f86c70338 100644 --- a/examples/emmodoc/emmodoc-meta.yaml +++ b/examples/emmodoc/emmodoc-meta.yaml @@ -16,7 +16,7 @@ institute: 'European Materials Modelling Counsil (EMMC)' keywords: [EMMO, 'materials science', modelling, characterisation, materials, ontology] abstract: | EMMO is an ontology that is created by the - Europeean Materials Modelling Council + European Materials Modelling Council (EMMC) to provide a formal way to describe the fundamental concepts of physics, chemistry and materials science. EMMO is designed to pave the road for semantic interoperability providing a diff --git a/setup.py b/setup.py index 345e45fa8..8f55078a5 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Python reference API for the Europeean Materials & Modelling Ontology (EMMO). +Python reference API for the Elementary Multiperspective Material Ontology (EMMO). """ import os import re @@ -62,8 +62,8 @@ def fglob(patt): version=VERSION, author='Jesper Friis, Francesca Lønstad Bleken, Bjørn Tore Løvfall', author_email='jesper.friis@sintef.no', - description=('Python reference API for the Europeean Materials & ' - 'Modelling Ontology'), + description=('Python reference API for the Elementary Multiperspective' + 'Material Ontology'), long_description=long_description, long_description_content_type="text/markdown", url='https://github.com/emmo-repo/EMMO-python', From 0965091ec3edd379ea0a5035f8aafa85697a66f8 Mon Sep 17 00:00:00 2001 From: francescalb Date: Tue, 28 Sep 2021 21:09:17 +0200 Subject: [PATCH 4/4] Line became to long when changing name for EMMO --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f55078a5..fb6615a34 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 """ -Python reference API for the Elementary Multiperspective Material Ontology (EMMO). +Python reference API for the +Elementary Multiperspective Material Ontology (EMMO). """ import os import re