From 312212ffc12bd74a06d432879a368709fb1f62e8 Mon Sep 17 00:00:00 2001 From: GilesStrong Date: Sat, 17 Feb 2024 22:18:01 +0900 Subject: [PATCH] Docs: Add DOI --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4afa0a7..f8b833e8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![pypi tomopt version](https://img.shields.io/pypi/v/tomopt.svg)](https://pypi.python.org/pypi/tomopt) [![tomopt python compatibility](https://img.shields.io/pypi/pyversions/tomopt.svg)](https://pypi.python.org/pypi/tomopt) [![tomopt license](https://img.shields.io/pypi/l/tomopt.svg)](https://pypi.python.org/pypi/tomopt) [![Documentation Status](https://readthedocs.org/projects/tomopt/badge/?version=stable)](https://tomopt.readthedocs.io/en/latest/?badge=stable) - +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10673885.svg)](https://doi.org/10.5281/zenodo.10673885) # TomOpt: Differential Muon Tomography Optimisation diff --git a/pyproject.toml b/pyproject.toml index 69ac92aa..eb0bad42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Natural Language :: English", "Development Status :: 3 - Alpha", ] -documentation = "https://tomopt.readthedocs.io/en/stable" +documentation = "https://tomopt.readthedocs.io/en/latest" keywords = ["deep learning", "differential programming", "physics", "science", "statistics", "tomography", "detector"] include = ["py.typed", "volume/scatter_models/*"]