File tree Expand file tree Collapse file tree 2 files changed +32
-21
lines changed
Expand file tree Collapse file tree 2 files changed +32
-21
lines changed Original file line number Diff line number Diff line change 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"
105authors :
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"
Original file line number Diff line number Diff line change 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+
1316A Julia package for simulation, inference and learning of Hidden Markov Models.
1417
1518## Getting started
You can’t perform that action at this time.
0 commit comments