From 658017d45a3b8a6c1a5a49579adfa363b27da7f1 Mon Sep 17 00:00:00 2001 From: Matthew Evans <7916000+ml-evs@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:33:28 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3d26531..880056b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ By providing this data in a web API, it hoped that users can discover new extrac The state of the `main` branch is deployed to https://yard.datatractor.org/, with API docs (and built-in client) accessible at https://yard.datatractor.org/redoc. +For more information, see the preprint: + +> **Datatractor: Metadata, automation, and registries for extractor interoperability in the chemical and materials sciences** +> Matthew L. Evans, Gian-Marco Rignanese, David Elbert & Peter Kraus +> [arXiv:2410.18839](https://arxiv.org/abs/2410.18839) (2024) + + ## Contributing You are welcome to contribute file type and extractor entries to this registry, by opening a pull request. Please see the [contributing guidelines](./CONTRIBUTING.md) for detailed steps. After submitting a pull request, this data will be validated and added to the deployed database once it is merged. From 996df1d002f774d9e9ce9dec3849899164a30c19 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Fri, 1 Nov 2024 13:19:25 +0000 Subject: [PATCH 2/2] Allow trailing whitespace in MD linebreaks --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e442ef..b09eef3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,7 @@ repos: name: Fix requirements*.txt files: ^requirements.*\.txt$ - id: trailing-whitespace + args: [--markdown-linebreak-ext=md] - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt rev: 0.2.3