You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks to all the contributors who have improved Getaviz by implementing new features or fixing bugs, especially: Denise Zilch, [André Naumann](https://github.com/sk2andy), [Stefan Faulhaber](https://github.com/StefanFaulhaber), [Dan Häberlein](https://github.com/dhaeb), [Lisa Vogelsberg](https://github.com/Valekta/), [Aaron Sillus](https://github.com/AaronSil), [Jens Thomann](https://github.com/jt23coqi), and [Vladislavs Terjaniks](https://github.com/VlaD-T).
23
-
22
+
Many thanks to all the contributors who have improved Getaviz by implementing new features or fixing bugs, especially: Denise Zilch, [André Naumann](https://github.com/sk2andy), [Stefan Faulhaber](https://github.com/StefanFaulhaber), [Dan Häberlein](https://github.com/dhaeb), [Lisa Vogelsberg](https://github.com/Valekta/), [Aaron Sillus](https://github.com/AaronSil), [Jens Thomann](https://github.com/jt23coqi), [Xuefei Gao](https://github.com/SophiaLangheld), [Vladislavs Terjaniks](https://github.com/VlaD-T), [Łukasz Kalfas](https://github.com/Lukasz-kal), and [Christina Sixtus](https://github.com/ChristinaSi).
23
+
24
24
## Publications
25
25
* David Baum, Pascal Kovacs, Richard Müller: [Fostering Collaboration of Academia and Industry by Open Source Software](https://www.researchgate.net/publication/338008152_Fostering_Collaboration_of_Academia_and_Industry_by_Open_Source_Software), SE20 Software Engineering, 2020.
26
26
* David Baum, Christina Sixtus, Lisa Vogelsberg, Ulrich Eisenecker: [Understanding Conditional Compilation Through Integrated Representation of Variability and Source Code](https://arxiv.org/pdf/1908.08375), SPLC, 2019.
27
27
* David Baum, Jens Dietrich, Craig Anslow, Richard Müller: [Visualizing Design Erosion: How Big Balls of Mud are Made](https://arxiv.org/abs/1807.06136), IEEE VISSOFT, 2018.
28
-
* David Baum. Jan Schilbach, Pascal Kovacs, Ulrich Eisenecker, Richard Müller: [GETAVIZ: Generating Structural, Behavioral, and Evolutionary Views of Software Systems for Empirical Evaluation](https://www.researchgate.net/publication/320083290_GETAVIZ_Generating_Structural_Behavioral_and_Evolutionary_Views_of_Software_Systems_for_Empirical_Evaluation), IEEE VISSOFT, 2017.
28
+
* David Baum, Jan Schilbach, Pascal Kovacs, Ulrich Eisenecker, Richard Müller: [GETAVIZ: Generating Structural, Behavioral, and Evolutionary Views of Software Systems for Empirical Evaluation](https://www.researchgate.net/publication/320083290_GETAVIZ_Generating_Structural_Behavioral_and_Evolutionary_Views_of_Software_Systems_for_Empirical_Evaluation), IEEE VISSOFT, 2017.
29
29
30
30
A full list of publications you can find on [our website](http://home.uni-leipzig.de/svis/Publications/).
#- ./ui:/var/www/html/ui # uncomment only for ui development
27
-
- data-gen:/var/www/html/ui/data-gen
28
-
ports:
29
-
- "8082:80"
30
-
networks:
31
-
- default
32
-
depends_on:
33
-
- backend
34
-
backend:
35
-
build: generator2/org.getaviz.generator/
36
-
restart: always
37
-
volumes:
38
-
- data-gen:/var/lib/jetty/data-gen
39
-
#- ./generator2/org.getaviz.generator/target/org.getaviz.generator-1.0.0-SNAPSHOT.war:/var/lib/jetty/webapps/root.war # uncomment only for generator development
40
-
#- ./generator2/org.getaviz.generator/settings.properties:/opt/config/settings.properties # uncomment only for generator development
41
-
#- ./generator2/output:/var/lib/jetty/output/ # uncomment only for generator development
42
-
#- ./generator2/logs:/var/lib/jetty/logs # uncomment only for generator development
#- ./ui:/var/www/html/ui # uncomment only for ui development
27
+
- data-gen:/var/www/html/ui/data-gen
28
+
ports:
29
+
- "8082:80"
30
+
networks:
31
+
- default
32
+
depends_on:
33
+
- backend
34
+
backend:
35
+
build: generator2/org.getaviz.generator/
36
+
restart: always
37
+
volumes:
38
+
- data-gen:/var/lib/jetty/data-gen
39
+
#- ./generator2/org.getaviz.generator/target/org.getaviz.generator-1.0.0-SNAPSHOT.war:/var/lib/jetty/webapps/root.war # uncomment only for generator development
0 commit comments