Constrained Graph Drawing

Lade...
Vorschaubild
Dateien
diss_pampel.pdf
diss_pampel.pdfGröße: 6.25 MBDownloads: 1459
Datum
2012
Autor:innen
Herausgeber:innen
Kontakt
ISSN der Zeitschrift
Electronic ISSN
ISBN
Bibliografische Daten
Verlag
Schriftenreihe
Auflagebezeichnung
DOI (zitierfähiger Link)
ArXiv-ID
Internationale Patentnummer
Angaben zur Forschungsförderung
Projekt
Open Access-Veröffentlichung
Open Access Green
Core Facility der Universität Konstanz
Gesperrt bis
Titel in einer weiteren Sprache
Forschungsvorhaben
Organisationseinheiten
Zeitschriftenheft
Publikationstyp
Dissertation
Publikationsstatus
Published
Erschienen in
Zusammenfassung

Our world is full of networks. The linking relationships might be quite abstract, such as friendship or metabolic processes or even more concrete, like roads or railways, but are still hard to overlook. One way to deal with such a network, is to mathematically model it as a graph with vertices representing the entities and edges the relationships. Graphs are widely used to visualize relational data. The area that deals with the theory and algorithmic questions of graph visualization is conventionally called graph drawing.

The usefulness of a drawing depends on aesthetic criteria as well as on the amount of information contained in the data which can be revealed by the drawing. Especially relevant for the readability is the minimization of edge crossings, which is why many methods yield intersection-free drawings if the input graph is planar. Yet the respective importance of the different criteria depends on the application. An aesthetically good drawing might not display relevant information or might even be misleading. A good vertex distribution for example can be helpful to overview a data set, but the relative closeness of objects might be interpreted as the strength of their relationship. Likewise, further information can be assigned not only to the elements, vertices and edges, but can also be displayed through their absolute and relative positions. Various criteria can be described by formal constraints. With the help of such geometric constraints, the graphs can meet the different requirements of concrete applications. In this thesis, various types of fundamental constraints on relevant classes of graphs are studied. For some problems efficient drawing algorithms could be developed, others were proven to be NP-hard, that is current state of research suggests that an efficient solution does not exist.

Zusammenfassung in einer weiteren Sprache

Netzwerke werden in den unterschiedlichsten Forschungsgebieten zur Repräsentation relationaler Daten genutzt. Durch geeignete mathematische Methoden kann man diese Netzwerke als Graphen darstellen. Ein Graph ist ein Gebilde aus Knoten und Kanten, welche die Knoten verbinden. Hierbei können sowohl die Kanten als auch die Knoten weitere Informationen beinhalten. Diese Informationen
können den einzelnen Elementen zugeordnet sein, sich aber auch aus Anordnung und Verteilung der Elemente ergeben.
Mit Algorithmen (strukturierten Reihen von Arbeitsanweisungen) aus dem Gebiet des Graphenzeichnens kann man die unterschiedlichsten Informationen
aus verschiedenen Forschungsbereichen visualisieren. Graphische Darstellungen
können das Verständnis von Datenmengen entscheidend unterstützen und bilden
eine hervorragende Basis f ur weitere Untersuchungen und neue Erkenntnisse.
Die Aussagekraft und der Informationsgehalt sowie die Verständlichkeit solcher Graphen hängen von verschiedenen Gesichtspunkten ab. Dazu gehören Knotenverteilung, Planarität (kreuzungsfreie Einbettung) und weitere ästhetische Eigenschaften. Die besonderen Informationskonstellationen und Strukturmerkmale
verschiedener Datenmengen erfordern Graphen, deren Darstellungsform der Problemstellung
angepasst ist. So ist es wichtig, effiziente Algorithmen zum Zeichnen von Graphen zu finden und zu untersuchen, die aufgrund der Anforderungen konkreter Anwendungen spezielle geometrische Eigenschaften haben. Für einige
Problemstellungen konnten im Rahmen dieser Arbeit Algorithmen zum automatisierten Zeichnen solcher Graphen entworfen werden. Bedingung für die entwickelten Methoden war die korrekte Wiedergabe der Daten, Optimierungsziel ist die Lesbarkeit. Für andere Probleme konnte deren Zugehörigkeit zur Komplexitätsklasse der NP-schweren Probleme bewiesen werden, was bedeutet, dass es kaum Ho nung auf eine effiziente und exakte Lösung gibt. Ist ein Problem als NP-schwer oder NP-vollständig bekannt, rechtfertigt dies eine Lockerung der Vorgaben, motiviert die Suche nach Heuristiken und Näherungsverfahren sowie nach anderen Anforderungen an die Zeichnung, welche eventuell ähnliche Vorteile für die Interpretation haben.

