From a034dea430e35716c5bd7b25dea95152d1bd9e32 Mon Sep 17 00:00:00 2001 From: anon Date: Fri, 10 Mar 2023 14:08:43 +0100 Subject: [PATCH] init --- Makefile | 4 + OSFS_download.sh | 16 + OSFS_parser.py | 48 + dump.log | 2 + main.sh | 7 + test.txt | 8348 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 8425 insertions(+) create mode 100644 Makefile create mode 100755 OSFS_download.sh create mode 100755 OSFS_parser.py create mode 100644 dump.log create mode 100755 main.sh create mode 100644 test.txt diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..945423a --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +init: + pip install --user beautifulsoup4 + chmod +x OSFS_download.sh + chmod +x OSFS_parser.py diff --git a/OSFS_download.sh b/OSFS_download.sh new file mode 100755 index 0000000..ace9aa6 --- /dev/null +++ b/OSFS_download.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +URL="https://www.opensocietyfoundations.org/grants/past?page=" +if [ -n "$1" ]; then + DUMPFILE="$1" +else + DUMPFILE=dump.log +fi +echo '' > "$DUMPFILE" + +I='0' +while true; do + echo "${URL}${I}:" + curl "${URL}${I}" | tee --append $DUMPFILE | grep '
  • ' &> /dev/null || break + I=$(expr $I + 1) +done diff --git a/OSFS_parser.py b/OSFS_parser.py new file mode 100755 index 0000000..e30e2cb --- /dev/null +++ b/OSFS_parser.py @@ -0,0 +1,48 @@ +#!/bin/python3 + +from sys import argv +from contextlib import suppress +import json +import bs4 + +def usage(): + print("Incorrect invokation. Usage:") + print("\ŧ" + argv[0] + " [FILE]") + exit(1) + +if len(argv) == 1: + usage() + +with open(argv[1]) as f: + b = bs4.BeautifulSoup(f.read(), 'html.parser') +entries = b.find_all(class_="m-grantsDatabase__item") + +class donation: + pass + +def assignAttempt(o, attr, cmd): + buf = "" + with suppress(AttributeError): buf = eval(cmd) + setattr(o, attr, buf) + +donations = [] +for i in entries: + d = donation() + d.to = i.find(class_="a-grantsDatabase__title").get_text() + d.date = i.find(class_="a-grantsDatabase__cell--1").get_text() + d.amount = i.find(class_="a-grantsDatabase__cell--2").get_text() + d.desc = i.find(class_="a-grantsDatabase__cell--6").find(class_="a-grantsDatabase__text").get_text() + assignAttempt(d, 'theme', 'i.find(string="Theme").parent.next_sibling.next_sibling.get_text()') + assignAttempt(d, 'ref_prog', 'i.find(string="Referring Program").parent.next_sibling.next_sibling.get_text()') + assignAttempt(d, 'term', 'i.find(string="Term").parent.next_sibling.next_sibling.get_text()') + assignAttempt(d, 'region', 'i.find(string="Region").parent.next_sibling.next_sibling.get_text()') + assignAttempt(d, 'funder', 'i.find(string="Funder").parent.next_sibling.next_sibling.get_text()') + donations.append(d) + + + +for i in donations: + for h in vars(i): + exec('i.{0} = i.{0}.strip(" \\t\\n")'.format(h)) + +print(json.dumps([i.__dict__ for i in donations])) diff --git a/dump.log b/dump.log new file mode 100644 index 0000000..1decd80 --- /dev/null +++ b/dump.log @@ -0,0 +1,2 @@ + +error code: 1015 \ No newline at end of file diff --git a/main.sh b/main.sh new file mode 100755 index 0000000..88d494f --- /dev/null +++ b/main.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +DUMPFILE="dump.log" + +./OSFS_download.sh "$DUMPFILE" +#./OSFS_parser.py "test.txt" +./OSFS_parser.py "$DUMPFILE" diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..9fb8c8d --- /dev/null +++ b/test.txt @@ -0,0 +1,8348 @@ + + + + + + + +Open Society Foundations - Awarded Grants, Scholarships, and Fellowships - Open Society Foundations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Skip to main content +
    +
    +
    + +
    + + + + + +
    + Voices +
    + + + + + + + + +
    + + +
    +
    +
    + + + + + + + + + + + + + + +
    +
    +
    + +
    + + +
    + +
    +
    +
    + +
    +
    +

    Awarded Grants

    + +
    +

    The Open Society Foundations work to build vibrant and inclusive democracies whose governments are accountable to their citizens. The vast majority of the grants made by Open Society are to organizations, but we also award a limited number of grants to individuals through fellowships offered across a number of different programs.

    + +
    +
    + + + + + +
    + + +
    + + + + +
    +
    +
    +
    + +
    +
    + +
    + Filter by: + + + + + +
    + +
    + + +
    +
    +
    + 15599 Grants Found + + +
    + +
    + + +
    +
    + + +
    + + Filter by + +
    +
    + Amount +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Region +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Program +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Theme +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Year +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    +
    + + + + +
    +
    + +
    +
    +
    +
    + + +
      +
    • +
      +
      +
      +
      +

      + + 350.org +

      +
      +
      + 2021 +
      +
      + $100,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to develop leadership skills for emerging climate activists across 9 – 12 Caribbean nations, with a focus on driving ambitious climate action from governments, businesses and communities

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + 7amleh - The Arab Center for the Advancement of Social Media +

      +
      +
      + 2021 +
      +
      + $100,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support the Grantee's work on Palestinians’ digital rights

      +
      +
      +
      +
      + Theme +

      + Human Rights Movements & Institutions
      +

      +
      +
      + Referring Program +

      + Middle East and North Africa Program
      +

      +
      +
      + Term +

      13 months

      +
      +
      + Region +

      + Middle East and North Africa
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + A Culture of Safety Alliance +

      +
      +
      + 2021 +
      +
      + $150,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide organizational support

      +
      +
      +
      +
      + Theme +

      + Journalism
      +

      +
      +
      + Referring Program +

      + Independent Journalism Program
      +

      +
      +
      + Term +

      3 years

      +
      +
      + Region +

      + Global
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + A New Way of Life Re-Entry Project +

      +
      +
      + 2021 +
      +
      + $500,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + United States
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + A Tenda das Candidatas +

      +
      +
      + 2021 +
      +
      + $100,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support the Grantee’s work on strengthen emerging female leaders in Brazil

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Referring Program +

      + Latin America Program
      +

      +
      +
      + Term +

      18 months

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + A.C. Caracas mi Convive +

      +
      +
      + 2021 +
      +
      + $600,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support the implementation of violence prevention initiatives in communities of Caracas with high levels of violence

      +
      +
      +
      +
      + Referring Program +

      + Latin America Program
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Abdorrahman Boroumand Center for Human Rights In Iran (ABC) +

      +
      +
      + 2021 +
      +
      + $200,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Referring Program +

      + Middle East and North Africa Program
      +

      +
      +
      + Term +

      6 months

      +
      +
      + Region +

      + Middle East and North Africa
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Abogadas SCA +

      +
      +
      + 2021 +
      +
      + $20,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support Abogadas as they provide free legal service for the defense of the rights of workers in the berry farms in Huelva.

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Referring Program +

      + Open Society Initiative for Europe
      +

      +
      +
      + Term +

      7 months

      +
      +
      + Region +

      + Europe
      +

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Abogados y Abogadas del Noroeste Argentino en Derechos Humanos y Estudios Sociales +

      +
      +
      + 2021 +
      +
      + $200,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support the Grantee’s work on corporate accountability for grave crimes

      +
      +
      +
      +
      + Theme +

      + Human Rights Movements & Institutions
      +

      +
      +
      + Referring Program +

      + Human Rights Initiative
      +

      +
      +
      + Term +

      18 months

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + ACAKORO +

      +
      +
      + 2021 +
      +
      + $50,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      To provide ACAKORO with support to generate locally appropriate content that will dispel misinformation about COVID-19 pandemic to citizens in rural Africa.

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Term +

      7 months

      +
      +
      + Region +

      + Africa
      +

      +
      +
      +
      +
      +
      + +
    • +
    + + +
    +
    +
    + + + +
    + + + + +
    +
    +

    Subscribe to updates about new grant opportunities

    +
    +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    +

    By entering your email address and clicking “Submit,” you agree to receive updates from the Open Society Foundations about our work. To learn more about how we use and protect your personal data, please view our privacy policy.

    +
    +
    + + +
    +
    +
    + + +
    +
    +
    + + + + + + + + + + +Open Society Foundations - Awarded Grants, Scholarships, and Fellowships - Open Society Foundations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Skip to main content +
    +
    +
    + +
    + + + + + +
    + Voices +
    + + + + + + + + +
    + + +
    +
    +
    + + + + + + + + + + + + + + +
    +
    +
    + +
    + + +
    + +
    +
    +
    + +
    +
    +

    Awarded Grants

    + +
    +

    The Open Society Foundations work to build vibrant and inclusive democracies whose governments are accountable to their citizens. The vast majority of the grants made by Open Society are to organizations, but we also award a limited number of grants to individuals through fellowships offered across a number of different programs.

    + +
    +
    + + + + + +
    + + +
    + + + + +
    +
    +
    +
    + +
    +
    + +
    + Filter by: + + + + + +
    + +
    + + +
    +
    +
    + 15599 Grants Found + + +
    + +
    + + +
    +
    + + +
    + + Filter by + +
    +
    + Amount +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Region +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Program +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Theme +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Year +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    +
    + + + + +
    +
    + +
    +
    +
    +
    + + +
      +
    • +
      +
      +
      +
      +

      + + 350.org +

      +
      +
      + 2021 +
      +
      + $100,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to develop leadership skills for emerging climate activists across 9 – 12 Caribbean nations, with a focus on driving ambitious climate action from governments, businesses and communities

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + 7amleh - The Arab Center for the Advancement of Social Media +

      +
      +
      + 2021 +
      +
      + $100,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support the Grantee's work on Palestinians’ digital rights

      +
      +
      +
      +
      + Theme +

      + Human Rights Movements & Institutions
      +

      +
      +
      + Referring Program +

      + Middle East and North Africa Program
      +

      +
      +
      + Term +

      13 months

      +
      +
      + Region +

      + Middle East and North Africa
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + A Culture of Safety Alliance +

      +
      +
      + 2021 +
      +
      + $150,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide organizational support

      +
      +
      +
      +
      + Theme +

      + Journalism
      +

      +
      +
      + Referring Program +

      + Independent Journalism Program
      +

      +
      +
      + Term +

      3 years

      +
      +
      + Region +

      + Global
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + A New Way of Life Re-Entry Project +

      +
      +
      + 2021 +
      +
      + $500,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + United States
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + A Tenda das Candidatas +

      +
      +
      + 2021 +
      +
      + $100,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support the Grantee’s work on strengthen emerging female leaders in Brazil

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Referring Program +

      + Latin America Program
      +

      +
      +
      + Term +

      18 months

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + A.C. Caracas mi Convive +

      +
      +
      + 2021 +
      +
      + $600,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support the implementation of violence prevention initiatives in communities of Caracas with high levels of violence

      +
      +
      +
      +
      + Referring Program +

      + Latin America Program
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Abdorrahman Boroumand Center for Human Rights In Iran (ABC) +

      +
      +
      + 2021 +
      +
      + $200,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Referring Program +

      + Middle East and North Africa Program
      +

      +
      +
      + Term +

      6 months

      +
      +
      + Region +

      + Middle East and North Africa
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Abogadas SCA +

      +
      +
      + 2021 +
      +
      + $20,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support Abogadas as they provide free legal service for the defense of the rights of workers in the berry farms in Huelva.

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Referring Program +

      + Open Society Initiative for Europe
      +

      +
      +
      + Term +

      7 months

      +
      +
      + Region +

      + Europe
      +

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Abogados y Abogadas del Noroeste Argentino en Derechos Humanos y Estudios Sociales +

      +
      +
      + 2021 +
      +
      + $200,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support the Grantee’s work on corporate accountability for grave crimes

      +
      +
      +
      +
      + Theme +

      + Human Rights Movements & Institutions
      +

      +
      +
      + Referring Program +

      + Human Rights Initiative
      +

      +
      +
      + Term +

      18 months

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + ACAKORO +

      +
      +
      + 2021 +
      +
      + $50,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      To provide ACAKORO with support to generate locally appropriate content that will dispel misinformation about COVID-19 pandemic to citizens in rural Africa.

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Term +

      7 months

      +
      +
      + Region +

      + Africa
      +

      +
      +
      +
      +
      +
      + +
    • +
    + + +
    +
    +
    + + + +
    + + + + +
    +
    +

    Subscribe to updates about new grant opportunities

    +
    +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    +

    By entering your email address and clicking “Submit,” you agree to receive updates from the Open Society Foundations about our work. To learn more about how we use and protect your personal data, please view our privacy policy.

    +
    +
    + + +
    +
    +
    + + +
    +
    +
    + + + + + + + + + + +Open Society Foundations - Awarded Grants, Scholarships, and Fellowships - Open Society Foundations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Skip to main content +
    +
    +
    + +
    + + + + + +
    + Voices +
    + + + + + + + + +
    + + +
    +
    +
    + + + + + + + + + + + + + + +
    +
    +
    + +
    + + +
    + +
    +
    +
    + +
    +
    +

    Awarded Grants

    + +
    +

    The Open Society Foundations work to build vibrant and inclusive democracies whose governments are accountable to their citizens. The vast majority of the grants made by Open Society are to organizations, but we also award a limited number of grants to individuals through fellowships offered across a number of different programs.

    + +
    +
    + + + + + +
    + + +
    + + + + +
    +
    +
    +
    + +
    +
    + +
    + Filter by: + + + + + +
    + +
    + + +
    +
    +
    + 15599 Grants Found + + +
    + +
    + + +
    +
    + + +
    + + Filter by + +
    +
    + Amount +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Region +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Program +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Theme +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Year +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    +
    + + + + +
    +
    + +
    +
    +
    +
    + + +
      +
    • +
      +
      +
      +
      +

      + + Advocates for Informed Choice +

      +
      +
      + 2021 +
      +
      + $160,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Health & Rights
      +

      +
      +
      + Referring Program +

      + Public Health Program
      +

      +
      +
      + Term +

      2 years

      +
      +
      + Region +

      + Global
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Aelle Il Punto Societa Cooperativa Sociale Onlus +

      +
      +
      + 2021 +
      +
      + $207,727 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Health & Rights
      +

      +
      +
      + Referring Program +

      + Public Health Program
      +

      +
      +
      + Term +

      11 months

      +
      +
      + Region +

      + Europe
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + AFENET +

      +
      +
      + 2021 +
      +
      + $250,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to develop an ecosystem for vaccine development and manufacturing in Africa and craft an implementation plan to execute this strategy

      +
      +
      +
      +
      + Theme +

      + Health & Rights
      +

      +
      +
      + Referring Program +

      + Africa Regional Office
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Africa
      +

      +
      +
      + Funder +

      Open Society Institute

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Afghanistan Analysts Network (AAN) eV +

      +
      +
      + 2021 +
      +
      + $70,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Referring Program +

      + Asia Pacific Regional Office
      +

      +
      +
      + Term +

      4 months

      +
      +
      + Region +

      + Europe
      +

      +
      +
      + Funder +

      Open Society Institute

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + AFRI-EUROTEXT +

      +
      +
      + 2021 +
      +
      + $100,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Referring Program +

      + Culture and Art
      +

      +
      +
      + Term +

      13 months

      +
      +
      + Region +

      + Europe
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Africa Advocacy Foundation +

      +
      +
      + 2021 +
      +
      + $340,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Health & Rights
      +

      +
      +
      + Referring Program +

      + Public Health Program
      +

      +
      +
      + Term +

      5 months

      +
      +
      + Region +

      + Europe
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Africa Aquaculture Resource Centre +

      +
      +
      + 2021 +
      +
      + $200,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      To pilot and educate smallholder aquaculture producers in Kenya on a high yielding production systems in order to increase productivity and profitability as well as promote inclusive development of aquaculture in Kenya

      +
      +
      +
      +
      + Theme +

      + Economic Equity & Justice
      +

      +
      +
      + Referring Program +

      + Economic Justice Program
      +

      +
      +
      + Term +

      18 months

      +
      +
      + Region +

      + Africa
      +

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Africa Centre for Open Governance (AfriCOG) +

      +
      +
      + 2021 +
      +
      + $100,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to promote the implementation of the Kenya constitution 2010 among civil society actors

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Africa
      +

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Africa Centre for Open Governance (AfriCOG) +

      +
      +
      + 2021 +
      +
      + $195,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to disrupt and counter the capture of electoral institutions and processes in Kenya and Africa

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Referring Program +

      + Africa Regional Office
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Africa
      +

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Africa Health Budget Initiative +

      +
      +
      + 2021 +
      +
      + $72,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Health & Rights
      +

      +
      +
      + Referring Program +

      + Public Health Program
      +

      +
      +
      + Term +

      2 months

      +
      +
      + Region +

      + Africa
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    + + +
    +
    +
    + + + +
    + + + + +
    +
    +

    Subscribe to updates about new grant opportunities

    +
    +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    +

    By entering your email address and clicking “Submit,” you agree to receive updates from the Open Society Foundations about our work. To learn more about how we use and protect your personal data, please view our privacy policy.

    +
    +
    + + +
    +
    +
    + + +
    +
    +
    + + + + + + + + + + +Open Society Foundations - Awarded Grants, Scholarships, and Fellowships - Open Society Foundations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Skip to main content +
    +
    +
    + +
    + + + + + +
    + Voices +
    + + + + + + + + +
    + + +
    +
    +
    + + + + + + + + + + + + + + +
    +
    +
    + +
    + + +
    + +
    +
    +
    + +
    +
    +

    Awarded Grants

    + +
    +

    The Open Society Foundations work to build vibrant and inclusive democracies whose governments are accountable to their citizens. The vast majority of the grants made by Open Society are to organizations, but we also award a limited number of grants to individuals through fellowships offered across a number of different programs.

    + +
    +
    + + + + + +
    + + +
    + + + + +
    +
    +
    +
    + +
    +
    + +
    + Filter by: + + + + + +
    + +
    + + +
    +
    +
    + 15599 Grants Found + + +
    + +
    + + +
    +
    + + +
    + + Filter by + +
    +
    + Amount +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Region +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Program +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Theme +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + Year +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    +
    + + + + +
    +
    + +
    +
    +
    +
    + + +
      +
    • +
      +
      +
      +
      +

      + + Acao Educativa +

      +
      +
      + 2021 +
      +
      + $100,934 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support the Grantee’s work on assessment of affirmative action in higher education

      +
      +
      +
      +
      + Theme +

      + Higher Education
      +

      +
      +
      + Term +

      21 months

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Accelerate Action Inc. +

      +
      +
      + 2021 +
      +
      + $5,000,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to support policy advocacy on voting rights

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + United States
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Access Foundation +

      +
      +
      + 2021 +
      +
      + $200,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Human Rights Movements & Institutions
      +

      +
      +
      + Referring Program +

      + Human Rights Initiative
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Open Society Institute

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Access Now +

      +
      +
      + 2021 +
      +
      + $700,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Democratic Practice
      +

      +
      +
      + Referring Program +

      + Asia Pacific Regional Office
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Asia Pacific
      +

      +
      +
      + Funder +

      Open Society Institute

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Access Now +

      +
      +
      + 2021 +
      +
      + $250,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Human Rights Movements & Institutions
      +

      +
      +
      + Referring Program +

      + Human Rights Initiative
      +

      +
      +
      + Term +

      18 months

      +
      +
      + Region +

      + Global
      +

      +
      +
      + Funder +

      Open Society Institute

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Access Now Europe +

      +
      +
      + 2021 +
      +
      + $150,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Information & Digital Rights
      +

      +
      +
      + Referring Program +

      + Information Program
      +

      +
      +
      + Term +

      6 months

      +
      +
      + Region +

      + Global
      +

      +
      +
      + Funder +

      Open Society Institute

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Acción Andina +

      +
      +
      + 2021 +
      +
      + $79,395 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide organizational support

      +
      +
      +
      +
      + Referring Program +

      + Global Drug Policy Program
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Accion Semilla +

      +
      +
      + 2021 +
      +
      + $100,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide organizational support

      +
      +
      +
      +
      + Referring Program +

      + Global Drug Policy Program
      +

      +
      +
      + Term +

      18 months

      +
      +
      + Region +

      + Latin America and The Caribbean
      +

      +
      +
      + Funder +

      Open Society Policy Center Inc.

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Accountability Counsel +

      +
      +
      + 2021 +
      +
      + $280,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Human Rights Movements & Institutions
      +

      +
      +
      + Referring Program +

      + Human Rights Initiative
      +

      +
      +
      + Term +

      1 year

      +
      +
      + Region +

      + Global
      +

      +
      +
      + Funder +

      Open Society Institute

      +
      +
      +
      +
      +
      + +
    • +
    • +
      +
      +
      +
      +

      + + Accountability Lab +

      +
      +
      + 2021 +
      +
      + $200,000 +
      +
      +
      +
      +
      +
      +
      +
      + Description +

      to provide general support

      +
      +
      +
      +
      + Theme +

      + Economic Equity & Justice
      +

      +
      +
      + Referring Program +

      + Economic Justice Program
      +

      +
      +
      + Term +

      6 months

      +
      +
      + Region +

      + Global
      +

      +
      +
      + Funder +

      Foundation to Promote Open Society

      +
      +
      +
      +
      +
      + +
    • +
    + + +
    +
    +
    + + + +
    + + + + +
    +
    +

    Subscribe to updates about new grant opportunities

    +
    +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    +

    By entering your email address and clicking “Submit,” you agree to receive updates from the Open Society Foundations about our work. To learn more about how we use and protect your personal data, please view our privacy policy.

    +
    +
    + + +
    +
    +
    + + +
    +
    +
    + + +