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
- Dürrschnabel D., Koyda M., Stumme G.: Attribute Selection using Contranominal Scales. In: ICCS 2021, 26th International Conference on Conceptual Structures. pdf
- Stubbemann L., Dürrschnabel D., Refflinghaus R.: Neural Networks for Semantic Gaze Analysis in XR Settings. In: ETRA 2021, Symposium on Eye Tracking Research and Applications. pdf
- Dürrschnabel, D., Stumme, G.: Force-Directed Layout of Order Diagrams using Dimensional Reduction. In: ICFCA 2021, 16th International Conference on Formal Concept Analysis. pdf
- Dürrschnabel, D., Hanika, T., Stubbemann, M.: FCA2VEC: Embedding Techniques for Formal Concept Analysis. Accepted as a chapter of the Springer volume titled “Complex Data Analytics with Formal Concept Analysis”.
- Dürrschnabel, D., Hanika, T., Stumme, G.: Drawing Order Diagrams Through Two-Dimension Extension. submitted.
- Dürrschnabel, D., Hanika, T., Stumme, G.: DimDraw — A novel tool for drawing concept lattices. In: ICFCA 2019, Workshop “Applications and Tools of Formal Concept Analysis”.
- Axenovich, M., Dürrschnabel, D.: Subsets of vertices of the same size and the same maximum distance. In: Theory and Applications of Graphs: Vol. 5 : Iss. 2 , (2018), Article 7. pdf
- Demel A., Dürrschnabel D., Mchedlidze T., Radermacher M., Wulf L.: A Greedy Heuristic for Crossing-Angle Maximization. In: GD 2018, 26th International Symposium on Graph Drawing and Network Visualization, Track B. pdf
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:
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.