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

Add duecredit citation #488

Merged
merged 4 commits into from
Dec 3, 2020
Merged

Add duecredit citation #488

merged 4 commits into from
Dec 3, 2020

Conversation

rly
Copy link
Contributor

@rly rly commented Dec 3, 2020

Motivation

Fix #476.

How to test the behavior?

Create python script that imports hdmf. Then:

pip install duecredit
python -m duecredit yourscript.py
duecredit summary

Output:

DueCredit Report:
- HDMF: Hierarchical Data Modeling Framework for Modern Science Data Standards / hdmf/ (v 2.2.0.post.dev81) [1]
- Scientific tools library / numpy (v 1.19.1) [2]

2 packages cited
0 modules cited
0 functions cited

References
----------

[1] Tritt, A.J. et al., 2019. HDMF: Hierarchical Data Modeling Framework for Modern Science Data Standards. In 2019 IEEE International Conference on Big Data (Big Data). pp. 165–179.
[2] Van Der Walt, S., Colbert, S.C. & Varoquaux, G., 2011. The NumPy array: a structure for efficient numerical computation. Computing in Science & Engineering, 13(2), pp.22–30.

Checklist

  • Did you update CHANGELOG.md with your changes?
  • Have you checked our Contributing document?
  • Have you ensured the PR clearly describes the problem and the solution?
  • Is your contribution compliant with our coding style? This can be checked running flake8 from the source directory.
  • Have you checked to ensure that there aren't other open Pull Requests for the same change?
  • Have you included the relevant issue number using "Fix #XXX" notation where XXX is the issue number? By including "Fix #XXX" you allow GitHub to close issue #XXX when the PR is merged.

@rly rly requested a review from a team December 3, 2020 08:41
@rly rly mentioned this pull request Dec 3, 2020
Clean imports
@rly rly merged commit d41a811 into dev Dec 3, 2020
@rly rly deleted the enh/duecredit branch December 3, 2020 18:44
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.

Add duecredit support
3 participants