<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Graph drawing beyond planarity: some results and open problems</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Giuseppe Liotta</string-name>
          <email>giuseppe.liotta@unipg.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dipartimento di Ingegneria Universita`degli Studi di Perugia</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <fpage>3</fpage>
      <lpage>8</lpage>
      <abstract>
        <p>We briefly review some recent findings and outline some emerging research directions about the theory of “nearly planar” graphs, i.e. graphs that have drawings where some crossing configurations are forbidden. Graph drawing beyond planarity Recent technological advances have generated torrents of relational data that are hard to display and visually analyze due, mainly, to their large size. Application domains where this need is particularly pressing include Systems Biology, Social Network Analysis, Software Engineering, and Networking. What is required is not simply an incremental improvement to scale up known solutions but, rather, a quantum jump in the sophistication of the visualization systems and techniques. New research scenarios for visual analytics, network visualization, and human-computer interaction paradigms must be identified; new combinatorial models must be defined and their corresponding theoretical problems must be computationally investigated; finally, the theoretical solutions must be experimentally evaluated and put into practice. Therefore, a substantial research effort in the graph drawing and network visualization communities started from the following considerations. The Planarity Handicap. The classical literature on graph drawing and network visualization showcases elegant algorithms and sophisticated data structures under the assumption that the input relational data set can be displayed as a network where no two edges cross (see, e.g., [14,35,36,40]), i.e. as a planar graph. Unfortunately, almost every graph is non-planar in practice and various experimental studies have established that the human ability of understanding a diagram is dramatically affected by the type and number of edge crossings (see, e.g., [42,43,48]). Combinatorial Topology vs. Algorithmics. A topological graph is a drawing of a graph in the plane such that vertices are drawn as points and edges are drawn as simple arcs between the points. Extremal theory questions such as “how many edges can a certain type of non-planar topological graph have?” have been investigated by mathematicians for decades, typically under the name of Tura´n-type problems. However, the corresponding computational question: “How efficiently can one compute a drawing Γ of a non-planar graph such that Γ is a topological graph of a certain type?” has been surprisingly disregarded by the algorithmic community until very recent years.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        We recall that planar graphs can be expressed in terms of forbidden subgraphs:
A graph G is planar if and only if it does not contain a subdivision of K5 or K3,3.
Then, a fundamental natural step towards understanding non-planar graphs is to
consider network visualizations where some types of crossings are forbidden while some
other types are allowed. For example, we recall a sequence of HCI experiments by
Huang et al. [
        <xref ref-type="bibr" rid="ref32 ref33 ref34">32,33,34</xref>
        ] proving that crossing edges significantly affect human
understanding if they form acute angle, while crossing that form angles from about π3 to π2
guarantee good readability properties. Hence it makes sense to explore complexity
issues related to drawings of graphs where such “sharp angle crossings” are forbidden.
As another problem, Purchase et al. [
        <xref ref-type="bibr" rid="ref42 ref43 ref48">42,43,48</xref>
        ]) prove that an edge is difficult to read
if it is crossed by many other edges; hence, the current research agenda considers
computational issues with graph drawings where every edge is crossed by at most k other
edges, for a given constant k.
      </p>
      <p>In addition to requiring that some types of edge crossings must be forbidden,
nonplanar drawings must also satisfy a set of geometric optimization goals (often called
aesthetic requirements) such as, for example, minimizing the area of the drawing for a
given resolution rule, maximizing the aspect ratio, minimizing the number of different
slopes used to draw the edges, or the number bends along the edges.</p>
      <p>In the next section we briefly recall some of the most recent results in the area and
propose a few open problems. More formally, a drawing of a graph G: (i) injectively
maps each vertex u of G to a point pu in the plane; (ii) maps each edge (u, v) of G to
a Jordan arc connecting pu and pv that does not pass through any other vertex; (iii) is
such that any two edges have at most one point in common. A drawing of a graph is a
straight-line drawing if every edge is a straight-line segment, it is a poly-line drawing
if the edges are polygonal chains and may contain bends.
2</p>
      <p>
        Some results and open problems
The “beyond planarity” research area could be briefly described as the (potentially
uncountable) collection of problems of the type depicted in Figure 1, where the column
”Forbidden” describes a forbidden crossing configuration and the column ”Question”
describes a corresponding computational question of interest in graph drawing. We
remark that both the forbidden configurations and the computational questions of Figure 1
are mere examples within a much larger research framework. In the remainder, we only
give some references about the second and the fourth entry of the table. The interested
reader is referred, for example, to recent proceedings of the International Symposium
on Graph Drawing [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ] for more results on the “beyond planarity” topic. (See also
http://www.graphdrawing.org/symposia.html.)
2.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Drawings with large crossing angles</title>
      <p>The crossing angle resolution of a drawing of a graph measures the smallest angle
formed by any pair of crossing edges.</p>
      <p>
        A RAC drawing is a drawing of a graph whose edges can cross only orthogonally
to one another, i.e. a RAC drawing maximizes the crossing angle resolution. The
notion of RAC drawings was first introduced by Didimo et al. in [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], who studied both
Forbidden configuration
      </p>
      <p>Algorithmic question
no three mutually crossing
edges</p>
      <p>α
no crossing angle
smaller thanα
no fan crossing
no edge with k crossings</p>
      <p>
        Complexity of the recognition
problem
Straight−line drawability for graphs
with bounded vertex degree
Compute simultaneous emebddings
of graph pairs
Compute compact drawings of planar
graphs with lmited number of
crossings per edge
straight-line and poly-line drawings. Variants of RAC drawings are drawings in which
the minimum crossing angle must be at least a given constat or the drawings where
the minimum crossing angle is exactly a given constant. A limited list of recent
papers about RAC drawings and their variants includes [
        <xref ref-type="bibr" rid="ref15 ref16 ref17 ref18 ref22 ref25 ref4 ref47 ref5 ref6 ref7">4,5,6,7,15,16,17,18,22,25,47</xref>
        ].
See also [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] for more references and open problems about drawing graphs with large
crossing angles. A sample open problem follows.
      </p>
      <p>
        Open Problem: Argyriou et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] prove that deciding whether a graph has a
straightline RAC drawing is NP-hard. Hence, maximizing the crossing angle resolution in a
straight-line drawing of a graph is also NP-hard. Is there an efficient approximation
algorithm for this problem? Is there a polynomial time solution for special families of
graphs (e.g. those having bounded vertex degree)?
      </p>
      <p>
        Related to the problem above, we recall that there is a polynomial time algorithm
to recognize whether a bipartite graph has a straight-line RAC drawing such that the
vertices of a same partition set all lie on one of two parallel lines [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
2.2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Drawings with few crossings per edge</title>
      <p>For a fixed non negative integer k, a k-planar drawing is a drawing of a graph where
every edge can be crossed by at most k other edges. A k-planar graph is a graph that has
a k-planar drawing. Note that the family of 0-planar graphs coincides with the family of
planar graphs. The literature about drawings of graphs where every edge can be crossed
at most k times has mostly focused on the case k = 1.</p>
      <p>
        Concerning Tura´n-type problems, Pach and To´th prove that 1-planar graphs with
n vertices have at most 4n − 8 edges, which is a tight upper bound [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ]; in the case
of straight-line drawings, Didimo [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] proved that a tight bound is 4n − 9. 1-planarity
testing is studied by Korzhik and Mohar who prove that recognizing 1-planar graphs is
NP-hard [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ]; polynomial-time solutions for the recognition problem are known under
some additional assumptions and/or for restricted classes of graphs (see, e.g. [
        <xref ref-type="bibr" rid="ref27 ref30 ref8">8,27,30</xref>
        ]).
      </p>
      <p>
        Straight-line 1-planar drawings have been studied in [
        <xref ref-type="bibr" rid="ref3 ref31 ref46">3,31,46</xref>
        ]. The relation between
1-planar drawings and RAC drawings is considered in [
        <xref ref-type="bibr" rid="ref13 ref28">13,28</xref>
        ]. A limited list of
additional papers on 1-planar graphs includes [
        <xref ref-type="bibr" rid="ref1 ref10 ref11 ref2 ref26 ref29 ref3 ref31 ref37 ref38 ref45 ref9">1,2,3,9,10,11,26,29,31,37,38,45</xref>
        ].
      </p>
      <p>We conclude with a classical open problem about trade-offs of different aesthetic
requirements. Assuming that the vertices are points of an integer grid, the area of a
drawing of a graph is defined as the area of the smallest axis aligned rectangle that
includes the drawing.</p>
      <p>
        Open Problem: It is known that every planar graph with n vertices admits a
crossingfree straight-line drawing in Θ(n2) area [
        <xref ref-type="bibr" rid="ref12 ref44">12,44</xref>
        ]. On the other hand, every planar graph
can be drawn with straight-line edges in O(n) area if one allows O(n) crossings per
edge [
        <xref ref-type="bibr" rid="ref50">50</xref>
        ]. Does every planar graph with n vertices have a straight-line drawing with
o(n2) area and a o(n) crossings per edge?.
      </p>
      <p>
        Starting references to study the above problem include [
        <xref ref-type="bibr" rid="ref19 ref20">19,20</xref>
        ].
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>E.</given-names>
            <surname>Ackerman</surname>
          </string-name>
          .
          <article-title>A note on 1-planar graphs</article-title>
          .
          <source>Discrete Applied Mathematics</source>
          ,
          <volume>175</volume>
          :
          <fpage>104</fpage>
          -
          <lpage>108</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>E.</given-names>
            <surname>Ackerman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fulek</surname>
          </string-name>
          , and C. D. To´th.
          <article-title>Graphs that admit polyline drawings with few crossing angles</article-title>
          .
          <source>SIAM J. Discrete Math.</source>
          ,
          <volume>26</volume>
          (
          <issue>1</issue>
          ):
          <fpage>305</fpage>
          -
          <lpage>320</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>M. J. Alam</surname>
            ,
            <given-names>F. J.</given-names>
          </string-name>
          <string-name>
            <surname>Brandenburg</surname>
            , and
            <given-names>S. G.</given-names>
          </string-name>
          <string-name>
            <surname>Kobourov</surname>
          </string-name>
          .
          <article-title>Straight-line grid drawings of 3- connected 1-planar graphs</article-title>
          .
          <source>In Wismath and Wolff [49]</source>
          , pages
          <fpage>83</fpage>
          -
          <lpage>94</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>P.</given-names>
            <surname>Angelini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Cittadini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Didimo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Frati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. D.</given-names>
            <surname>Battista</surname>
          </string-name>
          , M. Kaufmann, and
          <string-name>
            <given-names>A.</given-names>
            <surname>Symvonis</surname>
          </string-name>
          .
          <article-title>On the perspectives opened by right angle crossing drawings</article-title>
          .
          <source>J. Graph Algorithms Appl</source>
          .,
          <volume>15</volume>
          (
          <issue>1</issue>
          ):
          <fpage>53</fpage>
          -
          <lpage>78</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>E. N.</given-names>
            <surname>Argyriou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Bekos</surname>
          </string-name>
          , M. Kaufmann, and
          <string-name>
            <given-names>A.</given-names>
            <surname>Symvonis</surname>
          </string-name>
          .
          <article-title>Geometric rac simultaneous drawings of graphs</article-title>
          .
          <source>J. Graph Algorithms Appl</source>
          .,
          <volume>17</volume>
          (
          <issue>1</issue>
          ):
          <fpage>11</fpage>
          -
          <lpage>34</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>E. N.</given-names>
            <surname>Argyriou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Bekos</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Symvonis</surname>
          </string-name>
          .
          <article-title>The straight-line rac drawing problem is np-hard</article-title>
          .
          <source>J. Graph Algorithms Appl</source>
          .,
          <volume>16</volume>
          (
          <issue>2</issue>
          ):
          <fpage>569</fpage>
          -
          <lpage>597</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>K.</given-names>
            <surname>Arikushi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fulek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Keszegh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Moric</surname>
          </string-name>
          , and C. D. To´th.
          <article-title>Graphs that admit right angle crossing drawings</article-title>
          .
          <source>Comput. Geom.</source>
          ,
          <volume>45</volume>
          (
          <issue>4</issue>
          ):
          <fpage>169</fpage>
          -
          <lpage>177</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>C.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bachmaier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. J.</given-names>
            <surname>Brandenburg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gleißner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hanauer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Neuwirth</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Reislhuber</surname>
          </string-name>
          .
          <article-title>Recognizing outer 1-planar graphs in linear time</article-title>
          .
          <source>In Wismath and Wolff [49]</source>
          , pages
          <fpage>107</fpage>
          -
          <lpage>118</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>O. V.</given-names>
            <surname>Borodin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. V.</given-names>
            <surname>Kostochka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Raspaud</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Sopena</surname>
          </string-name>
          .
          <article-title>Acyclic colouring of 1-planar graphs</article-title>
          .
          <source>Discrete Applied Mathematics</source>
          ,
          <volume>114</volume>
          (
          <issue>1-3</issue>
          ):
          <fpage>29</fpage>
          -
          <lpage>41</lpage>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>F.-J. Brandenburg</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Eppstein</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Gleißner</surname>
            ,
            <given-names>M. T.</given-names>
          </string-name>
          <string-name>
            <surname>Goodrich</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Hanauer</surname>
            , and
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Reislhuber</surname>
          </string-name>
          .
          <article-title>On the density of maximal 1-planar graphs</article-title>
          . In W. Didimo and M. Patrignani, editors,
          <source>Graph Drawing</source>
          , volume
          <volume>7704</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>327</fpage>
          -
          <lpage>338</lpage>
          . Springer,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>J.</given-names>
            <surname>Czap</surname>
          </string-name>
          and
          <string-name>
            <surname>D.</surname>
          </string-name>
          <article-title>Huda´k. 1-planarity of complete multipartite graphs</article-title>
          .
          <source>Discrete Applied Mathematics</source>
          ,
          <volume>160</volume>
          (
          <issue>4-5</issue>
          ):
          <fpage>505</fpage>
          -
          <lpage>512</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>H. de Fraysseix</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Pach</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Pollack</surname>
          </string-name>
          .
          <article-title>How to draw a planar graph on a grid</article-title>
          .
          <source>Combinatorica</source>
          ,
          <volume>10</volume>
          :
          <fpage>41</fpage>
          -
          <lpage>51</lpage>
          ,
          <year>1990</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>H. R.</given-names>
            <surname>Dehkordi</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades. Every</surname>
          </string-name>
          outer-1
          <article-title>-plane graph has a right angle crossing drawing</article-title>
          .
          <source>Int. J. Comput. Geometry Appl.</source>
          ,
          <volume>22</volume>
          (
          <issue>6</issue>
          ):
          <fpage>543</fpage>
          -
          <lpage>558</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>G.</given-names>
            <surname>Di Battista</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Tamassia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and I. G. Tollis. Graph</given-names>
            <surname>Drawing</surname>
          </string-name>
          . Prentice Hall, Upper Saddle River, NJ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. E. Di Giacomo,
          <string-name>
            <given-names>W.</given-names>
            <surname>Didimo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-H.</given-names>
            <surname>Hong</surname>
          </string-name>
          , and
          <string-name>
            <surname>G. Liotta.</surname>
          </string-name>
          <article-title>Bounds on the crossing resolution of complete geometric graphs</article-title>
          .
          <source>Discrete Applied Mathematics</source>
          ,
          <volume>160</volume>
          (
          <issue>1-2</issue>
          ):
          <fpage>132</fpage>
          -
          <lpage>139</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16. E. Di Giacomo,
          <string-name>
            <given-names>W.</given-names>
            <surname>Didimo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Liotta</surname>
          </string-name>
          . 2
          <article-title>-layer right angle crossing drawings</article-title>
          .
          <source>Algorithmica</source>
          ,
          <volume>68</volume>
          (
          <issue>4</issue>
          ):
          <fpage>954</fpage>
          -
          <lpage>997</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17. E. Di Giacomo,
          <string-name>
            <given-names>W.</given-names>
            <surname>Didimo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Grilli</surname>
          </string-name>
          , G. Liotta, and
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Romeo</surname>
          </string-name>
          .
          <article-title>Heuristics for the maximum 2-layer rac subgraph problem</article-title>
          .
          <source>The Computer Journal. on print, published on line on March</source>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. E. Di Giacomo,
          <string-name>
            <given-names>W.</given-names>
            <surname>Didimo</surname>
          </string-name>
          , G. Liotta, and
          <string-name>
            <given-names>H.</given-names>
            <surname>Meijer</surname>
          </string-name>
          .
          <article-title>Area, curve complexity, and crossing resolution of non-planar graph drawings</article-title>
          .
          <source>Theory Comput. Syst.</source>
          ,
          <volume>49</volume>
          (
          <issue>3</issue>
          ):
          <fpage>565</fpage>
          -
          <lpage>575</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19. E. Di Giacomo,
          <string-name>
            <given-names>W.</given-names>
            <surname>Didimo</surname>
          </string-name>
          , G. Liotta, and
          <string-name>
            <given-names>F.</given-names>
            <surname>Montecchiani.</surname>
          </string-name>
          h
          <article-title>-quasi planar drawings of bounded treewidth graphs in linear area</article-title>
          . In M. C. Golumbic,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stern</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Levy</surname>
          </string-name>
          , and G. Morgenstern, editors,
          <source>WG</source>
          , volume
          <volume>7551</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>91</fpage>
          -
          <lpage>102</lpage>
          . Springer,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20. E. Di Giacomo,
          <string-name>
            <given-names>W.</given-names>
            <surname>Didimo</surname>
          </string-name>
          , G. Liotta, and
          <string-name>
            <given-names>F.</given-names>
            <surname>Montecchiani</surname>
          </string-name>
          .
          <article-title>Area requirement of graph drawings with few crossings per edge</article-title>
          .
          <source>Computational Geometry</source>
          ,
          <volume>46</volume>
          (
          <issue>8</issue>
          ):
          <fpage>909</fpage>
          -
          <lpage>916</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <given-names>W.</given-names>
            <surname>Didimo</surname>
          </string-name>
          .
          <article-title>Density of straight-line 1-planar graph drawings</article-title>
          .
          <source>Inf</source>
          . Process. Lett.,
          <volume>113</volume>
          (
          <issue>7</issue>
          ):
          <fpage>236</fpage>
          -
          <lpage>240</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22. W. Didimo,
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Liotta</surname>
          </string-name>
          .
          <article-title>A characterization of complete bipartite rac graphs</article-title>
          .
          <source>Inf</source>
          . Process. Lett.,
          <volume>110</volume>
          (
          <issue>16</issue>
          ):
          <fpage>687</fpage>
          -
          <lpage>691</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23. W. Didimo,
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Liotta</surname>
          </string-name>
          .
          <article-title>Drawing graphs with right angle crossings</article-title>
          .
          <source>Theoretical Computer Science</source>
          ,
          <volume>412</volume>
          (
          <issue>39</issue>
          ):
          <fpage>5156</fpage>
          -
          <lpage>5166</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24. W. Didimo and
          <string-name>
            <surname>G. Liotta.</surname>
          </string-name>
          <article-title>The crossing angle resolution in graph drawing</article-title>
          . In J. Pach, editor,
          <source>Thirty Essays on Geometric Graph Theory</source>
          . Springer,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <given-names>V.</given-names>
            <surname>Dujmovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gudmundsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Morin</surname>
          </string-name>
          , and
          <source>T. Wolle. Notes on large angle crossing graphs. Chicago J. Theor. Comput. Sci.</source>
          ,
          <year>2011</year>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-H.</given-names>
            <surname>Hong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Katoh</surname>
          </string-name>
          , G. Liotta,
          <string-name>
            <given-names>P.</given-names>
            <surname>Schweitzer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Suzuki</surname>
          </string-name>
          .
          <article-title>Testing maximal 1-planarity of graphs with a rotation system in linear time</article-title>
          .
          <source>In Proc. of GD</source>
          <year>2012</year>
          ,
          <article-title>LNCS</article-title>
          . Springer. on print.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-H.</given-names>
            <surname>Hong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Katoh</surname>
          </string-name>
          , G. Liotta,
          <string-name>
            <given-names>P.</given-names>
            <surname>Schweitzer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Suzuki</surname>
          </string-name>
          .
          <article-title>A linear time algorithm for testing maximal 1-planarity of graphs with a rotation system</article-title>
          .
          <source>Theor. Comput. Sci.</source>
          ,
          <volume>513</volume>
          :
          <fpage>65</fpage>
          -
          <lpage>76</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Liotta</surname>
          </string-name>
          .
          <article-title>Right angle crossing graphs and 1-planarity</article-title>
          .
          <source>Discrete Applied Mathematics</source>
          ,
          <volume>161</volume>
          (
          <issue>7-8</issue>
          ):
          <fpage>961</fpage>
          -
          <lpage>969</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29. I. Fabrici and
          <string-name>
            <given-names>T.</given-names>
            <surname>Madaras</surname>
          </string-name>
          .
          <article-title>The structure of 1-planar graphs</article-title>
          .
          <source>Discrete Mathematics</source>
          ,
          <volume>307</volume>
          (
          <issue>7- 8</issue>
          ):
          <fpage>854</fpage>
          -
          <lpage>865</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30. S.
          <string-name>
            <surname>-H. Hong</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Eades</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Katoh</surname>
            , G. Liotta,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Schweitzer</surname>
            , and
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Suzuki</surname>
          </string-name>
          .
          <article-title>A linear-time algorithm for testing outer-1-planarity</article-title>
          .
          <source>In Wismath and Wolff [49]</source>
          , pages
          <fpage>71</fpage>
          -
          <lpage>82</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31. S.
          <string-name>
            <surname>-H. Hong</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Eades</surname>
            , G. Liotta, and
            <given-names>S.-H.</given-names>
          </string-name>
          <string-name>
            <surname>Poon</surname>
          </string-name>
          .
          <article-title>Fa´ry's theorem for 1-planar graphs</article-title>
          . In J. Gudmundsson,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mestre</surname>
          </string-name>
          , and T. Viglas, editors,
          <source>COCOON</source>
          , volume
          <volume>7434</volume>
          of Lecture Notes in Computer Science, pages
          <fpage>335</fpage>
          -
          <lpage>346</lpage>
          . Springer,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <given-names>W.</given-names>
            <surname>Huang</surname>
          </string-name>
          .
          <article-title>Using eye tracking to investigate graph layout effects</article-title>
          .
          <source>In APVIS</source>
          , pages
          <fpage>97</fpage>
          -
          <lpage>100</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33. W. Huang,
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.-H.</given-names>
            <surname>Hong</surname>
          </string-name>
          .
          <article-title>Larger crossing angles make graphs easier to read</article-title>
          .
          <source>J. Vis. Lang. Comput.</source>
          ,
          <volume>25</volume>
          (
          <issue>4</issue>
          ):
          <fpage>452</fpage>
          -
          <lpage>465</lpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <given-names>W.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-H.</given-names>
            <surname>Hong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Eades</surname>
          </string-name>
          .
          <article-title>Effects of crossing angles</article-title>
          .
          <source>In PacificVis</source>
          , pages
          <fpage>41</fpage>
          -
          <lpage>46</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35. M.
          <article-title>Ju¨nger and P</article-title>
          . Mutzel, editors.
          <source>Graph Drawing Software</source>
          . Springer,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36. M. Kaufmann and D. Wagner, editors.
          <source>Drawing Graphs</source>
          . Springer Verlag,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <given-names>V. P.</given-names>
            <surname>Korzhik. Minimal</surname>
          </string-name>
          non-1
          <article-title>-planar graphs</article-title>
          .
          <source>Discrete Mathematics</source>
          ,
          <volume>308</volume>
          (
          <issue>7</issue>
          ):
          <fpage>1319</fpage>
          -
          <lpage>1327</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <given-names>V. P.</given-names>
            <surname>Korzhik</surname>
          </string-name>
          . Proper 1
          <article-title>-immersions of graphs triangulating the plane</article-title>
          .
          <source>Discrete Mathematics</source>
          ,
          <volume>313</volume>
          (
          <issue>23</issue>
          ):
          <fpage>2673</fpage>
          -
          <lpage>2686</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <given-names>V. P.</given-names>
            <surname>Korzhik</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Mohar</surname>
          </string-name>
          .
          <article-title>Minimal obstructions for 1-immersions and hardness of 1- planarity testing</article-title>
          .
          <source>Journal of Graph Theory</source>
          ,
          <volume>72</volume>
          (
          <issue>1</issue>
          ):
          <fpage>30</fpage>
          -
          <lpage>71</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40. T. Nishizeki and
          <string-name>
            <given-names>Md.S.</given-names>
            <surname>Rahman</surname>
          </string-name>
          . Planar Graph Drawing. World Scientific,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <given-names>J.</given-names>
            <surname>Pach</surname>
          </string-name>
          and
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>To´th. Graphs drawn with few crossings per edge</article-title>
          .
          <source>Combinatorica</source>
          ,
          <volume>17</volume>
          (
          <issue>3</issue>
          ):
          <fpage>427</fpage>
          -
          <lpage>439</lpage>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>H. C.</surname>
          </string-name>
          <article-title>Purchase</article-title>
          .
          <article-title>Effective information visualisation: a study of graph drawing aesthetics and algorithms</article-title>
          .
          <source>Interacting with Computers</source>
          ,
          <volume>13</volume>
          (
          <issue>2</issue>
          ):
          <fpage>147</fpage>
          -
          <lpage>162</lpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>H. C. Purchase</surname>
            ,
            <given-names>D. A.</given-names>
          </string-name>
          <string-name>
            <surname>Carrington</surname>
            , and
            <given-names>J.-A.</given-names>
          </string-name>
          <string-name>
            <surname>Allder</surname>
          </string-name>
          .
          <article-title>Empirical evaluation of aesthetics-based graph layout</article-title>
          .
          <source>Empirical Software Engineering</source>
          ,
          <volume>7</volume>
          (
          <issue>3</issue>
          ):
          <fpage>233</fpage>
          -
          <lpage>255</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <given-names>W.</given-names>
            <surname>Schnyder</surname>
          </string-name>
          .
          <article-title>Embedding planar graphs on the grid</article-title>
          .
          <source>In Proceedings of the first annual ACM-SIAM symposium on Discrete algorithms, SODA '90</source>
          , pages
          <fpage>138</fpage>
          -
          <lpage>148</lpage>
          , Philadelphia, PA, USA,
          <year>1990</year>
          . Society for Industrial and Applied Mathematics.
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <given-names>Y.</given-names>
            <surname>Suzuki</surname>
          </string-name>
          . Optimal 1
          <article-title>-planar graphs which triangulate other surfaces</article-title>
          .
          <source>Discrete Mathematics</source>
          ,
          <volume>310</volume>
          (
          <issue>1</issue>
          ):
          <fpage>6</fpage>
          -
          <lpage>11</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <given-names>C.</given-names>
            <surname>Thomassen</surname>
          </string-name>
          .
          <article-title>Rectilinear drawings of graphs</article-title>
          .
          <source>Journal of Graph Theory</source>
          ,
          <volume>12</volume>
          (
          <issue>3</issue>
          ):
          <fpage>335</fpage>
          -
          <lpage>341</lpage>
          ,
          <year>1988</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          47.
          <string-name>
            <surname>M. van Kreveld</surname>
          </string-name>
          .
          <article-title>The quality ratio of RAC drawings and planar drawings of planar graphs</article-title>
          .
          <source>In Proc. of GD</source>
          <year>2010</year>
          , volume
          <volume>6502</volume>
          <source>of LNCS</source>
          , pages
          <fpage>371</fpage>
          -
          <lpage>376</lpage>
          . Springer,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          48.
          <string-name>
            <surname>C. Ware</surname>
            ,
            <given-names>H. C.</given-names>
          </string-name>
          <string-name>
            <surname>Purchase</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Colpoys</surname>
            , and
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>McGill</surname>
          </string-name>
          .
          <article-title>Cognitive measurements of graph aesthetics</article-title>
          .
          <source>Information Visualization</source>
          ,
          <volume>1</volume>
          (
          <issue>2</issue>
          ):
          <fpage>103</fpage>
          -
          <lpage>110</lpage>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          49.
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Wismath</surname>
          </string-name>
          and
          <string-name>
            <surname>A</surname>
          </string-name>
          . Wolff, editors.
          <source>Graph Drawing - 21st International Symposium, GD</source>
          <year>2013</year>
          ,
          <article-title>Bordeaux</article-title>
          , France,
          <source>September 23-25</source>
          ,
          <year>2013</year>
          , Revised Selected Papers, volume
          <volume>8242</volume>
          of Lecture Notes in Computer Science. Springer,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          50.
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Wood</surname>
          </string-name>
          .
          <article-title>Grid drawings of k-colourable graphs</article-title>
          .
          <source>Computational Geometry: Theory and Applications</source>
          ,
          <volume>30</volume>
          (
          <issue>1</issue>
          ):
          <fpage>25</fpage>
          -
          <lpage>28</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>