102 Search Results for "Hagen, Hans"


Volume

OASIcs, Volume 27

Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011

VLUDS 2011, June 10-11, 2011, Kaiserslautern, Germany

Editors: Christoph Garth, Ariane Middel, and Hans Hagen

Volume

Dagstuhl Follow-Ups, Volume 2

Scientific Visualization: Interactions, Features, Metaphors

Editors: Hans Hagen

Volume

OASIcs, Volume 19

Visualization of Large and Unstructured Data Sets - Applications in Geospatial Planning, Modeling and Engineering (IRTG 1131 Workshop)

VLUDS 2010, March 19-21, 2010, Bodega Bay, U.S.

Editors: Ariane Middel, Inga Scheler, and Hans Hagen

Volume

Dagstuhl Follow-Ups, Volume 1

Scientific Visualization: Advanced Concepts

Editors: Hans Hagen

Document
Safe Sequences via Dominators in DAGs for Path-Covering Problems

Authors: Francisco Sena, Romeo Rizzi, and Alexandru I. Tomescu

Published in: LIPIcs, Volume 351, 33rd Annual European Symposium on Algorithms (ESA 2025)


Abstract
A path-covering problem on a directed acyclic graph (DAG) requires finding a set of source-to-sink paths that cover all the nodes, all the arcs, or subsets thereof, and additionally they are optimal with respect to some function. In this paper we study safe sequences of nodes or arcs, namely sequences that appear in some path of every path cover of a DAG. We show that safe sequences admit a simple characterization via cutnodes. Moreover, we establish a connection between maximal safe sequences and leaf-to-root paths in the source- and sink-dominator trees of the DAG, which may be of independent interest in the extensive literature on dominators. With dominator trees, safe sequences admit an O(n)-size representation and a linear-time output-sensitive enumeration algorithm running in time O(m + o), where n and m are the number of nodes and arcs, respectively, and o is the total length of the maximal safe sequences. We then apply maximal safe sequences to simplify Integer Linear Programs (ILPs) for two path-covering problems, LeastSquares and MinPathError, which are at the core of RNA transcript assembly problems from bioinformatics. On various datasets, maximal safe sequences can be computed in under 0.1 seconds per graph, on average, and ILP solvers whose search space is reduced in this manner exhibit significant speed-ups. For example on graphs with a large width, average speed-ups are in the range 50-250× for MinPathError and in the range 80-350× for LeastSquares. Optimizing ILPs using safe sequences can thus become a fast building block of practical RNA transcript assembly tools, and more generally, of path-covering problems.

Cite as

Francisco Sena, Romeo Rizzi, and Alexandru I. Tomescu. Safe Sequences via Dominators in DAGs for Path-Covering Problems. In 33rd Annual European Symposium on Algorithms (ESA 2025). Leibniz International Proceedings in Informatics (LIPIcs), Volume 351, pp. 55:1-55:17, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2025)


Copy BibTex To Clipboard

@InProceedings{sena_et_al:LIPIcs.ESA.2025.55,
  author =	{Sena, Francisco and Rizzi, Romeo and Tomescu, Alexandru I.},
  title =	{{Safe Sequences via Dominators in DAGs for Path-Covering Problems}},
  booktitle =	{33rd Annual European Symposium on Algorithms (ESA 2025)},
  pages =	{55:1--55:17},
  series =	{Leibniz International Proceedings in Informatics (LIPIcs)},
  ISBN =	{978-3-95977-395-9},
  ISSN =	{1868-8969},
  year =	{2025},
  volume =	{351},
  editor =	{Benoit, Anne and Kaplan, Haim and Wild, Sebastian and Herman, Grzegorz},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ESA.2025.55},
  URN =		{urn:nbn:de:0030-drops-245230},
  doi =		{10.4230/LIPIcs.ESA.2025.55},
  annote =	{Keywords: directed acyclic graph, path cover, dominator tree, integer linear programming, least squares, minimum path error}
}
Document
Enumerating Minimal Dominating Sets and Variants in Chordal Bipartite Graphs

Authors: Emanuel Castelo, Oscar Defrain, and Guilherme C. M. Gomes

Published in: LIPIcs, Volume 349, 19th International Symposium on Algorithms and Data Structures (WADS 2025)


