-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modified to program and application (#4) #5
Conversation
* update conference to program * updated paper to application * modified paper to application for json files * updated message * updated help log for paper * updated more help content fixes --------- Co-authored-by: ubc-tuehoang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also remember you said you are going to make variables for changing those texts. Did you give it up?
.env.default
Outdated
@@ -10,7 +10,6 @@ HOTCRP_CONTACT_NAME=Chairs | |||
HOTCRP_PAPER_SITE= | |||
|
|||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove this change? I would like minimal changes for the PR. Will be easier for merging in the future.
src/help/h_chairsguide.php
Outdated
members’ access rights for individual papers. Example situations calling for | ||
tracks include external review committees, PC-paper review committees, and | ||
multi-track conferences.</li>\n"; | ||
"</strong> Tracks give chairs fine-grained control over PC members’ access rights for individual papers. Example situations calling for tracks include external review committees, PC-paper review committees, and multi-track programs.</li>\n"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not change the line breaks but just the text? again easier for future merge.
src/help/h_chairsguide.php
Outdated
It is easiest to simply accept such conflicts as a fact of life. Chairs | ||
who can’t handle conflicts fairly shouldn’t be chairs. However, HotCRP | ||
does offer other mechanisms for conflicted reviews.</p> | ||
echo "<p>Chairs and system administrators can access any information stored in the program system, including reviewer identities for conflicted papers. It is easiest to simply accept such conflicts as a fact of life. Chairs who can’t handle conflicts fairly shouldn’t be chairs. However, HotCRP does offer other mechanisms for conflicted reviews.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not change the line breaks but just the text? again easier for future merge.
src/help/h_chairsguide.php
Outdated
papers, and can, for example, use the autoassignment tool, but they cannot change | ||
conference settings. When a paper | ||
has an administrator, chair conflicts cannot be overridden.</p> | ||
“Override conflicts” to access the assignment page.) Paper administrators have full privilege to assign and view reviews for their papers, and can, for example, use the autoassignment tool, but they cannot change program settings. When a paper has an administrator, chair conflicts cannot be overridden.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not change the line breaks but just the text? again easier for future merge.
src/help/h_chairsguide.php
Outdated
echo "<li><p><strong>Shepherding (optional).</strong> If your conference uses | ||
shepherding for accepted papers, you can assign shepherds either ", | ||
$hth->hotlink("paper by paper", "paper"), " or ", $hth->hotlink("automatically", "autoassign", "t=accepted"), ".</p></li>\n"; | ||
echo "<li><p><strong>Shepherding (optional).</strong> If your program uses shepherding for accepted applications, you can assign shepherds either ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not change the line breaks but just the text? again easier for future merge.
src/help/h_tags.php
Outdated
It’s easy to change tags and to list all papers with a given tag, | ||
and <em>ordered</em> tags preserve a particular paper order. | ||
Tags also affect color highlighting in paper lists.</p> | ||
echo "<p>PC members and administrators can attach tag names to applicaitons. It’s easy to change tags and to list all applications with a given tag, and <em>ordered</em> tags preserve a particular application order. Tags also affect color highlighting in application lists.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not change the line breaks but just the text? again easier for future merge.
src/help/h_tags.php
Outdated
|
||
<div class=\"mb-p\">", $hth->search_form("#discuss"), "</div> | ||
|
||
<p>You can also search with “", $hth->search_link("show:tags"), "” to see each | ||
paper’s tags, or “", $hth->search_link("show:#tagname"), "” to see a particular tag | ||
<p>You can also search with “", $hth->search_link("show:tags"), "” to see each application’s tags, or “", $hth->search_link("show:#tagname"), "” to see a particular tag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not change the line breaks but just the text? again easier for future merge.
src/pages/p_home.php
Outdated
@@ -179,10 +179,15 @@ function print_message() { | |||
} | |||
|
|||
function print_welcome() { | |||
echo '<div id="motivationalQuotes"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was for fun - I will remove it. 😀
src/pages/p_mergeaccounts.php
Outdated
papers using different email addresses. This form will allow you to transfer information | ||
between accounts, including authorship, reviews, and PC status. (Note that the | ||
transfer will only affect information currently stored in this conference.)</p></div>'; | ||
'You may have multiple accounts registered; perhaps you were asked to review applications using different email addresses. This form will allow you to transfer information between accounts, including authorship, reviews, and PC status. (Note that the transfer will only affect information currently stored in this program.)</p></div>'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not change the line breaks but just the text? again easier for future merge.
src/userstatus.php
Outdated
@@ -1643,8 +1643,7 @@ static function print_topics(UserStatus $us) { | |||
return; | |||
} | |||
$us->cs()->add_section_class("w-text fx1")->print_start_section("Topic interests"); | |||
echo '<p>Please indicate your interest in reviewing papers on these conference | |||
topics. We use this information to help match papers to reviewers.</p>', | |||
echo '<p>Please indicate your interest in reviewing applications on these program topics. We use this information to help match papers to reviewers.</p>', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you not change the line breaks but just the text? again easier for future merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reminder to change this.
src/userstatus.php
Outdated
@@ -1643,8 +1643,7 @@ static function print_topics(UserStatus $us) { | |||
return; | |||
} | |||
$us->cs()->add_section_class("w-text fx1")->print_start_section("Topic interests"); | |||
echo '<p>Please indicate your interest in reviewing papers on these conference | |||
topics. We use this information to help match papers to reviewers.</p>', | |||
echo '<p>Please indicate your interest in reviewing applications on these program topics. We use this information to help match papers to reviewers.</p>', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a reminder to change this.
src/help/h_chairsguide.php
Outdated
@@ -89,9 +89,9 @@ static function print_assignments(HelpRenderer $hth, $gj) { | |||
echo "</ol>\n\n"; | |||
|
|||
} else if ($gj->itemid === 1) { | |||
echo "<li><p>Consider checking ", $hth->search_link("the papers", ["q" => "", "t" => "all"]), | |||
echo "<li><p>Consider checking ", $hth->search_link("the apps", ["q" => "", "t" => "all"]), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you change all app
and apps
to application
and applications
? The wording apps may confuse applicants.
Thanks for the update. Almost there. |
Looks like some of the text in the tests are not updated causing the tests failing. Could you check? @tuehoang |
update conference to program
updated paper to application
modified paper to application for json files
updated message
updated help log for paper
updated more help content fixes