InMedData commited on
Commit
86b4813
·
verified ·
1 Parent(s): 73c2b5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -17,12 +17,20 @@ This dataset consists of abstracts from heart-related papers collected from PubM
17
  The dataset was collected through the PubMed API, based on the names of heart-related journals and a glossary of cardiology terms.
18
 
19
  ### Dataset Sources
20
- - **Repository:** [Pubmed](https://huggingface.co/datasets/microsoft/orca-math-word-problems-200k)
21
  - **Journal list:** [Scimago Journal & Country Rank](https://www.scimagojr.com/journalrank.php?category=2705#google_vignette)
22
  - **Glossary1 :** [National Institutes of Health](https://www.nia.nih.gov/health/heart-health/heart-health-glossary)
23
  - **Glossary2 :** [The Texas Heart Institute](https://www.texasheart.org/heart-health/heart-information-center/topics/a-z)
24
  - **Glossary3 :** [Aiken Physicians Alliance](https://aikenphysicians.com/services/cardiology/cardiology-glossary-of-terms)
25
 
 
 
 
 
 
 
 
 
26
  ### Use
27
 
28
 
@@ -32,5 +40,7 @@ from datasets import load_dataset
32
 
33
  dataset = load_dataset("stevhliu/demo")
34
  ```
 
35
 
 
36
 
 
17
  The dataset was collected through the PubMed API, based on the names of heart-related journals and a glossary of cardiology terms.
18
 
19
  ### Dataset Sources
20
+ - **Repository:** [Pubmed](https://pubmed.ncbi.nlm.nih.gov/)
21
  - **Journal list:** [Scimago Journal & Country Rank](https://www.scimagojr.com/journalrank.php?category=2705#google_vignette)
22
  - **Glossary1 :** [National Institutes of Health](https://www.nia.nih.gov/health/heart-health/heart-health-glossary)
23
  - **Glossary2 :** [The Texas Heart Institute](https://www.texasheart.org/heart-health/heart-information-center/topics/a-z)
24
  - **Glossary3 :** [Aiken Physicians Alliance](https://aikenphysicians.com/services/cardiology/cardiology-glossary-of-terms)
25
 
26
+
27
+ ### Dataset Field
28
+
29
+ | Field | Data Type | Description |
30
+ | --- | --- | --- |
31
+ | title | string | The title of the paper. |
32
+ | abst | string | The abstract of the paper. |
33
+
34
  ### Use
35
 
36
 
 
40
 
41
  dataset = load_dataset("stevhliu/demo")
42
  ```
43
+ ### Dataset Contact
44
 
45
46