Skip to content

Commit 7ba2c8a

Browse files
committed
Merge branch 'main' of github.com:OCDO/cmso-ontology into main
2 parents 08c2f44 + b7c8f35 commit 7ba2c8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
java -jar widoco.jar -ontFile main/cmso.owl -outFolder docs -uniteSections -lang en-de -getOntologyMetadata -noPlaceHolderText -rewriteAll -webVowl
2121
mv docs/doc/* docs/
2222
cp docs/index-en.html docs/index.html
23+
gawk -i inplace '{gsub("width=\"50/\"","width=\"75/\"",$0); print $0}' docs/index.html
2324
rm widoco.jar
2425
- name: Upload artifact
2526
uses: actions/upload-pages-artifact@v2

cmso.owl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<schema:citation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Azocar Guzman, A., Menon, S., Hofmann, V., Hickel, T., Sandfeld. S. (2024), Computational Material Sample Ontology, https://purls.helmholtz-metadaten.de/cmso/</schema:citation>
2626
<schema:creativeWorkStatus rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pre-release</schema:creativeWorkStatus>
2727
<schema:funder rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://ror.org/05qj6w324</schema:funder>
28-
<schema:logo rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://github.com/OCDO/.github/blob/main/profile/ocdo_logo.png</schema:logo>
28+
<schema:logo rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://raw.githubusercontent.com/OCDO/.github/refs/heads/main/profile/ocdo_logo.png</schema:logo>
2929
</owl:Ontology>
3030

3131

0 commit comments

Comments
 (0)