-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
95 lines (80 loc) · 3.45 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>John Hunter Excellence Plotting Contest — 2015 Scipy John Hunter Excellence in Plotting Contest Entries 0.0001 documentation</title>
<!-- htmltitle is before nature.css - we use this hack to load bootstrap first -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet"
href="_static/css/bootstrap.min.css"
media="screen" />
<script src="_static/js/jquery.js"
type="text/javascript"></script>
<script src="_static/js/bootstrap.min.js"
type="text/javascript"></script>
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="author" title="About these documents" href="#" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport'
content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet"
href="_static/css/jhepc.css"
media="screen" />
<link href='http://fonts.googleapis.com/css?family=PT+Serif'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Sans'
rel='stylesheet' type='text/css'>
</head><body><div class="navbar">
<a class="navbar-brand" href="index.html">
<img src="_static/logos/logo_1.png" \>
</a>
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home
<img src="_static/logos/button_orange.png">
</a>
</li>
<li><a href="gallery.html">Gallery
<img src="_static/logos/button_blue.png">
</a>
</li>
<li><a href="#">About
<img src="_static/logos/button_green.png">
</a></li>
</ul>
</div>
<div class="container">
<div class="section" id="about">
<h1>About<a class="headerlink" href="#about" title="Permalink to this headline">¶</a></h1>
<p>In memory of John Hunter, we are pleased to announce the SciPy John Hunter
Excellence in Plotting Competition. This open competition aims to highlight
the importance of quality plotting to scientific progress and showcase the
capabilities of the current generation of plotting software. Participants are
invited to submit scientific plots to be judged by a panel. The winning
entries will be announced and displayed at the conference.</p>
<p>The SciPy Plotting Contest Organizers</p>
</div>
</div>
<footer class="footer">
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
© Copyright 2015, Scipy Conference, designed by Nelle Varoquaux.<br/>
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 3.2.1.<br/>
</p>
</footer>
</body>
</html>