-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from susuhahnml/sh/clingraph
Clinguin and clingraph systems
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
layout: page | ||
title: clingraph | ||
permalink: /clingraph/ | ||
--- | ||
|
||
clingraph is a tool which takes graph specifications in terms of ASP facts and hands them over to the graph visualization system [graphviz](https://graphviz.org/). | ||
This tool offers: | ||
* Integration with clingo | ||
* A python API | ||
* Multiple output formats such as pdf, svg, latex and gif | ||
|
||
|
||
# Download | ||
|
||
- Source code and binary releases are on github: [github.com/potassco/clingraph](https://github.com/potassco/clingraph). | ||
|
||
# Documentation | ||
|
||
- [Documentation webpage](https://clingraph.readthedocs.io/en/latest/) | ||
|
||
# Citing | ||
|
||
- Susana Hahn, Orkunt Sabuncu, Torsten Schaub, Tobias Stolzmann | ||
[Clingraph: A System for ASP-based Visualization]({{ site.publicationurl }}/#DBLP:journals/corr/abs-2303-10118), TPLP, 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
layout: page | ||
title: clinguin | ||
permalink: /clinguin/ | ||
--- | ||
|
||
clinguin is a tool which enables ASP developers to create interactive User Interface (UI) prototypes using only ASP. | ||
UIs are defined as sets of facts, which are then rendered by a frontend to provide continuous interaction with ASP solvers based on user-triggered events. | ||
|
||
|
||
# Download | ||
|
||
- Source code and binary releases are on github: [github.com/potassco/clinguin](https://github.com/potassco/clinguin). | ||
|
||
# Documentation | ||
|
||
- [Documentation webpage](https://clinguin.readthedocs.io/en/latest/) | ||
|
||
# Citing | ||
|
||
- Alexander Beiser, Susana Hahn, Torsten Schaub | ||
ASP-driven User-interaction with Clinguin, ICLP-TC, 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters