Welcome to the ERA AI Meta-Analysis Repository, part of the Sustainable Farming Program. This project advances evidence synthesis and meta-analysis by automating the repetitive while keeping the complex scientific questions squarely in the hands of domain experts.
At a high level, the workflow systematizes literature discovery and triage using OpenAlex (with optional benchmarking against Web of Science), then applies AI-assisted screening, tagging, and keyword extraction to rapidly structure information for downstream analysis. The goal is not to replace scientific judgment, but to amplify it, freeing scientists to interrogate mechanisms, uncertainty, and context, while the pipeline handles query engineering, data wrangling, and transparent reporting.
The repository ships with ready-to-knit reports and configurable YAML policies so methods are reproducible, auditable, and adaptable across agricultural and climate research topics.
This repository aims to:
AI.Rproj (optional): R Project file to organize and manage the repository.scripts/: R scripts for querying, screening, tagging, comparison, and evaluation.data/ : Datasets used for analsysdocs/: HTML reports published via GitHub Pages (links above).README.md: This file.# clone
git clone https://github.com/eragriculture/AI.git
cd AI
# restore dependencies (recommended)
R -q -e "install.packages('renv', repos='https://cloud.r-project.org'); renv::restore()"
# if renv.lock does not exist yet:
# R -q -e "install.packages('renv'); renv::init(); renv::snapshot()"
Note: OpenAlex is public—no API key needed. If you use an LLM for screening/tagging, add keys to ~/.Renviron (see Configuration).
Create or edit ~/.Renviron (user-level) or a project .Renviron:
# LLM providers (examples)
OPENAI_API_KEY=...
Reload with readRenviron("~/.Renviron") inside R as needed.
If you use this repository, please cite the software and, when available, the archived release.
Software (concept DOI)
AI-Powered Meta-Analysis Automation. DOI:
10.5281/zenodo.17312467.
BibTeX
@software{meta_ai_automation,
title = {AI-Powered Meta-Analysis Automation},
author = {Muller, Lolita and Joshi, Namita and Rosenstock, Todd and Steward, Peter},
year = {2025},
doi = {10.5281/zenodo.17312467},
url = {https://github.com/eragriculture/AI-Powered-Meta-Analysis-Automation},
note = {Pre-release}
}
This project is led and implemented by the Climate Action Lever of the Alliance of Bioversity International and CIAT.
This work is part of the ACDC project funded by IDRC. It is also devellopped by the CGIAR Climate Action Lever and represents a collaboration of the Alliance of Bioversity International and CIAT.