Skip to content

Commit 725754c

Browse files
authored
Put office hours on an indefinite hiatus (#195)
* Cancel office hours * Remove feature cards from landing page * Move YouTube video lower * Remove Element from Get Help section * Update acknowledgements to use present perfect tense * Shorten/update meetings page * Move video up
1 parent b75e088 commit 725754c

File tree

3 files changed

+28
-107
lines changed

3 files changed

+28
-107
lines changed

pages/index.md

Lines changed: 20 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,12 @@
11
title: The PlasmaPy Project
22
hidetitle: True
33

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-
664
[conda]: https://docs.conda.io/en/latest
675
[pip]: https://pip.pypa.io/en/stable
686
[code contribution workflow]: https://docs.plasmapy.org/en/latest/contributing/workflow.html
697
[coding guidelines]: https://docs.plasmapy.org/en/latest/contributing/coding_guide.html
8+
[community meeting]: https://www.plasmapy.org/meetings/weekly/
709
[**contributor guide**]: https://docs.plasmapy.org/en/latest/contributing/index.html
71-
[Element chat room]: https://app.element.io/#/room/#plasmapy:openastronomy.org
7210
[feature requests]: https://github.com/PlasmaPy/PlasmaPy/issues/new?assignees=&labels=feature+request&projects=&template=feature_request.yml
7311
[gallery of example notebooks]: https://docs.plasmapy.org/en/stable/examples.html
7412
[getting ready to contribute]: https://docs.plasmapy.org/en/latest/contributing/getting_ready.html
@@ -81,12 +19,20 @@ hidetitle: True
8119
[writing documentation]: https://docs.plasmapy.org/en/latest/contributing/doc_guide.html
8220
[writing tests]: https://docs.plasmapy.org/en/latest/contributing/testing_guide.html
8321

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/>
8433

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.
9036

9137
## Install PlasmaPy
9238

@@ -117,9 +63,8 @@ instructions]. If you are unfamiliar with Python, please check out the
11763

11864
## Get Help
11965

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].
12368

12469
## Contribute and Report Bugs
12570

@@ -131,8 +76,7 @@ contribute], the [code contribution workflow], [coding guidelines],
13176

13277
## Acknowledgments
13378

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.

pages/meetings/index.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
title: PlasmaPy Meetings
22
author: Erik T. Everson
33

4-
### Upcoming Meetings
5-
6-
#### [PlasmaPy Summer School 2024](./summer-school-2024)
7-
8-
The inaugural PlasmaPy summer school will be held at Bryn Mawr College
9-
from July 29 to August 1, 2024.
10-
114
### Weekly Meetings
125

136
----
147

15-
#### [Weekly Community Meeting](./weekly): Every Tuesday at 11 am PT / 2 pm ET
8+
#### [Weekly Community Meeting](./weekly): Most Thursdays at 11 am PT / 2 pm ET
169

1710
<div style="height: 12px"><!-- Adding vertical whitespace --></div>
1811

19-
#### [PlasmaPy Office Hours](./office_hours): Every Thursday at 12 pm PT / 3 pm ET
2012

2113
### Past Meetings
2214

2315
----
2416

17+
#### [PlasmaPy Summer School 2024](./summer-school-2024)
18+
19+
The inaugural PlasmaPy summer school was held at Bryn Mawr College
20+
from July 29 to August 1, 2024.
21+
2522
#### PlasmaPy tutorial prior to 2023 MagNetUS meeting
2623

2724
We will be providing a [PlasmaPy tutorial](./magnetus2023) at the

pages/meetings/office_hours.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,5 @@ hidetitle: True
1010

1111
# PlasmaPy Office Hours
1212

13-
Do you have a question about PlasmaPy? Would you like to learn how to
14-
become active in the PlasmaPy project? Do you have an idea for a great
15-
new feature or want to start an affiliated package?
16-
17-
If so, then **please join us for informal PlasmaPy office hours on
18-
most Thursdays from 3–3:45 pm ET (12–12:45 pm PT)**. We will meet on
19-
[Zoom]. The schedule is published on our [calendar].
20-
21-
Office hours will not be held on March 27, 2025.
22-
23-
Office hours will not be held after May 15, 2025 due to the
24-
conclusion of NSF award 1931388, unless new funding is awarded.
25-
26-
<!---
27-
We will not hold office hours on [federal holidays] in the US, the
28-
last two Thursdays of December, the first two Thursdays in January, or
29-
during the [APS DPP meeting].
30-
31-
PlasmaPy developers can be reached at other times via the [Matrix
32-
chat], in particular if the time for office hours does not work for
33-
you.
34-
--->
13+
PlasmaPy virtual office hours are on an indefinite hiatus due to the
14+
conclusion of the collaborative NSF award supporting PlasmaPy development.

0 commit comments

Comments
 (0)