CINXE.COM
InfluenceMap
<!-- Template Name: Corklow Author: <a href="http://www.os-templates.com/">OS Templates</a> Author URI: http://www.os-templates.com/ Licence: Free to use under our free template licence terms Licence URI: http://www.os-templates.com/template-terms --> <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"> <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" class="btn btn-flat bg-white">Gallery</a> <a href="/create" class="btn btn-flat bg-white">Create</a> <a href="https://github.com/csmetrics/influencemap#readme" class="btn btn-flat bg-white" target="_blank">About</a> </div> </nav> </header> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper content-wrapper-home"> <!-- Main content --> <section class="content"> <div class="top-panel"> <div class="project-intro"> <!-- <h3><b>About Influence Map</b></h3> --> <h3><b> Influence flower visualizes citation influences among academic entities, including papers, authors, institutions, and research topics. </b> </h3> <br/> <ul> <li class="arrow-blue">Blue arcs denote incoming influence, with their thickness proportional to the number of references made.</li> <li class="arrow-red">Red arcs denote outgoing influence, with their thickness proportional to the number of citations received.</li> <li >Node sizes and colors reflect the volume and composition of incoming and outgoing influence, see "<a href="#about">Computing influence scores</a>".</li> </ul> <a href="#about">more info<a> <div class="main-menu"> <a href="/browse" class="btn btn-main btn-main-primary"> Flower Gallery </a> <a href="/create" class="btn btn-main btn-main-white"> Create new flowers </a> </div> </div> <div class="background-image"> <img src="/js/maindata/figure_H_Alter.png"></img> </div> </div> <a name=about></a> <!-- <div class="project-info"> <h3><b>Understanding influence flower</b></h3> <div class="project-detail"> We compute influence as a function of paper citations. </div> </div> --> <div class="project-info"> <h3><b>Computing influence scores</b></h3> <div class="project-detail"> Influence scores is a function of paper citations. <!-- <br>Each citation which the ego is apart of contributes to the overall influence map of an ego. --> <div align="center"> <div style="padding: 15px 0; width:60%; min-width:600px"> <img width="100%" src="/images/influence_flow.svg"> </div> </div> Each edge signifies the flow of influence to and from the center node (which could be a researcher, a publication venue, an insitution, or a research field), the strength of this relation is reflected in the thickness of the edge. <ul> <li>The red edges denote the influence the center has towards the outer entities (which can be the same types), i.e., an outer entity citing a paper by the center. The blue edges denote the influence the outer entities have towards the center, i.e., the center cites a paper by an outer entity. </li> <li>The color of the outer nodes denotes the difference between incoming and outgoing influence scores. A blue node indicates that the associated entity has influenced the center more than the center has influenced itself. Likewise, a red node indicates the center has influenced the node's entity more than it has influenced the center. </li> <li>The size of the nodes reflect the total amount of incoming and outgoing influences it has with the center node. </li> </ul> <!-- <div align="center"> <div style="padding: 15px 0; width:60%; min-width:600px"> <img width="55%" src="/images/influence_weight.svg"> </div> </div> --> <p> We normalize the influence contribution by the number of entities in the cited paper, to prevent papers associated with a large number of entities (e.g. authors) from creating an overwhelming amount of influence. </p> Details about influence scores and normalisation choices can be found in Section 4.2 and Appendix B of the <a href="https://arxiv.org/abs/1907.12748" target="_blank"><u>Influence Flower paper</u></a>. </div> </div> <div class="project-info"> <h3><b>Data source and profile</b></h3> <div class="project-detail"> The current influence statistics are computed using the <a href="https://openalex.org/">OpenAlex</a> dataset, which contains comprehensive scientific publication records, citation relationships, as well as metadata about authors, institutions, journals, conferences, and fields of study. The current InfluenceMap is based on the OpenAlex 2023-08-18 release, replacing the previously used <a href="https://www.microsoft.com/en-us/research/project/microsoft-academic-graph/">Microsoft Academic Graph (MAG)</a>, which was retired in December 2021. <p></p> In a nutshell, the whole dataset contains: <li>243 million scientific publications from as early as the 1800s.</li> <li>92 million authors and 102 thousand institutions identified by OpenAlex.</li> <li>65 thousand concepts (fields of study), such as "labour economics" and "algorithms".</li> <li>1.85 billion citation links between publications.</li> <p></p> The transition to OpenAlex offers access to an expanded dataset, enhancing the availability and accuracy of influence statistics. However, some papers and authors may have missing data due to indexing delays or challenges with name entity resolution. Additionally, scoring is based on a dataset snapshot, while entity names are retrieved directly from the OpenAlex API, potentially causing occasional discrepancies between API results and scoring data. </div> </div> <div class="project-info" style="margin-top: 30;padding-bottom:0"> <div class="row detail"> <div class="col-sm-5" style="padding-top: 30px"> <iframe width="100%" height="330" src="https://www.youtube.com/embed/uZDJe0EZEjM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </div> <div class="col-sm-7" style="padding-left: 10%"> <div class="row"> <div class="col-md-12 detail-box" style="padding-bottom: 20px; border-bottom: 1px solid #ddd"> <div class="logo"> <img src="/images/influencemap_logo_network.svg"> </div> The influencemap project is supported by <a href=https://cecs.anu.edu.au/>ANU College of Engineering and Computer Science</a>, and <a href=http://www.sigmm.org/>ACM SIGMM</a>. We thank Microsoft, Semantic Scholar and OpenAlex for sharing the Academic Graph data, and <a href=https://nectar.org.au/about/>NECTAR</a> for providing computing infrastructure. </div> <div class="col-md-6 detail-box"> <h4><b>Our team</b></h4> Lead developer:<br> <ul> <li><a href =https://shinminjeong.github.io/>Minjeong Shin</a></li> </ul> Contributors:<br> <ul> <li><a href=https://academic.davidz.cn/en/>Jiahao Zhang</a></li> <li><a href=https://nab.gl/>Jakub Nabaglo</a></li> <li><a href="https://alexandersoen.github.io/">Alexander Soen</a></li> <li>Benjamin Readshaw</li> </ul> Faculty advisors:<br> <ul> <li><a href=https://users.cecs.anu.edu.au/~xlx/>Lexing Xie</a></li> <li><a href=https://mtchl.net/>Mitchell Whitelaw</a></li> <li><a href=https://users.cecs.anu.edu.au/~steveb/>Stephen Blackburn</a></li> <li><a href=https://users.cecs.anu.edu.au/~kee/>Kee Siong Ng</a></li> </ul> </div> <div class="col-md-6 detail-box"> <h4><b><a href=http://cm.cecs.anu.edu.au/>ANU Computational Media Lab</a></b></h4> Building 145, Science Rd<br> College of Engineering and Computer Science<br> <a href="http://www.anu.edu.au/">The Australian National University</a><br> Canberra, ACT 2601, Australia<br><br> <h4><b>About the project</b></h4> <a href="https://github.com/csmetrics/influencemap">Repository</a><br> <a href="https://github.com/csmetrics/influencemap/issues">Report Issue or Contact the Team</a><br> </div> </div> </div> </div> </div> </section> </div> </div> </body> </html>