Skip to content

Commit

Permalink
Merge pull request #891 from scipy-conference/2024
Browse files Browse the repository at this point in the history
Keep dev up to date with 2024 changes
  • Loading branch information
cbcunc authored Apr 9, 2024
2 parents 868af8a + f48e2df commit 75a7cb9
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: curvenote
on:
pull_request:
branches: ['2024']
permissions:
contents: read
pull-requests: write
jobs:
publish:
uses: curvenote/actions/.github/workflows/publish.yml@v1
with:
monorepo: true
id-pattern-regex: '^scipy-2024-(?:[a-zA-Z0-9-_]{3,15})$'
enforce-single-folder: paper
preview-label: paper
submit-label: true
venue: scipy
collection: '2024'
kind: Article
path: papers/*
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions papers/00_bibderwalt/myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
project:
id: scipy-2024-00_bibderwalt
2 changes: 2 additions & 0 deletions papers/00_texderwalt/myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
project:
id: scipy-2024-00_texderwalt
11 changes: 6 additions & 5 deletions publisher/mail/templates/reviewer-invitation-2024.txt.tmpl
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
Dear {{to_name}},
Dear Most Awesome SciPy Volunteer,

Thank you for responding to the SciPy 2024 Program Review Committee Interest Form. The results of that form indicate that you are willing to complete full paper reviews for the SciPy Proceedings.

We appreciate your interest and extend this invitation to you to become a SciPy 2024 Proceedings reviewer. We hope to hear an acceptance from you via a reply to this email (reply-to: [email protected]) by April 23, 2024.

This will be an exciting year for the SciPy Proceedings. Starting this year, the SciPy Proceedings will be hosted by a professional journal publication platform, Curvenote, a sponsor of SciPy 2024. Curvenote is a leader for the development of MyST Markdown (https://mystmd.org/), the next-generation Python markdown embraced by Sphinx and Jupyter for embedding interactive code into scientific publications. Curvenote will significantly improve the look and feel of SciPy Proceedings as well as position SciPy Proceedings at the forefront of scientific publication along with other Curvenote journal publishers such as the American Geophysical Union, Microscopy Society of America, and Physiome.
This will be an exciting year for the SciPy Proceedings. Starting this year, the SciPy Proceedings will be hosted by a professional journal publication platform, Curvenote, a Gold sponsor of SciPy 2024 (see the announcement at https://curvenote.com/news/curvenote-sponsors-scipy-proceedings-2024). Curvenote is a leader for the development of MyST Markdown (https://mystmd.org/), the next-generation Python markdown embraced by Sphinx and Jupyter for embedding interactive code into scientific publications. Curvenote will significantly improve the look and feel of SciPy Proceedings as well as position SciPy Proceedings at the forefront of scientific publication along with other Curvenote journal publishers such as the American Geophysical Union, Microscopy Society of America, and Physiome.

If you accept, the process for reviewing papers will be introduced to you through both written instructions and optional webinars. The Proceedings Committee aims to make this process easy and lightweight for you. In a nutshell, 1) you will view rendered papers on the Curvenote SciPy Proceedings website (see https://proceedings.scipy.org and an announcement coming soon), and 2) you will make review comments on source code (either MyST or LaTeX) for the papers through the normal GitHub pull request review process. Knowledge of MyST or LaTeX is not required on the part of the reviewer. Your job as a reviewer will be to make helpful and friendly comments on the content and style of rendered papers in order to produce the best possible SciPy Proceedings.
If you accept, the process for reviewing papers will be introduced to you through both written instructions and optional webinars. The Proceedings Committee aims to make this process easy and lightweight for you. In a nutshell, 1) you will preview rendered papers on the Curvenote SciPy Proceedings website (see the 2023 preview at https://proceedings.scipy.org/), and 2) you will make review comments on source code (either MyST or LaTeX) for the papers through the normal GitHub pull request review process. Knowledge of MyST or LaTeX is not required on the part of the reviewer. Your job as a reviewer will be to make helpful and friendly comments on the content and style of rendered papers in order to produce the best possible SciPy Proceedings.

Should you accept, you will be assigned a paper to review according to the schedue below based on two factors: 1) the tracks you indicated you would be willing to review on the SciPy 2024 Program Review Committee Interest Form, and 2) the conflict of interest information you have already provided to the program committee, both of which have been shared with the proceedings committee. The proceedings committee anticipates you will use the GitHub userid you also provided on the interest form for your review work.
Should you accept, you will be assigned a paper to review according to the schedule below based on two factors: 1) the tracks you indicated you would be willing to review on the SciPy 2024 Program Review Committee Interest Form, and 2) the conflict of interest information you have already provided to the program committee, both of which have been shared with the proceedings committee. The proceedings committee anticipates you will use the GitHub userid you also provided on the interest form for your review work.

The 2024 schedule for the SciPy Proceedings is based around an initial review, a final review, and a final decision. Within the schedule are dates pertaining to three roles: authors, reviewers, and editors.

Deadline to respond to offer to be a reviewer 2024-04-23
Authors invited to submit full papers 2024-04-26
Webinar offered to authors and reviewers 2024-05-03
Deadline to submit first draft by authors 2024-05-31
Assignment of reviewers to papers 2024-05-31

Expand All @@ -35,7 +36,7 @@ Final author revision deadline 2024-07-31
(Reviewers make an up or down decision on publication readiness of papers during this period.)

Final reviewer decision deadline 2024-08-09
Proceedings committee co-chairs final signoff 2024-08-16
Proceedings final signoff by editors 2024-08-16

(The publication process begins after final signoff.)

Expand Down

0 comments on commit 75a7cb9

Please sign in to comment.