|
| 1 | +--- |
| 2 | +title: "Draft: Roles and Responsibilities" |
| 3 | +author: "Mark van der Loo" |
| 4 | +date: "`r Sys.Date()`" |
| 5 | +output: rmarkdown::html_vignette |
| 6 | +vignette: > |
| 7 | + %\VignetteIndexEntry{Roles and Responsibilities} |
| 8 | + %\VignetteEngine{knitr::rmarkdown} |
| 9 | + %\VignetteEncoding{UTF-8} |
| 10 | +--- |
| 11 | + |
| 12 | +_This document is a proposal does not (yet) reflect current policy of the R Journal_ |
| 13 | + |
| 14 | + |
| 15 | +This vignette gives an overview of the roles in the R Journal editorial team, |
| 16 | +the responsibilities that come with each role, and an overview of the editorial |
| 17 | +process. There are separate guides that detail the operational and technical |
| 18 | +details, in particular: |
| 19 | + |
| 20 | +- [Associate Editor Guide](associate_editors_guide.html) |
| 21 | +- [Executive Editor Guide](executive_editors_guide.html) |
| 22 | +- [Editor in Chief Guide](editor_in_chief_guide.html) |
| 23 | + |
| 24 | +All editors are expected to take appropriate action in the case of conflict of |
| 25 | +interest. See the [conflict of interest policy](conflict_of_interest.html) |
| 26 | + |
| 27 | + |
| 28 | +## Roles and responsibilities in the editorial team |
| 29 | + |
| 30 | +The editorial team consists of four Executive Editors (EE), of which one is the |
| 31 | +Editor-in-Chief (EIC). The EEs are supported by a team of Associate Editors. |
| 32 | + |
| 33 | +The team of EEs follow a rotating schedule. A new member will act as EE for 2 |
| 34 | +years, takes the role of EIC in year 3 and returns to EE for their last year. |
| 35 | + |
| 36 | +AEs are in principle appointed for three years, but extensions are possible if |
| 37 | +both the EEs and AE agree. |
| 38 | + |
| 39 | +All memmbers of the editorial team are responsible for signalling possible conflicts |
| 40 | +of interest. See the [conflict ] |
| 41 | + |
| 42 | + |
| 43 | +### Editor-in-Chief |
| 44 | + |
| 45 | +The EIC is responsible for |
| 46 | + |
| 47 | +- Quality and publication of the Journal |
| 48 | +- Timely and proper handling of submitted papers |
| 49 | +- Ensure staffing of the EE and AE teams. |
| 50 | +- Resolving conflicts between authors and the Journal, where necessary in collaboration with the advisory board. |
| 51 | + |
| 52 | +In particular, the EIC distributes the article workload amongst the EEs. The |
| 53 | +EIC organizes biweekly meetings for the EE team, monthly meetings for the AE |
| 54 | +team, and an annual meeting with the advisory board. The EIC also ensures that |
| 55 | +there are always four EEs and sufficient AEs to handle the workload. Finally, |
| 56 | +the EIC ensures that the quarterly issues are produced and published. |
| 57 | + |
| 58 | + |
| 59 | +### Exectutive Editors |
| 60 | + |
| 61 | +An EE is responsible for |
| 62 | + |
| 63 | +- Proper and timely handling of papers under their responsibility. |
| 64 | +- Take and communicate the editorial decision (Accept/Minor/Major/Reject) for papers under their responsibility. |
| 65 | +- Supporting the EIC in recruiting AEs and EEs. |
| 66 | + |
| 67 | +In particular, the EE communicates with AE and with the authors of submissions. |
| 68 | +They ensure that both the reviews, and the decision on submissions are properly |
| 69 | +argued and that this argumentation is both archived and communicated to the |
| 70 | +authors. |
| 71 | + |
| 72 | +EEs may choose to hand over a paper to an AE but they will typically also |
| 73 | +handle papers themselves. For those papers the EE also takes on the |
| 74 | +responisbilities of an AE. |
| 75 | + |
| 76 | + |
| 77 | +### Associate Editors |
| 78 | + |
| 79 | +An AE is responsible for |
| 80 | + |
| 81 | +- Finding and recruiting appropriate reviewers, such that there are preferably at least two reviews of sufficient quality for each submission. |
| 82 | +- Ensure that both the article contents and the code are sufficiently reviewed. |
| 83 | +- Ensure timely handling of papers under their responsibility |
| 84 | +- Advise the EE on the editorial decision (Accept/Minor/Major/Reject) |
| 85 | + |
| 86 | + |
| 87 | +---- |
| 88 | + |
| 89 | +## Editorial Procedure |
| 90 | + |
| 91 | +When handling a new submission, there are several points of decision. Here we |
| 92 | +detail who takes each decision and in which order. The way decisions are made |
| 93 | +can be found in the AE, EE and EIC guides. |
| 94 | + |
| 95 | +When a (re)submission arrives |
| 96 | + |
| 97 | +1. **The EIC decides whether it can be assigned to an EE.** The decision is based |
| 98 | + on technical checks, including completness, formatting, and reproducibility. |
| 99 | + If the checks are not passed, the paper is rejected and the authors could be |
| 100 | + asked to possibly resubmit. If all checks pass, the EIC assigns the paper to an |
| 101 | + EE. |
| 102 | +2. **The EE decides whether the submission is of sufficient quality for review.** |
| 103 | +3. The paper is assigned to an AE or handled by the EE. |
| 104 | + a. Reviewers are recruited by EE or AE. They ensure that enough reviews of sufficient quality |
| 105 | + are obtained. |
| 106 | + b. If an AE handles the paper, the AE advises the EE on a decision. |
| 107 | +4. **The EE decides whether the reviews are of sufficient quality to support an argued decision**. |
| 108 | + Reviews should be clear, objective, and together cover both the paper and the R code. |
| 109 | +5. **The EE takes the editorial decision: Accept/Minor revision/Major revision/Reject**. The |
| 110 | + EE also archives the decision and communicates it with the authors. |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
0 commit comments