Allowing authors to nominate an author as reviewer
For Conference Review Workflow Venues:
"serve_as_reviewer": {
"order": 11,
"description": "Enter the profile ids of the authors of this submission who will serve as reviewers.",
"value": {
"param": {
"type": "string[]",
"enum": ["${3/authors/value/*/username}"],
"input": "select"
}
}
}For Request Form Venues:

{
"serve_as_reviewer": {
"value": {
"param": {
"type": "profile[]",
"regex": "~.*"
}
},
"description": "Please nominate an author to serve as a reviewer using their profile ID (e.g. ~First_Last1)",
"order": 20
}
}
Last updated
Was this helpful?