forked from PlasmaPy/plasmapy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (158 loc) · 6.78 KB
/
index.html
File metadata and controls
180 lines (158 loc) · 6.78 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PlasmaPy</title>
<link href="assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<link rel="canonical" href="https://plasmapy.github.io/">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]--><meta name="author" content="PlasmaPy Developers">
<meta property="og:site_name" content="PlasmaPy">
<meta property="og:title" content="PlasmaPy">
<meta property="og:url" content="https://plasmapy.github.io/">
<meta property="og:description" content="A community developed
An open source community developed Python 3.6+ package for plasma physics
in the early stages of development.
">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2012-07-09T22:28:00+02:00">
<meta property="article:tag" content="astroPy">
<meta property="article:tag" content="physics">
<meta property="article:tag" content="PlasmaPy">
<meta property="article:tag" content="python">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<nav class="navbar navbar-inverse navbar-static-top"><div class="container">
<!-- This keeps the margins nice -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://plasmapy.github.io/">
<span id="blog-title">PlasmaPy</span>
</a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse" id="bs-navbar" aria-expanded="false">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">About <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="acknowledging">Acknowledging</a>
</li>
<li>
<a href="conduct">Code of Conduct</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="http://plasmapy.readthedocs.io/en/docs/">Read the docs</a>
</li>
<li>
<a href="quickstart">Quickstart guide</a>
</li>
</ul>
</li>
<li>
<a href="contribute">Contribute</a>
</li>
<li>
<a href="team">Team</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.src.html" id="sourcelink">Source</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav><!-- End of Menubar --><div class="container" id="content" role="main">
<div class="body-content">
<!--Body content-->
<div class="row">
<article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">PlasmaPy</a></h1>
</header><div class="e-content entry-content" itemprop="articleBody text">
<div id="description">
<p>
A <a href="https://github.com/PlasmaPy/PlasmaPy">community developed</a>
An open source community developed Python 3.6+ package for plasma physics
in the early stages of development.
</p>
</div>
<div class="main-text-block">
<h2>What is PlasmaPy?</h2>
<p>
PlasmaPy intends to be for plasmas
what <a href="https://github.com/astropy/astropy">Astropy</a>
is for astronomy - a collection of functionality commonly
used and shared between plasma physicists and researchers globally,
running within and leveraging the open source scientific Python ecosystem.</p>
<p>
The goals of this project are more thoroughly described in our
<a href="vision">vision statement</a>
and <a href="https://zenodo.org/record/163752">an earlier conference poster</a>.
</p>
</div>
<div id="main-text-block">
<h2>Get PlasmaPy</h2>
<p>
You can get PlasmaPy from pip via <code>pip install plasmapy</code>.
We're not on Conda yet, but we're working on it!
</p>
<p>
Like most scientific Python packages, PlasmaPy probably runs best on the
<a href="https://www.anaconda.com/downloads">Anaconda distribution</a>.
</p>
<p>
PlasmaPy requires Python 3.6 and is not compatible with
<a href="https://pythonclock.org/">Python 2</a>.
</p>
</div>
<div id="main-text-block">
<h2>Get Involved</h2>
<p>
We need your help, every contribution is appreciated!
Check out <a href="contribute">our contribution guide</a> to PlasmaPy.
</p>
</div>
<div id="main-text-block">
<h2>Learn PlasmaPy</h2>
<p>
To learn how to use PlasmaPy check out our
<a href="https://github.com/PlasmaPy/PlasmaPy-Tutorials">tutorial repository</a> and our
<a href="http://plasmapy.readthedocs.io/en/docs/">documentation</a>.
</p>
</div>
</div>
</article>
</div>
<!--End of body content-->
<footer id="footer">
Contents © 2017 <a href="https://github.com/PlasmaPy/PlasmaPy">PlasmaPy Developers</a> -
<a href="license">
License
</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
</footer>
</div>
</div>
<script src="assets/js/all-nocdn.js"></script><script>$('a.image-reference:not(.islink) img:not(.islink)').parent().colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script><!-- fancy dates --><script>
moment.locale("en");
fancydates(0, "YYYY-MM-DD HH:mm");
</script><!-- end fancy dates -->
</body>
</html>