https://github.com/fhooeaist/ocel-model

Autogenerated Java Model for the OCEL-Standard

https://github.com/fhooeaist/ocel-model

Science Score: 20.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.9%) to scientific vocabulary
Last synced: 8 months ago · JSON representation

Repository

Autogenerated Java Model for the OCEL-Standard

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed almost 4 years ago

https://github.com/FHOOEAIST/ocel-model/blob/main/

# OCEL Model

This project contains an autogenerated java model for the OCEL standard, as specified [here](http://ocel-standard.org/).
These classes are generated using the [XML schema definition](http://ocel-standard.org/1.0/schema.xml) file and jax-b.

## Getting Started

To use the classes, simply include the maven dependency on the project.

```xml

    science.aist
    ocel-model
    1.0.0
    compile 

```

Then you are able to load OCEL files the following way:

```java
XMLRepository repository = new LogRepository()

// load
JAXBElement log = repository.load(inputStream);

// save
repository.save(log, outputStream);
```

### Building the XML model yourself

If you want to build the project yourself, just checkout this git repo, make sure you have jdk 11 or above installed as
well as maven 3.6.0 or above and build the project by running the maven command: `mvn package`. This results in a
jar-file inside the target folder, which can be used as a dependency in other projects.

## FAQ

If you have any questions, please checkout our [FAQ](https://fhooeaist.github.io/ocel-model/faq.html) section.

## Contributing

**First make sure to read our [general contribution guidelines](https://fhooeaist.github.io/CONTRIBUTING.html).**
   
## License

Copyright (c) 2020 the original author or authors.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.

The following files are under different licence and copyright:

| Licence | Filepaths |
|-|-|
| Copyright  2021 Process and Data Science Group (PADS) of the RWTH Aachen University. | src/main/resources/ocel.xsd and src/test/resources/running-example.xmlocel |

## Research

If you are going to use this project as part of a research paper, we would ask you to reference this project by citing
it. 

[![DOI](https://zenodo.org/badge/515461000.svg)](https://zenodo.org/badge/latestdoi/515461000)

Owner

  • Name: Advanced Information Systems and Technology
  • Login: FHOOEAIST
  • Kind: organization
  • Email: contact@aist.science
  • Location: University of Applied Sciences Upper Austria, Softwarepark 11, 4232 Hagenberg, Austria

The research group AIST researches software solutions in the fields of eHealth, Machine Learning and Data Mining as well as Computer Vision.

GitHub Events

Total
Last Year

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 9
  • Total Committers: 2
  • Avg Commits per committer: 4.5
  • Development Distribution Score (DDS): 0.222
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Andreas Pointner a****r@f****t 7
Jenkins j****s@j****s 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: 24 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pointan (1)
Pull Request Authors
  • pointan (1)
Top Labels
Issue Labels
confirmed (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 1
repo1.maven.org: science.aist:ocel-model

Autogenerated OCEL Model

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
Rankings
Dependent repos count: 20.8%
Dependent packages count: 33.0%
Average: 43.8%
Forks count: 58.7%
Stargazers count: 62.9%
Last synced: 8 months ago