Skip to content

Commit

Permalink
updated papers to applications
Browse files Browse the repository at this point in the history
  • Loading branch information
tuehoang committed Jan 16, 2024
1 parent 99e9f9a commit e559cbe
Show file tree
Hide file tree
Showing 43 changed files with 287 additions and 287 deletions.
6 changes: 3 additions & 3 deletions batch/autoassign.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function run() {
}
$pids = $srch->paper_ids();
if (empty($pids)) {
throw new CommandLineException("No papers match that search");
throw new CommandLineException("No applications match that search");
}

if (empty($this->pcc)) {
Expand Down Expand Up @@ -159,8 +159,8 @@ static function make_args($argv) {
"config: !",
"dry-run,d Do not perform assignment; output CSV instead.",
"a:,autoassigner: =AA Use autoassigner AA.",
"q:,search: =QUERY Use papers matching QUERY.",
"all Search all papers (default is to search submitted papers).",
"q:,search: =QUERY Use applications matching QUERY.",
"all Search all applications (default is to search submitted applications).",
"u[],user[] =USER Include users matching USER (`-USER` excludes).",
"c:,count: {n} =N Set `count` parameter to N.",
"t:,type: =TYPE Set `type`/`rtype` parameter to TYPE.",
Expand Down
2 changes: 1 addition & 1 deletion batch/paperjson.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static function make_args($argv) {
"t:,type: =COLLECTION Search COLLECTION ‘s’ or ‘all’ [submitted]",
"1,single Output first matching paper rather than an array",
"help,h"
)->description("Output a JSON file with papers matching SEARCH.
)->description("Output a JSON file with applications matching SEARCH.
Usage: php batch/paperjson.php [-t all] [-1] [SEARCH...]")
->helpopt("help")
->parse($argv);
Expand Down
2 changes: 1 addition & 1 deletion batch/reviewcsv.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static function run_args($argv) {
"no-score Omit score fields",
"no-header Omit CSV header",
"format: =FMT Only output text fields with format FMT"
)->description("Output CSV containing all reviews for papers matching QUERY.
)->description("Output CSV containing all reviews for applications matching QUERY.
Usage: php batch/reviewcsv.php [-acx] [QUERY...]")
->helpopt("help")
->parse($argv);
Expand Down
4 changes: 2 additions & 2 deletions batch/savepapers.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,11 @@ static function run_args($argv) {
"ignore-errors Don’t exit after first error",
"disable-users,disable Disable all newly created users",
"ignore-pid Ignore `pid` JSON elements",
"match-title Match papers by title if no `pid`",
"match-title Match applications by title if no `pid`",
"add-topics Add all referenced topics to conference",
"no-log Don’t modify the action log"
)->helpopt("help")
->description("Change papers as specified by FILE, a JSON object or array of objects.
->description("Change applications as specified by FILE, a JSON object or array of objects.
Usage: php batch/savepapers.php [OPTIONS] [FILE]")
->maxarg(1)
->parse($argv);
Expand Down
2 changes: 1 addition & 1 deletion batch/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function run() {

static function help() {
fwrite(STDOUT, "Usage: php batch/search.php [-n CONFID] [-t COLLECTION] [-f FIELD]+ [QUERY...]
Output a CSV file containing the FIELDs for the papers matching QUERY.
Output a CSV file containing the FIELDs for the applications matching QUERY.
Options include:
-t, --type COLLECTION Search COLLECTION “s” (submitted) or “all” [s].
Expand Down
8 changes: 4 additions & 4 deletions docker/hotcrp-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// number. Examples: "SIGCOMM 2007", "HotNets V".
// longName Longer name of the conference. Example: "ACM SIGCOMM
// 2007 Conference".
// downloadPrefix Prefix for downloaded files, such as papers; should
// downloadPrefix Prefix for downloaded files, such as applications; should
// end in a dash. Example: "hotnets5-". Defaults to
// $Opt["dbName"] plus a dash.
// paperSite [OPTIONAL] URL for this HotCRP installation. Used in
Expand Down Expand Up @@ -121,7 +121,7 @@

// PAPER STORAGE
//
// docstore Set to true to serve papers and other downloads from a
// docstore Set to true to serve applications and other downloads from a
// cache on the local filesystem. By default this cache is
// created in the "docs" directory. You can also set
// $Opt["docstore"] to a directory name.
Expand All @@ -131,7 +131,7 @@
// s3_bucket Amazon S3 bucket name to store paper submissions.
// s3_key Amazon AWS access key ID (used for S3).
// s3_secret Amazon AWS secret access key (used for S3).
// dbNoPapers Set to true to not store papers in the database.
// dbNoPapers Set to true to not store applications in the database.
// Requires filestore, S3 storage, or both.


Expand Down Expand Up @@ -186,7 +186,7 @@
// strictJavascript If true, send Javascript with "use strict".
// hideManager If set, PC members are not shown paper managers.
// disableCapabilities If set, emails to authors will not have a
// token enabling them to view their papers without logging in.
// token enabling them to view their applications without logging in.

$Opt["smartScoreCompare"] = true;

Expand Down
8 changes: 4 additions & 4 deletions etc/distoptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// number. Examples: "SIGCOMM 2007", "HotNets V".
// longName Longer name of the conference. Example: "ACM SIGCOMM
// 2007 Conference".
// downloadPrefix Prefix for downloaded files, such as papers; should
// downloadPrefix Prefix for downloaded files, such as applications; should
// end in a dash. Example: "hotnets5-". Defaults to
// $Opt["dbName"] plus a dash.
// paperSite [OPTIONAL] URL for this HotCRP installation. Used in
Expand Down Expand Up @@ -111,7 +111,7 @@

// PAPER STORAGE
//
// docstore Set to true to serve papers and other downloads from a
// docstore Set to true to serve applications and other downloads from a
// cache on the local filesystem. By default this cache is
// created in the "docs" directory. You can also set
// $Opt["docstore"] to a directory name.
Expand All @@ -121,7 +121,7 @@
// s3_bucket Amazon S3 bucket name to store paper submissions.
// s3_key Amazon AWS access key ID (used for S3).
// s3_secret Amazon AWS secret access key (used for S3).
// dbNoPapers Set to true to not store papers in the database.
// dbNoPapers Set to true to not store applications in the database.
// Requires filestore, S3 storage, or both.


Expand Down Expand Up @@ -176,7 +176,7 @@
// strictJavascript If true, send Javascript with "use strict".
// hideManager If set, PC members are not shown paper managers.
// disableCapabilities If set, emails to authors will not have a
// token enabling them to view their papers without logging in.
// token enabling them to view their applications without logging in.

$Opt["smartScoreCompare"] = true;

Expand Down
4 changes: 2 additions & 2 deletions etc/helptopics.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,13 @@
{ "name": "revrate", "alias": "reviewratings" },
{
"name": "votetags", "title": "Voting",
"description": "<0>PC members can vote for papers using tags.",
"description": "<0>PC members can vote for applications using tags.",
"print_function": "VoteTags_HelpTopic::print",
"order": 8000
},
{
"name": "ranking", "title": "Ranking",
"description": "<0>PC members can rank papers using tags.",
"description": "<0>PC members can rank applications using tags.",
"print_function": "Ranking_HelpTopic::print",
"order": 9000
},
Expand Down
2 changes: 1 addition & 1 deletion etc/mailtemplates.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
"* Title: %TITLE%\n",
"* Author(s): %OPT(AUTHORS)%\n",
"* Site: %URL(paper, p=%NUMBER%, %AUTHORVIEWCAPABILITY%)%\n\n",
"%NUMACCEPTED% papers were accepted out of %NUMSUBMITTED% submissions.\n\n",
"%NUMACCEPTED% applications were accepted out of %NUMSUBMITTED% submissions.\n\n",
"Visit the submission site for reviews, comments, and related information. Reviews and comments are also included below.\n\n",
"Contact %ADMIN% with any questions or concerns.\n\n",
"%SIGNATURE%\n\n",
Expand Down
14 changes: 7 additions & 7 deletions etc/msgs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
["You can’t register submission #%d yet.", "You can’t register submissions yet.", ["$1<0"]],
["You can’t register submission #%d until %s.", "You can’t register submissions until %2$s.", ["$1<0"]],

["%d papers accepted out of %d submitted.", "%d paper accepted out of %d submitted.", ["$1=1"]],
["%d applications accepted out of %d submitted.", "%d application accepted out of %d submitted.", ["$1=1"]],
["%s review deadline", "Review deadline", ["!$1"]],
["%s reviews are requested by this deadline.", "Reviews are requested by this deadline.", ["!$1"]],
["%s review hard deadline", "Review hard deadline", ["!$1"]],
Expand Down Expand Up @@ -164,14 +164,14 @@

{"id": "conflictdef", "itext": "This includes past advisors and students, people with the same affiliation, and any recent (~2 years) coauthors and collaborators.", "template": true},

{"id": "finalsubmit", "itext": "Congratulations! The paper has been accepted. Update the paper’s final version here. {deadline} You may also edit paper contacts, allowing others to view reviews and make changes."},
{"id": "finalsubmit", "itext": "Congratulations! The application has been accepted. Update the application’s final version here. {deadline} You may also edit application contacts, allowing others to view reviews and make changes."},

{"id": "revprefdescription", "itext": "<p>A review preference is a small integer that indicates how much you want to review a submission. Positive numbers mean you want to review, negative numbers mean you don’t, and −100 means you think you have a conflict. −20 to 20 is a typical range for real preferences; multiple submissions can have the same preference. The automatic assignment algorithm attempts to assign reviews in descending preference order. Different users’ preference values are not compared and need not use the same scale.</p>\n\n<p>Select a column heading to sort by that column. Enter preferences in the text boxes or on the paper pages. You may also upload preferences from a text file; see the “Download” and “Upload” links below the paper list.</p>", "format": 5},
{"id": "revprefdescription", "itext": "<p>A review preference is a small integer that indicates how much you want to review a submission. Positive numbers mean you want to review, negative numbers mean you don’t, and −100 means you think you have a conflict. −20 to 20 is a typical range for real preferences; multiple submissions can have the same preference. The automatic assignment algorithm attempts to assign reviews in descending preference order, using topic scores to break ties. Different users’ preference values are not compared and need not use the same scale.</p>\n\n<p>The list shows all submissions and their topics (<span class=\"topic4\">high interest topics</span>, <span class=\"topic-2\">low interest topics</span>). “Topic score” summarizes your interest in the submission’s topics. Select a column heading to sort by that column. Enter preferences in the text boxes or on the paper pages. You may also upload preferences from a text file; see the “Download” and “Upload” links below the paper list.</p>", "require": ["$1"], "format": 5},
{"id": "revprefdescription", "itext": "<p>A review preference is a small integer that indicates how much you want to review a submission. Positive numbers mean you want to review, negative numbers mean you don’t, and −100 means you think you have a conflict. −20 to 20 is a typical range for real preferences; multiple submissions can have the same preference. The automatic assignment algorithm attempts to assign reviews in descending preference order. Different users’ preference values are not compared and need not use the same scale.</p>\n\n<p>Select a column heading to sort by that column. Enter preferences in the text boxes or on the application pages. You may also upload preferences from a text file; see the “Download” and “Upload” links below the application list.</p>", "format": 5},
{"id": "revprefdescription", "itext": "<p>A review preference is a small integer that indicates how much you want to review a submission. Positive numbers mean you want to review, negative numbers mean you don’t, and −100 means you think you have a conflict. −20 to 20 is a typical range for real preferences; multiple submissions can have the same preference. The automatic assignment algorithm attempts to assign reviews in descending preference order, using topic scores to break ties. Different users’ preference values are not compared and need not use the same scale.</p>\n\n<p>The list shows all submissions and their topics (<span class=\"topic4\">high interest topics</span>, <span class=\"topic-2\">low interest topics</span>). “Topic score” summarizes your interest in the submission’s topics. Select a column heading to sort by that column. Enter preferences in the text boxes or on the application pages. You may also upload preferences from a text file; see the “Download” and “Upload” links below the application list.</p>", "require": ["$1"], "format": 5},

["external_review_request_description", "External reviewers may view their assigned papers. Before requesting an external review, you should generally check whether they are interested."],
["external_review_request_description", "External reviewers may view their assigned papers, including other reviews and the eventual decision. Before requesting an external review, you should generally check whether they are interested.", ["setting.extrev_seerev>0"]],
["external_review_request_description", "External reviewers may view their assigned papers, including other reviews and reviewer identities and the eventual decision. Before requesting an external review, you should generally check whether they are interested.", ["setting.extrev_seerev>0", "setting.extrev_seerevid>0"]],
["external_review_request_description", "External reviewers may view their assigned applications. Before requesting an external review, you should generally check whether they are interested."],
["external_review_request_description", "External reviewers may view their assigned applications, including other reviews and the eventual decision. Before requesting an external review, you should generally check whether they are interested.", ["setting.extrev_seerev>0"]],
["external_review_request_description", "External reviewers may view their assigned applications, including other reviews and reviewer identities and the eventual decision. Before requesting an external review, you should generally check whether they are interested.", ["setting.extrev_seerev>0", "setting.extrev_seerevid>0"]],

["(%d more permissions have default values)", "(%d more permission has default value)", ["$1=1"]],

Expand Down
32 changes: 16 additions & 16 deletions etc/reviewformlibrary.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"type": "radio",
"values": [
"Reject",
"Weak paper, though I will not fight strongly against it",
"OK paper, but I will not champion it",
"Good paper, I will champion it"
"Weak application, though I will not fight strongly against it",
"OK application, but I will not champion it",
"Good application, I will champion it"
],
"start": "A",
"required": true,
Expand All @@ -94,11 +94,11 @@
"name": "Overall merit",
"type": "radio",
"values": [
"Bottom 50% of submitted papers",
"Top 50% but not top 25% of submitted papers",
"Top 25% but not top 10% of submitted papers",
"Top 10% but not top 5% of submitted papers",
"Top 5% of submitted papers!"
"Bottom 50% of submitted applications",
"Top 50% but not top 25% of submitted applications",
"Top 25% but not top 10% of submitted applications",
"Top 10% but not top 5% of submitted applications",
"Top 5% of submitted applications!"
],
"required": true,
"visibility": "au"
Expand Down Expand Up @@ -146,17 +146,17 @@
"scheme": "orbu"
},
{
"selector": "Paper summary",
"name": "Paper summary",
"selector": "Application summary",
"name": "Application summary",
"type": "text",
"description": "Please summarize the paper’s main results in your own words. This will frame the review and show that you have understood the paper’s intent.",
"description": "Please summarize the application’s main results in your own words. This will frame the review and show that you have understood the application’s intent.",
"visibility": "au"
},
{
"selector": "Paper summary (shorter description)",
"name": "Paper summary",
"selector": "Applications summary (shorter description)",
"name": "Application summary",
"type": "text",
"description": "Please summarize the paper briefly in your own words.",
"description": "Please summarize the application briefly in your own words.",
"visibility": "au"
},
{
Expand Down Expand Up @@ -224,14 +224,14 @@
"selector": "Strengths",
"name": "Strengths",
"type": "text",
"description": "What are the paper’s important strengths? Just a couple sentences, please.",
"description": "What are the application’s important strengths? Just a couple sentences, please.",
"visibility": "au"
},
{
"selector": "Weaknesses",
"name": "Weaknesses",
"type": "text",
"description": "What are the paper’s important weaknesses? Just a couple sentences, please.",
"description": "What are the application’s important weaknesses? Just a couple sentences, please.",
"visibility": "au"
}
]
6 changes: 3 additions & 3 deletions etc/settinginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
},
{
"name": "review_self_assign", "storage": "pcrev_any",
"title": "PC can review any paper",
"title": "PC can review any application",
"type": "checkbox", "initial_value": 1
},
{
Expand Down Expand Up @@ -847,7 +847,7 @@
},
{
"name_pattern": "format/$/papersize",
"title": "PDF format checker paper size",
"title": "PDF format checker application size",
"type": "string", "size": 18, "placeholder": "any"
},
{
Expand Down Expand Up @@ -959,7 +959,7 @@
},
{
"name": "tag_visibility_conflict", "storage": "tag_seeall",
"title": "PC can see tags for conflicted papers",
"title": "PC can see tags for conflicted applications",
"type": "checkbox"
},
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/buzzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function do_kiosk() {
hc.push('<p>Kiosk mode is a discussion status page with no other site privileges. It’s safe to leave a browser in kiosk mode open in the hallway.</p>');
hc.push('<p><strong>Kiosk mode will sign your browser out of the site.</strong> Do not use kiosk mode on your main browser.</p>');
hc.push('<p>These URLs access kiosk mode directly:</p>');
hc.push('<dl><dt>With papers</dt><dd>' + escape_html(info.kiosk_urls[1])
hc.push('<dl><dt>With applications</dt><dd>' + escape_html(info.kiosk_urls[1])
+ '</dd><dt>Conflicts only</dt><dd>' + escape_html(info.kiosk_urls[0])
+ '</dd></dl>');
if (show_papers)
Expand Down
Loading

0 comments on commit e559cbe

Please sign in to comment.