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: vignettes/editor_in_chief_guide.Rmd
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,14 @@ knitr::opts_chunk$set(
22
22
23
23
## Downloading new submissions and revisions
24
24
25
-
Articles are submitted through a [Google form](https://forms.gle/Eqkf6cFJM3mjuxZUA) which populates a [Google sheet](https://docs.google.com/spreadsheets/d/1Snt4SDkfyceoX_PPGm-9cB29DAw-dvnCjWHHOt5jS38), and a [Google drive](https://drive.google.com/drive/folders/1azJouPrcOS9HxI2LCjBLHTWj6dx_OBqxiVgW30Zu7uUHD2c-Ge7ras_cLJlxT93NlaxpMd8i). This sheet contains details of the submission, and also a zip file with the necessary files; `get_submissions()` will authenticate against both.
Articles are submitted through a [Google form](`r google_form`) which populates a [Google sheet](`r google_sheet`), and a [Google drive](`r google_drive`). This sheet contains details of the submission, and also a zip file with the necessary files; `get_submissions()` will authenticate against both.
26
33
27
34
Pre-2026 form, sheet and submission files can be found in the following links: [Google form](https://forms.gle/ykj6QcoGQD5ctnA5A), [Google sheet](https://docs.google.com/spreadsheets/d/15Tem82ikjHhNVccZGrHFVdzVjoxAmwaiNwaBE95wu6k/edit#gid=1671813370), and [Google drive](https://drive.google.com/drive/folders/0B2aFIue-Ar8dfmdVdHlpTnRndWhxQnNtR0o2YnoycDU1cVVzRlRaM0VSQWU1YUlnZlkyZEk?resourcekey=0-pzsHNE5mUiKuzB-VFmGD7g). These ones were owned by different individuals, so it is advised not to use these and should not be required unless searching for historical submissions. Note that if you are creating a new form, then you must manually add a column in Google sheet named "Submission ID", change "Email Address" to "Email address" and the sheet name "Form Responses 1" to "Form responses 1" for the `get_submissions()` to work. It is sensitive cases and changes to the column nmaes.
28
35
@@ -68,8 +75,9 @@ Once a shortlist of candidates is created, but before approaching anyone on the
68
75
69
76
Once a new EE is found, the following steps take place:
70
77
71
-
- The new EE is added to the Editors teamat `https://github.com/rjournal` and to the `rjournal.slack.com` organisation.
78
+
- The new EE is added to the Editors team, with role changed as owner, at `https://github.com/rjournal` and to the `rjournal.slack.com` organisation.
72
79
- The new EE is added to the `editors.csv` file in the `inst` folder of the `rj` package.
80
+
- Onboard the new EE.
73
81
74
82
The EIC may take on outstanding handling editor duties of the outgoing member.
75
83
@@ -88,7 +96,7 @@ Once a new AE is appointed, the following steps take place:
88
96
* Update the editorial board on the [R Journal website](https://rjournal.github.io/editors.html).
89
97
* Update the [R Journal Wikipedia page](https://en.wikipedia.org/wiki/The_R_Journal) with the change of editors.
90
98
* Ask Martin Maechler to forward r-journal@r-project.org to the new EIC's preferred email address.
91
-
* Grant permission to the new EIC to access the [Google sheet](https://docs.google.com/spreadsheets/d/15Tem82ikjHhNVccZGrHFVdzVjoxAmwaiNwaBE95wu6k/edit#gid=1671813370), and [Google drive](https://drive.google.com/drive/folders/0B2aFIue-Ar8dfmdVdHlpTnRndWhxQnNtR0o2YnoycDU1cVVzRlRaM0VSQWU1YUlnZlkyZEk?resourcekey=0-pzsHNE5mUiKuzB-VFmGD7g) used for submissions.
99
+
* Grant permission to the new EIC to access the [Google sheet](`r google_sheet`), and [Google drive](`r google_drive`) used for submissions.
92
100
* Hand over the `rjournal.submission` Google account. This account owns the google forms and spreadsheets used by the editors.
93
101
* Update the front page of the [R Journal website](https://journal.r-project.org/) with the latest graphics.
0 commit comments