From 591501940b2c2120027693f86723da76f1c3fb7e Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:45:45 -0500 Subject: [PATCH] Added zenodo DOI badge to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90473203e..12372c8f8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8056010.svg)](https://doi.org/10.5281/zenodo.8056010) [![Maintainability](https://api.codeclimate.com/v1/badges/11bf2329590e7b0164ba/maintainability)](https://codeclimate.com/github/hed-standard/hed-python/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/11bf2329590e7b0164ba/test_coverage)](https://codeclimate.com/github/hed-standard/hed-python/test_coverage) ![PyPI - Status](https://img.shields.io/pypi/v/hedtools) + # HEDTools - Python HED (Hierarchical Event Descriptors) is a framework for systematically describing both laboratory and real-world events as well as other experimental metadata. @@ -15,11 +17,11 @@ Most people will simply annotate their events by creating a spreadsheet or a BIDS JSON sidecar that associates HED tags with event codes or the events themselves. If you have such a spreadsheet or a JSON, you can use the HED Online Validator currently available at -[https://hedtools.ucsd.edu/hed](https://hedtools.ucsd.edu/hed) to validate or transform +[https://hedtools.org](https://hedtools.org) to validate or transform your files without downloading any tools. A version of the online tools corresponding to the `develop` branch can be found at: -[https://hedtools.ucsd.edu/hed_dev](https://hedtools.ucsd.edu/hed_dev). +[https://hedtools.org/hed_dev](https://hedtools.org/hed_dev). ### Installation Use `pip` to install `hedtools` from PyPI: