Upload docs/citation.md with huggingface_hub
Browse files- docs/citation.md +75 -0
docs/citation.md
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Citation
|
| 2 |
+
|
| 3 |
+
If you use the Scandium Dataset in your research, please cite:
|
| 4 |
+
|
| 5 |
+
## BibTeX
|
| 6 |
+
|
| 7 |
+
```bibtex
|
| 8 |
+
@software{scandium_dataset_v3,
|
| 9 |
+
title = {Scandium Dataset v0.0},
|
| 10 |
+
version = {0.0.0},
|
| 11 |
+
date = {2026-07-21},
|
| 12 |
+
publisher = {Scandium Labs},
|
| 13 |
+
doi = {pending},
|
| 14 |
+
url = {https://github.com/Scandium-Labs/Scandium-Dataset}
|
| 15 |
+
}
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
## Individual Source Citations
|
| 19 |
+
|
| 20 |
+
When discussing entries from specific sources, also cite the original databases:
|
| 21 |
+
|
| 22 |
+
### Materials Project
|
| 23 |
+
```bibtex
|
| 24 |
+
@article{jain2013commentary,
|
| 25 |
+
title = {Commentary: The Materials Project: A materials genome approach
|
| 26 |
+
to accelerating materials innovation},
|
| 27 |
+
author = {Jain, Anubhav and Ong, Shyue Ping and Hautier, Geoffroy and
|
| 28 |
+
Chen, Wei and Richards, William Davidson and Dacek, Stephen
|
| 29 |
+
and Cholia, Shreyas and Gunter, Dan and Skinner, David and
|
| 30 |
+
Ceder, Gerbrand and Persson, Kristin A},
|
| 31 |
+
journal = {APL Materials},
|
| 32 |
+
volume = {1},
|
| 33 |
+
number = {1},
|
| 34 |
+
pages = {011002},
|
| 35 |
+
year = {2013}
|
| 36 |
+
}
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
### OQMD
|
| 40 |
+
```bibtex
|
| 41 |
+
@article{saal2013materials,
|
| 42 |
+
title = {Materials Design and Discovery with High-Throughput Density
|
| 43 |
+
Functional Theory: The Open Quantum Materials Database (OQMD)},
|
| 44 |
+
author = {Saal, James E and Kirklin, Scott and Aykol, Muratahan and
|
| 45 |
+
Meredig, Bryce and Wolverton, C},
|
| 46 |
+
journal = {JOM},
|
| 47 |
+
volume = {65},
|
| 48 |
+
number = {11},
|
| 49 |
+
pages = {1501--1509},
|
| 50 |
+
year = {2013}
|
| 51 |
+
}
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
### JARVIS-DFT
|
| 55 |
+
```bibtex
|
| 56 |
+
@article{choudhary2020jarvis,
|
| 57 |
+
title = {The joint automated repository for various integrated simulations
|
| 58 |
+
(JARVIS) for data-driven materials design},
|
| 59 |
+
author = {Choudhary, Kamal and Garrity, Kevin F and Reid, Andrew CE and
|
| 60 |
+
DeCost, Brian and Biacchi, Adam J and Hight Walker, Angela R and
|
| 61 |
+
Trautt, Zachary and others},
|
| 62 |
+
journal = {npj Computational Materials},
|
| 63 |
+
volume = {6},
|
| 64 |
+
number = {1},
|
| 65 |
+
pages = {173},
|
| 66 |
+
year = {2020}
|
| 67 |
+
}
|
| 68 |
+
```
|
| 69 |
+
|
| 70 |
+
## License Attribution
|
| 71 |
+
|
| 72 |
+
- **MP entries**: CC BY 4.0 — attribute "Materials Project"
|
| 73 |
+
- **JARVIS entries**: CC0 — no attribution required
|
| 74 |
+
- **OQMD entries**: Free for non-commercial use — attribute "OQMD"
|
| 75 |
+
- **Scandium processing**: CC BY 4.0 — attribute "Scandium Labs"
|