Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions src/citing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
How to cite ActivityWatch
=========================

If you use ActivityWatch in your research, please cite it. This helps us track
academic impact and keeps the project sustainable.

The canonical reference is the Zenodo DOI:

**DOI:** `10.5281/zenodo.4957165 <https://doi.org/10.5281/zenodo.4957165>`_

Ready-to-paste BibTeX for your methods section:

.. code-block:: bibtex

@software{activitywatch,
author = {Bjäreholt, Erik and Bjäreholt, Johan},
title = {ActivityWatch},
year = {2024},
publisher = {Zenodo},
version = {0.13.2},
doi = {10.5281/zenodo.4957165},
url = {https://github.com/ActivityWatch/activitywatch}
}

A machine-readable `CITATION.cff <https://github.com/ActivityWatch/activitywatch/blob/master/CITATION.cff>`_
is also available in the main repository, and GitHub will offer it via the
"Cite this repository" button.

If you publish a paper that uses ActivityWatch, we would love to hear about it —
please let us know on `the forum <https://forum.activitywatch.net/>`_.
1 change: 1 addition & 0 deletions src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Table of contents
:caption: Meta

privacy
citing
history
changelog

Expand Down
Loading