Skip to content

Commit

Permalink
Add citation info for latest OPTIMADE paper
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Nov 18, 2024
1 parent 03cd11c commit 622922f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ Contribution guidelines and tips for getting help can be found in the [contribut

## How to cite

If you use this package to access or serve OPTIMADE data, we kindly request that you consider citing the following:
If you use this package to access or serve OPTIMADE data, we kindly request that you cite the following:

- Evans *et al.*, Developments and applications of the OPTIMADE API for materials discovery, design, and data exchange, *Digital Discovery*, **3**, 1509-1533 (2024) [10.1039/D4DD00039K](https://doi.org/10.1039/D4DD00039K)
- Andersen *et al.*, OPTIMADE, an API for exchanging materials data, *Sci. Data* **8**, 217 (2021) [10.1038/s41597-021-00974-z](https://doi.org/10.1038/s41597-021-00974-z)
- Evans *et al.*, optimade-python-tools: a Python library for serving and consuming materials data via OPTIMADE APIs. *Journal of Open Source Software*, **6**(65), 3458 (2021) [10.21105/joss.03458](https://doi.org/10.21105/joss.03458)

Expand All @@ -129,3 +130,5 @@ If you use this package to access or serve OPTIMADE data, we kindly request that
- [pydantic](https://pydantic-docs.helpmanual.io/), the library used for generating the OpenAPI schema from [Python models](https://www.optimade.org/optimade-python-tools/all_models/).
- [FastAPI](https://fastapi.tiangolo.com/), the framework used for generating the reference implementation expressed by the [`openapi.json`](openapi/openapi.json) specification.
- [Lark](https://github.com/lark-parser/lark), the library used to parse the filter language in OPTIMADE queries.


0 comments on commit 622922f

Please sign in to comment.