Open rowanc1 opened 7 years ago
Looking through fatiando, I came across this package for attribution and citation of software packages.
https://github.com/duecredit/duecredit
from .duecredit import due, Doi @due.dcite(Doi("1.2.3/x.y.z"), description="Awesome magnetics example.") def MagExample(): code
Which is basically the implementation of things in my head that don't really exist yet. Yay! https://github.com/simpeg/attribution
Thanks @leouieda!
very cool!
@rowanc1 we started weaving that in to new code but haven't done much with it yet. Happy to be of assistance!
Looking through fatiando, I came across this package for attribution and citation of software packages.
https://github.com/duecredit/duecredit
Which is basically the implementation of things in my head that don't really exist yet. Yay! https://github.com/simpeg/attribution
Thanks @leouieda!