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

DOC: Add information about citing Py-ART in publications #561

Merged
merged 2 commits into from Aug 4, 2016

Conversation

jjhelmus
Copy link
Contributor

@jjhelmus jjhelmus commented Aug 3, 2016

No description provided.

@jjhelmus
Copy link
Contributor Author

jjhelmus commented Aug 3, 2016

@scollis Let me know if you like the message used here, it can be adjusted as needed.

When Py-ART is imported a short message will be printed providing information on how to properly cite the software in publications. For example:

$ python -c "import pyart"

## You are using the Python ARM Radar Toolkit (Py-ART), an open source
## library for working with weather radar data.
##
## If you use this software to prepare a publication, please cite:
##
##     JJ Helmus and SM Collis, JORS 2016, doi: 10.5334/jors.119
$

This message will be suppressed if the PYART_QUIET variable exists in the evironment:

$ PYART_QUIET= python -c "import pyart"
$

@jjhelmus
Copy link
Contributor Author

jjhelmus commented Aug 3, 2016

For reference C. Titus Brown has a blog post on how his group adds text like this to khmer to encourage citing of the software. I decided against adding a CITATION file to the repository as this idea does not seem to have taken off in the scientific python community.

@scollis
Copy link
Member

scollis commented Aug 3, 2016

Great but use
PYART_QUIET
-sent from a mobile device-

On Aug 3, 2016, at 4:30 PM, Jonathan J. Helmus notifications@github.com wrote:

@scollis Let me know if you like the message used here, it can be adjusted as needed.

When Py-ART is imported a short message will be printed providing information on how to properly cite the software in publications. For example:

$ python -c "import pyart"

You are using the Python ARM Radar Toolkit (Py-ART), an open source

library for working with weather radar data.

If you use this software to prepare a publication, please cite:

JJ Helmus and SM Collis, JORS 2016, doi: 10.5334/jors.119

$
This message will be suppressed if the PYART_QUITE variable exist in the evironment:

$ PYART_QUITE= python -c "import pyart"
$

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Print out a breif notice about citing Py-ART when the package is imported.
This message can be supressed by setting a PYART_QUIET environment variable.
@jjhelmus
Copy link
Contributor Author

jjhelmus commented Aug 4, 2016

Updated commit to use PYART_QUIET. Apparently I could not spell correctly yesterday, thanks @scollis for point that out.

@jjhelmus jjhelmus merged commit 2e6b384 into ARM-DOE:master Aug 4, 2016
@jjhelmus jjhelmus deleted the citing branch August 4, 2016 14:50
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

Successfully merging this pull request may close these issues.

None yet

2 participants