Skip to content

Commit

Permalink
Improve help.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Feb 12, 2024
1 parent 14f73df commit 9359b9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions src/help/h_chairsguide.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static function print_assignments(HelpRenderer $hth, $gj) {
multi-track conferences.</li>\n";

} else if ($gj->itemid === 6) {
echo "<li><p><strong>", $hth->hotlink("Collect review preferences from the PC.", "reviewprefs"), "</strong>
echo "<li><p><strong>", $hth->hotlink("Collect review preferences (bids) from the PC.", "reviewprefs"), "</strong>
PC members can enter per-paper review preferences (also known as bids) to
mark papers they want or don’t want to review. Preferences are integers, typically
in the range −20 to 20; the higher the number, the more desired the review assignment.
Expand All @@ -131,9 +131,11 @@ static function print_assignments(HelpRenderer $hth, $gj) {
convenient) page through the ", $hth->search_link("list of submitted papers", ""),
" and set their preferences on the ", $hth->hotlink("paper pages", "paper"), ".</p>
<p>If desired, review preferences can be collected before the submission
deadline. Select ", $hth->setting_link("“PC can see <em>all registered papers</em> until submission deadline”", "draft_submission_early_visibility"),
", which allows PC members to see abstracts for registered papers that haven’t yet
<p>PC members can enter review preferences as soon as they can see submissions.
A “Review preferences” link will automatically appear on the site home page.
If desired, you can also collect preferences on unsubmitted abstracts; select ",
$hth->setting_link("“PC can view incomplete submissions until submission deadline”", "draft_submission_early_visibility"),
", which allows the PC to see abstracts for registered papers that haven’t yet
been submitted.</p></li>\n";

} else if ($gj->itemid === 7) {
Expand Down
2 changes: 1 addition & 1 deletion src/settings/s_submissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static function print_blind(SettingValues $sv) {
'<strong>Submission anonymity:</strong> Are author names hidden from reviewers?');
}
static function print_pcseeall(SettingValues $sv) {
$sv->print_checkbox("draft_submission_early_visibility", "PC can view incomplete submissions before submission deadline",[
$sv->print_checkbox("draft_submission_early_visibility", "PC can view incomplete submissions until submission deadline", [
"hint" => "Check this box to collect review preferences before the submission deadline. After the submission deadline, PC members can only see completed submissions."
]);
}
Expand Down

0 comments on commit 9359b9c

Please sign in to comment.