Skip to content

Commit a2d4644

Browse files
committed
[DOC] adding "how to cite" info
1 parent c067d88 commit a2d4644

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,33 @@ If you are having issues, [please let me know](https://www.uib.no/en/persons/Nat
8888

8989
The project is licensed under the MIT license.
9090

91+
## How to cite PyCVI
92+
93+
If you are using PyCVI in your work, please cite us using one of the following entries:
94+
95+
**BibTeX**:
96+
97+
```tex
98+
@article{Galmiche2024,
99+
author = {Natacha Galmiche},
100+
title = {PyCVI: A Python package for internal Cluster Validity Indices, compatible with time-series data},
101+
doi = {10.21105/joss.06841},
102+
url = {https://doi.org/10.21105/joss.06841},
103+
year = {2024},
104+
publisher = {The Open Journal},
105+
volume = {9},
106+
number = {102},
107+
pages = {6841},
108+
journal = {Journal of Open Source Software}
109+
}
110+
```
111+
112+
**Plain text**:
113+
114+
```text
115+
Galmiche, N., (2024). PyCVI: A Python package for internal Cluster Validity Indices, compatible with time-series data. Journal of Open Source Software, 9(102), 6841, https://doi.org/10.21105/joss.06841
116+
```
117+
91118
[^DTW]: Donald J. Berndt and James Clifford. Using dynamic time warping to find patterns in time series. In Proceedings of the 3rd International Conference on Knowledge Discovery and Data Mining, AAAIWS’94, page 359–370. AAAI Press, 1994
92119
[^DBA]: F. Petitjean, A. Ketterlin, and P. Gan carski, “A global averaging method for dynamic time warping, with applications to clustering,” *Pattern Recognition*, vol. 44, pp. 678–693, Mar. 2011.
93120
[^Hart]: D. J. Strauss and J. A. Hartigan, “Clustering algorithms,”

docs/md/welcome_bottom.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,29 @@
77

88
If you are having issues, [please let me know](https://www.uib.no/en/persons/Natacha.Madeleine.Georgette.Galmiche) or [create an issue](https://github.com/nglm/pycvi/issues).
99

10+
## How to cite PyCVI
11+
12+
If you are using PyCVI in your work, please cite us using one of the following entries:
13+
14+
**BibTeX**:
15+
16+
```tex
17+
@article{Galmiche2024,
18+
author = {Natacha Galmiche},
19+
title = {PyCVI: A Python package for internal Cluster Validity Indices, compatible with time-series data},
20+
doi = {10.21105/joss.06841},
21+
url = {https://doi.org/10.21105/joss.06841},
22+
year = {2024},
23+
publisher = {The Open Journal},
24+
volume = {9},
25+
number = {102},
26+
pages = {6841},
27+
journal = {Journal of Open Source Software}
28+
}
29+
```
30+
31+
**Plain text**:
32+
33+
```text
34+
Galmiche, N., (2024). PyCVI: A Python package for internal Cluster Validity Indices, compatible with time-series data. Journal of Open Source Software, 9(102), 6841, https://doi.org/10.21105/joss.06841
35+
```

0 commit comments

Comments
 (0)