Abstract
Enumerating minimal dominating sets with polynomial delay in bipartite graphs is a long-standing open problem. To date, even the subcase of chordal bipartite graphs is open, with the best known algorithm due to Golovach, Heggernes, Kanté, Kratsch, Sæther, and Villanger running in incremental-polynomial time. We improve on this result by providing a polynomial delay and space algorithm enumerating minimal dominating sets in chordal bipartite graphs. Additionally, we show that the total and connected variants admit polynomial and incremental-polynomial delay algorithms, respectively, within the same class. This provides an alternative proof of a result by Golovach et al. for total dominating sets, and answers an open question for the connected variant. Finally, we give evidence that the techniques used in this paper cannot be generalized to bipartite graphs for (total) minimal dominating sets, unless P = NP, and show that enumerating minimal connected dominating sets in bipartite graphs is harder than enumerating minimal transversals in general hypergraphs.

Cite as

Emanuel Castelo, Oscar Defrain, and Guilherme C. M. Gomes. Enumerating Minimal Dominating Sets and Variants in Chordal Bipartite Graphs. In 19th International Symposium on Algorithms and Data Structures (WADS 2025). Leibniz International Proceedings in Informatics (LIPIcs), Volume 349, pp. 15:1-15:15, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2025)


Copy BibTex To Clipboard

@InProceedings{castelo_et_al:LIPIcs.WADS.2025.15,
  author =	{Castelo, Emanuel and Defrain, Oscar and C. M. Gomes, Guilherme},
  title =	{{Enumerating Minimal Dominating Sets and Variants in Chordal Bipartite Graphs}},
  booktitle =	{19th International Symposium on Algorithms and Data Structures (WADS 2025)},
  pages =	{15:1--15:15},
  series =	{Leibniz International Proceedings in Informatics (LIPIcs)},
  ISBN =	{978-3-95977-398-0},
  ISSN =	{1868-8969},
  year =	{2025},
  volume =	{349},
  editor =	{Morin, Pat and Oh, Eunjin},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.WADS.2025.15},
  URN =		{urn:nbn:de:0030-drops-242467},
  doi =		{10.4230/LIPIcs.WADS.2025.15},
  annote =	{Keywords: algorithmic enumeration, minimal dominating sets, connected dominating sets, total dominating sets, chordal bipartite graphs, sequential method, polynomial delay}
}
Document
Decision-Making Techniques for Smart Semiconductor Manufacturing (Dagstuhl Seminar 23362)

Authors: Hans Ehm, John Fowler, Lars Mönch, and Daniel Schorn

Published in: Dagstuhl Reports, Volume 13, Issue 9 (2024)


Abstract
In September 2023 the Dagstuhl Seminar 23362 explored the needs of the semiconductor industry for novel decision-making techniques and the related information systems to empower flexible decisions for smart production. The seminar participants also spent time identifying requirements for a simulation testbed which allows for assessing smart planning and control decisions in the semiconductor industry. The Executive Summary describes the process of the seminar and discusses key findings and areas for future research regarding these topics. Abstracts of presentations given during the seminar and the output of breakout sessions are collected in further sections.

Cite as

Hans Ehm, John Fowler, Lars Mönch, and Daniel Schorn. Decision-Making Techniques for Smart Semiconductor Manufacturing (Dagstuhl Seminar 23362). In Dagstuhl Reports, Volume 13, Issue 9, pp. 69-102, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2024)


Copy BibTex To Clipboard

