caobin commited on
Commit
672b72c
·
verified ·
1 Parent(s): 9e55aca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Experimental pXRD Dataset (Subset of opXRD)
6
+
7
+ This repository open-sources **labeled experimental powder X-ray diffraction (pXRD) data**, released as a **curated subset of the opXRD database**, with data contributions from **HKUST (Guangzhou)**.
8
+
9
+ The dataset is intended for **materials informatics, phase identification, and AI-driven XRD analysis**, and is released for research and educational use.
10
+
11
+ ---
12
+
13
+ ## Dataset Composition
14
+
15
+ The repository contains a total of **1,277 experimental pXRD patterns**, including:
16
+
17
+ - **21 original pXRD patterns** measured using **XRed**
18
+ *(HKUST-A dataset)*
19
+
20
+ - **499 labeled oxpXRD samples**
21
+ *(HKUST-B dataset)*
22
+
23
+ - **752 processed pXRD patterns**, consisting of:
24
+ - **651 pXRD patterns** processed from the **opXRD database**
25
+ - **101 supplemental experimental pXRD patterns** from **HKUST (Guangzhou)**
26
+
27
+ ---
28
+
29
+ ## Summary
30
+
31
+ | Source | Number of pXRD Patterns |
32
+ |------|--------------------------|
33
+ | HKUST-A (XRed) | 21 |
34
+ | HKUST-B (labeled oxpXRD) | 499 |
35
+ | opXRD (processed) | 651 |
36
+ | HKUST-GZ (supplemental) | 101 |
37
+ | **Total** | **1,277** |
38
+
39
+ ---
40
+
41
+ ## Usage and Citation
42
+
43
+ If you use this dataset in your research, **please cite both this repository and the opXRD paper**:
44
+
45
+ ```bibtex
46
+ @dataset{cao2025opxrd_hkust_expdata,
47
+ title = {Experimental pXRD Dataset from HKUST (Guangzhou): A Subset of opXRD},
48
+ author = {Cao, Bin},
49
+ year = {2025},
50
+ publisher = {Hugging Face Datasets},
51
+ url = {https://huggingface.co/datasets/caobin/opxrd_hkust_expdata},
52
+ license = {Apache-2.0}
53
+ }
54
+
55
+
56
+
57
+ ```bibtex
58
+ @article{hollarek2025opxrd,
59
+ title={opXRD: Open Experimental Powder X-Ray Diffraction Database},
60
+ author={Hollarek, Daniel and Schopmans, Henrik and {\"O}streicher, Jona and Teufel, Jonas and Cao, Bin and Alwen, Adie and Schweidler, Simon and Singh, Mriganka and Kodalle, Tim and Hu, Hanlin and others},
61
+ journal={Advanced Intelligent Discovery},
62
+ pages={202500044},
63
+ year={2025},
64
+ publisher={Wiley Online Library}
65
+ }