Fachgebiet (DDC)
004 Informatik
Schlagwörter
Konferenz
Rezension
undefined / . - undefined, undefined
Zitieren
ISO 690PAMPEL, Barbara, 2012. Constrained Graph Drawing [Dissertation]. Konstanz: University of Konstanz
BibTex
@phdthesis{Pampel2012Const-19396,
  year={2012},
  title={Constrained Graph Drawing},
  author={Pampel, Barbara},
  address={Konstanz},
  school={Universität Konstanz}
}
RDF
<rdf:RDF
    xmlns:dcterms="http://purl.org/dc/terms/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:bibo="http://purl.org/ontology/bibo/"
    xmlns:dspace="http://digital-repositories.org/ontologies/dspace/0.1.0#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:void="http://rdfs.org/ns/void#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="https://kops.uni-konstanz.de/server/rdf/resource/123456789/19396">
    <dcterms:issued>2012</dcterms:issued>
    <dcterms:abstract xml:lang="eng">Our world is full of networks. The linking relationships might be quite abstract, such as friendship or metabolic processes or even more concrete, like roads or railways, but are still hard to overlook. One way to deal with such a network, is to mathematically model it as a graph with vertices representing the entities and edges the relationships. Graphs are widely used to visualize relational data. The area that deals with the theory and algorithmic questions of graph visualization is conventionally called graph drawing.&lt;br /&gt;&lt;br /&gt;The usefulness of a drawing depends on aesthetic criteria as well as on the amount of information contained in the data which can be revealed by the drawing. Especially relevant for the readability is the minimization of edge crossings, which is why many methods yield intersection-free drawings if the input graph is planar. Yet the respective importance of the different criteria depends on the application. An aesthetically good drawing might not display relevant information or might even be misleading. A good vertex distribution for example can be helpful to overview a data set, but the relative closeness of objects might be interpreted as the strength of their relationship. Likewise, further information can be assigned not only to the elements, vertices and edges, but can also be displayed through their absolute and relative positions. Various criteria can be described by formal constraints. With the help of such geometric constraints, the graphs can meet the different requirements of concrete applications. In this thesis, various types of fundamental constraints on relevant classes of graphs are studied. For some problems efficient drawing algorithms could be developed, others were proven to be NP-hard, that is current state of research suggests that an efficient solution does not exist.</dcterms:abstract>
    <dc:language>eng</dc:language>
    <dspace:isPartOfCollection rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dspace:hasBitstream rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/19396/1/diss_pampel.pdf"/>
    <dc:creator>Pampel, Barbara</dc:creator>
    <dcterms:rights rdf:resource="https://rightsstatements.org/page/InC/1.0/"/>
    <dcterms:hasPart rdf:resource="https://kops.uni-konstanz.de/bitstream/123456789/19396/1/diss_pampel.pdf"/>
    <dcterms:title>Constrained Graph Drawing</dcterms:title>
    <dc:rights>terms-of-use</dc:rights>
    <foaf:homepage rdf:resource="http://localhost:8080/"/>
    <dcterms:available rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2012-07-16T07:52:02Z</dcterms:available>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2012-07-16T07:52:02Z</dc:date>
    <void:sparqlEndpoint rdf:resource="http://localhost/fuseki/dspace/sparql"/>
    <bibo:uri rdf:resource="http://kops.uni-konstanz.de/handle/123456789/19396"/>
    <dcterms:isPartOf rdf:resource="https://kops.uni-konstanz.de/server/rdf/resource/123456789/36"/>
    <dc:contributor>Pampel, Barbara</dc:contributor>
  </rdf:Description>
</rdf:RDF>
Interner Vermerk
xmlui.Submission.submit.DescribeStep.inputForms.label.kops_note_fromSubmitter
Kontakt
URL der Originalveröffentl.
Prüfdatum der URL
Prüfungsdatum der Dissertation
July 14, 2011
Finanzierungsart
Kommentar zur Publikation
Allianzlizenz
Corresponding Authors der Uni Konstanz vorhanden
Internationale Co-Autor:innen
Universitätsbibliographie
Ja
Begutachtet
Diese Publikation teilen