Skip to content

Commit

Permalink
Add JOSS citation (gdalle#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored Apr 5, 2024
1 parent 583e48f commit 6bfb23a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 21 deletions.
46 changes: 27 additions & 19 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: HiddenMarkovModels.jl
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
cff-version: "1.2.0"
authors:
- given-names: Guillaume
family-names: Dalle
orcid: 'https://orcid.org/0000-0003-4866-1687'
identifiers:
- type: doi
value: 10.5281/zenodo.8128331
repository-code: 'https://github.com/gdalle/HiddenMarkovModels.jl'
url: 'https://gdalle.github.io/HiddenMarkovModels.jl/stable/'
abstract: ' A Julia package for HMM modeling, simulation, inference and learning.'
keywords:
- Julia
- Hidden Markov Model
license: MIT
- family-names: Dalle
given-names: Guillaume
orcid: "https://orcid.org/0000-0003-4866-1687"
doi: 10.5281/zenodo.10931812
message: If you use this software, please cite our article in the
Journal of Open Source Software.
preferred-citation:
authors:
- family-names: Dalle
given-names: Guillaume
orcid: "https://orcid.org/0000-0003-4866-1687"
date-published: 2024-04-05
doi: 10.21105/joss.06436
issn: 2475-9066
issue: 96
journal: Journal of Open Source Software
publisher:
name: Open Journals
start: 6436
title: "HiddenMarkovModels.jl: generic, fast and reliable state space
modeling"
type: article
url: "https://joss.theoj.org/papers/10.21105/joss.06436"
volume: 9
title: "HiddenMarkovModels.jl: generic, fast and reliable state space
modeling"
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/HiddenMarkovModels.jl/dev/)
[![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)
[![Coverage](https://codecov.io/gh/gdalle/HiddenMarkovModels.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gdalle/HiddenMarkovModels.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8128331.svg)](https://doi.org/10.5281/zenodo.8128331)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
[![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)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8128331.svg)](https://doi.org/10.5281/zenodo.8128331)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.06436/status.svg)](https://doi.org/10.21105/joss.06436)


A Julia package for simulation, inference and learning of Hidden Markov Models.

## Getting started
Expand Down

0 comments on commit 6bfb23a

Please sign in to comment.