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=-featured&page=33
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1761,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-featured&page=34",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-featured&page=32",
    "results": [
        {
            "id": 2202,
            "content_url": "https://www.fordfoundation.org/just-matters/just-matters/posts/reimagining-tech-and-social-justice-in-the-global-south/",
            "is_bookmarked": false,
            "tags": [
                "mbmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Reimagining tech and social justice in the Global South",
            "description": "A partnership between the Ford Foundation and Mozilla to deploy a cohort of Technology and Society Fellows. Ten fellows will be placed at Ford-funded organizations in Mexico, Brazil, Kenya, India and in the Middle East and North Africa to help them build their technical capacity and deepen their understanding of technology to advance civic engagement.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_223011.1407020000.png",
            "created": "2021-07-07T22:30:11.140460Z",
            "moderation_state": 3
        },
        {
            "id": 2203,
            "content_url": "https://www.youtube.com/watch?v=ERkoBGv9Qgw&list=RDCMUCajipi80aORRDz6gZ8ZyCWw&start_radio=1&rv=ERkoBGv9Qgw&t=0",
            "is_bookmarked": false,
            "tags": [
                "dsmfdd"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "On Data and Exploitation",
            "description": "A talk by Katarzyna Szymielewicz at MozFest 2019.  Katarzyna Szymielewicz is a lawyer and activist specializing in human rights and technology. She is Co-Founder and President of Panoptykon Foundation, a Polish NGO defending human rights in today’s surveillance society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_224151.6414210000.png",
            "created": "2021-07-07T22:41:51.641202Z",
            "moderation_state": 3
        },
        {
            "id": 2205,
            "content_url": "https://www.youtube.com/playlist?list=PLnRGhgZaGeBvn-564vN13LxILdQd2gZ1d",
            "is_bookmarked": false,
            "tags": [
                "mbmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Movement-Building from Home Series",
            "description": "\"Movement-Building from Home\", a series of community calls to help support the continuity of your activism, community, and work during the COVID-19 global health crisis.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_230021.5751390000.png",
            "created": "2021-07-07T23:00:21.574918Z",
            "moderation_state": 3
        },
        {
            "id": 2206,
            "content_url": "https://foundation.mozilla.org/en/blog/its-a-wrap-movement-building-from-home/",
            "is_bookmarked": false,
            "tags": [
                "mbmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "It’s a wrap: Movement-Building from Home",
            "description": "After four weeks of amazing, restorative dialogue with over 100 community members during our Movement-Building from Home series of calls, we have learned a lot about online facilitation and community management during the COVID19 crisis. (Watch the calls on demand on this playlist.)",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_230148.6837350000.png",
            "created": "2021-07-07T23:01:48.683515Z",
            "moderation_state": 3
        },
        {
            "id": 2207,
            "content_url": "https://datasociety.net/library/episode-3-data-ai-automation/",
            "is_bookmarked": false,
            "tags": [
                "dsmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data & Society PodCast with Mozilla Fellow Deb Raji",
            "description": "Researchers Arthur Gwagwa and Deb Raji join our host, Natalie Kerby, to discuss data, AI, and automation, and the different ways they operate across geopolitical contexts, such as the US and Africa. The episode covers not only the harms that can result from these systems, but also how we might address and prevent those harms.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_164154.1540180000.png",
            "created": "2021-07-08T16:41:54.153750Z",
            "moderation_state": 3
        },
        {
            "id": 2213,
            "content_url": "https://foundation.mozilla.org/en/blog/data-stewardship-what-it-and-why-does-it-matter/",
            "is_bookmarked": false,
            "tags": [
                "dsmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data Stewardship - What is it and why does it matter?",
            "description": "In a world of pervasive AI, who controls our data and what they do with it is a big deal. Data stewardship can determine everything from who can build AI, to who can profit from AI, to what that AI can actually do. Right now, most online data is controlled by just a handful of big tech platforms -- which means that just a handful of big tech platforms are shaping much of what AI looks like today. But it doesn’t have to be that way.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_181356.0871970000.png",
            "created": "2021-07-08T18:13:56.086858Z",
            "moderation_state": 3
        },
        {
            "id": 2214,
            "content_url": "https://medium.com/@anoukruhaak/data-trusts-why-what-and-how-a8b53b53d34",
            "is_bookmarked": false,
            "tags": [
                "dsmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data Trusts: Why, What and How",
            "description": "How do we, the general public, gain greater control over the estimated 2.5 quintillion bytes of data that is recorded, stored, processed and analysed, every day? For the moment, we have little say over what can be collected, accessed and used, and by whom. Nor do we enjoy much agency over the ways social platforms study and steer our behaviors.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_181632.8364870000.png",
            "created": "2021-07-08T18:16:32.836247Z",
            "moderation_state": 3
        },
        {
            "id": 2215,
            "content_url": "https://book.mozillafestival.org/peer-to-peer-interviews/building-tech-that-better-serves-humanity",
            "is_bookmarked": false,
            "tags": [
                "dsmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "On Building Tech That Better Serves Humanity",
            "description": "A conversation between Tiffany Shlain and Douglas Rushkoff about building better tech.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_181915.8945140000.png",
            "created": "2021-07-08T18:19:15.894312Z",
            "moderation_state": 3
        },
        {
            "id": 2216,
            "content_url": "https://book.mozillafestival.org/peer-to-peer-interviews/digital-rights-in-asia-and-europe",
            "is_bookmarked": false,
            "tags": [
                "dsmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Rights in Asia And Europe",
            "description": "A conversation between Malavika Jayaram and Julia Reda about digital rights in the How to MozFest Book.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_182125.1659660000.png",
            "created": "2021-07-08T18:21:25.165732Z",
            "moderation_state": 3
        },
        {
            "id": 2217,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/privacy-in-the-internet-age-a-fundamental-right",
            "is_bookmarked": false,
            "tags": [
                "dsmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy in the Internet Age A Fundamental Right",
            "description": "Privacy is a topic that surfaces everywhere we go and is core to everything we do at Mozilla, and at MozFest. Read more about this topic in this chapter of the How to MozFest book.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_182432.4573610000.png",
            "created": "2021-07-08T18:24:32.457115Z",
            "moderation_state": 3
        },
        {
            "id": 2218,
            "content_url": "https://book.mozillafestival.org/peer-to-peer-interviews/movement-building",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "On Movement Building",
            "description": "A conversation between Mark Surman and Dr. Gail Bradbrook about movement building in the How To MozFest book.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_182653.1692720000.png",
            "created": "2021-07-08T18:26:53.169066Z",
            "moderation_state": 3
        },
        {
            "id": 2220,
            "content_url": "https://book.mozillafestival.org/the-first-decade",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The First Decade",
            "description": "The first MozFest wasn’t technically a MozFest. Instead, it was the Drumbeat Festival, a convening of leaders making radical disruptions in learning and in web technology. Held at the Museu d’Art Contemporani de Barcelona, sessions took place in the museum, in tents at a nearby square, and in a Hack Bus that arrived spontaneously and parked (illegally) on the street nearby. There were 200 attendees, bad acoustics, and the shared sense that this was something special.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_183054.1063150000.png",
            "created": "2021-07-08T18:30:54.105989Z",
            "moderation_state": 3
        },
        {
            "id": 2221,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/designing-for-more-than-an-event",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Designing for More Than an Event",
            "description": "The collaborative nature of Mozilla Festival is rooted in do-it-yourself, maker culture that produces an invigoratingly chaotic array of visuals and creations. Each year, we refine and iterate upon past learnings, feedback, and assets to evolve this annual event while maintaining an inviting space for new ideas to honour our communitydriven origins. Brand and experience design that manifests the unique identity and participatory -spirit of the -festival brought methodical cohesion to help create impactful and memorable MozFests.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_183235.5166220000.png",
            "created": "2021-07-08T18:32:35.516160Z",
            "moderation_state": 3
        },
        {
            "id": 2222,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/empowering-debate-via-art-culture-tech",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Empowering Debate via Art + Culture + Tech",
            "description": "As the worlds of art and technology continue to merge and consumers of digital culture become creators, the web has become an important platform for open, decentralised collaborations that reach across disciplines, from net-art to culture-jamming. Through participatory engagements at MozFest that explore these ideas in different ways, we have explored how digital art practices can intervene in society, and how networked art and open technologies can be combined to empower and amplify.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_183444.5153390000.png",
            "created": "2021-07-08T18:34:44.515107Z",
            "moderation_state": 3
        },
        {
            "id": 2223,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/volunteers-the-ethos-of-the-festival",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Volunteers: The Ethos of the Festival",
            "description": "The internet health movement presents a broad landscape covering multiple disciplines, businesses, organisations, the public sector, and more. But there is one strand that weaves every diverse element together into a coherent cloth – Volunteers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_183609.7992170000.png",
            "created": "2021-07-08T18:36:09.798878Z",
            "moderation_state": 3
        },
        {
            "id": 2224,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/youth-zone-a-new-generation-for-internet-health",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Youth Zone: A New Generation for Internet Health",
            "description": "In MozFest’s Youth Zone, young creators build robots, dream up epic role playing games, use lasers and binary data to make art, and compose interactive poetry with code. When young -people and technology meet in an open, collaborative, playful environment like MozFest’s Youth Zone, truly unexpected things happen.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_183742.9743630000.png",
            "created": "2021-07-08T18:37:42.974133Z",
            "moderation_state": 3
        },
        {
            "id": 2108,
            "content_url": "https://www.mozillafestival.org/en/speakers/2019/ethics-and-ai/",
            "is_bookmarked": false,
            "tags": [
                "#2019dnd",
                "5yearsdand",
                "#artificial intelligence",
                "#Ethics",
                "#taimfdd",
                "taimfdd"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Watch session",
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "On Ethics and AI",
            "description": "Cansu Canca is a philosopher and the founder/director of the AI Ethics Lab, where she leads teams of computer scientists, philosophers, and legal scholars to provide ethics analysis and guidance to researchers and practitioners.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-25_220953.1812040000.png",
            "created": "2021-06-25T22:09:53.180854Z",
            "moderation_state": 3
        },
        {
            "id": 2105,
            "content_url": "https://www.youtube.com/watch?v=7yb4ZDeljtE&t=3541s",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd",
                "5yearsdand",
                "#taimfdd",
                "taimfdd"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Join community",
                "Watch session"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "AI & Truth",
            "description": "The AI powering our most influential communications platforms has a critical vulnerability: it rewards engagement, not truth or civility. Can AI be designed differently to avoid this pitfall? And if so, what conditions and incentives must be changed for this to be the case? A panel featuring:Jacquelyn Mason, Senior Investigative Researcher, First Draft NewsDr. Peaks Krafft, Lead, Creative Computing Institute at UALMutale Nkonde, CEO, AI for the PeopleRasha Abdul-Rahim, Acting Director, Amnesty TechModerator Brandi Geurkink, Senior Campaigner, Mozilla",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=7yb4ZDeljtE&t=3541s",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-25_193452.1962070000.png",
            "created": "2021-06-25T19:34:52.195746Z",
            "moderation_state": 3
        },
        {
            "id": 2226,
            "content_url": "https://www.youtube.com/watch?v=DgrsSRITrus",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2021: Trustworthy AI Reel",
            "description": "How did Trustworthy AI come up at MozFest 2021? Check out this highlight reel that engages with the issues around Trustworthy AI from the perspective of the MozFest community.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-12_205910.4942820000.png",
            "created": "2021-07-12T20:59:10.494064Z",
            "moderation_state": 3
        },
        {
            "id": 2113,
            "content_url": "https://foundation.mozilla.org/privacynotincluded/",
            "is_bookmarked": false,
            "tags": [
                "privacy",
                "products",
                "taimfcr",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "*privacy not included",
            "description": "How creepy is that smart speaker, that fitness tracker, those wireless headphones? We created this guide to help you shop for safe, secure connected products.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_144819.8372690000.jpeg",
            "created": "2021-06-28T14:45:46.800957Z",
            "moderation_state": 3
        },
        {
            "id": 2295,
            "content_url": "https://towardsdatascience.com/where-privacy-first-fails-ec24fe47a678",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "data",
                "data privacy",
                "data science",
                "engineering",
                "machine learning"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Where “Privacy First” Fails",
            "description": "“We are a privacy-first company”. You hear that all the time today. “We use privacy by design principles”. “We practice data minimization”. These are well-meaning statements, and often their implementation is also correct to the letter, yet this approach often leaves issues such as loss of data integrity or a lack of true de-identification, which sees “privacy first” fail. Let’s break these concepts down and explore some alternatives.",
            "get_involved": "Help us test our libraries and improve the data engineering techniques used",
            "get_involved_url": "https://www.prifina.com/",
            "interest": "It relates to techniques used to guarantee privacy in data sets and suggests limitations of some, and ways forward",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-10-27T15:59:06.019480Z",
            "moderation_state": 3
        },
        {
            "id": 2294,
            "content_url": "https://medium.com/prifina/activity-is-more-than-your-exercise-sessions-case-examples-from-elite-athletes-5c5620c24fb1",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data privacy",
                "health",
                "wellness"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Activity is More Than Your Exercise Sessions — Case Examples from Elite Athletes",
            "description": "Major professional sports leagues such as the NBA have used wearables to accelerate the restart of professional games during the COVID-19 pandemic. With so many options of wearable trackers in the market, the biggest breakthrough depends on the availability of data. Most applications focus on exercise or performance, however there are countless other apps needed, such as those that help raise awareness of being static or in the same area for prolongued periods and allow the user to act on this insight",
            "get_involved": "Build prototypes for apps that help people move on data that stays with the user.",
            "get_involved_url": "https://www.prifina.com/slack.html",
            "interest": "Its a call to action to build more diverse set of apps on personal data, that promote overall wellbeing",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-10-27T15:56:40.912272Z",
            "moderation_state": 3
        },
        {
            "id": 2274,
            "content_url": "https://bit.ly/3kB0g9f",
            "is_bookmarked": false,
            "tags": [
                "#coding",
                "#dataprivacy",
                "#datascience",
                "#developers",
                "#userhelddata"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Podcast: Personal Data Open Market - Consumers Controlling Their Data",
            "description": "What's the likelihood that the same 5 data titans will dominate the digital space in the next 5-7 years? \n\nAt Prifina, we are committed to creating an ecosystem that is open to all developers to build apps that create everyday value for each and every individual. \n\nCheck out this latest Serious Privacy podcast where Prifina's CEO Markus Lampinen talks to K Royal and Paul Breitbarth about the current trends in the personal data space. \n\nYou can find the podcast on all major platforms and also here: https://bit.ly/3kB0g9f",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "New tools for developers to build new apps",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-09-25_101450.4137060000.png",
            "created": "2021-09-25T10:14:50.413427Z",
            "moderation_state": 3
        },
        {
            "id": 2286,
            "content_url": "https://foundation.mozilla.org/campaigns/regrets-reporter/findings/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Brandi Geurkink",
            "submitter_profile_id": 4026,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brandi Geurkink",
                    "profile_id": 4026,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "YouTube Regrets",
            "description": "Mozilla and 37,380 YouTube users conducted a study to better understand harmful YouTube recommendations. This is what we learned.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/regrets-reporter/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-06-06_171615.7112550000.jpg",
            "created": "2021-10-14T11:22:11.638158Z",
            "moderation_state": 3
        },
        {
            "id": 2285,
            "content_url": "https://foundation.mozilla.org/campaigns/tiktok-political-ads/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Brandi Geurkink",
            "submitter_profile_id": 4026,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brandi Geurkink",
                    "profile_id": 4026,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "These Are “Not” Political Ads",
            "description": "Mozilla’s investigation reveals how political influencers are flying under the radar on TikTok, because TikTok’s political ad policies are not strong and enforceable enough to monitor the full breadth of paid political influence on the platform.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/tiktok-bring-in-ad-transparency-now/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-06-06_171659.8711830000.jpg",
            "created": "2021-10-13T15:56:30.270667Z",
            "moderation_state": 3
        },
        {
            "id": 2434,
            "content_url": "https://stealingurfeelin.gs/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Watch session"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Noah Levenson",
                    "profile_id": 6053,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Stealing Ur Feelings",
            "description": "Stealing Ur Feelings is an interactive film that reveals how social networks and apps use your face to secretly collect data about your emotions. The documentary will explore how emotion recognition AI determines if you’re happy or sad — and how companies use that information to influence your behavior.",
            "get_involved": "",
            "get_involved_url": "https://stealingurfeelin.gs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-04_113108.0214540000.png",
            "created": "2022-11-04T11:31:08.021039Z",
            "moderation_state": 3
        },
        {
            "id": 2435,
            "content_url": "https://thefutureofmemory.online/fom-game/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "algorithms",
                "artificial intelligence",
                "cma",
                "cma2019",
                "creative media awards",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Xiaowei Wang, Jasmine Wang, and Yang Yuting",
                    "profile_id": 6054,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "The Future of Memory",
            "description": "This project explores algorithmic censorship, and the ways language can be made illegible to such algorithms. It reverse-engineers how automated censors work, to provide a toolkit of tactics using a new “machine resistant” language, composed of emoji, memes, steganography and homophones. The project will also archive censored materials on a distributed, physical network of offline modules.",
            "get_involved": "",
            "get_involved_url": "https://thefutureofmemory.online/fom-game/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-04_122008.7108650000.png",
            "created": "2022-11-04T12:20:08.710576Z",
            "moderation_state": 3
        },
        {
            "id": 2436,
            "content_url": "https://chooseyourownfakenews.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "cma",
                "cma2019",
                "game",
                "misinformation",
                "mozilla-cma",
                "simulations"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pollicy",
                    "profile_id": 6055,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Choose Your Own Fake News",
            "description": "This project uses comics and audio to explore how misinformation spreads across the African continent. Users engage in a choose-your-own-adventure game that simulates how retweets, comments, and other digital actions can sow misinformation, and how that misinformation intersects with gender, religion, and ethnicity.",
            "get_involved": "",
            "get_involved_url": "https://chooseyourownfakenews.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-04_122445.7082420000.png",
            "created": "2022-11-04T12:24:45.708021Z",
            "moderation_state": 3
        },
        {
            "id": 2437,
            "content_url": "https://foundation.mozilla.org/en/blog/mozillas-responsible-computer-science-challenge-will-expand-to-kenya-and-india/",
            "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": "Mozilla’s Responsible Computer Science Challenge Will Expand to Kenya and India",
            "description": "Ambitious joint initiative with USAID will award $1.2 million to embed ethics in computer science curricula at institutions around the world. Expansion will build on four years of success at U.S. universities.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-07_195226.7073870000.jpg",
            "created": "2022-11-07T19:52:26.707116Z",
            "moderation_state": 3
        },
        {
            "id": 2438,
            "content_url": "https://foundation.mozilla.org/en/blog/mozillas-responsible-computer-science-challenge-opens-applications-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": "Mozilla’s Responsible Computer Science Challenge Opens Applications In Kenya",
            "description": "Mozilla and USAID are awarding 10 grants from a pool of $250 000 USD to innovation hubs and accredited institutions of higher education in Kenya that embed ethics into computer science programs and curricula.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-07_195504.5099180000.png",
            "created": "2022-11-07T19:55:04.509620Z",
            "moderation_state": 3
        },
        {
            "id": 2439,
            "content_url": "https://www.deepreckonings.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithms",
                "cma",
                "cma2019",
                "creative media awards",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Lepp",
                    "profile_id": 6058,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Deep Reckonings",
            "description": "This project uses deepfakes to address the issue of deepfakes. Three false videos will show public figures — like tech executives — reckoning with the dangers of synthetic media. Each video will be clearly watermarked and labeled as a deepfake to prevent misinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_094546.2259840000.png",
            "created": "2022-11-08T09:45:46.225693Z",
            "moderation_state": 3
        },
        {
            "id": 2440,
            "content_url": "https://moondisaster.org/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "cma",
                "cma2019",
                "creative media awards",
                "deepfake",
                "disinformation",
                "fake news",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Watch session"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Halsey Burgund",
                    "profile_id": 6059,
                    "is_active": false
                },
                {
                    "name": "Francesca Panetta",
                    "profile_id": 6060,
                    "is_active": false
                },
                {
                    "name": "Magnus Bjerg Mortensen",
                    "profile_id": 6061,
                    "is_active": false
                },
                {
                    "name": "Jeff DelViscio",
                    "profile_id": 6062,
                    "is_active": false
                },
                {
                    "name": "MIT Center for Advanced Virtuality",
                    "profile_id": 6063,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "In Event of Moon Disaster",
            "description": "This project uses the 1969 moon landing to explore the topic of modern misinformation. Real coverage of the landing will be presented on a website alongside deepfakes and other false content, to highlight the difficulty of telling the two apart. And by tracking viewers’ attention, the project will reveal which content captivated viewers more.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_113014.8539260000.jpg",
            "created": "2022-11-08T11:30:14.853643Z",
            "moderation_state": 3
        },
        {
            "id": 2441,
            "content_url": "https://facework.app/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "bias",
                "cma",
                "cma2019",
                "creative media awards",
                "facial recognition",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kyle McDonald",
                    "profile_id": 6064,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Most FACE Ever [Facework]",
            "description": "This project teaches users about computer vision and facial analysis technology through playful challenges. Users will enable their webcam, engage with facial analysis, and try to “look” a certain way — say, “criminal,” or “white.” The game reveals how inaccurate and biased facial analysis can often be.",
            "get_involved": "",
            "get_involved_url": "https://facework.app/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_121249.9904940000.png",
            "created": "2022-11-08T12:12:49.990015Z",
            "moderation_state": 3
        },
        {
            "id": 2442,
            "content_url": "https://www.futurewake.com/#/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic racism",
                "artificial intelligence",
                "cma",
                "cma2021",
                "mozilla-cma",
                "predictive policing"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Future Wake",
                    "profile_id": 6065,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Future Wake",
            "description": "This interactive web app turns the discriminatory practice of predictive policing upside down, instead allowing citizens to predict police brutality. The project uses AI and a number of data sets to determine where, when, and how police brutality in the U.S. is most likely to occur. It also paints a vivid picture of the potential victim, from their skin color to their age, to put a human face on the prediction.",
            "get_involved": "",
            "get_involved_url": "https://www.futurewake.com/#/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_123949.2507820000.png",
            "created": "2022-11-08T12:39:49.250559Z",
            "moderation_state": 3
        },
        {
            "id": 2443,
            "content_url": "https://www.afroalgorithms.com/",
            "is_bookmarked": false,
            "tags": [
                "afro-algorithms",
                "AI",
                "AI bias",
                "algorithmic bias",
                "algorithms",
                "bias",
                "cma",
                "cma2021",
                "creative media awards",
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Anatola Araba",
                    "profile_id": 6066,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Afro Algorithms",
            "description": "This 3D animated short film in the Afrofuturist genre explores the topics of AI and bias. In a distant future, an artificial intelligence named Aero is inaugurated as the world’s first AI ruler. But Aero soon learns that important worldviews are missing from her databank, including the experiences of the historically marginalized and oppressed. A slate of well-known Black artists lend their voices to the film, including Robin Quivers, Hoji Fortuna, and Ava Raiin.",
            "get_involved": "",
            "get_involved_url": "https://www.afroalgorithms.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_130305.5146410000.png",
            "created": "2022-11-08T13:03:05.514417Z",
            "moderation_state": 3
        },
        {
            "id": 2444,
            "content_url": "http://www.hopeimmersive.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "AI bias",
                "algorithmic bias",
                "algorithmic racism",
                "cma",
                "cma2021",
                "data",
                "discrimination",
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tracey Bowen",
                    "profile_id": 6067,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Hope",
            "description": "This collection of immersive journalism and Afrofuturism artwork imagines two possible futures: one where bias and discrimination has been banished from technology, and one where it runs rampant. Through the experience, viewers learn how AI and data sets are vulnerable to bias, but also learn about the real-world, Black-led initiatives underway to counteract this bias.",
            "get_involved": "",
            "get_involved_url": "http://www.hopeimmersive.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_131438.9114470000.png",
            "created": "2022-11-08T13:14:38.911207Z",
            "moderation_state": 3
        },
        {
            "id": 2445,
            "content_url": "https://darkmatters.ml/",
            "is_bookmarked": false,
            "tags": [
                "cma2021",
                "creative media awards",
                "data",
                "data voids",
                "interactive visualisation",
                "mozilla-cma",
                "speech"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Johann Diedrick",
                    "profile_id": 6068,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Dark Matters",
            "description": "This interactive web experience spotlights the absence of Black speech in datasets that train voice assistants like Siri, Google Home, and Alexa. The project also reveals the exclusion and code switching that results. Through a three-dimensional visualization of major speech datasets, viewers come into contact with vacuums of space representing these data voids. Intertwined are narratives attesting to the resilient and resistive qualities of Black speech, suggesting how we might create more equitable futures.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_132441.5904810000.png",
            "created": "2022-11-08T13:24:41.590244Z",
            "moderation_state": 3
        },
        {
            "id": 2446,
            "content_url": "https://binarycalculationsareinadequate.org/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithms",
                "bipoc",
                "cma2021",
                "data",
                "datasets",
                "interactive",
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Dinkins",
                    "profile_id": 6069,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Binary Calculations Are Inadequate to Assess Us",
            "description": "This project seeks to provide more open, interactive, and compassionate alternatives to supplant the exclusionary algorithms and datasets that currently impact our everyday lives. It proposes a data commons approach where anyone can contribute to a training dataset, and anyone can then use that dataset to power AI. The project models this approach by creating an open, BIPOC-focused database that then uses AI to generate artwork.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_135548.6002770000.png",
            "created": "2022-11-08T13:55:48.599953Z",
            "moderation_state": 3
        },
        {
            "id": 2447,
            "content_url": "https://www.onassis.org/whats-on/festival-you-and-ai-through-the-algorithmic-lens/artworks/pov-points-of-view",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "cma",
                "cma2021",
                "creative media awards",
                "mozilla-cma",
                "predictive policing",
                "surveillance"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alton Glass",
                    "profile_id": 6070,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Points of View",
            "description": "In this 5-part mixed-reality series, the protagonist is Cassius Moore, a Black man living in a hyperrealistic future. Cassius is on parole after serving two years in prison for biometric hacking. But as he seeks to start a new life, he is mercilessly surveilled by a weaponized, AI-powered parole drone. Along the way, viewers learn about the very real threats of predictive policing, surveillance, and AI systems that replicate human biases.",
            "get_involved": "",
            "get_involved_url": "https://www.onassis.org/whats-on/festival-you-and-ai-through-the-algorithmic-lens/artworks/pov-points-of-view",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_141955.5030750000.jpg",
            "created": "2022-11-08T14:19:55.502753Z",
            "moderation_state": 3
        },
        {
            "id": 2448,
            "content_url": "https://carnival-ai.com/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "cma2021",
                "data",
                "digital gallery",
                "machine learning",
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Vernelle Noel",
                    "profile_id": 6071,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Black Arts + Culture: Generative Traditions with AI and Design in Carnival",
            "description": "This project uses AI to remix Black histories of design, art, and dance. Archival images of dancing sculptures from the Trinidad Carnival are mixed with each other and images of Black dancers across the diaspora (Caribbean, USA, etc.) in a single dataset. A machine learning model then generates new designs based on this data. The resulting art will be presented via an online gallery and discussions.",
            "get_involved": "",
            "get_involved_url": "https://carnival-ai.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_143242.4693290000.jpg",
            "created": "2022-11-08T14:32:42.469114Z",
            "moderation_state": 3
        },
        {
            "id": 2431,
            "content_url": "https://www.melalogic.com/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Melalogic",
                    "profile_id": 6038,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Melalogic",
            "description": "Melalogic is an app that gives Black People a single source of skin health information from trusted professionals who look like them. Participating users can help to build the Black Skin Health AI Data Set which will provide them with the ability to submit a photo of a skin issue they may have and receive instantaneous feedback as to what it could be, and suggestions on how they should treat it. This new public dataset will be able to fuel AI-powered dermatology research and prediagnoses.",
            "get_involved": "",
            "get_involved_url": "https://www.melalogic.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_155813.3150780000.jpg",
            "created": "2022-10-26T12:46:30.918199Z",
            "moderation_state": 3
        },
        {
            "id": 2432,
            "content_url": "https://www.foreignobjects.net/bot-or-not",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Foreign Objects",
                    "profile_id": 6040,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Truth-or-Dare Turing Test (Bot or Not)",
            "description": "This project explores deceptive AI that mimic real humans. Users play truth-or-dare with another entity, and at the conclusion of the game, must guess if they were playing with a fellow human or an AI. (“Truths” are played out using text, and “dares” are played out using an online sketchpad.) The project also includes a website outlining the state of mimicry technology, its uses, and its dangers.",
            "get_involved": "",
            "get_involved_url": "https://about.botor.no/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-10-27_161926.5392240000.png",
            "created": "2022-10-27T16:19:26.538822Z",
            "moderation_state": 3
        },
        {
            "id": 2433,
            "content_url": "https://www.their.tube/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tomo Kihara",
                    "profile_id": 6044,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Swap the Curators in the Tube [TheirTube]",
            "description": "This project explores how recommendation engines present different realities to different people. Users will peruse the YouTube recommendations of five wildly different personas — including a conspiracist and a racist persona — to experience how their recommendations differ.",
            "get_involved": "",
            "get_involved_url": "https://www.their.tube/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-10-31_130121.1709900000.png",
            "created": "2022-10-31T13:01:21.170577Z",
            "moderation_state": 3
        },
        {
            "id": 2449,
            "content_url": "https://www.chamachat.com/",
            "is_bookmarked": false,
            "tags": [
                "common voice",
                "kiswahili",
                "voice"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ujuzi Craft LTD",
                    "profile_id": 6082,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "ChamaChat",
            "description": "A Chama management system with a chatbot that interacts with members and gives voice replies in Kiswahili via SMS and Whatsapp. It connects to the group Payment API, ie M-Pesa API. Members can interact with the Chama admin bot on a variety of functions, including instance check balance, loan requests and receiving transaction statements.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-17_153959.6221360000.jpg",
            "created": "2022-11-17T15:39:59.621879Z",
            "moderation_state": 3
        },
        {
            "id": 2450,
            "content_url": "https://foundation.mozilla.org/en/blog/talk-swahili-to-me-voice-enabled-apps-changing-the-game-for-farmers-and-local-communities/",
            "is_bookmarked": false,
            "tags": [
                "common voice",
                "data",
                "voice"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sustain Earth's Environment Africa",
                    "profile_id": 6083,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Kiazi Bora",
            "description": "Kiazi Bora, “Quality Potatoes’’ in Swahili, uses a voice enabled application that informs vulnerable women living in rural areas and marginalized communities of Tanzania on the nutritional values of Orange Fleshed Sweet Potatoes (OFSP), farming skills for better yields, and detailed market availability for raw or processed OFSP food products, all through a voice data set app.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-17_154539.8731700000.jpg",
            "created": "2022-11-17T15:45:39.872803Z",
            "moderation_state": 3
        },
        {
            "id": 2451,
            "content_url": "https://www.westminster.ac.uk/news/university-of-westminster-contributes-to-east-african-voice-technology-project-funded-by-mozilla",
            "is_bookmarked": false,
            "tags": [
                "chatbot",
                "common voice",
                "voice"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "University of Westminster",
                    "profile_id": 6084,
                    "is_active": false
                },
                {
                    "name": "Moi University",
                    "profile_id": 6085,
                    "is_active": false
                },
                {
                    "name": "Western Michigan University",
                    "profile_id": 6086,
                    "is_active": false
                },
                {
                    "name": "Technical University of Kenya",
                    "profile_id": 6087,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Wezesha na Kabambe",
            "description": "A mobile enabled Swahili audio chatbot not reliant on internet connectivity. It is developed in collaboration with rural small-holder women farmers in Kenya as an alternative source for agricultural information. Using the Mozilla Swahili data sets, the mobile-enabled chatbot can be used on both feature phones (kabambes) and smartphones by rural smallholder farmers. The interactive Swahili chatbot is powered by a database of frequently asked questions from smallholder women farmers, a marginalized and digitally excluded group.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_124043.6314550000.jpg",
            "created": "2022-11-18T12:40:43.631137Z",
            "moderation_state": 3
        },
        {
            "id": 2453,
            "content_url": "https://foundation.mozilla.org/en/what-we-fund/awards/common-voice-kiswahili-awards/",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "chatbot",
                "common voice"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Strathmore University",
                    "profile_id": 6089,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Imarika",
            "description": "Imarika is a conversational chatbot offering digital climate advisory services in English and Swahili that will support smallholder farmers to adapt to changing weather patterns. The project aims to address the vulnerability of farmers to weather unpredictability due to the lack of accessible, reliable, and localized weather forecasts. Access to weather information is highly variable across sub-Saharan Africa and is usually limited to low-accuracy national or regional forecasts broadcast on radio and/or TV.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_125715.2256250000.jpg",
            "created": "2022-11-18T12:57:15.225233Z",
            "moderation_state": 3
        },
        {
            "id": 2454,
            "content_url": "http://think.ke/",
            "is_bookmarked": false,
            "tags": [
                "chatbot",
                "common voice",
                "voice"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tech Innovators Network Ltd",
                    "profile_id": 6090,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Paza Sauti",
            "description": "The project is developing a chatbot and an interactive voice response service that will provide voice-enabled services in the domain of business registration and raise awareness about the use of collateral (security) to access credit in Kenya. The main objective is to increase financial literacy around moveable properties as collateral, particularly for women in business, and in particular agriculture, for purposes of accessing credit. Most members of the population are still unaware of their capability to access further credit as a result of using moveable properties as collateral.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_162418.0950770000.jpg",
            "created": "2022-11-18T13:11:19.985428Z",
            "moderation_state": 3
        }
    ]
}