diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca9ae50..8cf3251 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.2 hooks: - id: check-github-workflows @@ -45,7 +45,7 @@ repos: exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: codespell (add false positives to pyproject.toml) diff --git a/pages/2021/about.md b/pages/2021/about.md index 636f81e..d9b8795 100644 --- a/pages/2021/about.md +++ b/pages/2021/about.md @@ -26,9 +26,11 @@ hidetitle: True

-Welcome to the inaugural **Plasma Hack Week**!! Our first event will be held -remotely from June 28 - July 2, 2021. The event is **free** and sets out to -increase awareness of open-source software for the Plasma Community: +Thank you to everyone who organized and participated in the inaugural +**Plasma Hack Week**! This event was held remotely from June 28 – July 2, 2021. + +The event was **free** and set out to +increase awareness of open-source software for the plasma community: the benefits it can have on the community, what is currently available, and how to foster community development of open-source software. As such, topics will range from demonstrating and using current open-source plasma software projects @@ -37,7 +39,7 @@ structured learning activities, such as guided tutorials, and unstructured proje time for collaborative learning. In the week leading up to the **Plasma Hack Week**, a few more fundamentally -focused tutorials will be presented on topics like the basics of Python, using +focused tutorials were presented on topics like the basics of Python, using version control, contributing to open-source projects, etc. For information on registering please visit our @@ -45,6 +47,3 @@ For information on registering please visit our For information on the schedule and pre-week tutorials please visit our [scheduling page](../schedule). - -For any additional questions please reach out to us on our -[Discord channel](https://discord.gg/HdsZkp9M35). diff --git a/pages/2021/exit_survey.md b/pages/2021/exit_survey.md index 340a3c5..e3eb28e 100644 --- a/pages/2021/exit_survey.md +++ b/pages/2021/exit_survey.md @@ -3,16 +3,5 @@ hidetitle: True # Plasma Hack Week 2021: Exit Survey -Thank you for join us for our first Plasma Hack Week! We were amazed -by the interest and support of the community. However, as it goes with -any development, there is always room for improvement. As such, we -would like to hear your thoughts on the event, so we can make it even -better for next year! - -
- -
Exit Survey
-
-
+We thank everyone who attended the inaugural Plasma Hack Week and filled +out the exit survey! diff --git a/pages/2021/python.md b/pages/2021/python.md index 59d0482..df3af95 100644 --- a/pages/2021/python.md +++ b/pages/2021/python.md @@ -11,12 +11,6 @@ tutorial lasted about an hour. This tutorial was adapted from Software Carpentry's [Programming with Python tutorial](https://swcarpentry.github.io/python-novice-inflammation/). -To replicate the Python environment for this tutorial, please go to the -following Binder link. You can access the Jupyter notebook used for the -tutorial by opening `PythonIntro2021.ipynb`. - -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/PlasmaPy/hack-week-python-intro/HEAD) - ## Tentative schedule Day 1 diff --git a/pages/2021/registration.md b/pages/2021/registration.md index 88139a0..e00519a 100644 --- a/pages/2021/registration.md +++ b/pages/2021/registration.md @@ -3,20 +3,4 @@ hidetitle: True # Plasma Hack Week 2021: Registration -
- -
Registration Form
-
-
- -Registration and attendance for the **Plasma Hack Week** is completely **FREE**. -The registration form will collect basic info, so we can keep you informed about -the Hack Week and tailor topics to your interests, as best as we can, during the -unstructured sessions. - -The registration form has an option to propose a **lightning talk** if you -are interested in giving one. A lightning talk is an informal ∼5 minute -talk on any topic of interest to Hack Week participants. For more -information on lightning talks, see the [schedule page](../schedule). +Registration for this event has been closed. diff --git a/pages/2021/schedule.md b/pages/2021/schedule.md index 2bbce7e..d4e732d 100644 --- a/pages/2021/schedule.md +++ b/pages/2021/schedule.md @@ -3,6 +3,9 @@ hidetitle: True # Plasma Hack Week 2021: Schedule +Thank you to everyone who attended the inaugural **Plasma Hack Week**! +This event has now concluded. + **Dates:** June 28th to July 2nd **Times:** 11:00 am to 4:00 pm EDT diff --git a/pages/2022/about.md b/pages/2022/about.md index 56e0270..18cac1c 100644 --- a/pages/2022/about.md +++ b/pages/2022/about.md @@ -33,36 +33,25 @@ hidetitle: True

-Welcome to the second **Plasma Hack Week**!! This year's Hack Week will be -held remotely from July 11 – July 15, 2022. The event is **free** and will -target three objectives: increasing awareness of open-source software for the +Thank you to everyone who attended the second **Plasma Hack Week**!! This event was +held remotely from July 11 – July 15, 2022. + +The event was **free** and targeted three objectives: increasing awareness of open-source software for the Plasma Community; building a contributor base for open-source software within the Plasma Community; and **training our scientists so open-source -software can thrive throughout the Plasma Community**. These objectives will be +software can thrive throughout the Plasma Community**. These objectives were achieved through a hybrid of structured and unstructured learning activities -that we will do as a collaborative group. So, come prepared to code and have -fun!!! +that we will do as a collaborative group. -Based on the feedback from last year's event, we are switching up the +Based on the feedback from the 2021 event, we switched up the style of the Hack Week. Instead of being predominately presentation focused, -this year we will be focusing on coding together and learning by doing. We -will spend the week developing our own `hack` Python package, staring with +this year focused more on coding together and learning by doing. We +spent the week developing our own `hack` Python package, starting with the basics (`git` and [GitHub](https://github.com/)) and moving through more -advanced topic throughout the week. By the end of the week we should have our -own plasma formulary much like the -[`plasmapy.formulary`](https://docs.plasmapy.org/en/latest/formulary/index.html). +advanced topic throughout the week. For information on registering please visit our [registration page](../registration). -For any additional questions please reach out to us on our -[Discord channel](https://discord.gg/HdsZkp9M35). - - diff --git a/pages/2022/registration.md b/pages/2022/registration.md index db758ff..4ff5f67 100644 --- a/pages/2022/registration.md +++ b/pages/2022/registration.md @@ -3,23 +3,4 @@ hidetitle: True # Plasma Hack Week 2022: Registration -
- -
Registration Form
-
-
- -Registration and attendance for the **Plasma Hack Week** is completely **FREE**. -The registration form will collect basic info, so we can keep you informed about -the Hack Week and tailor topics to your interests, as best as we can, during the -event. - -The registration form has an option to propose a **lightning talk** if you -are interested in giving one. A lightning talk is a short, informal -talk on any topic of interest to Hack Week participants. - - +Registration for this event has concluded. diff --git a/pages/2022/schedule.md b/pages/2022/schedule.md index 432b95b..2923a45 100644 --- a/pages/2022/schedule.md +++ b/pages/2022/schedule.md @@ -6,6 +6,9 @@ hidetitle: True **Dates:** July 11th to July 15th
**Times:** 11:00 am to 4:00 pm EDT +Thank you to everyone who attended the second **Plasma Hack Week**! +This event has now concluded. + Each day of this year's **Plasma Hack Week** is focused around hacking, so come prepared to code and have fun! While each day is centered around hacking, there will still be planned social time and lightning talks. diff --git a/pages/contact.md b/pages/contact.md index b60bd1c..8797db2 100644 --- a/pages/contact.md +++ b/pages/contact.md @@ -3,6 +3,4 @@ hidetitle: True # Contact Us -If you have any questions about the **Plasma Hack Week** or want to get involved, -then please reach out to us on our [Discord channel](https://discord.gg/HdsZkp9M35) -or email at . +This event has concluded. diff --git a/pages/index.md b/pages/index.md index 296d959..c5d5cb9 100644 --- a/pages/index.md +++ b/pages/index.md @@ -56,11 +56,13 @@ hidetitle: True -Hello world! We are pleased to announce the return of the **Plasma -Hack Week**, which will be held remotely from July 11 – July 15, 2022. For -additional information please check out the -[2022 About page](./2022/about), and stay tuned as more details are -released. +We thank everyone for participating in **Plasma Hack Week** held both +June 28–July 2, 2021 and July 11–15, 2022! + +Though these events have concluded, we are keeping the event webpage +open as a community resource. + +For additional information please check out the [2022 About page](./2022/about) ## What is a hack week and hacking? @@ -88,11 +90,6 @@ well as unstructured project time. A hack week is a chance to: [user stories](https://en.wikipedia.org/wiki/User_story) to support software projects. -## Join our Discord group - -If you would like to participate or help plan Plasma Hack Week, please -join the [Plasma Coders](https://discord.gg/HdsZkp9M35) group on Discord. - ## Registration For information about registering please check out our