<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Codd's World: Topics and their Evolution in the Database Community Publication Graph</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Rutuja Shivraj Pawar</string-name>
          <email>rutuja.pawar@ovgu.de</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sepideh Sobhgol</string-name>
          <email>sepideh.sobhgol@st.ovgu.de</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gabriel Campero Durand</string-name>
          <email>campero@ovgu.de</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marcus Pinnecke</string-name>
          <email>pinnecke@ovgu.de</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Broneske</string-name>
          <email>david.broneske@ovgu.de</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gunter Saake</string-name>
          <email>saake@ovgu.de</email>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Otto-von-Guericke University Magdeburg Germany</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <abstract>
        <p>Scholarly network analysis is the study of a scienti c research network aiming to discover meaningful insights and making datadriven research decisions. Analyzing such networks has become increasingly challenging, due to the amount of scienti c research that is added every day. Furthermore, online resources often include information from other online sources (e.g., academic social platforms), enabling to study networks on a larger and more complex scope. In this paper, we present a study on a speci c research network: The (relational) database community publication graph, that we call Codd's World; a transitive closure over citations from the foundational work of E.F. Codd. We speci cally analyze the topics of the published papers, the relevance of authors and papers, and how this relates to raw publication counts. Among our ndings, we show that topic modeling can be a useful entry point for scholarly network analysis.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Rapid advancements in science and research leads to enormous
