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=-published_by__profile&page=4
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=-published_by__profile&page=5",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-published_by__profile&page=3",
    "results": [
        {
            "id": 2196,
            "content_url": "https://www.youtube.com/watch?v=Y2hEiMOgc1g",
            "is_bookmarked": false,
            "tags": [
                "bmfme"
            ],
            "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": "What is the Digital Divide?",
            "description": "What is the digital divide, and can we bridge it? Nearly half of the world is still offline, meaning half of the world is still unable to benefit from the digital age and the digital economy. \n\nIn this episode of Mozilla Explains, Alice Munyua, director of Mozilla's Africa Mradi explains the causes and effects of the digital divide, and how we can help to bridge it.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_210654.7096730000.png",
            "created": "2021-07-07T21:06:54.709416Z",
            "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": 2115,
            "content_url": "https://www.youtube.com/watch?v=RVTzY53FPbg",
            "is_bookmarked": false,
            "tags": [
                "taimfcr"
            ],
            "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": "Is AI stealing your feelings?",
            "description": "Meet Mozilla awardee Noah Levenson. Noah created “Stealing Ur Feelings,” an interactive film about the dangers of facial emotion recognition AI.\n\nWatch “Stealing Ur Feelings:” https://stealingurfeelin.gs/ \n\nLearn more about Mozilla Awards: https://foundation.mozilla.org/awards/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_221043.7427720000.png",
            "created": "2021-06-28T22:10:43.742433Z",
            "moderation_state": 3
        },
        {
            "id": 2204,
            "content_url": "https://2020.internethealthreport.org/spotlights/labor-rights-unlock-data-power/",
            "is_bookmarked": false,
            "tags": [
                "dsmfihr"
            ],
            "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": "Unlock Data Power",
            "description": "Data rights are labor rights, especially when it comes to the platforms of the gig economy. Leveraging data for the collective good is essential for the future of work and internet health.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_225722.4526790000.png",
            "created": "2021-07-07T22:57:22.452339Z",
            "moderation_state": 3
        },
        {
            "id": 2118,
            "content_url": "https://www.europarl.europa.eu/RegData/etudes/STUD/2021/662908/IPOL_STU(2021)662908_EN.pdf",
            "is_bookmarked": false,
            "tags": [
                "taimfcr"
            ],
            "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": "Challenges and limits of an open source approach to AI",
            "description": "This analysis examines all main open source artificial intelligence pro and cons\nand proposes seven recommendations to boost its uptake. This document was provided by the Policy Department for Economic, Scientific and Quality of Life Policies at the request of the Special Committee on Artificial Intelligence in a Digital Age (AIDA).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_222235.2030870000.png",
            "created": "2021-06-28T22:22:35.202849Z",
            "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": 2208,
            "content_url": "https://dataethics.eu/culture-by-design-a-data-interest-analysis-of-the-european-ai-policy-agenda/",
            "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": "Culture by design – a data interest analysis of the European AI policy agenda",
            "description": "This article investigates a moment of the big data age in which artificial intelligence became a fixed point of global negotiations between different interests in data. In particular, it traces and explicates cultural positioning as an interest in the artificial intelligence momentum with an investigation of the unfolding of a European AI policy agenda on trustworthy AI in the period 2018–2019.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_171243.1019110000.png",
            "created": "2021-07-08T17:12:43.101592Z",
            "moderation_state": 3
        },
        {
            "id": 2111,
            "content_url": "https://www.youtube.com/watch?v=YTlOrapai-M",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "dating apps",
                "digital love",
                "taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dating apps, AI and collaborative filtering - Mozilla Explains",
            "description": "Dating app usage is on the rise. If you're one of the millions of people looking for love online, you might be wondering, how does the app know who to show you next? Digital Dating Consultant and Mozilla Foundation’s own Ann Marie Carrothers explains how dating apps use artificial intelligence and collaborative filtering to decide who to show you next.Want to learn more about dating apps? visit https://foundation.mozilla.org/privac...",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175615.1105460000.jpg",
            "created": "2021-06-25T22:41:38.417311Z",
            "moderation_state": 3
        },
        {
            "id": 2197,
            "content_url": "https://book.mozillafestival.org/peer-to-peer-interviews/power-dynamics-knowledge-and-building-equity-online",
            "is_bookmarked": false,
            "tags": [
                "bmfb"
            ],
            "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 Power Dynamics, Knowledge, and Building Equity Online",
            "description": "A conversation between Anasuya Sengupta and Cory Doctorow about power dynamics and building equity online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_211038.3062280000.png",
            "created": "2021-07-07T21:10:38.305977Z",
            "moderation_state": 3
        },
        {
            "id": 2212,
            "content_url": "https://foundation.mozilla.org/en/blog/data-stewardship-reading-list/",
            "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": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data Stewardship Reading List",
            "description": "At Mozilla, we aim to give users meaningful control over their own data, to build more trustworthy AI and a healthy internet for all. Data stewardship is a relatively new term for those handling personal data, with the intention of giving control of that data to the owner. Read about what data stewardship is and why it’s important to us to live healthy and safe digital lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_181146.2215330000.png",
            "created": "2021-07-08T18:11:46.221299Z",
            "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": 2109,
            "content_url": "https://www.youtube.com/watch?v=P-iiN0c2uic",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "mozilla",
                "mozilla explains",
                "#taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "What is Artificial Intelligence? Mozilla Explains",
            "description": "When you hear artificial intelligence (or AI) you probably assume it’s something difficult to understand and above your comprehension level. But, ultimately, AI is software that’s able to recognize patterns. Mozilla researcher Becca Ricks helps explain AI, algorithms and machine learning models.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175230.3251060000.jpg",
            "created": "2021-06-25T22:15:24.741774Z",
            "moderation_state": 3
        },
        {
            "id": 2143,
            "content_url": "https://2020.internethealthreport.org/spotlights/racial-justice-decode-the-default/",
            "is_bookmarked": false,
            "tags": [
                "bmfihr"
            ],
            "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": "Internet Health Report Spotlight: Decode the Default",
            "description": "Technology has never been colorblind. Since the beginning of the internet, calling out racial inequities of data and algorithms means facing denials and backlash. It’s time to abolish notions of “universal” users of software and beneficiaries of digital rights.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_200213.9157430000.png",
            "created": "2021-07-01T20:02:13.915396Z",
            "moderation_state": 3
        },
        {
            "id": 2200,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/transforming-education-with-open-badges",
            "is_bookmarked": false,
            "tags": [
                "bmfb"
            ],
            "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": "Transforming Education With Open Badges",
            "description": "How to MozFest Book chapter about education and open badges.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_222213.8962700000.png",
            "created": "2021-07-07T22:22:13.895943Z",
            "moderation_state": 3
        },
        {
            "id": 2067,
            "content_url": "https://mydatarights.africa/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 4753,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 4753,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "About me",
            "description": "As a special advisor, I will provide support to the work Mozilla Foundation will embark in support the African tech ecosystem and the Kiswahili Common Voice fellows. My work is guided by principles of a feminist internet which are applied to thinking of assessment, design and implementation of tech. I focus on the intersection of digital technology and gender",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-19_082143.3966470000.png",
            "created": "2021-05-19T08:21:43.396061Z",
            "moderation_state": 3
        },
        {
            "id": 1991,
            "content_url": "https://foundation.mozilla.org/en/blog/building-stronger-fellowships-and-awards/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Hanan Elmasu",
            "submitter_profile_id": 4600,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hanan Elmasu",
                    "profile_id": 4600,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Building Stronger Fellowships and Awards",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-02-02T11:00:06.053365Z",
            "moderation_state": 3
        },
        {
            "id": 1987,
            "content_url": "https://ceti.institute/gallery-of-the-future/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alanna Risse",
            "submitter_profile_id": 4581,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alanna Risse",
                    "profile_id": 4581,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Gallery of the Future",
            "description": "As the world is transformed by pandemics and revolutions, as physical spaces, access, and connection is lost, we reimagine the gallery spaces of the future. What could it look like? How can the art, the space, and the conversations and interactions critically engage with the world and with our communities? How does it spark and sustain inspiration - with ideas, materials, and media? How does it reveal what is possible, and what needs to change?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-01-25T17:20:51.613246Z",
            "moderation_state": 3
        },
        {
            "id": 1940,
            "content_url": "https://ProjectLockdown.net",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "Digital Rights",
                "Human Rights"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Code",
                "Fundraise"
            ],
            "published_by": "The IO Foundation",
            "submitter_profile_id": 4493,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "The IO Foundation",
                    "profile_id": 4493,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Project Lockdown",
            "description": "Project Lockdown is a global rights observatory tracking worldwide policies and their impact on Human and Digital Rights made possible by the active engagement of a global community of volunteers.\n\nVisit our GitHub where you can find:\n- What we are building:\nhttps://TIOF.Click/PLDRepo\n\n- The talent we are looking for:\nhttps://github.com/TheIOFoundation/ProjectLockdown/issues?q=is%3Aopen+is%3Aissue+label%3A%22Need%3A+Position%22",
            "get_involved": "Help us grow our platform with your expertise. We are looking at a variety of skills from development to fundraising and research.",
            "get_involved_url": "https://TIOF.Click/PLDEoI",
            "interest": "We are building an exciting global Rights observatory that all the civic tech community should check out and build together as a community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-09_172427.2010450000.png",
            "created": "2020-12-09T17:24:27.200387Z",
            "moderation_state": 3
        },
        {
            "id": 2006,
            "content_url": "https://schedule.mozillafestival.org/session/MJWAMG-1",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "mozfest",
                "mozilla hubs",
                "vr",
                "xr"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Mike Heavers",
            "submitter_profile_id": 4465,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mike Heavers",
                    "profile_id": 4465,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozfest Panel: Designing Accessible VR Experiences",
            "description": "Virtual Reality introduces a host of new considerations when designing inclusive environments and experiences. This session is both a panel discussion and 3D experience in Mozilla Hubs.Panel:(https://schedule.mozillafestival.org/session/MJWAMG-1)Mar Gonzalez-Franco - Researcher at Microsoft's EPIC LabDylan Fox - Accessibility Consultant, organizer of XR AccessJ. Stephen Lee - Educator and experience designer at Portland State UniversityHubs Experience(https://hubs.mozilla.com/MvPSJJQ/mozfest-vr-accessibility)Addresses VR Accessibility considerations, research, and innovations",
            "get_involved": "research of novel advancements in accessibilitydesigned content / documents / videosactivities or creative ideas3d modeling / texturing / lighting helpaudio narration / sound effectstesting and accessibility improvementsfeedback from accessibility communitiesguiding groups through the space",
            "get_involved_url": "https://heaversm.github.io/mozfestaccess/",
            "interest": "Help understand, promote, and push the boundaries of inclusion in Social VR!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_202434.0664760000.jpg",
            "created": "2021-03-03T20:24:34.066192Z",
            "moderation_state": 3
        },
        {
            "id": 1933,
            "content_url": "https://datasociety.net/library/repairing-innovation/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "future of work",
                "health",
                "health care",
                "innovation",
                "responsible research and innovation",
                "social science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Elizabeth Anne Watkins",
            "submitter_profile_id": 4428,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Elizabeth Anne Watkins",
                    "profile_id": 4428,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Repairing Innovation: A Study of Integrating AI in Clinical Care",
            "description": "Repairing Innovation: A Study of Integrating AI in Clinical Care, by Madeleine Clare Elish and Elizabeth Anne Watkins, reveals the nature of repair work required to integrate an AI system into clinical health care. Elish and Watkins chronicle the integration of Sepsis Watch through a sociotechnical lens: one that acknowledges the human labor required to harmonize a technical system with existing organizational and social structures. The integration of an AI system creates breakages in social structures that must be repaired in order for the technology to work as intended.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This report contributes to the understudied field of AI implementation, with a special focus on the often undervalued human labor required to take innovative technologies out of the realm of \"potential\" and into real-world \"solutions.\"",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_163448.0165110000.png",
            "created": "2020-11-30T16:34:48.015915Z",
            "moderation_state": 3
        },
        {
            "id": 1927,
            "content_url": "https://www.convergenceinitiative.org",
            "is_bookmarked": false,
            "tags": [
                "art",
                "ArtSci",
                "collaborations",
                "design",
                "fine arts",
                "neuroscience",
                "SciArt",
                "SciComm",
                "science",
                "Science Comunication"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Cristian Zaelzer",
            "submitter_profile_id": 4410,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Cristian Zaelzer",
                    "profile_id": 4410,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Convergence Initiative",
            "description": "The Convergence Initiative is a non-profit organization committed to advancing the public's knowledge of neuroscience & art by promoting traditional & experimental methodologies to change the way we approach and connect people with science. We believe that, due to the powerful connection to emotions, the arts can be a solid partner to engage the audience by allowing the public to situate and see themselves in the complexities of scientific inquiry. In line with that, we orchestrate a range of activities including education, research, outreach, collaboration, curation & content development.",
            "get_involved": "https://www.convergenceinitiative.org/volunteer-opportunities",
            "get_involved_url": "https://www.convergenceinitiative.org",
            "interest": "For anyone interested in a better communication between factual knowledge and the lay audience, the consideration of tools that can bridge communities will attract them to our work.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-28_205421.0458270000.jpg",
            "created": "2020-11-28T20:54:21.045506Z",
            "moderation_state": 3
        },
        {
            "id": 1929,
            "content_url": "https://www.kendra.io",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Daniel Harris",
            "submitter_profile_id": 4374,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Harris",
                    "profile_id": 4374,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Kendraio",
            "description": "Kendraio",
            "get_involved": "",
            "get_involved_url": "https://www.kendra.io",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-30T10:28:02.674757Z",
            "moderation_state": 3
        },
        {
            "id": 1921,
            "content_url": "https://world.openfoodfacts.org/discover",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "crowdsourcing",
                "environment",
                "health",
                "opendata",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Pierre Slamich",
            "submitter_profile_id": 4371,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pierre Slamich",
                    "profile_id": 4371,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Food Facts",
            "description": "Open Food Facts is the \"wikipedia of food\". Using the collaborative mobile app for Android and iPhone, you can help make food transparency a reality across the globe.\nYou take photos, and community effort and artificial intelligence then allow us to create data about the products, and to compute health and environmental scores. \nAll our work is open source and opendata, and we're strictly independant from the food industry.\nThat way, you can know if a product is good for you and for the planet, help other make food choices that work for them, and help foster research.",
            "get_involved": "We're looking for coders (to help us improve the tech) and decoders (to decipher all the food that's surrounding us). \nThe impact of Open Food Facts grows by spreading the word, adding new products using the app, translating the project, and much much more.",
            "get_involved_url": "https://world.openfoodfacts.org/contribute",
            "interest": "Open Food Facts uses tech and community to have a systemic impact on the health and environmental aspects of the food system.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-23T09:15:24.864648Z",
            "moderation_state": 3
        },
        {
            "id": 1918,
            "content_url": "https://www.youtube.com/channel/UC6fGwvRMhqAzn0DVZoJJ_uA",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Mukulu Kioko",
            "submitter_profile_id": 4336,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mukulu Kioko",
                    "profile_id": 4336,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Talents of Nairobi",
            "description": "Stories from around Nairobi, and the rest of Kenya.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-19T11:34:13.439699Z",
            "moderation_state": 3
        },
        {
            "id": 1912,
            "content_url": "https://mobilise.upstage.org.nz/",
            "is_bookmarked": false,
            "tags": [
                "Cyberformance",
                "Intermedia audience",
                "Internet art",
                "Networked performance",
                "Remote collaboration"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Helen Varley Jamieson",
            "submitter_profile_id": 4324,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Helen Varley Jamieson",
                    "profile_id": 4324,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Playful platform gets a rebuild",
            "description": "UpStage, the veteran browser-based platform for live online performance (cyberformance) is undergoing a complete rebuild as part of the Creative Europe funded project \"Mobilise/Demobilise.\" The new platform ditches Flash in favour of current technologies and adds new features for artists to use in real-time digital art collaborations. It will be launched in September 2021 with a performance series on the theme of mobility and immobility. Contributors welcome - developers, documentors, designers, artists - bring your imagination with you!",
            "get_involved": "We're interested in help with streaming, browser support, and business models; and we're open to anyone who is interested to get involved in the project.",
            "get_involved_url": "https://mobilise.upstage.org.nz",
            "interest": "UpStage is a unique and innovative open source artist-led creative collaboration platform. It's open source and visionary.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-16_152351.5706500000.png",
            "created": "2020-11-16T15:23:51.570067Z",
            "moderation_state": 3
        },
        {
            "id": 1911,
            "content_url": "https://www.youtube.com/watch?v=9YGKrSVa6rw&t=99s",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Sabrina Lindridge",
            "submitter_profile_id": 4315,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "I’m Sabrina",
            "description": "MozFest youth ambassador, sharing my passion for digital art.\nWhat I loved most about MozFest was its community of people that helped me to learn some coding, how to edit art and most of all teach and share with others to DIY what I love. \n\n\n\nWhat I’m looking forward to this year is how MozFest is going to adapt and modify to what we can all and can’t do! \nA project I enjoyed once was teaching a youth session on something I enjoy doing helping others grow there digital art skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-11-12T19:34:07.160722Z",
            "moderation_state": 3
        },
        {
            "id": 1910,
            "content_url": "https://www.instagram.com/p/B6sqVnSF99W/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Sabrina Lindridge",
            "submitter_profile_id": 4315,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sabrina Lindridge",
                    "profile_id": 4315,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foxy fan art",
            "description": "This is a open invitation to the community at large to create and collaborate some foxy (Mozilla mascot) fan art. \nAKA furries and other creative styles!",
            "get_involved": "",
            "get_involved_url": "https://www.instagram.com/sakulli_misu",
            "interest": "Openness, inclusivity, re mixing and making stuff!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-12_185712.1638270000.jpeg",
            "created": "2020-11-12T18:57:12.163476Z",
            "moderation_state": 3
        },
        {
            "id": 1928,
            "content_url": "https://sites.google.com/view/the-zen-of-ml/home",
            "is_bookmarked": false,
            "tags": [
                "AI in real life",
                "design principles",
                "machine learning",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Attend"
            ],
            "published_by": "Wiebke Toussaint",
            "submitter_profile_id": 4302,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wiebke Toussaint",
                    "profile_id": 4302,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Zen of ML",
            "description": "The Zen of ML is a set of design principles for the responsible development of machine learning (ML) code and use of ML tools. It is targeted at entry-level ML practitioners that have an abundance of enthusiasm to develop and deploy ML projects, but lack the technical foundations to do so responsibly. The Zen of ML can be viewed as a culture code that promotes the responsible development and deployment of ML. It is not binding or enforceable, but is intended to shape industry norms and offer a practical guide to the properties that responsible ML design for trustworthy AI should have.",
            "get_involved": "You can get involved with The Zen of ML by contributing design principles, participating in our MozFest 2021 workshop and reviewing design principles.",
            "get_involved_url": "https://sites.google.com/view/the-zen-of-ml/get-involved",
            "interest": "We are a group of individuals that are committed to contributing and sharing insights on responsible machine learning (ML) development practices in real world environments.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_072600.2578400000.png",
            "created": "2020-11-30T07:26:00.257211Z",
            "moderation_state": 3
        },
        {
            "id": 1908,
            "content_url": "https://en.flossmanuals.net/phaser-game-making-in-glitch/_full/",
            "is_bookmarked": false,
            "tags": [
                "glitch",
                "javascript"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "mickfuzz",
            "submitter_profile_id": 4300,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "mickfuzz",
                    "profile_id": 4300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Game Making using Gltch.com and Phaser Javascript Library",
            "description": "Game Making using Gitch.com and Phaser Javascript Library\n\nLots of fun making games and well designed resources on choosing your own game patterns to add.",
            "get_involved": "Test the contents with your coding club",
            "get_involved_url": "https://en.flossmanuals.net/phaser-game-making-in-glitch/_full/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-05_161155.0677070000.png",
            "created": "2020-11-05T16:11:55.067105Z",
            "moderation_state": 3
        },
        {
            "id": 1907,
            "content_url": "https://mickfuzz.github.io/makecode-platformer-101/",
            "is_bookmarked": false,
            "tags": [
                "game making",
                "makecode"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Code",
                "Write documentation"
            ],
            "published_by": "mickfuzz",
            "submitter_profile_id": 4300,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "mickfuzz",
                    "profile_id": 4300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Game Making with Make Code Arcade",
            "description": "A project based approach to learning to code using Game Making and focusing on users choosing Game Design Patterns",
            "get_involved": "",
            "get_involved_url": "https://mickfuzz.github.io/makecode-platformer-101/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-05_160949.4130260000.png",
            "created": "2020-11-05T16:09:49.412534Z",
            "moderation_state": 3
        },
        {
            "id": 1903,
            "content_url": "https://callfortrust.online",
            "is_bookmarked": false,
            "tags": [
                "benchmark",
                "business integrity",
                "fairness",
                "index",
                "online community",
                "openness",
                "reliability",
                "safety",
                "tranparency",
                "Trustability"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jan Otten",
            "submitter_profile_id": 4298,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jan Otten",
                    "profile_id": 4298,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CALLforTRUST",
            "description": "Platform for creating and assessing Online Trustability.",
            "get_involved": "We search interested people who want to work with us in benchmarking online trustability.",
            "get_involved_url": "https://callfortrust.online/login",
            "interest": "We work on the criteria of online trustability",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-02_133034.6863720000.jpg",
            "created": "2020-11-02T13:30:34.685499Z",
            "moderation_state": 3
        },
        {
            "id": 1902,
            "content_url": "http://makeflix.fun",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "community networks",
                "community of practice",
                "creativity",
                "decentralization",
                "environment",
                "makerparty",
                "open access",
                "reuse",
                "sustainability"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Rhea Muthane",
            "submitter_profile_id": 4295,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rhea Muthane",
                    "profile_id": 4295,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Makeflix",
            "description": "Makeflix is a creative repair project that enables people to creatively connect with themselves, their surrounding, their community and the environment through waste, repurposing and repair.",
            "get_involved": "Help us build a makers manifesto, figuring international collaborations and facilitators",
            "get_involved_url": "https://www.instagram.com/the.makeflix.playbook/",
            "interest": "It's a playful approach to trash that builds awareness about consumption behaviours, the environment and wellbeing.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-31_064025.4395160000.jpg",
            "created": "2020-10-31T06:40:25.438473Z",
            "moderation_state": 3
        },
        {
            "id": 1898,
            "content_url": "https://www.facebook.com/groups/strumfest",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Join community"
            ],
            "published_by": "Henk Brent",
            "submitter_profile_id": 4285,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Henk Brent",
                    "profile_id": 4285,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Strumfest",
            "description": "Sing/Play on screen lyrics and chords.",
            "get_involved": "Looking to promote sessions and recruit more hosts.",
            "get_involved_url": "https://www.facebook.com/groups/strumfest",
            "interest": "Celebrating the internet as a way to reach people in isolation with music.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-10-28T07:44:10.994994Z",
            "moderation_state": 3
        },
        {
            "id": 1896,
            "content_url": "https://youtu.be/F46lX5VIoas?t=8234",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "AI policy",
                "data privacy",
                "decentralization",
                "differential privacy",
                "federated learning",
                "human centered design",
                "Humane technology",
                "machine learning",
                "open source",
                "privacy",
                "reinforcement learning",
                "tai-wg",
                "user research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Madeleine Shang",
            "submitter_profile_id": 4262,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Madeleine Shang",
                    "profile_id": 4262,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Privacy Preserving Browser: as an alternative to Surveillance Capitalism",
            "description": "\"If you are not paying for a product, YOU'RE the product\"-tech proverbWe are not the owner nor the benefactor of data.This created a model that is exploitative and leads to negative outcomes as a community / society i.e. over consumption/environmental damage, extremism, entertainment without true fulfillment/enjoy that is robbing people of their most scarce asset: our time and futures.If we hand control of data back to the ppl via the browser, will that shift us towards a new capital model? Where data is rewarded to companies building better products for consumer and community well-being?",
            "get_involved": "Join the #alt_2_surveillance_capital on mozfest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "Algorithm and AI is making decisions that affects all of us and changing our behaviours. We would like your help to create a more positive and equitable future alternative to Surveillance Capitalism. Starting with a differentially private browser.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-27_212033.7400670000.png",
            "created": "2020-10-27T21:20:33.739589Z",
            "moderation_state": 3
        },
        {
            "id": 1895,
            "content_url": "https://mozillafestival.org/slack/",
            "is_bookmarked": false,
            "tags": [
                "tai-wg"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action",
                "Join community"
            ],
            "published_by": "Tara Vassefi",
            "submitter_profile_id": 4254,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Tara Vassefi",
                    "profile_id": 4254,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Truth as a Public Good",
            "description": "The Truth as a Public Good (TPG) Working Group will explore the “dilemma” of standardized content authentication and the stakeholders involved in this decision-making ecosystem. Content authentication, evaluating the integrity of shared multimedia content, is crucial in the era of increasing erosion of the public’s trust in media and information sources. The demand and supply for content authentication was incubated by civil society actors. Now with buzzwords, such as deepfakes and fake news, the private sector is catching up to the potential monetary gain of content authentication.",
            "get_involved": "Join the #truth_as_public_good on mozfest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "The internet and its content was created by all of us, and therefore should belong to all of us.By framing these digital platforms as public goods, we ask can we build a new healthier relationship between the public and private digital companies in order to deliver real value to society.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-29_213122.2898520000.jpg",
            "created": "2020-10-27T19:56:23.325802Z",
            "moderation_state": 3
        },
        {
            "id": 1887,
            "content_url": "https://github.com/mozilla/PRESC/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "machine learning",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "David Zeber",
            "submitter_profile_id": 4239,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "David Zeber",
                    "profile_id": 4239,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Performance Robustness Evaluation for Statistical Classifiers (PRESC)",
            "description": "We are working with data scientists, developers, academics and activists to build a tool that will help evaluate the performance of machine learning classification models, specifically in areas which tend to be overlooked, such as generalizability and bias. Our focus on misclassifications, robustness and stability will help facilitate the inclusion of bias and fairness analyses on the performance reports, so that these can be taken into account when crafting or choosing between models.",
            "get_involved": "Provide perspectives based on your experience or industry on how PRESC can help in building ML workflows, including sharing test datasets, testing the tool on new datasets and models, code contributions. Join the #presc channel on MozFest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_174909.0655700000.png",
            "created": "2020-10-24T00:29:06.693296Z",
            "moderation_state": 3
        },
        {
            "id": 1884,
            "content_url": "http://www.deepreckonings.com",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "creativemedia20",
                "deepfake",
                "machine learning",
                "misinformation",
                "post-truth",
                "truth"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Stephanie Lepp",
            "submitter_profile_id": 4230,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Stephanie Lepp",
                    "profile_id": 4230,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DEEP RECKONINGS",
            "description": "Deep Reckonings is a series of explicitly-marked deepfake videos that imagine Mark Zuckerberg, Brett Kavanaugh, and Alex Jones having a reckoning.  The project presents a radically different use of deepfake technology, to envision and elicit our best selves.",
            "get_involved": "",
            "get_involved_url": "http://www.deepreckonings.com/makeitreal.html",
            "interest": "Radically different use of deepfake technology — to envision and elicit our best selves",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-17_133025.5309080000.jpg",
            "created": "2020-10-17T13:30:25.530087Z",
            "moderation_state": 3
        },
        {
            "id": 1889,
            "content_url": "https://www.multiplicity.tech",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Lujain Ibrahim",
            "submitter_profile_id": 4197,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lujain Ibrahim",
                    "profile_id": 4197,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Multiplicity",
            "description": "Multiplicity is a digital curation on the internet's place in our lives, on both a personal and socio-political level, as young people in different parts of the world. We, students and alumni of NYU Abu Dhabi and NYU, critically examine the internet's influence, and explore ways to build a healthier and more equitable internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_122728.9504570000.png",
            "created": "2020-10-26T12:27:28.949883Z",
            "moderation_state": 3
        },
        {
            "id": 1840,
            "content_url": "https://smart.inovamedialab.org/smart-2019/project-reports/interrogating-vision-apis/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic audit",
                "algorithmic bias",
                "computer vision"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Tarcízio Silva",
            "submitter_profile_id": 4169,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tarcízio Silva",
                    "profile_id": 4169,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Interrogating Vision APIs",
            "description": "This project proposes to investigate Vision APIs as research devices while experimentally applying them for the study of visual representation of countries through image results of demonyms (brazilian, portuguese, american etc).  The study is based on the approach of large visual datasets collected from different stock photos websites, attempting to derive descriptions and to identify patterns of comparisons, also, developing considerations on the prospects and limits of the applied methodology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-26_161138.6839460000.jpg",
            "created": "2020-09-26T16:11:38.683291Z",
            "moderation_state": 3
        },
        {
            "id": 1846,
            "content_url": "https://tarciziosilva.com.br/blog/posts/algorithmic-racism-timeline/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "algorithmic racism",
                "credit score",
                "facial recognition",
                "natural language processing",
                "risk score",
                "search engines",
                "stock photos",
                "visual computing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Tarcízio Silva",
            "submitter_profile_id": 4169,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Tarcízio Silva",
                    "profile_id": 4169,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Algorithmic Racism Timeline",
            "description": "The timeline is a curated collection of cases of algorithmic racism in technologies or tools like social media platforms, mobile apps, visual computing, facial recognition, natural language processing etc. The goal is to increase awareness regarding algorithmic harms.\n\nPublished in three languages:\nEN - https://tarciziosilva.com.br/blog/posts/algorithmic-racism-timeline/\nBR-PT - https://tarciziosilva.com.br/blog/posts/racismo-algoritmico-linha-do-tempo/\nES - https://tarciziosilva.com.br/blog/posts/timeline-linea-del-tiempo-racismo-algoritmico/",
            "get_involved": "You can use the timeline to promote awareness; send me new cases to be added; or translate to other languages.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-08_005053.1657890000.jpg",
            "created": "2020-10-08T00:50:53.165459Z",
            "moderation_state": 3
        },
        {
            "id": 1834,
            "content_url": "https://www.their.tube",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "video recommendation",
                "YouTube"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Tomo",
            "submitter_profile_id": 4153,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tomo",
                    "profile_id": 4153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "TheirTube",
            "description": "Theirtube is a Youtube filter bubble simulator that provides a look into how videos are recommended on other people's YouTube. Users can experience how the YouTube home page would look for six different personas. Each persona simulates the viewing environment of real Youtube users who experienced being inside a recommendation bubble through recreating a Youtube account with a similar viewing history. TheirTube shows how YouTube’s recommendations can drastically shape someone’s experience on the platform and, as a result, shape their worldview.",
            "get_involved": "",
            "get_involved_url": "https://github.com/kihapper/TheirTube",
            "interest": "It shows insights into how the Youtube recommendation engine is working",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-11_192320.2058600000.png",
            "created": "2020-09-11T19:23:20.205472Z",
            "moderation_state": 3
        },
        {
            "id": 1819,
            "content_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "is_bookmarked": false,
            "tags": [
                "media",
                "open access",
                "openness",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action"
            ],
            "published_by": "Stefaniia Ivashchenko",
            "submitter_profile_id": 4112,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Science TV",
            "description": "Science makes our life better, safer and comfortable. However, academic community is suffering from luck of funding, transparency, reproducibility and toxic environment. Some of these problems arise from commercial companies controlling scientific communication and metrics. While most of scientific research is funded from taxpayers, makes the current system of scientific development dysfunctional and inefficient. Open Science TV is a new independent scientific media platform. Our goal is to promote Open Science principles as a potential cure to these problems and give a word to scientists.",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-08_175546.4031100000.png",
            "created": "2020-08-08T17:55:46.402723Z",
            "moderation_state": 3
        },
        {
            "id": 1780,
            "content_url": "https://moondisaster.org",
            "is_bookmarked": false,
            "tags": [
                "creativemedia20",
                "deepfake",
                "disinformation",
                "misinformation",
                "nixon",
                "synthetic media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Halsey Burgund",
            "submitter_profile_id": 4039,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Halsey Burgund",
                    "profile_id": 4039,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "In Event of Moon Disaster",
            "description": "In Event of Moon Disaster explores deepfake technology and its growing role in the misinformation ecosystem. We created an alternative history using a deepfake as well as “cheap fakes” with the intent of showing how they are created, how compelling they can be and how people can minimize the chances of being unduly influenced by them. We also intend to highlight that deepfake technology and all synthetic media has positive creative uses as well.",
            "get_involved": "We always appreciate thoughtful feedback on how best to communicate our message and love to hear more ideas for spreading the word.",
            "get_involved_url": "https://moondisaster.org",
            "interest": "Experience a compelling short film; learn about cutting edge deepfake technology; learn some methods for combatting misinformation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-28_183615.1123820000.jpg",
            "created": "2020-07-28T18:36:15.111833Z",
            "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": 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": 1942,
            "content_url": "https://foundation.mozilla.org/blog/surveillance-actually/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaigns",
                "mozilla",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Surveillance Actually",
            "description": "Most consumers don’t realize the risks that come with their new Ring doorbell or other device – so we created a holiday-inspired video to help people see that surveillance actually… is all around. Watch it now and share it with your friends and family",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/blog/surveillance-actually/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-15_173752.2019690000.jpg",
            "created": "2020-12-15T17:37:52.199330Z",
            "moderation_state": 3
        },
        {
            "id": 1941,
            "content_url": "https://foundation.mozilla.org/campaigns/apples-anti-tracking-plans-iphone",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "campaigns",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Apple’s anti-tracking plans for iPhone",
            "description": "Apple plans to improve privacy on iPhone, but it’s already pushed back the implementation. We need a massive outpouring of support for Apple’s decision to help strengthen its resolve to protect consumer privacy. Tell Apple: I support your efforts to defend our privacy, and encourage you to implement the IDFA changes as soon as possible.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/apples-anti-tracking-plans-iphone",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-15_173032.0311800000.jpg",
            "created": "2020-12-15T17:30:32.030613Z",
            "moderation_state": 3
        },
        {
            "id": 2125,
            "content_url": "https://foundation.mozilla.org/blog/watch-mozilla-venmoes-paypal-ceo-dan-schulman-our-2-cents",
            "is_bookmarked": false,
            "tags": [
                "advo",
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Watch session"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "WATCH: Mozilla Venmoes PayPal CEO Dan Schulman our 2 cents",
            "description": "We think everyone deserves privacy by default, but unfortunately the CEO of Venmo’s parent company, PayPal hasn’t come around. So we found him on Venmo, and shared our 2 cents — literally and figuratively.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/blog/watch-mozilla-venmoes-paypal-ceo-dan-schulman-our-2-cents",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-29_192702.7462830000.png",
            "created": "2021-06-29T19:27:02.746000Z",
            "moderation_state": 3
        }
    ]
}