From 622922ffd3b70cd07a40d99e987b29b08da0e448 Mon Sep 17 00:00:00 2001 From: Matthew Evans <7916000+ml-evs@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:17:10 +0000 Subject: [PATCH 1/2] Add citation info for latest OPTIMADE paper --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbbe39d77..634581620 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. + + From 7166a35babb355ae7def8e8c8dc033dc6bf1fc7b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:25:23 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 634581620..4007594eb 100644 --- a/README.md +++ b/README.md @@ -130,5 +130,3 @@ 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. - -