From caa435a1b4f239fb0eac4281d0e358d756022540 Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Tue, 5 Mar 2024 15:37:49 -0800 Subject: [PATCH] updated application --- etc/autoassigners.json | 4 ++-- etc/listactions.json | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/etc/autoassigners.json b/etc/autoassigners.json index 5415fcabf..67f390d55 100644 --- a/etc/autoassigners.json +++ b/etc/autoassigners.json @@ -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", @@ -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", diff --git a/etc/listactions.json b/etc/listactions.json index 5c3dd8e30..4e43e606a 100644 --- a/etc/listactions.json +++ b/etc/listactions.json @@ -10,7 +10,7 @@ }, { "name": "get/json", "get": true, - "title": "Paper information/JSON", + "title": "Application information/JSON", "order": 10090, "allow_if": "manager", "function": "+GetJson_ListAction", @@ -18,7 +18,7 @@ }, { "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", @@ -26,7 +26,7 @@ }, { "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" @@ -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", @@ -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"