Graph Analysis of Citation and Co-authorship Networks of Egyptian Authors
Mariam Ayman, Sohaila Kandil, Alaa Moheb, Ahmed Abdelkader, Mohanned Ahmed, Walid Gomaa
TL;DR
This study builds a directed citation and undirected co-authorship graph for publications by Egyptian-affiliated authors, assembled by combining Google Scholar scraping with the Semantic Scholar API into the AlGoNet dataset of 31,508 papers and 320,969 citations. It applies NetworkX-based analyses to uncover temporal trends, degree and eigenvector centrality, clustering, density, and strongly connected components, revealing a heavy-tailed degree distribution with a few highly influential papers and a predominantly sparse network. It also analyzes co-authorship patterns, identifying top collaborators and 286 author communities, including one very large collaboration, illustrating both fragmentation and consolidation in Egyptian scholarship. The findings offer actionable insights for researchers and policymakers on scholarly influence, collaboration opportunities, and potential avenues for fostering Egyptian research ecosystems, supported by a robust, public-facing dataset and methods. The degree distribution follows a power law $P(x) = C x^{-\alpha}$ with $ ext{alpha} \approx 1.726$ in the main network, underscoring the long-tail nature of academic impact in this corpus.
Abstract
The current research conducts a comprehensive analysis of citation networks focusing on publications by authors affiliated with Egyptian institutions. Leveraging the Semantic Scholar platform and its API, a citation network and a co-authorship network graphs are constructed to visualize the interconnections among these publications and their authors. This is done using the Python package for graph analysis (Networkx). The primary objective is to identify influential Egyptian publications and assess the centrality of nodes within the citation network. Through meticulous data collection including web scraping techniques, we obtained a cleaned dataset comprising publications by authors affiliated with Egyptian institutions. The analysis addresses challenges related to data quality, technical intricacies, and time constraints, resulting in a reliable and robust dataset. The findings provide valuable information on the impact of Egyptian publications, offering insights into the scholarly influence of authors associated with Egyptian institutions. This research equips researchers and academics interested in evaluating the impact of Egyptian publications with valuable data for future studies, collaborations, and policy decisions.
