Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# YAML 1.2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.2.0
message: If you use this software in a publication, please cite the Digital Discovery paper and source code archive on Zenodo.
title: optimade-maker
abstract: Tools for making OPTIMADE APIs from various formats of structural data (e.g. an archive of CIF files).
repository-code: https://github.com/Materials-Consortia/optimade-maker
url: https://github.com/Materials-Consortia/optimade-maker
type: software
license: MIT
authors:
- given-names: Kristjan
family-names: Eimre
orcid: https://orcid.org/0000-0002-3444-3286
- given-names: Matthew L.
family-names: Evans
orcid: https://orcid.org/0000-0002-1182-9098
- given-names: Bud
family-names: Macaulay
orcid: https://orcid.org/0009-0009-0653-3741
- given-names: Xing
family-names: Wang
orcid: https://orcid.org/0000-0003-3356-9108
- given-names: Jusong
family-names: Yu
- given-names: Nicola
family-names: Marzari
orcid: https://orcid.org/0000-0002-9764-0199
- given-names: Gian-Marco
family-names: Rignanese
orcid: https://orcid.org/0000-0002-1422-1205
- given-names: Giovanni
family-names: Pizzi
orcid: https://orcid.org/0000-0002-3583-4377
identifiers:
- type: doi
value: 10.5281/zenodo.20480275
description: "The software repository archive on Zenodo"
- type: doi
value: 10.1039/D6DD00125D
description: "The Digital Discovery paper describing optimade-maker"
preferred-citation:
type: article
title: 'optimade-maker: automated generation of interoperable materials APIs from static datasets'
doi: https://doi.org/10.1039/D6DD00125D
volume: 5
pages: 2469-2477
journal: Digital Discovery
authors:
- given-names: Kristjan
family-names: Eimre
orcid: https://orcid.org/0000-0002-3444-3286
- given-names: Matthew L.
family-names: Evans
orcid: https://orcid.org/0000-0002-1182-9098
- given-names: Bud
family-names: Macaulay
orcid: https://orcid.org/0009-0009-0653-3741
- given-names: Xing
family-names: Wang
orcid: https://orcid.org/0000-0003-3356-9108
- given-names: Jusong
family-names: Yu
- given-names: Nicola
family-names: Marzari
orcid: https://orcid.org/0000-0002-9764-0199
- given-names: Gian-Marco
family-names: Rignanese
orcid: https://orcid.org/0000-0002-1422-1205
- given-names: Giovanni
family-names: Pizzi
orcid: https://orcid.org/0000-0002-3583-4377
year: 2026
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ The toolkit supports a custom data pipeline (e.g. with an external MongoDB), by

If you use `optimade-maker` in your research, please cite:

> K. Eimre, M. L. Evans, B. Macaulay, X. Wang, J. Yu, N. Marzari, G.-M. Rignanese, and G. Pizzi, optimade-maker: Automated generation of interoperable materials APIs from static datasets, Digital Discovery (2026). DOI: [10.1039/D6DD00125D](https://doi.org/10.1039/D6DD00125D)
> K. Eimre, M. L. Evans, B. Macaulay, X. Wang, J. Yu, N. Marzari, G.-M. Rignanese, and G. Pizzi, optimade-maker: Automated generation of interoperable materials APIs from static datasets, Digital Discovery 5, 2469-2477 (2026). DOI: [10.1039/D6DD00125D](https://doi.org/10.1039/D6DD00125D)

Preprint: https://doi.org/10.48550/arXiv.2603.23536
The preprint is also available on arXiv at [10.48550/arXiv.2603.23536](https://doi.org/10.48550/arXiv.2603.23536).

## For developers

Expand Down
Loading