Revision: 8717
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8717&view=rev
Author: jdh2358
Date: 2010年09月23日 19:54:34 +0000 (2010年9月23日)
Log Message:
-----------
added citation faq
Modified Paths:
--------------
branches/v1_0_maint/doc/faq/howto_faq.rst
Modified: branches/v1_0_maint/doc/faq/howto_faq.rst
===================================================================
--- branches/v1_0_maint/doc/faq/howto_faq.rst 2010年09月22日 12:49:41 UTC (rev 8716)
+++ branches/v1_0_maint/doc/faq/howto_faq.rst 2010年09月23日 19:54:34 UTC (rev 8717)
@@ -731,4 +731,32 @@
+.. _how-to-cite-mpl:
+Cite Matplotlib
+=================
+
+If you want to refer to matplotlib in a publication, you can use
+"Matplotlib: A 2D Graphics Environment" by J. D. Hunter In Computing in Science &
+Engineering, Vol. 9, No. 3. (2007), pp. 90-95 (see `citeulike <http://www.citeulike.org/user/jabl/article/2878517>`_)::
+
+ @article{Hunter:2007,
+ Address = {10662 LOS VAQUEROS CIRCLE, PO BOX 3014, LOS ALAMITOS, CA 90720-1314 USA},
+ Author = {Hunter, John D.},
+ Date-Added = {2010年09月23日 12:22:10 -0700},
+ Date-Modified = {2010年09月23日 12:22:10 -0700},
+ Isi = {000245668100019},
+ Isi-Recid = {155389429},
+ Journal = {Computing In Science \& Engineering},
+ Month = {May-Jun},
+ Number = {3},
+ Pages = {90--95},
+ Publisher = {IEEE COMPUTER SOC},
+ Times-Cited = {21},
+ Title = {Matplotlib: A 2D graphics environment},
+ Type = {Editorial Material},
+ Volume = {9},
+ Year = {2007},
+ 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.},
+ Bdsk-Url-1 = {http://gateway.isiknowledge.com/gateway/Gateway.cgi?GWVersion=2&SrcAuth=Alerting&SrcApp=Alerting&DestApp=WOS&DestLinkType=FullRecord;KeyUT=000245668100019}}
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.