|
5 | 5 | [](LICENSE) |
6 | 6 | [](https://travis-ci.com/holgerteichgraeber/TimeSeriesClustering.jl) |
7 | 7 | [](https://codecov.io/gh/holgerteichgraeber/TimeSeriesClustering.jl) |
8 | | - |
| 8 | +[](https://doi.org/10.21105/joss.01573) |
9 | 9 |
|
10 | 10 | [TimeSeriesClustering](https://github.com/holgerteichgraeber/TimeSeriesClustering.jl) is a [Julia](https://julialang.org) implementation of unsupervised learning methods for time series datasets. It provides functionality for clustering and aggregating, detecting motifs, and quantifying similarity between time series datasets. |
11 | 11 | The software provides a type system for temporal data, and provides an implementation of the most commonly used clustering methods and extreme value selection methods for temporal data. |
@@ -38,26 +38,27 @@ Pkg.add("TimeSeriesClustering") |
38 | 38 | ``` |
39 | 39 |
|
40 | 40 | ## Documentation |
41 | | -[Documentation (Stable)](https://holgerteichgraeber.github.io/TimeSeriesClustering.jl/stable): Please refer to this documentation for details on how to use TimeSeriesClustering the current version of TimeSeriesClustering. This is the documentation of the default version of the package. |
| 41 | +[Documentation (Stable)](https://holgerteichgraeber.github.io/TimeSeriesClustering.jl/stable): Please refer to this documentation for details on how to use TimeSeriesClustering the current version of TimeSeriesClustering. This is the documentation of the default version of the package. The default version is on the `master` branch. |
42 | 42 |
|
43 | | -[Documentation (Development)](https://holgerteichgraeber.github.io/TimeSeriesClustering.jl/dev): If you like to try the development version of TimeSeriesClustering, please refer to this documentation. |
| 43 | +[Documentation (Development)](https://holgerteichgraeber.github.io/TimeSeriesClustering.jl/dev): If you like to try the development version of TimeSeriesClustering, please refer to this documentation. The development version is on the `dev` branch. |
44 | 44 |
|
45 | 45 | **See [NEWS](NEWS.md) for significant breaking changes when updating from one version of TimeSeriesClustering to another.** |
46 | 46 |
|
47 | 47 | ## Citing TimeSeriesClustering |
48 | | -If you find TimeSeriesClustering useful in your work, we kindly request that you cite the following paper ([link](https://doi.org/10.1016/j.apenergy.2019.02.012)): |
49 | | - |
50 | | -``` |
51 | | - @article{Teichgraeber2019, |
52 | | - author = {Holger Teichgraeber and Adam Brandt}, |
53 | | - title = {Clustering methods to find representative periods for the optimization of energy systems: An initial framework and comparison}, |
54 | | - journal = {Applied Energy}, |
55 | | - volume = {239}, |
56 | | - pages = {1283–1293}, |
57 | | - year = {2019}, |
58 | | - doi = {https://doi.org/10.1016/j.apenergy.2019.02.012}, |
59 | | - } |
60 | | -``` |
| 48 | +If you find TimeSeriesClustering useful in your work, we kindly request that you cite the following paper ([link](https://doi.org/10.21105/joss.01573)): |
| 49 | + |
| 50 | +```@article{Teichgraeber2019joss, |
| 51 | +author = {Teichgraeber, Holger and Kuepper, Lucas Elias and Brandt, Adam R}, |
| 52 | +doi = {https://doi.org/10.21105/joss.01573}, |
| 53 | +journal = {Journal of Open Source Software}, |
| 54 | +number = {41}, |
| 55 | +pages = {1573}, |
| 56 | +title = {TimeSeriesClustering : An extensible framework in Julia}, |
| 57 | +volume = {4}, |
| 58 | +year = {2019} |
| 59 | +} |
| 60 | +
|
| 61 | +If you find this package useful, our paper [Clustering methods to find representative periods for the optimization of energy systems: An initial framework and comparison](https://doi.org/10.1016/j.apenergy.2019.02.012) may additionally be of interest. |
61 | 62 |
|
62 | 63 | ## Quick Start Guide |
63 | 64 |
|
|
0 commit comments