diff --git a/doc/_templates/citing.html b/doc/_templates/citing.html new file mode 100644 index 000000000000..ad5620256882 --- /dev/null +++ b/doc/_templates/citing.html @@ -0,0 +1,27 @@ +{% extends "layout.html" %} +{% set title = "Citing matplotlib" %} +{% block body %} + +
+If matplotlib contributes to a project that leads to a scientific publication, +please acknowledge this fact by citing the project. You can use this +BibTeX entry: +
+
+@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.},
+ publisher = {IEEE COMPUTER SOC},
+ year = 2007
+}
+
+{% endblock %}
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index c25b4472883d..b2660716e562 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -171,6 +171,18 @@ + matplotlib is the brainchild of John Hunter (1968-2012), who has put an + inordinate amount of effort into producing a piece of software utilized by + thousands of scientists worldwide. + + If matplotlib contributes to a project that leads to a scientific publication, + please acknowledge this fact by citing the project. You can use this + ready-made citation entry. +
+Please diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 939a9c485606..905af3769199 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -6,6 +6,7 @@