File size: 1,298 Bytes
5a5e4f3
 
 
 
 
 
 
 
 
 
8a89a08
5a5e4f3
 
 
8a89a08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5a5e4f3
 
 
8a89a08
5a5e4f3
 
 
 
 
 
 
 
 
 
8a89a08
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
license: cc
language:
- en
tags:
- biology
---

# bioRxiv Paper Metadata Dataset

This dataset includes metadata of all papers (297,902) from bioRxiv between November 16, 2013, and March 17, 2025. To access the full text, please visit the official website by searching the paper title or DOI: https://www.biorxiv.org/ , or retrieve the paper using the official API: https://api.biorxiv.org/ .

## Dataset Fields

- **doi**: Digital Object Identifier.
- **title**: Paper title.
- **authors**: List of authors.
- **author_corresponding**: Corresponding author.
- **author_corresponding_institution**: Corresponding author's institution.
- **date**: Publication date.
- **version**: Version information.
- **type**: Paper type.
- **license**: License information.
- **category**: Subject category.
- **jatsxml**: Content in JATS XML format.
- **abstract**: Abstract.
- **published**: Publication status.
- **server**: Server information.
- **__index_level_0__**: Index.

## Usage

You can load the dataset using the following code:

```python
import pandas as pd

# Log in using huggingface-cli to access this dataset
df = pd.read_parquet("hf://datasets/jackkuo/bioRxiv_meta/combined_biorxiv_data.parquet")
```

## Update Log

- **2025-03-16**: Dataset updated; future updates will occur monthly.