Skip to content

Commit

Permalink
use arxiv paper as citation (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris authored Jun 23, 2024
1 parent ea21637 commit be01abd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
19 changes: 8 additions & 11 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
@software{ComplexityMeasures.jl,
author = {Kristian Agasøster Haaga and
George Datseris},
title = {JuliaDynamics/ComplexityMeasures.jl: v2.7.2},
month = apr,
year = 2023,
publisher = {Zenodo},
version = {v2.7.2},
doi = {10.5281/zenodo.7862020},
url = {https://doi.org/10.5281/zenodo.7862020}
}
@misc{ComplexityMeasures.jl,
title={ComplexityMeasures.jl: scalable software to unify and accelerate entropy and complexity timeseries analysis},
author={George Datseris and Kristian Agasøster Haaga},
year={2024},
eprint={2406.05011},
archivePrefix={arXiv},
primaryClass={id='cs.SE' full_name='Software Engineering' is_active=True alt_name=None in_archive='cs' is_general=False description='Covers design tools, software metrics, testing and debugging, programming environments, etc. Roughly includes material in all of ACM Subject Classes D.2, except that D.2.4 (program verification) should probably have Logics in Computer Science as the primary subject area.'}
}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "ComplexityMeasures"
uuid = "ab4b797d-85ee-42ba-b621-05d793b346a2"
authors = "Kristian Agasøster Haaga <[email protected]>, George Datseries <[email protected]>"
repo = "https://github.com/juliadynamics/ComplexityMeasures.jl.git"
version = "3.6.2"
version = "3.6.3"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![codecov](https://codecov.io/gh/JuliaDynamics/ComplexityMeasures.jl/branch/main/graph/badge.svg?token=6XlPGg5nRG)](https://codecov.io/gh/JuliaDynamics/ComplexityMeasures.jl)
[![Package Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FComplexityMeasures&query=total_requests&label=Downloads)](http://juliapkgstats.com/pkg/ComplexityMeasures)
[![Package Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FEntropies&query=total_requests&label=Downloads%20(Entropies))](http://juliapkgstats.com/pkg/Entropies)
[![DOI](https://zenodo.org/badge/306859984.svg)](https://zenodo.org/badge/latestdoi/306859984)
[![DOI](https://img.shields.io/badge/DOI:-arXiv.2406.05011-blueviolet.svg)](https://doi.org/10.48550/arXiv.2406.05011)

ComplexityMeasures.jl is a software for calculating 1000s of various kinds of
probabilities, entropies, and other so-called _complexity measures_ from a single input dataset. For relational measures across many input datasets see its extension [CausalityTools.jl](https://juliadynamics.github.io/CausalityTools.jl/dev/).
Expand Down

0 comments on commit be01abd

Please sign in to comment.