Skip to content

Commit a2b4e83

Browse files
Added citation to the readme and to the docs landing page
1 parent 5399de6 commit a2b4e83

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,25 @@
1515
| [Topic Analysis](https://x-tabdeveloping.github.io/turftopic/analyzers/) | :robot: LLM-generated names and descriptions, :wave: Manual Topic Naming |
1616
| [Informative Topic Descriptions](https://x-tabdeveloping.github.io/turftopic/vectorizers/) | :key: Keyphrases, Noun-phrases, Lemmatization, Stemming |
1717

18+
## Citation
19+
20+
Please cite us when using Turftopic:
21+
22+
```bibtex
23+
@article{
24+
Kardos2025,
25+
title = {Turftopic: Topic Modelling with Contextual Representations from Sentence Transformers},
26+
doi = {10.21105/joss.08183},
27+
url = {https://doi.org/10.21105/joss.08183},
28+
year = {2025},
29+
publisher = {The Open Journal},
30+
volume = {10},
31+
number = {111},
32+
pages = {8183},
33+
author = {Kardos, Márton and Enevoldsen, Kenneth C. and Kostkan, Jan and Kristensen-McLachlan, Ross Deans and Rocca, Roberta},
34+
journal = {Journal of Open Source Software}
35+
}
36+
```
1837

1938
## Basics
2039
[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/x-tabdeveloping/turftopic/blob/main/examples/basic_example_20newsgroups.ipynb)

docs/index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,22 @@ model.print_topics()
4545

4646

4747

48-
48+
## Citation
49+
50+
Please cite us when using Turftopic:
51+
52+
```bibtex
53+
@article{
54+
Kardos2025,
55+
title = {Turftopic: Topic Modelling with Contextual Representations from Sentence Transformers},
56+
doi = {10.21105/joss.08183},
57+
url = {https://doi.org/10.21105/joss.08183},
58+
year = {2025},
59+
publisher = {The Open Journal},
60+
volume = {10},
61+
number = {111},
62+
pages = {8183},
63+
author = {Kardos, Márton and Enevoldsen, Kenneth C. and Kostkan, Jan and Kristensen-McLachlan, Ross Deans and Rocca, Roberta},
64+
journal = {Journal of Open Source Software}
65+
}
66+
```

0 commit comments

Comments
 (0)