Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citation in Journal #158

Open
pedrogalher opened this issue Jan 31, 2022 · 1 comment
Open

Citation in Journal #158

pedrogalher opened this issue Jan 31, 2022 · 1 comment

Comments

@pedrogalher
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants