How would one cite Discourse in an academic paper?
There are guidelines for folks who use LATEX and Bibtex, but I am not sure where to find the relevant information, specifically the author and the year. This is the recommended format for the bibliography item:
@Misc{popinet00,
author = {Stephane Popinet},
title = {{GTS}: {GNU} {Triangulated} {Surface} library},
howpublished = {\url{http://gts.sourceforge.net/}},
year = {2000--2004}
}
Note that especially for academic software one can create a DOI tracking Github repo via Zenodo with Github integration. Probably an overkill in this case though.
Otherwise, listing all authors in an open source project seems to be a futile task so I would keep it simple and mention e.g. only founders?
Definitely overkill – not even sure about the notion of authoriality in open source software. But who are the founders? Where do I find the info? For example, on the NetLogo site there is a “copyright” page with the guidelines for citing: https://ccl.northwestern.edu/netlogo/docs/copyright.html.
@Misc{discourse13,
author = {Jeff Atwood and Robin Ward and Sam Saffron and Neil Lalonde},
title = {{Discourse: Civilized Discourse Construction Kit}},
howpublished = {\url{https://www.discourse.org/}},
year = {2013--2019}
}
based on AUTHORS.md. If you want to reflect that it’s built by a community of people rather than the four founding members, I’d use Discourse Development Team or something similar.
Keep in mind, if you’re going for technicality here Neil is not a co-founder. While he has been around since nearly the beginning, and deserves heaps and heaps (and heaps) of credit, he’s not legally a co-founder.