bonlime / keras-deeplab-v3-plus

Keras implementation of Deeplab v3+ with pretrained weights
MIT License
1.36k stars 428 forks source link

Citation in Journal #158

Open pedrogalher opened 2 years ago

pedrogalher commented 2 years ago

I would like to cite this repository in a journal paper I'm currently writing as I have used most of the code here. I have already included the reference to the original DeepLabV3+ paper, but I also want to include this repository. What is the best way to cite it? Thanks!

eladmeir commented 2 years ago

As you did not receive any other guidelines, I'd suggest to simply use a "code citation", as it is getting more and more common in academic journals the bibtex format is somewhat like this

@code{Charles2013, author = {Emil Zakirov}, title = {Keras-Deeplab-v3-plus}, year = {2018}, publisher = {GitHub}, journal = {GitHub repository}, howpublished = {\url{https://github.com/bonlime/keras-deeplab-v3-plus}}, commit = {YOUR-COMMIT-HERE} }

but in general - you could simply acknowledge the contribution of Emil Zakirov for his repository https://github.com/bonlime/keras-deeplab-v3-plus, somewhere at the top/bottom of your paper