Skip to content

Commit

Permalink
copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gabestein committed May 17, 2024
1 parent 91b3a91 commit 83c1791
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 28 deletions.
23 changes: 9 additions & 14 deletions integrations/evaluations/app/actions/respond/respond.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,8 @@ const EvaluationProcess = () => {
href="https://globalimpact.gitbook.io/the-unjournal-project-and-communication-space/policies-projects-evaluation-workflow/evaluation/guidelines-for-evaluators#overall-assessment"
>
The Unjournal's emphases
</a>
as well as{" "}
<a
target="_blank"
href="https://globalimpact.gitbook.io/the-unjournal-project-and-communication-space/policies-projects-evaluation-workflow/evaluation/guidelines-for-evaluators/conventional-guidelines-for-referee-reports"
>
standard guidelines
</a>
.
</a>{" "}
as well as standard guidelines.
</li>
<li>
Rate the paper using{" "}
Expand Down Expand Up @@ -284,16 +277,18 @@ export const Respond = (props: Props) => {
To agree to take on this assignment, please click the ‘Accept’ button below.
If you have questions at this point, please select ‘Contact Evaluation
Manager’. If you cannot accept our invitation, please choose ‘Decline’
below. We strongly encourage evaluators to complete evaluations relatively
quickly, for the benefit of authors, research-users, and the evaluation
ecosystem. If you submit the evaluation within that window (by{" "}
below. If you complete the evaluation in line with our{" "}
<a target="_blank" href="">
expected standards
</a>
, and you submit by{" "}
<strong>
{new Date(
deadline.getTime() - 21 * (1000 * 60 * 60 * 24)
).toLocaleDateString()}
</strong>
), you will receive a $100 “prompt evaluation bonus,” in addition to the
baseline $300 honorarium, as well as other potential evaluator incentives
, you will receive a $100 “prompt evaluation bonus,” in addition to the
baseline $300 honorarium. You will also be eligible for further incentives
and prizes. After{" "}
<strong>{new Date(deadline.getTime()).toLocaleDateString()}</strong>, we
will consider re-assigning the evaluation, and later submissions may not be
Expand Down
23 changes: 10 additions & 13 deletions integrations/evaluations/lib/components/Process.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ export const Process = (props: Props) => {
return (
<>
<p>
Early deadline, for $100 prompt evaluation bonus (+$300 base):{" "}
Early deadline, to be eligible for $100 prompt evaluation bonus (+$300 base):{" "}
{new Date(
props.deadline.getTime() - 21 * (1000 * 60 * 60 * 24)
).toLocaleDateString()}
</p>
<p>Final deadline, for $300 base honorarium: {props.deadline.toLocaleDateString()}</p>
<p>
Final deadline, to be eligible for $300 base honorarium:{" "}
{props.deadline.toLocaleDateString()}
</p>
{props.managersNotes && (
<>
<h2>Manager's Notes</h2>
Expand All @@ -31,21 +34,15 @@ export const Process = (props: Props) => {
<p>We ask evaluators to:</p>
<ol>
<li>
Write an evaluation: essentially a high-quality referee report. Consider{" "}
<a
target="_blank"
href="https://globalimpact.gitbook.io/the-unjournal-project-and-communication-space/policies-projects-evaluation-workflow/evaluation/guidelines-for-evaluators/conventional-guidelines-for-referee-reports"
>
standard guidelines
</a>{" "}
as well as{" "}
Write an evaluation: essentially a high-quality referee report. Consider
standard guidelines, as well as
<a
target="_blank"
href="https://globalimpact.gitbook.io/the-unjournal-project-and-communication-space/policies-projects-evaluation-workflow/evaluation/guidelines-for-evaluators#overall-assessment"
>
The Unjournal's emphases
</a>
.
and the “Manager’s Notes,” if any (see above).
</li>
<li>
Give a set of{" "}
Expand All @@ -69,7 +66,7 @@ export const Process = (props: Props) => {
here
</a>
</em>
.
, which outline our expected standards.
</p>
<p>
We compensate evaluators as a sign that we{" "}
Expand All @@ -84,7 +81,7 @@ export const Process = (props: Props) => {
</p>
<p>
Your evaluation will be made public and given a DOI, but you have the option to
remain anonymous or to be identified as the author .
remain anonymous or to be identified as the author.
</p>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion integrations/evaluations/lib/emails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ export const scheduleFinalEvaluationReminderEmail = async (
subject: `[Unjournal] Final Reminder: Evaluation due tomorrow`,
message: `<p>{{extra.disclaimer}}</p><hr/><br/>
<p>Hi {{user.firstName}},</p>
<p>This note is a final reminder that your evaluation for "{{pubs.submission.values["${instanceConfig.titleFieldSlug}"]}}" is due tomorrow. Please make sure to submit your evaluation by the deadline.</p>
<p>This note is a final reminder that your evaluation for "{{pubs.submission.values["${instanceConfig.titleFieldSlug}"]}}" is due tomorrow. Please make sure to submit your evaluation by the deadline, in line with our <a href="https://globalimpact.gitbook.io/the-unjournal-project-and-communication-space/policies-projects-evaluation-workflow/evaluation/guidelines-for-evaluators#what-we-would-like-you-to-do" target="_blank">expected standards</a>.</p>
<p>If you haven't already, please submit your evaluation and rating, as well as any specific considerations, using <a href="{{extra.evaluate_link}}">this evaluation form</a>. The form includes instructions and information about the paper/project.</p>
<p>If you have any questions, do not hesitate to reach out to me at <a href="mailto:${evaluationManagerEmail}">${evaluationManagerEmail}</a>.</p>
<p>Once your evaluation has been submitted and reviewed, we will follow up with details about payment and next steps.</p>
Expand Down

0 comments on commit 83c1791

Please sign in to comment.