Digital and Smart Technologies in Greenhouse Production: A Bibliometric Review of Global Trends and Türkiye's Strategic Position
Description
This dataset contains the reproducible analysis code accompanying the review article "Digital and Smart Technologies in Greenhouse Production: A Bibliometric Review of Global Trends and Türkiye's Strategic Position" (submitted to Smart Agricultural Technology). The Python pipeline computes all bibliometric indicators and generates every figure reported in the paper from a Scopus export: annual scientific production, most relevant sources, most cited documents, country production and international collaboration, most productive authors, co-authorship networks, author-keyword co-occurrence, thematic mapping, trend topics, and reference co-citation. The corpus was retrieved from Scopus (2 February 2026) using a Title-Abstract-Keyword Boolean query combining greenhouse/controlled-environment terms with digital and smart-technology terms, restricted to English-language articles and reviews published between 2010 and 2025 (2,437 documents). The exact query is documented in the included README. The raw Scopus records are NOT included, because Scopus's terms of use do not permit their redistribution. To reproduce the analysis, users export their own result set from Scopus (CSV with full record information, including references) and place it in the repository root as scopus_export.csv, then run the numbered scripts in order as described in the README. Requirements: Python 3.10+, with pandas, numpy, matplotlib, and networkx. Code is released under the MIT License.