jackkuo commited on
Commit
8a89a08
ยท
verified ยท
1 Parent(s): 1855b5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
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.