Update README.md
Browse files
README.md
CHANGED
@@ -8,29 +8,29 @@ tags:
|
|
8 |
|
9 |
# bioRxiv Paper Metadata Dataset
|
10 |
|
11 |
-
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/
|
12 |
|
13 |
## Dataset Fields
|
14 |
|
15 |
-
- **doi**: Digital Object Identifier
|
16 |
-
- **title**: Paper title
|
17 |
-
- **authors**: List of authors
|
18 |
-
- **author_corresponding**: Corresponding author
|
19 |
-
- **author_corresponding_institution**: Corresponding author's institution
|
20 |
-
- **date**: Publication date
|
21 |
-
- **version**: Version information
|
22 |
-
- **type**: Paper type
|
23 |
-
- **license**: License information
|
24 |
-
- **category**: Subject category
|
25 |
-
- **jatsxml**: Content in JATS XML format
|
26 |
-
- **abstract**: Abstract
|
27 |
-
- **published**: Publication status
|
28 |
-
- **server**: Server information
|
29 |
-
- **__index_level_0__**: Index
|
30 |
|
31 |
## Usage
|
32 |
|
33 |
-
You can load the dataset using the following code
|
34 |
|
35 |
```python
|
36 |
import pandas as pd
|
@@ -41,4 +41,4 @@ df = pd.read_parquet("hf://datasets/jackkuo/bioRxiv_meta/combined_biorxiv_data.p
|
|
41 |
|
42 |
## Update Log
|
43 |
|
44 |
-
- **2025-03-16**: Dataset updated; future updates will occur monthly
|
|
|
8 |
|
9 |
# bioRxiv Paper Metadata Dataset
|
10 |
|
11 |
+
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/ .
|
12 |
|
13 |
## Dataset Fields
|
14 |
|
15 |
+
- **doi**: Digital Object Identifier.
|
16 |
+
- **title**: Paper title.
|
17 |
+
- **authors**: List of authors.
|
18 |
+
- **author_corresponding**: Corresponding author.
|
19 |
+
- **author_corresponding_institution**: Corresponding author's institution.
|
20 |
+
- **date**: Publication date.
|
21 |
+
- **version**: Version information.
|
22 |
+
- **type**: Paper type.
|
23 |
+
- **license**: License information.
|
24 |
+
- **category**: Subject category.
|
25 |
+
- **jatsxml**: Content in JATS XML format.
|
26 |
+
- **abstract**: Abstract.
|
27 |
+
- **published**: Publication status.
|
28 |
+
- **server**: Server information.
|
29 |
+
- **__index_level_0__**: Index.
|
30 |
|
31 |
## Usage
|
32 |
|
33 |
+
You can load the dataset using the following code:
|
34 |
|
35 |
```python
|
36 |
import pandas as pd
|
|
|
41 |
|
42 |
## Update Log
|
43 |
|
44 |
+
- **2025-03-16**: Dataset updated; future updates will occur monthly.
|