Skip to content

Commit

Permalink
Add preprint to README (#6)
Browse files Browse the repository at this point in the history
* Add preprint to README

* Update README.md

* Fix pre-commit config for trailing whitespace in MD linebreaks
  • Loading branch information
ml-evs authored Nov 1, 2024
1 parent 7dbbe10 commit 38b8ec9
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 @@ -12,6 +12,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 @@ -14,6 +14,13 @@

Repository containing the reference implementation of the Datatractor API, published at [![Datatractor Yard](https://badgen.net/static/%F0%9F%9A%9Cdatatractor/yard)](https://yard.datatractor.org/).


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)
## `datatractor-beam` package

This repository contains a draft Python 3.10 package, located under the `./beam` directory.
Expand Down

0 comments on commit 38b8ec9

Please sign in to comment.