Eggeling-Lab-Microscope-Software / TRAIT2D

TRAIT2D is a cross-platform Python software package with compilable graphical user interfaces (GUIs) to support Single Particle Tracking experiments.
GNU General Public License v3.0
10 stars 10 forks source link

Add CITATION.cff with Zenodo concept DOI #62

Closed john-wigg closed 2 years ago

john-wigg commented 3 years ago

When working on my master's thesis I found out about the CITATION.cff file which is a neat way to make a code repository citable.

GitHub actually adds a cool button so you can directly export a BibTex citation without having to navigate to Zenodo first:

image

I used Zenodo's concept DOI which always resolved to the latest version so we don't have to update it manually. You can still head over to Zenodo to cite a specific version or just do it manually.

I added everyone who is listed as an author of the paper as an author as well as @Zatyrus.

Let me know if you'd like anything changed, otherwise I will merge this next week or so.