field name in the submission note that represents the id of author. used to filter notes that current user is an author of.
Kind: static property of AuthorConsoleConfigDefault: "no default value"Example
AuthorConsoleConfig.officialReviewName : string
name of the offical review in official review invitation, used for header display and for composing the official review invitation id for filtering
Kind: static property of AuthorConsoleConfigDefault: "no default value"Example
AuthorConsoleConfig.decisionName : string
name of the decision field in decision note and name of decision invitation. used to construct decision invitation id to find the decision note and to display the paper decision.
Kind: static property of AuthorConsoleConfigDefault: "'Decision'"Example
denotes the rating field in review. which is parsed and used for min/max/avg calculation and display.
Kind: static property of AuthorConsoleConfigDefault: "no default value"Example(string shows single rating)
Example(string array shows multiple ratings)
Example(object array/mixed shows multiple ratings with fallback options the following config would show 2 ratings: "overall_rating" and "overall_recommendation" for "overall_rating", it's value will be final_rating field, when final_rating field is not available, it will take the next available value defined in the array, in this example it will take "preliminary_rating")
AuthorConsoleConfig.reviewConfidenceName : string
name of the decision note. used to construct decision invitation id to find the decision note and to display the paper decision.
Kind: static property of AuthorConsoleConfigDefault: "no default value"Example
AuthorConsoleConfig.authorName : string
used to construct referrer link back to author console and to filtering invitations for author in tasks tab
Kind: static property of AuthorConsoleConfigDefault: "no default value"Example
AuthorConsoleConfig.submissionName : string
use to construct referrer link/review invitation id/decision invitation id and text display
Kind: static property of AuthorConsoleConfigDefault: "no default value"Example