Skip to content

Commit 5707050

Browse files
committed
rename and reorg to support webp
1 parent c2014fc commit 5707050

16 files changed

+18
-13
lines changed

_pages/about-peer-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ benefits_scientists:
1616
btn_label: Learn more about scientific Python community partnerships
1717
btn_class: btn--primary
1818
benefits_maintainers:
19-
- image_path: images/pyopensci-supports-maintainers.png
19+
- image_path: images/landing-pages/pyopensci-supports-maintainers.png
2020
alt: "A pencil sketch of a round table with people sitting around it from different backgrounds working on laptops and also writing together."
2121
excerpt: "The pyOpenSci peer review process multiplies shared knowledge, making it easier for Pythonistas of all levels to accomplish challenging tasks, such as navigating the Python packaging ecosystem, with relative ease. And our diverse community supports scientific package maintainers in their efforts to develop and build robust software."
2222
title: "Peer review benefits open source maintainers"

_pages/packaging-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ packaging-easier:
3737
btn_label: <i class="fa-solid fa-arrow-up-right-from-square"></i> See what we're working on now
3838
btn_class: btn--success
3939
community-created:
40-
- image_path: images/pyopensci-people-working-together.png
40+
- image_path: images/landing-pages/people-working-together.png
4141
image_size: 500px
4242
alt: "A group of people working on a tetris like set of building blocks, trying to stack the blocks together. "
4343
title: "Community-created Python Packaging Guide"

_pages/partners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ packaging-easier:
3535
btn_class: btn--primary
3636

3737
community:
38-
- image_path: images/pyopensci-women-collaborating.png
38+
- image_path: images/landing-pages/women-collaborating.png
3939
alt: "A black and white pencil sketch of a group of 5 women sitting and standing around a laptop working together."
4040
excerpt: "pyOpenSci is driven by a **vibrant community** of technical packaging experts, open science enthusiasts, and Pythonistas. When you partner with pyOpenSci, you:
4141

_posts/2024-04-16-pyos-open-education-resources-announcement.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,31 @@ pyOpenSci creates resources to help you navigate the Python packaging ecosystem
4747

4848
## pyOpenSci believes in open education resources (OER)
4949
<figure>
50-
<a href="/images/pyopensci-learn-community-created.png">
51-
<img src="/images/pyopensci-learn-community-created.png" style="max-width:100%" alt="Multiple hands of various skin tones reaching up to a speech bubble that reads 'Community Developed'.">
52-
</a>
50+
<figure>
51+
<picture>
52+
<source srcset="/images/learn-graphics/community-created.webp" type="image/webp">
53+
<img src="/images/learn-graphics/community-created.png" style="max-width:100%" alt="Multiple hands of various skin tones reaching up to a speech bubble that reads 'Community Developed'.">
54+
</picture>
5355
<figcaption>
5456
pyOpenSci's open education resources are community-developed
5557
</figcaption>
56-
</figure>
58+
</figure>
5759
When pyOpenSci publishes community-developed Python tutorials for scientists, it goes through a rigorous process of review and evaluation. ​​All of our tutorials are created through a multi-stage community review process–where tutorials are first developed by the pyOpenSci team or community members–before being reviewed by tool maintainers to ensure ideas and concepts are accurate. Tutorials then go through several rounds of community review for accuracy, usability and accessibility before being published as part of pyOpenSci’s open education resources..
5860

5961
All of our written content is available on the [Learn section of our website](https://www.pyopensci.org/learn.html), where you’ll find resources such as our [Python Packaging Tutorial](https://www.pyopensci.org/python-package-guide/tutorials/intro.html#), as well as in-depth guides on [Python packaging](https://www.pyopensci.org/python-package-guide/package-structure-code/intro.html), [documentation](https://www.pyopensci.org/python-package-guide/documentation/index.html), and [testing](https://www.pyopensci.org/python-package-guide/tests/index.html).
6062

6163
### Free, online, asynchronous training
64+
6265
<figure>
63-
<a href="/images/pyopensci-learn-github-collaboration.png">
64-
<img src="/images/pyopensci-learn-github-collaboration.png" style="max-width:100%" alt="A woman and a man sitting across from each other at a high table. They are smiling and working on their laptops. The text reads 'Essential Collaboration Skills for Scientists'.">
65-
</a>
66-
<figcaption>
67-
Essential Collaboration Skills for Scientists is just one of the many free, online trainings we're excited to develop and deliver!
68-
</figcaption>
66+
<picture>
67+
<source srcset="/images/learn-graphics/github-collaboration.webp" type="image/webp">
68+
<img src="/images/learn-graphics/github-collaboration.png" style="max-width:100%" alt="A woman and a man sitting across from each other at a high table. They are smiling and working on their laptops. The text reads 'Essential Collaboration Skills for Scientists'.">
69+
</picture>
70+
<figcaption>
71+
Essential Collaboration Skills for Scientists is just one of the many free, online trainings we're excited to develop and deliver!
72+
</figcaption>
6973
</figure>
74+
7075
Our vision for our free, online trainings is for the curriculum to be added to our library of open education resources, making them free, accessible, and published for anyone to use. And we intend to experiment with delivering this curriculum in an asynchronous, cohort-based manner that allows learners from all over the world to come together for a period of time to work through the curriculum together. If you were part of one of the original cohorts of the <a href="https://dslc.io/">R for Data Science Online Learning Community</a> created by our Community Manager, [Jesse Mostipak](https://github.com/kierisi), then you know that these asynchronous trainings will be thoughtfully crafted, a fantastic learning experience, and a ton of fun!
7176

7277
pyOpenSci is the recipient of the [Better Software for Science Fellowship](https://bssw.io/fellows/leah-wasser), which will help fund the creation of these open educational resources. You can stay up to date with more information on these types of lessons through [our Discourse forum](https://pyopensci.discourse.group/) as well as [our mailing list](https://eepurl.com/iM7SOM).
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)