httk.core.citation module

Keep track of citation information for different parts of httk, so that this info can be printed out on program exit. Turn on either explicitly by calling httk.config.print_citations_at_exit() from your program, or implicitly for all software using httk by setting ‘auto_print_citations_at_exit=yes’ in httk.cfg

Right now this is mostly a proof of concept code, and was added in response to a concern that co-authors of the software would not get credit. We should extend this to add a facility to make it easier to track and acknowledge citations also of the data being used.

httk.core.citation.add_ext_citation(software, author)[source]
httk.core.citation.add_src_citation(module, author)[source]
httk.core.citation.dont_print_citations_at_exit()[source]
httk.core.citation.print_citations()[source]
httk.core.citation.print_citations_at_exit()[source]