Skip to content

Commit 30be74b

Browse files
committed
add Zenodo DOI (close #180)
1 parent d4549af commit 30be74b

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## Unreleased
44

5+
## [v1.3.1]
6+
7+
- Add [#180]: Zenodo DOI.
8+
59
## [v1.3.0]
610

7-
- Add [#179]: add cultivars info to README.
11+
- Add [#179]: cultivars info to README.
812
- Add [#178]: parse cultivars via REST API.
913
- Add [#177]: parse botanical cultivars via web.
1014
- Add [#173]: cultivars parsing #174 @tobymarsden.
@@ -276,6 +280,7 @@ array of names instead of a stream.
276280

277281
This document follows [changelog guidelines]
278282

283+
[v1.3.1]: https://github.com/gnames/gnparser/compare/v1.3.0...v1.3.1
279284
[v1.3.0]: https://github.com/gnames/gnparser/compare/v1.2.0...v1.3.0
280285
[v1.2.0]: https://github.com/gnames/gnparser/compare/v1.1.0...v1.2.0
281286
[v1.1.0]: https://github.com/gnames/gnparser/compare/v1.0.14...v1.1.0
@@ -315,6 +320,16 @@ This document follows [changelog guidelines]
315320
[v0.6.0]: https://github.com/gnames/gnparser/compare/v0.5.1...v0.6.0
316321
[v0.5.1]: https://github.com/gnames/gnparser/tree/v0.5.1
317322

323+
[#190]: https://github.com/gnames/gnparser/issues/190
324+
[#189]: https://github.com/gnames/gnparser/issues/189
325+
[#188]: https://github.com/gnames/gnparser/issues/188
326+
[#187]: https://github.com/gnames/gnparser/issues/187
327+
[#186]: https://github.com/gnames/gnparser/issues/186
328+
[#185]: https://github.com/gnames/gnparser/issues/185
329+
[#184]: https://github.com/gnames/gnparser/issues/184
330+
[#183]: https://github.com/gnames/gnparser/issues/183
331+
[#182]: https://github.com/gnames/gnparser/issues/182
332+
[#181]: https://github.com/gnames/gnparser/issues/181
318333
[#180]: https://github.com/gnames/gnparser/issues/180
319334
[#179]: https://github.com/gnames/gnparser/issues/179
320335
[#178]: https://github.com/gnames/gnparser/issues/178

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ gnparser -h
4040

4141
<!-- vim-markdown-toc GFM -->
4242

43+
* [Citing](#citing)
4344
* [Introduction](#introduction)
4445
* [Speed](#speed)
4546
* [Features](#features)
@@ -75,6 +76,10 @@ gnparser -h
7576

7677
<!-- vim-markdown-toc -->
7778

79+
## Citing
80+
81+
[Zenodo DOI] can be used to ciet GNparser
82+
7883
## Introduction
7984

8085
Global Names Parser or ``gnparser`` is a program written in Go for breaking up
@@ -630,6 +635,7 @@ Released under [MIT license]
630635
[IRMNG]: http://www.irmng.org
631636
[MIT license]: https://github.com/gnames/gnparser/raw/master/LICENSE
632637
[Schinke R et al (1996)]: https://caio.ueberalles.net/a_stemming_algorithm_for_latin_text_databases-schinke_et_al.pdf
638+
[Zenodo DOI]: https://example.org
633639
[biodiversity]: https://github.com/GlobalNamesArchitecture/biodiversity
634640
[export file]: https://github.com/gnames/gnparser/blob/master/binding/main.go
635641
[gna]: http://globalnames.org

0 commit comments

Comments
 (0)