- Yes. The scientific record is too important to be hidden behind paywalls. Science should
- be open, not only for reading, but also for reusing.
-
-
- That's why user contributions to ResearchHub are shared under the{' '}
-
- Creative Commons Attribution License
- {' '}
- (CC BY 4.0). This license allows anyone to reuse the content for any purpose, as long as
- attribution is provided. We consider a hyperlink or URL back to the source page on
- ResearchHub sufficient attribution.
-
-
- The CC BY license is the gold standard of open licenses for scholarly content. It is used
- by publishers such as{' '}
-
- PLOS
-
- ,{' '}
-
- eLife
-
- ,{' '}
-
- Distill
-
- , and{' '}
-
- BMC
-
- . By choosing CC BY, ResearchHub ensures user content can be reused to further science, by
- way of text mining, sharing, translation, and many other forms of reuse. This sets
- ResearchHub apart from other places to discuss science, like ResearchGate or Reddit, which
- do not apply an open license to all user-contributed content.
-
-
- ),
- },
- {
- question: 'What papers can I legally upload to ResearchHub?',
- answer: (
-
-
- Users can create a ResearchHub page for any paper, allowing for summary and discussion.
- However, due to copyright, only certain papers are eligible for fulltext PDF upload.
- Specifically, please only upload fulltexts of papers released under one of the following
- open licenses:{' '}
-
- CC BY
- {' '}
- or{' '}
-
- CC0
-
- .
-
-
- To determine whether an article is released under one of these licenses, check for any
- text in the PDF stating a license or refer to the webpage where you downloaded the PDF. If
- you are the author of a paper and would like to upload the fulltext to ResearchHub, apply
- a supported license to the paper at an existing publicly available location. In other
- words, PDFs uploaded to ResearchHub should be available elsewhere on the web with a
- supported license. We do not currently publish original articles that are not available
- elsewhere.
-
-
- Disappointed that you cannot upload a paper's PDF due to copyright? We are too. While open
- access publishing is growing in popularity, many papers are still published in toll access
- journals without open licenses. We can change this by encouraging scientists to publish in
- open access journals and use platforms like ResearchHub that remove legal barriers from
- science.
-
-
- ),
- },
- {
- question: 'Who created this site?',
- answer: (
-
-
- ResearchHub is being developed by a small team of passionate founders working in San
- Francisco, CA.
-
-
- The idea for the site was initially proposed in this{' '}
-
- blog post
-
- .
-
-
- ),
- },
- {
- question: 'How can I help?',
- answer: (
-
-
- The easiest way to help the community grow is to sign in and start contributing content.
-
-
- 1. Sign in
-
- Create your account in just a few clicks, using Google Sign In.
-
-
- 2. Upload a paper
-
- Is there a research paper you thought was particularly insightful?
-
-
- 3. Write/edit a summary
-
- Is there a paper that you can help explain in plain English?
-
-
- 4. Upvote (or downvote) a paper
-
- Is there a paper already on the site that you have an opinion on?
-
-
- 5. Start a discussion.
-
- Is there a question you have about a paper?
-
-
- 6. Follow us on Twitter
-
- Hear our latest updates as we make progress.
-
- ResearchHub's mission is to accelerate the pace of scientific research. Our goal is to
- make a modern mobile and web application where people can collaborate on scientific
- research in a more efficient way, similar to what GitHub has done for software
- engineering.
-
-
- Researchers should be able to publish articles (preprint or postprint) and discuss the
- findings in a completely open and accessible forum dedicated solely to the relevant
- article.
-
-
-
-
-
-
-
-
-
-
-
-
-
- "Hubs" as an Alternative to Journals
-
-
- Within the ResearchHub platform, research papers are stored and grouped in 'Hubs' by
- area of research. Individual Hubs will essentially act as live journals within focused
- areas, with highly upvoted posts (i.e. the paper and its associated summary and
- discussion) moving to the top of each Hub.
-
- To help bring this nascent community together and incentivize contribution to the
- platform, a newly created ERC20 token, ResearchCoin (RSC), has been created. To
- incentivize users, ResearchHub issues tokens that users can earn and transfer to one
- another by sharing, curating, and discussing topics within the platform. Users can
- also transfer tokens to one another on the platform by creating "bounties" to
- incentivize other users to engage with their post. Rewards for contributions are
- proportionate to how valuable the community perceives the actions to be - as measured
- by upvotes.
-
-
- ResearchCoin is also linked to reputation on the platform--with reputation being
- measured as a user's lifetime earnings of ResearchCoin minus erosion due to downvotes.
- Reputation is linked to certain privileges in the app, as well as a mechanism for
- moderation within the community.
-
- );
-};
diff --git a/app/about/components/AboutValues.tsx b/app/about/components/AboutValues.tsx
deleted file mode 100644
index 7ed008998..000000000
--- a/app/about/components/AboutValues.tsx
+++ /dev/null
@@ -1,44 +0,0 @@
-import { Globe, Star, Rocket } from 'lucide-react';
-
-const values = [
- {
- title: 'Accessible to everyone',
- text: 'The scientific record is too important to be hidden behind paywalls and in ivory towers. ResearchHub is accessible to everybody, everywhere, with no content residing behind paywalls and no costs to participate. Summaries are written in plain English to improve accessibility.',
- icon: ,
- },
- {
- title: 'Collaborative',
- text: 'Academic research is too siloed today. ResearchHub encourages academics and non-academics alike to interact in a public and collaborative manner. An incentive for such behavior is provided in the form of ResearchCoin.',
- icon: ,
- },
- {
- title: 'Efficient',
- text: 'It can take 3-5 years today to go through the process of applying for funding, completing the research, submitting a paper to journals, having it reviewed, and finally getting it published. We believe research could be completed at least one order of magnitude more efficiently.',
- icon: ,
- },
-];
-
-export const AboutValues = () => {
- return (
-
- );
-};
diff --git a/app/about/layout.tsx b/app/about/layout.tsx
index d63876c45..ea9c5093f 100644
--- a/app/about/layout.tsx
+++ b/app/about/layout.tsx
@@ -1,63 +1,73 @@
import { Metadata } from 'next';
import { buildOpenGraphMetadata, SITE_CONFIG } from '@/lib/metadata';
-import { generateFAQStructuredData } from '@/lib/structured-data';
-import { LeftSidebar as MainLeftSidebar } from '../layouts/LeftSidebar';
+import {
+ generateOrganizationStructuredData,
+ generateFAQStructuredData,
+} from '@/lib/structured-data';
const faqItems = [
{
- question: 'Is content created on ResearchHub open?',
+ question: 'What is ResearchHub?',
answer:
- 'Yes. User contributions to ResearchHub are shared under the Creative Commons Attribution License (CC BY 4.0), allowing anyone to reuse the content for any purpose with attribution.',
+ 'ResearchHub is an open platform designed to accelerate the speed and transparency of science. It provides open-access publishing, paid peer review, and a funding marketplace — all in one place.',
},
{
- question: 'What papers can I legally upload to ResearchHub?',
+ question: "What's wrong with traditional science publishing?",
answer:
- 'Users can create a ResearchHub page for any paper. However, only papers released under CC BY or CC0 open licenses are eligible for fulltext PDF upload.',
+ 'Peer reviewers work for free, publishing takes months or years, most research is locked behind paywalls, and grant review processes are slow with much of the funding going to indirect costs rather than experiments.',
},
{
- question: 'Who created this site?',
+ question: 'How does the ResearchHub Funding Marketplace work?',
answer:
- 'ResearchHub is being developed by a small team of passionate founders working in San Francisco, CA.',
+ 'Researchers publicly preregister their study design, qualified reviewers critique proposals openly with paid turnaround in under 10 days, funders commit capital to approved proposals with low overhead (0–10%), and results are linked back to the original preregistration.',
},
{
- question: 'How can I help?',
+ question: 'What is ResearchCoin (RSC)?',
answer:
- 'Sign in, upload a paper, write or edit a summary, upvote or downvote papers, start a discussion, or follow us on Twitter.',
+ 'ResearchCoin (RSC) is an ERC20 token on Ethereum that rewards contributions that advance science — including funding research, peer review, replication, and discussion. RSC can be used for bounties, endowments, and self-funding proposals.',
+ },
+ {
+ question: 'How can I fund research on ResearchHub?',
+ answer:
+ 'Funders can contribute via RSC, donor-advised funds (DAF) through our partner Endaoment (a 501(c)(3) nonprofit), credit card, or Apple Pay. Donations through Endaoment are tax-deductible.',
},
];
export const metadata: Metadata = {
...buildOpenGraphMetadata({
title: 'About',
- description: 'Learn more about ResearchHub, our mission, and the team behind the platform.',
+ description:
+ 'ResearchHub accelerates science with open-access publishing, paid peer review, and a transparent funding marketplace. Learn about our mission, features, and team.',
url: '/about',
}),
title: {
default: 'About',
template: `%s | ${SITE_CONFIG.name}`,
},
+ keywords: [
+ 'ResearchHub',
+ 'open science',
+ 'open access',
+ 'peer review',
+ 'research funding',
+ 'ResearchCoin',
+ 'RSC',
+ 'science publishing',
+ 'preregistration',
+ 'reproducibility',
+ ],
other: {
- 'application/ld+json': JSON.stringify(generateFAQStructuredData(faqItems)),
+ 'application/ld+json': JSON.stringify([
+ generateOrganizationStructuredData(),
+ generateFAQStructuredData(faqItems),
+ ]),
},
};
export default function AboutLayout({ children }: Readonly<{ children: React.ReactNode }>) {
return (
-
-
- {/* Main Left Sidebar - 70px fixed width (minimized) */}
-
-
-
-
- {/* Main Content Area */}
- {children}
-
+
+ {children}
);
}
diff --git a/app/about/page.tsx b/app/about/page.tsx
index 834f4f644..e6e23ec6d 100644
--- a/app/about/page.tsx
+++ b/app/about/page.tsx
@@ -1,35 +1,41 @@
-'use client';
+import { SubtabsNav, type SubtabsSection } from '@/components/about/SubtabsNav';
+import { Hero } from '@/components/about/Hero';
+import { FundedAt } from '@/components/about/FundedAt';
+import { Problem } from '@/components/about/Problem';
+import { Solution } from '@/components/about/Solution';
+import { FundingMarketplace } from '@/components/about/FundingMarketplace';
+import { ResearchCoin } from '@/components/about/ResearchCoin';
+import { PartnershipSection } from '@/components/about/PartnershipSection';
+import { TeamSection } from '@/components/about/TeamSection';
+import { CTASection } from '@/components/about/CTASection';
+import { LandingPageFooter } from '@/components/landing/LandingPageFooter';
-import { AboutValues } from './components/AboutValues';
-import { AboutMission } from './components/AboutMission';
-import { AboutContact } from './components/AboutContact';
-import { AboutFAQ } from './components/AboutFAQ';
-import { AboutResearchCoin } from './components/AboutResearchCoin';
-import { usePathname } from 'next/navigation';
-import { PageBanner } from './components/PageBanner';
-import { AboutTabs } from './components/AboutTabs';
+const sections: ReadonlyArray = [
+ { id: 'about', label: 'About' },
+ { id: 'team', label: 'Team' },
+];
-const AboutPage = () => {
- const pathname = usePathname();
+const AboutPage = () => (
+ <>
+
- return (
-
hello@researchhub.com
@@ -677,7 +692,7 @@ const TOSPage = () => {
and concerns here or by emailing us at{' '}
hello@researchhub.com
@@ -715,7 +730,7 @@ const TOSPage = () => {
if you provide us with written notice of your desire to do so by email at{' '}
hello@researchhub.com
{' '}
@@ -727,13 +742,13 @@ const TOSPage = () => {
the American Arbitration Association ("AAA") under its Consumer
Arbitration Rules (the "AAA Rules") then in effect, except as modified by these Terms.
The AAA Rules are available at{' '}
-
+
www.adr.org
{' '}
or by calling 1-800-778-7879. A party who wishes to start arbitration must submit a
written Demand for Arbitration to AAA and give notice to the other party as specified
in the AAA Rules. The AAA provides a form Demand for Arbitration at{' '}
-
+
www.adr.org
+ The funding marketplace links funding agencies with a global pool of researchers. It
+ operates through a simple pipeline designed to promote transparency and reproducibility.
+
+ ResearchHub is an online platform designed to accelerate science. It's built on a
+ simple premise: that science works best when it's done openly and rigorously.
+
+ Endaoment is a US 501(c)(3) nonprofit providing crypto-native donor-advised funds for
+ science. Funders can give via DAF with the same speed and transparency as native RSC —
+ and receive tax-deductible receipts.
+
+
+
+);
diff --git a/components/about/Problem.tsx b/components/about/Problem.tsx
new file mode 100644
index 000000000..ecec27755
--- /dev/null
+++ b/components/about/Problem.tsx
@@ -0,0 +1,100 @@
+import { X } from 'lucide-react';
+import { AboutContainer } from './AboutContainer';
+import { SectionHeader } from './SectionHeader';
+import { MonoLabel } from './MonoLabel';
+
+interface Issue {
+ number: string;
+ title: string;
+ description: string;
+}
+
+const issues: Issue[] = [
+ {
+ number: '01',
+ title: "Peer reviewers aren't paid",
+ description:
+ 'Slow reviews, inconsistent quality — scientists donate their time while publishers profit.',
+ },
+ {
+ number: '02',
+ title: 'Publishing takes years',
+ description:
+ 'Convincing reviewers to work for free gets harder every year. Findings sit in limbo.',
+ },
+ {
+ number: '03',
+ title: 'Paywalls gatekeep research',
+ description:
+ "Taxpayers fund studies they can't read. Science is locked behind journal subscriptions.",
+ },
+ {
+ number: '04',
+ title: 'Grants are broken',
+ description:
+ 'Review processes drag on for months or years — and much of the money goes to indirect costs, not experiments.',
+ },
+];
+
+export const Problem = () => (
+
+
+
+
+ Science works,{' '}
+ but could it work better?
+ >
+ }
+ lead="It's no secret — just ask any scientist. The system is antiquated, and science is suffering as a result. There must be a better way."
+ className="md:col-span-5"
+ />
+
+ {/* Mobile: compact cards */}
+
+
+ Traditionally
+
+
+ {issues.map((issue) => (
+
+
+
+ {issue.title}
+
+
+ ))}
+
+
+
+ {/* Desktop: detailed rows */}
+
+ {issues.map((issue) => (
+
+
+ {issue.number}
+
+
+
+ {issue.title}
+
+
+ {issue.description}
+
+
+
+ ))}
+
+
+
+
+
+);
diff --git a/components/about/ResearchCoin.tsx b/components/about/ResearchCoin.tsx
new file mode 100644
index 000000000..4e179e154
--- /dev/null
+++ b/components/about/ResearchCoin.tsx
@@ -0,0 +1,161 @@
+import Link from 'next/link';
+import { ExternalLink } from 'lucide-react';
+import { AboutContainer } from './AboutContainer';
+import { SectionHeader } from './SectionHeader';
+import { MonoLabel } from './MonoLabel';
+import { Icon } from '@/components/ui/icons/Icon';
+import { colors } from '@/app/styles/colors';
+
+interface ResearchCoinUseCase {
+ number: string;
+ tag: string;
+ title: string;
+ body: string;
+ cta: string;
+ href: string;
+ isExternal?: boolean;
+}
+
+const useCases: ResearchCoinUseCase[] = [
+ {
+ number: '01',
+ tag: 'Endowments',
+ title: 'Earn high-yield Funding Credits',
+ body: 'Endowments let committed funds keep earning, so more of every dollar goes toward science over time.',
+ cta: 'How Endowments work',
+ href: '/endowment',
+ },
+ {
+ number: '02',
+ tag: 'Bounties',
+ title: 'Reward the work that moves research forward',
+ body: 'Researchers use RSC bounties to reward peer review, replication, data, and useful discussion.',
+ cta: 'Browse open bounties',
+ href: '/earn',
+ },
+ {
+ number: '03',
+ tag: 'Self-funding',
+ title: 'Fund your own research with what you earn',
+ body: 'Earn RSC from community contributions, then put it back into your own proposals and bounties.',
+ cta: 'Start a proposal',
+ href: '/fund/proposals',
+ },
+];
+
+const UseCaseLink = ({ useCase }: { useCase: ResearchCoinUseCase }) => {
+ const className =
+ 'inline-flex items-center gap-2 text-[13px] text-gray-900 font-medium border-b border-gray-900 pb-1 self-start hover:gap-3 transition-all';
+
+ if (useCase.href.startsWith('#')) {
+ return (
+
+ {useCase.cta}
+
+ );
+ }
+
+ return (
+
+ {useCase.cta}
+
+ );
+};
+
+export const ResearchCoin = () => (
+
+
+
+
+ The incentive layer for open science.
+ >
+ }
+ className="md:col-span-5"
+ />
+
+
+ ResearchCoin (RSC) is an ERC20 token
+ that rewards the work that actually advances science — funding it, reviewing it,
+ replicating it, discussing it.
+
+
+
+
+
+
+
+ ERC20 · Ethereum
+
+
+ ResearchCoin (RSC)
+
+
+
+
+
+
+
+ {useCases.map((useCase) => (
+
+
+ {useCase.number}
+
+ {useCase.tag}
+
+
+
+ {useCase.title}
+
+
+ {useCase.body}
+
+
+
+ ))}
+
+
+
+
+
+
+
+
+
+ Pay with RSC, DAF, credit card, or Apple Pay.
+
+
+ Funders choose their rails — we handle the conversion and custody.
+
+);
diff --git a/components/about/Solution.tsx b/components/about/Solution.tsx
new file mode 100644
index 000000000..63006ae10
--- /dev/null
+++ b/components/about/Solution.tsx
@@ -0,0 +1,104 @@
+import { Check, X } from 'lucide-react';
+import { cn } from '@/utils/styles';
+import { AboutContainer } from './AboutContainer';
+import { SectionHeader } from './SectionHeader';
+import { MonoLabel } from './MonoLabel';
+
+interface ComparisonRow {
+ before: string;
+ after: string;
+}
+
+const rows: ComparisonRow[] = [
+ {
+ before: 'Peer reviewers work for free',
+ after: 'Peer reviewers are paid for fast, rigorous reviews',
+ },
+ {
+ before: 'Papers locked behind paywalls',
+ after: 'Research articles published openly — no paywalls, no delays',
+ },
+ {
+ before: 'Grants take months or years to review',
+ after: 'Funding opportunities are easy to find and simple to apply to',
+ },
+ {
+ before: 'Most grant money goes to indirect costs',
+ after: 'Low to no indirect costs — more money to the actual experiments',
+ },
+];
+
+export const Solution = () => (
+
+
+
+ Imagine if we could redesign
+ the entire system{' '}
+ from the ground up.
+ >
+ }
+ lead="These are some of the features you'll find on ResearchHub — the hub for open science, where researchers, funders, and the public meet to share and discuss research."
+ className="max-w-3xl"
+ />
+
+
+ {/* Mobile: card list showing the "after" column only */}
+