Le jeudi 23 avril 2015 13:19:45 UTC+2, Harald Schilly a écrit : > > So, here it is: > > http://dx.doi.org/10.5281/zenodo.17093 > > > LaTeX: > > @misc{w_a_stein_et_al_2015_17093, > author = {W. A. Stein et al.} > title = {SageMath 6.6}, > month = apr, > year = 2015, > doi = {10.5281/zenodo.17093}, > url = {http://dx.doi.org/10.5281/zenodo.17093} > } > > > > Markdown code for the README.md > > [](http://dx.doi.org/10.5281/zenodo.17093) > > It's "just" the Sage library. I saw that it is possible to attach a file > on GitHub to a release, then the whole source release tarball would there > (I guess). But either way, I think it's a neat thing to have ;-) >
Hmmm... Since (one of the) purpose(s) of a DOI is to enhance reproductibility, the only reasonable attachment would be the whole tarball. (Or, more precisely, this tarball + any standard package tarball installed in upstream/ : I got bitten by the requirement of the "new" (i. e. git-managed) tarball, that needs to download various source tarballs during compilation : you can't just grab the tarball and get offline... I had to jury-rig something to keem open the damn "corporate-style" proxy that always closes at the most inconvenient moment.) Other pros : that would constitute a "standard of reference" for Sage's evolution. Easy "citability" might enhance citations. Contras : Large tarball, that might getr frowned upon by the host repositories. Nice way to stuff sci-hub and pals :-)... Any way : even without the tarball, a DOI is a great idea. The ISBN is also worth pursuing, IMHO... HTH, -- Emmanuel Charpentier > > -- Harald > > > > On Thursday, April 23, 2015 at 12:37:00 PM UTC+2, Harald Schilly wrote: >> >> ok, then I'll do it, and I think I've also figured out how to set the >> Authorname to "SageMath Developers" instead of claiming that all this >> is my own work :-p >> >> On Thu, Apr 23, 2015 at 12:25 PM, Niles Johnson <[email protected] >> <javascript:>> wrote: >> > I think the DOI is a great idea! >> > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
