funders = ({
orgs: [
{ id: "OpenPhil", name: "Open Philanthropy", years: [2020, 2023] },
{
id: "eafund_LTFF",
name: "Long-Term Future Fund (EA Funds)",
years: [2020, 2023]
},
{
id: "eafund_animal_welfare",
name: "Long-Term Future Fund (EA Funds)",
years: [2020, 2023]
},
{
id: "eafund_ea_infrastructure",
name: "EA Infrastructure Fund (EA Funds)",
years: [2020, 2023]
},
{
id: "eafund_globalhealth",
name: "Global Health and Development (EA Funds)",
years: [2020, 2023]
},
{ id: "sff", name: "Survival and Flourishing Fund", years: [2020, 2023] },
{ id: "fast_grants", name: "Fast Grants", years: [2020, 2023] },
{
id: "acx_grants",
name: "ACX Grants (Astral Codex Ten)",
years: [2021]
}
]
})