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 240decf commit ce0db85
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions etc/settinginfo.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -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
},
{
Expand Down Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -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"
},
{
Expand Down
2 changes: 1 addition & 1 deletion etc/submissionfieldlibrary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions lib/createdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion scripts/buzzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,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
10 changes: 5 additions & 5 deletions scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@ handle_ui.on("js-tracker", function (evt) {
hc.push('PC members without tag ' + vis.substring(1));
hc.push_pop('<div class="f-h">This <a href="' + escape_html(hoturl("settings", "group=tracks")) + '">setting</a> restricts all trackers.</div>');
}
hc.push('<div class="entryi"><label></label><div class="entry"><label class="checki"><input type="hidden" name="has_tr' + trno + '-hideconflicts" value="1"><input class="checkc" name="tr' + trno + '-hideconflicts" value="1" type="checkbox"' + (tr.hide_conflicts ? ' checked' : '') + '>Hide conflicted papers</label></div></div>');
hc.push('<div class="entryi"><label></label><div class="entry"><label class="checki"><input type="hidden" name="has_tr' + trno + '-hideconflicts" value="1"><input class="checkc" name="tr' + trno + '-hideconflicts" value="1" type="checkbox"' + (tr.hide_conflicts ? ' checked' : '') + '>Hide conflicted applications</label></div></div>');
if (tr.start_at)
hc.push('<div class="entryi"><label>Elapsed time</label><span class="trackerdialog-elapsed" data-start-at="' + tr.start_at + '"></span></div>');
try {
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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('<h2>Named formulas</h2>');
hc.push('<p><a href="' + hoturl("help", "t=formulas") + '" target="_blank" rel="noopener">Formulas</a>, 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))”.</p>');
hc.push('<p><a href="' + hoturl("help", "t=formulas") + '" target="_blank" rel="noopener">Formulas</a>, 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))”.</p>');
hc.push('<div class="editformulas">', '</div>');
for (i in formulas || [])
push1(hc, formulas[i]);
Expand Down Expand Up @@ -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("<tr><td>No recent activity in papers you’re following</td></tr>");
j.append("<tr><td>No recent activity in applications you’re following</td></tr>");
}

handle_ui.on("js-open-activity", function (evt) {
Expand Down

0 comments on commit ce0db85

Please sign in to comment.