1
1
title: The PlasmaPy Project
2
2
hidetitle: True
3
3
4
- <!-- Feature Cards -->
5
- <div class =" feature-row " >
6
- <!-- Feature 1 -->
7
- <div class="feature-column">
8
- <a class="feature-link" href="meetings/office_hours">
9
- <div class="feature-card"
10
- style="background-image: linear-gradient(rgba(255, 255, 255, 0.5),
11
- rgba(255, 255, 255, 0.5)),
12
- none;
13
- background-color: var(--plasmapy-light-red)">
14
- <div>
15
- <h2>PlasmaPy</h2>
16
- <h2>"Office" Hours</h2>
17
- <h3>Thursdays at 3:00 pm ET</h3>
18
- </div>
19
- </div>
20
- </a>
21
- </div>
22
- <!-- Feature 2 -->
23
- <div class="feature-column">
24
- <a class="feature-link" href="meetings/weekly">
25
- <div class="feature-card">
26
- <div>
27
- <h2>Weekly Community Meeting</h2>
28
- <h3>Thursdays at 2:00 pm ET</h3>
29
- </div>
30
- </div>
31
- </a>
32
- </div>
33
- <!-- Feature 3 -->
34
- <div class="feature-column">
35
- <a class="feature-link" href="meetings/summer-school-2024">
36
- <div class="feature-card"
37
- style="background-image: linear-gradient(rgba(255, 255, 255, 0.0),
38
- rgba(255, 255, 255, 0.0)),
39
- none;
40
- background-color: var(--plasmapy-darkblue)">
41
- <div>
42
- <h1 style="color: #d8d8d8">PlasmaPy Summer School 2024</h1>
43
- <p style="color: #d8d8d8">
44
- July 29 – August 1, 2024 at Bryn Mawr College
45
- </p>
46
- </div>
47
- </div>
48
- </a>
49
- </div>
50
- </div >
51
-
52
- <br >
53
-
54
- <!-- YouTube Video-->
55
- <div class =" aspect-ratio-80pc " >
56
- <iframe src="https://www.youtube-nocookie.com/embed/E8RwQF5wcXM"
57
- style="border: 1px solid black"
58
- frameborder="0"
59
- allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
60
- allowfullscreen>
61
- </iframe>
62
- </div >
63
-
64
- <br />
65
-
66
4
[ conda ] : https://docs.conda.io/en/latest
67
5
[ pip ] : https://pip.pypa.io/en/stable
68
6
[ code contribution workflow ] : https://docs.plasmapy.org/en/latest/contributing/workflow.html
69
7
[ coding guidelines ] : https://docs.plasmapy.org/en/latest/contributing/coding_guide.html
8
+ [ community meeting ] : https://www.plasmapy.org/meetings/weekly/
70
9
[ **contributor guide** ] : https://docs.plasmapy.org/en/latest/contributing/index.html
71
- [ Element chat room ] : https://app.element.io/#/room/#plasmapy:openastronomy.org
72
10
[ feature requests ] : https://github.com/PlasmaPy/PlasmaPy/issues/new?assignees=&labels=feature+request&projects=&template=feature_request.yml
73
11
[ gallery of example notebooks ] : https://docs.plasmapy.org/en/stable/examples.html
74
12
[ getting ready to contribute ] : https://docs.plasmapy.org/en/latest/contributing/getting_ready.html
@@ -81,12 +19,20 @@ hidetitle: True
81
19
[ writing documentation ] : https://docs.plasmapy.org/en/latest/contributing/doc_guide.html
82
20
[ writing tests ] : https://docs.plasmapy.org/en/latest/contributing/testing_guide.html
83
21
22
+ <!-- YouTube Video-->
23
+ <div class =" aspect-ratio-80pc " >
24
+ <iframe src="https://www.youtube-nocookie.com/embed/E8RwQF5wcXM"
25
+ style="border: 1px solid black"
26
+ frameborder="0"
27
+ allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
28
+ allowfullscreen>
29
+ </iframe>
30
+ </div >
31
+
32
+ <br />
84
33
85
- The goal of the PlasmaPy Project is to foster the creation of an open
86
- source [ Python] ecosystem for plasma research and education. The
87
- PlasmaPy package contains core functionality for this software
88
- ecosystem, while affiliated packages will contain more specialized
89
- functionality.
34
+ The mission of the PlasmaPy Project is to foster the creation of an open
35
+ source [ Python] ecosystem for plasma research and education.
90
36
91
37
## Install PlasmaPy
92
38
@@ -117,9 +63,8 @@ instructions]. If you are unfamiliar with Python, please check out the
117
63
118
64
## Get Help
119
65
120
- The quickest way to reach PlasmaPy users and developers is in PlasmaPy's
121
- [ Element chat room] . The [ GitHub Discussions] page is an ideal place for
122
- longer discussions on more detailed topics.
66
+ We encourage you to ask questions on [ GitHub Discussions] or to stop by
67
+ a PlasmaPy [ community meeting] .
123
68
124
69
## Contribute and Report Bugs
125
70
@@ -131,8 +76,7 @@ contribute], the [code contribution workflow], [coding guidelines],
131
76
132
77
## Acknowledgments
133
78
134
- Ongoing development of PlasmaPy is supported by the U.S. National
135
- Science Foundation, with many contributions from the broader plasma
136
- physics and open source communities. Past development of PlasmaPy has
137
- been supported by the U.S. Department of Energy, the Smithsonian
138
- Institution, NASA, and Google Summer of Code.
79
+ Development of PlasmaPy has been supported by the U.S. National Science
80
+ Foundation, the U.S. Department of Energy, the Smithsonian Institution,
81
+ NASA, and Google Summer of Code, with many contributions from the
82
+ broader plasma physics and open source communities.
0 commit comments