@Article{ehm_et_al:DagRep.13.9.69,
  author =	{Ehm, Hans and Fowler, John and M\"{o}nch, Lars and Schorn, Daniel},
  title =	{{Decision-Making Techniques for Smart Semiconductor Manufacturing (Dagstuhl Seminar 23362)}},
  pages =	{69--102},
  journal =	{Dagstuhl Reports},
  ISSN =	{2192-5283},
  year =	{2024},
  volume =	{13},
  number =	{9},
  editor =	{Ehm, Hans and Fowler, John and M\"{o}nch, Lars and Schorn, Daniel},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/DagRep.13.9.69},
  URN =		{urn:nbn:de:0030-drops-198216},
  doi =		{10.4230/DagRep.13.9.69},
  annote =	{Keywords: analytics, modeling, semiconductor manufacturing, simulation, smart manufacturing}
}
Document
Interactive Quality Inspection of Measured Deviations in Sheet Metal Assemblies

Authors: Felix Claus, Hans Hagen, Viktor Leonhardt, Heike Leitte, and Bernd Hamann

Published in: OASIcs, Volume 89, 2nd International Conference of the DFG International Research Training Group 2057 – Physical Modeling for Virtual Manufacturing (iPMVM 2020)


Abstract
We present an exploratory data analysis approach for finite element (FE) simulations to interactively inspect measured deviations in sheet metals arising in automotive applications. Exterior car body parts consist of large visible surfaces, and strict tolerances must be met by them to satisfy both aesthetic requirements and quality performance requirements. To fulfill quality requirements like gap and flushness, exterior vehicle components have adjustable mechanical boundaries. These boundaries are used to influence the shape and position of a sheet metal part relative to its chassis. We introduce a method that supports an inspection engineer with an interactive framework that makes possible a detailed analysis of measured sheet metal deviation fields generated from 3D scans. An engineer can interactively change boundary conditions and obtains the resulting deviation field in real-time. Thus, it is possible to determine viable and desirable adjustments efficiently, leading to time and cost savings in the assembly process.

Cite as

Felix Claus, Hans Hagen, Viktor Leonhardt, Heike Leitte, and Bernd Hamann. Interactive Quality Inspection of Measured Deviations in Sheet Metal Assemblies. In 2nd International Conference of the DFG International Research Training Group 2057 – Physical Modeling for Virtual Manufacturing (iPMVM 2020). Open Access Series in Informatics (OASIcs), Volume 89, pp. 6:1-6:18, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2021)


Copy BibTex To Clipboard

@InProceedings{claus_et_al:OASIcs.iPMVM.2020.6,
  author =	{Claus, Felix and Hagen, Hans and Leonhardt, Viktor and Leitte, Heike and Hamann, Bernd},
  title =	{{Interactive Quality Inspection of Measured Deviations in Sheet Metal Assemblies}},
  booktitle =	{2nd International Conference of the DFG International Research Training Group 2057 – Physical Modeling for Virtual Manufacturing (iPMVM 2020)},
  pages =	{6:1--6:18},
  series =	{Open Access Series in Informatics (OASIcs)},
  ISBN =	{978-3-95977-183-2},
  ISSN =	{2190-6807},
  year =	{2021},
  volume =	{89},
  editor =	{Garth, Christoph and Aurich, Jan C. and Linke, Barbara and M\"{u}ller, Ralf and Ravani, Bahram and Weber, Gunther H. and Kirsch, Benjamin},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/OASIcs.iPMVM.2020.6},
  URN =		{urn:nbn:de:0030-drops-137554},
  doi =		{10.4230/OASIcs.iPMVM.2020.6},
  annote =	{Keywords: Data Analysis, Interactive Inspection, 3D-Metrology, Finite Element Simulation}
}
Document
Is Smaller Always Better? - Evaluating Video Compression Techniques for Simulation Ensembles

Authors: Patrick Ruediger, Christoph Garth, Hans Hagen, and Heike Leitte

Published in: OASIcs, Volume 89, 2nd International Conference of the DFG International Research Training Group 2057 – Physical Modeling for Virtual Manufacturing (iPMVM 2020)


Abstract
We provide an evaluation of the applicability of video compression techniques for compressing visualization image databases that are often used for in situ visualization. Considering relevant practical implementation aspects, we identify relevant compression parameters, and evaluate video compression for several test cases, involving several data sets and visualization methods; we use three different video codecs. To quantify the benefits and drawbacks of video compression, we employ metrics for image quality, compression rate, and performance. The experiments discussed provide insight into good choices of parameter values, working well in the considered cases.

Cite as

Patrick Ruediger, Christoph Garth, Hans Hagen, and Heike Leitte. Is Smaller Always Better? - Evaluating Video Compression Techniques for Simulation Ensembles. In 2nd International Conference of the DFG International Research Training Group 2057 – Physical Modeling for Virtual Manufacturing (iPMVM 2020). Open Access Series in Informatics (OASIcs), Volume 89, pp. 10:1-10:18, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2021)


Copy BibTex To Clipboard

@InProceedings{ruediger_et_al:OASIcs.iPMVM.2020.10,
  author =	{Ruediger, Patrick and Garth, Christoph and Hagen, Hans and Leitte, Heike},
  title =	{{Is Smaller Always Better? - Evaluating Video Compression Techniques for Simulation Ensembles}},
  booktitle =	{2nd International Conference of the DFG International Research Training Group 2057 – Physical Modeling for Virtual Manufacturing (iPMVM 2020)},
  pages =	{10:1--10:18},
  series =	{Open Access Series in Informatics (OASIcs)},
  ISBN =	{978-3-95977-183-2},
  ISSN =	{2190-6807},
  year =	{2021},
  volume =	{89},
  editor =	{Garth, Christoph and Aurich, Jan C. and Linke, Barbara and M\"{u}ller, Ralf and Ravani, Bahram and Weber, Gunther H. and Kirsch, Benjamin},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/OASIcs.iPMVM.2020.10},
  URN =		{urn:nbn:de:0030-drops-137591},
  doi =		{10.4230/OASIcs.iPMVM.2020.10},
  annote =	{Keywords: Image Database, CinemaDB, Video Compression, Evaluation, Benchmark, In-situ}
}
Document
Decision-Making Modeling and Solutions for Smart Semiconductor Manufacturing (Dagstuhl Seminar 20452)

Authors: Chen-Fu Chien, Hans Ehm, John W. Fowler, and Lars Mönch

Published in: Dagstuhl Reports, Volume 10, Issue 5 (2021)


Abstract
In November 2020 the Dagstuhl Seminar 20452 explored the needs of the semiconductor industry for making smart semiconductor manufacturing decisions and the information systems to empower flexible decisions for smart production. The seminar participants also spent time identifying the core elements for a simulation testbed which allows for assessing smart planning and control decisions in the semiconductor industry. This Executive Summary describes the process of the seminar and discusses key findings and areas for future research regarding these topics. Abstracts of presentations given during the seminar and the output of breakout sessions are collected in appendices.

Cite as

Chen-Fu Chien, Hans Ehm, John W. Fowler, and Lars Mönch. Decision-Making Modeling and Solutions for Smart Semiconductor Manufacturing (Dagstuhl Seminar 20452). In Dagstuhl Reports, Volume 10, Issue 5, pp. 1-18, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2021)


Copy BibTex To Clipboard

@Article{chien_et_al:DagRep.10.5.1,
  author =	{Chien, Chen-Fu and Ehm, Hans and Fowler, John W. and M\"{o}nch, Lars},
  title =	{{Decision-Making Modeling and Solutions for Smart Semiconductor Manufacturing (Dagstuhl Seminar 20452)}},
  pages =	{1--18},
  journal =	{Dagstuhl Reports},
  ISSN =	{2192-5283},
  year =	{2021},
  volume =	{10},
  number =	{5},
  editor =	{Chien, Chen-Fu and Ehm, Hans and Fowler, John W. and M\"{o}nch, Lars},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/DagRep.10.5.1},
  URN =		{urn:nbn:de:0030-drops-137410},
  doi =		{10.4230/DagRep.10.5.1},
  annote =	{Keywords: Modeling, Simulation, Smart Manufacturing, Analytics, Semiconductor Manufacturing}
}
Document
Complete Volume
OASIcs, Volume 27, VLUDS'11, Complete Volume

Authors: Christoph Garth, Ariane Middel, and Hans Hagen

Published in: OASIcs, Volume 27, Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011


Abstract
OASIcs, Volume 27, VLUDS'11, Complete Volume

Cite as

Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011. Open Access Series in Informatics (OASIcs), Volume 27, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2013)


Copy BibTex To Clipboard

@Proceedings{garth_et_al:OASIcs.VLUDS.2011,
  title =	{{OASIcs, Volume 27, VLUDS'11, Complete Volume}},
  booktitle =	{Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011},
  series =	{Open Access Series in Informatics (OASIcs)},
  ISBN =	{978-3-939897-46-0},
  ISSN =	{2190-6807},
  year =	{2013},
  volume =	{27},
  editor =	{Garth, Christoph and Middel, Ariane and Hagen, Hans},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/OASIcs.VLUDS.2011},
  URN =		{urn:nbn:de:0030-drops-40780},
  doi =		{10.4230/OASIcs.VLUDS.2011},
  annote =	{Keywords: Computer Graphics}
}
Document
Front Matter
Frontmatter, Table of Contents, Preface, List of Authors

Authors: Christoph Garth, Ariane Middel, and Hans Hagen

Published in: OASIcs, Volume 27, Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011


Abstract
Frontmatter, Table of Contents, Preface, List of Authors

Cite as

Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011. Open Access Series in Informatics (OASIcs), Volume 27, pp. i-xi, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2012)


Copy BibTex To Clipboard

@InProceedings{garth_et_al:OASIcs.VLUDS.2011.i,
  author =	{Garth, Christoph and Middel, Ariane and Hagen, Hans},
  title =	{{Frontmatter, Table of Contents, Preface, List of Authors}},
  booktitle =	{Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011},
  pages =	{i--xi},
  series =	{Open Access Series in Informatics (OASIcs)},
  ISBN =	{978-3-939897-46-0},
  ISSN =	{2190-6807},
  year =	{2012},
  volume =	{27},
  editor =	{Garth, Christoph and Middel, Ariane and Hagen, Hans},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/OASIcs.VLUDS.2011.i},
  URN =		{urn:nbn:de:0030-drops-37365},
  doi =		{10.4230/OASIcs.VLUDS.2011.i},
  annote =	{Keywords: Frontmatter, Table of Contents, Preface, List of Authors}
}
Document
Virtual Reality supported Visualization and Evaluation of Noise Levels in Manufacturing Environments

Authors: Xiang Yang, Bernd Hamann, and Jan C. Aurich

Published in: OASIcs, Volume 27, Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011


Abstract
Virtual Reality (VR) provides users advanced visualization and interaction technology for designing, analyzing and exploring complex data. To address the issue of noise in manufacturing environments, we developed a VR-supported method allowing users to explore noise behavior. This method consists of an implementation of acoustic simulation and visualization for both desktop and Cave Automatic Virtual Environment (CAVE) based VR systems. It enables user-oriented, interactive analysis of simulated data, where there capability to immerse oneself in the data is especially valuable. In a real-world factory, the acoustic measurements obtained essential input data for simulation settings and validation data for simulation results. Furthermore, some political and legal aspects are addressed to enhance the evaluation of results and the visualization. By using the implemented software tool, users are able to understand and investigate the noise issue in manufacturing straightforwardly.

Cite as

Xiang Yang, Bernd Hamann, and Jan C. Aurich. Virtual Reality supported Visualization and Evaluation of Noise Levels in Manufacturing Environments. In Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011. Open Access Series in Informatics (OASIcs), Volume 27, pp. 1-12, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2012)


