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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-description&page=33",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-description&page=31",
    "results": [
        {
            "id": 1674,
            "content_url": "https://opennews.org/#carepackage",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "COVID 19 Community Care Package from Open News",
            "description": "A set of resources from the Open News community on ways we can take care of each other through mutual aid, knowledge-sharing, and healthy work-from-home culture.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_183708.1796630000.jpg",
            "created": "2020-05-05T18:37:08.178852Z",
            "moderation_state": 3
        },
        {
            "id": 318,
            "content_url": "http://2017.dundeedesignfestival.com/event-entry/voice-works-speech-recognition-the-internet-of-things/",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "open iot",
                "voice"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Martin Skelly",
            "submitter_profile_id": 64,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Voice Prototype Workshop",
            "description": "A series of provocative prototypes to raise awareness, encourage debate and enable change around a voice controlled Internet. Created for a workshop at the Dundee Design Festival 2017.",
            "get_involved": "Coming soon to github repo for further development",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_141406.7813530000.jpg",
            "created": "2017-05-30T14:14:06.780772Z",
            "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
        },
        {
            "id": 1677,
            "content_url": "https://www.adl.org/fighting-hate-from-home",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fighting Hate from Home",
            "description": "A series of discussions on how ADL is standing up to antisemitism and extremism, and how you can fight hate from home.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_205943.0286910000.png",
            "created": "2020-05-05T20:59:43.028100Z",
            "moderation_state": 3
        },
        {
            "id": 1614,
            "content_url": "https://ethicslab.georgetown.edu/blog/blending-philosophy-and-computer-science",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "education",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blending Philosophy and Computer Science for Ethical Development",
            "description": "A semester in, Ethics Lab’s Mozilla Responsible CS project has shown great promise in helping students deeply consider ethics and social responsibility in their computer science work. Ethics Lab and Georgetown’s Computer Science Department were awarded the grant by the Mozilla Foundation in spring 2019 for their proposal to build ethics directly into computer science classes. The project is supported for the 2019-2020 academic year.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-05_135453.6707550000.jpg",
            "created": "2020-03-05T13:54:53.670370Z",
            "moderation_state": 3
        },
        {
            "id": 1013,
            "content_url": "http://www.phonk.io",
            "is_bookmarked": false,
            "tags": [
                "coding",
                "creative coding",
                "Live Coding",
                "reuse",
                "trash"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Victor Diaz",
            "submitter_profile_id": 2003,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Victor Diaz",
                    "profile_id": 2003,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Phonk.io",
            "description": "A self-contained creative programming tool for new and obsolete android mobile devices",
            "get_involved": "Try it, find use cases, retarget the project",
            "get_involved_url": "",
            "interest": "People can reuse old phones and use them as a tool for teaching about coding, and upcycling tech. Furthermore old android phones are ubiquitous and very accessible in any part of the world.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_210541.6384800000.png",
            "created": "2019-01-30T21:05:41.638123Z",
            "moderation_state": 3
        },
        {
            "id": 953,
            "content_url": "https://www.youtube.com/watch?list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&v=FsIXHQifkXw",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Data Balancing Act",
            "description": "As billions more people and tens of billion more devices come online, boundless amounts of data are created. How do we use it for good (development, smarter cities) and not bad (surveillance, insecurity)?This panel from MozFest 2018 features Zara Rahman, researcher at the Engine Room working at the intersection of technology and social justice; and Malavika Jayaram, executive director of Digital Asia Hub and faculty associate at Harvard’s Berkman Klein Center for Internet & Society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192355.9297270000.jpg",
            "created": "2018-11-07T16:32:25.618351Z",
            "moderation_state": 3
        },
        {
            "id": 2067,
            "content_url": "https://mydatarights.africa/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 4753,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 4753,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "About me",
            "description": "As a special advisor, I will provide support to the work Mozilla Foundation will embark in support the African tech ecosystem and the Kiswahili Common Voice fellows. My work is guided by principles of a feminist internet which are applied to thinking of assessment, design and implementation of tech. I focus on the intersection of digital technology and gender",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-19_082143.3966470000.png",
            "created": "2021-05-19T08:21:43.396061Z",
            "moderation_state": 3
        },
        {
            "id": 1531,
            "content_url": "https://foundation.mozilla.org/en/blog/case-knowledge-sharing-between-technologists-and-digital-rights-litigators/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Aurum Linh",
            "submitter_profile_id": 3161,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Aurum Linh",
                    "profile_id": 3161,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Case For Knowledge-Sharing Between Technologists and Digital Rights Litigators",
            "description": "As a Mozilla Fellow, I'm working on a project aimed at breaking down knowledge barriers between litigators and technologists. This article provides background information and context on why I'm doing this work, and how you can get involved too.",
            "get_involved": "Take our survey, share with networks, contact us",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuidesABlog",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-09T20:15:21.157998Z",
            "moderation_state": 3
        },
        {
            "id": 1522,
            "content_url": "https://foundation.mozilla.org/en/blog/dismantling-ai-myths-and-hype/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "fellows",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dismantling AI Myths and Hype",
            "description": "As a Mozilla Fellow, I’m looking for ways to challenge and subvert inaccurate narratives about AI",
            "get_involved": "",
            "get_involved_url": "https://forms.gle/7YshbkDNu4b8tckZ6",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-05T11:16:21.897572Z",
            "moderation_state": 3
        },
        {
            "id": 1526,
            "content_url": "https://foundation.mozilla.org/en/blog/project-demystify-litigation-and-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "#ArtificialIntelligence",
                "#digitalrights",
                "#humanrights",
                "#law",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jonathan McCully",
            "submitter_profile_id": 3157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3413,
                    "is_active": true
                },
                {
                    "name": "Aurum Linh",
                    "profile_id": 3350,
                    "is_active": true
                },
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Project to Demystify Litigation and Artificial Intelligence",
            "description": "As a Mozilla Fellow, I am working with Aurum Linh on a project aimed at breaking down knowledge barriers between litigators and technologists. Find out more, and how to get involved, in this blog.",
            "get_involved": "",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuideSurvey",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-06_175842.6044120000.jpg",
            "created": "2019-12-06T17:58:42.603907Z",
            "moderation_state": 3
        },
        {
            "id": 1547,
            "content_url": "https://medium.com/@rianeliza/ai-agriculture-and-the-future-of-farming-e6d939cf4296",
            "is_bookmarked": false,
            "tags": [
                "agriculture",
                "AI",
                "#mozfellows19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3511,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3511,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI and Agriculture: Putting Community Principles into Practice",
            "description": "As a Mozilla Fellow, I am working on a project to ensure that AI/ML systems in agriculture are designed and implemented justly, responsibly, sustainably, and with the input of the communities where they are being implemented.  This post details my plans, and how you can get involved.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-06_220514.9919900000.jpg",
            "created": "2020-01-06T22:05:14.991352Z",
            "moderation_state": 3
        },
        {
            "id": 1377,
            "content_url": "https://medium.com/@mhzfoundation/mhz-curationist-opening-cultures-together-or-mhz-curationist-collaboratively-framing-the-world-3a3c10020f9b",
            "is_bookmarked": false,
            "tags": [
                "arts",
                "content",
                "creative commons",
                "culture",
                "curation",
                "curationist",
                "global",
                "mhz foundation",
                "mozfest",
                "mozfest2019",
                "open knowledge",
                "public domain"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "MHz Foundation",
            "submitter_profile_id": 3117,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "MHz Foundation",
                    "profile_id": 3117,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MHz Curationist: Collaboratively Framing the World We Share",
            "description": "As AI amps up, this new global arts and culture site doubles down on human power to drive collaborative content creation and make significant strides in the open knowledge movement.",
            "get_involved": "Will you be at MozFest 2019? The MHz Curationist team looks forward to meeting like-minded individuals to talk collaboration and what's next in the open knowledge space and beyond. \n\nVisit us at curationist.org and let us know what user experience upgrades you would like to see in Version 2.0.",
            "get_involved_url": "http://curationist.org/join-us/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_230327.6783840000.png",
            "created": "2019-09-25T23:03:27.677569Z",
            "moderation_state": 3
        },
        {
            "id": 276,
            "content_url": "https://github.com/aletheia-foundation/admin",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "2018",
                "blockchain",
                "eLifeopensciencesoapbox",
                "global sprint",
                "gs2017",
                "mozfest",
                "mozsprint",
                "open access",
                "open leadership zone",
                "open science",
                "publishing"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Create content"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kade Morton",
                    "profile_id": 131,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Aletheia",
            "description": "As a decentralised open-access scientific journal, Kade would like Aletheia to be an alternative option for academic publishing. It is managed directly by the community through a decentralised autonomous organisation (DAO) with no single point of control. The database is stored across many peers to provide security — think of it as a peer to peer (P2P) publishing platform and database all rolled into one. Aletheia is being built for any academic and rigorous content, it's not domain-specific.",
            "get_involved": "Kade is looking for people experienced with academic publishing, researchers with content, and people with expertise to review content. Also needs help building the platform and the community around it. Contribute on GitHub or reach out to Kade by email ([email protected]).",
            "get_involved_url": "https://github.com/aletheia-foundation",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_175050.3496070000.jpg",
            "created": "2017-05-12T06:16:32.704235Z",
            "moderation_state": 3
        },
        {
            "id": 855,
            "content_url": "https://about.me/anxiaostudio",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Meme Lab",
            "description": "Artist Residency at MozFest 2017. An open studio lab-installation and workshop exploring meme culture in both its online and offline manifestations. The development and engagement links with street art, remix and performance cultures, inviting visitors to see the process, create and build-up thoughtful meme interpretations also based on social action, political voices, critical thinking.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_063809.0589150000.png",
            "created": "2018-06-26T06:38:09.058496Z",
            "moderation_state": 3
        },
        {
            "id": 2117,
            "content_url": "https://open.spotify.com/show/2gbiQTJ605hNgjSrV7m4jd?si=o08atlgXRPWrfcTBB4_kOg&nd=1",
            "is_bookmarked": false,
            "tags": [
                "taimfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The HyperClick Podcast",
            "description": "Artist and designer Julia Janssen takes you on a journey behind the surface of the internet. The digital universe has a lot to offer, but what price do you pay for access? Nothing is for free. Not even on the WorldWide Web. When it seems free, you are the product.\n\nIn every episode, Janssen invites a guest to discuss a specific topic around data, digitalization and algorithms. We are exploring today's problems and tomorrows opportunities. Let's find out new directions for the internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_221907.9174870000.png",
            "created": "2021-06-28T22:19:07.917202Z",
            "moderation_state": 3
        },
        {
            "id": 2110,
            "content_url": "https://www.youtube.com/watch?v=xoue4-ohk1Y",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "ethical",
                "taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What is an Ethical Artificial Intelligence? Mozilla Explains",
            "description": "Artificial intelligence (AI) takes in information and uses it to make informed predictions. But when opaque algorithms make decisions on your behalf, ethical problems can arise.Director of AI Ethics Lab Cansu Canca explains.Featured in this video, Survival of the Best Fit is a Mozilla Creative Media awardee built by Jihyun Kim, Gábor Csapo, Miha Klasinc, and Alia ElKattan. Experience it here: https://www.survivalofthebestfit.com/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175320.9699530000.jpg",
            "created": "2021-06-25T22:37:15.591630Z",
            "moderation_state": 3
        },
        {
            "id": 97,
            "content_url": "http://www.nytimes.com/2016/08/12/opinion/too-poor-to-afford-the-internet.html?smid=tw-share&_r=0",
            "is_bookmarked": false,
            "tags": [
                "article",
                "hive"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Too Poor to Afford the Internet",
            "description": "Article by NYPL President Tony Marx’s (Hive NYC member) in the NY Times OpEd on digital inclusion.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Strong framing for the issues, problems and opportunities we face insuring that the public internet is protected.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-08-16T18:33:13.707000Z",
            "moderation_state": 3
        },
        {
            "id": 720,
            "content_url": "https://www.artcodes.co.uk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "Interactive Wall-Paper",
            "description": "Artcodes is a new technology that allows users to interact with all manner of decorative imagery and patterns. Part of collaborative research between both designers and computer scientists at the University of Nottingham, funded by Horizon Digital Economy Research and the RCUK.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_101748.6188400000.jpg",
            "created": "2018-04-24T10:17:48.618193Z",
            "moderation_state": 3
        },
        {
            "id": 1242,
            "content_url": "https://www.lizaelle.com/digitaldeathpractices.html",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "Artists Open Web",
                "citizen engagement",
                "Citizen Journalism",
                "Citizen Media",
                "citizen science",
                "creative automation",
                "creative industries",
                "digital inclusion",
                "media",
                "robotics"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Lizaelle Taoipu",
            "submitter_profile_id": 2759,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lizaelle Taoipu",
                    "profile_id": 2759,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Death Practices & Dying",
            "description": "A rhetorical analysis on death and its existence in the digital age of mourning.",
            "get_involved": "Help me start a conversation around death, dying, and bereavement amongst a society that is afraid to openly discuss death.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-07-04T03:13:26.363167Z",
            "moderation_state": 3
        },
        {
            "id": 1996,
            "content_url": "https://schedule.mozillafestival.org/session/SHHMME-1",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "Family resource",
                "high school",
                "mf-family-promo",
                "MozFest 2021"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Session: AI Futures (for High School Students)",
            "description": "Are you a high school student who is confused about what exactly AI is and why it matters? Join us for a crash course on AI, how it is being used to create positive change and what challenges it poses. AI specialists from different industries will talk about their projects and invite you to share your opinions about the ethics of their projects. You'll also have the chance to talk directly to these AI experts in breakout rooms.",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/SHHMME-1",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_012447.8930810000.jpg",
            "created": "2021-03-03T01:24:47.892454Z",
            "moderation_state": 3
        },
        {
            "id": 136,
            "content_url": "http://cariboudigital.net/winners-losers-in-the-global-app-economy/",
            "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": "Winners and Losers in the Global App Economy",
            "description": "A research report to look deeper at the global trends in app revenue flow, with a particularly lens on emerging markets.",
            "get_involved": "Read, use and share the report",
            "get_involved_url": "",
            "interest": "Research was supported by Mozilla Foundation, and maps to our goals around digital inclusion, and many other points in the Mozilla Mission.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-01T15:41:11.326000Z",
            "moderation_state": 3
        },
        {
            "id": 715,
            "content_url": "https://www.alimaeve.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Undersea Cable",
            "description": "A relationship is constructed from two different territories. Undersea Cable is a short film shoton mobile phones, collecting fragments of Skype conversations from a period of eighteen monthsbetween two women; one in London, one in Rio de Janeiro. The audio provides an overlappingcentre for the two protagonists’ cities, as they describe how they are transforming around them.sof intimacy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_100627.6045220000.jpg",
            "created": "2018-04-24T10:06:27.603908Z",
            "moderation_state": 3
        },
        {
            "id": 1678,
            "content_url": "https://www.adl.org/blog/what-is-zoombombing-and-who-is-behind-it",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What is Zoombombing and Who is Behind it?",
            "description": "A regularly updated post from the ADL's Center on Extremism center for describing Zoombombing, and tracking Zoombombing incidents during the coronavirus pandemic of 2020.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_211657.4783740000.png",
            "created": "2020-05-05T21:16:57.478044Z",
            "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": 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": 677,
            "content_url": "https://medium.com/read-write-participate/taking-on-big-tech-through-merger-enforcement-f15b7973e37",
            "is_bookmarked": false,
            "tags": [
                "mozilla fellow"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Caroline Holland",
            "submitter_profile_id": 338,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Taking on Big Tech Through Merger Enforcement",
            "description": "A range of voices across the political spectrum have raised the alarm about increasing consolidation and concentration in our economy. This issue is particularly acute when it comes to the power that large tech companies and Internet service providers hold over how we interact online. One way (though certainly not the only way) to address this and to ensure healthy competition is to use antitrust law to stop anticompetitive mergers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-04-06T00:29:52.753021Z",
            "moderation_state": 3
        },
        {
            "id": 1310,
            "content_url": "https://mzl.la/2YobWmc",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emrys Green",
                    "profile_id": 2279,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Emrys Green",
            "description": "A quick chat with veteran MozFest Wrangler Emrys Green.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_193941.5679290000.jpg",
            "created": "2019-08-02T19:39:41.567344Z",
            "moderation_state": 3
        },
        {
            "id": 1362,
            "content_url": "https://medium.com/mozilla-festival/wrangler-round-up-di-luong-53836292b4be",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Di Luong",
                    "profile_id": 423,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Di Luong",
            "description": "A quick chat with 2019 Privacy and Security Wrangler Di Luong",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-21_203730.9724120000.png",
            "created": "2019-08-21T20:37:30.971572Z",
            "moderation_state": 3
        },
        {
            "id": 73,
            "content_url": "http://skellystudio.co.uk/portfolio/the-wayback-machine/",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "connected home",
                "critical design",
                "iot"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                },
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Wayback Machine",
            "description": "A prototype product which controls the availability of tech & services within a connected home. Turn a rotary dial to wind back time and turn off digital services and connections.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The prototype was created during the 2016 Mozilla Open IoT Design Sprint. As a conceptual prototype, it challenges us to think about the control we have over our technology, and the control that tech has over us.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/73.jpg",
            "created": "2016-09-27T22:09:32.648000Z",
            "moderation_state": 3
        },
        {
            "id": 148,
            "content_url": "http://mozilla.org",
            "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": "Biosurveillance using Social Media",
            "description": "A project to visualize social media data used in an early detection system for disease epidemics as they emerge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-03T16:59:58Z",
            "moderation_state": 3
        },
        {
            "id": 996,
            "content_url": "https://on.cfr.org/2Ml2Tct",
            "is_bookmarked": false,
            "tags": [
                "internet freedom",
                "internet health"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Babatunde Okunoye",
            "submitter_profile_id": 1969,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Babatunde Okunoye",
                    "profile_id": 1969,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Rights in Africa",
            "description": "A project to protect Digital Rights and Internet Freedom in Africa",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "On the continent with poor access to the Internet, the rights of millions of its citizens to connect to the Internet is increasingly been violated. These digital rights are human rights.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-21_120603.5742120000.jpg",
            "created": "2019-01-21T12:06:03.573579Z",
            "moderation_state": 3
        },
        {
            "id": 787,
            "content_url": "https://github.com/phageParser/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "crispr",
                "dna",
                "genetics",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Madeleine Bonsma-Fisher",
            "submitter_profile_id": 474,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Madeleine Bonsma-Fisher",
                    "profile_id": 474,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract and organize CRISPR information from open genetic data.",
            "get_involved": "Contribute to our codebase and help us plan.",
            "get_involved_url": "https://github.com/phageParser/phageParser#phageparser",
            "interest": "CRISPR research is an important and growing field, but relevant data is hard to access and interpret. phageParser is making it easier for anyone to explore CRISPR immune systems across many species of bacteria.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211425.5145310000.jpg",
            "created": "2018-04-30T21:29:20.490914Z",
            "moderation_state": 3
        },
        {
            "id": 59,
            "content_url": "https://github.com/goyalsid/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crispr",
                "hackathon",
                "mozfest",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract, analyze, and share CRISPR information from open genetic data.",
            "get_involved": "Read about the project and how you can contribute with code or documentation on the GitHub repo!",
            "get_involved_url": "https://github.com/goyalsid/phageParser/blob/master/README.md#where-can-i-get-involved",
            "interest": "CRISPR research is becoming increasingly popular, and through this project anyone can help make relevant information easier to find and use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/59.png",
            "created": "2016-10-26T20:14:25.341000Z",
            "moderation_state": 3
        },
        {
            "id": 92,
            "content_url": "http://dreamyard.parsons.edu/",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "hive nyc",
                "learning portfolio",
                "new york city",
                "schools"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "DreamYard Learning Portfolio",
            "description": "A project to bring the Learning Portfolio model to schools and educational organization across NYC by making the digital portfolios more accessible to all students to tell their own learning story.",
            "get_involved": "Interested in bringing Learning Portfolios to your school or organizations?",
            "get_involved_url": "http://dreamyard.parsons.edu/contact/",
            "interest": "Supported by the New York Community Trust’s Hive Digital Media and Learning Fund",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-13T02:34:15.582000Z",
            "moderation_state": 3
        },
        {
            "id": 791,
            "content_url": "https://www.tpp.pt",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "docker",
                "GTFS",
                "mozsprint",
                "multimodal",
                "nominatim",
                "openstreetmap",
                "osm",
                "public transportation",
                "public transportation portugal",
                "routing engine",
                "transitland",
                "trip planner",
                "valhalla"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "André Glatzl",
            "submitter_profile_id": 505,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "André Glatzl",
                    "profile_id": 505,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "TPP - Transportes públicos de Portugal",
            "description": "A project that tries to unify information such as timetables, stops, routes from public transport in Portugal and serve the data with a public API",
            "get_involved": "Help us define an algorithm that sorts the geocoding results in the best way for the user",
            "get_involved_url": "https://github.com/tpportugal",
            "interest": "Learning new GIS Technologies, like Routing Engine for OpenStreetMap (Valhalla), serving this cause and meet new people :D",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-01_202501.3678170000.jpg",
            "created": "2018-05-01T20:25:01.367313Z",
            "moderation_state": 3
        },
        {
            "id": 1907,
            "content_url": "https://mickfuzz.github.io/makecode-platformer-101/",
            "is_bookmarked": false,
            "tags": [
                "game making",
                "makecode"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Code",
                "Write documentation"
            ],
            "published_by": "mickfuzz",
            "submitter_profile_id": 4300,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "mickfuzz",
                    "profile_id": 4300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Game Making with Make Code Arcade",
            "description": "A project based approach to learning to code using Game Making and focusing on users choosing Game Design Patterns",
            "get_involved": "",
            "get_involved_url": "https://mickfuzz.github.io/makecode-platformer-101/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-05_160949.4130260000.png",
            "created": "2020-11-05T16:09:49.412534Z",
            "moderation_state": 3
        },
        {
            "id": 1197,
            "content_url": "https://medium.com/mozilla-festival/catching-up-with-gretchen-andrew-search-engine-artist-e6315255ab72",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest2018",
                "mozfest-2019"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Catching Up With Gretchen Andrew, Search Engine Artist",
            "description": "A profile of the artist Gretchen Andrew, self proclaimed \"Internet Imperialist\" and MozFest 2018 facilitator.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_222730.2846160000.jpeg",
            "created": "2019-05-22T22:27:30.284345Z",
            "moderation_state": 3
        },
        {
            "id": 1260,
            "content_url": "https://medium.com/mozilla-festival/peeking-into-ais-black-box-with-devin-dillon-from-ai-family-challenge-ca08a43e307f",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Peeking into AI's Black Box with Devin Dillon from AI Family Challenge",
            "description": "A profile of Devin Dillon from AI Family Challenge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-17_210232.1709920000.jpg",
            "created": "2019-07-17T21:02:32.169862Z",
            "moderation_state": 3
        },
        {
            "id": 662,
            "content_url": "https://github.com/rust-community/content-o-tron",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "blog",
                "mozsprint",
                "rust"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community"
            ],
            "published_by": "Mark Sta Ana",
            "submitter_profile_id": 306,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mark Sta Ana",
                    "profile_id": 306,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Content-o-Tron",
            "description": "A process to generate Rust related blog posts written by people who don't usually write blog posts.",
            "get_involved": "We're trying to formalise a process that initiates blogging themes, track the progress of user generated blog posts, provide editorial assistance and then curate the content.",
            "get_involved_url": "https://github.com/rust-community/content-o-tron",
            "interest": "Long form writing (blogging) about experiences can be intimidating and tough. We want to help people over this hurdle.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_174706.2352250000.jpg",
            "created": "2018-03-31T14:48:41.836821Z",
            "moderation_state": 3
        },
        {
            "id": 1544,
            "content_url": "https://indianexpress.com/article/opinion/columns/data-and-its-discontents-lok-sabha-personal-data-protection-bill-6197029/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19",
                "#privacy and security"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data and It's Discontents",
            "description": "A primer on the Government of India's forays into data regulation and its implications for privacy and data justice.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-03_170544.9432980000.jpg",
            "created": "2020-01-03T17:05:44.942449Z",
            "moderation_state": 3
        },
        {
            "id": 813,
            "content_url": "https://github.com/TitanNanoDE/ApplicationFrame",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "ECMAScript",
                "libraries",
                "mozsprint",
                "open web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Join community",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jovan Gerodetti (TitanNano)",
            "submitter_profile_id": 1364,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jovan Gerodetti (TitanNano)",
                    "profile_id": 1364,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Application Frame",
            "description": "Application Frame is an open and lightweight Programming Library for the Web. Its simple architecture lets the Library seamlessly argument the core features of the web platform. Application Frame and its modules allows developers to develop at the heart of the Web while enjoying enhanced comfort.\n\n(Photo by Ben Kolde on Unsplash)",
            "get_involved": "Help us to write tests and documentation, design a logo or fix bugs.",
            "get_involved_url": "https://github.com/TitanNanoDE/ApplicationFrame/blob/master/CONTRIBUTING.md",
            "interest": "We are creating an independend and open toolset for web developers which integrates with the latest features of the web, while staying true to the platform.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_085358.9497880000.jpg",
            "created": "2018-05-08T08:53:58.949431Z",
            "moderation_state": 3
        },
        {
            "id": 1941,
            "content_url": "https://foundation.mozilla.org/campaigns/apples-anti-tracking-plans-iphone",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "campaigns",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Apple’s anti-tracking plans for iPhone",
            "description": "Apple plans to improve privacy on iPhone, but it’s already pushed back the implementation. We need a massive outpouring of support for Apple’s decision to help strengthen its resolve to protect consumer privacy. Tell Apple: I support your efforts to defend our privacy, and encourage you to implement the IDFA changes as soon as possible.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/apples-anti-tracking-plans-iphone",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-15_173032.0311800000.jpg",
            "created": "2020-12-15T17:30:32.030613Z",
            "moderation_state": 3
        },
        {
            "id": 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": 385,
            "content_url": "https://appdevelopermagazine.com/5298/2017/6/21/mozilla-updated-thimble-but-there-is-more-to-the-story/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Interview: Mozilla Thimble Gets a Makeover",
            "description": "App Developer Magazine spoke with Luke Pacholski, Coding Design Engineer at Mozilla, about recent upgrades to Thimble.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-21_173620.1231530000.jpg",
            "created": "2017-06-21T17:36:20.122764Z",
            "moderation_state": 3
        },
        {
            "id": 1676,
            "content_url": "https://www.adl.org/blog/how-to-prevent-zoombombing",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "How to Prevent Zoombombing",
            "description": "A post on how to prevent Zoombombing incident; this post also contains links to further reading, \"Steps to Take During A Zoombombing Incidnent\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_204223.1797410000.png",
            "created": "2020-05-05T20:37:28.879336Z",
            "moderation_state": 3
        },
        {
            "id": 1456,
            "content_url": "https://medium.com/@irini_mirena/trustworthy-ai-imagining-better-machine-decision-making-36c81b7a5b0a",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "bloggrid",
                "mozfest-2019",
                "Mozfest 2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Trustworthy AI: Imagining Better Machine Decision Making",
            "description": "A post from the co-curator of the MozFest 2019 Arts & Culture space.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-01_140346.6694110000.png",
            "created": "2019-11-01T14:03:46.668980Z",
            "moderation_state": 3
        },
        {
            "id": 1317,
            "content_url": "https://medium.com/mozilla-festival/mozfest-2019-tickets-on-sale-now-d0c22ad2edcb",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2019 tickets on sale now!",
            "description": "A post announcing sales of the 2019 Festival tickets.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-07_202620.1902880000.jpg",
            "created": "2019-08-07T20:23:46.710201Z",
            "moderation_state": 3
        }
    ]
}