Skip to content

Commit

Permalink
add Zenodo DOI (close #180)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Jul 17, 2021
1 parent d4549af commit 30be74b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## Unreleased

## [v1.3.1]

- Add [#180]: Zenodo DOI.

## [v1.3.0]

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

This document follows [changelog guidelines]

[v1.3.1]: https://github.com/gnames/gnparser/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/gnames/gnparser/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/gnames/gnparser/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/gnames/gnparser/compare/v1.0.14...v1.1.0
Expand Down Expand Up @@ -315,6 +320,16 @@ This document follows [changelog guidelines]
[v0.6.0]: https://github.com/gnames/gnparser/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/gnames/gnparser/tree/v0.5.1

[#190]: https://github.com/gnames/gnparser/issues/190
[#189]: https://github.com/gnames/gnparser/issues/189
[#188]: https://github.com/gnames/gnparser/issues/188
[#187]: https://github.com/gnames/gnparser/issues/187
[#186]: https://github.com/gnames/gnparser/issues/186
[#185]: https://github.com/gnames/gnparser/issues/185
[#184]: https://github.com/gnames/gnparser/issues/184
[#183]: https://github.com/gnames/gnparser/issues/183
[#182]: https://github.com/gnames/gnparser/issues/182
[#181]: https://github.com/gnames/gnparser/issues/181
[#180]: https://github.com/gnames/gnparser/issues/180
[#179]: https://github.com/gnames/gnparser/issues/179
[#178]: https://github.com/gnames/gnparser/issues/178
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ gnparser -h

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

* [Citing](#citing)
* [Introduction](#introduction)
* [Speed](#speed)
* [Features](#features)
Expand Down Expand Up @@ -75,6 +76,10 @@ gnparser -h

<!-- vim-markdown-toc -->

## Citing

[Zenodo DOI] can be used to ciet GNparser

## Introduction

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

0 comments on commit 30be74b

Please sign in to comment.