Copy BibTex To Clipboard

@InProceedings{yang_et_al:OASIcs.VLUDS.2011.1,
  author =	{Yang, Xiang and Hamann, Bernd and Aurich, Jan C.},
  title =	{{Virtual Reality supported Visualization and Evaluation of Noise Levels in Manufacturing Environments}},
  booktitle =	{Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011},
  pages =	{1--12},
  series =	{Open Access Series in Informatics (OASIcs)},
  ISBN =	{978-3-939897-46-0},
  ISSN =	{2190-6807},
  year =	{2012},
  volume =	{27},
  editor =	{Garth, Christoph and Middel, Ariane and Hagen, Hans},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/OASIcs.VLUDS.2011.1},
  URN =		{urn:nbn:de:0030-drops-37370},
  doi =		{10.4230/OASIcs.VLUDS.2011.1},
  annote =	{Keywords: virtual reality, acoustic simulation, visualization, manufacturing}
}
Document
Spherical Terrain Rendering using the hierarchical HEALPix grid

Authors: Rolf Westerteiger, Andreas Gerndt, and Bernd Hamann

Published in: OASIcs, Volume 27, Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011


Abstract
We present an interactive spherical terrain rendering system employing a hierarchical subdivision of the HEALPix coordinate system using quadtrees. Compared to other parameterizations, the scheme avoids singularities and allows for efficient fusion of mixed-resolution digital elevation models and imagery. A Level-of-Detail heuristic is used to guarantee both high performance and visual fidelity. Unified treatment of DEM and imagery data is achieved by performing the HEALPix projection within a GPU shader. The system is applied to the exploration of Mars, using both MOLA (NASA) and HRSC (German Aerospace Center) data sets.

