Skip to content

Commit b517486

Browse files
authored
Update CITATION.cff to have arxiv ID (#14)
1 parent c8cc676 commit b517486

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ authors:
2525
family-names: White
2626
identifiers:
2727
- type: doi
28-
# value: 10.48550/arXiv.2412.21154
28+
value: 10.48550/arXiv.2506.17238
2929
description: ArXiv DOI
3030
- type: url
31-
# value: https://arxiv.org/abs/2412.21154
31+
value: https://arxiv.org/abs/2506.17238
3232
description: ArXiv abstract
3333
repository-code: https://github.com/Future-House/ether0
3434
keywords:
@@ -59,8 +59,8 @@ preferred-citation:
5959
- given-names: Andrew D.
6060
family-names: White
6161
date-published: 2025-06-04
62-
doi: 10.48550/arXiv.2412.21154
62+
doi: 10.48550/arXiv.2506.17238
6363
journal: preprint
6464
title: "Training a Scientific Reasoning Model for Chemistry"
6565
type: article
66-
# url: https://arxiv.org/abs/2412.21154
66+
url: https://arxiv.org/abs/2506.17238

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Future-House/ether0)
2+
[![arXiv](https://img.shields.io/badge/arXiv-2506.17238-b31b1b.svg)](https://arxiv.org/abs/2506.17238)
23
[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
34
![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)
5+
46
[![Tests](https://github.com/Future-House/ether0/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/Future-House/ether0/actions)
57
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
68
[![python](https://img.shields.io/badge/python-3.11+-blue?style=flat&logo=python&logoColor=white)](https://www.python.org)
7-
89
[![Model on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/model-on-hf-md-dark.svg)](https://huggingface.co/futurehouse/ether0)
910
[![Dataset on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/dataset-on-hf-md-dark.svg)](https://huggingface.co/datasets/futurehouse/ether0-benchmark)
1011

0 commit comments

Comments
 (0)