-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add CITATION.cff #405
Add CITATION.cff #405
Conversation
README.md
Outdated
@@ -76,31 +76,11 @@ At the moment we provide a way to automatically compile and install the library | |||
as a Python module. Instructions on how to compile the eFEL as a standalone C++ | |||
library can be found [here](http://efel.readthedocs.io/en/latest/installation.html#installing-the-c-standalone-library). | |||
|
|||
How to cite | |||
=========== | |||
If you use this repository in your work, please refer to the "Cite this repository" button at the top of the repository page to get various citation formats, including APA and BibTeX. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove the citation block? It makes it harder for the users to easily access a citation they can use in bibtex. Also, what is the cite this repository
button?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also keep the original language of the citation block:
When you use this eFEL software for your research, we ask you to cite the following publications (this includes poster presentations):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cite this repository
button allows users to generate citations in various formats, including BibTeX. (https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files#about-citation-files).
This way, we only need to maintain one source for citations or do you want to keep both?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, so it will be appearing after you merge this. I was asking because I was not able to see it. Ok, you can keep your change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the button should appear if you switch to this branch
No description provided.