workflows.fit
Back to n8n workflows
n8n templateFreeBy OwenLee

Automated academic paper metadata & variable extraction with Gemini to Google Sheets

๐Ÿ“šIn the social and behavioral sciences (e.g., psychology, sociology, economics, management), researchers and students often need to normalize academic paper metadata and extract variables before any literature review...

Data & StorageProductivityCommunicationHITLDevelopmentCore NodesAILangchain
Loading interactive preview...

Template notes

๐Ÿ“šIn the social and behavioral sciences (e.g., psychology, sociology, economics, management), researchers and students often need to normalize academic paper metadata and extract variables before any literature review or meta-analysis.

๐ŸงฉThis workflow automates the busywork. Using an LLM, it processes CSV/XLSX/XLS files (exported from WoS, Scopus, EndNote, Zotero, or your own spreadsheets) into normalized metadata and extracted variables, and writes a neat table to Google Sheets. ๐Ÿ”— Example Google Sheet:ย [click me](https://docs.google.com/spreadsheets/d/1WiFj0MwieQiSmFyMU2oyaCzbl273sTyknOa80dl8sUA/edit?usp=sharing)

---

๐Ÿ‘ฅ Who is this for?

- ๐ŸŽ“ Undergraduate and graduate students or researchers in soft-science fields (psychology, sociology, economics, business) - โฑ๏ธ People who donโ€™t have time to read full papers and need quick overviews - ๐Ÿ“Š Anyone who wants to automate academic paper metadata normalization and variable extraction to speed up a literature review ---

โš™๏ธ How it works 1. ๐Ÿ“ค Upload an academic paper file (CSV/XLSX/XLS) in chat. 2. ๐Ÿ“‘ The workflow creates a Google Sheets spreadsheet with two tabs: Checkpoint and FinalResult. 3. ๐Ÿ”Ž A structured-output LLM normalizes core metadata (title, abstract, authors, publication date, source) from the uploaded file and writes it to Checkpoint; ๐Ÿ“ง a Gmail notification is sent when finished. 4. ๐Ÿงช A second structured-output LLM uses the metadata above to extract variables (Independent Variable, Dependent Variable) and writes them to FinalResult; ๐Ÿ“ง youโ€™ll get a second Gmail notification when done.

---

๐Ÿ› ๏ธ How to set up ๐Ÿ”‘ Credentials - Google Sheets OAuth2 (read/write) - Gmail OAuth2 (send notifications) - Google Gemini (or any LLM you prefer) ๐Ÿš€ Quick start 1. Connect Google Sheets, Gmail, and Gemini (or your LLM) credentials. 2. Open File Upload Trigger โ†’ upload your CSV/XLSX/XLS file and type a name in chat (used as the Google Sheets spreadsheet title). 3. Watch your inbox for status emails and open the Google Sheets spreadsheet to review Checkpoint and FinalResult. ---