CINXE.COM
InfluenceMap
<html> <head> <title>InfluenceMap</title> <link rel="icon" href="/images/influencemap_logo_network.png" type="image/x-icon"> <link rel="stylesheet" href="/css/bootstrap.min.css" /> <link rel="stylesheet" href="/css/font-awesome.min.css" /> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/regular.css" integrity="sha384-ZlNfXjxAqKFWCwMwQFGhmMh3i89dWDnaFU2/VZg9CvsMGA7hXHQsPIqS+JIAmgEq" crossorigin="anonymous"> <link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,400italic,700,900' rel='stylesheet' type='text/css' property="link"> <script type="text/javascript" src="/js/popper.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <!-- datatable --> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css"/> <script type="text/javascript" src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/select/1.2.5/js/dataTables.select.min.js"></script> <script type="text/css" src="https://cdn.datatables.net/select/1.2.5/css/select.dataTables.min.css"></script> <!-- rangepicker --> <link rel="stylesheet" href="/css/nouislider.min.css" /> <script type="text/javascript" src="/js/nouislider.min.js"></script> <!-- function to post data --> <script type="text/javascript" src="/js/postData.js"></script> <link rel="stylesheet" href="/css/AdminLTE.min.css" /> <!-- <link rel="stylesheet" href="/css/skins/_all-skins.min.css"> --> <link rel="stylesheet" href="/css/skins/skin-custom.css"> <link rel="stylesheet" href="/css/auto-complete.css" /> <link rel="stylesheet" href="/css/webapp.css" /> <!-- js utils --> <script type="text/javascript" src="/js/adminlte.min.js"></script> <script type="text/javascript" src="/js/utils.js"></script> <!-- d3 --> <script src="/js/d3.v4.min.js"></script> <script src="/js/d3-selection-multi.v1.min.js"></script> <script src="/js/d3-scale-chromatic.v1.min.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-135269416-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-135269416-1'); </script> <script async defer data-website-id="8edf79cc-b687-4a75-bcb6-4096a2cb4146" src="https://umami.davidz.cn/umami.js"></script> </head> <body class="hold-transition skin-custom sidebar-mini"> <div class="wrapper"> <header class="main-header header-flower"> <a href="/" class="logo"> <span class="logo-mini"><i class="fa fa-asterisk"></i></span> <span class="logo-lg"> <img src="/images/influencemap_logo_network.svg"> <b>Influence Flower</b></span> </a> <nav class="navbar navbar-static-top"> <div class="pull-right"> <a href="/browse">Gallery</a> <a href="/create">Create</a> <a href="https://github.com/csmetrics/influencemap#readme" target="_blank">About</a> </div> </nav> </header> <div class="search-page" style="display: flex; gap: 20px; padding: 20px;"> <!-- Left Column --> <div class="left-col col-sm-9" style="background-color: #f9f9f9; border-radius: 8px;"> <div class="search-div row" style="margin: 0;"> <div class="entity-type-div col-md-8 col-sm-12"> <!-- Entity Buttons --> <button class="btn-sm entity-type-btn selected-entity" data-entitytype="author"> <i class="fa fa-user"></i> Authors </button> <button class="btn-sm entity-type-btn" data-entitytype="institution"> <i class="fa fa-university"></i> Institutions </button> <button class="btn-sm entity-type-btn" data-entitytype="source"> <i class="fa fa-book"></i> Sources </button> <button class="btn-sm entity-type-btn" data-entitytype="paper"> <i class="fa fa-file"></i> Papers </button> </div> <!-- Search Bar --> <div class="input-group searchbar col-md-4 col-sm-12" style="display: flex; gap: 5px;"> <input autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" id="name-search-bar" type="text" class="form-control" placeholder="Search for entities..."> <button id="search-btn" type="button" class="btn btn-flat" > <i class="fa fa-search"></i> </button> </div> </div> <!-- Search Table --> <div class="searchtable-container"> <div style="float: right; margin-bottom: 15px;"> <i id="instruction-activate" class="far fa-question-circle"></i> </div> <div id="loading" style="display: none; text-align: center;"> <i class="fa fa-spinner fa-spin"></i> </div> <table id="searchtable" class="row-border hover order-column" cellspacing="0" width="100%"></table> </div> </div> <!-- Right Column --> <div class="right-col col-sm-3"> <!-- Selection Table --> <table id="selectiontable" class="row-border" style="width: 100%; margin-bottom: 20px;"></table> <!-- Empty Selection Alert --> <div id="empty_selection_alert" class="alert"> Unable to make a flower before making one or more selections. Click on <i class="far fa-question-circle" style="font-style: normal;"></i> to see how to search! </div> <div class="bottom-fixed"> <!-- Name Input --> <input id="flowername" class="inputbar" type="text" placeholder="Name your flower..."> <!-- Submit Button --> <input id="continue-btn" class="btn" type="submit" value="Go" > </div> </div> </div> <!-- The Modal --> <div id="instructionModal" class="modal"> <!-- Modal content --> <div class="modal-content"> <div class="modal-header"> <h3><b>Create your own flowers</b></h3> <span class="close-modal">×</span> </div> <div class="modal-body"> <ol> <li>Select the type(s) of entity to search and then use the search bar<br/><br/> <img src="/images/2017_turing_winners_search.gif" alt="Search Entities"/> </li> <li>Select the checkboxes on the right-hand side of a row in the results to add that entity to your flower<br/><br/> <img src="/images/2017_turing_winners_select.gif" alt="Select Entities"/> </li> <li>Repeat until you have selected all entities you want included in your flower<br/><br/> <img src="/images/2017_turing_winners_select2.gif" alt="Repeat Selection"/> </li> <li>You can remove a selection by unticking the checkbox or clicking on the selection on the right-hand table<br/><br/> <img src="/images/2017_turing_winners_unselect.gif" alt="Remove Selection"/> </li> <li>(Optional) Name your flower.<br/><br/> <img src="/images/2017_turing_winners_name.gif" alt="Name Flower"/> </li> <li>Press <b>Go</b> to create your flower, but be patient, computation time depends on the selected entities<br/><br/> <img src="/images/go.png" alt="Go Button" style="border:none"/> </li> </ol> </div> </div> </div> <script> var entitytypebtns = $(".entity-type-btn"); entitytypebtns.on("click",function(){ this.classList.toggle("selected-entity"); }); </script> <script src="/js/searchTableConfig.js"></script> <script src="/js/selectionTableConfig.js"></script> <script src="/js/search_tables.js"></script> <script src="/js/modal.js"></script> <script> var btn = document.getElementById("instruction-activate"); var modal = document.getElementById("instructionModal"); make_modal(modal,btn); </script> </div> <!-- Modal to display while flower is loading --> <div id="loading-flower-modal" class="modal"> <!-- Modal content --> <div class="modal-content"> <div id="loading" style="text-align: center; padding-top: 10px;"> <i class="fa fa-spinner fa-spin"></i> </div> <p style="display: block; margin: 25 auto 5 auto; text-align: center; width: 70%">While your flower is growing, understand what different parts of the flower are representing</p> <svg id="graph1" width="900" height="420" style="margin-left: 15px; margin-top:-50px"> <defs><marker id="author_in_1" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_1" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_2" viewBox="0 -5 10 10" refX="14.675191164488782" refY="-0.676577275988032" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_2" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_3" viewBox="0 -5 10 10" refX="15.963879114779484" refY="-0.8006205507677697" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_3" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_4" viewBox="0 -5 10 10" refX="16.383810961345116" refY="-0.8432953963047898" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_4" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_5" viewBox="0 -5 10 10" refX="11.81626113947311" refY="-0.4386418184812647" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_5" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_6" viewBox="0 -5 10 10" refX="17.45101080011215" refY="-0.9567336459345539" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_6" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_7" viewBox="0 -5 10 10" refX="13.555408221417414" refY="-0.5772647976857839" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_7" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_8" viewBox="0 -5 10 10" refX="11.42172221502248" refY="-0.40983878924141703" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_8" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_9" viewBox="0 -5 10 10" refX="11.553370821858424" refY="-0.41934097287288974" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_9" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_10" viewBox="0 -5 10 10" refX="12.2611001751372" refY="-0.4722900042694463" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_10" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_11" viewBox="0 -5 10 10" refX="12.37321739410694" refY="-0.4809668669650847" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_11" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_12" viewBox="0 -5 10 10" refX="11.538328288989321" refY="-0.41824971665385485" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_12" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_13" viewBox="0 -5 10 10" refX="14.283903254031115" refY="-0.6409788103556253" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_13" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_14" viewBox="0 -5 10 10" refX="13.1088744988947" refY="-0.539859420290046" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_14" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_15" viewBox="0 -5 10 10" refX="10.653024250548533" refY="-0.3565296920034972" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_15" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_16" viewBox="0 -5 10 10" refX="10.264663063901148" refY="-0.3310085937908325" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_16" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_17" viewBox="0 -5 10 10" refX="10.564527910867566" refY="-0.35063079980826334" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_17" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_18" viewBox="0 -5 10 10" refX="10.966759210616514" refY="-0.3778387439534282" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_18" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_19" viewBox="0 -5 10 10" refX="10.981130768915339" refY="-0.37882968201117645" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_19" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_20" viewBox="0 -5 10 10" refX="11.05556096178015" refY="-0.3839825072510152" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_20" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_21" viewBox="0 -5 10 10" refX="11.153151979038071" refY="-0.3907915037099947" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_21" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_22" viewBox="0 -5 10 10" refX="11.676202516102698" refY="-0.42830496668370677" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_22" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_23" viewBox="0 -5 10 10" refX="11.952442326267956" refY="-0.4488106834365633" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_23" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_24" viewBox="0 -5 10 10" refX="12.619122550458822" refY="-0.5002742951299747" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_24" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker><marker id="author_in_25" viewBox="0 -5 10 10" refX="12.68543614336362" refY="-0.5055460013404719" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104);"></path></marker><marker id="author_out_25" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208);"></path></marker></defs><defs><marker id="author_in_1_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_1_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_2_selected" viewBox="0 -5 10 10" refX="14.675191164488782" refY="-0.676577275988032" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_2_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_3_selected" viewBox="0 -5 10 10" refX="15.963879114779484" refY="-0.8006205507677697" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_3_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_4_selected" viewBox="0 -5 10 10" refX="16.383810961345116" refY="-0.8432953963047898" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_4_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_5_selected" viewBox="0 -5 10 10" refX="11.81626113947311" refY="-0.4386418184812647" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_5_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_6_selected" viewBox="0 -5 10 10" refX="17.45101080011215" refY="-0.9567336459345539" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_6_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_7_selected" viewBox="0 -5 10 10" refX="13.555408221417414" refY="-0.5772647976857839" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_7_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_8_selected" viewBox="0 -5 10 10" refX="11.42172221502248" refY="-0.40983878924141703" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_8_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_9_selected" viewBox="0 -5 10 10" refX="11.553370821858424" refY="-0.41934097287288974" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_9_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_10_selected" viewBox="0 -5 10 10" refX="12.2611001751372" refY="-0.4722900042694463" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_10_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_11_selected" viewBox="0 -5 10 10" refX="12.37321739410694" refY="-0.4809668669650847" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_11_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_12_selected" viewBox="0 -5 10 10" refX="11.538328288989321" refY="-0.41824971665385485" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_12_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_13_selected" viewBox="0 -5 10 10" refX="14.283903254031115" refY="-0.6409788103556253" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_13_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_14_selected" viewBox="0 -5 10 10" refX="13.1088744988947" refY="-0.539859420290046" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_14_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_15_selected" viewBox="0 -5 10 10" refX="10.653024250548533" refY="-0.3565296920034972" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_15_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_16_selected" viewBox="0 -5 10 10" refX="10.264663063901148" refY="-0.3310085937908325" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_16_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_17_selected" viewBox="0 -5 10 10" refX="10.564527910867566" refY="-0.35063079980826334" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_17_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_18_selected" viewBox="0 -5 10 10" refX="10.966759210616514" refY="-0.3778387439534282" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_18_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_19_selected" viewBox="0 -5 10 10" refX="10.981130768915339" refY="-0.37882968201117645" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_19_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_20_selected" viewBox="0 -5 10 10" refX="11.05556096178015" refY="-0.3839825072510152" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_20_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_21_selected" viewBox="0 -5 10 10" refX="11.153151979038071" refY="-0.3907915037099947" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_21_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_22_selected" viewBox="0 -5 10 10" refX="11.676202516102698" refY="-0.42830496668370677" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_22_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_23_selected" viewBox="0 -5 10 10" refX="11.952442326267956" refY="-0.4488106834365633" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_23_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_24_selected" viewBox="0 -5 10 10" refX="12.619122550458822" refY="-0.5002742951299747" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_24_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker><marker id="author_in_25_selected" viewBox="0 -5 10 10" refX="12.68543614336362" refY="-0.5055460013404719" markerWidth="14.61" markerHeight="14.61" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(213, 96, 80);"></path></marker><marker id="author_out_25_selected" viewBox="0 -5 10 10" refX="17.841241161527712" refY="-1" markerWidth="0" markerHeight="0" markerUnits="userSpaceOnUse" orient="auto"><path d="M0,-5L10,0L0,5" style="fill: rgb(75, 148, 196);"></path></marker></defs> <g><path id="1" d="M438,360A468.0042734847621,468.0042734847621 0 0,1 204,359" gtype="author" class="link in" marker-end="url(#author_in_1)" style="stroke-width: 6.45293; stroke: rgb(228, 130, 104);"></path><path id="1" d="M204,359A468.0042734847621,468.0042734847621 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_1)" style="stroke-width: 7.22495; stroke: rgb(107, 172, 208);"></path><path id="2" d="M438,360A468.12391521903686,468.12391521903686 0 0,1 206,329" gtype="author" class="link in" marker-end="url(#author_in_2)" style="stroke-width: 5.25884; stroke: rgb(228, 130, 104);"></path><path id="2" d="M206,329A468.12391521903686,468.12391521903686 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_2)" style="stroke-width: 5.26026; stroke: rgb(107, 172, 208);"></path><path id="3" d="M438,360A468.1751808885217,468.1751808885217 0 0,1 212,299" gtype="author" class="link in" marker-end="url(#author_in_3)" style="stroke-width: 7.17692; stroke: rgb(228, 130, 104);"></path><path id="3" d="M212,299A468.1751808885217,468.1751808885217 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_3)" style="stroke-width: 4.44685; stroke: rgb(107, 172, 208);"></path><path id="4" d="M438,360A468,468 0 0,1 222,270" gtype="author" class="link in" marker-end="url(#author_in_4)" style="stroke-width: 7.72279; stroke: rgb(228, 130, 104);"></path><path id="4" d="M222,270A468,468 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_4)" style="stroke-width: 4.21459; stroke: rgb(107, 172, 208);"></path><path id="5" d="M438,360A468.60644468466285,468.60644468466285 0 0,1 235,243" gtype="author" class="link in" marker-end="url(#author_in_5)" style="stroke-width: 5.14423; stroke: rgb(228, 130, 104);"></path><path id="5" d="M235,243A468.60644468466285,468.60644468466285 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_5)" style="stroke-width: 2.57063; stroke: rgb(107, 172, 208);"></path><path id="6" d="M438,360A469.23341739479724,469.23341739479724 0 0,1 252,217" gtype="author" class="link in" marker-end="url(#author_in_6)" style="stroke-width: 8.766; stroke: rgb(228, 130, 104);"></path><path id="6" d="M252,217A469.23341739479724,469.23341739479724 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_6)" style="stroke-width: 4.03085; stroke: rgb(107, 172, 208);"></path><path id="7" d="M438,360A468.10682541488325,468.10682541488325 0 0,1 273,194" gtype="author" class="link in" marker-end="url(#author_in_7)" style="stroke-width: 6.29767; stroke: rgb(228, 130, 104);"></path><path id="7" d="M273,194A468.10682541488325,468.10682541488325 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_7)" style="stroke-width: 2.89349; stroke: rgb(107, 172, 208);"></path><path id="8" d="M438,360A469.23341739479724,469.23341739479724 0 0,1 295,174" gtype="author" class="link in" marker-end="url(#author_in_8)" style="stroke-width: 5.14127; stroke: rgb(228, 130, 104);"></path><path id="8" d="M295,174A469.23341739479724,469.23341739479724 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_8)" style="stroke-width: 2.18235; stroke: rgb(107, 172, 208);"></path><path id="9" d="M438,360A468.60644468466285,468.60644468466285 0 0,1 321,157" gtype="author" class="link in" marker-end="url(#author_in_9)" style="stroke-width: 5.37314; stroke: rgb(228, 130, 104);"></path><path id="9" d="M321,157A468.60644468466285,468.60644468466285 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_9)" style="stroke-width: 2.00778; stroke: rgb(107, 172, 208);"></path><path id="10" d="M438,360A468,468 0 0,1 348,144" gtype="author" class="link in" marker-end="url(#author_in_10)" style="stroke-width: 5.86405; stroke: rgb(228, 130, 104);"></path><path id="10" d="M348,144A468,468 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_10)" style="stroke-width: 2.07548; stroke: rgb(107, 172, 208);"></path><path id="11" d="M438,360A468.1751808885217,468.1751808885217 0 0,1 377,134" gtype="author" class="link in" marker-end="url(#author_in_11)" style="stroke-width: 6.04124; stroke: rgb(228, 130, 104);"></path><path id="11" d="M377,134A468.1751808885217,468.1751808885217 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_11)" style="stroke-width: 1.94588; stroke: rgb(107, 172, 208);"></path><path id="12" d="M438,360A468.12391521903686,468.12391521903686 0 0,1 407,128" gtype="author" class="link in" marker-end="url(#author_in_12)" style="stroke-width: 5.73344; stroke: rgb(228, 130, 104);"></path><path id="12" d="M407,128A468.12391521903686,468.12391521903686 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_12)" style="stroke-width: 1.48662; stroke: rgb(107, 172, 208);"></path><path id="13" d="M438,360A468,468 0 0,1 438,126" gtype="author" class="link in" marker-end="url(#author_in_13)" style="stroke-width: 7.67804; stroke: rgb(228, 130, 104);"></path><path id="13" d="M438,126A468,468 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_13)" style="stroke-width: 1.6694; stroke: rgb(107, 172, 208);"></path><path id="14" d="M438,360A467.8632278775497,467.8632278775497 0 0,1 468,128" gtype="author" class="link in" marker-end="url(#author_in_14)" style="stroke-width: 7.09695; stroke: rgb(228, 130, 104);"></path><path id="14" d="M468,128A467.8632278775497,467.8632278775497 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_14)" style="stroke-width: 1.15858; stroke: rgb(107, 172, 208);"></path><path id="15" d="M438,360A467.65799469270274,467.65799469270274 0 0,1 498,134" gtype="author" class="link in" marker-end="url(#author_in_15)" style="stroke-width: 5.41593; stroke: rgb(228, 130, 104);"></path><path id="15" d="M498,134A467.65799469270274,467.65799469270274 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_15)" style="stroke-width: 1.02464; stroke: rgb(107, 172, 208);"></path><path id="16" d="M438,360A467.2344165405626,467.2344165405626 0 0,1 527,144" gtype="author" class="link in" marker-end="url(#author_in_16)" style="stroke-width: 5.1826; stroke: rgb(228, 130, 104);"></path><path id="16" d="M527,144A467.2344165405626,467.2344165405626 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_16)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path><path id="17" d="M438,360A468.60644468466285,468.60644468466285 0 0,1 555,157" gtype="author" class="link in" marker-end="url(#author_in_17)" style="stroke-width: 5.38881; stroke: rgb(228, 130, 104);"></path><path id="17" d="M555,157A468.60644468466285,468.60644468466285 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_17)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path><path id="18" d="M438,360A468.0170937049201,468.0170937049201 0 0,1 580,174" gtype="author" class="link in" marker-end="url(#author_in_18)" style="stroke-width: 5.66861; stroke: rgb(228, 130, 104);"></path><path id="18" d="M580,174A468.0170937049201,468.0170937049201 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_18)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path><path id="19" d="M438,360A468.10682541488325,468.10682541488325 0 0,1 603,194" gtype="author" class="link in" marker-end="url(#author_in_19)" style="stroke-width: 5.67867; stroke: rgb(228, 130, 104);"></path><path id="19" d="M603,194A468.10682541488325,468.10682541488325 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_19)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path><path id="20" d="M438,360A467.64944135538104,467.64944135538104 0 0,1 623,217" gtype="author" class="link in" marker-end="url(#author_in_20)" style="stroke-width: 5.73084; stroke: rgb(228, 130, 104);"></path><path id="20" d="M623,217A467.64944135538104,467.64944135538104 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_20)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path><path id="21" d="M438,360A466.8747155286951,466.8747155286951 0 0,1 640,243" gtype="author" class="link in" marker-end="url(#author_in_21)" style="stroke-width: 5.7994; stroke: rgb(228, 130, 104);"></path><path id="21" d="M640,243A466.8747155286951,466.8747155286951 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_21)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path><path id="22" d="M438,360A468,468 0 0,1 654,270" gtype="author" class="link in" marker-end="url(#author_in_22)" style="stroke-width: 6.16985; stroke: rgb(228, 130, 104);"></path><path id="22" d="M654,270A468,468 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_22)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path><path id="23" d="M438,360A468.1751808885217,468.1751808885217 0 0,1 664,299" gtype="author" class="link in" marker-end="url(#author_in_23)" style="stroke-width: 6.36729; stroke: rgb(228, 130, 104);"></path><path id="23" d="M664,299A468.1751808885217,468.1751808885217 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_23)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path><path id="24" d="M438,360A468.12391521903686,468.12391521903686 0 0,1 670,329" gtype="author" class="link in" marker-end="url(#author_in_24)" style="stroke-width: 6.84808; stroke: rgb(228, 130, 104);"></path><path id="24" d="M670,329A468.12391521903686,468.12391521903686 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_24)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path><path id="25" d="M438,360A468,468 0 0,1 672,360" gtype="author" class="link in" marker-end="url(#author_in_25)" style="stroke-width: 6.89618; stroke: rgb(228, 130, 104);"></path><path id="25" d="M672,360A468,468 0 0,1 438,360" gtype="author" class="link out" marker-end="url(#author_out_25)" style="stroke-width: 0; stroke: rgb(107, 172, 208);"></path></g><g><circle id="0" class="hl-circle" xpos="438.3" ypos="360" cx="438.3" cy="360" gtype="author" r="17.37736889132799" style="fill: rgb(255, 255, 255); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="1" class="hl-circle" xpos="204.54000000000002" ypos="359.99999999999994" cx="204.54000000000002" cy="359.99999999999994" gtype="author" r="17.37736889132799" style="fill: rgb(230, 238, 242); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="2" class="hl-circle" xpos="206.53984920525812" ypos="329.48819730664076" cx="206.53984920525812" cy="329.48819730664076" gtype="author" r="14.293636194212073" style="fill: rgb(242, 239, 238); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="3" class="hl-circle" xpos="212.50517884666743" ypos="299.49846001683466" cx="212.50517884666743" cy="299.49846001683466" gtype="author" r="15.548818257795217" style="fill: rgb(245, 180, 151); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="4" class="hl-circle" xpos="222.3339204801616" ypos="270.5439208503366" cx="222.3339204801616" cy="270.5439208503366" gtype="author" r="15.957831876350143" style="fill: rgb(238, 156, 126); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="5" class="hl-circle" xpos="235.8579016113496" ypos="243.12" cx="235.8579016113496" cy="243.12" gtype="author" r="11.509038349846808" style="fill: rgb(229, 133, 106); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="6" class="hl-circle" xpos="252.84572317352092" ypos="217.69592835492142" cx="252.84572317352092" cy="217.69592835492142" gtype="author" r="16.997284519309236" style="fill: rgb(225, 122, 98); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="7" class="hl-circle" xpos="273.00671882983266" ypos="194.70671882983265" cx="273.00671882983266" cy="194.70671882983265" gtype="author" r="13.202967607660561" style="fill: rgb(224, 120, 97); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="8" class="hl-circle" xpos="295.9959283549215" ypos="174.54572317352086" cx="295.9959283549215" cy="174.54572317352086" gtype="author" r="11.124757437431896" style="fill: rgb(214, 97, 81); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="9" class="hl-circle" xpos="321.41999999999996" ypos="157.55790161134962" cx="321.41999999999996" cy="157.55790161134962" gtype="author" r="11.252983180490105" style="fill: rgb(202, 73, 67); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="10" class="hl-circle" xpos="348.84392085033664" ypos="144.03392048016158" cx="348.84392085033664" cy="144.03392048016158" gtype="author" r="11.942311570583632" style="fill: rgb(199, 67, 64); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="11" class="hl-circle" xpos="377.7984600168347" ypos="134.20517884666737" cx="377.7984600168347" cy="134.20517884666737" gtype="author" r="12.051513741860159" style="fill: rgb(190, 53, 57); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="12" class="hl-circle" xpos="407.78819730664077" ypos="128.2398492052581" cx="407.78819730664077" cy="128.2398492052581" gtype="author" r="11.238331753475599" style="fill: rgb(160, 24, 43); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="13" class="hl-circle" xpos="438.3" ypos="126.24000000000001" cx="438.3" cy="126.24000000000001" gtype="author" r="13.912521769426306" style="fill: rgb(155, 20, 41); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="14" class="hl-circle" xpos="468.81180269335925" ypos="128.2398492052581" cx="468.81180269335925" cy="128.2398492052581" gtype="author" r="12.768043761923437" style="fill: rgb(120, 5, 34); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="15" class="hl-circle" xpos="498.80153998316524" ypos="134.20517884666737" cx="498.80153998316524" cy="134.20517884666737" gtype="author" r="10.37604562003427" style="fill: rgb(110, 2, 32); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="16" class="hl-circle" xpos="527.7560791496634" ypos="144.03392048016158" cx="527.7560791496634" cy="144.03392048016158" gtype="author" r="9.997781824239718" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="17" class="hl-circle" xpos="555.18" ypos="157.5579016113496" cx="555.18" cy="157.5579016113496" gtype="author" r="10.28985018518501" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="18" class="hl-circle" xpos="580.6040716450785" ypos="174.54572317352083" cx="580.6040716450785" cy="174.54572317352083" gtype="author" r="10.681623471140485" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="19" class="hl-circle" xpos="603.5932811701673" ypos="194.70671882983265" cx="603.5932811701673" cy="194.70671882983265" gtype="author" r="10.69562136892354" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="20" class="hl-circle" xpos="623.7542768264791" ypos="217.69592835492142" cx="623.7542768264791" cy="217.69592835492142" gtype="author" r="10.768116376773866" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="21" class="hl-circle" xpos="640.7420983886503" ypos="243.11999999999995" cx="640.7420983886503" cy="243.11999999999995" gtype="author" r="10.863170027583081" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="22" class="hl-circle" xpos="654.2660795198384" ypos="270.54392085033663" cx="654.2660795198384" cy="270.54392085033663" gtype="author" r="11.372621250684029" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="23" class="hl-circle" xpos="664.0948211533325" ypos="299.4984600168347" cx="664.0948211533325" cy="299.4984600168347" gtype="author" r="11.64167882578499" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="24" class="hl-circle" xpos="670.060150794742" ypos="329.4881973066407" cx="670.060150794742" cy="329.4881973066407" gtype="author" r="12.291025364146893" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle><circle id="25" class="hl-circle" xpos="672.06" ypos="360" cx="672.06" cy="360" gtype="author" r="12.355614803636167" style="fill: rgb(103, 0, 31); stroke: black; stroke-width: 0.5; cursor: pointer;"></circle></g><g></g><g></g><g><text id="0" class="hl-text node-ego-text" gtype="author" x="438.3" y="410" text-anchor="middle" style="fill: black;">John L Hennessy</text><text id="1" class="hl-text node-text" gtype="author" x="182.16263110867203" y="359.99999999999994" text-anchor="end" style="fill: gray;">Anoop Gupta</text><text id="2" class="hl-text node-text" gtype="author" x="187.24621301104605" y="329.48819730664076" text-anchor="end" style="fill: gray;">Anant Agarwal</text><text id="3" class="hl-text node-text" gtype="author" x="191.9563605888722" y="299.49846001683466" text-anchor="end" style="fill: gray;">David A Patterson</text><text id="4" class="hl-text node-text" gtype="author" x="201.37608860381147" y="270.5439208503366" text-anchor="end" style="fill: gray;">Jaswinder Pal Singh</text><text id="5" class="hl-text node-text" gtype="author" x="219.3488632615028" y="243.12" text-anchor="end" style="fill: black;">Michel Dubois</text><text id="6" class="hl-text node-text" gtype="author" x="230.8484386542117" y="217.69592835492142" text-anchor="end" style="fill: gray;">Mark D Hill</text><text id="7" class="hl-text node-text" gtype="author" x="254.8037512221721" y="194.70671882983265" text-anchor="end" style="fill: black;">David A Wood</text><text id="8" class="hl-text node-text" gtype="author" x="279.8711709174896" y="174.54572317352086" text-anchor="end" style="fill: gray;">Kourosh Gharachorloo</text><text id="9" class="hl-text node-text" gtype="author" x="305.16701681950985" y="156.2579016113496" text-anchor="end" style="fill: gray;">Josep Torrellas</text><text id="10" class="hl-text node-text" gtype="author" x="331.901609279753" y="140.13392048016158" text-anchor="end" style="fill: gray;">Sarita V Adve</text><text id="11" class="hl-text node-text" gtype="author" x="360.74694627497456" y="121.20517884666737" text-anchor="end" style="fill: black;">Erik Hagersten</text><text id="12" class="hl-text node-text" gtype="author" x="407.78819730664077" y="106.73984920525811" text-anchor="end" style="fill: black;">Margaret Martonosi</text><text id="13" class="hl-text node-text" gtype="author" x="438.3" y="89.84" text-anchor="middle" style="fill: black;">Per Stenstrom</text><text id="14" class="hl-text node-text" gtype="author" x="468.81180269335925" y="106.73984920525811" text-anchor="start" style="fill: black;">Trevor N Mudge</text><text id="15" class="hl-text node-text" gtype="author" x="514.1775856031995" y="121.20517884666737" text-anchor="start" style="fill: black;">Kunle Olukotun</text><text id="16" class="hl-text node-text" gtype="author" x="542.7538609739031" y="140.13392048016158" text-anchor="start" style="fill: black;">Prabhat Mishra</text><text id="17" class="hl-text node-text" gtype="author" x="570.469850185185" y="156.25790161134958" text-anchor="start" style="fill: black;">David B Whalley</text><text id="18" class="hl-text node-text" gtype="author" x="596.285695116219" y="174.54572317352083" text-anchor="start" style="fill: black;">Pierfrancesco Foglia</text><text id="19" class="hl-text node-text" gtype="author" x="619.2889025390908" y="194.70671882983265" text-anchor="start" style="fill: black;">Guang R Gao</text><text id="20" class="hl-text node-text" gtype="author" x="639.5223932032529" y="217.69592835492142" text-anchor="start" style="fill: black;">Miroslav N Velev</text><text id="21" class="hl-text node-text" gtype="author" x="656.6052684162335" y="243.11999999999995" text-anchor="start" style="fill: black;">Mahmut T Kandemir</text><text id="22" class="hl-text node-text" gtype="author" x="670.6387007705224" y="270.54392085033663" text-anchor="start" style="fill: black;">Cosimo Antonio Prete</text><text id="23" class="hl-text node-text" gtype="author" x="680.7364999791175" y="299.4984600168347" text-anchor="start" style="fill: black;">Francky Catthoor</text><text id="24" class="hl-text node-text" gtype="author" x="687.3511761588888" y="329.4881973066407" text-anchor="start" style="fill: black;">Roberto Giorgi</text><text id="25" class="hl-text node-text" gtype="author" x="689.4156148036361" y="360" text-anchor="start" style="fill: black;">Nikil D Dutt</text></g></svg><br/> <p style="display: block; margin: 25 auto 5 auto; text-align: center; width: 70%">Flowers are made up of a centre node (John Hennessy in the flower above), many outer nodes (the red/blue circles with corresonding names) and up to two arrows between the centre node and each of the outer nodes. The graphics below explain how the information is presented</p> <!-- Influence flow legend --> <svg style="display: block; margin:0 auto;" width="415" height="180"> <defs> <marker id="redarrow" viewBox="0 -5 10 10" refX="10" refY="0" markerWidth="15" markerHeight="15" markerUnits="userSpaceOnUse" orient="auto"> <path d="M0,-5L10,0L0,5" style="fill: rgb(228, 130, 104); stroke: rgb(228, 130, 104); opacity: 1;" marker-end="url(#redarrow)"></path> </marker> <marker id="bluearrow" viewBox="0 -5 10 10" refX="10" refY="0" markerWidth="15" markerHeight="15" markerUnits="userSpaceOnUse" orient="auto"> <path d="M0,-5L10,0L0,5" style="fill: rgb(107, 172, 208); stroke: rgb(107, 172, 208); opacity: 1;" marker-end="url(#bluearrow)"></path> </marker> </defs> <g> <circle class="hl-circle" cx="60" cy="40" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <path marker-end="url(#redarrow)" d="M75,40L140,40M155,40" style="stroke-width: 3; stroke: rgb(228, 130, 104);"></path> <path marker-end="url(#redarrow)" d="M165,40L240,40M245,40" style="stroke-width: 6; stroke: rgb(228, 130, 104);"></path> <path marker-end="url(#redarrow)" d="M255,40L330,40M337,40" style="stroke-width: 9; stroke: rgb(228, 130, 104);"></path> <circle class="hl-circle" cx="355" cy="40" r="15" style="fill: rgb(251, 215, 196); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <text class="hl-text node-text" x="65" y="70" text-anchor="left" style="fill: black;">Size of centre's influence on outer node</text> <circle class="hl-circle" cx="60" cy="120" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <path marker-end="url(#bluearrow)" d="M160,120L85,120M78,120" style="stroke-width: 9; stroke: rgb(107, 172, 208);"></path> <path marker-end="url(#bluearrow)" d="M250,120L175,120M170,120" style="stroke-width: 6; stroke: rgb(107, 172, 208);"></path> <path marker-end="url(#bluearrow)" d="M340,120L265,120M260,120" style="stroke-width: 3; stroke: rgb(107, 172, 208);"></path> <circle class="hl-circle" cx="355" cy="120" r="15" style="fill: rgb(205, 227, 238); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <text class="hl-text node-text" x="65" y="160" text-anchor="left" style="fill: black;">Size of outer node's influence on centre node</text> </g> <g> </g> </svg><br/> <!-- Node colour legend --> <svg style="display: block; margin:0 auto;" width="450" height="80"> <g> <circle id="col-leg-1" class="hl-circle" cx="75" cy="30" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="col-leg-2" class="hl-circle" cx="125" cy="30" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="col-leg-3" class="hl-circle" cx="175" cy="30" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="col-leg-4" class="hl-circle" cx="225" cy="30" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="col-leg-5" class="hl-circle" cx="275" cy="30" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="col-leg-6" class="hl-circle" cx="325" cy="30" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="col-leg-7" class="hl-circle" cx="375" cy="30" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> </g> <g> <text class="hl-text node-text" x="75" y="70" text-anchor="left" style="fill: black;">Node's out going (blue) vs incoming (red) influence</text> </g> </svg> <script> var colours = d3.interpolateRdBu; for (var i=1;i<8;i++){ var circle = document.getElementById('col-leg-'+i); circle.style.fill = colours(0.8 - 0.1*i); } </script><br/> <!-- Node size legend --> <svg style="display: block; margin:0 auto;" width="450" height="80"> <g> <circle id="size-leg-1" class="hl-circle" cx="75" cy="30" r="9" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="size-leg-2" class="hl-circle" cx="125" cy="30" r="11" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="size-leg-3" class="hl-circle" cx="175" cy="30" r="13" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="size-leg-4" class="hl-circle" cx="225" cy="30" r="15" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="size-leg-5" class="hl-circle" cx="275" cy="30" r="17" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="size-leg-6" class="hl-circle" cx="325" cy="30" r="19" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <circle id="size-leg-7" class="hl-circle" cx="375" cy="30" r="21" style="fill: rgb(255, 255, 255); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> </g> <g> <text class="hl-text node-text" x="75" y="70" text-anchor="left" style="fill: black;">Total flow of influence between outer and centre node</text> </g> </svg> <script> var colours = d3.interpolateRdBu; for (var i=1;i<8;i++){ var circle = document.getElementById('size-leg-'+i); circle.style.fill = colours(0.7); } </script><br/> <!-- Coauthor node legend --> <svg style="display: block; margin:0 auto;" width="450" height="80"> <g> <circle id="coauth-leg-1" class="hl-circle" cx="20" cy="30" r="15" style="fill: rgb(242, 239, 238); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <text class="hl-text node-text" x="45" y="35" text-anchor="left" style="fill: grey;">Co-author of centre node</text> <circle id="coauth-leg-2" class="hl-circle" cx="225" cy="30" r="15" style="fill: rgb(242, 239, 238); stroke-width: 1; stroke: #000; cursor: pointer;"></circle> <text class="hl-text node-text" x="250" y="35" text-anchor="left" style="fill: black;">Not a co-author of centre node</text> </g> <g> </g> </svg> </div> </div> </body> </html> <script> var flowerLoadingModal = document.getElementById("loading-flower-modal"); function goToFlower(data){ if (data['empty_query']){ function fade_alert(){$("#empty_selection_alert").fadeToggle()}; fade_alert() setTimeout(fade_alert, 4000); return }; var latestSearchOption = []; $(".entity-type-btn.selected-entity").each(function(){ latestSearchOption.push(this.dataset.entitytype) }); modal_display_function = make_modal(flowerLoadingModal); setTimeout(modal_display_function, 2000); data['option'] = latestSearchOption[0]; postData('/submit/', data, ''); } setContinueFunction(goToFlower); </script>