Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions app/peer-review/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import { RadiatingDot } from '@/components/ui/RadiatingDot';
import { ReviewsPageContent } from './ReviewsPageContent';

export const metadata: Metadata = buildOpenGraphMetadata({
title: 'Earn ResearchCoin',
description: 'Earn ResearchCoin by holding it for yield or peer-reviewing science.',
title: 'Peer Review',
description:
'Browse open peer-review bounties and earn ResearchCoin for reviewing scientific papers and research proposals.',
url: '/peer-review',
});

Expand All @@ -15,13 +16,7 @@ export default async function PeerReviewPage() {
<PageLayout contentWidth="narrow">
<section className="sr-only">
<p>
ResearchHub offers two ways to earn ResearchCoin in one place. You can hold ResearchCoin
to earn daily yield through the ResearchHub Endowment, where your balance accrues funding
credits used to fund science, or you can complete paid peer reviews on papers and
proposals that need expert evaluation.
</p>
<p>
"ResearchHub compensates researchers for peer-reviewing scientific preprints. Unlike
ResearchHub compensates researchers for peer-reviewing scientific preprints. Unlike
traditional academic peer review, which is typically unpaid and can take months, reviews
on ResearchHub are paid $150 each after quality check from established researchers, with
turn-around times of around 10 days.
Expand Down
Loading