Skip to content

Commit

Permalink
Merge pull request #1609 from ResearchHub/update-auto-bounty-text
Browse files Browse the repository at this point in the history
Update auto bounty comment content
  • Loading branch information
koutst authored May 30, 2024
2 parents da14db3 + 070939e commit b6d5456
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions src/discussion/reaction_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,26 @@ def create_automated_bounty(item):
json_content = {
"ops": [
{
"insert": "The ResearchHub Foundation is assigning a peer review bounty of $150 in ResearchCoin to incentivize the peer review of this preprint. Anyone can perform a peer review and receive rewards from upvotes/tips, but only those who provide a high-quality, thorough peer review are eligible for the bounty.\n\n"
"insert": "The ResearchHub Foundation is assigning a peer review bounty of "
},
{"attributes": {"bold": True}, "insert": "Requirements: "},
{
"insert": "\n\n30-day turnaround time from the date of this bounty"
"attributes": {"bold": True},
"insert": "$150 in ResearchCoin (RSC)",
},
{
"insert": " to incentivize the peer review of this preprint. Anyone can perform a peer review and receive rewards from upvotes/tips, but only those who provide a high-quality, thorough peer review are eligible for the bounty. Here is a "
},
{
"attributes": {
"link": "https://docs.google.com/document/d/1RFbXVquF7FzaGNYDpo3VDGRz-MqWxLhHiTNzwJaqG8k/edit"
},
"insert": "guide",
},
{
"insert": " for “How to Peer Review” with examples of good peer reviews. We encourage you to read it before providing your review.\n\n"
},
{"attributes": {"bold": True}, "insert": "Requirements:"},
{"insert": "\n30-day turnaround time from the date of this bounty"},
{"attributes": {"list": "ordered"}, "insert": "\n"},
{
"insert": "At the start, briefly mention your credentials, and whether the following review will be an expert peer review or a community peer review (from a non-expert)"
Expand All @@ -429,29 +443,18 @@ def create_automated_bounty(item):
"insert": "Include a section at the end of your review for areas you have strengths and weaknesses in"
},
{"attributes": {"list": "ordered"}, "insert": "\n"},
{"insert": "Blatant use of AI generation will not be tolerated"},
{"insert": "Use of AI generation will not be tolerated"},
{"attributes": {"list": "ordered"}, "insert": "\n"},
{
"insert": "Comment within this thread in the bounty section to be awarded the peer review bounty upon completion"
},
{"attributes": {"list": "ordered"}, "insert": "\n"},
{"insert": "Here is a "},
{
"attributes": {
"link": "https://docs.google.com/document/d/1RFbXVquF7FzaGNYDpo3VDGRz-MqWxLhHiTNzwJaqG8k/edit"
},
"insert": "guide",
},
{
"insert": " for “How to Peer Review” with examples of good peer reviews. We encourage you to read it before providing your review"
},
{"attributes": {"list": "ordered"}, "insert": "\n"},
{
"insert": "Decision on the bounty award will solely depend on quality and timely submission of peer review as deemed by our Editorial Team"
"insert": "Decision on the bounty award will solely depend on the quality and timely submission of peer review as deemed by our Editorial Team"
},
{"attributes": {"list": "ordered"}, "insert": "\n"},
{
"insert": "If you have any questions you may join our discord (https://discord.gg/researchhub) or email our Editor Lead Maulik Dhandha ([email protected])"
"insert": "If you have any questions you may join our discord (https://discord.gg/researchhub) or email our Editor Lead, Maulik Dhandha ([email protected])"
},
{"attributes": {"list": "ordered"}, "insert": "\n"},
]
Expand Down

0 comments on commit b6d5456

Please sign in to comment.