simpeg / simpeg

Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
http://simpeg.xyz
MIT License
517 stars 267 forks source link

Give credit (examples and functions etc.) #565

Open rowanc1 opened 7 years ago

rowanc1 commented 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!

lheagy commented 7 years ago

very cool!

leouieda commented 7 years ago

@rowanc1 we started weaving that in to new code but haven't done much with it yet. Happy to be of assistance!