diff --git a/Gemfile b/Gemfile index c190bb2f..5f1e9bd9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,8 @@ source "https://rubygems.org" -gem "github-pages", group: :jekyll_plugins -gem "jekyll-include-cache" -gem "webrick" -gem "html-proofer" +group :jekyll_plugins do + gem "github-pages" + gem "jekyll-include-cache" + gem "webrick" + gem "html-proofer" + end \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index 207ea483..965daafe 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,6 +15,9 @@ + + + {% if site.head_scripts %} {% for script in site.head_scripts %} diff --git a/_pages/about-peer-review.md b/_pages/about-peer-review.md index 15b1125a..d692b74b 100644 --- a/_pages/about-peer-review.md +++ b/_pages/about-peer-review.md @@ -3,7 +3,7 @@ layout: splash permalink: /about-peer-review/ title: "pyOpenSci Reviews Scientific Python Software" header: - overlay_image: images/header.png + overlay_image: images/header.webp overlay_filter: 0.8 intro: - excerpt: "Our open peer review process facilitates scientists getting credit and recognition for the work they've invested in developing scientific Python tools. The peer review process also supports scientists in finding vetted and maintained software, which drives their open science workflows." diff --git a/_pages/contributors.md b/_pages/contributors.md index 073b55f9..3ecbc5d2 100644 --- a/_pages/contributors.md +++ b/_pages/contributors.md @@ -5,7 +5,7 @@ title: "The pyOpenSci Team & Contributors" excerpt: "pyOpenSci is a diverse community of people interested in building a community of practice around scientific software written in Python." classes: header: - overlay_image: images/header.png + overlay_image: images/header.webp overlay_filter: 0.6 redirect_from: - /contributors.html diff --git a/_pages/home.md b/_pages/home.md index 255fe18a..86f7e95c 100644 --- a/_pages/home.md +++ b/_pages/home.md @@ -7,7 +7,7 @@ published: true site-map: true permalink: / header: - overlay_image: /images/people/header-mentored-sprints-smaller.png + overlay_image: /images/people/header-mentored-sprints-smaller.webp overlay_filter: 0.7 actions: - label: "Submit a Package" @@ -17,14 +17,14 @@ header: mission: - excerpt: "We build diverse community that supports free and open Python tools for processing scientific data. We also build technical skills needed to contribute to open source and that support open science. Join our global community." peer-review: - - image_path: images/software-peer-review.png + - image_path: images/software-peer-review.webp alt: "Light purple image that says software Peer Review. On the image is a woman at a laptop with a pyOpenSci logo on it and a cup of coffee next to her. There is a very light flower in the bottom right hand corner. " title: "Python Package Peer Review" excerpt: "We offer peer review of Python software to increase the quality, usability and long term maintenance of the open source tools that drive open science. [JOSS accepts our review as theirs](https://www.pyopensci.org/software-peer-review/partners/joss.html) so you can get the benefits of pyOpenSci and JOSS through one review." url: https://www.pyopensci.org/software-peer-review/about/benefits.html btn_label: "> Learn more about the benefits of peer review." btn_class: btn--inverse - - image_path: images/community-partnerships.png + - image_path: images/community-partnerships.webp alt: "Light purple image with a bunch from different backgrounds of stick figure people in a slightly darker color. The text on the image at the top says Community Partnerships" title: "Community Partnerships" excerpt: "We partner with domain-specific scientific Python communities such as [Pangeo](https://www.pyopensci.org/software-peer-review/partners/pangeo.html) who want to review affiliated packages. Through this collaboration, we develop community-specific standards that are used in our reviews to evaluate whether a package meets affiliation requirements. This removes the need for communities to develop their own peer review process." @@ -52,7 +52,7 @@ peer-review:
- Image showing 3 people working at 2 computers during a spring at pyCon USA 2023. + Image showing 3 people working at 2 computers during a spring at pyCon USA 2023.

Peer Review Mentorship Program

diff --git a/_pages/learn.md b/_pages/learn.md index 42c48663..8aa52bd6 100644 --- a/_pages/learn.md +++ b/_pages/learn.md @@ -4,7 +4,7 @@ permalink: /learn.html title: "Python Tutorials & Learning Resources for Scientists" classes: flowing header: - overlay_image: images/headers/pyopensci-learn-header.png + overlay_image: images/headers/pyopensci-learn-header.webp overlay_filter: 0.3 scientists: - image_path: images/pyopensci-people-at-computer.jpg diff --git a/_pages/packaging-resources.md b/_pages/packaging-resources.md index 624b3c7c..3ac5c515 100644 --- a/_pages/packaging-resources.md +++ b/_pages/packaging-resources.md @@ -5,7 +5,7 @@ permalink: /python-packaging-science.html title: "Python packaging resources for scientists" excerpt: "We make the scientific Python package ecosystem easier to navigate through peer review and packaging resources." header: - overlay_image: images/header.png + overlay_image: images/header.webp overlay_filter: 0.8 intro: - excerpt: "There are many tools and approaches that can be used to create a Python package. We build resources that help you both understand the tool ecosystem and also learn how to create a Python package using modern best practices." diff --git a/_pages/partners.md b/_pages/partners.md index f0424288..4fec0a99 100644 --- a/_pages/partners.md +++ b/_pages/partners.md @@ -4,7 +4,7 @@ permalink: /partners.html title: "pyOpenSci Community Partners: affiliated package review" classes: flowing header: - overlay_image: images/header.png + overlay_image: images/header.webp overlay_filter: 0.6 intro: - excerpt: "More here on community partners." diff --git a/_pages/python-packages.md b/_pages/python-packages.md index 9b5dd3c1..7b6093f9 100644 --- a/_pages/python-packages.md +++ b/_pages/python-packages.md @@ -4,7 +4,7 @@ permalink: /python-packages.html title: "pyOpenSci Open Peer Review & Accepted Packages" classes: header: - overlay_image: images/header.png + overlay_image: images/header.webp overlay_filter: 0.6 intro: - excerpt: "The scientific Python packages below have diff --git a/images/community-partnerships.webp b/images/community-partnerships.webp new file mode 100644 index 00000000..63e9bbdd Binary files /dev/null and b/images/community-partnerships.webp differ diff --git a/images/header.webp b/images/header.webp new file mode 100644 index 00000000..e0ee5318 Binary files /dev/null and b/images/header.webp differ diff --git a/images/headers/pyopensci-learn-header.webp b/images/headers/pyopensci-learn-header.webp new file mode 100644 index 00000000..f215fc88 Binary files /dev/null and b/images/headers/pyopensci-learn-header.webp differ diff --git a/images/people/header-mentored-sprints-smaller.webp b/images/people/header-mentored-sprints-smaller.webp new file mode 100644 index 00000000..3bf26118 Binary files /dev/null and b/images/people/header-mentored-sprints-smaller.webp differ diff --git a/images/people/pyopensci-sprint-pycon-2023.webp b/images/people/pyopensci-sprint-pycon-2023.webp new file mode 100644 index 00000000..20218a14 Binary files /dev/null and b/images/people/pyopensci-sprint-pycon-2023.webp differ diff --git a/images/python-packaging-guide.webp b/images/python-packaging-guide.webp new file mode 100644 index 00000000..5c5d32db Binary files /dev/null and b/images/python-packaging-guide.webp differ diff --git a/images/software-peer-review.webp b/images/software-peer-review.webp new file mode 100644 index 00000000..00ad10fc Binary files /dev/null and b/images/software-peer-review.webp differ