π¬ Qwen-Max: journal paper generation from title/abstract
β‘ 671 views Β· π¬ Content Creation & Video
π‘ Pro Tip β HTTP Request scraping tends to break when sites update their markup. If youβre scraping a major platform, check if ScraperNode covers it β it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.
Description
Introduction
Generates complete scientific papers from title and abstract using AI. Designed for researchers, automating literature search, content generation, and citation formatting.
How It Works
Extracts input, searches academic databases (CrossRef, Semantic Scholar, OpenAlex), merges sources, processes citations, generates AI sections (Introduction, Literature Review, Methodology, Results, Discussion, Conclusion), compiles document.
Workflow Template
Webhook β Extract Data β Search (CrossRef + Semantic Scholar + OpenAlex) β Merge Sources β Process References β Prepare Context β AI Generate (Introduction + Literature Review + Methodology + Results + Discussion + Conclusion via OpenAI) β Merge Sections β Compile Document
Workflow Steps
- Input & Search: Webhook receives title/abstract; searches CrossRef, Semantic Scholar, OpenAlex; merges and processes references
- AI Generation: OpenAI generates six sections with in-text citations using retrieved references
- Assembly: Merges sections; compiles formatted document with reference list
Setup Instructions
- Trigger & APIs: Configure webhook URL; add OpenAI API key; customize prompts
- Databases: Set up CrossRef, Semantic Scholar, OpenAlex API access; configure search parameters
Prerequisites
OpenAI API, CrossRef API, Semantic Scholar API, OpenAlex API, webhook platform, n8n instance
Customization
Adjust reference limits, modify prompts for research fields, add citation styles (APA/IEEE), integrate databases (PubMed, arXiv), customize outputs (DOCX/LaTeX/PDF)
Benefits
Automates paper drafting, comprehensive literature integration, proper citations
π Nodes Used
HTTP Request, Webhook, AI Agent, OpenRouter Chat Model
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File