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=title&page=3
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=title&page=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=title&page=2",
    "results": [
        {
            "id": 1925,
            "content_url": "https://www.mozillafestival.org/en/speakers/virtual-dialogue-and-debates/alternative-business-models-web/",
            "is_bookmarked": false,
            "tags": [
                "advertising"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend"
            ],
            "published_by": "Harriet Kingaby",
            "submitter_profile_id": 3118,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Alternative Business Models for the Web",
            "description": "Right now, the web has a single reigning business model: digital advertising, a $300 billion industry annually.\n\nThis business model has upsides, like “free” access to content, tools, and platforms. But there are also steep harms. Today’s AI-powered targeted advertisements can spread misinformation and disinformation. They can reinforce societal biases and discrimination. They can increase surveillance. And they can even harm the environment.\n\nIt may be possible to reform digital advertising to mitigate these harms, but it is also possible to introduce mainstream alternatives?",
            "get_involved": "",
            "get_involved_url": "https://www.mozillafestival.org/en/speakers/virtual-dialogue-and-debates/alternative-business-models-web/",
            "interest": "For anyone interested in how we take on the capitalist model of funding the web, and replace it with something less commercial.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-27_160808.2428250000.jpg",
            "created": "2020-11-27T16:08:08.242127Z",
            "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": 2152,
            "content_url": "https://www.youtube.com/watch?v=PMP4CsMhfyc",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3796,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Alternatives to Digital Ads",
            "description": "Can alternatives to invasive online ads become mainstream?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_190249.9487710000.jpeg",
            "created": "2021-07-05T16:05:26.292486Z",
            "moderation_state": 3
        },
        {
            "id": 2060,
            "content_url": "https://alternative-twitter-embeds.glitch.me/",
            "is_bookmarked": false,
            "tags": [
                "embed",
                "tweets",
                "twitter"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Alternative Tweet Embeds",
            "description": "Embed tweets without compromising your users' privacy and your site's performance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-05-04T19:38:18.310485Z",
            "moderation_state": 3
        },
        {
            "id": 268,
            "content_url": "https://github.com/ipsha21/altruism-in-tech",
            "is_bookmarked": false,
            "tags": [
                "diversity",
                "gender",
                "global sprint",
                "inclusion",
                "mentor",
                "tech",
                "women"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Altruism in Tech",
            "description": "The project is designed to help and guide people in tech who have lost their way, or find it difficult to start in the first place. The idea is to make the tech industry more inclusive and welcoming for a diverse set of people, by connecting them to a mentor, over internet for a call. The aim is to create a portal where interested Mozilla employees can volunteer by making themselves available for a one-on-one meeting, with a newcomer seeking help in their area of expertise.",
            "get_involved": "",
            "get_involved_url": "https://github.com/ipsha21/altruism-in-tech",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-05-10T16:43:07.471608Z",
            "moderation_state": 3
        },
        {
            "id": 1021,
            "content_url": "https://foundation.mozilla.org/en/campaigns/amazon-echo-kids/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Amazon: clarify how you're safeguarding kids' privacy",
            "description": "Update: After hearing our concerns, Amazon has updated their product page to link to a page with more information about how they’re safeguarding children’s security.\n\nAmazon is about to release an Echo Dot smart speaker for kids. We've pored over the Echo Dot's product page and we can't find the answer to an important question — What will Amazon do with the information it collects from kids?\n\nJoin us in asking Amazon to update its product page to tell parents exactly what it will do with children's data.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/amazon-echo-kids/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:35:29.192905Z",
            "moderation_state": 3
        },
        {
            "id": 1183,
            "content_url": "https://medium.com/read-write-participate/amazon-mandate-privacy-policies-for-all-connected-products-999884c5c65a",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Amazon: Mandate Privacy Policies for All Connected Products",
            "description": "Mozilla is urging Amazon to take an important step for consumer privacy: Mandate that all third-party internet-connected products for sale on its platform have a privacy policy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-17_154628.4021210000.png",
            "created": "2019-05-17T15:46:28.401505Z",
            "moderation_state": 3
        },
        {
            "id": 63,
            "content_url": "https://www.youtube.com/watch?v=Exc9PAXhOd0",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Meme Is Born",
            "description": "Why we need copyright laws that set the imagination free",
            "get_involved": "Join the change copyright campaign.",
            "get_involved_url": "https://www.changecopyright.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/63.png",
            "created": "2016-10-24T21:55:03.290000Z",
            "moderation_state": 3
        },
        {
            "id": 1188,
            "content_url": "https://amethyst.rs/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2019"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Amethyst",
            "description": "Amethyst uses a rigorous Entity Component System (ECS) architecture to organize game logic. This abstracts away some of the parallelism work, allowing easier exploitation of multi-threading in games. The ECS is rich in features and very efficient, as it never does any memory locking while remaining entirely thread-safe.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_135943.2075310000.png",
            "created": "2019-05-22T13:59:43.194478Z",
            "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": 1782,
            "content_url": "https://foundation.mozilla.org/en/blog/apollo-11-deepfake-help-understand-misinformation/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "An Apollo 11 Deepfake to Help Understand Misinformation",
            "description": "Introducing In Event of Moon Disaster, a Mozilla Creative Media Award recipient created by MIT’s Center for Advanced Virtuality.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-29_143931.6919830000.jpg",
            "created": "2020-07-29T14:39:31.691690Z",
            "moderation_state": 3
        },
        {
            "id": 1728,
            "content_url": "https://cacm.acm.org/news/245121-a-new-class-of-ai-ethics/fulltext",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "computing",
                "ethics",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A New Class of AI Ethics",
            "description": "Natalie Garrett, a Ph.D. student and researcher at the University of Colorado, Boulder, is among those promoting a broader framework. With support from the Mozilla Responsible Computer Science Challenge, Garrett works with professors to revamp existing coursework to shine more light on ethical issues. For example, one area of interest is adding ethics problems to coding assignments. \"We want to help educators identify what topics should be taught and create scaffolding for developing future AI ethics education at the university level,\" she explains.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/what-we-fund/awards/responsible-computer-science-challenge/",
            "interest": "Ethics, Computing, Pedagogy, Classes",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-26_025648.3373270000.jpg",
            "created": "2020-05-26T02:56:48.336969Z",
            "moderation_state": 3
        },
        {
            "id": 2126,
            "content_url": "https://foundation.mozilla.org/en/blog/new-open-source-tool-tracking-disinformation/",
            "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 New Open-Source Tool for Tracking Disinformation",
            "description": "The Social Media Analysis Toolkit (SMAT) — co-created by Mozilla Fellow Emmi Bevensee — provides a free, open, and intuitive way to scrutinize what’s trending on internet platforms",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_134452.7890420000.png",
            "created": "2021-07-01T13:44:52.788763Z",
            "moderation_state": 3
        },
        {
            "id": 1738,
            "content_url": "https://foundation.mozilla.org/en/blog/new-resource-fight-unfair-content-takedowns/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A New Resource to Fight Unfair Content Takedowns",
            "description": "https://silenced.online, built by Mozilla Fellow Leil Zahra, helps internet users document unjust and opaque content takedowns on tech platforms\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-08_182514.7068630000.png",
            "created": "2020-06-08T18:25:14.706433Z",
            "moderation_state": 3
        },
        {
            "id": 1460,
            "content_url": "https://carolinesinders.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Sinders",
                    "profile_id": 2084,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Anger Disgust Fear Happiness Sadness Surprise",
            "description": "Anger Disgust Fear Happiness Sadness Surprise are the six emotions that are defined to be culturally universal by the Emotion Facial Action Coding System (Emfacs) developed by Paul Ekman and Wallace V Friesen in the 1980s. This specific system of emotion definitions and taxonomies is the backbone of most emotion recognition systems today.  \nAnger Disgust Fear Happiness Sadness Surprise explores the complexities of how machines confuse human emotions, but the deeper questions of how do we emote, what do we emote, and are we allowed to express emotions equally?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_175258.8292990000.png",
            "created": "2019-11-06T17:52:58.828686Z",
            "moderation_state": 3
        },
        {
            "id": 1746,
            "content_url": "https://carriesijiawang.com/interview/",
            "is_bookmarked": false,
            "tags": [
                "aiinterview",
                "cma2020",
                "creativemedia20",
                "future of work",
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Carrie Sijia Wang",
            "submitter_profile_id": 3961,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carrie Sijia Wang",
                    "profile_id": 3961,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An Interview with ALEX",
            "description": "“An Interview with ALEX” is an interactive, browser-based experience that simulates a job interview with an Artificial Intelligence HR Manager in a future of gamified work and total surveillance. The entire experience is 12 minutes.",
            "get_involved": "",
            "get_involved_url": "https://carriesijiawang.com/interview/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-18_231217.6750000000.jpg",
            "created": "2020-06-18T23:12:17.674364Z",
            "moderation_state": 3
        },
        {
            "id": 1454,
            "content_url": "https://medium.com/@rianeliza/an-introduction-to-algorithmically-mediated-agriculture-an-annotated-reading-list-9fc19ec0f8c3",
            "is_bookmarked": false,
            "tags": [
                "agriculture",
                "algorithms",
                "big data",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An introduction to algorithmically-mediated agriculture: A reading list",
            "description": "While some might be familiar with the trend towards automation, robotics, and algorithmically-managed “precision” technologies in farming, others might be taken aback by how high-tech agriculture has become. This (growing) reading list provides some context on the issue.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-30_130558.5701850000.jpg",
            "created": "2019-10-30T13:05:58.569751Z",
            "moderation_state": 3
        },
        {
            "id": 1376,
            "content_url": "https://medium.com/mozilla-festival/an-invitation-to-build-an-internet-health-movement-13ea576dd30",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An invitation to build an internet health movement",
            "description": "A blog post about Movement Building Trainings for MozFest 2019 Facilitators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_191012.4521820000.jpeg",
            "created": "2019-09-25T19:10:12.451516Z",
            "moderation_state": 3
        },
        {
            "id": 1826,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-110000-support-open-science/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing $110,000 to Support Open Science",
            "description": "Today, Mozilla is announcing $111,650 in grants to realize more openness in the realm of scientific research. The grants support open hardware development in Latin America, open-source virus tracking tools in Europe, and more.\n\nClick \"Visit\" above to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-08-27T19:40:00.497045Z",
            "moderation_state": 3
        },
        {
            "id": 665,
            "content_url": "https://blog.mozilla.org/blog/2018/04/02/announcing-280000-creative-gigabit-projects-across-u-s/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing $280,000 for Creative Gigabit Projects Across the U.S.",
            "description": "Mozilla is supporting 14 tech-for-good initiatives in Oregon, Texas, Tennessee, and beyond",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_151532.6068750000.png",
            "created": "2018-04-02T15:15:32.606416Z",
            "moderation_state": 3
        },
        {
            "id": 1735,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-five-awards-galvanize-web-monetization/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing Five Awards to Galvanize Web Monetization",
            "description": "Today, Grant for the Web announced five early awards for curated projects that support innovation and open standards in Web Monetization. \n\nClick above to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-08_180923.0917370000.png",
            "created": "2020-06-08T18:09:23.091364Z",
            "moderation_state": 3
        },
        {
            "id": 2540,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-kenyas-inaugural-cohort-of-responsible-computing-challenge-awardees/",
            "is_bookmarked": false,
            "tags": [
                "#RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing Kenya’s Inaugural Cohort of Responsible Computing Challenge Awardees",
            "description": "Mozilla’s expansion of the Responsible Computing Challenge in East Africa is ready for take-off. Eight universities embedding ethical studies in their computer science curricula will receive a cumulative sum of USD $200,000 in grants.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-06-29_155211.1075100000.jpg",
            "created": "2023-06-29T15:52:11.107249Z",
            "moderation_state": 3
        },
        {
            "id": 576,
            "content_url": "https://medium.com/@mkopel/announcing-the-digital-inclusion-resource-library-86f06fcbcaba",
            "is_bookmarked": false,
            "tags": [
                "libraries"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing the Digital Inclusion Resource Library",
            "description": "At library.digitalinclusion.org, you’ll find the beginnings of a new collection of documents, reports, teaching aids and other assets used by digital inclusion practitioners of all stripes. The platform will not only serve up community tools, but can point out to interactive content as well.",
            "get_involved": "",
            "get_involved_url": "https://ndia.relatedworks.io/public/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-06_045625.2280330000.png",
            "created": "2018-01-06T04:56:25.227269Z",
            "moderation_state": 3
        },
        {
            "id": 439,
            "content_url": "http://www.startlandnews.com/2017/09/techweek-kc-2017-launchkc-winners/",
            "is_bookmarked": false,
            "tags": [
                "gigabit",
                "kansas city",
                "software"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Annual LaunchKC Tech Startup Winners Announced",
            "description": "After evaluating a lineup of 19 tech startups from across the country, judges awarded eight companies each a $50,000 LaunchKC grant — and one received a grand prize of $100,000. One of the winners was a past Mozilla Gigabit Community Fund grantee. PlanIT Impact is a software-as-a-service platform that allows engineers and architects to visualize projects with data so they can then measure environmental and financial impact. Congrats, Dominique!",
            "get_involved": "Learn more.",
            "get_involved_url": "https://learning.mozilla.org/en-US/gigabit/portfolio/planit-impact-kc",
            "interest": "Opportunity to celebrate and grow the network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-09-18T18:36:05.794798Z",
            "moderation_state": 3
        },
        {
            "id": 1509,
            "content_url": "https://www.seinfo.org/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "future of work",
                "remote working"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Stephanie Itimi",
            "submitter_profile_id": 3354,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Itimi",
                    "profile_id": 3354,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An open-source digital library for Africans",
            "description": "Seinfo is an​ open-source digital library for Africans to learn digital skills needed for freelancing, remote-working and entrepreneurship. The platform enables African women and youth to learn digital skills as well as emerging tech to enable them to get remote jobs on platforms such as Fiverr, PeoplerPerHour and Upwork. Users are able to create social media profiles, add to the library and share queries in a forum.",
            "get_involved": "Help us plan events in an African state, in which the website will be used as a tool to teach people digital skills. We also need help with content and translation to help thos from portuguese and french speaking countries engage with the platfom.",
            "get_involved_url": "https://www.seinfo.org/contact",
            "interest": "A chance to help reduce the digital divide in Africa.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-15_140317.3225730000.png",
            "created": "2019-11-15T14:03:17.321789Z",
            "moderation_state": 3
        },
        {
            "id": 643,
            "content_url": "https://github.com/lwjohnst86/prodigenr",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open science",
                "open source",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Luke Johnston",
            "submitter_profile_id": 405,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Luke Johnston",
                    "profile_id": 405,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An R software toolkit to simplify an open, collaborative scientific workflow",
            "description": "Many fields of science are far behind adopting open scientific practices (e.g. share code). I believe these will be a requirement for publication in the future. However, one of the biggest challenges for many researchers/scientists is that it's not (at this point) easy to do these practices. This toolkit will simplify and automate many of these tasks.",
            "get_involved": "Help refine the specific workflow, which external tools are most appropriate, more diverse options on what may work and what is needed.",
            "get_involved_url": "https://github.com/lwjohnst86/prodigenr/blob/master/CONTRIBUTING.md",
            "interest": "Scientists and researchers in biomedical fields are increasingly needing to be aware of and practice open scientific principles... this toolkit is a way to make it easier to practice them.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-20_132817.2917000000.png",
            "created": "2018-03-21T13:31:38.781086Z",
            "moderation_state": 3
        },
        {
            "id": 1365,
            "content_url": "https://foundation.mozilla.org/en/blog/answers-your-questions-about-dark-side-internet/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "manipulation",
                "YouTube"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jessie Keating",
                    "profile_id": 71,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Answers to Your Questions About the Dark Side of the Internet",
            "description": "The anonymous mother and son from this important article in the Washingtonian, What Happened After My Son Joined the Alt-Right, agreed to answer questions from the Mozilla community. Here is that Q&A.",
            "get_involved": "Read and share this piece with your community, both online and off.",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/answers-your-questions-about-dark-side-internet/",
            "interest": "First person lessons learned on how to address the dark side of the internet, especially with teens.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-04_161917.2973760000.jpg",
            "created": "2019-09-04T16:19:17.296987Z",
            "moderation_state": 3
        },
        {
            "id": 1517,
            "content_url": "https://immerse.news/antecedent-technology-b3a89956299d",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "decentralization",
                "decolonization",
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Amelia Winger-Bearskin",
            "submitter_profile_id": 3119,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Amelia Winger-Bearskin",
                    "profile_id": 3119,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Antecedent Technology article published by Immerse.News",
            "description": "\"In other words, the problem with colonial mindset is one of underfitting. It encourages us to believe we know more than we do, to premise our thinking on bad analogies. It is like trying to run a program without checking its dependencies — the program will produce weird artifacts, or crash completely, and we will be left holding the bag and scratching our heads.\"",
            "get_involved": "amplify",
            "get_involved_url": "",
            "interest": "Don't Colonize our Future.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-24_034209.9080770000.png",
            "created": "2019-11-24T03:42:09.907367Z",
            "moderation_state": 3
        },
        {
            "id": 452,
            "content_url": "https://medium.com/read-write-participate/harnessing-the-energy-around-antitrust-and-competition-to-promote-a-healthy-internet-d326eaa2fd44",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Antitrust, Competition, and a Healthy Internet",
            "description": "Mozilla Tech Policy Fellow Caroline Holland blogs about competition, anti-trust, and a healthy web.\n\nCaroline is a Former Official at the U.S. Department of Justice Antitrust Division and Former Chief Counsel of the Senate Antitrust Subcommittee.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-03_194646.9609800000.png",
            "created": "2017-10-03T19:46:46.960182Z",
            "moderation_state": 3
        },
        {
            "id": 53,
            "content_url": "https://blog.mozvr.com/a-painter/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "art",
                "mozfest",
                "mozilla",
                "mozvr",
                "painting",
                "virtual reality",
                "vr",
                "webvr"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A-Painter",
            "description": "Virtual Reality Painting on the Web. Put on the headset and let your creative spirit loose in an infinite and unconstrained space, expressing yourself visually with A-Painter from Mozilla, a virtual reality painting experience delivered through WebVR.",
            "get_involved": "Connect with Mozilla VR, the team behind WebVR, A-Frame and A-Painter. Build and share custom brushes for A-Painter! Liquid fire, varying shades of kitten heads, or let a million flowers bloom with a wave of your hand!",
            "get_involved_url": "https://github.com/aframevr/a-painter",
            "interest": "Digital artists and VR enthusiasts will both love creative freedom that web-scale extensibility brings to creative tools, and everyone will enjoy the unrestricted creative expression that A-Painter enables!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/53.png",
            "created": "2016-10-26T21:48:21.638000Z",
            "moderation_state": 3
        },
        {
            "id": 936,
            "content_url": "https://www.alliedmedia.org/peoples-ai",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "data",
                "machine learning"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 11,
            "related_creators": [],
            "entry_type": "base",
            "title": "A People's Guide to Artificial Intelligence",
            "description": "A People’s Guide to AI is a comprehensive beginner's guide to understanding AI and other data-driven tech. The guide uses a popular education approach to explore and explain AI-based technologies so that everyone—from youth to seniors, and from non-techies to experts—has the chance to think critically about the kinds of futures automated technologies can bring.",
            "get_involved": "Share the guide, organize a discussion, push everyone's understand further.",
            "get_involved_url": "",
            "interest": "The mission of A People’s Guide to AI is to open up conversation around AI by demystifying, situating, and shifting the narrative about what types of use cases AI can have for everyday people.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-15_152229.6155370000.png",
            "created": "2018-10-15T15:22:29.614867Z",
            "moderation_state": 3
        },
        {
            "id": 2167,
            "content_url": "",
            "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": "A Pep Talk For Nerds",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=MFOdGSKSWDY",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-07-05T18:22:35.283700Z",
            "moderation_state": 3
        },
        {
            "id": 1446,
            "content_url": "https://medium.com/@Mozfest/a-playful-take-on-ai-ravensbourne-design-competition-winners-at-mozfest-2019-caab55157696",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A playful take on AI: Ravensbourne Design Competition winners at MozFest 2019",
            "description": "A post about an game for learning about AI, designed by Georgia and Liy, some of our Ravensborne Design Competition winners.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-23_180927.9666040000.png",
            "created": "2019-10-23T18:09:27.966291Z",
            "moderation_state": 3
        },
        {
            "id": 1757,
            "content_url": "https://foundation.mozilla.org/blog/applause-for-apples-idfa-decision/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Applause for Apple’s IDFA Decision",
            "description": "Apple has announced that it is putting control of personal data tracking in the hands of users. The company is giving iPhone users the option to opt-out of tracking in each app, essentially turning off IDFA. By providing the option to turn off IDFA at the point of use, Apple is giving millions of consumers more privacy online.",
            "get_involved": "Help us to spread the word about this project. Please share!",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/applause-for-apples-idfa-decision/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-24_203739.9477050000.jpg",
            "created": "2020-06-23T21:46:00.115485Z",
            "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": 813,
            "content_url": "https://github.com/TitanNanoDE/ApplicationFrame",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "ECMAScript",
                "libraries",
                "mozsprint",
                "open web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Join community",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jovan Gerodetti (TitanNano)",
            "submitter_profile_id": 1364,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jovan Gerodetti (TitanNano)",
                    "profile_id": 1364,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Application Frame",
            "description": "Application Frame is an open and lightweight Programming Library for the Web. Its simple architecture lets the Library seamlessly argument the core features of the web platform. Application Frame and its modules allows developers to develop at the heart of the Web while enjoying enhanced comfort.\n\n(Photo by Ben Kolde on Unsplash)",
            "get_involved": "Help us to write tests and documentation, design a logo or fix bugs.",
            "get_involved_url": "https://github.com/TitanNanoDE/ApplicationFrame/blob/master/CONTRIBUTING.md",
            "interest": "We are creating an independend and open toolset for web developers which integrates with the latest features of the web, while staying true to the platform.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_085358.9497880000.jpg",
            "created": "2018-05-08T08:53:58.949431Z",
            "moderation_state": 3
        },
        {
            "id": 1048,
            "content_url": "https://medium.com/read-write-participate/seeking-projects-at-the-intersection-of-openness-and-science-3f2dd5a1fa00",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Applications Open for Open Science Mini-Grants",
            "description": "The principle of “open” doesn’t just apply to software — everything from data science to environmental research can be open source, too.\n\nThis is the thinking behind Mozilla’s Open Science Mini-Grants: awards ranging from $3,000 to $10,000 USD that support projects making science more accessible, transparent, and reproducible.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-21_181826.8160370000.png",
            "created": "2019-02-21T18:18:26.814717Z",
            "moderation_state": 3
        },
        {
            "id": 1235,
            "content_url": "https://medium.com/mozilla-festival/apply-for-a-mozfest-travel-stipend-by-july-3-e4ce770eed1f",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Apply for a MozFest Travel Stipend by July 3rd!",
            "description": "Mozilla offers a limited number of need-based Travel Stipends to support session facilitators who would otherwise not be able to come to the Festival. The deadline to apply for a Travel Stipend has been extended until July 3rd.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-28_220118.5127960000.jpeg",
            "created": "2019-06-28T21:59:28.734306Z",
            "moderation_state": 3
        },
        {
            "id": 1061,
            "content_url": "https://blog.mozilla.org/blog/2019/03/12/apply-for-a-mozilla-fellowship/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Apply for a Mozilla Fellowship",
            "description": "Mozilla is seeking technologists, activists, policy experts, and scientists devoted to a healthy internet. Apply to be a 2019-2020 Mozilla Fellow",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-18_123906.7265900000.png",
            "created": "2019-03-18T12:39:06.726202Z",
            "moderation_state": 3
        },
        {
            "id": 1033,
            "content_url": "https://medium.com/read-write-participate/apply-to-host-a-mozilla-fellow-d3f82106fcef",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Apply to Host a Mozilla Fellow",
            "description": "Ford Foundation and Mozilla are accepting applications from organizations eager to host a Mozilla Fellow. If you’re an organization championing internet health, apply.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-04_153645.2392490000.jpg",
            "created": "2019-02-04T15:36:45.238882Z",
            "moderation_state": 3
        },
        {
            "id": 1526,
            "content_url": "https://foundation.mozilla.org/en/blog/project-demystify-litigation-and-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "#ArtificialIntelligence",
                "#digitalrights",
                "#humanrights",
                "#law",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jonathan McCully",
            "submitter_profile_id": 3157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3413,
                    "is_active": true
                },
                {
                    "name": "Aurum Linh",
                    "profile_id": 3350,
                    "is_active": true
                },
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Project to Demystify Litigation and Artificial Intelligence",
            "description": "As a Mozilla Fellow, I am working with Aurum Linh on a project aimed at breaking down knowledge barriers between litigators and technologists. Find out more, and how to get involved, in this blog.",
            "get_involved": "",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuideSurvey",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-06_175842.6044120000.jpg",
            "created": "2019-12-06T17:58:42.603907Z",
            "moderation_state": 3
        },
        {
            "id": 69,
            "content_url": "https://github.com/mozilla/thimble.mozilla.org/pull/1559",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Rad Contribution to Thimble",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a great example of a collaboration with a new contributor",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-06T21:50:55.827000Z",
            "moderation_state": 3
        },
        {
            "id": 1231,
            "content_url": "https://medium.com/free-code-camp/how-to-wish-someone-happy-birthday-using-augmented-reality-3809776cb655",
            "is_bookmarked": false,
            "tags": [
                "aframe",
                "augmented reality",
                "virtual reality",
                "webv"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Design"
            ],
            "published_by": "Pratik Parmar",
            "submitter_profile_id": 2485,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Pratik Parmar",
                    "profile_id": 2485,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AR Birthday",
            "description": "Wishing birthday to your loved ones in another city is never easy. But using technology like Augmented Reality you can expand your creativity and wish them.",
            "get_involved": "https://github.com/HackyRoot/A-Frame-Examples",
            "get_involved_url": "https://github.com/HackyRoot/A-Frame-Examples",
            "interest": "This is an unique use of augmented reality in real life. It's built usign AFrame, which makes it easy to built for anyone.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-25_055926.8740540000.jpeg",
            "created": "2019-06-25T05:59:26.873627Z",
            "moderation_state": 3
        },
        {
            "id": 714,
            "content_url": "https://www.hellocatfood.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Archive Remix",
            "description": "Archive Remix is a continuation of the work developed during Roberts’ residency at the University of Birmingham. The video and print pieces are made of 3D scans of items from the archives of the University of Birmingham’s Research and Cultural Collections together with heavily distorted and glitched logos of corporate brands.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_100416.1725360000.jpg",
            "created": "2018-04-24T10:04:16.170463Z",
            "moderation_state": 3
        },
        {
            "id": 1637,
            "content_url": "https://foundation.mozilla.org/en/blog/are-all-equal-eyes-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "gender",
                "privacy",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Are All Equal in the Eyes of Artificial Intelligence?",
            "description": "\"Given varying gendered inequality, women may be the last to capture the benefits of the 4thIR. Replication of existing inequalities, new social injustices and unequal power dynamics will impact the differences of experiences of these new technologies. Big questions remain unanswered: How do we govern our data in a way that enables society to flourish? How do we address likely harms to occur from our differences? How do we ensure data justice is necessary for South Africa and relevant in the global conversation? After all, not all are equal in the eyes of AI.\"",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/are-all-equal-eyes-artificial-intelligence/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-04-01T14:44:10.701641Z",
            "moderation_state": 3
        },
        {
            "id": 270,
            "content_url": "https://www.youtube.com/watch?v=KFMzbnSVdEs",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Are We Living Inside an Ethical (and Kind) Machine?",
            "description": "Mozilla Executive Director Mark Surman speaks at re:publica 2017, Europe’s leading conference on Internet and society, about ethics and emerging technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_134717.1769150000.png",
            "created": "2017-05-11T13:47:17.176612Z",
            "moderation_state": 3
        },
        {
            "id": 918,
            "content_url": "https://issuu.com/mozfest/docs/mozillafestival_art_data_online_cat",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luca M. Damiani",
                    "profile_id": 504,
                    "is_active": true
                },
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Art + Data : Exhibition Catalogue",
            "description": "The Art+Data experience and exhibition.  Thirty-six art projects will be showcased at Mozilla Festival 2018, and all (including digital and analogue processes) will focus on data knowledge and usage. They also link to the five festival issues of privacy & security, digital inclusion, web-literacy, open innovation, and decentralisation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-12_094651.9534200000.jpg",
            "created": "2018-09-12T09:46:51.952642Z",
            "moderation_state": 3
        },
        {
            "id": 618,
            "content_url": "https://www.devex.com/news/want-to-reach-the-world-s-poorest-design-for-dumb-phones-90993",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Article | Want to reach the world's poorest? Design for dumb phones",
            "description": "Mozilla Fellow Amina Fazlullah speaks with DevEx about bridging the digital divide.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-08_143412.4413020000.png",
            "created": "2018-03-08T14:34:12.440928Z",
            "moderation_state": 3
        }
    ]
}