amounts of digital scholarly data being produced and collected
every day [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. This scholarly data can be in the form of scienti c
publications, books, teaching materials, and many other scholarly
sources of information made available on the Web. Apart from the
volume of scholarly data, there is a meaningful variety of
connections in this data. For instance, papers are connected through
citations, authors are connected in networks of collaboration, and there
are many other embedded relationships. As a consequence, in the
world of research, understanding relevant work and its scienti c
impact has become more and more challenging. One approach that
allows modeling the relevance of papers by leveraging the
networks in which they are embedded is scholarly network analysis
(SNA).
      </p>
      <p>
        SNA proposes to study the underlying structure of a
scholarly network, helping the research community to implement
datadriven decisions. SNA compromises of at least seven points of
interest: (i) authors collaborating on papers (co-authorship networks),
(ii) documents referencing each other (citation networks), (iii)
documents cited together (co-citation networks), (iv) documents that
cite other documents in a similar manner (bibliographical
coupling), (v) content clusters in document sets (topic networks), (vi)
word clusters occurring together (co-words), and (vii) any
diversity of types and relationships (heterogeneous networks) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Some
example SNA studies to mine knowledge from these scholarly
networks include analyzing the citation relationships to evaluate the
impact of a given paper or an author [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] or studying co-author
behavior to identify the scienti c community distribution [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
Furthermore, topic network analysis (TNA) can be used to extract the
underlying topics from a corpus in terms of word distribution and
also the a nity of each document to a topic. Discovering the
topics unveils the underlying structure of the data and thus better
serves as a rst step towards SNA. Furthermore, the visualization
of the extracted topics can lead to discovering topic evolution over
time [
        <xref ref-type="bibr" rid="ref5 ref6 ref7">5–7</xref>
        ].
      </p>
      <p>
        Main Contributions: In this paper we undertake an SNA
study over a sub-network from the DBLP dataset of computer science
publications [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] with TNA as our starting point towards
understanding this complex network structure. Speci cally, we select
a network that corresponds to the (relational) database in uence
community. We call this speci c network Codd’s World. Our main
contributions can be summarized as follows:
(i) Unlike previous studies about the database community, which
have restricted the community to encompass papers
appearing in top database venues, like VLDB, ICDE, EDBT and
SIGMOD [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]; in this paper we identify the community by
using the foundational work of E.F. Codd [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] as a starting
point, and collect all papers transitively related to this work
through citation relationships. As a result, we expect our work
to show a more diverse view of the database community,
spanning in uences beyond the top database venues.
(ii) Unlike previous studies about the database community, in
our work, we propose to consider topics as an important
dimension to understand the underlying structure of the
publication network; and how it can be a rst step for
visualizing the content and discovering meaningful trends. Hence,
this paper presents a detailed description of how unveiling
the research topics was utilized as the rst step towards SNA
on the database publication graph. We complement this
approach by analyzing relevance and the role of self-citations.
      </p>
      <p>The rest of the paper is structured as follows: The relevant basic
background is presented in Sec. 2. The SNA carried out with the</p>
      <p>RAW Graph
results answering the formulated research questions is detailed in
Section 3. Section 4 concludes the paper discussing the next steps
in this research direction.
2.</p>
    </sec>
    <sec id="sec-2">
      <title>BACKGROUND</title>
      <p>In this section we provide background on concepts and terms
used in this work. We start with SNA (Section 2.1), continue with
topic models (Section 2.2), relevance ranking (Section 2.3) and end
with detection of self citations (Section 2.4).
2.1</p>
    </sec>
    <sec id="sec-3">
      <title>Scholarly Network Analysis</title>
      <p>
        Figure 1 shows various aspects of SNA depicting the seven types
of networks usually considered for SNA on RAW graphs. Further
elaborating on their functionality, Citation and co-citation
network analysis is used to nd relationships between cited papers
and a set of papers which cite those papers. Moreover, citation
analysis can be employed in community detection which is one
of the fundamental tasks of network analysis [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Bibliographic
coupling also employs citation analysis to link documents which
reference a common third cited work in their bibliography [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
Co-authorship network analysis can be used to nd scienti c
collaboration between authors [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] depicting how individual
scientic ideas of authors can get together through collaboration to cause
an explosion of scienti c ndings. Through co-word analysis [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ],
it is possible to identify the relationships between subjects in the
speci c eld of research through nding the co-occurrence of
keywords which helps to examine the development of science in
speci c areas. Discovering citation evolution over time or future
citation through coupling co-authorship and citation networks can
be considered as a task of heterogeneous network analysis [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
2.2
      </p>
    </sec>
    <sec id="sec-4">
      <title>Topic Models</title>
      <p>
        Topic Models (TMs) are unsupervised learning models that, when
given a set of documents as input, learn the underlying topics in
terms of word distribution and also the a nity of each document
towards a topic [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In SNA, TMs are useful to discover the current
research topics as well as its relevant publications and to identify
topic trends through time. Among the many prevalent topic
modeling techniques, the following have seen a growing utilization
in various applications.
      </p>
      <p>
        Latent Dirichlet Allocation (LDA) LDA is a probabilistic
generative topic model used for modeling of discrete data collections
through learning the relationships between words, topics and
documents [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ]. LDA views each document as a mixture of topics
and through its processing, LDA assigns documents with the
modeled topics. The word distribution in the modeled topics is based
on certain probabilities and helps towards assigning each
document with the identi ed topics.
      </p>
      <p>
        Non-negative Matrix Factorization (NMF) NMF is a
linearalgebra optimization algorithm used for dimensionality
reduction and data analysis [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. NMF factorizes a document-term
matrix (i.e., a matrix representing the frequency of terms in di erent
documents) into two matrices namely the term-feature and the
feature-document, with the property that all the three matrices
will have non-negative elements [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
2.3
      </p>
    </sec>
    <sec id="sec-5">
      <title>Relevance Ranking</title>
      <p>
        A paper is considered to be most in uential if it is cited
more often by other in uential papers in the scholarly network [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
Papers are ranked similar to search engines ranking of web pages,
with the di erence that instead of using the hyperlink network,
the citation network formed by the publications is utilized.
Consequently, this ranking mechanism also helps to determine the most
important authors. In SNA, determining the most in uential
authors based on a ranking mechanism on a collaboration network is
also possible. Ranking mechanisms based on the page rank
algorithm [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], considering collaboration and citation networks were
utilized for our analysis. We used 20 iterations, with a damping
factor of 0.85.
2.4
      </p>
    </sec>
    <sec id="sec-6">
      <title>Self-Citation Detection</title>
      <p>
        A self-citation occurs when a cited publication shares at least
one common author with the publication that cites it [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ].
Selfcitations boost a paper’s citation count for a paper. Self-citations
that are introduced in a new research paper to indicate an extension
to the author’s previous work is considered valid. However,
unveiling these semantic self-citations would require exhaustive
processing. In SNA, understanding these self-citation counts for a paper
uncovers information on whether the authors have attempted to
have a global information coverage on the topic. Considering this
aspect, in our work we study if self-citations have an impact on
the relevance and citation counts of the most relevant papers.
3.
      </p>
    </sec>
    <sec id="sec-7">
      <title>SNA ON CODD’S WORLD</title>
      <p>In this section, we highlight important aspects of the SNA
performed on Codd’s World. We start with the illustration of how
Codd’s World was created, further describe the formulated
research questions, highlight the tooling framework and then present
the detailed output evaluation.
3.1</p>
    </sec>
    <sec id="sec-8">
      <title>Creation of Codd’s World</title>
      <p>
        We choose the bibliographic database for computer science
DBLP [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] as the main source of information with the related
Paper Abstracts curated from the Microsoft Academic Graph [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. We
used the DBLP release of April 2018. To narrow down information
in DBLP speci c to the database community, we take the node of
the foundational paper of Edgar Codd on relational databases [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
Furthermore, all papers with transitive reference relationships to
the main paper node were considered (i.e., papers that cite
transitively the work of Codd), with no limitations on path length.
This leads to the formation of our database community citation
network graph (Codd’s World). Based on this, further sub-graphs
were constructed to form the base of the scholarly network. The
resulting heterogeneous network consisted of four nodes, namely,
(a) authors, (b) papers, (c) venues and (d) journals (cf. Figure 2).
The ve types of relationships in the network consisted of
authorship, collaboration, belonging to venue, belonging to journal and
citation. Taken together, these nodes and relationships formed the
database of our scholarly network1, which was then further used
      </p>
      <p>..</p>
      <p>AUTHORED</p>
      <p>...</p>
    </sec>
    <sec id="sec-9">
      <title>Research Questions</title>
      <p>Through our SNA, we answer ve carefully formulated research
questions to understand the scholarly network data. The research
questions answered throughout our analysis of the network data
are:</p>
      <p>RQ1: From topic evolution through time, are there stand-out
topics?
RQ2: Does the use of self-citations have an impact on the
most cited papers per topic per year?
RQ3: Does the use of self-citations have an impact on the
most in uential papers per topic per year?
RQ4: Does the use of self-citations have an impact on the
citations per topic per year?
RQ5: Is their a di erence among the most important authors
per topic, looking at collaboration only, citation only, and
mixed, while considering self-citations or not?</p>
      <p>We further describe the utilized tooling and analysis framework
and then present a detailed evaluation of the research questions.
3.3</p>
    </sec>
    <sec id="sec-10">
      <title>Tools</title>
      <p>We now describe the tools utilized towards answering the
formulated research questions through the description of the topic
modeling framework with its various aspects concerning topic
model selection and the optimal number of topics estimation.
Additionally, further analysis carried out is also detailed.</p>
      <p>Topic Modeling Framework Since the main aim of the analysis
was the extraction of meaningful and frequent topics from the
paper abstract, a framework for Topic Modeling was implemented in</p>
      <sec id="sec-10-1">
        <title>1Datasets available online:</title>
        <p>ftp://itidbftppublic:dbse0Run41rP@ftpiti.cs.uni-magdeburg.de/
upload/protolabs/datasets/as-is/codds-world/2019-02</p>
        <p>
          Python 3.02. The framework utilizes the Python library TOM
(TOpic Modeling) [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] for topic extraction using LDA or NMF. TOM
library was selected after a careful examination of its o ered
functionality and the relevant research study utilizing it [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. This
developed framework was mainly used to visualize and answer RQ1.
Topic Model Selection As presented in Section 2.2, there are
two approaches that can be used for topic modeling. We applied
both techniques, NMF and LDA, and inspected the output of both
the TMs on our data set. We found out that the topics given by
NMF provided better understanding and were more interpretable
when compared to the topics given by LDA. Hence, we use NMF
throughout this work for topic modeling.
        </p>
        <p>Optimal Number of Topics Estimation Estimating the
optimal number of topics is a crucial part of topic modeling. If the
number is too small the topics will be vague and if the number is
too large the topics will be redundant and overlap too much. The
estimation of the ideal number of topics as 30 was based on the
size of the input dataset, following the Greene metric over top 10
words.</p>
        <p>Further Analysis The further analysis on the dataset to answer
RQ2 - RQ4, used the graph database Neo4j3to store and retrieve
connected data using its query language, Cypher. The nodes and
their relationships were loaded into Neo4j and queries written in
Cypher were utilized to obtain results for the respective research
questions. For the Page Rank Algorithm required for RQ3 and RQ5,
to identify the most in uential paper and most in uential author
respectively, we employed the default provided by Neo4j. The
scores were calculated with a Cypher query which implements the
page rank algorithm in Neo4j. In order to nd the most in uential
paper and most in uential author, the graph of Codd’s World was
enriched with the calculated page rank scores and fed back into
Neo4j.</p>
        <p>Design and Assumptions The following assumptions were
made prior to the analysis:
(i) The input dataset used for analysis only consists of papers
that cite transitively the work of Codd and is assumed to have
no duplicate authors.
(ii) The tools and techniques used for analysis are assumed to
serve their purpose e ciently. Accordingly, the analysis
results were formulated and validated based on the best of the
knowledge of the authors.</p>
        <p>Considering these design and assumptions we further analyzed
the scholarly network.
3.4</p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>Evaluation</title>
      <p>In this part, we analyze the results of our SNA in order to answer
our research questions RQ1 - RQ5. However, due to space
limitations, we have included the detailed output results of the SNA along
with the related Cypher queries as a separate technical analysis
report which is available online4.
3.4.1</p>
      <p>RQ1: Evolution of Topics Through Time
Relevance Visualizing topic evolution depicts popular research
topics, and measures topic change over time, increase or decrease
of importance for a topic and other topic evolutionary
characteristics, thus helping to better understand the research trend in the</p>
      <sec id="sec-11-1">
        <title>2Code available online:</title>
        <p>https://github.com/Rspawar/Scholarly-Network-Analysis.git
3https://neo4j.com/developer/
4https://github.com/Rspawar/Scholarly-Network-Analysis/blob/
master/Technical_Analysis_Report.pdf
database eld.</p>
        <p>Results and Discussion Figure 3 shows the evolution of the
identi ed 30 topics over the years, indicating the percentage of
papers from those published in a year that are assigned to a given
topic. It is seen from the gure that only on starting years and end
years, does there seem to be a disproportion towards some topics.
This is due to the data collection and can be dismissed. Some
topics, specially Topics 0 (named Numerical Analysis) (concerning
estimations and cost models) and Topics 5, 11, 19, 26, 28
(Hardware, Algorithms, Temporal Analysis, Distributed Systems,
Information Retrieval) have seen a steady presence in research throughout
the years. Other topics, like 2, 14, 18, 21, 22 (Networking, Image
Processing, Network Analysis, Machine Learning, Video Processing)
have seen an increase in relevance, with Machine Learning’s
increase being remarkable. Among the topics that have seen a relative
decrease interest is Topic 8 (Operating Systems), which played a
larger role in the community during the rst decades shown, but
seems to do less so in recent years.
3.4.2 RQ2: Top Citations per Topic per Year
Relevance Understanding most cited papers helps to measure
the overall scienti c impact made by a paper. Recognizing the most
cited papers per topic per year facilitates deep analysis through
measuring the trends in the scienti c impact along the years.
Results and Discussion Cypher queries were executed to
return the most cited papers for a particular year with and without
self-citation. Tables 1 and 2 summarize the query output for the
year 1970 with and without self-citation. Similarly, the network was
queried for the year 2017. Comparing the tables, it is observed that
the majority of the returned papers with their topics are the same
in both the queries. This suggests that the top papers returned do
not achieve their most cited criteria through self-citation.
Title
A Survey of Analytical Time-Sharing
Models
A relational model of data for large
shared data banks
Optimizing the Performance of a
Drum-Like Storage
Principles of Optimal Page Replacement
TopicName
NumericalAnalysis 3</p>
        <p>Count
DataMining
TemporalAnalysis
Optimization
3
2
1</p>
        <p>Title
A Survey of Analytical Time-Sharing
Models
A relational model of data for large
shared data banks
Optimizing the Performance of a
DrumLike Storage
TopicName</p>
        <p>Count
NumericalAnalysis 3
3.4.3 RQ3: Top Influence per Topic per Year
Relevance Measuring the most in uential paper based on its
ranking in the network is an indicator of high acceptance of the
research work by the scienti c community. Visualizing the top
inuential papers per topic helps to understand the trend of topic
acceptance over the years.</p>
        <p>Results and Discussion Cypher queries were executed to
return the most in uential papers (based on Page Rank score) for
a particular year with and without self-citation. Tables 3 and 4
summarize the query output for a particular year 1970 with and
without self-citation. Similarly, the network was queried for all
the years and also on speci c years like 2017. Observation of the
tables suggests that the highest Page Rank is indeed associated
with the old papers but is not necessarily always true. As
expected, the foundational paper of Edgar Codd on relational databases
remains the most in uential over all the years (with and without
self-citation). The results of this research question cannot be
compared with the results of RQ2 as self-citation makes a di erence
on the network dynamics (given that Page Rank scores depend
on the complete network structure) but not on the citation count
of the most cited papers. Furthermore, we observe that removing
self-citations leads to a higher range for the scores of the most
in uential paper, showing that self-citation does indeed make a
di erence in the scoring, though it does not change the top items
ranked in their in uence.</p>
        <p>Title
A relational model of data for large
shared data banks
Virtual memory
Toward an understanding of data
structures
A schema for describing a relational
data base
Introduction to storage structure
de nition
Time-sharing for OS
TICKETRON: a successfully operating
system without an operating system
Swap-Time Considerations in
TimeShared Systems
A contiuum of time-sharing scheduling
algorithms
Topic Name
DataMining
NumericalAnalysis
NetworkAnalysis
NumericalAnalysis
NumericalAnalysis
TemporalAnalysis
TemporalAnalysis
Applications
DistributedSystems 0.23</p>
        <p>Score
that removing self-citation has a large in uence on the combined
score, a ecting the order of top items in the list. This shows that,
though these kind of citations do not a ect the ranking of top
papers, the sum of these changes as it is aggregated into the score of
an author, creates a di erence. Hence self-citation does in uence
the ranking of the top authors, therefore scoring measures that
dismiss these kind of links, could be a good choice for understanding
authors relevance in the network we study.</p>
        <p>
          Author Name
Scott Shenker
Demetri Terzopoulos
Geo rey E. Hinton
Hari Balakrishnan
Rakesh Agrawal
indicates an increasing trend for the selected topic Machine
Learning over the years. Additionally, running the query for other
topics identi ed no signi cant downtrend for any topic. This could
be given the fact that we have not included information regarding
the distribution of the papers having high citation counts. Power
Law analysis [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] can be used to solve this problem in the future
by drilling down into papers.
3.4.5 RQ5: Top Influential Author per Topic
Relevance Measuring the top in uential author per topic
combined and ranked over all the years, helps to understand the
popular acceptance of the author’s research on a particular topic among
the scienti c community. It is also an indicator of the valuable
contribution made by the author towards the research topic.
Results and Discussion Cypher queries were executed to
return the most in uential authors through combination of Author
Rank and Page Rank on collaboration/co-authorship network for a
particular topic with and without self-citation. We found that
Author Rank alone did not provide insightful information on the top
in uential authors, with possible errors introduced by lack of
author name disambiguation. We also found little di erences when
combining Page Rank and Author Rank, with respect to Page Rank
alone, since the scores on the collaboration network are in a
smaller scale when compared to the scores on the citation network.
Table 5 and 6 summarize the partial output of the top authors
according to a combined AuthorRank and PageRank score, for the
topic Data Mining with and without self-citation. Results show
        </p>
        <p>Author Name
E. F. Codd
Daniel G. Bobrow
Carl Hewitt
Ben Wegbreit
Peter J. Denning</p>
        <p>Score
18399.13
14275.87
12347.67
9271.63
7198.57</p>
      </sec>
    </sec>
    <sec id="sec-12">
      <title>4. RELATED WORK</title>
      <p>
        SNA towards an understanding of the scienti c research
community can be seen as a fast growing research area. This analytical
study carried out and presented in our paper is mainly inspired by
Prof. Dr. Erhard Rahm and Prof. Dr. Andreas Thor work on
Citation analysis of database publications [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Prof. Dr. Erhard
Rahm and David Aumüller work on A liation analysis of
database publications [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. Additionally, Topic Modeling for SNA helps
to extract meaning out of the scholarly information in the form
of research topics. The work which is closely related to our
research [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] is based on a hybrid topic model. Contrary to our research,
where it is required to set a xed number of topics, the hybrid
topic model incorporates a dynamic model which is not based on
a xed number of topics. This dynamic consideration can further
prove bene cial to accurately model and understand the evolving
and ever-changing nature of the scienti c community.
      </p>
    </sec>
    <sec id="sec-13">
      <title>5. CONCLUSION AND FUTURE WORK</title>
      <p>Summarizing, in this paper we introduce the Codd’s World
dataset, and we presenting some early analytical results obtained
through SNA on this dataset. The modeling of the 30 topics
presented the prominent areas of research in the database
community. Interestingly it is observed that the database community, when
considered as an in uence network in Codd’s World, includes
many topics that go beyond databases, such as Machine Learning,
Energy and a few others. This shows the large in uence of
database research on overall computing research. From our evaluation
we can also report a relative downtrend in publications for some
topics like Operating Systems, and uptrends in Machine Learning
and Image Processing. Similarly, we report that no topic has a
dominance in their presence throughout the years, though some
topics like NumericalAnalysis (concerning cost models in databases)
and Hardware show a constant presence through time. Similarly
we show that self-citation plays no big role on the most cited
papers, though it a ects the network structure and thus changes the
scoring, having impact on the long tail of cited papers. We also nd
results suggesting that to date, the collaboration network that we
study is not su cient to evaluate an authors relevance, but that
instead a ranking based on citation networks while removing
selfcitations could be a good choice.</p>
      <p>Future work could improve limitations in this dataset, observed
from authors sharing the same name but being di erent, which
might have introduced errors in the ranking of authors in the
collaboration network. Future work can also consider other
dimensions for SNA on this dataset.</p>
    </sec>
    <sec id="sec-14">
      <title>ACKNOWLEDGMENTS</title>
      <p>The authors would like to thank the reviewers for their
insightful feedback. This work was partially funded by the DFG (grant:
SA 465/50-1).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Feng</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Teshome Megersa Bekele, and Huan Liu.
          <article-title>Big scholarly data: A survey</article-title>
          .
          <source>IEEE Transactions on Big Data</source>
          ,
          <volume>3</volume>
          (
          <issue>1</issue>
          ):
          <fpage>18</fpage>
          -
          <lpage>35</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Erjia</given-names>
            <surname>Yan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ying</given-names>
            <surname>Ding</surname>
          </string-name>
          .
          <article-title>Scholarly networks analysis</article-title>
          .
          <source>In Encyclopedia of Social Network Analysis and Mining</source>
          , pages
          <fpage>1643</fpage>
          -
          <lpage>1651</lpage>
          . Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Mark</given-names>
            <surname>Newman</surname>
          </string-name>
          .
          <source>Networks</source>
          . Oxford university press,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Wei</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Jiaying Liu, Shuo Yu, Chenxin Zhang, Zhenzhen Xu,
          <string-name>
            <given-names>and Feng</given-names>
            <surname>Xia</surname>
          </string-name>
          .
          <article-title>Mining advisor-advisee relationships in scholarly big data: A deep learning approach</article-title>
          .
          <source>In Proceedings of the 16th ACM/IEEE-CS on joint conference on digital libraries</source>
          , pages
          <fpage>209</fpage>
          -
          <lpage>210</lpage>
          . ACM,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Sergey</surname>
            <given-names>I Nikolenko</given-names>
          </string-name>
          , Sergei Koltcov, and
          <string-name>
            <given-names>Olessia</given-names>
            <surname>Koltsova</surname>
          </string-name>
          .
          <article-title>Topic modelling for qualitative studies</article-title>
          .
          <source>Journal of Information Science</source>
          ,
          <volume>43</volume>
          (
          <issue>1</issue>
          ):
          <fpage>88</fpage>
          -
          <lpage>102</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Abram</given-names>
            <surname>Hindle</surname>
          </string-name>
          , Michael W Godfrey, and Richard C Holt.
          <article-title>What's hot and what's not: Windowed developer topic analysis</article-title>
          .
          <source>In Software Maintenance</source>
          ,
          <year>2009</year>
          .
          <article-title>ICSM 2009</article-title>
          . IEEE International Conference on, pages
          <fpage>339</fpage>
          -
          <lpage>348</lpage>
          . IEEE,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Christin</given-names>
            <surname>Katharina Kreutz</surname>
          </string-name>
          .
          <article-title>A hybrid approach for dynamic topic models with uctuating number of topics</article-title>
          .
          <source>In Grundlagen von Datenbanken</source>
          , pages
          <fpage>35</fpage>
          -
          <lpage>40</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Michael</given-names>
            <surname>Ley</surname>
          </string-name>
          .
          <article-title>The dblp computer science bibliography: Evolution, research issues, perspectives</article-title>
          .
          <source>In International symposium on string processing and information retrieval</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . Springer,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Erhard</given-names>
            <surname>Rahm</surname>
          </string-name>
          and
          <string-name>
            <given-names>Andreas</given-names>
            <surname>Thor</surname>
          </string-name>
          .
          <article-title>Citation analysis of database publications</article-title>
          .
          <source>ACM Sigmod Record</source>
          ,
          <volume>34</volume>
          (
          <issue>4</issue>
          ):
          <fpage>48</fpage>
          -
          <lpage>53</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Edgar</surname>
            <given-names>F</given-names>
          </string-name>
          <string-name>
            <surname>Codd</surname>
          </string-name>
          .
          <article-title>A relational model of data for large shared data banks</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>13</volume>
          (
          <issue>6</issue>
          ):
          <fpage>377</fpage>
          -
          <lpage>387</lpage>
          ,
          <year>1970</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <article-title>Satrio Baskoro Yudhoatmojo and Muhammad Arvin Samuar</article-title>
          .
          <article-title>Community detection on citation network of dblp data sample set using linkrank algorithm</article-title>
          .
          <source>Procedia Computer Science</source>
          ,
          <volume>124</volume>
          :
          <fpage>29</fpage>
          -
          <lpage>37</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Kevin</surname>
            <given-names>W Boyack</given-names>
          </string-name>
          and Richard Klavans.
          <article-title>Co-citation analysis, bibliographic coupling, and direct citation: Which citation approach represents the research front most accurately? Journal of the American Society for Information Science</article-title>
          and Technology,
          <volume>61</volume>
          (
          <issue>12</issue>
          ):
          <fpage>2389</fpage>
          -
          <lpage>2404</lpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Tze-Haw Huang</surname>
          </string-name>
          and
          <article-title>Mao Lin Huang. Analysis and visualization of co-authorship networks for understanding academic collaboration and knowledge domain of individual researchers</article-title>
          .
          <source>In Computer Graphics, Imaging and Visualisation</source>
          , 2006 International Conference on, pages
          <fpage>18</fpage>
          -
          <lpage>23</lpage>
          . IEEE,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Qin</given-names>
            <surname>He</surname>
          </string-name>
          .
          <article-title>Knowledge discovery through co-word analysis</article-title>
          .
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Erjia</given-names>
            <surname>Yan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Ying</given-names>
            <surname>Ding</surname>
          </string-name>
          .
          <article-title>Scholarly network similarities: How bibliographic coupling networks, citation networks, cocitation networks, topical networks, coauthorship networks, and coword networks relate to each other</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          ,
          <volume>63</volume>
          (
          <issue>7</issue>
          ):
          <fpage>1313</fpage>
          -
          <lpage>1326</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>David</surname>
            <given-names>M Blei</given-names>
          </string-name>
          , Andrew Y Ng, and
          <string-name>
            <given-names>Michael I</given-names>
            <surname>Jordan</surname>
          </string-name>
          .
          <article-title>Latent dirichlet allocation</article-title>
          .
          <source>Journal of machine Learning research</source>
          ,
          <volume>3</volume>
          (Jan):
          <fpage>993</fpage>
          -
          <lpage>1022</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Thomas L</surname>
          </string-name>
          <article-title>Gri ths</article-title>
          and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Steyvers</surname>
          </string-name>
          .
          <article-title>Finding scienti c topics</article-title>
          .
          <source>Proceedings of the National academy of Sciences</source>
          ,
          <volume>101</volume>
          (
          <issue>suppl 1</issue>
          ):
          <fpage>5228</fpage>
          -
          <lpage>5235</lpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Michael</surname>
            <given-names>W</given-names>
          </string-name>
          <string-name>
            <surname>Berry and Murray Browne</surname>
          </string-name>
          .
          <article-title>Email surveillance using non-negative matrix factorization</article-title>
          .
          <source>Computational &amp; Mathematical Organization Theory</source>
          ,
          <volume>11</volume>
          (
          <issue>3</issue>
          ):
          <fpage>249</fpage>
          -
          <lpage>264</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Daniel</surname>
            <given-names>D</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
            and
            <given-names>H Sebastian</given-names>
          </string-name>
          <string-name>
            <surname>Seung</surname>
          </string-name>
          .
          <article-title>Learning the parts of objects by non-negative matrix factorization</article-title>
          .
          <source>Nature</source>
          ,
          <volume>401</volume>
          (
          <issue>6755</issue>
          ):
          <fpage>788</fpage>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Carl</given-names>
            <surname>Bergstrom</surname>
          </string-name>
          .
          <article-title>Eigenfactor: Measuring the value and prestige of scholarly journals</article-title>
          .
          <source>College &amp; Research Libraries News</source>
          ,
          <volume>68</volume>
          (
          <issue>5</issue>
          ):
          <fpage>314</fpage>
          -
          <lpage>316</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Lawrence</surname>
            <given-names>Page</given-names>
          </string-name>
          , Sergey Brin, Rajeev Motwani, and
          <string-name>
            <given-names>Terry</given-names>
            <surname>Winograd</surname>
          </string-name>
          .
          <article-title>The pagerank citation ranking: Bringing order to the web</article-title>
          .
          <source>Technical report</source>
          , Stanford InfoLab,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Yuxiao</surname>
            <given-names>Dong</given-names>
          </string-name>
          , Hao Ma, Zhihong Shen,
          <string-name>
            <given-names>and Kuansan</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <article-title>A century of science: Globalization of scienti c collaborations, citations, and innovations</article-title>
          .
          <source>In Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          , pages
          <fpage>1437</fpage>
          -
          <lpage>1446</lpage>
          . ACM,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Arnab</surname>
            <given-names>Sinha</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhihong</surname>
            <given-names>Shen</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            <given-names>Song</given-names>
          </string-name>
          , Hao Ma, Darrin Eide, Bo-june Paul Hsu, and
          <string-name>
            <given-names>Kuansan</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <article-title>An overview of microsoft academic service (mas) and applications</article-title>
          .
          <source>In Proceedings of the 24th international conference on world wide web</source>
          , pages
          <fpage>243</fpage>
          -
          <lpage>246</lpage>
          . ACM,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Adrien</given-names>
            <surname>Guille</surname>
          </string-name>
          and
          <string-name>
            <surname>Edmundo-Pavel</surname>
          </string-name>
          Soriano-Morales. Tom:
          <article-title>A library for topic modeling and browsing</article-title>
          .
          <source>In EGC</source>
          , pages
          <fpage>451</fpage>
          -
          <lpage>456</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Adrien</surname>
            <given-names>Guille</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Edmundo-Pavel Soriano-Morales</surname>
          </string-name>
          , and
          <string-name>
            <surname>Ciprian-Octavian Truica</surname>
          </string-name>
          .
          <article-title>Topic modeling and hypergraph mining to analyze the egc conference history</article-title>
          .
          <source>In EGC</source>
          , pages
          <fpage>383</fpage>
          -
          <lpage>394</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Aaron</surname>
            <given-names>Clauset</given-names>
          </string-name>
          , Cosma Rohilla Shalizi, and Mark EJ Newman.
          <article-title>Power-law distributions in empirical data</article-title>
          .
          <source>SIAM review</source>
          ,
          <volume>51</volume>
          (
          <issue>4</issue>
          ):
          <fpage>661</fpage>
          -
          <lpage>703</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>David</given-names>
            <surname>Aumüller</surname>
          </string-name>
          and
          <string-name>
            <given-names>Erhard</given-names>
            <surname>Rahm</surname>
          </string-name>
          .
          <article-title>A liation analysis of database publications</article-title>
          .
          <source>ACM SIGMOD Record</source>
          ,
          <volume>40</volume>
          (
          <issue>1</issue>
          ):
          <fpage>26</fpage>
          -
          <lpage>31</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>