Cite as

Rolf Westerteiger, Andreas Gerndt, and Bernd Hamann. Spherical Terrain Rendering using the hierarchical HEALPix grid. In Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011. Open Access Series in Informatics (OASIcs), Volume 27, pp. 13-23, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2012)


Copy BibTex To Clipboard

@InProceedings{westerteiger_et_al:OASIcs.VLUDS.2011.13,
  author =	{Westerteiger, Rolf and Gerndt, Andreas and Hamann, Bernd},
  title =	{{Spherical Terrain Rendering using the hierarchical HEALPix grid}},
  booktitle =	{Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011},
  pages =	{13--23},
  series =	{Open Access Series in Informatics (OASIcs)},
  ISBN =	{978-3-939897-46-0},
  ISSN =	{2190-6807},
  year =	{2012},
  volume =	{27},
  editor =	{Garth, Christoph and Middel, Ariane and Hagen, Hans},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/OASIcs.VLUDS.2011.13},
  URN =		{urn:nbn:de:0030-drops-37389},
  doi =		{10.4230/OASIcs.VLUDS.2011.13},
  annote =	{Keywords: terrain rendering}
}
Document
Visualization and Evolution of Software Architectures

Authors: Taimur Khan, Henning Barthel, Achim Ebert, and Peter Liggesmeyer

