-
Notifications
You must be signed in to change notification settings - Fork 7
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 to docs #167
Add citation to docs #167
Conversation
docs/agave.rst
Outdated
|
||
@software{agave, | ||
author = {Toloudis, Daniel and AGAVE Contributors}, | ||
title = {AGAVE: Advanced GPU Accelerated Volume Explorer} |
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.
Nit: add a comma here?
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.
fixed! thank you!!
|
||
.. |year| date:: %Y | ||
|
||
Daniel Toloudis, AGAVE Contributors (|year|). AGAVE: Advanced GPU Accelerated Volume Explorer (Version |release|) [Computer software]. Allen Institute for Cell Science. https://github.com/allen-cell-animated/agave |
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.
Do we manually update the release
placeholder with each new version release?
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.
Yes the release tag here picks up a version that is auto-incremented when I do releases.
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.
LGTM!
"}<br/>" | ||
" organization = {Allen Institute for Cell Science}<br/>" | ||
"},<br/>" | ||
" organization = {Allen Institute for Cell Science},<br/>" | ||
" note = {Computer Software}<br/>" |
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.
do you need a comma after Software} here?
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.
nope! note
is the last one in the list
Add citation info to the docs. Also automate the insertion of year and agave version number!
Expected time to review: 5 min