Skip to content

Commit

Permalink
Add preprint to README (#19)
Browse files Browse the repository at this point in the history
* Update README.md

* Allow trailing whitespace in MD linebreaks
  • Loading branch information
ml-evs authored Nov 1, 2024
1 parent b612462 commit d8c6228
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8c6228

Please sign in to comment.