Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- medical
|
6 |
+
---
|
7 |
+
# PMC-Patients-images
|
8 |
+
|
9 |
+
- This dataset contains figures extracted from case reports in [PMC-Patients](https://huggingface.co/datasets/zhengyun21/PMC-Patients) with the following keywords.
|
10 |
+
```
|
11 |
+
keywords = [
|
12 |
+
'X-ray', 'x-ray',
|
13 |
+
'Computed Tomography', 'computed tomography', '(CT)', ' CT ', ' CT.',
|
14 |
+
'Magnetic Resonance Imaging', 'magnetic resonance imaging', '(MRI)', ' MRI ', ' MRI.',
|
15 |
+
'Ultrasound', 'ultrasound',
|
16 |
+
'Positron Emission Tomography', 'positron emission tomography', '(PET)', ' PET ', ' PET.',
|
17 |
+
'Single Photon Emission Computed Tomography', 'single photon emission computed tomography', '(SPECT)', ' SPECT ', ' SPECT.',
|
18 |
+
'Fluoroscopy', 'fluoroscopy',
|
19 |
+
'Mammography', 'mammography',
|
20 |
+
'Echocardiography', 'echocardiography',
|
21 |
+
'Nuclear Medicine', 'nuclear medicine',
|
22 |
+
'Bone Densitometry', 'bone densitometry',
|
23 |
+
'Interventional Radiology', 'interventional radiology',
|
24 |
+
'Optical Coherence Tomography', 'optical coherence tomography', '(OCT)', ' OCT ', ' OCT.',
|
25 |
+
'Elastography', 'elastography',
|
26 |
+
'Thermography', 'thermography',
|
27 |
+
'Functional MRI', 'functional MRI', 'functional magnetic resonance imaging', '(fMRI)', ' fMRI ', ' fMRI.',
|
28 |
+
'Diffusion Tensor Imaging', 'diffusion tensor imaging', '(DTI)', ' DTI ', ' DTI.',
|
29 |
+
'Angiography', 'angiography',
|
30 |
+
'Cine MRI', 'cine MRI', 'cine magnetic resonance imaging', 'cine-MRI',
|
31 |
+
'Cardiac MRI', 'cardiac MRI', 'cardiac magnetic resonance imaging',
|
32 |
+
'Barium Swallow', 'barium swallow',
|
33 |
+
'Hysterosalpingography', 'hysterosalpingography',
|
34 |
+
'Myelography', 'myelography',
|
35 |
+
'Cholangiography', 'cholangiography',
|
36 |
+
'Intravenous Pyelogram', 'intravenous pyelogram', '(IVP)', ' IVP ', ' IVP.',
|
37 |
+
'Arthrography', 'arthrography',
|
38 |
+
'Digital Subtraction Angiography', 'digital subtraction angiography', '(DSA)', ' DSA ', ' DSA.',
|
39 |
+
'Scintigraphy', 'scintigraphy',
|
40 |
+
'Gallium Scan', 'gallium scan',
|
41 |
+
'Ventilation-Perfusion Scan', 'ventilation-perfusion scan', 'V/Q scan', '(V/Q)', ' V/Q ', ' V/Q.',
|
42 |
+
'Tomosynthesis', 'tomosynthesis'
|
43 |
+
]
|
44 |
+
```
|
45 |
+
- The articles under Open Access Common Use are only used.
|
46 |
+
- PMC articles that failed to download are excluded.
|
47 |
+
- Non-medical images (e.g., diagrams) are excluded in an automatic way.
|
48 |
+
|
49 |
+
## Citation
|
50 |
+
|
51 |
+
If you find this dataset useful in your research, please cite:
|
52 |
+
|
53 |
+
```
|
54 |
+
@misc{PMC-Patients-images,
|
55 |
+
title={PMC-Patients-images},
|
56 |
+
author={Kang, Myeongkyun},
|
57 |
+
howpublished={\url{https://huggingface.co/datasets/myeongkyunkang/PMC-Patients-images}},
|
58 |
+
year={2024}
|
59 |
+
}
|
60 |
+
```
|
61 |
+
|
62 |
+
## Acknowledgements
|
63 |
+
|
64 |
+
Thanks to the works that were useful for this project.
|
65 |
+
[PMC-Patients](https://huggingface.co/datasets/zhengyun21/PMC-Patients)
|