science.aist

Transformation from the XES-standard into a Directly-Follows Graphs rendered by GraphViz

https://github.com/fhooeaist/xes2graphviz

Science Score: 54.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
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Transformation from the XES-standard into a Directly-Follows Graphs rendered by GraphViz

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

XES to GraphViz

An implementation, that transforms a given XES input into a Directly-Follows Graphs rendered by GraphViz.

Getting Started

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

xml <dependency> <groupId>science.aist</groupId> <artifactId>xes-to-graphviz</artifactId> <version>1.0.0</version> <scope>compile</scope> <!-- Note: this is default --> </dependency>

This then enables you to convert a XES log into a graph representation, and then render the graph into a GraphViz representation of a Directly-Follows Graphs.

java LogType log = new LogRepository().load(...).getValue(); Transformer<LogType, String> xes2graphViz = new XesToGraphTransformer().andThen(new GraphToDirectFollowerGraphGraphVizTransformer()); String res = xes2graphViz.applyTransformation(log);

FAQ

If you have any questions, please checkout our FAQ section.

Contributing

First make sure to read our general contribution guidelines.

License

Copyright (c) 2022 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/.

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

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.

Citation (CITATION.cff)

authors:
 - family-names: "Pointner"
   given-names: "Andreas"
   email: "andreas.pointner@fh-hagenberg.at"
   orcid: "https://orcid.org/0000-0001-8642-1161"
   affiliation: "Advanced Information Systems and Technology"
 - family-names: "Krauss"
   given-names: "Oliver"
   email: "oliver.krauss@fh-hagenberg.at"
   orcid: "https://orcid.org/0000-0002-8136-2606"
   affiliation: "Advanced Information Systems and Technology"
 - family-names: "Schuler"
   given-names: "Andreas"
   email: "andreas.schuler@fh-hagenberg.at"
   orcid: "https://orcid.org/0000-0003-1074-3222"
   affiliation: "Advanced Information Systems and Technology"
 - family-names: "Helm"
   given-names: "Emmanuel"
   email: "emmanuel.helm@fh-hagenberg.at"
   orcid: "https://orcid.org/0000-0002-1323-3511"
   affiliation: "Advanced Information Systems and Technology"
cff-version: 1.2.0
date-released: 2022-10-10
doi: 10.5281/zenodo.7185725
keywords:
  - XES
  - Transformation
license: MPL-2.0
message: "If you use this software, please cite it as below."
repository-artifact: "https://search.maven.org/artifact/science.aist/xes-to-graphviz/1.0.0/jar"
repository-code: "https://github.com/FHOOEAIST/XES2GraphViz"
title: "Transformation from XES to GraphViz"
type: software
url: "https://github.aist.science/XES2GraphViz/"
version: 1.0.0

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 3
  • Total pull requests: 2
  • Average time to close issues: 7 days
  • Average time to close pull requests: 9 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: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 2
  • Average time to close issues: 7 days
  • Average time to close pull requests: 9 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pointan (3)
Pull Request Authors
  • pointan (2)
Top Labels
Issue Labels
confirmed (2) bug (1)
Pull Request Labels
confirmed (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 2
repo1.maven.org: science.aist:xes-to-graphviz

XES2GraphViz

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
Rankings
Dependent repos count: 20.8%
Average: 48.1%
Dependent packages count: 50.1%
Forks count: 58.6%
Stargazers count: 62.8%
Last synced: 10 months ago

Dependencies

.github/workflows/maven.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
pom.xml maven
  • org.projectlombok:lombok 1.18.24 provided
  • science.aist.gtf:transformation 2.0.1
  • science.aist:xes-model 1.0.0
  • org.testng:testng 7.6.0 test