Add Zenodo DOI badge and DOI to citation file

This commit is contained in:
Lewis Van Winkle
2026-08-05 22:12:33 -05:00
parent cd0f1b67ea
commit f839688b93
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ authors:
- family-names: "Van Winkle"
given-names: "Lewis"
license: Zlib
doi: 10.5281/zenodo.21816910
repository-code: "https://github.com/codeplea/genann"
url: "https://codeplea.com/genann"
keywords:

View File

@@ -3,6 +3,7 @@
# Genann
[![CI](https://github.com/codeplea/genann/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/codeplea/genann/actions/workflows/ci.yml)
[![DOI](https://zenodo.org/badge/51344685.svg)](https://doi.org/10.5281/zenodo.21816910)
Genann is a minimal, well-tested library for training and using feedforward
artificial neural networks (ANN) in C. Its primary focus is on being simple,