Skip to content
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

Merged
merged 25 commits into from
Mar 27, 2024
Merged

Conversation

ubc-tuehoang
Copy link

  • 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


* 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]>
@ubc-tuehoang ubc-tuehoang requested a review from xcompass March 4, 2024 21:13
Copy link
Member

@xcompass xcompass left a 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=



Copy link
Member

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.

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";
Copy link
Member

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.

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>
Copy link
Member

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.

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>
Copy link
Member

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.

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 ",
Copy link
Member

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.

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>
Copy link
Member

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.


<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
Copy link
Member

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.

@@ -179,10 +179,15 @@ function print_message() {
}

function print_welcome() {
echo '<div id="motivationalQuotes">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about this change?

Copy link
Author

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. 😀

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>';
Copy link
Member

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.

@@ -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>',
Copy link
Member

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.

Copy link
Member

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.

@@ -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>',
Copy link
Member

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.

@@ -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"]),
Copy link
Member

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.

@xcompass
Copy link
Member

Thanks for the update. Almost there.

@xcompass
Copy link
Member

Looks like some of the text in the tests are not updated causing the tests failing. Could you check? @tuehoang

@xcompass xcompass merged commit 925321f into master Mar 27, 2024
10 checks passed
@xcompass xcompass deleted the hotcrp_program_app branch March 27, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants