From ce0db85349af75ce4fb9ce3ef488a9160d88924f Mon Sep 17 00:00:00 2001 From: ubc-tuehoang Date: Tue, 5 Mar 2024 15:51:56 -0800 Subject: [PATCH] updated application --- etc/settinginfo.json | 12 ++++++------ etc/submissionfieldlibrary.json | 2 +- lib/createdb.sh | 6 +++--- scripts/buzzer.js | 2 +- scripts/script.js | 10 +++++----- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/etc/settinginfo.json b/etc/settinginfo.json index 67dedfa563..e86954077e 100644 --- a/etc/settinginfo.json +++ b/etc/settinginfo.json @@ -1,13 +1,13 @@ [ { "name": "conference_abbreviation", "storage": "opt.shortName", - "title": "Conference abbreviation", + "title": "Program abbreviation", "type": "simplestring", "size": 20, "autogrow": true, "parser_class": "Basics_SettingParser" }, { "name": "conference_name", "storage": "opt.longName", - "title": "Conference name", "placeholder": "(same as abbreviation)", + "title": "Program name", "placeholder": "(same as abbreviation)", "type": "simplestring", "size": 70, "parser_class": "Basics_SettingParser" }, @@ -152,7 +152,7 @@ }, { "name": "conference_url", "storage": "opt.conferenceSite", - "title": "Conference URL", + "title": "Program URL", "type": "url", "required": false, "size": 70, "placeholder": "N/A" }, { @@ -498,7 +498,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 }, { @@ -858,7 +858,7 @@ }, { "name_pattern": "format/$/papersize", - "title": "PDF format checker paper size", + "title": "PDF format checker application size", "type": "string", "size": 18, "placeholder": "any" }, { @@ -977,7 +977,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" }, { diff --git a/etc/submissionfieldlibrary.json b/etc/submissionfieldlibrary.json index 0cd4932dc7..e283060e49 100644 --- a/etc/submissionfieldlibrary.json +++ b/etc/submissionfieldlibrary.json @@ -91,7 +91,7 @@ "type": "topics", "sample_view": { "name": "Topic selector", - "description": "Use topic selector fields to collect different kinds of topic entries, such as to distinguish a paper’s primary and secondary topics. Topic selectors use the conference’s global list of topics." + "description": "Use topic selector fields to collect different kinds of topic entries, such as to distinguish an application’s primary and secondary topics. Topic selectors use the program’s global list of topics." } }, { diff --git a/lib/createdb.sh b/lib/createdb.sh index 3c9fc3a98f..a369678356 100755 --- a/lib/createdb.sh +++ b/lib/createdb.sh @@ -158,7 +158,7 @@ if ! $quiet && ! $batch && ! [ -n "$options_file" -a -f "$options_file" ]; then echo "* You are responsible for supporting this installation." 1>&2 echo "*" 1>&2 echo "* Supported installations are available at https://hotcrp.com/" 1>&2 - echo "* for a per-submission fee (ACM- and USENIX-sponsored conferences" 1>&2 + echo "* for a per-submission fee (ACM- and USENIX-sponsored programs" 1>&2 echo "* can take advantage of site-wide agreements)." 1>&2 echo 1>&2 while true; do @@ -205,9 +205,9 @@ fi if ! $batch; then if $dbuser_existing; then - echo "Creating the database for your conference." + echo "Creating the database for your program." else - echo "Creating the database and database user for your conference." + echo "Creating the database and database user for your program." fi if test -z "$granthosts"; then echo "* Access for the database user is allowed only from the local host." diff --git a/scripts/buzzer.js b/scripts/buzzer.js index 8a78a7956e..d779afeed3 100644 --- a/scripts/buzzer.js +++ b/scripts/buzzer.js @@ -242,7 +242,7 @@ function do_kiosk() { hc.push('

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.

'); hc.push('

Kiosk mode will sign your browser out of the site. Do not use kiosk mode on your main browser.

'); hc.push('

These URLs access kiosk mode directly:

'); - hc.push('
With papers
' + escape_html(info.kiosk_urls[1]) + hc.push('
With applications
' + escape_html(info.kiosk_urls[1]) + '
Conflicts only
' + escape_html(info.kiosk_urls[0]) + '
'); if (show_papers) diff --git a/scripts/script.js b/scripts/script.js index deb93afe28..cbc3716c6b 100644 --- a/scripts/script.js +++ b/scripts/script.js @@ -3439,7 +3439,7 @@ handle_ui.on("js-tracker", function (evt) { hc.push('PC members without tag ' + vis.substring(1)); hc.push_pop('
This setting restricts all trackers.
'); } - hc.push('
'); + hc.push('
'); if (tr.start_at) hc.push('
'); try { @@ -6701,7 +6701,7 @@ function cmt_edit_messages(cj, form) { } else if (cj.review_token && hotcrp.status.myperm.review_tokens && hotcrp.status.myperm.review_tokens.indexOf(cj.review_token) >= 0) { - append_feedback_to(ul, {message: '<0>You have a review token for this paper, so your comment will be anonymous.', status: -4 /*MessageSet::MARKED_NOTE*/}); + append_feedback_to(ul, {message: '<0>You have a review token for this application, so your comment will be anonymous.', status: -4 /*MessageSet::MARKED_NOTE*/}); } else if (!cj.response && cj.author_email && siteinfo.user.email @@ -12023,7 +12023,7 @@ handle_ui.on("submit.js-submit-paper", function (evt) { if (is_submit && sub && sub.type === "checkbox" && !sub.checked && this.hasAttribute("data-submitted")) { - if (!window.confirm("Are you sure the paper is no longer ready for review?\n\nOnly papers that are ready for review will be considered.")) { + if (!window.confirm("Are you sure the application is no longer ready for review?\n\nOnly applications that are ready for review will be considered.")) { evt.preventDefault(); return; } @@ -12539,7 +12539,7 @@ handle_ui.on("js-edit-formulas", function () { function create(formulas) { var hc = popup_skeleton({className: "modal-dialog-w40", form_class: "need-diff-check"}), i; hc.push('

Named formulas

'); - hc.push('

Formulas, such as “sum(OveMer)”, are calculated from review statistics and paper information. Named formulas are shared with the PC and can be used in other formulas. To view an unnamed formula, use a search term like “show:(sum(OveMer))”.

'); + hc.push('

Formulas, such as “sum(OveMer)”, are calculated from review statistics and application information. Named formulas are shared with the PC and can be used in other formulas. To view an unnamed formula, use a search term like “show:(sum(OveMer))”.

'); hc.push('
', '
'); for (i in formulas || []) push1(hc, formulas[i]); @@ -13378,7 +13378,7 @@ function render_events(e, rows) { if (events_more === false) $(e).find(".eventtable-more").addClass("hidden"); if (events_more === false && !events.length) - j.append("No recent activity in papers you’re following"); + j.append("No recent activity in applications you’re following"); } handle_ui.on("js-open-activity", function (evt) {