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

{
    "count": 1761,
    "next": null,
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=featured&page=36",
    "results": [
        {
            "id": 2185,
            "content_url": "https://youtu.be/sAfopZFI5w0",
            "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": "404: Planet B not found.",
            "description": "The objective is to get people of different ages and regional and thematic backgrounds to deliberate on strategies for digital sustainability that take into account that the Internet affects our environment, our societies, our economies, and governance structures. All of these aspects interlink in order to be more digitally sustainable going forward. The basis of this exchange is going to be the recently drafted Youth4DigitalSustainability Recommendations (https://yigf.de/news/12-youth-recommendations-for-a-sustainable-internet/), that were developed by young experts from all world regions and",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112945.9129230000.jpeg",
            "created": "2021-07-06T11:29:45.853164Z",
            "moderation_state": 3
        },
        {
            "id": 864,
            "content_url": "https://www.sfmoma.org/read/sfmoma-net-neutrality/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "SFMOMA + Net Neutrality",
            "description": "Mozilla's Solana Larsen spoke with SFMOMA about why net neutrality matters to museums and other cultural institutions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-29_133000.5910600000.png",
            "created": "2018-06-29T13:30:00.590763Z",
            "moderation_state": 3
        },
        {
            "id": 1995,
            "content_url": "https://schedule.mozillafestival.org/session/AXS7HB-1",
            "is_bookmarked": false,
            "tags": [
                "family",
                "mf-family-promo",
                "working parents"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Session: Mama works at home!",
            "description": "The lockdown is a tough for both parents who had to work at home and for their kids who suddenly lost all the tiny details of their daily lives from going to school, meeting their friends and exercising. The conversation will be relaxed, emotional and around the challenges both parents & kids faced and the best practices to beat the stress, boredom and spending endless hours on TV and online. We will reflect on how to deal with bad feelings from guilt, depression and focus on the bright side of the Pandemic. The discussion will include discussing the role of the Internet during this period.",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/AXS7HB-1",
            "interest": "Family Resource for parents attending MozFest",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_011754.5216160000.jpg",
            "created": "2021-03-03T01:17:54.520611Z",
            "moderation_state": 3
        },
        {
            "id": 291,
            "content_url": "https://medium.com/read-write-participate/offline-games-for-online-safety-74efa0959240",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Offline games for online safety",
            "description": "This is a blog post describing what kinds of contributions community members can make to the Offline Games Challenge during the 2017 Global Sprint. The big idea is to invent and share childhood games, playground games, and board games that can teach people - especially youth - about online privacy and safety wherever they live. This project is easy to localize and might encourage participants to adapt beloved games to #teachtheweb, as well as to invent new ones.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-offline-games-challenge/",
            "interest": "This is an example of using a comms channel to promote a project that invites broad, diverse, local participation in support of online safety and our work to drive public demand for better privacy and security.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_153201.2730130000.jpg",
            "created": "2017-05-18T15:32:01.272472Z",
            "moderation_state": 3
        },
        {
            "id": 1932,
            "content_url": "https://mozfest-2019.glitch.me/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozfest-dev"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Build Your Own Biased Algorithm",
            "description": "Experiment hands-on with a remix-able software project designed to demonstrate the vulnerability of supposedly “neutral” algorithms to the biases present in the developers that build them and the data they’re fed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_153541.1942390000.jpg",
            "created": "2020-11-30T15:05:12.704490Z",
            "moderation_state": 3
        },
        {
            "id": 1931,
            "content_url": "https://discourse.mozilla.org/t/make-your-own-surveillance-network-on-the-cheap/46669",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozfest-dev"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Make Your Own Surveillance Network",
            "description": "Turns out it is really easy, and cheap, to create a surveillance network of people coming and going through, using just a couple of off-the-shelf technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_153554.6553370000.jpg",
            "created": "2020-11-30T14:36:50.438473Z",
            "moderation_state": 3
        },
        {
            "id": 1828,
            "content_url": "https://docs.google.com/presentation/d/1_tYADemTCjcrjGAcTc1_b31pEhoX2PrMJwesroHWj14/edit#slide=id.g5ac929ab51_0_0",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Session Proposal Guide",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_104902.6144580000.png",
            "created": "2020-09-07T10:49:02.463159Z",
            "moderation_state": 3
        },
        {
            "id": 1930,
            "content_url": "https://discourse.mozilla.org/t/learning-from-non-users/46674",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozfest-dev"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Learning from Non-Users",
            "description": "In this workshop, we’ll examine how non-users’ stories can positively impact the ways in which we consume, advocate, and develop digital resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_153605.7761620000.jpg",
            "created": "2020-11-30T13:40:50.299459Z",
            "moderation_state": 3
        },
        {
            "id": 628,
            "content_url": "https://medium.com/read-write-participate/im-a-hacker-for-good-619aa8f3fd9c",
            "is_bookmarked": false,
            "tags": [
                "hacking"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "I’m a Hacker. For Good",
            "description": "Matt Mitchell, a hacker working at the intersection of social justice and technology, says organizations must be proactive in protecting themselves from hackers. That means having “an understanding of the digital threats,” he says, “and planning before problems occur.”\n\nFord-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "Apply to be a fellow!",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Learn more about the Ford-Mozilla Open Web Fellowship program",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_121826.7385950000.png",
            "created": "2018-03-13T12:18:26.738163Z",
            "moderation_state": 3
        },
        {
            "id": 2307,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "tai-wg-22"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Subhashish Panigrahi",
            "submitter_profile_id": 433,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Subhashish Panigrahi",
                    "profile_id": 433,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foundational Tech for Low-Resource Languages",
            "description": "This project will re-imagine the foundational technology infrastructure needed to kickstart the artificial intelligence / machine learning frameworks for some of the low-resourced languages of South Asia. Join us in building a more diverse, equitable, and community-run AI ecosystem for global languages starting in South Asia.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/mozfest-tai-working-groups-call-for-interest/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-11-09T16:25:21.781888Z",
            "moderation_state": 3
        },
        {
            "id": 1553,
            "content_url": "https://youtu.be/RVTzY53FPbg",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Is AI stealing your feelings?",
            "description": "Meet Mozilla awardee Noah Levenson. Noah created “Stealing Ur Feelings,” an interactive film about the dangers of facial emotion recognition AI.\n\nWatch “Stealing Ur Feelings:” https://stealingurfeelin.gs/ \n\nLearn more about Mozilla Awards: https://foundation.mozilla.org/awards/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-21_153811.4381930000.png",
            "created": "2020-01-21T15:38:11.437783Z",
            "moderation_state": 3
        },
        {
            "id": 865,
            "content_url": "https://ifex.org/international/2018/06/21/coding-rights-derechos-humanos/es/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Derechos humanos en la era digital",
            "description": "IFEX interviewed Mozilla Fellow Joana Varon about her digital rights work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-29_133122.7780360000.png",
            "created": "2018-06-29T13:31:22.777332Z",
            "moderation_state": 3
        },
        {
            "id": 20,
            "content_url": "https://issuu.com/mozfest/docs/mozex",
            "is_bookmarked": false,
            "tags": [
                "art",
                "curation",
                "design",
                "digital",
                "media",
                "technology"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozEx",
            "description": "Exhibition curated by the digital learning teams at the Tate and V&A museums. Showcases dynamic digital artwork that spans many disciplines & media. The exhibit explores links between art, society, and the digital world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Exhibition catalog navigates the value of art to society through web-literacy, digital inclusion and accessibility, social action, privacy, policy, and hacking. This book is a collection of the artist' work, giving a window into the MozEx exhibit, experience and exchange.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/20.png",
            "created": "2016-11-14T16:29:04.015000Z",
            "moderation_state": 3
        },
        {
            "id": 1549,
            "content_url": "https://medium.com/@ka.iwanska/10-reasons-why-online-advertising-is-broken-d152308f50ec?source=friends_link&sk=2f74310a1ac2486ae1f1ab5a59070d8a",
            "is_bookmarked": false,
            "tags": [
                "adtech",
                "advertising",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                },
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                },
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "10 Reasons Why Online Advertising is Broken",
            "description": "The online ad industry claims that personalised ads make it possible for users to browse the internet for free and for publishers to earn money for creating content. Which sounds like a win-win situation, doesn’t it? Except it’s not. In fact, the current state of online advertising creates huge risks to our personal privacy, deteriorates the quality of the media, and is subject to serious fraud which funds organised crime. Here’s a (non-exhaustive) list of 10 problems with online advertising.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a brief, evidence-based description of 10 major problems with the current online advertising system. I hope it will serve as a reference piece.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-08_104844.8397700000.png",
            "created": "2020-01-08T10:48:44.839291Z",
            "moderation_state": 3
        },
        {
            "id": 909,
            "content_url": "https://morethancode.cc",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Maya Wagoner",
                    "profile_id": 1779,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#MoreThanCode: Practitioners reimagine technology for justice & equity",
            "description": "Report recommends: Nothing About Us Without Us: Adopt Co-Design Methods & Concrete Community Accountability Mechanisms; From Silver Bullets to Useful Tools: Change the Narrative, Lead with Values, Recognize Multiple Frames & Terms Across the Ecosystem; #RealDiversityNumbers: Adopt proven strategies for diversity & inclusion; Developers, Developers, Developers? Recognize Different Roles & Expertise in Tech Work, Support Alternative Pathways to Participation; Coops, Collectives, & Networks, Oh My! Support Alternative Models Beyond Startups, Government Offices, and Incorporated Nonprofits",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Excellent field scan of conditions and opportunities that impact equity in technology",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-04_154424.3244100000.png",
            "created": "2018-08-28T21:54:50.159646Z",
            "moderation_state": 3
        },
        {
            "id": 701,
            "content_url": "https://abqgig.org/",
            "is_bookmarked": false,
            "tags": [
                "nsf-wins"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Michael Sanchez",
            "submitter_profile_id": 503,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Michael Sanchez",
                    "profile_id": 503,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "NSF - WINS  BarelasGig1 Mmwave to Transform Barelas Neighborhood!",
            "description": "AbqGig is pleased to announce today that they have won a $10,000 grant from the NSF - Mozilla WINS Challenge to begin transforming Barelas into a Smart Gigabit neighborhood. \nBy using the latest millimeter wave (mmwave) technology to connect to the low-cost City of Albuquerque’s public access Central Avenue fiber, AbqGig and their contractor partner CDM Telecom Consultants, will deploy a wireless gigabit demonstration into the heart of Barelas at a fraction of the cost of laying fixed-line fiber!\nAbqGig is a non-profit broadband working group, formed three years ago by a group of local Engrs",
            "get_involved": "Help us plan local events with Barelas Community which in turn contributes our fundraising efforts...",
            "get_involved_url": "https://abqgig.org/#",
            "interest": "Footprint for building high speed fixed wireless community network, that delivers gigabit speeds!",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_141258.6294670000.JPG",
            "created": "2018-04-23T14:12:58.628844Z",
            "moderation_state": 3
        },
        {
            "id": 1215,
            "content_url": "https://medium.com/mozilla-festival/navigating-ais-moral-labyrinth-at-mozfest-40950b59a221",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest2018",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Navigating AI's Moral Labyrinth at MozFest",
            "description": "A blog post about the Moral Labyrinth, a gallery session and interactive  art installation by Sarah Newman at MozFest 2018.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-10_135200.9310650000.jpg",
            "created": "2019-06-10T13:38:14.925805Z",
            "moderation_state": 3
        },
        {
            "id": 27,
            "content_url": "https://d157rqmxrxj6ey.cloudfront.net/amira/33977/",
            "is_bookmarked": false,
            "tags": [
                "cyber violence",
                "vawg",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Teaching Kit: Combatting Cyber Violence Against Women and Girls",
            "description": "In this three-part series learners focus on understanding the impact of cyber violence against women and girls, creating safer places online, knowing how to address bullying or attacks when they happen, and participating in online communities in a supportive manner.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This module was created for women and girls in emerging countries where internet adoption for women is at the utmost highest, along with a concern for security and harassment, but can be adapted for audiences everywhere.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/27.jpg",
            "created": "2016-11-08T18:28:30.895000Z",
            "moderation_state": 3
        },
        {
            "id": 2005,
            "content_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "craft",
                "Dutch",
                "Family Resources",
                "mf-family-lejo",
                "MozFest 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo Crafts",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. Children can also create their own hand puppet using the artist’s craft page resources.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_183823.2458190000.png",
            "created": "2021-03-03T02:07:09.867828Z",
            "moderation_state": 3
        },
        {
            "id": 1596,
            "content_url": "https://www.sociolegalreview.com/post/welfare-automation-in-the-shadow-of-the-indian-constitution",
            "is_bookmarked": false,
            "tags": [
                "big data",
                "#mozfellows19",
                "privacy",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Welfare Automation in the Shadow of the Indian Constitution",
            "description": "In this essay, I explore the political economy of welfare automation, in particular by examining the Indian Supreme Court's assessment of values in deliberating the constitutionality of the government-issued automated ID system in India, Aadhaar.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It provides an account of how to approach public sector machine decision making from a legal and policy perspective.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-09_182959.3685500000.jpg",
            "created": "2020-02-09T18:29:59.368213Z",
            "moderation_state": 3
        },
        {
            "id": 933,
            "content_url": "https://blog.mozilla.org/blog/2018/10/10/announcing-a-competition-for-ethics-in-computer-science-with-up-to-3-5-million-in-prizes/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Responsible Computer Science Challenge",
            "description": "The Responsible Computer Science Challenge — by Omidyar Network, Mozilla, Schmidt Futures, and Craig Newmark Philanthropies — calls on professors to integrate ethics into undergraduate computer science courses",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-10_132414.8427040000.jpg",
            "created": "2018-10-10T13:24:14.842025Z",
            "moderation_state": 3
        },
        {
            "id": 1997,
            "content_url": "https://schedule.mozillafestival.org/session/RDJB8Q-1",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "Family resource",
                "mf-family-promo",
                "MozFest 2021",
                "Robots"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "(Dutch) MozFest Session: Newtechkids Robot Inventor Workshop for 7-12 yrs old",
            "description": "During this hands-on workshop for kids ages 7-12 and their parents, kids will learn about technology design, programming and AI. They'll become chief designers at the MozFest robot factory where they will create robot heads (using art supplies). After kids hand-draw their own code, parents will help them test their robots. 30 kids maximum per session. Required Supplies: cardboard box (which fits over child's head), colored paper, glue, tape, scissors, aluminum foil, pipe cleaners (optional). 13 March, 11:00-12:15 CET will be given in Dutch",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/RDJB8Q-1",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_013003.0110870000.jpg",
            "created": "2021-03-03T01:30:03.010511Z",
            "moderation_state": 3
        },
        {
            "id": 1002,
            "content_url": "https://mrpandey.github.io/d3graphTheory/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "d3.js",
                "graph theory",
                "javascript",
                "mozsprint",
                "open source",
                "sprintforih"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Fundraise",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Avinash Pandey",
            "submitter_profile_id": 2014,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Avinash Pandey",
                    "profile_id": 2014,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "D3 Graph Theory",
            "description": "Interactive and visual graph theory tutorials made using d3.js.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mrpandey/d3graphTheory",
            "interest": "It is open source.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-22_185712.5913930000.png",
            "created": "2019-01-22T18:57:12.590916Z",
            "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": 1107,
            "content_url": "https://medium.com/read-write-participate/what-does-openness-mean-to-you-eb0af9e778bd",
            "is_bookmarked": false,
            "tags": [
                "working open"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What does openness mean to you?",
            "description": "This post is part 2 of the Openness at Mozilla series.\n\nThe Open Leadership & Events team (OLE) is working to help Mozilla, as well as our friends and allies, in our efforts to work more like a movement. We're kicking this off with the Openness Survey. Each week, a member of the OLE team will be publishing a blogpost focusing on one question from this survey.",
            "get_involved": "Join the discussion by answering: \"what does openness mean to you?\"",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-08_152512.8286090000.png",
            "created": "2019-04-08T15:25:12.828047Z",
            "moderation_state": 3
        },
        {
            "id": 1103,
            "content_url": "https://medium.com/read-write-participate/survey-ahead-of-elections-eu-internet-users-regularly-encounter-online-misinformation-8b88971f8f42",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Survey: EU Internet Users Regularly Encounter Online Misinformation",
            "description": "Mozilla sent out a survey earlier this year asking more than 14,000 European Mozillians (a portion of our email subscribers) from over 20 countries for their opinions about misinformation. And nearly 84 percent of them suspected (or knew for certain) that they had seen misinformation while using the internet that very week.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-29_160214.9830880000.png",
            "created": "2019-03-29T16:02:14.982086Z",
            "moderation_state": 3
        },
        {
            "id": 943,
            "content_url": "https://medium.com/mozilla-festival/beyond-the-machine-artificially-intelligent-d032edd6215c",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Beyond the Machine: Artificially Intelligent",
            "description": "Irini Papadimitriou curated the Artificially Intelligent display at Victoria and Albert Museum in London. Here she writes about it, framing the overall exhibition not only in its artistic and methodological intervention, but in its digital humanities angle. Image above: Words That Remake The World, from The Seeker, Nye Thompson. Artificially Intelligent display ©Victoria and Albert Museum",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-02_100730.7977380000.png",
            "created": "2018-11-02T10:07:30.797082Z",
            "moderation_state": 3
        },
        {
            "id": 822,
            "content_url": "https://storyengine.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "design thinking",
                "mozsprint",
                "network mapping",
                "networks",
                "open research",
                "research"
            ],
            "issues": [],
            "help_types": [
                "Test & feedback",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Christine Prefontaine",
            "submitter_profile_id": 1372,
            "bookmark_count": 8,
            "related_creators": [
                {
                    "name": "Alecia Kuhl",
                    "profile_id": 6,
                    "is_active": true
                },
                {
                    "name": "Christopher Lawrence",
                    "profile_id": 69,
                    "is_active": true
                },
                {
                    "name": "Christine Prefontaine",
                    "profile_id": 1372,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "StoryEngine",
            "description": "StoryEngine is way to listen to and learn from the people who matter most to an organization. It can be used to do research, monitor or evaluate a program, generate learning, or facilitate grant reporting. It's an “engine” because it generates narrative assets that can be used to power communications and decision-making. Stories become tweets and blogs, get embedded into proposals, and connect collaborators. Story collections form datasets that can analyzed to inform strategy and design decisions. StoryEngine is especially powerful in contexts where building relationships and networks is key.",
            "get_involved": "We’d love feedback on documentation and help with communication design — especially visualizing the process. We also need advice on reducing the cost per interview and on developing deep listening learning curricula and participatory analysis workshops.",
            "get_involved_url": "https://github.com/LoupDesign/StoryEngine",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_150032.4770590000.png",
            "created": "2018-05-09T15:00:32.476345Z",
            "moderation_state": 3
        },
        {
            "id": 419,
            "content_url": "https://blog.mozilla.org/blog/2017/08/11/honoring-friend-bassel-announcing-bassel-khartabil-free-culture-fellowship/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bassel Khartabil Free Culture Fellowship",
            "description": "To honor Bassel Khartabil’s legacy and his lasting impact on the open web, a slate of nonprofits are launching a new fellowship in his name",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-11_141106.7697940000.jpg",
            "created": "2017-08-11T14:11:06.768708Z",
            "moderation_state": 3
        },
        {
            "id": 1146,
            "content_url": "https://drive.google.com/file/d/1u_HQG3fBZ2vOt6-TvUSzo73XQ5KJ__DE/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "Culture Track",
                "OL7"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Take Action",
                "Create content",
                "Promote"
            ],
            "published_by": "Belen Gimenez Ciciolli",
            "submitter_profile_id": 1959,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Belen Gimenez Ciciolli",
                    "profile_id": 1959,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Assessing Open Culture in our work: An invite for implementation and growth",
            "description": "Assessing and reflecting on the Open Culture factors and the Digital Security workshops and materials we provide at TEDIC. Case Study for Culture Track for the Mozilla Open Leaders Cohort 7.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_185350.6396330000.png",
            "created": "2019-05-01T18:53:50.639198Z",
            "moderation_state": 3
        },
        {
            "id": 636,
            "content_url": "https://medium.com/read-write-participate/on-mobile-apps-who-can-see-your-personal-data-bd8cb8390457",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Study: On Mobile Apps, Who Can See Your Personal Data?",
            "description": "A new report co-authored by Mozilla Fellow Rishab Nithyanand explores the opaque realm of third-party trackers",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025916.5601410000.jpg",
            "created": "2018-03-14T14:26:46.120915Z",
            "moderation_state": 3
        },
        {
            "id": 278,
            "content_url": "https://thimbleprojects.org/techkim/258242/#overview",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "fake news",
                "misinformation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 105,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foiling Fake News",
            "description": "This is a teaching kit put together by Kim Wilkens and Sarah FitzHenry to teach fake news, misinformation, and media literacy to middle school students.",
            "get_involved": "Share the teaching kit on social media and remix it to use in your work with community members!",
            "get_involved_url": "",
            "interest": "This is a great example of community members using Mozilla tools (like Thimble) and Web Literacy standards to share teaching resources that fight fake news and misinformation.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_171623.1594020000.jpg",
            "created": "2017-05-12T17:16:23.158863Z",
            "moderation_state": 3
        },
        {
            "id": 1887,
            "content_url": "https://github.com/mozilla/PRESC/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "machine learning",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "David Zeber",
            "submitter_profile_id": 4239,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "David Zeber",
                    "profile_id": 4239,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Performance Robustness Evaluation for Statistical Classifiers (PRESC)",
            "description": "We are working with data scientists, developers, academics and activists to build a tool that will help evaluate the performance of machine learning classification models, specifically in areas which tend to be overlooked, such as generalizability and bias. Our focus on misclassifications, robustness and stability will help facilitate the inclusion of bias and fairness analyses on the performance reports, so that these can be taken into account when crafting or choosing between models.",
            "get_involved": "Provide perspectives based on your experience or industry on how PRESC can help in building ML workflows, including sharing test datasets, testing the tool on new datasets and models, code contributions. Join the #presc channel on MozFest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_174909.0655700000.png",
            "created": "2020-10-24T00:29:06.693296Z",
            "moderation_state": 3
        }
    ]
}