← 返回
数据分析 中文

bioRxiv access using API with support of time period and category

Access and retrieve biology preprints from bioRxiv by category and date range, including paper metadata without needing authentication.
无需身份验证,按类别和日期范围访问并获取 bioRxiv 生物学预印本及其元数据。
aquaskyline
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 553
下载
💾 37
安装
1
版本
#latest

概述

bioRxiv Skill

This skill provides access to the bioRxiv preprint repository using the official bioRxiv API.

When to Use

  • User asks for recent biology preprints
  • User wants papers from specific bioRxiv categories (bioinformatics, genomics, etc.)
  • User needs paper metadata (title, authors, DOI, date, category)
  • User asks for preprints from a specific date range

Quick Start

List Available Collections

python scripts/biorxiv.py --list

Fetch Recent Papers

# Default: bioinformatics papers
python scripts/biorxiv.py --collection bioinformatics

# Other collections
python scripts/biorxiv.py --collection genomics
python scripts/biorxiv.py --collection neuroscience
python scripts/biorxiv.py --collection microbiology

# Specific date range
python scripts/biorxiv.py --collection bioinformatics --start 2026-03-01 --end 2026-03-09

# Limit results
python scripts/biorxiv.py --collection bioinformatics --limit 10

Output as JSON

python scripts/biorxiv.py --collection bioinformatics --json

Available Collections

  • bioinformatics
  • genomics
  • molecular-biology
  • cell-biology
  • genetics
  • evolutionary-biology
  • ecology
  • neuroscience
  • plant-biology
  • microbiology
  • immunology
  • cancer-biology
  • biochemistry
  • biophysics
  • structural-biology
  • systems-biology
  • synthetic-biology
  • developmental-biology
  • computational-biology

API Notes

Official bioRxiv API

  • Base URL: https://api.biorxiv.org/details/biorxiv/{start_date}/{end_date}/{cursor}
  • No authentication required
  • Returns up to 100 papers per call
  • Supports category filtering via query parameter

API Endpoints

  • /details/biorxiv/[start]/[end]/[cursor] — Paper metadata
  • /pub/[start]/[end]/[cursor] — Published articles only

Usage Patterns

Summarize Recent Papers

  1. Fetch papers from desired collection
  2. Parse titles and abstracts
  3. Group by theme if multiple
  4. Provide concise summary

Find Papers by Topic

  1. Search across multiple relevant collections
  2. Filter by keywords in titles
  3. Return most relevant results

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 22:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,312
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,040
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 164 📥 59,903