This repository contains the data and derived outputs used in the paper:
“AI-Driven Cybersecurity in Critical Infrastructure: A Bibliometric Analysis (2015–2025)”
(Energy / Transport / Water sector stratification; OT/ICS/SCADA focus)
- Scopus (query executed in
TITLE-ABS-KEY) - Web of Science Core Collection (query executed in
TS/ Topic) - Time window: 2015–2025
- Document types: Article and Proceedings Paper
- Language: English
Exact Scopus and Web of Science query strings are provided in queries.md.
- Records were retrieved from Scopus and Web of Science using boolean queries designed around:
- AI methods (e.g., machine learning, deep learning, federated learning, XAI)
- OT/ICS/SCADA / critical infrastructure context
- cybersecurity objectives (e.g., intrusion/anomaly/threat detection; false data injection)
- Collections were created and merged in Biblioshiny/bibliometrix.
- Deduplication was performed primarily via DOI, supported by title matching.
- Final merged corpus size: n = 1,862 unique documents.
Sector tagging was performed using a rule-based multi-label approach on a concatenated metadata field:
TEXT_ALL = Title + Abstract + Author Keywords
Three boolean flags were created:
Sector_EnergySector_TransportSector_Water
Resulting sub-corpora (multi-label allowed):
- Energy: N = 716
- Transport: N = 1,131
- Water: N = 233
SCOPUS + WoS COLLECTIONS.xlsx— merged, deduplicated dataset (n=1862)
Energy_Data.xlsxTransport_Data.xlsxWater_Data.xlsx
Most_Global_Cited_Documents_bibliometrix_2026-01-02.xlsxThematic Evolution - TABLE.xlsxThematic Map - TABLE - ENERGY.xlsxThematic Map - Clusters - ENERGY.xlsxThematic Map - TABLE - TRANSPORT (Author's keywords).xlsxThematic Map - Clusters - TRANSPORT (Author's keywords).xlsxThematic Map - TABLE - WATER (Author's keywords).xlsxThematic Map - Clusters - WATER (Author's keywords).xlsx
Thematic Map - Author's keywords - TRANSPORT B&W.pngThematic Map - Author's keywords - WATER B&W.pngThematic Evolution - ENERGY B&W.pngThematic Map - ENERGY B&W.png
- Import the Scopus/WoS collections into Biblioshiny/bibliometrix.
- Merge collections and deduplicate (DOI + title match).
- Create
TEXT_ALLas Title+Abstract+Author Keywords and apply sector tagging rules. - For each sector subset, run conceptual structure / thematic map analysis using Author Keywords.
- For Energy sector thematic evolution, run thematic evolution using All Keywords with a cut-point at 2020.
- This repository is intended to provide access to the merged corpus and derived tables used to generate figures and results in the paper.
- Deduplication evidence/logs are available in
deduplication_log.md.