From 5cb2380c86d82e6b06e390246c23def7fb364bde Mon Sep 17 00:00:00 2001 From: Meghann Agarwal Date: Thu, 25 Apr 2024 23:39:37 -0500 Subject: [PATCH 1/2] Update author invitation email template for 2024 --- .../mail/templates/author-invitation.txt.tmpl | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/publisher/mail/templates/author-invitation.txt.tmpl b/publisher/mail/templates/author-invitation.txt.tmpl index e17987d1ef..d70cc2bfa3 100644 --- a/publisher/mail/templates/author-invitation.txt.tmpl +++ b/publisher/mail/templates/author-invitation.txt.tmpl @@ -1,6 +1,6 @@ -Dear {{to_name}}, +Dear @firstname @lastname, -Congratulations on having your abstract, "{{title}}", accepted for this year's event -- we look forward to seeing your poster or presentation! As in the past, {{proceedings['title']['acronym']}} {{proceedings['year']}} will release a conference proceedings prior to the start of the conference, and you are invited to contribute a full-length paper (up to 8 pages, not including references) expanding on your abstract. +Congratulations on having your abstract, "@title" accepted for this year's event -- we look forward to seeing your poster or presentation! As in the past, SciPy 2024 will release a conference proceedings after the end of the conference, and you are invited to contribute a full-length paper (up to 8 pages, not including references) expanding on your abstract. Note: this is optional and not required for you to present at the conference. The proceedings are aimed at highlighting significant contributions to scientific computing in Python, including but not limited to: - methods for high performance computing in Python @@ -8,17 +8,27 @@ The proceedings are aimed at highlighting significant contributions to scientifi - domain-specific applications of Python in any field of research - significant improvements to existing scientific Python packages -Papers must be submitted as pull requests via GitHub by May 28th, 2020. At that point, the five-week open review period will begin. During this time, members from the proceedings committee and the scientific Python community at large will provide feedback, which should be addressed through discussion on GitHub and by updating the pull request. Further instructions can be found here: +Papers must be submitted as pull requests via GitHub by May 31st, 2024. At that point, the eight-week open review period will begin. Papers must be complete before they are submitted (e.g. no missing or half-written sections). During this time, members from the proceedings committee and the scientific Python community at large will provide feedback, which should be addressed through discussion on GitHub and by updating the pull request. Further instructions can be found here: https://github.com/scipy-conference/scipy_proceedings#instructions-for-authors +A webinar with walkthrough and Q&A on how to submit to the proceedings will be offered on May 3rd, 2024. Sign up can be found here: +https://www.eventbrite.ca/e/scipy-proceedings-2024-quickstart-and-authoring-tutorial-tickets-876683101757 + When submitting a paper to the proceedings, you may be contacted by the Proceedings Chairs to assist in reviewing other papers. -After the conference, you will have the opportunity to submit electronic copies of your poster or talk slides for archiving with {{proceedings['title']['acronym']}}. Further information about submitting slides and posters can be found here: https://github.com/scipy-conference/scipy_proceedings#instructions-for-slides +After the conference has ended, you will have the opportunity to submit electronic copies of your poster or talk slides for archiving with SciPy. Further information about submitting slides and posters can be found here: https://github.com/scipy-conference/scipy_proceedings#instructions-for-slides Yours, -The {{proceedings['title']['acronym']}} {{proceedings['year']}} Proceedings Committee -{{for n in proceedings['editor']}} - {{n}} -{{endfor}} +The SciPy 2024 Proceedings Committee +Co-chairs / Editors: + Meghann Agarwal + Amey Ambade + Chris Calloway + Rowan Cockett + Sanhita Joshi + Charles Lindsey + Hongsup Shin +-- +Unsubscribe From 99bfef80988e0cd1ad0344ea45d19041f6d885e5 Mon Sep 17 00:00:00 2001 From: Meghann Agarwal <4421561+mepa@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:59:23 -0500 Subject: [PATCH 2/2] Reviewer feedback Co-authored-by: Rowan Cockett --- publisher/mail/templates/author-invitation.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publisher/mail/templates/author-invitation.txt.tmpl b/publisher/mail/templates/author-invitation.txt.tmpl index d70cc2bfa3..bcabc5af37 100644 --- a/publisher/mail/templates/author-invitation.txt.tmpl +++ b/publisher/mail/templates/author-invitation.txt.tmpl @@ -1,6 +1,6 @@ Dear @firstname @lastname, -Congratulations on having your abstract, "@title" accepted for this year's event -- we look forward to seeing your poster or presentation! As in the past, SciPy 2024 will release a conference proceedings after the end of the conference, and you are invited to contribute a full-length paper (up to 8 pages, not including references) expanding on your abstract. Note: this is optional and not required for you to present at the conference. +Congratulations on having your abstract, "@title" accepted for this year's event -- we look forward to seeing your poster or presentation! As in the past, SciPy 2024 will release a conference proceedings after the end of the conference, and you are invited to contribute a full-length paper (up to 6000 words (about 8 pages), not including references) expanding on your abstract. Note: this is optional and not required for you to present at the conference. The proceedings are aimed at highlighting significant contributions to scientific computing in Python, including but not limited to: - methods for high performance computing in Python