Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: CSEAachenGmbH
- License: mit
- Default Branch: main
- Size: 51.8 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Circle Ontology Demonstration!
Overview:
Ontology File: pcf-model.rdf – contains the RDF ontology.
Documentation Tool: Widoco – generates structured, multilingual HTML documentation from RDF/OWL files.
Automation: GitHub Actions – automates the generation and deployment process.
Publishing: GitHub Pages – hosts the generated documentation at https://cseaachengmbh.github.io/ontology.
More Details:
This repository uses an automated workflow based on GitHub Actions to generate and publish an HTML documentation of the included RDF ontology via GitHub Pages.
On every push to the main branch or when manually triggered, the current state of the RDF file (pcf-model.rdf) is processed. The Widoco tool is used to automatically create a structured, multilingual HTML documentation from the RDF ontology.
Afterwards, the contents of the docs folder are uploaded as an artifact and published through GitHub Pages. The publication process is fully automated and requires no additional manual steps. Any changes made to the RDF file or the repository will be automatically reflected on the published website shortly after.
The generated documentation can be accessed at the following URL: https://cseaachengmbh.github.io/ontology/
How it Works:
Each time a change is pushed to the main branch (or triggered manually), the following workflow runs:
Documentation Generation: Widoco processes the pcf-model.rdf file and generates HTML documentation.
Deployment: The generated files are placed into the docs directory.
Publishing: GitHub Pages automatically publishes the contents of the docs folder.
This ensures that any changes made to the ontology are quickly reflected in the public documentation.
Repository Structure:
. ├── .github/ │ └── workflows/ │ └── [CI workflow files]
├── CITATION.cff
├── CODEOFCONDUCT.md
├── LICENSE
├── README.md
└── pcf-model.rdf
Technical Details
Build tool: Widoco
Hosting platform: GitHub Pages
Automation: GitHub Actions
For more information or questions, please contact the team at CSEAachenGmbH.
Note
To update the published website, it is sufficient to make changes to the repository and push them to the main branch. Alternatively, the workflow can be triggered manually via the GitHub Actions interface.
Owner
- Name: CSE Aachen GmbH
- Login: CSEAachenGmbH
- Kind: user
- Location: Aachen
- Website: https://cse.rwth-campus.com/
- Repositories: 1
- Profile: https://github.com/CSEAachenGmbH
Die CSE Aachen GmbH entwickelt am RWTH Aachen Campus innovative Engineering-Methoden wie MBSE, KI-gestütztes und Circular Lifecycle Engineering. Sie unterstützt
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
cff-version: 1.2.0
title: '.......'
message: >-
Please cite this ontology using the metadata from
"preferred-citation".
type: software
authors:
identifiers:
- type: url
value: '.......'
description: Ontology IRI
repository-code: '.........'
abstract: >-
Demonstrator Ontology
keywords:
- ontology
- semantic
- product carbon footprint
- PCF
license: MIT
preferred-citation:
title: "Data Model"
type: generic
year: 2024
url: ......
GitHub Events
Total
- Public event: 1
- Push event: 22
Last Year
- Public event: 1
- Push event: 22
Dependencies
- actions/checkout v3 composite
- actions/deploy-pages v4 composite
- actions/upload-pages-artifact v3 composite