1<?php if ( $_SESSION[Me]->isPC ) {?>
2
3<?php
4 //
5// Functions to count review progress -- used by Tasks-PC, but can't
6// be included there.
7//
8
9 $Conf -> taskHeader("Tasks for the Program Committee", $TaskSpan);
10
11 $Conf -> infoMsg(" You need to write up your own review for any "
12		  . " assigned Primary paper, and ask one or more other people "
13		  . " for reviews for your assigned Secondary papers");
14
15
16 $Conf->reviewerSummary($_SESSION[Me]->contactId);
17
18?>
19<ul>
20<li> <a href="All/UpdateContactInfo.php"> Program Committee Collaborators and Topics of Interest</a> </li>
21
22<li> Reviewer assignments  (asking others to review papers)
23<ul>
24
25<?php if ($Conf->validTimeFor('PCSubmitReviewDeadline', 0)) { ?>
26<li>  <a href="PC/AskForSecondaryReview.php">Ask someone</a>
27to review a paper for which you are a <b> secondary </b> reviewer
28</li><br>
29
30<li>  <a href="PC/AskForPrimaryReview.php"> Ask someone </a>
31to review a paper for which you are a <b> primary </b>  reviewer <br>
32(note that you don't <b> need </b> to ask other people to review<br>
33papers for which you are the primary, but you <b> may </b> do it)
34</li>
35
36<?php } ?>
37
38<li> <a href="PC/RemoveAskReview.php"> Un-ask someone </a>
39to be a reviewer for a paper.
40 </li>
41
42<li> <a href="PC/CheckReviewStatus.php"> Check on reviewer progress status </a>
43(and possibly nag reviewers) </li>
44
45<li> <a href="PC/SpotMyProblems.php"> See which missing reviews are most important </a>
46based on how many reviews have been submitted by everyone
47</li>
48
49</ul>
50
51<li> Your job -- reviewing papers
52<ul>
53
54<?php if ($Conf->validTimeFor('PCSubmitReviewDeadline', 0)) { ?>
55<li>  <a href="PC/ReviewPapers.php"> Review the papers </a>
56for which you are a primary or secondary reviewer.
57<?php } ?>
58
59<?php if ($Conf->validTimeFor('PCSubmitReviewDeadline', 0)
60	&& $Conf->validTimeFor('PCReviewAnyPaper', 0) ) {
61?>
62<li>  <a href="PC/ReviewAnyPaper.php"> Review ANY paper </a>.
63<?php } ?>
64
65
66<li> <a href="PC/CheckAssignedPapers.php">See Ranking for Your Assigned Papers
67</a> -- you can get to reviews from here as well
68</li>
69
70<?php if (0) { ?>
71<li> <a href="PC/ListReviews.php"> View all paper reviews </a>,
72including the ones for which you aren't a reviewer. <br> For these
73papers, reviewer information is not shown, and you won't <br>
74be able to view papers for which you have a conflict.
75</li>
76
77<?php }?>
78
79</ul>
80
81
82<li> The End Game - Activities Prior to the PC Meeting
83<ul>
84
85<?php if ( $Conf -> validTimeFor('PCGradePapers', 0) ) {?>
86
87
88<li> <a href="PC/GradePapers.php"> Grade Papers </a>
89-- arrive at a consensus and determine discussion order of papers at PC meeting
90</li>
91<?php }?>
92
93<?php if ( $Conf -> validTimeFor('PCMeetingView', 0) ) {?>
94<li> <a href="PC/SeeAllGrades.php"> See overall merit and grades
95	for all papers </a> -- you can get to reviews from here as well
96</li>
97
98<?php }?>
99
100<?php if ( $Conf -> validTimeFor('PCMeetingView', 0) ) {?>
101<li> <a href="PC/ListReviews.php"> Quickly see reviews </a>
102-- but only for papers which you do not have conflicts
103</li>
104
105<li> <a href="PC/CheckOnPCProgress.php"> Spy On Your Neighbours </a>
106	-- See progress of entire PC
107</li>
108
109<li> <a href="Chair/SpotProblems.php"> Spot Problems Across All Paper </a>
110</li>
111
112<li> <a href="Chair/AverageReviewerScore.php"> See Average Reviewer Ratings </a>
113	-- this compares the overall merit ratings of different
114	reviewers
115</li>
116
117<?php
118}
119
120if ( $Conf -> validTimeFor('PCGradePapers', 0) || $Conf -> validTimeFor('AtTheMeeting', 0) ) {
121?>
122<li> <a href="Chair/AveragePaperScore.php"> See Average Paper Scores </a> </li>
123<?php }?>
124</ul>
125
126<?php if ( $Conf -> validTimeFor('AtTheMeeting', 0) ) { ?>
127<li> Downloadable Files -- All Papers and Graphs
128<ul>
129<li> <a href="Download/GetConfStuff.php?file=PC/MICRO-36-PC-Meeting.zip"> zip format </a>
130<li> <a href="Download/GetConfStuff.php?file=PC/MICRO-36-PC-Meeting.tar.gz"> tar.gz format </a>
131</li>
132</ul>
133</li>
134<?php } ?>
135
136<?php if ( $Conf -> validTimeFor('EndOfTheMeeting', 0) ) { ?>
137<li> The aftermath
138<ul>
139<li> <a href="PC/SeeAcceptedPapers.php"> See Accepted Papers </a>
140</li>
141</ul>
142</li>
143<?php } ?>
144
145</ul>
146
147<?php }?>
148