A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=-moderation_state&page=37
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": null,
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-moderation_state&page=36",
    "results": [
        {
            "id": 2461,
            "content_url": "https://algowritten.org/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Naromass",
                    "profile_id": 6099,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Algowritten",
            "description": "Algowritten is a project that is aimed at addressing AI bias in creative content. This project is by Naromass, an organization that seeks to change the current ways in which “inequality is systematized through algorithmic processes” in cultural and political spaces. With Algowritten, Naromass hopes to identify bias in written texts. The first type of bias to be examined will be sexism. A person will be able to sign up to Algowritten, run text through the program and it will give an analysis on how the text could be harmful and sexist.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_091754.8492320000.png",
            "created": "2022-11-21T09:17:54.848955Z",
            "moderation_state": 3
        },
        {
            "id": 2518,
            "content_url": "https://foundation.mozilla.org/en/blog/reflecting-on-four-years-of-the-responsible-computer-science-challenge/",
            "is_bookmarked": false,
            "tags": [
                "#RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Crystal Lee",
                    "profile_id": 6199,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reflecting on Four Years of the Responsible Computer Science Challenge",
            "description": "After four years and a pandemic, the first cohort of grantees from the Responsible Computer Science Challenge finally came together on November 4th to share their accomplishments and learnings.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-12-07_173644.9910460000.png",
            "created": "2022-12-07T17:36:44.990706Z",
            "moderation_state": 3
        },
        {
            "id": 2519,
            "content_url": "https://foundation.mozilla.org/en/blog/meet-the-2023-judges-and-advisors-for-the-responsible-computer-science-challenge-in-kenya/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Steven Azeka",
                    "profile_id": 5951,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Meet The 2023 Judges and Advisors for the Responsible CS Challenge in Kenya",
            "description": "These are the judges and advisors who will select the 2023 Responsible Computer Science Challenge recipients.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-01-03_185631.7276370000.jpeg",
            "created": "2023-01-03T18:56:31.726985Z",
            "moderation_state": 3
        },
        {
            "id": 1044,
            "content_url": "http://jandig.art",
            "is_bookmarked": false,
            "tags": [
                "art",
                "augmented reality",
                "progressive web app",
                "web ar"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Pablo Diego Silva da Silva",
            "submitter_profile_id": 1973,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Rodrigo Oliveira",
                    "profile_id": 1988,
                    "is_active": true
                },
                {
                    "name": "Pablo Diego Silva da Silva",
                    "profile_id": 1973,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Jandig Project - ARt",
            "description": "We work with Artists, Curators and Developers to build an accessible AR community for enthusiasts. So that art consumers can perceive AR as a way to produce art. In open-source, to get good solution you need to get many people involved. We are working open to get diverse perspectives, contributors and form a healthy community, not a closed product.",
            "get_involved": "",
            "get_involved_url": "https://github.com/memeLab/Jandig",
            "interest": "Might inspire someone",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-01-17_220228.4715040000.jpeg",
            "created": "2019-02-13T03:24:12.239315Z",
            "moderation_state": 3
        },
        {
            "id": 2523,
            "content_url": "https://foundation.mozilla.org/en/blog/afro-grids-unpacks-digital-colonialism-through-afrofuturism-and-african-folklore/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Afro-Grids",
            "description": "Esther Mwema is using African Folklore and Afrofuturism in a new way: to document and bring to light digital colonialism. Mwema’s Afro-Grids is one of Mozilla’s 2022 Creative Media Awards which support people and projects to reimagine the way data is governed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Esther Mwema",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-04-05_173024.0557400000.png",
            "created": "2023-04-05T17:30:24.055459Z",
            "moderation_state": 3
        },
        {
            "id": 2524,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-awardee-imagines-a-more-youth-inclusive-internet/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "No Minor Futures",
            "description": "No Minor Futures is a global educational campaign exploring how today’s technologies — from social media to edtech — benefit and harm children and teenagers. The project convenes young people from around the world to participate in workshops, discuss the internet’s impact on their lives, and then create media that tells their stories.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-04-05_174601.6281410000.png",
            "created": "2023-04-05T17:46:01.627924Z",
            "moderation_state": 3
        },
        {
            "id": 2525,
            "content_url": "https://foundation.mozilla.org/en/blog/short-film-dzata-reimagines-technology-innovation-from-an-african-perspective/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dzata",
            "description": "“Dzata: The Institute of Technological Consciousness” is a new creative research project by South Africa’s Lo-Def Film Factory and Russel Hlongwane. It views technology and innovation through a vastly different prism — one of African history, culture, and traditions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-04-05_174815.3423260000.jpg",
            "created": "2023-04-05T17:48:15.342051Z",
            "moderation_state": 3
        },
        {
            "id": 2526,
            "content_url": "https://foundation.mozilla.org/en/blog/truth-challenges-changes-algorithmic-bias-against-black-women/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "TRUTH",
            "description": "TRUTH — an interactive web experience and physical art installation — highlights stories by Black women, about Black women. The stories touch on family, strength, creativity, and ambition, and provide a sorely-needed alternative to the existing “data” that is online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-04-05_175014.1819050000.png",
            "created": "2023-04-05T17:50:14.181685Z",
            "moderation_state": 3
        },
        {
            "id": 2527,
            "content_url": "https://rewardreports.github.io/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Graduates for Engaged and Extended Scholarship in Computer Science and Engineering (GEESE)",
                    "profile_id": 6330,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reward Reports",
            "description": "Current AI documentation tools are able to account for model outputs, but not for outcomes generated by the system itself over time. For the past year, the team at the Graduates for Engaged and Extended Scholarship in Computer Science and Engineering (GEESE) have developed Reward Reports to address this gap. Reward Reports is an audit tool for comparing a system’s observed behaviors with the assumptions and expectations of its designers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_100228.2005790000.png",
            "created": "2023-05-10T10:02:28.200255Z",
            "moderation_state": 3
        },
        {
            "id": 2528,
            "content_url": "https://incidentdatabase.ai/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Responsible AI Collaborative",
                    "profile_id": 6331,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "AI Risk Checklists",
            "description": "A common approach across all risk audit processes is risk identification. Once risks are identified, auditors determine their probability and impacts. While several firms dedicated to the audit of AI have built their own risk check listing artifacts, commercial checklists are considered proprietary and confidential. In short, there is an incipient closing of the core processes and technologies backing AI audits. Their plan to enable open-source AI risk check listing is to build on top of the code, data, and metadata of their collaborative open-source project the AI Incident Database.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_100652.8987480000.jpg",
            "created": "2023-05-10T10:06:52.898515Z",
            "moderation_state": 3
        },
        {
            "id": 2529,
            "content_url": "https://github.com/EleutherAI/lm-evaluation-harness",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla technology fund",
                "mtf"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Big Science",
                    "profile_id": 6332,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Evaluation Harness",
            "description": "Evaluation Harness is an open-source tool for the evaluation of large language models. The framework defines a flexible API for both model and evaluation implementation and handles all of the work to orchestrate evaluations internally. Historically, the team has used prior datasets and proposed prompts for 0-shot and few-shot evaluation of language models. Their current project focus is to provide additional datasets with human judgments for summarization in multiple languages, to allow richer evaluation of multilingual language models.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_101028.2720700000.jpg",
            "created": "2023-05-10T10:10:28.271829Z",
            "moderation_state": 3
        },
        {
            "id": 2530,
            "content_url": "https://crossover.social/",
            "is_bookmarked": false,
            "tags": [
                "#",
                "audit tools",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Check First",
                    "profile_id": 6333,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "CrossOver",
            "description": "CrossOver simulates social media and big platform users to collect data about recommended content and then compares it to data provided by the platform's own APIs when available. Its monitoring devices are hosted by volunteers at residential addresses. Monitored websites are Twitter, YouTube, Facebook pages and groups, Google search predictions, Google News, Reddit, Odysee, and Mastodon. Building on top of their pilot project in Belgium, they will add 14 monitoring devices to seven French-speaking countries around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_101808.3105630000.png",
            "created": "2023-05-10T10:18:08.310319Z",
            "moderation_state": 3
        },
        {
            "id": 2531,
            "content_url": "https://docs.tracking.exposed/guardoni/guardoni-intro/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Algorithms Exposed",
                    "profile_id": 6334,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "AI Forensics",
            "description": "AI Forensics is building a free-software toolkit to make investigations on TikTok and YouTube's recommendation engine accessible to a wider and more diverse community of researchers. The team has been pioneering methodologies to investigate social media recommender systems for more than seven years. They have developed various tools to support this research. The goal of this project is to make these tools more accessible, in order to increase the audit capacity of the research community, and hold platforms more accountable to their users and to the law.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_103039.5722810000.jpg",
            "created": "2023-05-10T10:30:39.572083Z",
            "moderation_state": 3
        },
        {
            "id": 2532,
            "content_url": "https://gigbox.media.mit.edu/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "The Workers’ Algorithm Observatory (WAO)",
                    "profile_id": 6335,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Gigbox",
            "description": "The Workers’ Algorithm Observatory (WAO) is a crowdsourced auditing collaboration for investigating black-box systems in the platform economy. Investigations of platform economy algorithms, such as those used by Uber and DoorDash, face major challenges in accessing the data necessary for a meaningful audit. To solve this, the team behind WAO is developing an algorithm observatory for workers and allies to audit the black-box algorithms behind platforms through crowdsourced data collection among peers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_103241.8078300000.png",
            "created": "2023-05-10T10:32:41.807623Z",
            "moderation_state": 3
        },
        {
            "id": 2534,
            "content_url": "https://wonyoung.so/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wonyoung So",
                    "profile_id": 6337,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Countering Tenant Screening",
            "description": "Countering Tenant Screening Using Tenant Screening Data aims to develop a crowdsourcing tool and/or campaign to audit tenant screening services used by property owners. It seeks to reveal the patterns of the inner algorithms, data structures, and representations, by collecting tenant screening reports as well as denied renters’ experiences.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_103619.0422370000.jpg",
            "created": "2023-05-10T10:36:19.041970Z",
            "moderation_state": 3
        },
        {
            "id": 2535,
            "content_url": "https://www.datakind.org/",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "data",
                "data futures lab",
                "data science"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Black Wealth Data Center",
                    "profile_id": 6339,
                    "is_active": false
                },
                {
                    "name": "DataKind",
                    "profile_id": 6340,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "DataKind",
            "description": "DataKind is a global nonprofit headquartered in the U.S. that seeks to leverage data science for the greater good. Working in collaboration with the Black Wealth Data Center, DataKind will create an interactive data tool to help community leaders, policymakers, and access providers understand broadband inequalities in the U.S. Leveraging existing but dispersed data and a network of collaborators, DataKind aspires to shine a light on where “digital deserts” exist, and how different communities are impacted by them.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_080825.3341470000.jpg",
            "created": "2023-05-16T08:08:25.333798Z",
            "moderation_state": 3
        },
        {
            "id": 2536,
            "content_url": "https://ooni.org/",
            "is_bookmarked": false,
            "tags": [
                "censorship",
                "data",
                "data futures lab",
                "open source"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Open Observatory of Network Interference",
                    "profile_id": 6341,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Open Observatory of Network Interference (OONI)",
            "description": "OONI is a global free software project measuring internet censorship around the world. Since 2012, OONI has openly published more than a billion network measurements from 241 countries and territories, thereby hosting one the largest open datasets on internet censorship to date. They will develop a new version of OONI Run, a tool that allows coordinated testing of website blocking using OONI's existing infrastructure and contributing to its dataset. They seek to deploy this tool in the field through their established partnerships with 41 digital rights organizations around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_081703.5505250000.png",
            "created": "2023-05-16T08:17:03.550315Z",
            "moderation_state": 3
        },
        {
            "id": 2537,
            "content_url": "https://posmo.coop/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data futures lab",
                "data governance",
                "data stewardship"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "POSMO",
                    "profile_id": 6342,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "POSMO",
            "description": "Posmo is a data cooperative based in Zurich, Switzerland working on ethical ways of collecting and creating value from mobility data. Posmo will continue to develop the Posmo Data Market, a trustworthy data space offering detailed personal mobility and socioeconomic data to third parties while providing data subjects with control over the use of their data. This year, among other milestones, Posmo will continue to develop its data governance processes, define a set of criteria for sharing mobility data with third parties, and build the internal approval process through the ethics committee.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_092510.3997720000.png",
            "created": "2023-05-16T09:25:10.399300Z",
            "moderation_state": 3
        },
        {
            "id": 2538,
            "content_url": "https://tattle.co.in/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data futures lab",
                "data stewardship"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tattle",
                    "profile_id": 6343,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Tattle",
            "description": "Tattle is a civic technology company working for a healthier online information ecosystem in India. They will continue to develop Uli, their browser plugin that gives social media users tools for a collective response to online gender-based violence, and seek to include new crowdsourcing tools for annotation and reporting.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_092752.2949590000.png",
            "created": "2023-05-16T09:27:52.294736Z",
            "moderation_state": 3
        },
        {
            "id": 2539,
            "content_url": "https://www.tidepool.org/",
            "is_bookmarked": false,
            "tags": [
                "big data",
                "data",
                "data donation",
                "data futures lab",
                "data stewardship"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tidepool",
                    "profile_id": 6344,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Tidepool",
            "description": "Tidepool is a nonprofit organization based in San Francisco, California, developing technology to provide intuitive software products that help people with diabetes. Tidepool will continue to grow its Big Data Donation Project, which enables people to donate data from their diabetes devices to help fuel the next generation of diabetes research. During this year, they will develop a blanket real-world evidence protocol to expand the potential impact of the donated data. They will also conduct interviews to develop a report to help measure and share the impact of the data sets donated to date.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_093635.6820400000.jpg",
            "created": "2023-05-16T09:36:35.681857Z",
            "moderation_state": 3
        },
        {
            "id": 2540,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-kenyas-inaugural-cohort-of-responsible-computing-challenge-awardees/",
            "is_bookmarked": false,
            "tags": [
                "#RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing Kenya’s Inaugural Cohort of Responsible Computing Challenge Awardees",
            "description": "Mozilla’s expansion of the Responsible Computing Challenge in East Africa is ready for take-off. Eight universities embedding ethical studies in their computer science curricula will receive a cumulative sum of USD $200,000 in grants.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-06-29_155211.1075100000.jpg",
            "created": "2023-06-29T15:52:11.107249Z",
            "moderation_state": 3
        },
        {
            "id": 2541,
            "content_url": "https://foundation.mozilla.org/en/blog/mozillas-responsible-computing-challenge-opens-applications-in-india/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla’s Responsible Computing Challenge Opens Applications In India",
            "description": "Mozilla and USAID are awarding 10 grants out of a pool of $250,000 to institutions in India; awards will help shape the next generation of technologists",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2023-07-18T17:10:43.554386Z",
            "moderation_state": 3
        },
        {
            "id": 2542,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-15-new-responsible-computing-challenge-awardees-in-the-us/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Announces 15 New Responsible Computing Challenge Awardees in the U.S.",
            "description": "Mozilla and its partners are providing $2,225,000 in funding for college and university curricula that reimagine computing education",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-11-15_161139.9227930000.jpg",
            "created": "2023-11-15T16:11:39.922523Z",
            "moderation_state": 3
        },
        {
            "id": 2543,
            "content_url": "https://www.herinternet.org/about-us/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "Digital Rights",
                "Feminism",
                "LGBT"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Her Internet",
                    "profile_id": 6500,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "The impact of Algorithms on LGBTQ organising in Uganda",
            "description": "HER Internet is a feminist digital rights organisation based in Uganda. Their research project, “The impact of Algorithms on LGBTQ organising in Uganda,” aims to examine how algorithms, especially on social networking platforms, impact the advocacy and organising efforts of the lesbian, gay, bisexual, transgender, and queer communities at individual and collective levels. This research considers the restrictive legal, policy, and social environments for the community — a trend found in a significant number of countries in the region.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_101804.1878530000.png",
            "created": "2024-01-11T10:18:04.187553Z",
            "moderation_state": 3
        },
        {
            "id": 2544,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "biometrics",
                "#data privacy",
                "data protection"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cherie Oyier",
                    "profile_id": 6501,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Deceptive Designs and Policy Holes",
            "description": "Cherie Oyier is a lawyer working on privacy and data protection law in Kenya. Oyier’s research project, “Deceptive Designs and Policy Holes Aiding Unethical Personal Data Collection for AI Training: Lessons from Worldcoin’s Iris Scan Practices in Kenya,” aims to identify effective solutions for economically vulnerable citizens, and best practices for ethical biometric data collection for AI training. Oyier’s objectives are to investigate the failures of existing systems to unearth frameworks which uphold privacy rights and promote sustainable development in Kenya.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_102125.9447580000.png",
            "created": "2024-01-11T10:21:25.944445Z",
            "moderation_state": 3
        },
        {
            "id": 2545,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "healthcare",
                "maternal technology"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Min'enhle Ncube",
                    "profile_id": 6502,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Artificial Intelligence in Maternal Health in Zambia",
            "description": "Ncube is an anthropologist studying the landscape of technology, data, artificial intelligence and the ethics of care in Zambia. Ncube’s research project, “Artificial Intelligence in Maternal Health in Zambia: Examining the impact of digitised maternal technology,” aims to investigate the challenges and dangers posed by biased datasets in the delivery of quality and timely care to pregnant people, who are among the most vulnerable and the most impacted by AI-led decision-making.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2024-01-11T10:26:29.368301Z",
            "moderation_state": 3
        },
        {
            "id": 2546,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "Digital Rights",
                "gender",
                "gender based violence"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tshwaranang Legal Advocacy Centre to end violence against women",
                    "profile_id": 6503,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "A gendered analysis of women’s access to AI",
            "description": "TLAC (Tshwaranang Legal Advocacy Centre to end violence against women) is a non-governmental organisation based in South Africa working since 1996 to promote and defend the rights of women to be free from violence and to have access to high-quality, effective services. TLAC aims to produce “A gendered analysis of women’s access to AI and its impact on gender-based violence in the Eastern Cape, South Africa,” in order to better understand how AI is implicated in experiences of gender-based violence, as well as remedies to gender-based violence",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_102856.8226470000.png",
            "created": "2024-01-11T10:28:56.822382Z",
            "moderation_state": 3
        },
        {
            "id": 2547,
            "content_url": "https://creativesgarage.org/about",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "art",
                "multi-disciplinary arts"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Creatives Garage Trust",
                    "profile_id": 6504,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "ARTificial Intelligence in Africa",
            "description": "Creatives Garage is a multi-disciplinary arts organization in Kenya that provides a platform for creatives to share, collaborate, create new works, gain market access and push boundaries. Their research project “ARTificial Intelligence in Africa: Investigating the impacts of AI on the Creative Community in Kenya,” will use the experience of Kenyan creatives to explore whether AI can democratize the creative industries in the region and examine whether AI generates new opportunities for African creatives -and interrogate how it might exacerbate inequalities and further disenfranchise creatives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_103130.6769400000.png",
            "created": "2024-01-11T10:31:30.676582Z",
            "moderation_state": 3
        },
        {
            "id": 2548,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "Human Right",
                "Social Security"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Duduetsang Mokoele",
                    "profile_id": 6505,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Mind the People: Automating Social Security in South Africa",
            "description": "Dudetsang Mokoele is a South Africa-based researcher interested in human rights and technology trends and developments, with a particular focus on policy-making. Her research, “Mind the People: Automating Social Security in South Africa,” looks at the role of AI in the provision of social security in South Africa, and its overall human rights implications.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_103504.1405200000.png",
            "created": "2024-01-11T10:35:04.140207Z",
            "moderation_state": 3
        },
        {
            "id": 2549,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "disability",
                "employment"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kabulonga Multi-purpose Disability Cooperative",
                    "profile_id": 6506,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Kabulonga Multi-purpose Disability Cooperative",
            "description": "Kabulonga Cooperative is a Zambia-based organisation that works to promote and protect the rights of people living with disabilities. Their research project will explore “AI and Inclusive Employment Opportunities for Persons with Disabilities in Zambia and Zimbabwe: Challenges and Success Stories.” The research aims to analyze the results of the implementation of AI-powered initiatives intended to integrate and empower persons living with disabilities in the workplace. It will map both successes as well as harms emerging from these systems.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_105212.0170790000.png",
            "created": "2024-01-11T10:52:12.016866Z",
            "moderation_state": 3
        }
    ]
}