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=-help_types&page=2
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=-help_types&page=3",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-help_types",
    "results": [
        {
            "id": 537,
            "content_url": "https://medium.com/read-write-participate/how-much-indians-get-to-use-the-internet-vs-how-much-of-the-internet-we-get-to-use-4b84bc440775",
            "is_bookmarked": false,
            "tags": [
                "net neutrality",
                "zero rating"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Much Indians Get to Use the Internet vs. How Much of the Internet We Get to Use",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A look at how India has engaged in the net neutrality debate.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-01_181008.6425580000.jpeg",
            "created": "2017-11-01T18:10:08.631996Z",
            "moderation_state": 3
        },
        {
            "id": 839,
            "content_url": "https://talamoig.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "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": "The New Explorer",
            "description": "What does it mean to explore nowadays? Do we explore the unknown or we simply visit the known?\nIs it even possible to still discover the unknown, the not mapped?\n\nDoes the web help in discovering the unexpected, in finding the surprise, or does it just reinforce who we already are, know, and keep us framed within a given perspective?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-11_074955.1597280000.jpg",
            "created": "2018-06-11T07:49:55.158837Z",
            "moderation_state": 3
        },
        {
            "id": 1914,
            "content_url": "https://medium.com/openscienceke/affordabee-low-cost-open-access-publishing-487b42c0a884",
            "is_bookmarked": false,
            "tags": [
                "academic publishing",
                "open access"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Affordabee: Lowering the APC Publishing Cost Barrier",
            "description": "OpenScieceKE participated in the eLife Innovation Sprint. We worked on a resource, Affordabee, which aims to overcome financial barriers to open access publishing.  A platform that can help students and early-career researchers identify journals that can offer waivers or subsidies and access them, reduce the APC cost barrier for students from resource-poor settings.",
            "get_involved": "",
            "get_involved_url": "https://github.com/BioinfoNet/Affordabee",
            "interest": "Open Science enthusiasts can share the resource with researchers from resource contrained settings.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-17_222603.1638390000.png",
            "created": "2020-11-17T22:26:03.163395Z",
            "moderation_state": 3
        },
        {
            "id": 131,
            "content_url": "http://newslynx.readthedocs.org/en/latest/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NewsLynx",
            "description": "A tool for measuring the qualitative and quantitative impact of news stories.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Enables journalists and publishers to measure the impact of their stories.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:58:52.061000Z",
            "moderation_state": 3
        },
        {
            "id": 178,
            "content_url": "https://savethememe.net/en",
            "is_bookmarked": false,
            "tags": [
                "copyright"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Save The Memes",
            "description": "A tool to call European MEPs in support of protecting User Generated Content in the EU",
            "get_involved": "If you're in Europe, try to call your MEP!",
            "get_involved_url": "https://savethememe.net/en",
            "interest": "Great example of internet advocacy",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-06T20:20:59.675121Z",
            "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": 325,
            "content_url": "https://medium.com/@chadsansing/game-time-at-the-global-sprint-a907bdb11b7b",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Game time at the Global Sprint",
            "description": "This is a blog post pitching a last-minute invite to contribute to games-based projects in this year's Global Sprint. Help invent adventures, micro-games, puzzles, and offline games that #teachtheweb and drive demand for better online privacy and security as part of Internet Health.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mozilla-privacy-arcade",
            "interest": "This is an example of using existing comms channels to promote new projects from across the org.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_105005.9836040000.jpg",
            "created": "2017-05-31T10:50:05.983304Z",
            "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": 1749,
            "content_url": "https://amc.alliedmedia.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Allied Media Conference",
            "description": "The 21st Allied Media Conference will be online from July 23 to July 26, 2020, bringing accessibility, safety, ease & care, support for presenters, and the AMC magic to this year's event.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-22_111513.0919910000.jpeg",
            "created": "2020-06-22T11:15:13.091573Z",
            "moderation_state": 3
        },
        {
            "id": 33,
            "content_url": "https://www.crowdai.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CrowdAI",
            "description": "CrowdSourcing the development of Artificial Intelligence - An open challenge platform for data science and Open Science",
            "get_involved": "Contribute code, ideas, suggestions",
            "get_involved_url": "https://github.com/crowdAI/crowdAI",
            "interest": "Open data challenges on the web give everyone around the world a shot at tackling difficult data problems. By providing their solutions openly, participants can rapidly learn the latest powerful techniques from each other.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/33.gif",
            "created": "2016-11-01T22:43:53.183000Z",
            "moderation_state": 3
        },
        {
            "id": 1783,
            "content_url": "https://foundation.mozilla.org/en/blog/step-inside-someone-elses-youtube-bubble/",
            "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": "Step Inside Someone Else’s YouTube Bubble",
            "description": "Introducing TheirTube, a Mozilla Creative Media Award recipient created by Tomo Kihara.\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_144116.7650090000.png",
            "created": "2020-07-29T14:41:16.764513Z",
            "moderation_state": 3
        },
        {
            "id": 109,
            "content_url": "http://www.theatlantic.com/education/archive/2016/05/why-south-africas-tech-industry-still-needs-room-to-grow/481335/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "article",
                "literacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Can South Africa Kickstart Its Tech Industry?",
            "description": "When two reporters with The Atlantic set out to explore internet education and innovation in South Africa, Mozilla weighed in as an expert.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla sounds off on web literacy, Mozilla Learning, and our read, write, participate philosophy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/109.jpg",
            "created": "2016-07-28T15:29:40.291000Z",
            "moderation_state": 3
        },
        {
            "id": 1987,
            "content_url": "https://ceti.institute/gallery-of-the-future/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alanna Risse",
            "submitter_profile_id": 4581,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alanna Risse",
                    "profile_id": 4581,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Gallery of the Future",
            "description": "As the world is transformed by pandemics and revolutions, as physical spaces, access, and connection is lost, we reimagine the gallery spaces of the future. What could it look like? How can the art, the space, and the conversations and interactions critically engage with the world and with our communities? How does it spark and sustain inspiration - with ideas, materials, and media? How does it reveal what is possible, and what needs to change?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-01-25T17:20:51.613246Z",
            "moderation_state": 3
        },
        {
            "id": 296,
            "content_url": "https://felixhenninger.github.io/lab.js/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "coding",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "lab.js: Social, Cognitive and Behavioral Research in the Browser",
            "description": "lab.js is a tool for constructing browser-based studies built for (but not limited to) the social and cognitive sciences. Studies can be assembled using a graphical builder, or through code. In either case, lab.js takes care of study presentation, response collection and data storage, while providing the greatest possible flexibility with regard to study design.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/felixhenninger/lab.js",
            "interest": "Our project helps scientists studying behavior and cognition to build experiments and questionnaires in the browser. Besides collecting data, researchers can document and share their work, so that others can reproduce, extend, and recombine previous research.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_060123.3826610000.png",
            "created": "2017-05-22T06:01:23.382219Z",
            "moderation_state": 3
        },
        {
            "id": 264,
            "content_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Participation & Collaboration on Discourse",
            "description": "We are working with community members of the Mozilla Learning Discourse forum to improve participation and collaboration in the Mozilla Clubs thread so that we can increase openness & innovation. We're doing this by assessing activity levels in current channels used for communication, interviewing community members on what inspires them to be active in these discussion channels and gathering feedback on the incentives needed to improve participation.",
            "get_involved": "People can contribute to the project in Github and/or on Discourse.",
            "get_involved_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "interest": "The project provides insightful findings on building online communities, sustaining participation and fostering high quality activity.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-08_154431.0288140000.jpeg",
            "created": "2017-05-08T15:44:31.028157Z",
            "moderation_state": 3
        },
        {
            "id": 872,
            "content_url": "http://peerproduction.net/issues/issue-12-makerspaces-and-institutions/practitioner-reflections/repair-cafes/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Repair Cafes",
            "description": "Repair Cafés have emerged as citizen-driven initiatives to enable the fixing (or repair) of products at a community level. Repair Cafés are part of broader movement of ‘Makers, Modifiers and Fixers’ where individuals and groups of individuals that are ‘making, modifying and fixing’ products are coming together in physical places and spaces that include Hackerspaces, Makerspaces, Fab Labs and Tech Shops.  Here we see the author's personal journey over many years and many countries and lots of data. This piece allows an in-depth exploration, investigating and sharing data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-17_105950.5013050000.png",
            "created": "2018-07-17T10:59:50.500836Z",
            "moderation_state": 3
        },
        {
            "id": 251,
            "content_url": "https://github.com/MozillaFoundation/mpa-iot-escape-room-challenge/issues",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "games",
                "global sprint",
                "internet of things",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "IoT Escape Room Challenge",
            "description": "This is a Global Sprint project that asks community members to design, build, and/or facilitate an escape room scenario using connected devices that hold the clues and keys participants need to get free. There are lots of ways to get involved from suggesting story ideas to crafting puzzles to building an escape room out of inexpensive, lightweight, portable materials. The big idea is to design something that libraries and other community centers could easily assemble, disassemble, facilitate, and share between branches.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-iot-escape-room-challenge",
            "interest": "This is an example of a Global Sprint project that brings multiple communities of practice together to teach about online safety and why privacy should be the default on connected devices.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_122105.0988950000.png",
            "created": "2017-04-27T12:21:05.098119Z",
            "moderation_state": 3
        },
        {
            "id": 2452,
            "content_url": "https://badili.co.ke/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "common voice",
                "machine learning",
                "natural language processing"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Badili Innovations",
                    "profile_id": 6088,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "LivHealth Kiswahili Corpus",
            "description": "LivHealth Kiswahili Corpus aims to empower local communities to correctly identify livestock syndromes and get timely interventions from qualified livestock practitioners. Using Natural Language Processing (NLP), Machine Learning (ML), and Artificial Intelligence (AI), the project will build Kiswahili text-to-speech models for disseminating disease information to marginalized communities. Working closely with their partner, One Health Center in Africa (OHRECA), they will enhance the functionality of the system to enable communities easy access to disease information on demand and in Kiswahili.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_124442.1615610000.jpg",
            "created": "2022-11-18T12:44:42.161103Z",
            "moderation_state": 3
        },
        {
            "id": 887,
            "content_url": "https://www.npr.org/2018/07/30/629800775/some-amazon-reviews-are-too-good-to-be-believed-theyre-paid-for",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Interview | Misinformation and Amazon reviews",
            "description": "Mozilla Fellow Renee DiResta speakes with NPR about misinformation on Amazon",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-03_122502.9152060000.png",
            "created": "2018-08-03T12:25:02.914293Z",
            "moderation_state": 3
        },
        {
            "id": 630,
            "content_url": "https://medium.com/mozilla-internet-citizen/techs-implicit-bias-problem-8a4705e67aa4",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "ethics"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tech’s Implicit Bias Problem",
            "description": "Suchana Seth, a physicist-turned-data scientist, talks about the dangers of predication errors and the importance of developing algorithms that are fairer, more transparent, and more accountable.\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": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_122348.7552970000.png",
            "created": "2018-03-13T12:23:48.754972Z",
            "moderation_state": 3
        },
        {
            "id": 2182,
            "content_url": "https://youtu.be/vi1jb2uzZIs",
            "is_bookmarked": false,
            "tags": [
                "mf2021selection",
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The Role of Tech in a Human Rights and Climate-Resilient Future",
            "description": "The future is uncertain. Whether climate policy, trade relations, or disruptive technology, we cannot be sure of how key factors reshaping the world will play out in the coming decade. Also, the operating context for business and other stakeholders is formed by the complex interactions of many factors, but often factors are considered in isolation and responses, siloed. The climate crisis plays a large role in shaping our future, with a growing impact on human rights. Water scarcity, wildfires, extreme weather, and rising sea levels already disproportionately affect marginalized populations, r",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112340.7297950000.jpeg",
            "created": "2021-07-06T11:23:40.718886Z",
            "moderation_state": 3
        },
        {
            "id": 606,
            "content_url": "https://medium.com/mozilla-festival/a-more-inclusive-internet-804bf6f5db5e",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Talks | A More Inclusive Internet",
            "description": "How do we connect everyone — regardless of gender or geography — to the entirety of the internet? And how do we ensure the web is a civil, safe space? Watch five talks about a more inclusive internet, delivered at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-27_201100.7194900000.jpg",
            "created": "2018-02-27T20:11:00.718743Z",
            "moderation_state": 3
        },
        {
            "id": 2442,
            "content_url": "https://www.futurewake.com/#/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic racism",
                "artificial intelligence",
                "cma",
                "cma2021",
                "mozilla-cma",
                "predictive policing"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Future Wake",
                    "profile_id": 6065,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Future Wake",
            "description": "This interactive web app turns the discriminatory practice of predictive policing upside down, instead allowing citizens to predict police brutality. The project uses AI and a number of data sets to determine where, when, and how police brutality in the U.S. is most likely to occur. It also paints a vivid picture of the potential victim, from their skin color to their age, to put a human face on the prediction.",
            "get_involved": "",
            "get_involved_url": "https://www.futurewake.com/#/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_123949.2507820000.png",
            "created": "2022-11-08T12:39:49.250559Z",
            "moderation_state": 3
        },
        {
            "id": 253,
            "content_url": "https://github.com/data-lessons/librarycarpentry",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Extending Library Carpentry",
            "description": "This is a Global Sprint project meant to refresh and expand on the Library Carpentry project, a set of introductory software training resources with a focus on the needs and requirements of library professionals. Library Carpentry is an introductory software skills program, meaning that no knowledge of programming or the principles of programming are required. Contributors will use the sprint to amend, update, and extend the existing Library Carpentry lessons and get draft lessons on SQL, Python, web scraping, and other topics into final shape for launch.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/data-lessons/librarycarpentry/blob/master/CONTRIBUTING.md",
            "interest": "This is a great example of a Global Sprint project that attracts worldwide interest in using the web to deliver professional development to a community of practice.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-28_093438.3267420000.png",
            "created": "2017-04-28T09:34:38.326164Z",
            "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": 2439,
            "content_url": "https://www.deepreckonings.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithms",
                "cma",
                "cma2019",
                "creative media awards",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Lepp",
                    "profile_id": 6058,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Deep Reckonings",
            "description": "This project uses deepfakes to address the issue of deepfakes. Three false videos will show public figures — like tech executives — reckoning with the dangers of synthetic media. Each video will be clearly watermarked and labeled as a deepfake to prevent misinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_094546.2259840000.png",
            "created": "2022-11-08T09:45:46.225693Z",
            "moderation_state": 3
        },
        {
            "id": 2148,
            "content_url": "https://foundation.mozilla.org/en/blog/supporting-black-artists-who-are-examining-ai/",
            "is_bookmarked": false,
            "tags": [
                "bmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Supporting Black Artists Who Are Examining AI",
            "description": "Mozilla’s latest round of Creative Media Awards will provide $245,000 in funding to Black artists who are exploring the effects of AI on racial justice.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_214723.2541620000.png",
            "created": "2021-07-01T21:47:23.253941Z",
            "moderation_state": 3
        },
        {
            "id": 847,
            "content_url": "http://www.alistairmcclymont.com",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Leap Second",
            "description": "Leap Second is a series of artworks showing the 25 leap seconds that have been added to our time so far. Leap seconds are added occasionally due to the earth gradually slowing down, primarily due to the tides. This slowing can not be predicted, but its effect means our time gradually goes out of sync with the position of the sun. This artwork will continue to grow with each added leap second.\n\nEach leap second shows the time in Unix Time: www.alistairmcclymont.com/artwork/unix-time",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_162932.1819780000.png",
            "created": "2018-06-22T16:29:32.181458Z",
            "moderation_state": 3
        },
        {
            "id": 1314,
            "content_url": "https://www.djangoproject.com/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2016"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Django",
            "description": "Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-05_155630.3965990000.png",
            "created": "2019-08-05T15:56:30.372817Z",
            "moderation_state": 3
        },
        {
            "id": 25,
            "content_url": "https://medium.com/read-write-participate/mozilla-club-leadership-training-in-nairobi-and-cape-town-cbb9ad2a3f38#.jrzme63e7",
            "is_bookmarked": false,
            "tags": [
                "cape town",
                "kenya",
                "nairobi",
                "south africa",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How We’re Training Women in Africa to Teach the Web",
            "description": "A look inside Mozilla and the UN Women’s web literacy work in Nairobi and Capetown to launch  Mozilla Clubs for Women and Girls and train local leaders to teach key digital issues in a local context.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/25.jpg",
            "created": "2016-11-08T18:45:20.778000Z",
            "moderation_state": 3
        },
        {
            "id": 359,
            "content_url": "https://blog.mozilla.org/blog/2017/06/06/new-mozilla-poll-americans-political-parties-overwhelmingly-support-net-neutrality/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Poll: Americans Overwhelmingly Support Net Neutrality",
            "description": "A recent public opinion poll carried out by Mozilla and Ipsos revealed overwhelming support across party lines for net neutrality, with over three quarters of Americans (76%) supporting net neutrality. Eighty-one percent of Democrats and 73% of Republicans are in favor of it.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_145916.9646760000.jpg",
            "created": "2017-06-06T14:59:16.964377Z",
            "moderation_state": 3
        },
        {
            "id": 2156,
            "content_url": "https://youtu.be/x0xVKpDpxlg",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "#2019dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Who Wants to Be a Rebel?",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_191340.4091920000.jpg",
            "created": "2021-07-05T17:59:25.957849Z",
            "moderation_state": 3
        },
        {
            "id": 213,
            "content_url": "https://savethelink.org/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "network",
                "petition"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Erika Drushka",
            "submitter_profile_id": 54,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Save the Link",
            "description": "Links are essential to freedom of expression online and censoring links will break the Web as we know it. This advocacy campaign lets you tell decision-makers that you oppose regulations that aim to censor links.",
            "get_involved": "Sign the petition, and sign your organisation up to join the network.",
            "get_involved_url": "https://savethelink.org/",
            "interest": "This networked campaign, led by OpenMedia, has over 100 groups signed up to launch a platform for campaigning against proposals that restrict or censor hyperlinking across the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_174216.7402530000.png",
            "created": "2017-04-11T17:42:16.739720Z",
            "moderation_state": 3
        },
        {
            "id": 1662,
            "content_url": "https://www.youtube.com/watch?v=D0UaFE4yoNg",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy in the Era of CoViD - Online Roundtable",
            "description": "Medianama organised a roundtable with lawyers, technologists and government representatives to speak about surveillance measures being undertaken as a response to CoViD-19. I participated in the roundtable and suggested appropriate legal measures to minimise the harms of automated decision-making systems being deployed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-04_133441.5799480000.jpg",
            "created": "2020-05-04T13:34:41.579454Z",
            "moderation_state": 3
        },
        {
            "id": 218,
            "content_url": "https://andyhub.com/concepts/mobile-reporting/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "atxh4c",
                "hack for change",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Andrew Nelson",
                    "profile_id": 25,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mobile Map IO",
            "description": "Mobile Map IO is boilerplate code and design for creating mobile reporting apps. This open-source project on Github is built using popular, proven web technologies to allow it to be most easily picked up by other civic hackers. With Mobile Map IO, a civic hacker can create a mobile app with an API and mapping capabilities customized for their project in less than an hour.",
            "get_involved": "Share issues or ideas",
            "get_involved_url": "https://github.com/werdnanoslen/mobile-map-io/labels/mozsprint",
            "interest": "This is a great open-source project from a Mozilla Open Leadership Fellow for the 2017 Global Sprint",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_142301.7321070000.png",
            "created": "2017-04-13T14:23:01.731647Z",
            "moderation_state": 3
        },
        {
            "id": 196,
            "content_url": "https://futurecameras.wordpress.com/about/",
            "is_bookmarked": false,
            "tags": [
                "djcad",
                "open iot"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Martin Skelly",
            "submitter_profile_id": 64,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Future Cameras",
            "description": "A teaching collaboration between DJCAD and Mozilla Foundation, over a hundred students were challenged to design future cameras as part of the Mozilla Open IoT Studio. The projects explore privacy, security, ethics, open innovation, decentralization and the ever changing relationship we have with our precious memories. Online and print publication coming soon - team process blogs are at: https://futurecameras.wordpress.com/team-blogs/\n\n(featured image: https://35mm2017.wordpress.com/)",
            "get_involved": "watch out for the print & online publication coming soon",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_103926.9902960000.jpg",
            "created": "2017-04-10T10:39:26.989642Z",
            "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": 969,
            "content_url": "https://dingdingding.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "DING",
            "description": "In the second-ever edition of DING — Mozilla’s magazine about technology, society, and the future — we say goodbye to oppressive technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_003431.0035260000.png",
            "created": "2018-12-07T00:34:31.002874Z",
            "moderation_state": 3
        },
        {
            "id": 414,
            "content_url": "https://medium.com/@mkopel/internet-health-healthy-irl-coalitions-5312760a5977",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet Health = Healthy IRL Coalitions",
            "description": "Internet health is a huge topic, and carries a lot of different meaning for different people. The ability to approach the concept at all means that you are of the privileged class who can afford to have an opinion. Your geography provides you with the privilege of infrastructure. Your education provides you with the means of weighing what you have versus what is possible.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-08-02T18:08:43.645335Z",
            "moderation_state": 3
        },
        {
            "id": 1920,
            "content_url": "https://www.weforum.org/agenda/2020/01/civil-society-skills-gap-digital-transformation/",
            "is_bookmarked": false,
            "tags": [
                "connectivity",
                "digital skills",
                "latin america"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Melissa Huerta",
                    "profile_id": 61,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Here's how Latin American communities are bridging the skills gap",
            "description": "WEF post, published Jan. 2020",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-19T17:43:49.894927Z",
            "moderation_state": 3
        },
        {
            "id": 449,
            "content_url": "https://medium.com/read-write-participate/promoting-legal-protections-for-privacy-rights-in-the-united-states-a2c1d0404349",
            "is_bookmarked": false,
            "tags": [
                "online privacy & security",
                "privacy",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Promoting Legal Protections for Privacy Rights in the United States",
            "description": "Mozilla Tech Policy Fellow Camille Fischer writes about her work to promote privacy rights in the United States.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-28_192339.6447930000.jpg",
            "created": "2017-09-28T19:23:39.644410Z",
            "moderation_state": 3
        },
        {
            "id": 667,
            "content_url": "https://medium.com/read-write-participate/mapping-oregons-wetlands-with-help-from-high-schoolers-and-gigabit-technology-d526677aaf41",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Real Time Wetland Restoration Mapping and Analysis",
            "description": "High school students in Oregon will stream GIS data collected from wetlands to the Army Corps of Engineers in real-time, taking advantage of Eugene’s high-speed, low-latency gigabit network. In the process, students will support the local ecosystem — and learn all about an emerging technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_151853.0339740000.jpg",
            "created": "2018-04-02T15:18:53.033462Z",
            "moderation_state": 3
        },
        {
            "id": 93,
            "content_url": "https://www.youtube.com/watch?v=NmWRifoFmDQ",
            "is_bookmarked": false,
            "tags": [
                "internet",
                "movement",
                "risk",
                "state of the web",
                "surveillance",
                "talk",
                "video",
                "web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Power and Empowerment on the Internet",
            "description": "Mark Surman reflects on the internet freedom movement in the age of empires.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Despite monopolies, walled gardens, and surveillance on the internet, there's a grassroots movement for online freedom, creativity and opportunity for all.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/93.png",
            "created": "2016-09-09T19:15:22.179000Z",
            "moderation_state": 3
        },
        {
            "id": 1289,
            "content_url": "https://github.com/phoenixframework/firenest/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Phoenix and Firenest",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_232802.7611700000.png",
            "created": "2019-08-01T23:28:02.743856Z",
            "moderation_state": 3
        },
        {
            "id": 2219,
            "content_url": "https://book.mozillafestival.org/creating-participatory-events",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Creating Participatory Events",
            "description": "MozFest was forged by the event design and facilitation principles of Aspiration’s Allen “Gunner” Gunn. His guidelines for creating participatory events provided a blueprint and complemented our open ethos for the festival.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_182927.3660600000.png",
            "created": "2021-07-08T18:29:27.365831Z",
            "moderation_state": 3
        },
        {
            "id": 1009,
            "content_url": "https://medium.com/read-write-participate/announcing-openscapes-open-science-is-better-science-debe520d3de5",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openscapes",
            "description": "Mozilla Fellow Julia Lowndes has launched a mentorship program to help environmental scientists work more openly",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-29_140359.1243740000.png",
            "created": "2019-01-29T14:03:59.123889Z",
            "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": 853,
            "content_url": "http://smeech.co.uk/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Binary Scarves",
            "description": "A series of knitwear informed by the ASCII text system of encoding text to binary. Each design contains a quote related to either computers, binary, patterns, digital art or repetition. The designs are presented within the constraints of a standard 24-stitch punchcard pattern repeat. The scarves have been produced in collaboration with a factory in Manchester, ironically named Unique Knitwear.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_181256.5707110000.jpg",
            "created": "2018-06-25T18:12:56.570359Z",
            "moderation_state": 3
        }
    ]
}