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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-featured&page=33",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-featured&page=31",
    "results": [
        {
            "id": 2128,
            "content_url": "https://arxiv.org/abs/2011.07586",
            "is_bookmarked": false,
            "tags": [
                "tmfcr"
            ],
            "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": "Uncertainty as a Form of Transparency",
            "description": "Until now, most research into algorithmic transparency has predominantly focused on explainability. Explainability attempts to provide reasons for a machine learning model's behavior to stakeholders. However, understanding a model's specific behavior alone might not be enough for stakeholders to gauge whether the model is wrong or lacks sufficient knowledge to solve the task at hand. In this paper, we argue for considering a complementary form of transparency by estimating and communicating the uncertainty associated with model predictions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_170814.5074150000.png",
            "created": "2021-07-01T17:08:14.507091Z",
            "moderation_state": 3
        },
        {
            "id": 2129,
            "content_url": "https://deepai.org/publication/a-multistakeholder-approach-towards-evaluating-ai-transparency-mechanisms",
            "is_bookmarked": false,
            "tags": [
                "tmfcr"
            ],
            "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": "A Multistakeholder Approach Towards Evaluating AI Transparency Mechanisms",
            "description": "In our work, we want to investigate how well transparency mechanisms might work in practice for a more diverse set of stakeholders by conducting a large-scale, mixed-methods user study across a range of organizations, within a particular industry such as health care, criminal justice, or content moderation. In this paper, we outline the setup for our study.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_172548.4203080000.png",
            "created": "2021-07-01T17:25:48.420049Z",
            "moderation_state": 3
        },
        {
            "id": 2130,
            "content_url": "https://www.youtube.com/watch?v=pt9YCVX7VOk",
            "is_bookmarked": false,
            "tags": [
                "tmfme"
            ],
            "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 YouTube Watching Me? Mozilla Explains: Recommendation Engines",
            "description": "Ever feel like YouTube is a little *too good* at suggesting the next video for you to watch? How does it do it? \n\nYouTube’s recommendation engine, sometimes called the recommendation algorithm, is incredibly powerful: It accounts for 70% of all videos viewed on YouTube. In this episode of Mozilla Explains, data scientist and researcher Jesse McCrosky tells us how it works.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_175208.3589100000.png",
            "created": "2021-07-01T17:52:08.358694Z",
            "moderation_state": 3
        },
        {
            "id": 2131,
            "content_url": "https://www.youtube.com/watch?v=pt9YCVX7VOk",
            "is_bookmarked": false,
            "tags": [
                "tmfme"
            ],
            "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 YouTube Watching Me? Mozilla Explains: Recommendation Engines",
            "description": "In this episode of Mozilla Explains, data scientist and researcher Jesse McCrosky explains how artificial intelligence systems optimize for metrics. \n\nWant to help us study YouTube’s algorithm? Install RegretsReporter: https://foundation.mozilla.org/campai...",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_175704.5535310000.png",
            "created": "2021-07-01T17:57:04.553199Z",
            "moderation_state": 3
        },
        {
            "id": 2132,
            "content_url": "https://www.youtube.com/watch?v=r98HbsaN9nw&list=PLnRGhgZaGeBu1d-f0ZfaDOWrPMyN3IemM&index=3",
            "is_bookmarked": false,
            "tags": [
                "tmfme"
            ],
            "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": "Why Does YouTube Recommend Conspiracy Theories? Mozilla Explains: Filter Bubbles",
            "description": "YouTube’s recommendation engine, or recommendation algorithm, is intended to keep you on the site watching videos for as long as possible so they can earn advertising revenue. But the content that keeps you on the platform isn’t always factually correct, and videos that are fun to share may not always convey a message worth spreading. Guillaume Chaslot explains more about filter bubbles, and why YouTube sometimes recommends conspiracy theories.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_180340.3077790000.png",
            "created": "2021-07-01T18:03:40.307558Z",
            "moderation_state": 3
        },
        {
            "id": 2133,
            "content_url": "https://book.mozillafestival.org/peer-to-peer-interviews/data-art-and-building-bridges",
            "is_bookmarked": false,
            "tags": [
                "tmfb"
            ],
            "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 Data, Art, And Building Bridges",
            "description": "A conversation between Mimi Onuoha and Irini Papadimitriou in the How to Mozilla book.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_180929.3989460000.png",
            "created": "2021-07-01T18:09:29.398730Z",
            "moderation_state": 3
        },
        {
            "id": 2134,
            "content_url": "https://book.mozillafestival.org/peer-to-peer-interviews/open-hardware",
            "is_bookmarked": false,
            "tags": [
                "tmfb"
            ],
            "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 Open Hardware",
            "description": "A conversation between Allen Gunn and Andrew Huang in the How to MozFest Book about open hardware.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_182940.4787050000.png",
            "created": "2021-07-01T18:29:40.478357Z",
            "moderation_state": 3
        },
        {
            "id": 2135,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/shaping-journalism-and-the-open-web-2",
            "is_bookmarked": false,
            "tags": [
                "tmfb"
            ],
            "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": "Shaping Journalism And The Open Web",
            "description": "Journalism remains one of the major ways we all interact with the open web, whether that be sharing article links on social media or developing sites using Django (which began at the Lawrence Journal-World newspaper). Over 10 MozFests, OpenNews has helped participants explore how journalism shapes and is shaped by the open web, build skills and conceive of new projects, and find collaborators to keep all of those efforts going long after the event closes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_184009.8899760000.png",
            "created": "2021-07-01T18:40:09.889634Z",
            "moderation_state": 3
        },
        {
            "id": 2137,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/open-science-spurring-discovery-and-innovation-worldwide",
            "is_bookmarked": false,
            "tags": [
                "tmfb"
            ],
            "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": "Open Science: Spurring Discovery And Innovation Worldwide",
            "description": "Mozilla has long recognized a synergy with the open science movement, which seeks to speed innovation and discovery, encourage the sharing and reuse of research data, and ensure broad, open access to scientific knowledge. Many of the key principles of open science mirror those of the open source movement. Open science is a method of practicing science where data and processes are shared openly and freely in a manner that allows others to reuse and reproduce that work. Read more about open science in this MozFest Book chapter.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_191021.6181310000.png",
            "created": "2021-07-01T19:10:21.617867Z",
            "moderation_state": 3
        },
        {
            "id": 2138,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/strategic-action-for-tech-policy",
            "is_bookmarked": false,
            "tags": [
                "tmfb"
            ],
            "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": "Strategic Action for Tech Policy",
            "description": "The internet sits at the heart of our global society and economy. We see how today’s technology is built  – and by whom – and the decisions made about how that -technology is used as political. An open, disruptive internet delivers incredible socioeconomic benefits, and if we as a global society don’t work to protect the internet’s core features, and balance the commercial interest with the public interest, those benefits will go away. Read more about action towards tech policy in this MozFest book chapter.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_191603.6560610000.png",
            "created": "2021-07-01T19:16:03.655833Z",
            "moderation_state": 3
        },
        {
            "id": 2139,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/the-web-as-a-platform",
            "is_bookmarked": false,
            "tags": [
                "tmfb"
            ],
            "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 Web As A Platform",
            "description": "The web can be defined by the collection of content and applications that are available through it. If you remove all the content, it’s reduced to an empty shell, a platform, its infrastructure, and a collection of standards and tools allowing content and applications to be published, discovered, and accessed. Read more about the web as a platform here.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_194348.5432750000.png",
            "created": "2021-07-01T19:43:48.543038Z",
            "moderation_state": 3
        },
        {
            "id": 2140,
            "content_url": "https://www.youtube.com/watch?v=1iT0eSSNlC4",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd",
                "bmfdd"
            ],
            "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": "Hunting Biased Algorithms",
            "description": "Can bias bounties become as mainstream as bug bounties?\nDeborah Raji and Camille Francois chat about hunting bias in algorithms.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_194843.0154720000.png",
            "created": "2021-07-01T19:48:43.015222Z",
            "moderation_state": 3
        },
        {
            "id": 2141,
            "content_url": "https://www.youtube.com/watch?v=ka6VPT16Oj8",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd",
                "bmfdd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "AI & Power",
            "description": "The AI in our daily lives reinforces historical power imbalances — across gender, across race, and across class. Is it possible to make more just AI systems mainstream? A panel featuring:\n\nCierra Robson, Associate Director of the Ida B. Wells JUST Data Lab at Princeton University\nDr. Sarah Roberts, Co-Director, UCLA Center for Critical Internet Inquiry\nNighat Dad, Executive Director, Digital Rights Foundation\nJulie Owono, Executive Director, Internet Sans Frontières\nAnd moderator J. Bob Alotta, Mozilla's VP of Global Programs",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_195129.3177440000.png",
            "created": "2021-07-01T19:51:29.317425Z",
            "moderation_state": 3
        },
        {
            "id": 2142,
            "content_url": "https://www.youtube.com/watch?v=F366d5pVLVA",
            "is_bookmarked": false,
            "tags": [
                "bmfdd"
            ],
            "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": "Responding to Coded Bias: Black Women Interrogating AI",
            "description": "Deborah Raji (featured in the film Coded Bias) engages a panel of technologists on critical themes highlighted in the documentary, including technology-based discrimination around race and gender, representation, intersectionality, and civic engagement. Panelists: Deborah Raji (Mozilla Fellow), Renee Cummings (Data Activist, University of Virginia), Ayanna Howard (Dean, College of Engineering, Ohio State), Ifeoma Ozoma (Founder and Principal, Earthseed).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_195456.9776280000.png",
            "created": "2021-07-01T19:54:56.977359Z",
            "moderation_state": 3
        },
        {
            "id": 2146,
            "content_url": "https://www.ajl.org/avbp",
            "is_bookmarked": false,
            "tags": [
                "bmfcr"
            ],
            "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": "Community Reporting of Algorithmic System Harms (CRASH) Project",
            "description": "We are building a team of AJL Agents and community partners who will work together to  learn from those who have been directly harmed by algorithmic systems, as well as from the successes and failures of bug bounty and coordinated disclosure programs, in order to create new ways to hold companies accountable, help build better AI systems, and provide new opportunities for individuals in this field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_212817.6824450000.png",
            "created": "2021-07-01T21:28:17.682225Z",
            "moderation_state": 3
        },
        {
            "id": 2147,
            "content_url": "https://www.technologyreview.com/2020/12/10/1013617/racism-data-science-artificial-intelligence-ai-opinion/",
            "is_bookmarked": false,
            "tags": [
                "bmfcr"
            ],
            "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": "How our data encodes systematic racism",
            "description": "Technologists must take responsibility for the toxic ideologies that our data sets and algorithms reflect.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_213043.3363160000.png",
            "created": "2021-07-01T21:30:43.336094Z",
            "moderation_state": 3
        },
        {
            "id": 2148,
            "content_url": "https://foundation.mozilla.org/en/blog/supporting-black-artists-who-are-examining-ai/",
            "is_bookmarked": false,
            "tags": [
                "bmfcr"
            ],
            "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": "Supporting Black Artists Who Are Examining AI",
            "description": "Mozilla’s latest round of Creative Media Awards will provide $245,000 in funding to Black artists who are exploring the effects of AI on racial justice.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_214723.2541620000.png",
            "created": "2021-07-01T21:47:23.253941Z",
            "moderation_state": 3
        },
        {
            "id": 2165,
            "content_url": "https://youtu.be/pCngLZcoBno",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Whatever Happened to the Promise of the Net?",
            "description": "Mishi Choudhary, Legal Director at the Software Freedom Law Center, outlines systemic flaws with today’s internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-07-05T18:18:19.742840Z",
            "moderation_state": 3
        },
        {
            "id": 2151,
            "content_url": "https://www.youtube.com/watch?v=fGyjqHS-poU",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd",
                "mbmfdd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                }
            ],
            "entry_type": "session",
            "title": "AI & Labor",
            "description": "Sprawling internet platforms and their sophisticated algorithms have created a new ecosystem of on-demand, app-facilitated services — but also a new labor class, stripped of traditional labor rights.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_190321.3933950000.jpeg",
            "created": "2021-07-05T15:59:39.903831Z",
            "moderation_state": 3
        },
        {
            "id": 2150,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Tech Activism Through Art",
            "description": "Can art and entertainment fuel a global movement for internet health? A conversation featuring:  Neema Iyer, Founder and Director, Pollicy  Alexander Fefegha, Co-Founder and Director, COMUZI",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=AWmL5-_GyTE",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_190357.4815250000.jpeg",
            "created": "2021-07-05T15:57:16.232671Z",
            "moderation_state": 3
        },
        {
            "id": 2158,
            "content_url": "https://youtu.be/qtH216R2Hls",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "#2019dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Content Moderation’s Toll",
            "description": "A hidden workforce tries to keep platforms free from violence and pornography. How do they cope?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_191306.0268230000.jpg",
            "created": "2021-07-05T18:01:30.550593Z",
            "moderation_state": 3
        },
        {
            "id": 2162,
            "content_url": "https://youtu.be/503Yup0wpIk",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "AI's collateral damage",
            "description": "Silicon Valley, Washington, DC, Beijing and other power centers are in an AI arms race. What does this mean for human rights and the centralization of power?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192149.7696600000.jpg",
            "created": "2021-07-05T18:11:13.292569Z",
            "moderation_state": 3
        },
        {
            "id": 956,
            "content_url": "https://www.youtube.com/watch?v=R8crgz1Wb1I&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=3",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Who Controls the Internet?",
            "description": "The internet was intended for many, but today it’s controlled by few. A discussion about centralization and possible solutions, from antitrust to a new economic model.This MozFest 2018 panel features Mozilla director of public policy Chris Riley and EDRi senior policy advisor Maryant Fernandez.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192344.2527920000.jpg",
            "created": "2018-11-07T16:35:51.042713Z",
            "moderation_state": 3
        },
        {
            "id": 2174,
            "content_url": "https://youtu.be/UHu2CvjR98g",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "I’m So Sick of Talking My Face Hurts: A Rant by a Brown Feminist from the Global South",
            "description": "Nighat Dad, founder of Digital Rights Foundation Pakistan, says words alone will not solve harassment and hacking.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192909.0198980000.jpg",
            "created": "2021-07-05T18:28:49.021031Z",
            "moderation_state": 3
        },
        {
            "id": 2172,
            "content_url": "https://youtu.be/mzjHu2izFn8",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Stories from the Future of Democracy",
            "description": "“The internet and democracy are the same thing in Taiwan.” Taiwan's Digital Minister, Audrey Tang, discusses civic participation and radical transparency.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192953.0346040000.jpg",
            "created": "2021-07-05T18:27:20.760831Z",
            "moderation_state": 3
        },
        {
            "id": 2169,
            "content_url": "https://www.youtube.com/watch?v=_mMhDA4z4BA",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "It Takes a Hacker to Catch a Hacker",
            "description": "CryptoHarlem founder and Mozilla Fellow Matt Mitchell shares six steps for keeping activists and NGOs safe online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193052.8178890000.jpg",
            "created": "2021-07-05T18:24:22.580622Z",
            "moderation_state": 3
        },
        {
            "id": 2168,
            "content_url": "https://youtu.be/uK79tOINeDw",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "How to Build an Internet with Us, Not for Us",
            "description": "Anasuya Sengupta and Siko Bouterse of Whose Knowledge? explain how today’s internet is built for a majority by a minority.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193112.4384670000.jpg",
            "created": "2021-07-05T18:23:32.079472Z",
            "moderation_state": 3
        },
        {
            "id": 953,
            "content_url": "https://www.youtube.com/watch?list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&v=FsIXHQifkXw",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Data Balancing Act",
            "description": "As billions more people and tens of billion more devices come online, boundless amounts of data are created. How do we use it for good (development, smarter cities) and not bad (surveillance, insecurity)?This panel from MozFest 2018 features Zara Rahman, researcher at the Engine Room working at the intersection of technology and social justice; and Malavika Jayaram, executive director of Digital Asia Hub and faculty associate at Harvard’s Berkman Klein Center for Internet & Society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192355.9297270000.jpg",
            "created": "2018-11-07T16:32:25.618351Z",
            "moderation_state": 3
        },
        {
            "id": 2177,
            "content_url": "https://www.youtube.com/watch?v=Yei7SS8nEqw",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "What Algorithms Taught Me About Forgiveness",
            "description": "ProPublica journalist Julia Angwin talks about algorithmic bias in the criminal justice system.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192759.8280820000.jpg",
            "created": "2021-07-05T18:32:00.223714Z",
            "moderation_state": 3
        },
        {
            "id": 2176,
            "content_url": "https://youtu.be/sECDr9LJlMs",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd",
                "5yearsdand"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Closing the Digital Gender Divide",
            "description": "\"How do we make sure the web is for all?” Nanjira Sambuli, Digital Equality Advocacy Manager at the Web Foundation, outlines how public policy can bring more women online..",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192817.6719240000.jpg",
            "created": "2021-07-05T18:31:01.091313Z",
            "moderation_state": 3
        },
        {
            "id": 2173,
            "content_url": "https://youtu.be/zzJ0KAvpdVw",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Being Human in the Dark Days of the Internet",
            "description": "Emily May, Executive Director, Hollaback!, talks about solutions to abuse and bullying online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192936.4384450000.jpg",
            "created": "2021-07-05T18:28:04.269631Z",
            "moderation_state": 3
        },
        {
            "id": 2171,
            "content_url": "https://youtu.be/sryVMjmHcdg",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The Big Open",
            "description": "Leadership from Wikimedia, Creative Commons, and Mozilla discuss the history and future of the open source movement.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193012.3339270000.jpg",
            "created": "2021-07-05T18:26:30.377737Z",
            "moderation_state": 3
        },
        {
            "id": 154,
            "content_url": "https://www.youtube.com/watch?v=PvPGTu_GjVI&index=11&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bringing Back the Decentralized Web",
            "description": "Brian Behlendorf is Executive Director at the Hyperledger Project. He spoke at MozFest 2016 about blockchain.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193645.5656540000.jpg",
            "created": "2017-02-09T15:09:57.391000Z",
            "moderation_state": 3
        },
        {
            "id": 155,
            "content_url": "https://www.youtube.com/watch?v=RyAdgOoJm_E&index=10&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Indie Music and the Web",
            "description": "Maggie Vail is Executive Director at CASH Music. She spoke at MozFest 2016 about empowering musicians on the web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193705.1060640000.jpg",
            "created": "2017-02-09T15:09:26.272000Z",
            "moderation_state": 3
        },
        {
            "id": 2181,
            "content_url": "https://youtu.be/VdxPi3yEf_w",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brandi Geurkink",
                    "profile_id": 4026,
                    "is_active": true
                },
                {
                    "name": "Sarah Aoun",
                    "profile_id": 283,
                    "is_active": true
                }
            ],
            "entry_type": "session",
            "title": "What is the future of data and AI — and what role will Mozilla play?",
            "description": "In this one-hour plenary, Mozilla community members highlight the need for more trustworthy AI. And, also explore what the MozFest community can do to make it a reality. You’ll hear from engineers, activists, and researchers about new (and better) ways of using, sharing, and thinking about data for the public good.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112203.6249490000.jpeg",
            "created": "2021-07-06T11:22:03.614338Z",
            "moderation_state": 3
        },
        {
            "id": 2184,
            "content_url": "https://youtu.be/i0n1Xaj-YbY",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "What has the Wikimedia movement to do with sustainability?",
            "description": "Our discussion will focus on how the Wikimedia movement can help the sustainability and climate movements while maintaining our neutral point of view. What does knowledge activism look like in a platform focused on being apolitical? In this talk we will look at how activist communities are developing a playbook to meet the world's information needs to confront a pressing climate crisis.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112635.1925860000.jpeg",
            "created": "2021-07-06T11:26:35.179482Z",
            "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": 2211,
            "content_url": "https://foundation.mozilla.org/en/data-futures-lab/",
            "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 Futures Lab",
            "description": "The Data Futures Lab is an experimental space for instigating new approaches to data stewardship challenges. It provides funding, scaffolding for collaboration, convening around emerging ideas, and a place to workshop approaches to data stewardship which give greater control and agency to people.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_180922.7545790000.png",
            "created": "2021-07-08T18:09:22.754355Z",
            "moderation_state": 3
        },
        {
            "id": 2193,
            "content_url": "https://youtu.be/2nlPmkGymaU",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Regulating Artificial Intelligence with Collective Intelligence",
            "description": "To conceptualize the best manifestation of AI, we must offer the best of human governance by elevating the best of our collective intelligence. Imagine Habermasian Discourse Ethics guiding the most difficult questions of AI Governance and decision-making? This session will explore the vision, tactics and results of the recently-concluded Global Citizen’s Dialogue on the Future of the Internet, We, the Internet (WTI). Since its inception in 2018, WTI has organized national deliberations in 77 countries, activating the collective insights of over 5000 citizens. Our overarching goal is to test, i",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_115308.8942060000.jpeg",
            "created": "2021-07-06T11:53:08.884022Z",
            "moderation_state": 3
        },
        {
            "id": 2194,
            "content_url": "https://youtu.be/iLXoN-UaxW8",
            "is_bookmarked": false,
            "tags": [
                "mf2021selection",
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Alternative Business Models For The Web",
            "description": "Join Ayman Hariri (CEO & Founder, Vero), Tony Fadell (founder, Nest & Principal at Future Shape) and Ashley Boyd (VP of Advocacy and Engagement, Mozilla Foundation) for a fascinating discussion on creating alternative business models for the web. Building on their experience, they'll provide insights on how you transform an idea into a sustainable business and explore the need to move away from the \"free\" ad-based economic model dominating the web today.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_115409.4991450000.jpeg",
            "created": "2021-07-06T11:54:09.487263Z",
            "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": 2209,
            "content_url": "https://www.adalovelaceinstitute.org/report/legal-mechanisms-data-stewardship/",
            "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": "Exploring legal mechanisms for data stewardship",
            "description": "A joint publication with the AI Council, which explores three legal mechanisms that could help facilitate responsible data stewardship",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_172101.8478450000.png",
            "created": "2021-07-08T17:21:01.847588Z",
            "moderation_state": 3
        },
        {
            "id": 2187,
            "content_url": "https://youtu.be/SuUG0db-ZcE",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Girmit: Defining Moments - DIY Multi-dimensional Motion Artainment Experience",
            "description": "Girmit - Be Careful What You Sign Up For? Girmit, a corruption of the word agreement, is a global story of progress and change, with its routes in London. We exist in an age of agreements, with consent boxes on every portal and screen imaginable, our data being harvested like sugarcane. Over 150 years ago a sophisticated system of agreements followed the abolition of slavery. 2021 marks the centenary of the abolition of Girmit, also known as indentured labour. In an age of isolation, when oral histories become our heirlooms, Girmit approaches a complex history with empathy and sensitivity. Thi",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_113840.5720110000.jpeg",
            "created": "2021-07-06T11:38:40.561042Z",
            "moderation_state": 3
        },
        {
            "id": 2182,
            "content_url": "https://youtu.be/vi1jb2uzZIs",
            "is_bookmarked": false,
            "tags": [
                "mf2021selection",
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The Role of Tech in a Human Rights and Climate-Resilient Future",
            "description": "The future is uncertain. Whether climate policy, trade relations, or disruptive technology, we cannot be sure of how key factors reshaping the world will play out in the coming decade. Also, the operating context for business and other stakeholders is formed by the complex interactions of many factors, but often factors are considered in isolation and responses, siloed. The climate crisis plays a large role in shaping our future, with a growing impact on human rights. Water scarcity, wildfires, extreme weather, and rising sea levels already disproportionately affect marginalized populations, r",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112340.7297950000.jpeg",
            "created": "2021-07-06T11:23:40.718886Z",
            "moderation_state": 3
        },
        {
            "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": 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": 2198,
            "content_url": "https://book.mozillafestival.org/peer-to-peer-interviews/girls-in-stem-education",
            "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 Girls In STEM Education",
            "description": "A conversation between Aoibheann Mangan and Alia ElKattan about girls in STEM education.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_211404.4094110000.png",
            "created": "2021-07-07T21:14:04.409190Z",
            "moderation_state": 3
        },
        {
            "id": 2199,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/queering-mozfest-challenging-expectations-of-normal",
            "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": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Queering MozFest: Challenging Expectations of “Normal”",
            "description": "How to MozFest Book chapter about the queering territory created in 2018.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_211709.2086640000.png",
            "created": "2021-07-07T21:17:09.208444Z",
            "moderation_state": 3
        }
    ]
}