corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.corydolphin.com/
MIT License
867 stars 140 forks source link

appropriate citation for the module? #342

Open mrneont opened 5 months ago

mrneont commented 5 months ago

What is the appropriate citation for flask-cors, like in an academic paper? Preferably, in the form of: AUTHOR[s] (year). title, etc.

kurtmckee commented 3 months ago

@corydolphin This can be addressed via a CITATION.cff file, which GitHub natively supports.

gammapy, for example, has such a file and people who want to cite the project can find what they need in the sidebar of the project, a la:

image

mrneont commented 3 months ago

Cool, that is great to know, thanks.

mrneont commented 3 months ago

Ah, I thought that there was actually a citation file for this project, but I guess there isn't yet. Still wondering if there were a citation for it somehow.