Rerun scraper
This commit is contained in:
parent
f3ef244422
commit
22aab28e80
|
@ -27,8 +27,11 @@ export function scrapeEA(contestLink: string, fileName: string) {
|
||||||
'https://forum.effectivealtruism.org' +
|
'https://forum.effectivealtruism.org' +
|
||||||
item?.querySelector('a')?.getAttribute('href')
|
item?.querySelector('a')?.getAttribute('href')
|
||||||
|
|
||||||
|
// Replace '&' with '&'
|
||||||
|
const clean = (str: string | undefined) => str?.replace(/&/g, '&')
|
||||||
|
|
||||||
list.push({
|
list.push({
|
||||||
title: item?.querySelector('a>span>span')?.innerHTML,
|
title: clean(item?.querySelector('a>span>span')?.innerHTML),
|
||||||
author: item?.querySelector('a.UsersNameDisplay-userName')?.innerHTML,
|
author: item?.querySelector('a.UsersNameDisplay-userName')?.innerHTML,
|
||||||
link: link,
|
link: link,
|
||||||
})
|
})
|
||||||
|
|
710
functions/src/scripts/contest/submissions.ts
Normal file
710
functions/src/scripts/contest/submissions.ts
Normal file
|
@ -0,0 +1,710 @@
|
||||||
|
export const CEP_SUBMISSIONS = [
|
||||||
|
[
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
"Open Philanthropy's Cause Exploration Prizes: $120k for written work on global health and wellbeing",
|
||||||
|
author: 'ChrisSmith',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/iqcph4DbcP4PZGyDB/open-philanthropy-s-cause-exploration-prizes-usd120k-for',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'New cause area: Violence against women and girls',
|
||||||
|
author: 'Akhil',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/majcwf7i8pW8eMJ3v/new-cause-area-violence-against-women-and-girls',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Road Safety: The Silent Epidemic Impacting Youth',
|
||||||
|
author: 'AIPFoundation',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/8jkYgxH9pYcHrgZqT/road-safety-the-silent-epidemic-impacting-youth',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'To WELLBY or not to WELLBY? Measuring non-health, non-pecuniary benefits using subjective wellbeing',
|
||||||
|
author: 'JoelMcGuire',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/dk48Sn6hpbMWeJo4G/to-wellby-or-not-to-wellby-measuring-non-health-non',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Family Planning: A Significant Opportunity for Impact',
|
||||||
|
author: 'Sarah H',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/zgBmSgyWECJcbhmpc/family-planning-a-significant-opportunity-for-impact',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause area: Short-sleeper genes',
|
||||||
|
author: 'JohnBoyle',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/nSwaDrHunt3ohh9Et/cause-area-short-sleeper-genes',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause Area: Differential Neurotechnology Development',
|
||||||
|
author: 'mwcvitkovic',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/Qhn5nyRf93dsXodsw/cause-area-differential-neurotechnology-development',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'War Between the US and China: A case study for epistemic challenges around China-related catastrophic risk',
|
||||||
|
author: 'Jordan_Schneider',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/E2BghQq9pwPgtHgiH/war-between-the-us-and-china-a-case-study-for-epistemic',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause exploration prize: organophosphate pesticides and other neurotoxicants',
|
||||||
|
author: 'Ben Stewart',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/LSDZ22GFryC3dhWvd/cause-exploration-prize-organophosphate-pesticides-and-other',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'The (California) case for State Capacity as an EA cause area',
|
||||||
|
author: 'Locke',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/wBre7Rm6tBzKbZ86B/the-california-case-for-state-capacity-as-an-ea-cause-area',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Directly Purchasing and Distributing Stunning Equipment to Fishing Boats Which Catch Enormous Amounts of Small Wild Fish',
|
||||||
|
author: 'Enginar',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/tykEYESbJkqT39v64/directly-purchasing-and-distributing-stunning-equipment-to',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Fix Prison Telecom',
|
||||||
|
author: 'Benj Azose',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/z9esvCk8oha69vkbA/fix-prison-telecom',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Doing good is a privilege. This needs to change if we want to do good long-term. ',
|
||||||
|
author: 'SofiaBalderson',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/gicYG5ymk4pPzrKAd/doing-good-is-a-privilege-this-needs-to-change-if-we-want-to',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration Prizes: Could New Technology Help Solve the Glasses Problem?',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/a3vbQCgxTeYNvQBfc/cause-exploration-prizes-could-new-technology-help-solve-the',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'New cause area: training health workers to prevent newborn deaths',
|
||||||
|
author: 'Marshall',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/B7wohgDDdwPoQAatt/new-cause-area-training-health-workers-to-prevent-newborn',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause area proposal: International Macroeconomic Policy',
|
||||||
|
author: 'arushigupta',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/gqzecJGYjqRF6c8o6/cause-area-proposal-international-macroeconomic-policy',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Potential new cause area: Obesity',
|
||||||
|
author: 'Akhil',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/jhsXxPnKbwzLwrKFq/potential-new-cause-area-obesity',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Large-scale International Educational Migration: A Shallow Investigation',
|
||||||
|
author: 'Johannes Haushofer',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/TMjRuTLjQa6z6rdeY/large-scale-international-educational-migration-a-shallow',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'The Case for Making Professional Degrees Undergraduate Degrees',
|
||||||
|
author: 'ColdButtonIssues',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/fEMpAcNycbXpp6Ext/the-case-for-making-professional-degrees-undergraduate',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Shareholder activism',
|
||||||
|
author: 'sbehmer',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/fqf4vgCWebTszvHm9/shareholder-activism',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Global Health & Development - Beyond the Streetlight',
|
||||||
|
author: 'Richard Sedlmayr',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/DXKWHAkihdb6nkKyG/global-health-and-development-beyond-the-streetlight-1',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Voting Methods',
|
||||||
|
author: 'Marcus_Ogren',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/QCHLkgudfgbovgoan/cause-exploration-prizes-voting-methods',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Resilience & Biodiversity',
|
||||||
|
author: 'emwalz',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/5iuyqnm2uKcutbaku/resilience-and-biodiversity',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Maritime capability and post-catastrophe resilience.',
|
||||||
|
author: 'Tom Gardiner',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/nKDBhWFj3vwwFKwGC/maritime-capability-and-post-catastrophe-resilience-1',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Water, sanitation and hygiene (“WASH”) interventions as a cause area',
|
||||||
|
author: 'helmetedhornbill',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/WAbjLFkpSoA7FDvTD/water-sanitation-and-hygiene-wash-interventions-as-a-cause',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Open Philanthropy should fund the abundance agenda movement',
|
||||||
|
author: 'ruthgrace',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/BskvBk5zRfbHGNFKz/open-philanthropy-should-fund-the-abundance-agenda-movement',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Internal Migration: A Cost-Effective Method for Raising Wages, Improving Living Standards, and Promoting Economic Growth',
|
||||||
|
author: 'JamieSimonson',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/dEfBDJXNnMzq7s955/internal-migration-a-cost-effective-method-for-raising-wages',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause area: climate adaptation in low-income countries',
|
||||||
|
author: 'Karthik Tadepalli',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/nE827LwrRk5ep3Xao/cause-area-climate-adaptation-in-low-income-countries',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'New Cause Area: Demographic Collapse',
|
||||||
|
author: 'Malcolm Collins',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/vFfoqL74kmZbydKjp/new-cause-area-demographic-collapse',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Energy Access in Sub-Saharan Africa: Open Philanthropy Cause Exploration Prize Submission',
|
||||||
|
author: 'Tomer_Goloboy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/ZPjMemurtzeumwcdw/energy-access-in-sub-saharan-africa-open-philanthropy-cause',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Economic Growth and State Capacity ',
|
||||||
|
author: 'Jeffrey Mason',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/BkJepw5R2pFc55LEc/cause-exploration-prizes-economic-growth-and-state-capacity',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Peacebuilding and Violent Conflict',
|
||||||
|
author: 'Charlie Dougherty',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/dPx7LiNp5MX9RWdfa/peacebuilding-and-violent-conflict',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Targeted Treatment of Anemia in Adolescents in India as a Cause Area',
|
||||||
|
author: 'Akash Kulgod',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/SgqBAeoCbQeLxmMoj/targeted-treatment-of-anemia-in-adolescents-in-india-as-a',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Why Genetic Rescue',
|
||||||
|
author: 'David Lang',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/ebBPcDxtSckRAoJfo/why-genetic-rescue',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Fix the Money, Fix the world',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/Kg7KixqEHWBctJ4az/cause-exploration-prizes-fix-the-money-fix-the-world',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] More Animal Advocacy R&D',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/sCQBJhcNZ4Ye36Cni/cause-exploration-prizes-more-animal-advocacy-r-and-d',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] The importance of Intercausal Impacts',
|
||||||
|
author: 'Sebastian Joy 樂百善',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/MayveXrHbvXMBRo78/cause-exploration-prizes-the-importance-of-intercausal',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause Exploration: Child and Adolescent Mental Health in LMICs',
|
||||||
|
author: 'Shen Javier',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/vvwS2YdhCFqNSsoBv/cause-exploration-child-and-adolescent-mental-health-in',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Mind Enhancement Cause Exploration',
|
||||||
|
author: 'timfarkas',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/hGY3eErGzEef7Ck64/mind-enhancement-cause-exploration',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'New Cause: Radio Ads Against Cousin Marriage in LMIC',
|
||||||
|
author: 'Jackson Wagner',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/h8iqvzGQJ9HiRTRja/new-cause-radio-ads-against-cousin-marriage-in-lmic',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause Exploration Prizes submission: bivalve aquaculture',
|
||||||
|
author: 'Brian Lui',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/7keuWWMoYY6dMnqys/cause-exploration-prizes-submission-bivalve-aquaculture',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Jhana meditation',
|
||||||
|
author: 'Milan_Griffes',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/XhD9ooZeJcQD8QJZL/cause-exploration-prizes-jhana-meditation',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration Prizes: Expanding access to infertility services in Low- and Middle-Income Countries (LMICs)',
|
||||||
|
author: 'Soleine Scotney',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/WAnJw5bhuQwhJiLTm/cause-exploration-prizes-expanding-access-to-infertility',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Social Relationships: A Neglected Factor in Wellbeing',
|
||||||
|
author: 'Minh Nguyen',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/kF9aBCGrq3FwENaXM/social-relationships-a-neglected-factor-in-wellbeing',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration Prizes: Reducing Suffering and Long Term Risk in Common Law Nations via Strategic Case Law Funding',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/C6urjnDeKjHGwf2M3/cause-exploration-prizes-reducing-suffering-and-long-term',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'One Million Missing Children',
|
||||||
|
author: 'ColdButtonIssues',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/H5LDwwmdBYBDNXTq4/one-million-missing-children',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Social and Behavioral Science R&D',
|
||||||
|
author: 'Anna Harvey',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/var4x7y3TfeAYgLH5/cause-exploration-prizes-social-and-behavioral-science-r-and',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Long Covid: mass disability and broad societal consequences [Cause Exploration Prizes] ',
|
||||||
|
author: 'SiebeRozendal',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/njgRDx5cKtSM8JubL/long-covid-mass-disability-and-broad-societal-consequences',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Why we should work on preventing suicide',
|
||||||
|
author: 'Lydia Field',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/wfgtdTdmvwxfXzyya/cause-exploration-prizes-why-we-should-work-on-preventing',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Sleep: Open Philanthropy Cause Exploration Prize',
|
||||||
|
author: 'SuhanKacholia',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/qnDBN3nAXgwyTnrAC/sleep-open-philanthropy-cause-exploration-prize',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'NEW GLOBAL POOLS: IMPACT FUNDS ',
|
||||||
|
author: 'TPogge',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/J8fwT9cZd6x5eED3e/new-global-pools-impact-funds',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'New cause area: Traffic congestion',
|
||||||
|
author: 'JeremyR',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/63nXdEwa53HiCc8Ci/new-cause-area-traffic-congestion-1',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Human Engram Preservation as a Neglected Cause Area',
|
||||||
|
author: 'aurellem',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/j8GYqBJavn5vwDFj6/cause-exploration-prizes-human-engram-preservation-as-a',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Rich to Poor Country Spillovers',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/iZagToiirYgqiX3XR/cause-exploration-prizes-rich-to-poor-country-spillovers',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Reducing global childhood sexual abuse',
|
||||||
|
author: 'Thomas_Reilly',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/7LGg2u8v2ebQe9nxn/cause-exploration-prizes-reducing-global-childhood-sexual',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Saving lives near the precipice: we're doing it wrong?",
|
||||||
|
author: 'Samin',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/hz2Q8GgZ28YKLazGb/saving-lives-near-the-precipice-we-re-doing-it-wrong',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause Exploration: Governance Design & Formation',
|
||||||
|
author: 'RoboTeddy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/ue9qrxXPLfGxNssvX/cause-exploration-governance-design-and-formation',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'The Economic Benefits of Promoting and Protecting the Rights of LGBTQ+ Communities in Developing Countries',
|
||||||
|
author: 'Susannah Hares',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/nW7itcuaqb2CrC2mC/the-economic-benefits-of-promoting-and-protecting-the-rights-1',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Trust and Science',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/G6gzgAvrvjkjfBsQj/cause-exploration-prizes-trust-and-science',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Farmed Animal Welfare in Sub-Saharan Africa',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/a4sWmWNufYvAjimNg/cause-exploration-prizes-farmed-animal-welfare-in-sub',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Longer, healthier lives: public engagement around ageing and health',
|
||||||
|
author: 'Patrick Wilson',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/dKKa2nwposmKKg3pM/cause-exploration-prizes-longer-healthier-lives-public',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Software Systems for Collective Intelligence',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/gttFbbRgTqZtwxDto/cause-exploration-prizes-software-systems-for-collective',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Fix Prison Telecoms',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/dZswSuy59icPkhC6b/cause-exploration-prizes-fix-prison-telecoms',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Sickle Cell Disease',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/rvACMsMmmDonNhskD/cause-exploration-prizes-sickle-cell-disease',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'A platform for on-demand vaccination',
|
||||||
|
author: 'George3d6',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/rS2zWRDxw5vZwdQAC/a-platform-for-on-demand-vaccination',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Voluntary Family Planning',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/Kneivf7uokqqNTFAM/cause-exploration-prizes-voluntary-family-planning',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Natural Disaster Preparedness and Research',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/ppSun8EaDPsAQyH3B/cause-exploration-prizes-natural-disaster-preparedness-and',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Early Childhood Education',
|
||||||
|
author: 'Anne Fitzpatrick',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/WiCEyhm2gp74pphHB/cause-exploration-prizes-early-childhood-education',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Obstetric Violence',
|
||||||
|
author: 'Tracy Brinkerhoff',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/MWWFiZfBvryY8buTw/cause-exploration-prizes-obstetric-violence',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Lessons from Covid',
|
||||||
|
author: 'Marcel Müller',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/5FMsC9nXZdSDsigBT/cause-exploration-prizes-lessons-from-covid',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause: Reducing Judicial Delay in India',
|
||||||
|
author: 'Vastav Ratra',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/JcYyLfbnbhANCJdbv/cause-reducing-judicial-delay-in-india',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Measuring civic engagement - an important yet undervalued well-being metric?',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/GiW8rvdcNHYJnSnK3/cause-exploration-prizes-measuring-civic-engagement-an',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Antimicrobial Resistance',
|
||||||
|
author: 'rhi',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/Jcnjwv6pHrqT2igRu/cause-exploration-prizes-antimicrobial-resistance',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Advanced Market Commitments for public goods',
|
||||||
|
author: 'Ben Yeoh',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/LFFWkoeAhXRF4HBwW/cause-exploration-prizes-advanced-market-commitments-for',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Movable Virtual Fencing Systems and Livestock Welfare',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/WexugYE3z8xHhYw4r/movable-virtual-fencing-systems-and-livestock-welfare',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Transportation Issues in Developing Countries',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/6mY2uJmGzmfyYzQ2z/cause-exploration-prizes-transportation-issues-in-developing',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Tuberculosis',
|
||||||
|
author: 'jserv',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/9HJKrGNgk2FCGapso/cause-exploration-prizes-tuberculosis',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Targeting cardiovascular disease in the developing world',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/zSmnWHjBkdPNJSbiN/cause-exploration-prizes-targeting-cardiovascular-disease-in',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Everyday Peace Indicators: An effective tool for measuring hard to measure social concepts',
|
||||||
|
author: 'Pamina Firchow',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/XNkzixN6qhp2ePcvi/cause-exploration-prizes-everyday-peace-indicators-an',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] From Energy Deprived Poor Africa',
|
||||||
|
author: 'Juspermachogu',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/dA6tGKnGaynddwxwL/cause-exploration-prizes-from-energy-deprived-poor-africa',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Mental health diagnostic system',
|
||||||
|
author: 'EmmiPosio',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/99jXtmycKiwpY653a/cause-exploration-prizes-mental-health-diagnostic-system',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Open Access Technology for the Developing World',
|
||||||
|
author: 'Nathan Sidney',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/ZxF9gYQ4kXubrk2jA/cause-exploration-prizes-open-access-technology-for-the',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Quality matters: Early childhood education and development in Nepal',
|
||||||
|
author: 'Alisha Karki',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/nG8Ncf4AHCgreakzy/quality-matters-early-childhood-education-and-development-in',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Creating a “regulatory turbocharger” for EA relevant policies',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/Ph22HqekBwKyQGawq/cause-exploration-prizes-creating-a-regulatory-turbocharger',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Effective Altruistic Economic Model',
|
||||||
|
author: 'Thomas (Tom) Schwendener',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/7Sqe9mDJwwARC3Nua/cause-exploration-prizes-effective-altruistic-economic-model',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Shortage of pediatricians in Africa and South-East Asia',
|
||||||
|
author: 'Rachel_chen',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/RbqqA5T4QaXjqkbiq/cause-exploration-prizes-shortage-of-pediatricians-in-africa',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Measuring Happiness',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/GaGkgEmRh4XpatGCm/cause-exploration-prizes-measuring-happiness',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Legal Efforts to Increase American Kidney Donations',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/q2EJQ7p6bJaSpE3hN/cause-exploration-prizes-legal-efforts-to-increase-american',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Voluntary Male Circumcision in the prevention of HIV in Nyanza and Western Regions of Kenya',
|
||||||
|
author: 'Edward Kusewa',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/6nxbe5AxtpH2Fjaqj/cause-exploration-prizes-voluntary-male-circumcision-in-the',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Investment in Fetal, Neonatal and Infant Development ',
|
||||||
|
author: 'Sofia Panasiuk',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/DdGdEWHu8kebS6mJu/cause-exploration-prizes-investment-in-fetal-neonatal-and',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Can purpose in life be a simple, powerful, and systemic leverage point for positive change?',
|
||||||
|
author: 'Kokeb Solomon',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/KqffgESkpTQBeqaWy/cause-exploration-prizes-can-purpose-in-life-be-a-simple',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Antimicrobial Resistance',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/DELryFuR7pNjwRZZC/cause-exploration-prizes-antimicrobial-resistance-1',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Increasing Cause Area Impact Leverage via Empowerment of Communities',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/tpHJj77dKDMWcdabp/cause-exploration-prizes-increasing-cause-area-impact',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Dynamic democracy to guard against authoritarian lock-in',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/G5tF3TP7btJThcKoJ/cause-exploration-prizes-dynamic-democracy-to-guard-against',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Open Climate Data as a possible cause area, Open Philanthropy',
|
||||||
|
author: 'Ben Yeoh',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/s9HPpvMHgS5QYEM4C/open-climate-data-as-a-possible-cause-area-open-philanthropy',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'In Support of Paradigm Shifting',
|
||||||
|
author: 'helmetedhornbill',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/babM7nAHnrWSmL4pC/in-support-of-paradigm-shifting',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[Cause Exploration Prizes] Homeless Relief',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/mNrZPoTmoseoFBXGd/cause-exploration-prizes-homeless-relief',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'A Fair Vote Can Change the World',
|
||||||
|
author: 'Rob Richie',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/6AFNCgTvkxysBpgi8/a-fair-vote-can-change-the-world',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause area: Developmental Cognitive Neuroepidemiology',
|
||||||
|
author: 'Hauke Hillebrandt',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/m2tgGev5XpkTkvERL/cause-area-developmental-cognitive-neuroepidemiology-1',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Mitigating chicken and fish suffering by closing the “dairy gap” in Asia and Africa - Shorter Version',
|
||||||
|
author: 'Enginar',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/dHJCvmPKY5HDaX2S6/mitigating-chicken-and-fish-suffering-by-closing-the-dairy',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'New Cause area: The Meta-Cause [Cause Exploration Prize]',
|
||||||
|
author: 'simeon_c',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/9t8c69fdrK9LycxxP/new-cause-area-the-meta-cause-cause-exploration-prize-10',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'New cause area: Improving diagnosis and treatment of bipolar spectrum disorders',
|
||||||
|
author: 'Karolina Soltys',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/ft7ChZnzyq2SwsgBa/new-cause-area-improving-diagnosis-and-treatment-of-bipolar',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause Area Proposal: Paperwork Reduction',
|
||||||
|
author: 'Ja3k',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/cp6R26srno75WH2AD/cause-area-proposal-paperwork-reduction',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'New cause area: maternal morbidity',
|
||||||
|
author: 'alexhill',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/pxrN28gfn26Z7dzch/new-cause-area-maternal-morbidity',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration: Adapting to Extreme Heat Exposure in South Asia',
|
||||||
|
author: 'Surbhi B',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/g7Rn2fiq52QN8pbJa/cause-exploration-adapting-to-extreme-heat-exposure-in-south',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause: biopharma R&D productivity',
|
||||||
|
author: 'BoxFan',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/xzcdN6aGCGbii86BX/cause-biopharma-r-and-d-productivity',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
"Deadline extension (to August 11) for Open Philanthropy's Cause Exploration Prizes",
|
||||||
|
author: 'ChrisSmith',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/WdMbmLfb7DMMYHvKf/deadline-extension-to-august-11-for-open-philanthropy-s',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause exploration: improving wild fish slaughter [half-baked, post-deadline]',
|
||||||
|
author: 'Aaron Bergman',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/JsuefG6PurSxacXds/cause-exploration-improving-wild-fish-slaughter-half-baked',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Should we do more to mitigate occupational noise exposure?',
|
||||||
|
author: 'Drew Housman',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/HN6QuXntDkkpoQDad/should-we-do-more-to-mitigate-occupational-noise-exposure',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration Prize: Distribution of Information Among Humans',
|
||||||
|
author: 'markus_over',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/ad2kEQmbERsAnJ4zc/cause-exploration-prize-distribution-of-information-among',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration Prizes: Publishing Comprehensive Books Which Make the Case for Effective Corporate Animal Welfare Campaigns via a Writing Contest for Potential Authors',
|
||||||
|
author: 'Enginar',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/9sraY9qrwuiKXJjhG/cause-exploration-prizes-publishing-comprehensive-books',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Pollination in India',
|
||||||
|
author: 'Iska Knuuttila',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/TsBRvGXr3rmJsruje/pollination-in-india',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration Prizes: Time-restricted eating (IF) for individual and community health in LMICs ',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/RuwCxvJ3xEwQfZevN/cause-exploration-prizes-time-restricted-eating-if-for',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration Prizes: Misinformation Gone Viral: Education As Pandemic Prevention',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/Whi5ADu79uJrTpqEt/cause-exploration-prizes-misinformation-gone-viral-education',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause: research to narrow the gap between in vitro and in vivo experiments',
|
||||||
|
author: 'calvinmccarter',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/tiHoApRMZPrviBxEx/cause-research-to-narrow-the-gap-between-in-vitro-and-in',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'[Cause Exploration Prizes] Unlocking America’s Potential, or, “It’s The Senate, Stupid”',
|
||||||
|
author: 'Open Philanthropy',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/3dZuN4q4cpCmr3xBb/cause-exploration-prizes-unlocking-america-s-potential-or-it',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause exploration: Tobacco harm reduction',
|
||||||
|
author: 'kristof',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/bQh82m2zr3enC9vK9/cause-exploration-tobacco-harm-reduction',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Free-Ranging Dog Welfare in India as a Cause Area',
|
||||||
|
author: 'Akash Kulgod',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/jXFA5ffcoYomSDv9A/free-ranging-dog-welfare-in-india-as-a-cause-area',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Investing for a cause',
|
||||||
|
author: 'brb243',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/nafdbGWLj5epjvJEm/investing-for-a-cause',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'New Cause Area: Steering and Stabilising Status Games',
|
||||||
|
author: 'Wim',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/gpm668mLyhARPYzji/new-cause-area-steering-and-stabilising-status-games',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause X: Public Stretch Prizes',
|
||||||
|
author: 'philipkd',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/DkMbqjNNc4hKYShtf/cause-x-public-stretch-prizes-1',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Cause Exploration: Managing Societal Transitions',
|
||||||
|
author: 'alexherwix',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/hzrAXzoPDoEqueXW7/cause-exploration-managing-societal-transitions',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cosmic rays could cause major electronic disruption and pose a small existential risk',
|
||||||
|
author: 'M_Allcock',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/9gjc4ok4GfwuyRASL/cosmic-rays-could-cause-major-electronic-disruption-and-pose',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration Prize: Modernizing the Social Science Research Infrastructure',
|
||||||
|
author: 'yfu',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/zTD8rhCFfa6qLCjGY/cause-exploration-prize-modernizing-the-social-science',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Open Philanthropy Should Fund Further Cause Exploration',
|
||||||
|
author: 'brb243',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/tvMjgDWptF5MNJtAo/open-philanthropy-should-fund-further-cause-exploration',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Promoting climate considerations within existing high priority areas of work',
|
||||||
|
author: 'helmetedhornbill',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/pmfyGEa4NozDm2fng/promoting-climate-considerations-within-existing-high',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Cause Exploration Prize: Unfettered Global Internet Access & Device Ownership ',
|
||||||
|
author: 'samhbarton',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/DC9AZSn4dpFptA8mS/cause-exploration-prize-unfettered-global-internet-access',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Potential Risks of Advanced Gene Editing Technologies',
|
||||||
|
author: 'Courtney Colston',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/EEgT2jHZSExBAPsTD/potential-risks-of-advanced-gene-editing-technologies',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'The Economic Benefits of Promoting and Protecting the Rights of LGBTQ+ Communities in Developing Countries (cause exploration)',
|
||||||
|
author: 'Susannah Hares',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/Xc7AH2Recks3RHteE/the-economic-benefits-of-promoting-and-protecting-the-rights',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title:
|
||||||
|
'Reciprocity & the causes of diminishing returns: cause exploration submission',
|
||||||
|
author: 'LB',
|
||||||
|
link: 'https://forum.effectivealtruism.org/posts/x9towRLtvYidkXugk/reciprocity-and-the-causes-of-diminishing-returns-cause',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
]
|
|
@ -84,28 +84,33 @@
|
||||||
"author": "Akhil",
|
"author": "Akhil",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/jhsXxPnKbwzLwrKFq/potential-new-cause-area-obesity"
|
"link": "https://forum.effectivealtruism.org/posts/jhsXxPnKbwzLwrKFq/potential-new-cause-area-obesity"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Large-scale International Educational Migration: A Shallow Investigation",
|
||||||
|
"author": "Johannes Haushofer",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/TMjRuTLjQa6z6rdeY/large-scale-international-educational-migration-a-shallow"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "The Case for Making Professional Degrees Undergraduate Degrees",
|
"title": "The Case for Making Professional Degrees Undergraduate Degrees",
|
||||||
"author": "ColdButtonIssues",
|
"author": "ColdButtonIssues",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/fEMpAcNycbXpp6Ext/the-case-for-making-professional-degrees-undergraduate"
|
"link": "https://forum.effectivealtruism.org/posts/fEMpAcNycbXpp6Ext/the-case-for-making-professional-degrees-undergraduate"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "Global Health & Development - Beyond the Streetlight",
|
|
||||||
"author": "Richard Sedlmayr",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/DXKWHAkihdb6nkKyG/global-health-and-development-beyond-the-streetlight-1"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Shareholder activism",
|
"title": "Shareholder activism",
|
||||||
"author": "sbehmer",
|
"author": "sbehmer",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/fqf4vgCWebTszvHm9/shareholder-activism"
|
"link": "https://forum.effectivealtruism.org/posts/fqf4vgCWebTszvHm9/shareholder-activism"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Global Health & Development - Beyond the Streetlight",
|
||||||
|
"author": "Richard Sedlmayr",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/DXKWHAkihdb6nkKyG/global-health-and-development-beyond-the-streetlight-1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "[Cause Exploration Prizes] Voting Methods",
|
"title": "[Cause Exploration Prizes] Voting Methods",
|
||||||
"author": "Marcus_Ogren",
|
"author": "Marcus_Ogren",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/QCHLkgudfgbovgoan/cause-exploration-prizes-voting-methods"
|
"link": "https://forum.effectivealtruism.org/posts/QCHLkgudfgbovgoan/cause-exploration-prizes-voting-methods"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Resilience & Biodiversity",
|
"title": "Resilience & Biodiversity",
|
||||||
"author": "emwalz",
|
"author": "emwalz",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/5iuyqnm2uKcutbaku/resilience-and-biodiversity"
|
"link": "https://forum.effectivealtruism.org/posts/5iuyqnm2uKcutbaku/resilience-and-biodiversity"
|
||||||
},
|
},
|
||||||
|
@ -144,51 +149,41 @@
|
||||||
"author": "Tomer_Goloboy",
|
"author": "Tomer_Goloboy",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/ZPjMemurtzeumwcdw/energy-access-in-sub-saharan-africa-open-philanthropy-cause"
|
"link": "https://forum.effectivealtruism.org/posts/ZPjMemurtzeumwcdw/energy-access-in-sub-saharan-africa-open-philanthropy-cause"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Economic Growth and State Capacity ",
|
||||||
|
"author": "Jeffrey Mason",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/BkJepw5R2pFc55LEc/cause-exploration-prizes-economic-growth-and-state-capacity"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Peacebuilding and Violent Conflict",
|
"title": "Peacebuilding and Violent Conflict",
|
||||||
"author": "Charlie Dougherty",
|
"author": "Charlie Dougherty",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/dPx7LiNp5MX9RWdfa/peacebuilding-and-violent-conflict"
|
"link": "https://forum.effectivealtruism.org/posts/dPx7LiNp5MX9RWdfa/peacebuilding-and-violent-conflict"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "Cause Exploration Prizes: Publishing Comprehensive Books Which Make the Case for Effective Corporate Animal Welfare Campaigns via a Writing Contest for Potential Authors",
|
|
||||||
"author": "Enginar",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/9sraY9qrwuiKXJjhG/cause-exploration-prizes-publishing-comprehensive-books"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Targeted Treatment of Anemia in Adolescents in India as a Cause Area",
|
"title": "Targeted Treatment of Anemia in Adolescents in India as a Cause Area",
|
||||||
"author": "Akash Kulgod",
|
"author": "Akash Kulgod",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/SgqBAeoCbQeLxmMoj/targeted-treatment-of-anemia-in-adolescents-in-india-as-a"
|
"link": "https://forum.effectivealtruism.org/posts/SgqBAeoCbQeLxmMoj/targeted-treatment-of-anemia-in-adolescents-in-india-as-a"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "Cause Exploration Prizes: Time-restricted eating (IF) for individual and community health in LMICs ",
|
|
||||||
"author": "Open Philanthropy",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/RuwCxvJ3xEwQfZevN/cause-exploration-prizes-time-restricted-eating-if-for"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Cause Exploration Prizes: Misinformation Gone Viral: Education As Pandemic Prevention",
|
|
||||||
"author": "Open Philanthropy",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/Whi5ADu79uJrTpqEt/cause-exploration-prizes-misinformation-gone-viral-education"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Cause: research to narrow the gap between in vitro and in vivo experiments",
|
|
||||||
"author": "calvinmccarter",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/tiHoApRMZPrviBxEx/cause-research-to-narrow-the-gap-between-in-vitro-and-in"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "[Cause Exploration Prizes] Unlocking America’s Potential, or, “It’s The Senate, Stupid”",
|
|
||||||
"author": "Open Philanthropy",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/3dZuN4q4cpCmr3xBb/cause-exploration-prizes-unlocking-america-s-potential-or-it"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Why Genetic Rescue",
|
"title": "Why Genetic Rescue",
|
||||||
"author": "David Lang",
|
"author": "David Lang",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/ebBPcDxtSckRAoJfo/why-genetic-rescue"
|
"link": "https://forum.effectivealtruism.org/posts/ebBPcDxtSckRAoJfo/why-genetic-rescue"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "[Cause Exploration Prizes] More Animal Advocacy R&D",
|
"title": "[Cause Exploration Prizes] Fix the Money, Fix the world",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/Kg7KixqEHWBctJ4az/cause-exploration-prizes-fix-the-money-fix-the-world"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] More Animal Advocacy R&D",
|
||||||
"author": "Open Philanthropy",
|
"author": "Open Philanthropy",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/sCQBJhcNZ4Ye36Cni/cause-exploration-prizes-more-animal-advocacy-r-and-d"
|
"link": "https://forum.effectivealtruism.org/posts/sCQBJhcNZ4Ye36Cni/cause-exploration-prizes-more-animal-advocacy-r-and-d"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] The importance of Intercausal Impacts",
|
||||||
|
"author": "Sebastian Joy 樂百善",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/MayveXrHbvXMBRo78/cause-exploration-prizes-the-importance-of-intercausal"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Cause Exploration: Child and Adolescent Mental Health in LMICs",
|
"title": "Cause Exploration: Child and Adolescent Mental Health in LMICs",
|
||||||
"author": "Shen Javier",
|
"author": "Shen Javier",
|
||||||
|
@ -209,6 +204,11 @@
|
||||||
"author": "Brian Lui",
|
"author": "Brian Lui",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/7keuWWMoYY6dMnqys/cause-exploration-prizes-submission-bivalve-aquaculture"
|
"link": "https://forum.effectivealtruism.org/posts/7keuWWMoYY6dMnqys/cause-exploration-prizes-submission-bivalve-aquaculture"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Jhana meditation",
|
||||||
|
"author": "Milan_Griffes",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/XhD9ooZeJcQD8QJZL/cause-exploration-prizes-jhana-meditation"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Cause Exploration Prizes: Expanding access to infertility services in Low- and Middle-Income Countries (LMICs)",
|
"title": "Cause Exploration Prizes: Expanding access to infertility services in Low- and Middle-Income Countries (LMICs)",
|
||||||
"author": "Soleine Scotney",
|
"author": "Soleine Scotney",
|
||||||
|
@ -219,11 +219,6 @@
|
||||||
"author": "Minh Nguyen",
|
"author": "Minh Nguyen",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/kF9aBCGrq3FwENaXM/social-relationships-a-neglected-factor-in-wellbeing"
|
"link": "https://forum.effectivealtruism.org/posts/kF9aBCGrq3FwENaXM/social-relationships-a-neglected-factor-in-wellbeing"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "[Cause Exploration Prizes] Jhana meditation",
|
|
||||||
"author": "Milan_Griffes",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/XhD9ooZeJcQD8QJZL/cause-exploration-prizes-jhana-meditation"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Cause Exploration Prizes: Reducing Suffering and Long Term Risk in Common Law Nations via Strategic Case Law Funding",
|
"title": "Cause Exploration Prizes: Reducing Suffering and Long Term Risk in Common Law Nations via Strategic Case Law Funding",
|
||||||
"author": "Open Philanthropy",
|
"author": "Open Philanthropy",
|
||||||
|
@ -235,7 +230,7 @@
|
||||||
"link": "https://forum.effectivealtruism.org/posts/H5LDwwmdBYBDNXTq4/one-million-missing-children"
|
"link": "https://forum.effectivealtruism.org/posts/H5LDwwmdBYBDNXTq4/one-million-missing-children"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "[Cause Exploration Prizes] Social and Behavioral Science R&D",
|
"title": "[Cause Exploration Prizes] Social and Behavioral Science R&D",
|
||||||
"author": "Anna Harvey",
|
"author": "Anna Harvey",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/var4x7y3TfeAYgLH5/cause-exploration-prizes-social-and-behavioral-science-r-and"
|
"link": "https://forum.effectivealtruism.org/posts/var4x7y3TfeAYgLH5/cause-exploration-prizes-social-and-behavioral-science-r-and"
|
||||||
},
|
},
|
||||||
|
@ -264,13 +259,28 @@
|
||||||
"author": "JeremyR",
|
"author": "JeremyR",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/63nXdEwa53HiCc8Ci/new-cause-area-traffic-congestion-1"
|
"link": "https://forum.effectivealtruism.org/posts/63nXdEwa53HiCc8Ci/new-cause-area-traffic-congestion-1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Human Engram Preservation as a Neglected Cause Area",
|
||||||
|
"author": "aurellem",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/j8GYqBJavn5vwDFj6/cause-exploration-prizes-human-engram-preservation-as-a"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Rich to Poor Country Spillovers",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/iZagToiirYgqiX3XR/cause-exploration-prizes-rich-to-poor-country-spillovers"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Reducing global childhood sexual abuse",
|
||||||
|
"author": "Thomas_Reilly",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/7LGg2u8v2ebQe9nxn/cause-exploration-prizes-reducing-global-childhood-sexual"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Saving lives near the precipice: we're doing it wrong?",
|
"title": "Saving lives near the precipice: we're doing it wrong?",
|
||||||
"author": "Samin",
|
"author": "Samin",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/hz2Q8GgZ28YKLazGb/saving-lives-near-the-precipice-we-re-doing-it-wrong"
|
"link": "https://forum.effectivealtruism.org/posts/hz2Q8GgZ28YKLazGb/saving-lives-near-the-precipice-we-re-doing-it-wrong"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Cause Exploration: Governance Design & Formation",
|
"title": "Cause Exploration: Governance Design & Formation",
|
||||||
"author": "RoboTeddy",
|
"author": "RoboTeddy",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/ue9qrxXPLfGxNssvX/cause-exploration-governance-design-and-formation"
|
"link": "https://forum.effectivealtruism.org/posts/ue9qrxXPLfGxNssvX/cause-exploration-governance-design-and-formation"
|
||||||
},
|
},
|
||||||
|
@ -279,16 +289,16 @@
|
||||||
"author": "Susannah Hares",
|
"author": "Susannah Hares",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/nW7itcuaqb2CrC2mC/the-economic-benefits-of-promoting-and-protecting-the-rights-1"
|
"link": "https://forum.effectivealtruism.org/posts/nW7itcuaqb2CrC2mC/the-economic-benefits-of-promoting-and-protecting-the-rights-1"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "[Cause Exploration Prizes] Rich to Poor Country Spillovers",
|
|
||||||
"author": "Open Philanthropy",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/iZagToiirYgqiX3XR/cause-exploration-prizes-rich-to-poor-country-spillovers"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "[Cause Exploration Prizes] Trust and Science",
|
"title": "[Cause Exploration Prizes] Trust and Science",
|
||||||
"author": "Open Philanthropy",
|
"author": "Open Philanthropy",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/G6gzgAvrvjkjfBsQj/cause-exploration-prizes-trust-and-science"
|
"link": "https://forum.effectivealtruism.org/posts/G6gzgAvrvjkjfBsQj/cause-exploration-prizes-trust-and-science"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Farmed Animal Welfare in Sub-Saharan Africa",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/a4sWmWNufYvAjimNg/cause-exploration-prizes-farmed-animal-welfare-in-sub"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "[Cause Exploration Prizes] Longer, healthier lives: public engagement around ageing and health",
|
"title": "[Cause Exploration Prizes] Longer, healthier lives: public engagement around ageing and health",
|
||||||
"author": "Patrick Wilson",
|
"author": "Patrick Wilson",
|
||||||
|
@ -324,6 +334,21 @@
|
||||||
"author": "Open Philanthropy",
|
"author": "Open Philanthropy",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/ppSun8EaDPsAQyH3B/cause-exploration-prizes-natural-disaster-preparedness-and"
|
"link": "https://forum.effectivealtruism.org/posts/ppSun8EaDPsAQyH3B/cause-exploration-prizes-natural-disaster-preparedness-and"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Early Childhood Education",
|
||||||
|
"author": "Anne Fitzpatrick",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/WiCEyhm2gp74pphHB/cause-exploration-prizes-early-childhood-education"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Obstetric Violence",
|
||||||
|
"author": "Tracy Brinkerhoff",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/MWWFiZfBvryY8buTw/cause-exploration-prizes-obstetric-violence"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Lessons from Covid",
|
||||||
|
"author": "Marcel Müller",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/5FMsC9nXZdSDsigBT/cause-exploration-prizes-lessons-from-covid"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Cause: Reducing Judicial Delay in India",
|
"title": "Cause: Reducing Judicial Delay in India",
|
||||||
"author": "Vastav Ratra",
|
"author": "Vastav Ratra",
|
||||||
|
@ -339,6 +364,11 @@
|
||||||
"author": "rhi",
|
"author": "rhi",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/Jcnjwv6pHrqT2igRu/cause-exploration-prizes-antimicrobial-resistance"
|
"link": "https://forum.effectivealtruism.org/posts/Jcnjwv6pHrqT2igRu/cause-exploration-prizes-antimicrobial-resistance"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Advanced Market Commitments for public goods",
|
||||||
|
"author": "Ben Yeoh",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/LFFWkoeAhXRF4HBwW/cause-exploration-prizes-advanced-market-commitments-for"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Movable Virtual Fencing Systems and Livestock Welfare",
|
"title": "Movable Virtual Fencing Systems and Livestock Welfare",
|
||||||
"author": "Open Philanthropy",
|
"author": "Open Philanthropy",
|
||||||
|
@ -354,11 +384,6 @@
|
||||||
"author": "jserv",
|
"author": "jserv",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/9HJKrGNgk2FCGapso/cause-exploration-prizes-tuberculosis"
|
"link": "https://forum.effectivealtruism.org/posts/9HJKrGNgk2FCGapso/cause-exploration-prizes-tuberculosis"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "[Cause Exploration Prizes] Human Engram Preservation as a Neglected Cause Area",
|
|
||||||
"author": "aurellem",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/j8GYqBJavn5vwDFj6/cause-exploration-prizes-human-engram-preservation-as-a"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "[Cause Exploration Prizes] Targeting cardiovascular disease in the developing world",
|
"title": "[Cause Exploration Prizes] Targeting cardiovascular disease in the developing world",
|
||||||
"author": "Open Philanthropy",
|
"author": "Open Philanthropy",
|
||||||
|
@ -379,6 +404,11 @@
|
||||||
"author": "EmmiPosio",
|
"author": "EmmiPosio",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/99jXtmycKiwpY653a/cause-exploration-prizes-mental-health-diagnostic-system"
|
"link": "https://forum.effectivealtruism.org/posts/99jXtmycKiwpY653a/cause-exploration-prizes-mental-health-diagnostic-system"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Open Access Technology for the Developing World",
|
||||||
|
"author": "Nathan Sidney",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/ZxF9gYQ4kXubrk2jA/cause-exploration-prizes-open-access-technology-for-the"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Quality matters: Early childhood education and development in Nepal",
|
"title": "Quality matters: Early childhood education and development in Nepal",
|
||||||
"author": "Alisha Karki",
|
"author": "Alisha Karki",
|
||||||
|
@ -399,6 +429,16 @@
|
||||||
"author": "Rachel_chen",
|
"author": "Rachel_chen",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/RbqqA5T4QaXjqkbiq/cause-exploration-prizes-shortage-of-pediatricians-in-africa"
|
"link": "https://forum.effectivealtruism.org/posts/RbqqA5T4QaXjqkbiq/cause-exploration-prizes-shortage-of-pediatricians-in-africa"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Measuring Happiness",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/GaGkgEmRh4XpatGCm/cause-exploration-prizes-measuring-happiness"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Legal Efforts to Increase American Kidney Donations",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/q2EJQ7p6bJaSpE3hN/cause-exploration-prizes-legal-efforts-to-increase-american"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "[Cause Exploration Prizes] Voluntary Male Circumcision in the prevention of HIV in Nyanza and Western Regions of Kenya",
|
"title": "[Cause Exploration Prizes] Voluntary Male Circumcision in the prevention of HIV in Nyanza and Western Regions of Kenya",
|
||||||
"author": "Edward Kusewa",
|
"author": "Edward Kusewa",
|
||||||
|
@ -415,9 +455,19 @@
|
||||||
"link": "https://forum.effectivealtruism.org/posts/KqffgESkpTQBeqaWy/cause-exploration-prizes-can-purpose-in-life-be-a-simple"
|
"link": "https://forum.effectivealtruism.org/posts/KqffgESkpTQBeqaWy/cause-exploration-prizes-can-purpose-in-life-be-a-simple"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "[Cause Exploration Prizes] Advanced Market Commitments for public goods",
|
"title": "[Cause Exploration Prizes] Antimicrobial Resistance",
|
||||||
"author": "Ben Yeoh",
|
"author": "Open Philanthropy",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/LFFWkoeAhXRF4HBwW/cause-exploration-prizes-advanced-market-commitments-for"
|
"link": "https://forum.effectivealtruism.org/posts/DELryFuR7pNjwRZZC/cause-exploration-prizes-antimicrobial-resistance-1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Increasing Cause Area Impact Leverage via Empowerment of Communities",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/tpHJj77dKDMWcdabp/cause-exploration-prizes-increasing-cause-area-impact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Dynamic democracy to guard against authoritarian lock-in",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/G5tF3TP7btJThcKoJ/cause-exploration-prizes-dynamic-democracy-to-guard-against"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Open Climate Data as a possible cause area, Open Philanthropy",
|
"title": "Open Climate Data as a possible cause area, Open Philanthropy",
|
||||||
|
@ -439,11 +489,6 @@
|
||||||
"author": "Rob Richie",
|
"author": "Rob Richie",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/6AFNCgTvkxysBpgi8/a-fair-vote-can-change-the-world"
|
"link": "https://forum.effectivealtruism.org/posts/6AFNCgTvkxysBpgi8/a-fair-vote-can-change-the-world"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "Large-scale International Educational Migration: A Shallow Investigation",
|
|
||||||
"author": "Johannes Haushofer",
|
|
||||||
"link": "https://forum.effectivealtruism.org/posts/TMjRuTLjQa6z6rdeY/large-scale-international-educational-migration-a-shallow"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Cause area: Developmental Cognitive Neuroepidemiology",
|
"title": "Cause area: Developmental Cognitive Neuroepidemiology",
|
||||||
"author": "Hauke Hillebrandt",
|
"author": "Hauke Hillebrandt",
|
||||||
|
@ -479,6 +524,11 @@
|
||||||
"author": "Surbhi B",
|
"author": "Surbhi B",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/g7Rn2fiq52QN8pbJa/cause-exploration-adapting-to-extreme-heat-exposure-in-south"
|
"link": "https://forum.effectivealtruism.org/posts/g7Rn2fiq52QN8pbJa/cause-exploration-adapting-to-extreme-heat-exposure-in-south"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Cause: biopharma R&D productivity",
|
||||||
|
"author": "BoxFan",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/xzcdN6aGCGbii86BX/cause-biopharma-r-and-d-productivity"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Deadline extension (to August 11) for Open Philanthropy's Cause Exploration Prizes",
|
"title": "Deadline extension (to August 11) for Open Philanthropy's Cause Exploration Prizes",
|
||||||
"author": "ChrisSmith",
|
"author": "ChrisSmith",
|
||||||
|
@ -499,11 +549,36 @@
|
||||||
"author": "markus_over",
|
"author": "markus_over",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/ad2kEQmbERsAnJ4zc/cause-exploration-prize-distribution-of-information-among"
|
"link": "https://forum.effectivealtruism.org/posts/ad2kEQmbERsAnJ4zc/cause-exploration-prize-distribution-of-information-among"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Cause Exploration Prizes: Publishing Comprehensive Books Which Make the Case for Effective Corporate Animal Welfare Campaigns via a Writing Contest for Potential Authors",
|
||||||
|
"author": "Enginar",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/9sraY9qrwuiKXJjhG/cause-exploration-prizes-publishing-comprehensive-books"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Pollination in India",
|
"title": "Pollination in India",
|
||||||
"author": "Iska Knuuttila",
|
"author": "Iska Knuuttila",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/TsBRvGXr3rmJsruje/pollination-in-india"
|
"link": "https://forum.effectivealtruism.org/posts/TsBRvGXr3rmJsruje/pollination-in-india"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Cause Exploration Prizes: Time-restricted eating (IF) for individual and community health in LMICs ",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/RuwCxvJ3xEwQfZevN/cause-exploration-prizes-time-restricted-eating-if-for"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Cause Exploration Prizes: Misinformation Gone Viral: Education As Pandemic Prevention",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/Whi5ADu79uJrTpqEt/cause-exploration-prizes-misinformation-gone-viral-education"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Cause: research to narrow the gap between in vitro and in vivo experiments",
|
||||||
|
"author": "calvinmccarter",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/tiHoApRMZPrviBxEx/cause-research-to-narrow-the-gap-between-in-vitro-and-in"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "[Cause Exploration Prizes] Unlocking America’s Potential, or, “It’s The Senate, Stupid”",
|
||||||
|
"author": "Open Philanthropy",
|
||||||
|
"link": "https://forum.effectivealtruism.org/posts/3dZuN4q4cpCmr3xBb/cause-exploration-prizes-unlocking-america-s-potential-or-it"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Cause exploration: Tobacco harm reduction",
|
"title": "Cause exploration: Tobacco harm reduction",
|
||||||
"author": "kristof",
|
"author": "kristof",
|
||||||
|
@ -555,7 +630,7 @@
|
||||||
"link": "https://forum.effectivealtruism.org/posts/pmfyGEa4NozDm2fng/promoting-climate-considerations-within-existing-high"
|
"link": "https://forum.effectivealtruism.org/posts/pmfyGEa4NozDm2fng/promoting-climate-considerations-within-existing-high"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Cause Exploration Prize: Unfettered Global Internet Access & Device Ownership ",
|
"title": "Cause Exploration Prize: Unfettered Global Internet Access & Device Ownership ",
|
||||||
"author": "samhbarton",
|
"author": "samhbarton",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/DC9AZSn4dpFptA8mS/cause-exploration-prize-unfettered-global-internet-access"
|
"link": "https://forum.effectivealtruism.org/posts/DC9AZSn4dpFptA8mS/cause-exploration-prize-unfettered-global-internet-access"
|
||||||
},
|
},
|
||||||
|
@ -570,7 +645,7 @@
|
||||||
"link": "https://forum.effectivealtruism.org/posts/Xc7AH2Recks3RHteE/the-economic-benefits-of-promoting-and-protecting-the-rights"
|
"link": "https://forum.effectivealtruism.org/posts/Xc7AH2Recks3RHteE/the-economic-benefits-of-promoting-and-protecting-the-rights"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Reciprocity & the causes of diminishing returns: cause exploration submission",
|
"title": "Reciprocity & the causes of diminishing returns: cause exploration submission",
|
||||||
"author": "LB",
|
"author": "LB",
|
||||||
"link": "https://forum.effectivealtruism.org/posts/x9towRLtvYidkXugk/reciprocity-and-the-causes-of-diminishing-returns-cause"
|
"link": "https://forum.effectivealtruism.org/posts/x9towRLtvYidkXugk/reciprocity-and-the-causes-of-diminishing-returns-cause"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user