Skip to content

Commit e6c8f98

Browse files
committed
update EiC guide to correct links and expand on new EE onboarding
1 parent 152e5a8 commit e6c8f98

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

vignettes/editor_in_chief_guide.Rmd

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ knitr::opts_chunk$set(
2222

2323
## Downloading new submissions and revisions
2424

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.
25+
```{r}
26+
#| echo: false
27+
google_form <- "https://forms.gle/Eqkf6cFJM3mjuxZUA"
28+
google_sheet <- "https://docs.google.com/spreadsheets/d/1Snt4SDkfyceoX_PPGm-9cB29DAw-dvnCjWHHOt5jS38"
29+
google_drive <- "https://drive.google.com/drive/folders/1azJouPrcOS9HxI2LCjBLHTWj6dx_OBqxiVgW30Zu7uUHD2c-Ge7ras_cLJlxT93NlaxpMd8i"
30+
```
31+
32+
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.
2633

2734
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.
2835

@@ -68,8 +75,9 @@ Once a shortlist of candidates is created, but before approaching anyone on the
6875

6976
Once a new EE is found, the following steps take place:
7077

71-
- The new EE is added to the Editors team at `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.
7279
- The new EE is added to the `editors.csv` file in the `inst` folder of the `rj` package.
80+
- Onboard the new EE.
7381

7482
The EIC may take on outstanding handling editor duties of the outgoing member.
7583

@@ -88,7 +96,7 @@ Once a new AE is appointed, the following steps take place:
8896
* Update the editorial board on the [R Journal website](https://rjournal.github.io/editors.html).
8997
* Update the [R Journal Wikipedia page](https://en.wikipedia.org/wiki/The_R_Journal) with the change of editors.
9098
* 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.
92100
* Hand over the `rjournal.submission` Google account. This account owns the google forms and spreadsheets used by the editors.
93101
* Update the front page of the [R Journal website](https://journal.r-project.org/) with the latest graphics.
94102

0 commit comments

Comments
 (0)