Skip to content

Commit

Permalink
update cff file
Browse files Browse the repository at this point in the history
  • Loading branch information
collinleiber committed Oct 23, 2023
1 parent 477a1c8 commit 47bc534
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ preferred-citation:
given-names: "Christian"
orcid: "https://orcid.org/0000-0002-2237-9969"
doi: "10.1145/3583780.3615290"
journal: "Proceedings of the 32nd ACM International Conference on Information and Knowledge Management"
month: 10
booktitle: "Proceedings of the 32nd ACM International Conference on Information and Knowledge Management"
start: 5208 # First page number
end: 5211 # Last page number
title: "Application of Deep Clustering Algorithms"
year: 2023
year: 2023
publisher: "Association for Computing Machinery"
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,27 +150,6 @@ The following variable names are used:
- 'CLUSTPY_DATA': Defines the path where downloaded datasets should be saved.
- 'CLUSTPY_DEVICE': Define the device to be used for Pytorch applications. Example: `os.environ['CLUSTPY_DEVICE'] = 'cuda:1'`

# Citation

If you use the ClustPy package in the context of a scientific publication, please cite it as follows:

*Leiber, C., Miklautz, L., Plant, C., Böhm, C. (2023, October).
Application of Deep Clustering Algorithms.
Proceedings of the 32nd ACM International Conference on Information and Knowledge Management.*

**BibTeX:**
```latex
@inproceedings{leiber2023application,
title = {Application of Deep Clustering Algorithms},
author = {Leiber, Collin and Miklautz, Lukas and Plant, Claudia and Böhm, Christian},
booktitle = {Proceedings of the 32nd ACM International Conference on Information and Knowledge Management},
year = {2023},
pages = {5208–5211},
organization = {Association for Computing Machinery},
url = {https://doi.org/10.1145/3583780.3615290}
}
```

# Compatible packages

We stick as close as possible to the implementation details of sklean clustering. Therefore, our methods are compatible with many other packages. Examples are:
Expand Down Expand Up @@ -310,3 +289,24 @@ df = evaluate_multiple_datasets(datasets, algorithms, metrics, n_repetitions=5,
save_intermediate_results=False)
print(df)
```

# Citation

If you use the ClustPy package in the context of a scientific publication, please cite it as follows:

*Leiber, C., Miklautz, L., Plant, C., Böhm, C. (2023, October).
Application of Deep Clustering Algorithms.
Proceedings of the 32nd ACM International Conference on Information and Knowledge Management.*

**BibTeX:**
```latex
@inproceedings{leiber2023application,
title = {Application of Deep Clustering Algorithms},
author = {Leiber, Collin and Miklautz, Lukas and Plant, Claudia and Böhm, Christian},
booktitle = {Proceedings of the 32nd ACM International Conference on Information and Knowledge Management},
year = {2023},
pages = {5208–5211},
publisher = {Association for Computing Machinery},
url = {https://doi.org/10.1145/3583780.3615290}
}
```

0 comments on commit 47bc534

Please sign in to comment.