--- title: "About" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{About} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set(collapse = TRUE, comment = "#>") ``` ## Citing scopusflow If you use scopusflow in published work, please cite it. > Bernabeu, P. (2026). scopusflow: A Reproducible Workflow Layer for 'Scopus' > Bibliographic Searches. R package version `r packageVersion("scopusflow")`. > https://github.com/pablobernabeu/scopusflow ``` @Manual{, title = {{scopusflow}: A Reproducible Workflow Layer for 'Scopus' Bibliographic Searches}, author = {Pablo Bernabeu}, year = {2026}, note = {R package version `r packageVersion("scopusflow")`}, url = {https://github.com/pablobernabeu/scopusflow}, } ``` R users can also retrieve this citation directly with `citation("scopusflow")`. ## The developer [Pablo Bernabeu](https://pablobernabeu.github.io/) is a researcher in the Department of Education at the University of Oxford, with hands-on experience of behavioural experiments, EEG, corpus analysis, computational modelling and statistics. He develops open, reproducible research software in R and Python, and is a Fellow of the Software Sustainability Institute. scopusflow and its [Python twin](https://pablobernabeu.github.io/scopusflow-py/) are part of that work, keeping a search reproducible and its results legible across both languages.