Published in: OASIcs, Volume 27, Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011


Abstract
Software systems are an integral component of our everyday life as we find them in tools and embedded in equipment all around us. In order to ensure smooth, predictable, and accurate operation of these systems, it is crucial to produce and maintain systems that are highly reliable. A well-designed and well-maintained architecture goes a long way in achieving this goal. However, due to the intangible and often complex nature of software architecture, this task can be quite complicated. The field of software architecture visualization aims to ease this task by providing tools and techniques to examine the hierarchy, relationship, evolution, and quality of architecture components. In this paper, we present a discourse on the state of the art of software architecture visualization techniques. Further, we highlight the importance of developing solutions tailored to meet the needs and requirements of the stakeholders involved in the analysis process.

Cite as

Taimur Khan, Henning Barthel, Achim Ebert, and Peter Liggesmeyer. Visualization and Evolution of Software Architectures. In Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011. Open Access Series in Informatics (OASIcs), Volume 27, pp. 25-42, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2012)


Copy BibTex To Clipboard

@InProceedings{khan_et_al:OASIcs.VLUDS.2011.25,
  author =	{Khan, Taimur and Barthel, Henning and Ebert, Achim and Liggesmeyer, Peter},
  title =	{{Visualization and Evolution of Software Architectures}},
  booktitle =	{Visualization of Large and Unstructured Data Sets: Applications in Geospatial Planning, Modeling and Engineering - Proceedings of IRTG 1131 Workshop 2011},
  pages =	{25--42},
  series =	{Open Access Series in Informatics (OASIcs)},
  ISBN =	{978-3-939897-46-0},
  ISSN =	{2190-6807},
  year =	{2012},
  volume =	{27},
  editor =	{Garth, Christoph and Middel, Ariane and Hagen, Hans},
  publisher =	{Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
  address =	{Dagstuhl, Germany},
  URL =		{https://drops.dagstuhl.de/entities/document/10.4230/OASIcs.VLUDS.2011.25},
  URN =		{urn:nbn:de:0030-drops-37390},
  doi =		{10.4230/OASIcs.VLUDS.2011.25},
  annote =	{Keywords: Software architecture visualization, software comprehension, software maintenance, software evolution, human perception}
}
  • Refine by Type
  • 98 Document/PDF
  • 4 Volume
  • 3 Document/HTML

  • Refine by Publication Year
  • 2 2025
  • 1 2024
  • 3 2021
  • 1 2013
  • 17 2012
  • Show More...

  • Refine by Author
  • 32 Hagen, Hans
  • 10 Hamann, Bernd
  • 5 Garth, Christoph
  • 5 Hering-Bertram, Martin
  • 5 Joy, Kenneth I.
  • Show More...

  • Refine by Series/Journal
  • 2 LIPIcs
  • 31 OASIcs
  • 3 DagRep
  • 51 DFU
  • 5 DagSemRep
  • Show More...

  • Refine by Classification
  • 2 Computing methodologies → Modeling and simulation
  • 1 Applied computing
  • 1 Applied computing → Engineering
  • 1 Applied computing → Industry and manufacturing
  • 1 Applied computing → Multi-criterion optimization and decision-making
  • Show More...

  • Refine by Keyword
  • 5 Visualization
  • 4 Frontmatter
  • 4 Preface
  • 4 Simulation
  • 4 Table of Contents
  • Show More...

Any Issues?
X

Feedback on the Current Page

CAPTCHA

Thanks for your feedback!

Feedback submitted to Dagstuhl Publishing

Could not send message

Please try again later or send an E-mail