From 9d5cab56996f780c5e3e257e066387dea22c0fdb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hern=C3=A1n=20Asorey?= <asoreyh@gmail.com>
Date: Thu, 5 Oct 2023 18:37:02 +0200
Subject: [PATCH] README: Zenodo: doi badge, and RedPitaya link

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 19ce5e8..f853fa6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-<!-- [![DOI](https://zenodo.org/badge/28657065.svg)](https://zenodo.org/badge/latestdoi/28657065) -->
+[![DOI](https://zenodo.org/badge/28655555.svg)](https://zenodo.org/badge/latestdoi/28655555)
 <div id="top"></div>
 <br />
 <div align="center">
@@ -69,7 +69,7 @@ The measured data LAGO dataset corresponds to any type of data that was measured
 
 When using ANNA, please cite using the DOI included at the begininig of this file. 
 
-H. Asorey for the LAGO Collaboration, _"The LAGO ANNA Data Analysis framework"_, [doi:_SOON_](https://doi.org/).
+H. Asorey for the LAGO Collaboration, _"The LAGO ANNA Data Analysis framework"_, version vM.m.p [doi:10.5281/zenodo.8411282](https://doi.org/10.5281/zenodo.8411282).
 
 <p align="right">(<a href="#top">back to top</a>)</p>
 
@@ -78,7 +78,7 @@ H. Asorey for the LAGO Collaboration, _"The LAGO ANNA Data Analysis framework"_,
 Currently, two electronic boards are consistenly used across the LAGO detection network. Two different versions were developed for [LAGO ACQUA](https://github.com/lagoproject/acqua), the LAGO data acquisition package. LAGO ANNA follows the same schema:
 
 * LAGO ANNA v1.x.x: Compatible with LAGO ACQUA v1, for the electronic board based on the NEXYS-II FPGA. Current version is the last developed version, [LAGO ACQUA v1.5.0](https://github.com/lagoproject/acqua/releases/tag/acqua-v1.5.0). In general, LAGO ANNA v1 are compatible with data acquired using LAGO ACQUA v1. 
-* LAGO ANNA v2.x.x: Compatible with LAGO ACQUA v2, designed for the electronic board based on the StemLab 125/14 RedPitaya electronic board. This is currently under actively development. 
+* LAGO ANNA v2.x.x: Compatible with LAGO ACQUA v2, designed for the electronic board based on the [RedPitaya StemLab 125/14](https://redpitaya.com/stemlab-125-14/) electronic board. This is currently under actively development. 
 * LAGO ANNA v3.x.x: This will be developed for the new LAGO EDGE detection schema. 
 
 Major versions for both the LAGO ACQUA and the LAGO ANNA frameworks are developed in different branchs and identified with the corresponding tags. Master branch always points to the latest stable development. 
-- 
GitLab