Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed EMMO to be acronym for Elemental Multiperspective Material Ontology #238

Merged
merged 4 commits into from
Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EMMO - Python API for the European Materials & Modelling Ontology
# EMMO - Python API for the Elemental Multiperspective Material Ontology

<!-- markdownlint-disable MD033 -->

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EMMO - Python API for the European Materials & Modelling Ontology
# EMMO - Python API for the Elemental Multiperspective Material Ontology

<!-- markdownlint-disable MD033 -->

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions examples/emmodoc/emmodoc-meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Europeean Materials Modelling Ontology'
title: 'Elemental Multiperspective Material Ontology'
version: 1.0.0-alpha2
author:
- name: Emanuele Ghedini
Expand All @@ -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
<a href="https://emmc.info/">Europeean Materials Modelling Council
<a href="https://emmc.info/">European Materials Modelling Council
(EMMC)</a> 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
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/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
Expand Down Expand Up @@ -62,8 +63,8 @@ def fglob(patt):
version=VERSION,
author='Jesper Friis, Francesca Lønstad Bleken, Bjørn Tore Løvfall',
author_email='[email protected]',
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',
Expand Down