Skip to content

Commit 6bfb23a

Browse files
authored
Add JOSS citation (#98)
1 parent 583e48f commit 6bfb23a

File tree

2 files changed

+32
-21
lines changed

2 files changed

+32
-21
lines changed

CITATION.cff

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
# This CITATION.cff file was generated with cffinit.
22
# Visit https://bit.ly/cffinit to generate yours today!
33

4-
cff-version: 1.2.0
5-
title: HiddenMarkovModels.jl
6-
message: >-
7-
If you use this software, please cite it using the
8-
metadata from this file.
9-
type: software
4+
cff-version: "1.2.0"
105
authors:
11-
- given-names: Guillaume
12-
family-names: Dalle
13-
orcid: 'https://orcid.org/0000-0003-4866-1687'
14-
identifiers:
15-
- type: doi
16-
value: 10.5281/zenodo.8128331
17-
repository-code: 'https://github.com/gdalle/HiddenMarkovModels.jl'
18-
url: 'https://gdalle.github.io/HiddenMarkovModels.jl/stable/'
19-
abstract: ' A Julia package for HMM modeling, simulation, inference and learning.'
20-
keywords:
21-
- Julia
22-
- Hidden Markov Model
23-
license: MIT
6+
- family-names: Dalle
7+
given-names: Guillaume
8+
orcid: "https://orcid.org/0000-0003-4866-1687"
9+
doi: 10.5281/zenodo.10931812
10+
message: If you use this software, please cite our article in the
11+
Journal of Open Source Software.
12+
preferred-citation:
13+
authors:
14+
- family-names: Dalle
15+
given-names: Guillaume
16+
orcid: "https://orcid.org/0000-0003-4866-1687"
17+
date-published: 2024-04-05
18+
doi: 10.21105/joss.06436
19+
issn: 2475-9066
20+
issue: 96
21+
journal: Journal of Open Source Software
22+
publisher:
23+
name: Open Journals
24+
start: 6436
25+
title: "HiddenMarkovModels.jl: generic, fast and reliable state space
26+
modeling"
27+
type: article
28+
url: "https://joss.theoj.org/papers/10.21105/joss.06436"
29+
volume: 9
30+
title: "HiddenMarkovModels.jl: generic, fast and reliable state space
31+
modeling"

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/HiddenMarkovModels.jl/dev/)
55
[![Build Status](https://github.com/gdalle/HiddenMarkovModels.jl/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/gdalle/HiddenMarkovModels.jl/actions/workflows/test.yml?query=branch%3Amain)
66
[![Coverage](https://codecov.io/gh/gdalle/HiddenMarkovModels.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gdalle/HiddenMarkovModels.jl)
7-
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
87

9-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8128331.svg)](https://doi.org/10.5281/zenodo.8128331)
8+
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
109
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
1110
[![JET](https://img.shields.io/badge/%E2%9C%88%EF%B8%8F%20tested%20with%20-%20JET.jl%20-%20red)](https://github.com/aviatesk/JET.jl)
1211

12+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8128331.svg)](https://doi.org/10.5281/zenodo.8128331)
13+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.06436/status.svg)](https://doi.org/10.21105/joss.06436)
14+
15+
1316
A Julia package for simulation, inference and learning of Hidden Markov Models.
1417

1518
## Getting started

0 commit comments

Comments
 (0)