@paul: not quite the same as building a .citation method into every module but there is https://github.com/duecredit/duecredit
On Tue, Sep 5, 2017 at 5:21 PM, <numpy-discussion-requ...@python.org> wrote: > Send NumPy-Discussion mailing list submissions to > numpy-discussion@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/numpy-discussion > or, via email, send a message with subject or body 'help' to > numpy-discussion-requ...@python.org > > You can reach the person managing the list at > numpy-discussion-ow...@python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of NumPy-Discussion digest..." > > > Today's Topics: > > 1. NumPy default citation (Stefan van der Walt) > 2. Re: NumPy default citation (Charles R Harris) > 3. Re: NumPy default citation (Stefan van der Walt) > 4. Re: NumPy default citation (Paul Hobson) > 5. Re: NumPy default citation (Feng Yu) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 05 Sep 2017 11:36:58 -0700 > From: Stefan van der Walt <stef...@berkeley.edu> > To: Discussion of Numerical Python <numpy-discussion@python.org> > Subject: [Numpy-discussion] NumPy default citation > Message-ID: > <1504636618.478273.1096130488.4d658...@webmail.messagingengine.com > > > Content-Type: text/plain; charset="utf-8" > > Hi, everyone > > I see that the NumPy homepage does not have a "Citation" section. > Furthermore, on scipy.org, the default NumPy citation points to a short > summary paper that I wrote with Gael V & Stephen C. While it's a > reasonable introduction to three core concepts behind NumPy, attribution > should certainly go to Travis & the community. > > Shall we add a citation to Travis's "Guide to NumPy (2nd ed.)" on both > pages? > > Best regards > St?fan > > > ------------------------------ > > Message: 2 > Date: Tue, 5 Sep 2017 14:25:20 -0600 > From: Charles R Harris <charlesr.har...@gmail.com> > To: Discussion of Numerical Python <numpy-discussion@python.org> > Subject: Re: [Numpy-discussion] NumPy default citation > Message-ID: > <CAB6mnx+cKc=8htXjDTnbs4_2=gMwnTf8HT4ziQkcCWM6W5FQTg@mail. > gmail.com> > Content-Type: text/plain; charset="utf-8" > > On Tue, Sep 5, 2017 at 12:36 PM, Stefan van der Walt <stef...@berkeley.edu > > > wrote: > > > Hi, everyone > > > > I see that the NumPy homepage does not have a "Citation" section. > > Furthermore, on scipy.org, the default NumPy citation points to a short > > summary paper that I wrote with Gael V & Stephen C. While it's a > > reasonable introduction to three core concepts behind NumPy, attribution > > should certainly go to Travis & the community. > > > > Shall we add a citation to Travis's "Guide to NumPy (2nd ed.)" on both > > > > What is the citation for? > > Chuck > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://mail.python.org/pipermail/numpy-discussion/ > attachments/20170905/7b8bab3c/attachment-0001.html> > > ------------------------------ > > Message: 3 > Date: Tue, 05 Sep 2017 13:29:22 -0700 > From: Stefan van der Walt <stef...@berkeley.edu> > To: Charles R Harris <charlesr.har...@gmail.com>, Discussion of > Numerical Python <numpy-discussion@python.org> > Subject: Re: [Numpy-discussion] NumPy default citation > Message-ID: > <1504643362.501728.1096266816.78cd1...@webmail.messagingengine.com > > > Content-Type: text/plain; charset="utf-8" > > On Tue, Sep 5, 2017, at 13:25, Charles R Harris wrote: > > > > On Tue, Sep 5, 2017 at 12:36 PM, Stefan van der Walt > > <stef...@berkeley.edu> wrote:>> Shall we add a citation to Travis's > "Guide to NumPy (2nd ed.)" > >> on both> > > What is the citation for? > > It's the suggested reference to add to your paper, if you use the NumPy > package in your work. > St?fan > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://mail.python.org/pipermail/numpy-discussion/ > attachments/20170905/d3c84340/attachment-0001.html> > > ------------------------------ > > Message: 4 > Date: Tue, 5 Sep 2017 14:15:11 -0700 > From: Paul Hobson <pmhob...@gmail.com> > To: Discussion of Numerical Python <numpy-discussion@python.org> > Subject: Re: [Numpy-discussion] NumPy default citation > Message-ID: > <CADT3MECa8B0DjjdV0fHtNOnRy7vJHYSzdiDPFw1=jar6oiZ9Tw@mail. > gmail.com> > Content-Type: text/plain; charset="utf-8" > > Just a thought that popped into my head: > It'd be cool with the sci/py/data stack had a convention of > <module>.citation so I could look it up w/o leaving my jupyter notebook :) > > -paul > > On Tue, Sep 5, 2017 at 1:29 PM, Stefan van der Walt <stef...@berkeley.edu> > wrote: > > > On Tue, Sep 5, 2017, at 13:25, Charles R Harris wrote: > > > > > > On Tue, Sep 5, 2017 at 12:36 PM, Stefan van der Walt < > stef...@berkeley.edu > > > wrote: > > > > Shall we add a citation to Travis's "Guide to NumPy (2nd ed.)" on both > > > > > > What is the citation for? > > > > > > It's the suggested reference to add to your paper, if you use the NumPy > > package in your work. > > > > St?fan > > > > > > _______________________________________________ > > NumPy-Discussion mailing list > > NumPy-Discussion@python.org > > https://mail.python.org/mailman/listinfo/numpy-discussion > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://mail.python.org/pipermail/numpy-discussion/ > attachments/20170905/a675afed/attachment-0001.html> > > ------------------------------ > > Message: 5 > Date: Tue, 5 Sep 2017 14:21:24 -0700 > From: Feng Yu <rainwood...@gmail.com> > To: Discussion of Numerical Python <numpy-discussion@python.org> > Subject: Re: [Numpy-discussion] NumPy default citation > Message-ID: > <CANGhFjYn-8ONUXkxsVw_tDCPiNXGtKmqaJnZ8ANaRc80NteG=g > @mail.gmail.com> > Content-Type: text/plain; charset="UTF-8" > > str(numpy.version.citation) and numpy.version.citation.to_bibtex()? > > On Tue, Sep 5, 2017 at 2:15 PM, Paul Hobson <pmhob...@gmail.com> wrote: > > Just a thought that popped into my head: > > It'd be cool with the sci/py/data stack had a convention of > > <module>.citation so I could look it up w/o leaving my jupyter notebook > :) > > > > -paul > > > > On Tue, Sep 5, 2017 at 1:29 PM, Stefan van der Walt < > stef...@berkeley.edu> > > wrote: > >> > >> On Tue, Sep 5, 2017, at 13:25, Charles R Harris wrote: > >> > >> > >> On Tue, Sep 5, 2017 at 12:36 PM, Stefan van der Walt > >> <stef...@berkeley.edu> wrote: > >> > >> Shall we add a citation to Travis's "Guide to NumPy (2nd ed.)" on both > >> > >> > >> What is the citation for? > >> > >> > >> It's the suggested reference to add to your paper, if you use the NumPy > >> package in your work. > >> > >> St?fan > >> > >> > >> _______________________________________________ > >> NumPy-Discussion mailing list > >> NumPy-Discussion@python.org > >> https://mail.python.org/mailman/listinfo/numpy-discussion > >> > > > > > > _______________________________________________ > > NumPy-Discussion mailing list > > NumPy-Discussion@python.org > > https://mail.python.org/mailman/listinfo/numpy-discussion > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > NumPy-Discussion mailing list > NumPy-Discussion@python.org > https://mail.python.org/mailman/listinfo/numpy-discussion > > > ------------------------------ > > End of NumPy-Discussion Digest, Vol 132, Issue 1 > ************************************************ > -- David Nicholson, Ph.D. Sober Lab <http://www.biology.emory.edu/research/Sober/Home.html>, Emory Neuroscience Program. <http://www.emory.edu/NEUROSCIENCE/> www.nicholdav.info; <http://www.nicholdav.info>https://github.com/NickleDave
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion