1,724,615 research outputs found
Going Beyond Counting First Authors in Author Co-citation Analysis
The present study examines one of the fundamental aspects of author co-citation analysis (ACA) - the way co-citation
counts are defined. Co-citation counting provides the data on which all subsequent statistical analyses and mappings
are based, and we compare ACA results based on two different types of co-citation counting - the traditional type that
only counts the first one among a cited work's authors on the one hand and a non-traditional type that takes into
account the first 5 authors of a cited work on the other hand. Results indicate that the picture produced through this non-traditional author co-citation counting contains more coherent author groups and is therefore considerably clearer. However, this picture represents fewer specialties in the research field being studied than that produced through the traditional first-author co-citation counting when the same number of top-ranked authors is selected and analyzed. Reasons for these effects are discussed
Variations on the Author
“Variations on the Author” discusses two of Eduardo Coutinho’s recent films (Um Dia na Vida, from 2010, and Últimas Conversas, posthumously released in 2015) and their contribution to the general question of documentary authorship. The director’s filmography is characterized by a consistent yet self-effacing form of authorial self-inscription: Coutinho often features as an interviewer that rather than express opinions propels discourses; an interviewer that is good at listening. This mode of self-inscription characterizes him as an author who is not expressive but who is nonetheless markedly present on the screen. In Um Dia na Vida, however, Coutinho is completely absent form the image, while Últimas Conversas, on the contrary, includes a confessional prologue that moves the director from the margins to the center of his films. This article examines the ways in which these works stand out in the filmography of a director who offers new insights into the notion of cinematic authorship
Appropriate Similarity Measures for Author Cocitation Analysis
We provide a number of new insights into the methodological discussion about author cocitation analysis. We first argue that the use of the Pearson correlation for measuring the similarity between authors’ cocitation profiles is not very satisfactory. We then discuss what kind of similarity measures may be used as an alternative to the Pearson correlation. We consider three similarity measures in particular. One is the well-known cosine. The other two similarity measures have not been used before in the bibliometric literature. Finally, we show by means of an example that our findings have a high practical relevance.information science;Pearson correlation;cosine;similarity measure;author cocitation analysis
Dispelling the Myths Behind First-author Citation Counts
We conducted a full-scale evaluative citation analysis study of scholars in the XML research field to explore just how different from each other author rankings resulting from different citation counting methods actually are, and to demonstrate the capability of emerging data and tools on the Web in supporting more realistic citation counting methods. Our results contest some common arguments for the continued
use of first-author citation counts in the evaluation of scholars, such as high correlations between author rankings by first-author citation counts and other citation
counting methods, and high costs of using more realistic citation counting methods that are not well-supported by the ISI databases. It is argued that increasingly available digital full text research papers make it possible for citation analysis studies to go beyond what the ISI databases have directly supported and to employ more
sophisticated methods
Dynamic flow problems with bounded number of paths: models, algorithms and applications
In this thesis we investigate the concept of path limitations, expressed as the maximum number of paths that can be activated by each distinct commodity, hence secured by the so-called k-splittable flows, within the dynamic framework of Network Flow theory. In particular, we formally introduce the first flows over time problem explicitly encompassing path number restrictions, namely the Quickest Multicommodity k-Splittable Flow Problem (QMCkSFP). The problem asks for routing and scheduling each commodity demand through at most k different paths while minimizing the makespan of the overall process, i.e. the time required to accomplish the transshipment operations. We model the QMCkSFP in a dynamic digraph with time-independent structural features, considering flow traveling over a discretized time horizon, and motivated by practical applications, we force the transshipment operations to be performed only through elementary/loopless paths and without flow storage at intermediate nodes.
In this setting, we provide a path-flow Mixed-Integer Linear Programming formulation for the problem that requires as an input the complete set of available paths for each distinct commodity. In detail, fractional variables are employed to track release of flows at each point in time for each commodity and path; a first set of binary variables allows for the identification and linear minimization of the makespan by recording arrival times at destination of each routed commodity demand, while a second set of binaries imposes k-splittable path limitations to each commodity. The formulation presents a number of columns which grows exponentially with the instance size, due to the presence of variables associated with the number of paths for each commodity multiplied by the number of instants in the discretized time horizon.
The computational complexity of the introduced problem is formally investigated, proving its belongs to the class of strongly NP-hard problems by a reduction from the static Minimum Cost k-Splittable Flow Problem.
When it comes to solution approaches, the first algorithm designed for the ad-hoc resolution of the QMCkSFP is an improvement matheuristic hybridizing a Very Large-scale Neighborhood Search (VLNS) with a mathematical programming strategy in its exploration routine. The method employs a state-of-the-art ranking procedure to generate a sufficiently large list of good and promising candidate paths to be used throughout its implementation. In particular, the initial solution is constructed by selecting for each commodity the k top-ranked paths from the generated list w.r.t. their transmission time, i.e. the time required to transship the entire commodity demand. The QMCkSFP path-flow formulation is restricted to these initial paths and solved to optimality via a MIP solver. Then, at each improvement iteration of the matheuristic, a different neighborhood is constructed by heuristically identifying for each commodity a collection of candidate paths from the list and it is explored to optimality by solving the related restricted path-flow formulation. The improvement search proceeds through a Variable Neighborhood Descent scheme by increasing the cardinality of the path collections to be identified till a time limit is reached.
A thorough computational experience is conducted on the proposed model and matheuristic approach, starting by the resolution to optimality of a set of very reduced-size instances, making use of the path-based formulation fed with a complete enumeration of all the available paths. A tuning process is then carried out on the matheuristic's parameters for the identification of the optimal setting to be adopted in the evaluation of its performance. An exhaustive proof-of-concept for the correctness and effectiveness of the matheuristic resolution strategy is then conducted: to this aim, a comparison is performed on a set of small to medium-sized instances against the Quickest Multicommodity Flow Problem, i.e. the free-flow relaxation of the problem with no upper bounds on the number of usable paths. Finally, we test performances of our matheuristic against those of a Randomized Rounding-based algorithm on two different benchmark test sets, the first one collecting networks of large size w.r.t. number of nodes and arcs, and the second networks with an extremely high number of commodities.
Our second algorithmic contribution is represented by an exact strategy for solving the QMCkSFP at the optimum. The developed technique falls within the Branch and Price paradigm and is based on original relaxation, pricing and branching procedures. In particular, the so-called Restricted Relaxed Master Problem (RRMP) is obtained by linearizing time-arrival binary variables and by substituting those related to k-splittable path restrictions from the path-based formulation of the problem.
The same ranking algorithm employed in the matheuristic initialization phase is here adopted for the construction of the path-related columns to be considered at the root node of the Branch and Bound decisional tree. In particular, the best k paths w.r.t. the transmission time are generated for each commodity and all related fractional variables are included as initial columns.
The Column Generation procedure is then applied to identify, through the resolution of the so-called pricing problem, new entering variables defined as pair (path,departure time), or to certify the optimality of the nodes' RRMPs. This is done on a slightly modified time-expansion of the original dynamic digraph where the time dimension is decoupled from the network structure to give rise to a novel equivalent static digraph.
Two original branching rules are designed for restoring feasibility. A first one, performed whenever k-splittable flow constraints are violated, forces the usage of some paths and simultaneously forbids the activation of others over the discretized time horizon. Working on path-based variables, the generated branching cuts are included in RRMPs of the child nodes. A second rule implements a refined version of the standard 0-1 branching on fractional variables by selecting the candidate time-arrival variable at the highest time instant.
In order to account for k-splittable-related branching cuts, the pricing problem is modeled as a Shortest Path Problem with Forbidden Paths where additional node-set resources are introduced to secure the generation of loopless paths. A tailored labelling algorithm based on dynamic programming is designed and employed to solve the pricing problem to optimality. All variables modeling the utilization of the optimal identified path at each point in time are included as new columns.
The computational experience conducted on the designed Branch and Price algorithm begins by studying its correctness and computational performances when applied on a collection of small to medium-sized instances. As the final experiment, we employ the Branch and Price approach as a tool to assess the quality of the solutions obtained by the developed VLNS-based matheuristic. To this aim, we consider the same testbed of small to medium-sized instances used in the matheuristic experiments with our Branch and Price, feeding it with the matheuristic results as initial incumbent solutions, then measuring and comparing the residual optimality GAP achieved after the execution of the exact algorithm.
The overall toolbox developed in this research lays the foundations for a number of refined and additional novel contributions within the dynamic k-splittable flow setting, whose preliminary guidelines are discussed in the closing chapter of this thesis
- …
