Skip to content

Commit 24eeef7

Browse files
committed
Fix: styles and reduce in page html
1 parent b3ad670 commit 24eeef7

File tree

4 files changed

+45
-74
lines changed

4 files changed

+45
-74
lines changed

_includes/package-grid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<div class="element-item cards {% for aCategory in apackage.categories %}
2+
<div class="element-item cards bubble {% for aCategory in apackage.categories %}
33
{{ aCategory }}
44
{% endfor %}" data-category="data">
55
<article

_pages/about-peer-review.md

Lines changed: 29 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ intro:
1010
benefits_scientists:
1111
- image_path: images/pyopensci-people-at-computer.jpg
1212
alt: "A pencil sketch of a round table with people sitting around it from different backgrounds working on laptops and also writing together."
13-
excerpt: "Through our [partnerships with domain specific communities](/partners.html) our catalog of trusted tools for scientists continues to grow."
13+
excerpt: "Through our [partnerships with domain specific communities](/partners.html) our catalog of trusted tools for scientists across domains continues to grow."
1414
title: "Scientists need trusted and vetted tools to support their open science workflows."
1515
benefits_maintainers:
1616
- image_path: images/pyopensci-people-at-computer.jpg
@@ -22,19 +22,39 @@ peer_review:
2222
alt: "A pencil sketch of a round table with people sitting around it from different backgrounds working on laptops and also writing together."
2323
excerpt: "Software peer review, similar to the review of scientific papers, is a process where scientists vet software code, documentation and infrastructure. pyOpenSci leads an [open peer review process](https://www.pyopensci.org/software-peer-review/our-process/how-review-works.html) run by a community of dedicated volunteers. Reviews are supportive and fully transparent with the shared goal of improving the quality, usability and maintainability of the software that is driving open science.
2424
25-
* Our [partnership with the Journal of Open Source Software](https://www.pyopensci.org/software-peer-review/partners/joss.html) allows scientists to record academic credit for their work through a cross-ref enabled DOI.
26-
2725
* Diverse teams lead each review, enhancing the overall feedback quality."
2826
title: "About peer review of scientific Python software"
29-
joss:
30-
- image_path: images/pyopensci-people-at-computer.jpg
27+
- image_path: images/pyopensci-joss-partnership.png
3128
alt: "A pencil sketch of a round table with people sitting around it from different backgrounds working on laptops and also writing together."
32-
excerpt: "Our collaboration with JOSS means that you don't have to chose between pyOpenSci and JOSS. Submit your package to pyOS for review, and if your package is accepted and in scope for JOSS, it will be fast-tracked through JOSS' review process; they will only review your `paper.md` file. It's a win-win!"
29+
excerpt: "Our [partnership with JOSS](https://www.pyopensci.org/software-peer-review/partners/joss.html) means that you don't have to chose between pyOpenSci and JOSS. Simply submit your package to pyOS for review. If your package is accepted and in scope for JOSS, it will be fast-tracked through JOSS' review process. "
3330
title: "Get published with JOSS through a pyOpenSci review"
31+
get-involved:
32+
- image_path:
33+
title: "Become a pyOpenSci reviewer"
34+
alt:
35+
excerpt: "We could use your help! Fill our our reviewer form. We will contact you if we have a package that we need reviewers for. It's OK if you've never reviewed a package before! We'll walk you through it."
36+
url: https://forms.gle/GHfxvmS47nQFDcBM6
37+
btn_label: "> Sign-up Now (Google Form)"
38+
btn_class: btn--inverse
39+
- image_path:
40+
title: "See Our Review Process in Action"
41+
alt:
42+
excerpt: "Our software review process is run using GitHub issues. This means that anyone can check in on any part of any review and read all of the conversation. Check it out."
43+
url: https://github.com/pyOpenSci/software-submission
44+
btn_label: "> See Open Reviews"
45+
btn_class: btn--inverse
46+
- image_path:
47+
title: "Ready to Submit a Package for Review?"
48+
alt:
49+
excerpt: "To submit a package to us, you need to [open an issue in our peer review GitHub repository](https://github.com/pyOpenSci/software-submission/issues/new/choose). Learn about the steps to submit a package for open peer review in our guidebook."
50+
url: https://www.pyopensci.org/python-package-guide/
51+
btn_label: "> View our Author Guide"
52+
btn_class: btn--inverse
3453
toc: false
3554
classes: flowing
3655
---
3756

57+
3858
{% include feature_row id="intro" type="center" %}
3959

4060

@@ -43,7 +63,6 @@ classes: flowing
4363

4464
{% include feature_row id="peer_review" type="left" %}
4565

46-
4766
</div>
4867
</div>
4968

@@ -65,58 +84,10 @@ classes: flowing
6584
<div class="pyos-section purple">
6685
<div class="content" markdown="1">
6786

87+
## Get involved with peer review
6888

69-
<!--TODO: Make this section a template -->
70-
71-
<div class="content">
72-
<h2>Get involved with peer review</h2>
73-
<div class="feature__wrapper">
74-
<div class="feature__item">
75-
<div class="archive__item cards">
76-
<div class="archive__item-body">
77-
<h2 class="archive__item-title">Become a pyOpenSci reviewer</h2>
78-
<div class="archive__item-excerpt">
79-
<p>We could use your help! Fill our our reviewer form. We will
80-
contact you if we have a package that we need reviewers for.
81-
It's OK if you've never reviewed a package before! We'll walk you
82-
through it. </p>
83-
</div>
84-
<p><a href="https://forms.gle/GHfxvmS47nQFDcBM6" class="btn btn--inverse"><i class="fas fa-angle-right"></i>
85-
Sign-up Now (Google Form) </a></p>
86-
</div>
87-
</div>
88-
</div>
89-
90-
<div class="feature__item">
91-
<div class="archive__item cards">
92-
<div class="archive__item-body">
93-
<h2 class="archive__item-title">See Our Review Process in Action</h2>
94-
<div class="archive__item-excerpt">
95-
<p>Our reviewers happen in GitHub issues. This means that anyone can
96-
check in on any part of any review and read all of the conversation.
97-
Check it out.</p>
98-
</div>
99-
<p><a href="https://github.com/pyOpenSci/software-review/issues" class="btn btn--inverse"><i class="fas fa-angle-right"></i> See Open Reviews </a></p>
100-
</div>
101-
</div>
102-
</div>
103-
104-
<div class="feature__item ">
105-
<div class="archive__item cards">
106-
<div class="archive__item-body">
107-
<h2 class="archive__item-title">Ready to Submit a Package for Review?</h2>
108-
<div class="archive__item-excerpt">
109-
<p>You're in the right place! Learn about the steps to submit a package
110-
for open peer review in our guidebook. </p>
111-
</div>
112-
<p><a href="https://www.pyopensci.org/software-peer-review/how-to/author-guide.html" class="btn btn--inverse"><i class="fas fa-angle-right"></i> View our Author Guide </a></p>
113-
</div>
114-
</div>
115-
</div>
116-
</div>
117-
</div>
89+
{% include feature_row_pyos id="get-involved" %}
11890

119-
<!-- END template TODO -->
12091

12192
</div>
12293
</div>
@@ -154,7 +125,7 @@ editor role at pyOpenSci [in our peer review guide.](https://www.pyopensci.org/s
154125
</div>
155126

156127

157-
<div class="content noimage">
128+
<div class="content">
158129
<div class="feature__wrapper">
159130
<h2> Recently Accepted scientific Python Packages</h2>
160131

_sass/minimal-mistakes/_pyos-grid.scss

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,21 @@
7979
font-size: 1.1em!important;
8080
}
8181

82+
.bubble:before {
83+
content: "";
84+
position: absolute;
85+
z-index: -1;
86+
top: -16px;
87+
right: -16px;
88+
background: #967eb6;
89+
height: 32px;
90+
width: 32px;
91+
border-radius: 32px;
92+
transform: scale(2);
93+
transform-origin: 50% 50%;
94+
transition: transform 0.15s ease-out;
95+
}
96+
8297
.cards {
8398
display: block;
8499
top: 0px;
@@ -136,21 +151,6 @@
136151
}
137152

138153

139-
// &:before {
140-
// content: "";
141-
// position: absolute;
142-
// z-index: -1;
143-
// top: -16px;
144-
// right: -16px;
145-
// background: #967eb6;
146-
// height: 32px;
147-
// width: 32px;
148-
// border-radius: 32px;
149-
// transform: scale(2);
150-
// transform-origin: 50% 50%;
151-
// transition: transform 0.15s ease-out;
152-
// }
153-
154154
&:hover:before {
155155
transform: scale(2.15);
156156
}

images/pyopensci-joss-partnership.png

131 KB
Loading

0 commit comments

Comments
 (0)