XYZ Decompositions of Graphs Dagstuhl Seminar 08191

Total Page:16

File Type:pdf, Size:1020Kb

XYZ Decompositions of Graphs Dagstuhl Seminar 08191 XYZ decom- positions V. Batagelj XYZ decompositions of graphs Dagstuhl Seminar 08191 Motivation XYZ decom- Vladimir Batagelj positions Results University of Ljubljana, FMF, Dept. of Mathematics; and References IMFM Ljubljana, Dept. of Theoretical Computer Science joint work with Franz J. Brandenburg, Walter Didimo, Giuseppe Liotta, Maurizio Patrignani 23rd Leoben-Ljubljana Graph Theory Seminar Ljubljana, 14-15. November 2008 V. Batagelj XYZ decompositions Outline XYZ decom- positions V. Batagelj Dagstuhl Seminar 08191 Motivation 1 XYZ decom- Dagstuhl Seminar 08191 positions 2 Motivation Results 3 XYZ decompositions References 4 Results 5 References V. Batagelj XYZ decompositions Dagstuhl Seminar 08191 XYZ decom- positions V. Batagelj Dagstuhl Seminar 08191 Motivation XYZ decom- positions Results References Dagstuhl Seminar 08191: Graph Drawing with Applications to Bioinformatics and Social Sciences. Dagstuhl, May 4-9, 2008 V. Batagelj XYZ decompositions Motivation XYZ decom- positions For dense graphs the matrix representation is better [3]. Pajek - shadow [0.00,1.00] V. Batagelj uki fra wge jap net ita usa bel lux car swe kod den swi can nor par spa irn Dagstuhl yem mat irq pak ire nau aut bol hun Seminar 08191 lib hai isr nic sau alb kuw aus gua mon fin por zai hon bra arg pol syr cze kmr usr Motivation tri ege yug sri ind cha saf gre tur sie egy bul rum uru tai rum syr XYZ decom- leb upv cyp vnr ice arg tun gab cub liy positions pol mor usr lux alg spanor nig isr mli uga ins bul liy ken mex usa eth brm pan net tha cze fra jor sud gre jap sri eth gha Results can ita kor ind vnr col bur ege chd phi swe guinep por nze nze bra vnd tha tai uki tur mla maa ins sau pak wge els saf uga con mex den col References chi cha uru yug bel per chi swi ven ecu phi lib dom dom irn mor kor zai egy jam cyp tri aus pan aut sen alg ivo cam els ire cos lebhun gua irq hon fin per nic ven nig car kuw gha afg chd rwa nau ice sen tog dah cub ecu nir som gab sie sud con mla brm hai tun ivo gui mat bol cos par cam ken jam maa nir yem kod lao mon nep bur rwa tog vnd som afg mli dah upv alb kmr lao jor uki fra wge jap net ita usa bel lux swe den swi can nor spa irn irq pak ire aut hun isr sau kuw aus fin por bra arg pol cze usr ege yug ind cha gre tur egy bul rum syr leb cyp ice tun cub liy mor alg nig uga ken eth brm tha sud sri gha kor vnr phi nze tai mla ins saf mex col uru per chi ven ecu lib dom zai jam tri pan sen ivo els cos gua hon nic car chd nau tog dah nir gab sie con hai gui mat bol par cam maa yem kod lao mon nep bur rwa vnd som afg mli upv alb kmr jor Snyder and Kick World Trade data (SaKtrade.paj; 118 vertices, 515 arcs, 2116 edges) [18]. V. Batagelj XYZ decompositions Motivation XYZ decom- positions Abello and van Ham (Matrix Zoom, ASK-GraphView) [1] and V. Batagelj Henry and Fekete (MatrixExplorer, NodeTrix) [9, 10] developed systems for mixed representation of large networks. Dagstuhl Seminar 08191 Motivation XYZ decom- positions Results References (a) Clustered node-link (b) NodeTrix (c) Node duplications V. Batagelj XYZ decompositions Figure 7.1: NodeTrix and duplications 7.1 Research problem As previously explained in section 2.2, social networks can vary a lot in structure: from sparse graphs exhibiting a tree structure to very dense ones presenting a table-like structure. Select- ing the most suited representation is strongly correlated to the network density. For example, node-link diagrams are particularly effective for very sparse networks while matrix representa- tion clearly outperform them for very dense networks [GFC05]. The difficulty is to identify the density threshold beyond which matrices are more suited than node-link diagrams. This choice is especially ambiguous for small-world networks, a very common category of social networks. The particularity of small-world networks is their global sparse structure with dense local parts. The major difficulty faced when representing these network is to show first how members of communities are connected (intra-community connectivity), then how communities are connected (inter-community connectivity) and finally who the central actors are. Thus, in this chapter, we attempt to solve the following question: ®How can we design a representation for small-world networks? i.e., improving intra-community and inter-community connectivity readability as well as highlighting central actors? The second part of this chapter is dedicated to the problem of ambiguous clustering. When an actor is connected to two or more communities, there are three solutions: placing the actor in one or the other, extracting it and placing it between them or generating overlapping commu- nities. While extracting the actor and producing overlapping communities dramatically decrease the representation readability, choosing one or the other community to place the central actor also raises problems as it changes the visual representation, which is potentially misleading. Thus our research question is: ®How can we solve the problem of ambiguous clustering without degrading the representation readability or misleading the user? To solve these problems, we present the NodeTrix [HFM07] representation (Figure 7.1b), merging node-link diagrams and matrices to visualize social networks as well as the technique of node duplication [HBF08] (Figure 7.1c) to solve the ambiguous clustering problem. NodeTrix 149 Supporting the exploration of matrices One weakness of the matrix representation, when ex- ploring a network, is the tedious work required to perform path-related tasks. For example, finding how two communities are connected is tedious as it requires going back and forth alternately read- ing rows and columns. Moreover, if communities are far apart in the matrix, this task requires a scan of the full length of matrix rows or columns, and connections in a large matrix may lie outside the viewport. Obviously, the task is worse when dealing with three matrices as the user needs to check for intersections of rows and columns in each of the three communities. We noticed in a participatory-design session reported in [HF06a] that social network analysts also use the matrix representation for some of their analyses. To help perform community analysis and provide support for path-related tasks in general, we provide users with a couple of interaction techniques that work across separate matrix-NodeTrix windows that might be arranged in a dual- viewport or split-screen fashion. These techniques are still based on drag-and-drop, however this time, the user drags a group of elements from one window to another one. From Matrix to NodeTrix The interaction is made of two steps: first, the user selects a group of nodes in the window of the pure matrix visualization and then drags this group to the MotivationNodeTrix window (Figure 7.5). To select the group of nodes, we provide lasso selection directly on the pure matrix representation. Alternatively, the selection can be done on an axis (rows and columns). When a group of cells is selected, the corresponding set of vertices transferred is the XYZ decom- union of the edges’ source vertices and sink vertices. Dropping the selected group inside the positions NodeTrix window performs the addition of an aggregated node to the NodeTrix visualization. The V. Batagelj group is then displayed as a matrix. Selecting and dropping a second group allows the user to see how these groups are connected to each other visualizing the result with links. The process can Dagstuhl continue to visualize connections between several communities. Seminar 08191 Motivation XYZ decom- positions Results References (a) From matrix to NodeTrix (b) Inter-community connectivity appears Figure 7.5: Dragging communities from standard matrix to NodeTrix helps analyzing how they are connected. (a) A community has already been dragged into NodeTrix (rows are colored in white in the matrix to show they are already copied). User is transferring another community (rows selected in red in the matrix), the cursor shows that he can drop the selection into NodeTrix. (b) Three communities have beenV. dragged Batagelj into NodeTrix,XYZ decompositions inter-community relations can be studied. Motivation XYZ decom- positions V. Batagelj Dagstuhl Seminar 08191 MotivationNodeTrix 155 XYZ decom- positions Results References (a) Compact NodeTrix V. Batagelj XYZ decompositions (b) Detailed NodeTrix Figure 7.11: Two NodeTrix representations of the information visualization field. The top one presents a compact version, which aims at presenting communities and their connectivity patterns (intra-community and inter-community). The second representation shows all details of the exact same dataset, which can be used for exploration. Colors on axes of matrices represent the number of citations of each author. Color intensity within the matrices represents the strength of each collaboration. Motivation XYZ decom- positions V. Batagelj UIST Coauthorship Network 20 Years of Collaboration Sidner Stahovich Rich Kara Newfield Sethi Hindmarsh Benford Fraser Heath Goldberg J. Rich Dahlquist Partridge Foreman Borriello Kara Veiseh Latulipe Hardock Sidner McMahon Kaplan Wittenburg Tapia Cain Clarke Heinrichs Stahovich Esenther MacKay D. McKay Lanning Thevenin Stanton Lecoanet Miyachi Harada Blackwell Newfield York Lemort Chatty Mertz Vinot Ward Churchill Sire Helfman Yamada Sethi Denoue Murphy Nelson Shingu Kurtenbach Fitzmaurice Fraser Almeida Burtnyk Meier Buxton Benford Cain Tsang Pieké Khan Herranz Latulipe Oscarsson Danielsson Nordgard Holmquist Hindmarsh Redstrom Dahlquist McKay Karlgren Franzén Raeder Bolt Clarke Heinrichs Hauge Bretan Lecoanet Blackwell Bjork Heath York Veiseh Stonebraker Kaplan Esenther Sire Weiser Dagstuhl Yamada Woodruff Ward McMahon Foreman schraefel Harada Takashima Mertz Kitamura Murphy Smith MacKay D.
Recommended publications
  • LEOBEN-LJUBLJANA GRAPH THEORY SEMINAR 2016 Dedicated to Norbert Seifter's 60Th Birthday Special Session on the Occasion Of
    LEOBEN-LJUBLJANA GRAPH THEORY SEMINAR 2016 Dedicated to Norbert Seifter's 60th Birthday Special session on the occasion of Bojan Mohar's 60th Birthday 25th - 28th September 2016, Judenburg, Austria Supported by TU Graz, MU Leoben, Austrian Science Fund, Austrian Mathematical Society and the Town of Judenburg. Titles and abstracts Vladimir Batagelj (Ljubljana - Koper): Widespread index Abstract. On January 12, 2016 Clement Levallois posted at SocNet a message asking for a measure of how widespread is the distribution of a node attribute in a network. In the paper we propose and study two indices for measuring the widespread of a node attribute value in a network: the (simple) widespread index and the domination index. A com- putation of the proposed indices using the program Pajek is illustrated on two networks: the Class network and the US Airports network. Chris Godsil (Waterloo): Graph isomorphism and quantum walks Abstract. It has been suggested that graph isomorphism may be one of the problems that can be solved faster on a quantum computer than on a clasical computer. Conse- quently physicists have devoted some effort to find algorithms for graph isomorphism. I will report on work undertaken by me and my colleagues, using tools from graph spec- tral theory and finite geometry, to show that the algorithms proposed to date do not work. Veronica Hern´andezMartinez (Madrid): On the diameter, minimum and maximum degree and hyperbolicity constant Abstract. In this work, we obtain good upper bounds for the diameter of any graph in terms of its minimum degree and its order, improving a classical theorem due to Erd¨os, Pach, Pollack and Tuza.
    [Show full text]
  • The Wiener Dimension of a Graph
    The Wiener dimension of a graph Yaser Alizadeh Department of Mathematics Tarbiat Modares University, Tehran, Iran [email protected] Sandi Klavˇzar∗ Faculty of Mathematics and Physics University of Ljubljana, Slovenia and Faculty of Natural Sciences and Mathematics University of Maribor, Slovenia [email protected] March 13, 2012 Abstract The Wiener dimension of a connected graph is introduced as the number of different distances of its vertices. For any integer d and any integer k, a graph of diameter d and of Wiener dimension k is constructed. An infinite family of non-vertex-transitive graphs with Wiener dimension 1 is also presented and it is proved that a graph of dimension 1 is 2-connected. Keywords: Wiener index; Cartesian product graphs; vertex-transitive graphs AMS subject classification (2010): 05C12, 05C25, 92E10 1 Introduction The distance considered in this paper is the usual shortest path distance. We assume throughout the paper that all graphs are connected unless stated otherwise. For terms not defined here we refer to [13]. Let G be a graph and u ∈ V (G). Then the distance of u is dG(u)= X dG(u, v) . v∈V (G) ∗ This work has been financed by ARRS Slovenia under the grant P1-0297 and within the EU- ROCORES Programme EUROGIGA/GReGAS of the European Science Foundation. The author is also with the Institute of Mathematics, Physics and Mechanics, Ljubljana. 1 In location theory, sets of vertices with the minimum (or maximum) distance in a graph play s special role because they form target sets for locations of facilities.
    [Show full text]
  • Fundamental Properties and (5,0)-Nanotubical Fullerenes
    MATCH MATCH Commun. Math. Comput. Chem. 72 (2014) 279-294 Communications in Mathematical and in Computer Chemistry ISSN 0340 - 6253 Wiener Dimension: Fundamental Properties and (5,0)-Nanotubical Fullerenes Yaser Alizadeha, Vesna Andova b1, Sandi Klavˇzar c,d,e, Riste Skrekovskiˇ c,e,f,g aDepartment of Mathematics, Hakim Sabzevari University, Sabzevar, Iran E-mail: [email protected] 2Faculty of Electrical Engineering and Information Technologies, Ss Cyril and Methodius Univ., Ruger Boskovik, P. O. Box 574, 1000 Skopje, Macedonia E-mail: [email protected] cFaculty of Mathematics and Physics, University of Ljubljana, Slovenia dFaculty of Natural Sciences and Mathematics, University of Maribor, Slovenia eInstitute of Mathematics, Physics and Mechanics, Ljubljana, Slovenia E-mail: [email protected] f Faculty of Information Studies, Novo Mesto, Slovenia gFaculty of Mathematics, Natural Sciences and Information Technologies, University of Primorska, Slovenia E-mail: [email protected] (Received January 24, 2014) Abstract The Wiener dimension of a connected graph is introduced as the number of different distances of its vertices. For any integer D and any integer k, a graph of diameter D and of Wiener dimension k is constructed. An infinite family of non-vertex-transitive graphs with Wiener dimension 1 is presented and it is proved that a graph of dimension 1 is 2-connected. It is shown that the (5, 0)-nanotubical fullerene graph on 10k (k ≥ 3) vertices has Wiener dimension k. As a consequence the Wiener index of these fullerenes is obtained. 1Corresponding author -280- 1 Introduction The distance considered in this paper is the usual shortest path distance.
    [Show full text]
  • G-Graphs: a New Representation of Groups
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Journal of Symbolic Computation 42 (2007) 549–560 www.elsevier.com/locate/jsc G-graphs: A new representation of groups Alain Brettoa,∗, Alain Faisantb, Luc Gilliberta a Universite´ de Caen, GREYC CNRS UMR-6072. Campus 2, Bd Marechal Juin BP 5186, 14032 Caen cedex, France b Universite´ Jean Monnet LARAL 23 rue Paul Michelon, 42023 Saint-Etienne cedex 2, France Received 31 October 2004; accepted 8 August 2006 Available online 5 March 2007 Abstract An important part of computer science is focused on the links that can be established between group theory and graph theory and graphs. CAYLEY graphs, that establish such a link, are useful in a lot of areas of sciences. This paper introduces a new type of graph associated with a group, the G-graphs, and presents many of their properties. We show that various characteristics of a group can be seen on its associated G-graph. We also present an implementation of the algorithm constructing these new graphs, an implementation that will lead to some experimental results. Finally we show that many classical graphs are G-graphs. The relations between G-graphs and CAYLEY graphs are also studied. c 2007 Elsevier Ltd. All rights reserved. Keywords: Computational group theory; Graph representation of a group; Cayley graphs; G-graphs 1. Introduction Group theory can be considered as the study of symmetry. A group is basically the collection of symmetries of some object preserving some of its structure; therefore many sciences have to deal with groups.
    [Show full text]
  • Interactions Between Coherent Configurations and Some Classes
    Interactions between Coherent Configurations and Some Classes of Objects in Extremal Combinatorics Thesis submitted in partial fulfillment of the requirements for the degree of \DOCTOR OF PHILOSOPHY" by Matan Ziv-Av Submitted to the Senate of Ben-Gurion University of the Negev November 9, 2013 Beer-Sheva Interactions between Coherent Configurations and Some Classes of Objects in Extremal Combinatorics Thesis submitted in partial fulfillment of the requirements for the degree of \DOCTOR OF PHILOSOPHY" by Matan Ziv-Av Submitted to the Senate of Ben-Gurion University of the Negev Approved by the Advisor Approved by the Dean of the Kreitman School of Advanced Graduate Studies November 9, 2013 Beer-Sheva This work was carried out under the supervision of Mikhail Klin In the Department of Mathematics Faculty of Natural Sciences Research-Student's Affidavit when Submitting the Doctoral Thesis for Judgment I, Matan Ziv-Av, whose signature appears below, hereby declare that: x I have written this Thesis by myself, except for the help and guidance offered by my Thesis Advisors. x The scientific materials included in this Thesis are products of my own research, culled from the period during which I was a research student. This Thesis incorporates research materials produced in cooperation with others, excluding the technical help commonly received during ex- perimental work. Therefore, I am attaching another affidavit stating the contributions made by myself and the other participants in this research, which has been approved by them and submitted with their approval. Date: November 9, 2013 Student's name: Matan Ziv-Av Signature: Acknowledgements First, I'd like to thank my advisor, Misha Klin, for being my advisor.
    [Show full text]
  • International Conference on Graph Theory and Combinatorics Dedicated to Prof
    = 60 jDM j International Conference on Graph Theory and Combinatorics Dedicated to Prof. Dragan Marušic’sˇ 60th Birthday. Koper, Slovenia, May 1 - May 3, 2013, TIMETABLE Wednesday, May 1st ........................................................................ 11:00 B. ALSPACH: Cayley Graphs On Abelian Groups 12:00 - - - Lunch --- 14:30 T. PISANSKI: Reflecting on Some Common Work with Dragan 14:55 M. E. CONDER: Half-arc-transitive and Semi-symmetric Graphs 15:20 R. JAJCAY: Counting Cycles in Vertex-transitive Graphs 15:45 - - - Coffee --- 16:00 Free discussion 18:00 - - - Dinner --- Thursday, May 2nd ......................................................................... 10:00 A. A. IVANOV: Group Theory and Life 10:25 S. ZHOU: Symmetric Graphs with 2-arc Transitive Quotients 10:50 - - - Coffee --- 11:10 R. NEDELA: Half-arc-transitive Actions with Cyclic Stabilizers and their Geometric Vi- sualisation 11:35 P. SPIGA: Semiregular Elements in Cubic Vertex-transitive Graphs and the Restricted Burnside Problem 11:50 - - - Lunch --- 14:30 E. DOBSON: Classifying Vertex-transitive Graphs 14:55 D. WITTE MORRIS: Recent Results on Hamiltonian Cycles in Small Cayley Graphs 15:20 N. SEIFTER: Reachability Relations, Transitive Digraphs and Groups 15:40 - - - Coffee --- 16:00 Free discussion 18:00 - - - Santomas --- Friday, May 3rd ............................................................................ 10:00 M. MUZYCHUK: On Regular Cayley Maps over Dihedral Groups 10:25 L. MARTÍNEZ FERNÁNDEZ: m-Cayley Circulant Strongly Regular Digraphs 10:50 - - - Coffee --- 11:10 G. KISS: Notes on Semiarcs 11:35 G. VERRET: Semiregular Automorphisms of Arc-transitive Graphs 12:00 - - - Lunch --- 16:00 Basketball 1 = 60 jDM j INVITED TALKS Cayley Graphs On Abelian Groups Brian Alspach, Newcastle University, Australia [email protected] Cayley graphs on abelian groups form the most basic family of Cayley graphs.
    [Show full text]
  • Spectral Bounds for the K-Independence Number of a Graph
    Spectral bounds for the k-independence number of a graph Aida Abiad∗, Sebastian M. Cioab˘a∗∗, Michael Tait Abstract In this paper, we obtain two spectral upper bounds for the k-independence number of a graph which is is the maximum size of a set of vertices at pairwise distance greater than k. We construct graphs that attain equality for our first bound and show that our second bound compares favorably to previous bounds on the k-independence number. MSC: 05C50, 05C69 Keywords: k-independence number; graph powers; eigenvalues; Expander-Mixing lemma. 1. Introduction The independence number of a graph G, denoted by α(G), is the size of the largest inde- pendent set of vertices in G. A natural generalization of the independence number is the k-independence number of G, denoted by αk(G) with k ≥ 0, which is the maximum number of vertices that are mutually at distance greater than k. Note that α0(G) equals the number of vertices of G and α1(G) is the independence number of G. The k-independence number is an interesting graph theoretic parameter that is closely related to coding theory, where codes and anticodes are k-independent sets in Hamming graphs (see [24, Chapter 17]). In addition, the k-independence number of a graph has been studied in various other contexts (see [2, 8, 12, 13, 14, 21, 26] for some examples) and is related to other combinatorial parameters such as average distance [15], packing chromatic number [16], injective chromatic number [19], and strong chromatic index [25]. It is known that determining αk is NP-Hard in general [22].
    [Show full text]
  • Wiener Dimension: Fundamental Properties and (5,0)-Nanotubical Fullerenes
    Noname manuscript No. (will be inserted by the editor) Wiener dimension: fundamental properties and (5,0)-nanotubical fullerenes Yaser Alizadeh · Vesna Andova · Sandi Klavˇzar · Riste Skrekovskiˇ Received: date / Accepted: date Abstract The Wiener dimension of a connected graph is introduced as the number of different distances of its vertices. For any integer d and any integer k, a graph of diameter d and of Wiener dimension k is constructed. An infinite family of non-vertex-transitive graphs with Wiener dimension 1 is presented and it is proved that a graph of dimension 1 is 2-connected. It is shown that the (5, 0)-nanotubical fullerene graph on 10k (k ≥ 3) vertices has Wiener dimension k. As a consequence the Wiener index of these fullerenes is obtained. Research supported in part by ARRS Programs P1-0297 and P1-0383, Creative Core - FISNM - 3330-13-5000, and within the EUROCORES Programme EUROGIGA/GReGAS of the European Science Foundation. Y. Alizadeh Department of Mathematics, Hakim Sabzevari University, Sabzevar, Iran V. Andova Faculty of Electrical Engineering and Information Technologies, Ss Cyril and Methodius Univ. Rugjer Boskovikj bb, Skopje, Macedonia Tel.: +389-70-241-775 Fax: +389-2-3064-262 E-mail: [email protected] S. Klavˇzar Faculty of Mathematics and Physics, University of Ljubljana, Slovenia Faculty of Natural Sciences and Mathematics, University of Maribor, Slovenia Institute of Mathematics, Physics and Mechanics, Ljubljana, Slovenia R.Skrekovskiˇ Faculty of Mathematics and Physics, University of Ljubljana, Slovenia Institute of Mathematics, Physics and Mechanics, Ljubljana, Slovenia Faculty of Information Studies, Novo Mesto, Slovenia FAMNIT, University of Primorska, Slovenia 2 Yaser Alizadeh et al.
    [Show full text]
  • Altermundusaltermundus C 1.00 V.V Documentation 2021 Janvier 19 Li Matthes Alain Tkz-Berge
    AlterMundusAlterMundus tkz-berge v 1.00 c Alain Matthes 19 janvier 2021 Documentation V.v 1.00 c http://altermundus.fr tkz-berge Alain Matthes The package tkz-berge is a collection of some useful macros if you want to draw some classic graphs of the graph theory or to make others graphs. The kind of graphs that I will present, are sometimes called combinatorial graphs to distinguish them from the graphs of functions. Often, the word graph is short for graph of a function. A combinatorial graph is a very simple structure, a bunch of dots, some of which are connected by lines. Some of graphs have names, sometimes inspired by the graph’s topology, and sometimes after their discoverer. Why tkz-berge.sty? Claude Berge (1926 – 2002) was a French mathematician, recognized as one of the modern founders of AlterMundus combinatorics and graph theory. He played a major role in the renaissance of combinatorics and he is remembered for his famous conjecture on perfect graphs, solved some months after his death. M Firstly, I would like to thank Till Tantau for the beautiful LATEX package, namely TikZ. MI am grateful to Michel Bovani for providing the fourier font. M I received much valuable advice and guidance on Graph Theory from Rafael Villarroel http://graphtheoryinlatex.blogspot.com/. M The names of graphs can be found here MathWorld - SimpleGraphs by E.Weisstein Please report typos or any other comments to this documentation to Alain Matthes This file can be redistributed and/or modified under the terms of the LATEX Project Public License Distributed from CTAN archives in directory CTAN://macros/latex/base/lppl.txt.
    [Show full text]
  • Half-Arc-Transitive and Semi-Symmetric Graphs in Honour
    Half-arc-transitive and Semi-symmetric Graphs Marston Conder University of Auckland In honour of Dragan Maruˇsiˇc A brief history (of times) • Late 1970s { Dragan and Marston lived in UK cities just 50km apart, doing their doctorates, but didn't meet • 1996 { joint paper (with Brian Alspach and Xu Mingyao), on 2-arc-transitive circulants, but still didn't meet • 1998 { first met, at SIGMAC meeting (Flagstaff, Ariziona) • 1999 { Marston's first visit to Slovenia (Bled conference) • 2000 { Dragan's first visit to Auckland • 2001 { Marston's first visit to Ljubljana [Note later] • 2011 { Conference at Fields Institute [Note later] A tribute I pay tribute to Dragan for his being a number of things: • An excellent mathematician • A dedicated family man • A wonderful colleague and friend to many of us • Keen on health and personal fitness/sports • A leader of discrete mathematics in this part of Europe • A strong supporter of Koper/Primorska • A modest and mature individual ... Summer School, Rogla, June 2011: Symmetries of graphs A symmetry (or automorphism) of a connected simple graph X is any permutation of its vertices preserving adjacency. Under composition, these symmetries form the automor- phism group of X, denoted by Aut X. If Aut X is transitive (i.e. has a single orbit) on vertices, then X is vertex-transitive. Similarly, if Aut X is transitive on edges, then X is edge-transitive. ........... .......•. ....... •. ....... ....... .. .. ....... ........ ....... •...... ....•.. ....... .......•....... ....... ...... ...... ....... ......
    [Show full text]
  • Topics in Graph Automorphisms and Reconstruction (2Nd Edition), J
    LONDON MATHEMATICAL SOCIETY LECTURE NOTE SERIES Managing Editor: Professor M. Reid, Mathematics Institute, University of Warwick, Coventry CV4 7AL, United Kingdom The titles below are available from booksellers, or from Cambridge University Press at http://www.cambridge.org/mathematics 312 Foundations of computational mathematics, Minneapolis 2002, F. CUCKER et al. (eds) 313 Transcendental aspects of algebraic cycles, S. MULLER-STACH¨ & C. PETERS (eds) 314 Spectral generalizations of line graphs, D. CVETKOVIC,´ P. ROWLINSON & S. SIMIC´ 315 Structured ring spectra, A. BAKER & B. RICHTER (eds) 316 Linear logic in computer science, T. EHRHARD, P. RUET, J.-Y. GIRARD & P. SCOTT (eds) 317 Advances in elliptic curve cryptography, I.F. BLAKE, G. SEROUSSI & N.P. SMART (eds) 318 Perturbation of the boundary in boundary-value problems of partial differential equations, D. HENRY 319 Double affine Hecke algebras, I. CHEREDNIK 320 L-functions and Galois representations, D. BURNS, K. BUZZARD & J. NEKOVA´ R(eds)ˇ 321 Surveys in modern mathematics, V. PRASOLOV & Y. ILYASHENKO (eds) 322 Recent perspectives in random matrix theory and number theory, F. MEZZADRI & N.C. SNAITH (eds) 323 Poisson geometry, deformation quantisation and group representations, S. GUTT et al (eds) 324 Singularities and computer algebra, C. LOSSEN & G. PFISTER (eds) 325 Lectures on the Ricci flow, P. TOPPING 326 Modular representations of finite groups of Lie type, J.E. HUMPHREYS 327 Surveys in combinatorics 2005, B.S. WEBB (ed) 328 Fundamentals of hyperbolic manifolds, R. CANARY, D. EPSTEIN & A. MARDEN (eds) 329 Spaces of Kleinian groups, Y. MINSKY, M. SAKUMA & C. SERIES (eds) 330 Noncommutative localization in algebra and topology, A.
    [Show full text]
  • On Several Extremal Problems in Graph Theory Involving Gromov Hyperbolicity Constant
    Universidad Carlos III de Madrid On several extremal problems in graph theory involving Gromov Hyperbolicity Constant Author: Ver´onica Hern´andez Mart´ınez Departamento de Matem´aticas Advisor: Jos´eManuel Rodr´ıguez Garc´ıa Departamento de Matem´aticas Co-Advisor: Domingo de Guzm´an Pestana Galv´an Departamento de Matem´aticas October 25, 2017 Universidad Carlos III de Madrid On several extremal problems in graph theory involving Gromov Hyperbolicity Constant Author: Ver´onica Hern´andez Mart´ınez Department of Mathematics Advisor: Jos´eManuel Rodr´ıguez Garc´ıa Department of Mathematics Co-Advisor: Domingo de Guzm´an Pestana Galv´an Departamento de Matem´aticas Firma del Tribunal Calificador: Firma Presidente: Vocal: Secretario: Calificaci´on: Legan´es, de de 2017 to my family Agradecimientos / Acknowledgements En primer lugar quiero agradecer a mi director de tesis Jos´eManuel Rodr´ıguez Garc´ıa, cuyo gran apoyo y dedicaci´on han sido fundamentales, no solo para la realizaci´on de esta tesis, sino tambi´en para mi formaci´on como investigadora. Quiero agradecer a mi codirector de tesis Domingo de Guzm´an Pestana por sus consejos, paciencia e inter´es. Quiero agradecer al Departamento de Matem´aticas de la Universidad Carlos III de Madrid por la gran oportunidad que me brind´ode completar mi formaci´on como matem´atica. A los miembros del tribunal de esta disertaci´on doctoral, gracias por aceptar ser part´ıcipes en la defensa de esta tesis y por dedicarle su valioso tiempo a la lectura de este trabajo. Agradezco a mis padres, Julio y Magaly, por haber hecho posible que llegara hasta aqu´ı, por su amor y apoyo desde la distancia.
    [Show full text]