-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1609 from ResearchHub/update-auto-bounty-text
Update auto bounty comment content
- Loading branch information
Showing
1 changed file
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)" | ||
|
@@ -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"}, | ||
] | ||
|