Skip to content

Commit

Permalink
link to html on MaMMoS hompage
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schrefl committed Dec 10, 2024
1 parent f134536 commit bf61912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ compatibilies:
Using
-----

You may view the ontology by browsing through the [html documentation](https://raw.githack.com/MaMMoS-project/MagneticMaterialsOntology/f8a614da5c8db8cb7da2cf03aa7812c7e3efd075/doc/magnetic_material_mammos.html)
You may view the ontology by browsing through the [html documentation](https://mammos-project.github.io/MagneticMaterialsOntology/doc/magnetic_material_mammos.html)

Alternatively you can use [Protégé](https://protege.stanford.edu/)
* Install Protégé
Expand Down
2 changes: 1 addition & 1 deletion src/build_onto.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ class MainPhase(MagneticMaterial,emmo.PhaseOfMatter):
]

class SecondaryPhase(emmo.Material,emmo.PhaseOfMatter):
"""An additional phase within a magnetic for example soft inclusions or triple junctions"""
"""An additional phase within a magnet for example soft inclusions or triple junctions"""
prefLabel = en("SecondaryPhase")
is_a = [
emmo.hasProperty.some(emmo.VolumeFraction),
Expand Down

0 comments on commit bf61912

Please sign in to comment.