|
From: Fernando P. <fpe...@gm...> - 2012-10-05 16:27:26
|
On Fri, Oct 5, 2012 at 6:52 AM, Michael Droettboom <md...@st...> wrote: > This is a great idea. Anything to raise the level of perceived "legitimacy" > in the academic community would be great. We can definitely add content like > this to the documentation and/or website. Our strategy: - Prominent display on the main page of a citation request, along with links on our top nav-bar: http://ipython.org/#citing-ipython - A copy/paste ready citation entry: http://ipython.org/citing.html Matplotlib has a 'canonical' paper back in the same CISE issue that can be used, here's the bibtex entry for it (should probably be trimmed only to the main fields): @Article{Hunter:2007, Author = {Hunter, J. D.}, Title = {Matplotlib: A 2D graphics environment}, Journal = {Computing In Science \& Engineering}, Volume = {9}, Number = {3}, Pages = {90--95}, abstract = {Matplotlib is a 2D graphics package used for Python for application development, interactive scripting, and publication-quality image generation across user interfaces and operating systems.}, address = {10662 LOS VAQUEROS CIRCLE, PO BOX 3014, LOS ALAMITOS, CA 90720-1314 USA}, bdsk-url-1 = {http://gateway.isiknowledge.com/gateway/Gateway.cgi?GWVersion=2&SrcAuth=Alerting&SrcApp=Alerting&DestApp=WOS&DestLinkType=FullRecord;KeyUT=000245668100019}, date-added = {2010-09-23 12:22:10 -0700}, date-modified = {2010-09-23 12:22:10 -0700}, isi = {000245668100019}, isi-recid = {155389429}, month = may # "/" # jun, publisher = {IEEE COMPUTER SOC}, year = 2007 } Cheers, f |