Skip to main content

Arxiv paper trend search using AI, write article, send email

Workflow preview

Workflow preview
100%
Arxiv paper trend search using AI, write article, send email preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow gathers papers in Arxiv and specific arxiv category AI helps to make summarized form of newsletter and send it to subscriber using gmail Arxive paper trend newsletter Setup Supabase T...

Best for

  • Automation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.if, n8n-nodes-base.supabase, n8n-nodes-base.executeworkflow, n8n-nodes-base.limit, n8n-nodes-base.sort, n8n-nodes-base.removeduplicates, n8n-nodes-base.scheduletrigger, n8n-nodes-base.merge

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jimmy Lee.

Original n8n.io source

1.1 Workflow description

Title
Arxiv paper trend search using AI, write article, send email
Workflow name
Arxiv paper trend search using AI, write article, send email

This workflow gathers papers in Arxiv and specific arxiv category AI helps to make summarized form of newsletter and send it to subscriber using gmail

Arxive paper trend newsletter

Setup

  • Supabase
  • Table schema
  • user_email: Text - Mandatory
  • arxiv_cat: [Text]
  • interested_papers: [Text]
  • keyword: [Text]
  • Example { "id": 8, "created_at": "2024-09-24T12:31:17.09491+00:00", "user_email": "[email protected]", "arxiv_cat": [ "cs.AI", "cs.LG,cs.AR" ], "interested_papers": null, "keyword": [ "AI architecture which includes long context problem" ] }
  • Qdrant vector store
  • default setup

Setup for sub workflows

  • Get arxiv category by AI for given keyword
  • Get arxiv categories
  • Get arxiv papers this week and scoring by AI
  • Filter by keyword within given documents
  • Extract paper information
  • Write newsletter by AI

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - If no category

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 2 - Set category

Type / Role
n8n-nodes-base.supabase - supabase
Config choices
Version 1

Block 3 - Extract paper information

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.1

Block 4 - Limit

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 5 - Sort

Type / Role
n8n-nodes-base.sort - sort
Config choices
Version 1

Block 6 - Remove Duplicates

Type / Role
n8n-nodes-base.removeDuplicates - removeDuplicates
Config choices
Version 1.1

Block 7 - If no output?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - has keyword?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 9 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 10 - Merge2

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 11 - Check user's subscription info

Type / Role
n8n-nodes-base.supabase - supabase
Config choices
Version 1

Block 12 - Get user's subscription info

Type / Role
n8n-nodes-base.supabase - supabase
Config choices
Version 1

Block 13 - Loop Over users

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 14 - Write newsletter by AI

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.1

Block 15 - Get arxiv papers this week and scoring by AI

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.1

Block 16 - Set input for Extract paper information

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Set input for Write newsletter by AI

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 18 - Set input for Filter by keyword by RAG

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 19 - Send newsletter

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 20 - Set input for Get category by AI

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Set input for Get arxiv papers this week and scoring by AI

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 22 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 34 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Arxiv paper trend search using AI, write article, send email
Complexity advanced
Nodes 34
Categories Automation
Author Jimmy Lee
Published 07 Sept 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2404/2404.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Arxiv paper trend search using AI, write article, send email do?

This workflow gathers papers in Arxiv and specific arxiv category AI helps to make summarized form of newsletter and send it to subscriber using gmail Arxive paper trend newsletter Setup Supabase T...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Automation use case.