You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/how-to-submit.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: single
3
-
title: "How to submit a package to pyOpenSci"
3
+
title: "How to submit a Python package to pyOpenSci for review"
4
4
header:
5
5
overlay_image: images/header.png
6
6
overlay_filter: 0.8
@@ -13,15 +13,18 @@ toc: true
13
13
---
14
14
## <iclass="fa-solid fa-screwdriver-wrench"></i> Congratulations, you’ve created a package!
15
15
16
-
Creating a Python package, whether it's your first or five-hundredth, is an incredible contribution to the open source ecosystem---don't forget to take a moment to celebrate! But the adventure doesn't have to stop there. You can also submit your package to pyOpenSci's open peer review process.
16
+
Creating a Python packageis an incredible contribution to the open source ecosystem---don't forget to take a moment to celebrate! But the adventure doesn't have to stop there. If you intend to maintain your package over time and want additional community support and visibility for your work, you can also submit your package to pyOpenSci's open peer review process.
17
17
18
-
> Looking for help creating a Python package? Check out [the pyOpenSci Package Guide](https://www.pyopensci.org/python-package-guide/), which will walk you through the process, start to finish.
18
+
> Learn how to create a Python packaging using the [pyOpenSci Python packaging tutorials](https://www.pyopensci.org/python-package-guide/tutorials/intro.html), which will walk you through the process, start to finish.
19
19
20
20
## <iclass="fa-solid fa-circle-chevron-down"></i> Why you should submit to pyOpenSci's open peer review process
21
21
22
-
pyOpenSci's peer review process is run by a team of dedicated volunteers, and provides the opportunity for package maintainers to have their code, documentation, and infrastructure vetted by both domain experts as well as Python experts. Because pyOpenSci invests in recruiting a diverse team of editors and reviewers, our review process provides and enhanced feedback experience.
22
+
pyOpenSci's peer review process is run by a team of dedicated volunteers. It provides the opportunity for package maintainers to have their code, documentation, and infrastructure vetted by both domain and Python experts. Because pyOpenSci invests in recruiting a diverse team of editors and reviewers for different scientific domains and packaging expertise backgrounds, our review process provides an enhanced feedback experience.
23
+
24
+
In addition, pyOpenSci's partnership with the [Journal of Open Source Software](https://www.pyopensci.org/software-peer-review/partners/joss.html) means that if your package is accepted by pyOpenSci and in scope for JOSS, it will be fast-tracked through JOSS’ review process. This means through a single review, your package can become both a part of the growing pyOpenSci ecosystem of Python packages and also published and citable via JOSS.
25
+
26
+
pyos-joss-peer-review.png
23
27
24
-
In addition, pyOpenSci's partnership with the [Journal of Open Source Software](https://www.pyopensci.org/software-peer-review/partners/joss.html) means that if your package is accepted by pyOpenSci and in scope for JOSS, it will be fast-tracked through JOSS’ review process.
25
28
26
29
Read more about the benefits of utilizing pyOpenSci's open peer review process in our [Peer Review Guide](https://www.pyopensci.org/software-peer-review/about/benefits.html).
0 commit comments