Dominik Dürrschnabel

Raum 0445A
Universität Kassel
Fachbereich Elektrotechnik/Informatik
Fachgebiet Wissensverarbeitung
Wilhelmshöher Allee 73
34121 Kassel
Tel.: +49 561 804-6298
Fax.: +49 561 804-6259
Email: duerrschnabel@cs.uni-kassel.de

BibSonomy: https://www.bibsonomy.org/user/duerrschnabel

publications

reviewing

  • Subreviewer: ISWC2020, International Semantic Web Conference, November 1 – 6, 2020, Online
  • Subreviewer: ICCS2020, International Conference on Conceptual Structures, September 18 – 20, 2020, Online
  • Subreviewer: ECAI2020, European Conference on Artificial Intelligence, August 29 – September 8, 2020, Online
  • Subreviewer: RCAI2019, Russian Conference on Artificial Intelligence, October 21 – 25, 2019, Ulyanovsk, Russia
  • Subreviewer: KDD2019, ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, August 4 – 8, 2019, Anchorage, Alaska – USA
  • Subreviewer: WebSci’19, ACM conference ​on Web Science, June 30 – July 3, 2019, Boston, MA, USA​

teaching

Wintersemester 2022/23
Sommersemester 2022
Wintersemester 2021/22
Sommersemester 2021
Wintersemester 2020/21
Sommersemester 2020
Wintersemester 2019/20
Sommersemester 2019
Wintersemester 2018/2019

supervised students

Projects/Seminars
  • Binary Factor Analysis Algorithm using Formal Concepts. Stefan Kablowski (2021)
  • Crossing Minimization with Randomness. Sebastian Benner (2020)
  • Algorithmen zur Kreuzungsminimierung aufwärts-gerichteter Zeichnungen von gerichteten azyklischen Graphen. Christoph Sandrock, Jannik Raabe, Joschka Wittich (2019)
Bachelor’s Theses
  • Prominence and Isolation in Street Networks. Joschka Wittich (2020+)

DimDraw

DimDraw is an algorithm developed to draw ordered sets. It is integrated in conexp-clj.

You can download a version of conexp-clj that preloades all requirements automatically here:

Download

Use the following commands to draw a concept lattice of a formal context:

  • java -jar conexp-clj-2.0.0-SNAPSHOT-DimDraw-Edition.jar
  • (def cxt (read-context “path/to/context/file”))

  • (draw-lattice (concept-lattice cxt))

  • Compute your Drawing using the Buttons on the right side.