Khalizo commited on
Commit
a4ed9cc
·
verified ·
1 Parent(s): e38c49c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -273,7 +273,7 @@ Not enough data per material class (would need 5,000+ per class). Use GPs.
273
 
274
  - **[FusionMatDB](https://github.com/Khalizo/fusionmatdb)** — The extraction pipeline that built this dataset
275
 
276
- - **FusionBAL** — Bayesian active learning for fusion experiment planning (loads this dataset as GP prior)
277
  - **[FusionUQ](https://github.com/Khalizo/fusionuq)** — Uncertainty quantification for ML interatomic potentials (calibrates against this dataset)
278
 
279
  ---
@@ -281,14 +281,13 @@ Not enough data per material class (would need 5,000+ per class). Use GPs.
281
  ## Citation
282
 
283
  ```bibtex
284
- @dataset{fusionmatdb2026,
285
- title = {FusionMatDB: An Open-Source Fusion Irradiation Materials Database},
286
- author = {Khalidson, Babs},
287
- year = {2026},
288
- doi = {10.57967/hf/8386},
289
- url = {https://doi.org/10.57967/hf/8386},
290
- note = {Extracted from ORNL Fusion Materials Program semiannual progress
291
- reports (1990--2024) using vision-based PDF extraction.}
292
  }
293
  ```
294
 
 
273
 
274
  - **[FusionMatDB](https://github.com/Khalizo/fusionmatdb)** — The extraction pipeline that built this dataset
275
 
276
+ - **[FusionGuide](https://github.com/Khalizo/fusionguide)** — AI experiment planner for fusion materials (loads this dataset as GP prior)
277
  - **[FusionUQ](https://github.com/Khalizo/fusionuq)** — Uncertainty quantification for ML interatomic potentials (calibrates against this dataset)
278
 
279
  ---
 
281
  ## Citation
282
 
283
  ```bibtex
284
+ @misc{babs_khalidson_2026,
285
+ author = { Babs Khalidson },
286
+ title = { fusionmatdb (Revision d2f3a5a) },
287
+ year = 2026,
288
+ url = { https://huggingface.co/datasets/Khalizo/fusionmatdb },
289
+ doi = { 10.57967/hf/8386 },
290
+ publisher = { Hugging Face }
 
291
  }
292
  ```
293