Skip to content

Put office hours on an indefinite hiatus #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: src
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 20 additions & 76 deletions pages/index.md
Original file line number Diff line number Diff line change
@@ -1,74 +1,12 @@
title: The PlasmaPy Project
hidetitle: True

<!-- Feature Cards -->
<div class="feature-row">
<!-- Feature 1 -->
<div class="feature-column">
<a class="feature-link" href="meetings/office_hours">
<div class="feature-card"
style="background-image: linear-gradient(rgba(255, 255, 255, 0.5),
rgba(255, 255, 255, 0.5)),
none;
background-color: var(--plasmapy-light-red)">
<div>
<h2>PlasmaPy</h2>
<h2>"Office" Hours</h2>
<h3>Thursdays at 3:00 pm ET</h3>
</div>
</div>
</a>
</div>
<!-- Feature 2 -->
<div class="feature-column">
<a class="feature-link" href="meetings/weekly">
<div class="feature-card">
<div>
<h2>Weekly Community Meeting</h2>
<h3>Thursdays at 2:00 pm ET</h3>
</div>
</div>
</a>
</div>
<!-- Feature 3 -->
<div class="feature-column">
<a class="feature-link" href="meetings/summer-school-2024">
<div class="feature-card"
style="background-image: linear-gradient(rgba(255, 255, 255, 0.0),
rgba(255, 255, 255, 0.0)),
none;
background-color: var(--plasmapy-darkblue)">
<div>
<h1 style="color: #d8d8d8">PlasmaPy Summer School 2024</h1>
<p style="color: #d8d8d8">
July 29 – August 1, 2024 at Bryn Mawr College
</p>
</div>
</div>
</a>
</div>
</div>

<br>

<!-- YouTube Video-->
<div class="aspect-ratio-80pc">
<iframe src="https://www.youtube-nocookie.com/embed/E8RwQF5wcXM"
style="border: 1px solid black"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>

<br/>

[conda]: https://docs.conda.io/en/latest
[pip]: https://pip.pypa.io/en/stable
[code contribution workflow]: https://docs.plasmapy.org/en/latest/contributing/workflow.html
[coding guidelines]: https://docs.plasmapy.org/en/latest/contributing/coding_guide.html
[community meeting]: https://www.plasmapy.org/meetings/weekly/
[**contributor guide**]: https://docs.plasmapy.org/en/latest/contributing/index.html
[Element chat room]: https://app.element.io/#/room/#plasmapy:openastronomy.org
[feature requests]: https://github.com/PlasmaPy/PlasmaPy/issues/new?assignees=&labels=feature+request&projects=&template=feature_request.yml
[gallery of example notebooks]: https://docs.plasmapy.org/en/stable/examples.html
[getting ready to contribute]: https://docs.plasmapy.org/en/latest/contributing/getting_ready.html
Expand All @@ -81,12 +19,20 @@ hidetitle: True
[writing documentation]: https://docs.plasmapy.org/en/latest/contributing/doc_guide.html
[writing tests]: https://docs.plasmapy.org/en/latest/contributing/testing_guide.html

<!-- YouTube Video-->
<div class="aspect-ratio-80pc">
<iframe src="https://www.youtube-nocookie.com/embed/E8RwQF5wcXM"
style="border: 1px solid black"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>

<br/>

The goal of the PlasmaPy Project is to foster the creation of an open
source [Python] ecosystem for plasma research and education. The
PlasmaPy package contains core functionality for this software
ecosystem, while affiliated packages will contain more specialized
functionality.
The mission of the PlasmaPy Project is to foster the creation of an open
source [Python] ecosystem for plasma research and education.

## Install PlasmaPy

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

## Get Help

The quickest way to reach PlasmaPy users and developers is in PlasmaPy's
[Element chat room]. The [GitHub Discussions] page is an ideal place for
longer discussions on more detailed topics.
We encourage you to ask questions on [GitHub Discussions] or to stop by
a PlasmaPy [community meeting].

## Contribute and Report Bugs

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

## Acknowledgments

Ongoing development of PlasmaPy is supported by the U.S. National
Science Foundation, with many contributions from the broader plasma
physics and open source communities. Past development of PlasmaPy has
been supported by the U.S. Department of Energy, the Smithsonian
Institution, NASA, and Google Summer of Code.
Development of PlasmaPy has been supported by the U.S. National Science
Foundation, the U.S. Department of Energy, the Smithsonian Institution,
NASA, and Google Summer of Code, with many contributions from the
broader plasma physics and open source communities.
15 changes: 6 additions & 9 deletions pages/meetings/index.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
title: PlasmaPy Meetings
author: Erik T. Everson

### Upcoming Meetings

#### [PlasmaPy Summer School 2024](./summer-school-2024)

The inaugural PlasmaPy summer school will be held at Bryn Mawr College
from July 29 to August 1, 2024.

### Weekly Meetings

----

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

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

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

### Past Meetings

----

#### [PlasmaPy Summer School 2024](./summer-school-2024)

The inaugural PlasmaPy summer school was held at Bryn Mawr College
from July 29 to August 1, 2024.

#### PlasmaPy tutorial prior to 2023 MagNetUS meeting

We will be providing a [PlasmaPy tutorial](./magnetus2023) at the
Expand Down
24 changes: 2 additions & 22 deletions pages/meetings/office_hours.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,5 @@ hidetitle: True

# PlasmaPy Office Hours

Do you have a question about PlasmaPy? Would you like to learn how to
become active in the PlasmaPy project? Do you have an idea for a great
new feature or want to start an affiliated package?

If so, then **please join us for informal PlasmaPy office hours on
most Thursdays from 3–3:45 pm ET (12–12:45 pm PT)**. We will meet on
[Zoom]. The schedule is published on our [calendar].

Office hours will not be held on March 27, 2025.

Office hours will not be held after May 15, 2025 due to the
conclusion of NSF award 1931388, unless new funding is awarded.

<!---
We will not hold office hours on [federal holidays] in the US, the
last two Thursdays of December, the first two Thursdays in January, or
during the [APS DPP meeting].

PlasmaPy developers can be reached at other times via the [Matrix
chat], in particular if the time for office hours does not work for
you.
--->
PlasmaPy virtual office hours are on an indefinite hiatus due to the
conclusion of the collaborative NSF award supporting PlasmaPy development.