Loading...
Loading...
Compare original and translation side by side
undefinedundefinedundefinedundefined| Option | Description |
|---|---|
| Search keywords (multiple allowed) |
| Author name to search |
| Specific DOI to retrieve |
| Start date (YYYY-MM-DD) |
| End date (YYYY-MM-DD) |
| Search last N days |
| Subject category filter |
| Fields to search: title, abstract, authors |
| Output file (default: stdout) |
| Maximum results to return |
| Download PDF (requires --doi) |
| Enable debug output |
| 选项 | 描述 |
|---|---|
| 搜索关键词(可输入多个) |
| 要搜索的作者姓名 |
| 要检索的特定DOI |
| 起始日期(YYYY-MM-DD) |
| 结束日期(YYYY-MM-DD) |
| 搜索最近N天的内容 |
| 学科类别筛选器 |
| 要搜索的字段:标题、摘要、作者 |
| 输出文件(默认:标准输出) |
| 要返回的最大结果数 |
| 下载PDF(需要搭配--doi使用) |
| 启用调试输出 |
from scripts.biorxiv_client import PreprintClient
client = PreprintClient(debug=True)from scripts.biorxiv_client import PreprintClient
client = PreprintClient(debug=True)undefinedundefined| Category | Category |
|---|---|
| animal-behavior-and-cognition | molecular-biology |
| biochemistry | neuroscience |
| bioengineering | paleontology |
| bioinformatics | pathology |
| biophysics | pharmacology-and-toxicology |
| cancer-biology | physiology |
| cell-biology | plant-biology |
| clinical-trials | scientific-communication-and-education |
| developmental-biology | synthetic-biology |
| ecology | systems-biology |
| epidemiology | zoology |
| evolutionary-biology | |
| genetics | |
| genomics | |
| immunology | |
| microbiology |
| 类别 | 类别 |
|---|---|
| animal-behavior-and-cognition | molecular-biology |
| biochemistry | neuroscience |
| bioengineering | paleontology |
| bioinformatics | pathology |
| biophysics | pharmacology-and-toxicology |
| cancer-biology | physiology |
| cell-biology | plant-biology |
| clinical-trials | scientific-communication-and-education |
| developmental-biology | synthetic-biology |
| ecology | systems-biology |
| epidemiology | zoology |
| evolutionary-biology | |
| genetics | |
| genomics | |
| immunology | |
| microbiology |
{
"query": {
"terms": ["protein folding"],
"since": "2024-03-01",
"until": "2024-09-30",
"subject": "biophysics"
},
"count": 87,
"papers": [
{
"doi": "10.1101/2024.05.22.594321",
"title": "Example Preprint Title",
"authors": "Chen L, Patel R, Kim S",
"corresponding_author": "Chen L",
"institution": "Research Institute",
"posted": "2024-05-22",
"revision": "1",
"category": "biophysics",
"license": "cc_by",
"paper_type": "new results",
"abstract": "Abstract content here...",
"pdf_link": "https://www.biorxiv.org/content/10.1101/2024.05.22.594321v1.full.pdf",
"web_link": "https://www.biorxiv.org/content/10.1101/2024.05.22.594321v1",
"journal_ref": ""
}
]
}{
"query": {
"terms": ["protein folding"],
"since": "2024-03-01",
"until": "2024-09-30",
"subject": "biophysics"
},
"count": 87,
"papers": [
{
"doi": "10.1101/2024.05.22.594321",
"title": "Example Preprint Title",
"authors": "Chen L, Patel R, Kim S",
"corresponding_author": "Chen L",
"institution": "Research Institute",
"posted": "2024-05-22",
"revision": "1",
"category": "biophysics",
"license": "cc_by",
"paper_type": "new results",
"abstract": "Abstract content here...",
"pdf_link": "https://www.biorxiv.org/content/10.1101/2024.05.22.594321v1.full.pdf",
"web_link": "https://www.biorxiv.org/content/10.1101/2024.05.22.594321v1",
"journal_ref": ""
}
]
}| Recommendation | Details |
|---|---|
| Date ranges | Narrow ranges improve response time. Split large queries into chunks. |
| Category filters | Use |
| Rate limiting | Built-in 0.5s delay between requests. Add more for bulk operations. |
| Result caching | Save JSON outputs to avoid redundant API calls. |
| Version awareness | Preprints may have multiple versions. PDF URLs encode version numbers. |
| Error checking | Verify |
| Debug mode | Use |
| 建议 | 详情 |
|---|---|
| 日期范围 | 缩小日期范围可提升响应速度。将大型查询拆分为多个小查询。 |
| 类别筛选 | 使用 |
| 请求频率限制 | 内置0.5秒的请求间隔。批量操作时可增加间隔时间。 |
| 结果缓存 | 保存JSON输出以避免重复调用API。 |
| 版本意识 | 预印本可能有多个版本。PDF链接中包含版本号。 |
| 错误检查 | 验证输出中的 |
| 调试模式 | 使用 |
| File | Contents |
|---|---|
| api-reference.md | Complete bioRxiv REST API documentation |
| examples.md | Extended code examples and workflow patterns |
| 文件 | 内容 |
|---|---|
| api-reference.md | 完整的bioRxiv REST API文档 |
| examples.md | 扩展代码示例和工作流模式 |