Skip to content

Commit

Permalink
updated application
Browse files Browse the repository at this point in the history
  • Loading branch information
tuehoang committed Mar 5, 2024
1 parent 240cc74 commit caa435a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions etc/autoassigners.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"name": "review",
"function": "+Review_Autoassigner",
"parameters": [
"count {n} Number of reviews to assign per paper",
"count {n} Number of reviews to assign per application",
"?rtype Review type",
"?round Review round",
"?method",
Expand All @@ -35,7 +35,7 @@
{
"name": "review_ensure",
"function": "+Review_Autoassigner",
"parameters": ["count {n} Number of reviews to ensure per paper", "?rtype", "?round", "?method", "?balance", "?load", "?max_load", "?max_load_tag"]
"parameters": ["count {n} Number of reviews to ensure per application", "?rtype", "?round", "?method", "?balance", "?load", "?max_load", "?max_load_tag"]
},
{
"name": "review_per_pc",
Expand Down
20 changes: 10 additions & 10 deletions etc/listactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
},
{
"name": "get/json", "get": true,
"title": "Paper information/JSON",
"title": "Application information/JSON",
"order": 10090,
"allow_if": "manager",
"function": "+GetJson_ListAction",
"has_attachments": false
},
{
"name": "get/jsonattach", "get": true,
"title": "Paper information/JSON with attachments",
"title": "Application information/JSON with attachments",
"order": 10091,
"allow_if": "manager",
"function": "+GetJson_ListAction",
"has_attachments": true
},
{
"name": "get/jsonrqc", "get": true,
"title": "Paper information/JSON for reviewqualitycollector.org",
"title": "Application information/JSON for reviewqualitycollector.org",
"order": 10092,
"allow_if": "manager",
"function": "+GetJsonRQC_ListAction"
Expand Down Expand Up @@ -72,7 +72,7 @@
},
{
"name": "get/revt", "get": true,
"title": "Reviews/Reviews with paper info",
"title": "Reviews/Reviews with application info",
"order": 30050,
"allow_if": "view_review",
"function": "+GetReviews_ListAction",
Expand Down Expand Up @@ -198,40 +198,40 @@
},
{
"name": "get/abstract", "get": true,
"title": "Paper information/Text with abstracts", "display_if": "listhas:abstract",
"title": "Application information/Text with abstracts", "display_if": "listhas:abstract",
"order": 10000,
"function": "+GetAbstracts_ListAction"
},
{
"name": "get/abstract", "get": true,
"title": "Paper information/Text", "display_if": "!listhas:abstract",
"title": "Application information/Text", "display_if": "!listhas:abstract",
"order": 10000,
"function": "+GetAbstracts_ListAction"
},
{
"name": "get/authors", "get": true,
"title": "Paper information/Authors",
"title": "Application information/Authors",
"order": 10001, "display_if": "listhas:authors",
"require": "src/listactions/la_get_sub.php",
"function": "+GetAuthors_ListAction"
},
{
"name": "get/topics", "get": true,
"title": "Paper information/Topics", "display_if": "conf.has_topics",
"title": "Application information/Topics", "display_if": "conf.has_topics",
"order": 10050,
"require": "src/listactions/la_get_sub.php",
"function": "+GetTopics_ListAction"
},
{
"name": "get/pcconf", "get": true,
"title": "Paper information/PC conflicts",
"title": "Application information/PC conflicts",
"order": 10060,
"require": "src/listactions/la_get_sub.php",
"function": "+GetPcconflicts_ListAction"
},
{
"name": "get/csv", "get": true,
"title": "Paper information/CSV",
"title": "Application information/CSV",
"order": 10089,
"require": "src/listactions/la_get_sub.php",
"function": "+GetCSV_ListAction"
Expand Down

0 comments on commit caa435a

Please sign in to comment.