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=-issues&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=-issues&page=3",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-issues",
    "results": [
        {
            "id": 80,
            "content_url": "http://mozillascience.github.io/working-open-workshop/github_for_collaboration/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "contributors",
                "github",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "GitHub for Collaboration on Open Projects",
            "description": "Get comfortable with a Collaborative workflow in the GitHub interface. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/github_for_collaboration",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:45:47.468000Z",
            "moderation_state": 3
        },
        {
            "id": 1595,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "#mozfellows19",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Emphasising Routing Security at Local NOGs: January Fellowship Report",
            "description": "2020 started with 3 back-to-back blockbuster Network Operators Group (NOG) meetings in South Asia. My paper on routing security was presented at all 3 events (bdNOG11, MMNOG2020 and SANOG35, check my pulse blog for more info). I could reach out to about 400 onsite participants during the meetings. In January, I could help create new ROAs and fix INVALIDs for more than 376 IPv4 and 143 IPv6 prefixes of 57 South Asian operators. Out of those, 51 IPv4 and 85 IPv6 prefixes were previously INVALID and now fixed. Till Jan'20, Bangladesh has more than 75% ROAs signed, a new milestone in the region.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-09_131130.2601130000.jpg",
            "created": "2020-02-09T13:11:30.259679Z",
            "moderation_state": 3
        },
        {
            "id": 2105,
            "content_url": "https://www.youtube.com/watch?v=7yb4ZDeljtE&t=3541s",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd",
                "5yearsdand",
                "#taimfdd",
                "taimfdd"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Join community",
                "Watch session"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "AI & Truth",
            "description": "The AI powering our most influential communications platforms has a critical vulnerability: it rewards engagement, not truth or civility. Can AI be designed differently to avoid this pitfall? And if so, what conditions and incentives must be changed for this to be the case? A panel featuring:Jacquelyn Mason, Senior Investigative Researcher, First Draft NewsDr. Peaks Krafft, Lead, Creative Computing Institute at UALMutale Nkonde, CEO, AI for the PeopleRasha Abdul-Rahim, Acting Director, Amnesty TechModerator Brandi Geurkink, Senior Campaigner, Mozilla",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=7yb4ZDeljtE&t=3541s",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-25_193452.1962070000.png",
            "created": "2021-06-25T19:34:52.195746Z",
            "moderation_state": 3
        },
        {
            "id": 2445,
            "content_url": "https://darkmatters.ml/",
            "is_bookmarked": false,
            "tags": [
                "cma2021",
                "creative media awards",
                "data",
                "data voids",
                "interactive visualisation",
                "mozilla-cma",
                "speech"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Johann Diedrick",
                    "profile_id": 6068,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Dark Matters",
            "description": "This interactive web experience spotlights the absence of Black speech in datasets that train voice assistants like Siri, Google Home, and Alexa. The project also reveals the exclusion and code switching that results. Through a three-dimensional visualization of major speech datasets, viewers come into contact with vacuums of space representing these data voids. Intertwined are narratives attesting to the resilient and resistive qualities of Black speech, suggesting how we might create more equitable futures.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_132441.5904810000.png",
            "created": "2022-11-08T13:24:41.590244Z",
            "moderation_state": 3
        },
        {
            "id": 1937,
            "content_url": "https://nsrc.org/workshops/2020/pacnog27/nmm/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19",
                "NMM",
                "NSRC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event Wrap: PacNOG27 (Online)",
            "description": "Pacific Network Operators Group (PacNOG) hosted their 27th Conference (PacNOG27). The event was supposed to be in Fiji, however, due to the pandemic, it became an online event. I along with several other NSRC colleagues conducted a 2-day Network Management and Monitoring workshop. About 50 participants joined the hands-on training. We taught the installation and configuration of open source network management tools. We had the virtual lab running where the participants could practice several configurations and lab activities. Over all, it was great workshop conducted online.",
            "get_involved": "",
            "get_involved_url": "https://pacnog.org/pacnog27/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-04_103053.0191810000.jpg",
            "created": "2020-12-04T10:30:53.018548Z",
            "moderation_state": 3
        },
        {
            "id": 1761,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "More Growth in RPKI Deployment in South Asia: May Fellowship Report",
            "description": "The number of Valid ROAs in South Asia and Myanmar has been increased to 27% which is 3% more than the month of April. The Unknown ROAs is now 72% (decreased by 2% from previous month). Similarly, the Invalid ROAs have been reduced to 1% which was 2% during last month. Afghanistan, Sri Lanka and Pakistan are doing very good in pushing up the number of Valid ROAs in their countries. As of May, 5 countries out of 9 have more than 80% Valid ROAs. All the growth in RPKI deployment is a direct impact of my OIE project. I hope continue this growth in the coming months until the end of my project.",
            "get_involved": "",
            "get_involved_url": "https://observatory.manrs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-26_101608.4038950000.png",
            "created": "2020-06-26T10:16:08.403394Z",
            "moderation_state": 3
        },
        {
            "id": 1623,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "APRICOT2020",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Routing Security Awareness in South Asia: February Fellowship Report",
            "description": "Amid COVID19 crisis, Feb 2020 was still a productive month for my project. I could participate in APRICOT2020, APAC’s one of the largest conferences on Internet operational technologies and that was indeed a great event. I had several sessions on routing security. Besides, I could reach out to about 100 onsite participants during the meetings. In Feb, I could help create new ROAs and fix INVALIDs for more than 315 IPv4 and 14 IPv6 prefixes of 56 South Asian operators. During this unfavorable time, I continue reaching out to network operators and helping them remotely to fix their ROAs.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-23_180024.3845340000.JPG",
            "created": "2020-03-23T18:00:24.384125Z",
            "moderation_state": 3
        },
        {
            "id": 2170,
            "content_url": "https://www.youtube.com/watch?v=t4QK_A1jgBM",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Who Cares About the AI Takeover When the Planet is Dying?",
            "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_193035.5234650000.jpg",
            "created": "2021-07-05T18:25:37.053283Z",
            "moderation_state": 3
        },
        {
            "id": 922,
            "content_url": "https://www.wired.com/story/how-bots-ruined-clicktivism/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed | How Bots Ruined Clicktivism",
            "description": "An essay on advocacy and automation, by Mozilla Fellow Renee DiResta.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-21_144200.5546980000.png",
            "created": "2018-09-21T14:42:00.553967Z",
            "moderation_state": 3
        },
        {
            "id": 968,
            "content_url": "https://medium.com/read-write-participate/introducing-the-trustable-technology-mark-f2ed8df3ba1c",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Trustable Technology Mark",
            "description": "A new tool by ThingsCon in Berlin will help consumers identify which devices truly respect their privacy and security",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_003304.8780840000.png",
            "created": "2018-12-07T00:33:04.877417Z",
            "moderation_state": 3
        },
        {
            "id": 1642,
            "content_url": "https://blog.apnic.net/2020/04/08/local-awareness-and-assistance-is-key-to-rpki-success/",
            "is_bookmarked": false,
            "tags": [
                "APNIC",
                "Bangladesh",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Local awareness and assistance is key to RPKI success",
            "description": "Since the beginning of my routing security project (supported by Mozilla Foundation starting since Oct 2019), I have spent quite some time in building awareness about routing security, RPKI and MANRS in South Asian countries and Myanmar. In six months, Bangladesh now has 80% VALID ROAs. I shared the story on APNIC Blog.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-08_094914.2251930000.jpg",
            "created": "2020-04-08T09:49:14.224819Z",
            "moderation_state": 3
        },
        {
            "id": 1652,
            "content_url": "https://digitalfreedomfund.org/why-covid-19-is-a-crisis-for-digital-rights/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Why COVID-19 is a Crisis for Digital Rights",
            "description": "\"The COVID-19 pandemic has triggered an equally urgent digital rights crisis,\" writes the Digital Freedom Fund's Nani Jansen Reventlow in this blog post.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_163803.7942600000.png",
            "created": "2020-04-29T16:38:03.793934Z",
            "moderation_state": 3
        },
        {
            "id": 2548,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "Human Right",
                "Social Security"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Duduetsang Mokoele",
                    "profile_id": 6505,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Mind the People: Automating Social Security in South Africa",
            "description": "Dudetsang Mokoele is a South Africa-based researcher interested in human rights and technology trends and developments, with a particular focus on policy-making. Her research, “Mind the People: Automating Social Security in South Africa,” looks at the role of AI in the provision of social security in South Africa, and its overall human rights implications.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_103504.1405200000.png",
            "created": "2024-01-11T10:35:04.140207Z",
            "moderation_state": 3
        },
        {
            "id": 76,
            "content_url": "http://mozillascience.github.io/working-open-workshop/data_reuse/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "reuse",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your Data Can Live Forever: How to Plan for Data Reuse",
            "description": "This activity is designed to help you understand what someone outside your research project (or you in 5-10 years) would need to know about your data in order to build on your work.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/data_reuse",
            "interest": "Help writing a data reuse plan when you're using data",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:52:50.296000Z",
            "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": 2285,
            "content_url": "https://foundation.mozilla.org/campaigns/tiktok-political-ads/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Brandi Geurkink",
            "submitter_profile_id": 4026,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brandi Geurkink",
                    "profile_id": 4026,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "These Are “Not” Political Ads",
            "description": "Mozilla’s investigation reveals how political influencers are flying under the radar on TikTok, because TikTok’s political ad policies are not strong and enforceable enough to monitor the full breadth of paid political influence on the platform.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/tiktok-bring-in-ad-transparency-now/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-06-06_171659.8711830000.jpg",
            "created": "2021-10-13T15:56:30.270667Z",
            "moderation_state": 3
        },
        {
            "id": 1465,
            "content_url": "http://www.hyphen-labs.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Sinders",
                    "profile_id": 2084,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Higher Resolutions",
            "description": "Higher Resolutions by Hyphen Labs, Caroline Sinders and Romy Gad el Rab examines what we share with machines and algorithms that define our privacy, behavior and digital rights, inspired by the question \"how did we get here?\" Focusing on technology and the next generation of 'higher power', Higher Resolutions explores the creation of power and the tools to disrupt, resist and redistribute power.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_183541.5051760000.png",
            "created": "2019-11-06T18:35:41.504628Z",
            "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": 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": 1829,
            "content_url": "https://medium.com/mozilla-festival/7-steps-to-a-great-mozfest-proposal-eff4f1cee6fe",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "7 Steps to a Great MozFest Proposal",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_105139.3094960000.png",
            "created": "2020-09-07T10:51:39.285173Z",
            "moderation_state": 3
        },
        {
            "id": 958,
            "content_url": "https://www.youtube.com/watch?v=503Yup0wpIk&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=1",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "AI’s Collateral Damage",
            "description": "Silicon Valley, Washington, DC, Beijing and other power centers are in an AI arms race. What does this mean for human rights and the centralization of power?\n\nThis panel from MozFest 2018 features Mozilla Fellow Camille Francois; AlgoTransparency founder Guillaume Chaslot; Social Science Research Council president Alondra Nelson; and author and former FBI special agent Clinton Watts.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163808.7763850000.jpg",
            "created": "2018-11-07T16:38:08.775849Z",
            "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": 2168,
            "content_url": "https://youtu.be/uK79tOINeDw",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "How to Build an Internet with Us, Not for Us",
            "description": "Anasuya Sengupta and Siko Bouterse of Whose Knowledge? explain how today’s internet is built for a majority by a minority.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193112.4384670000.jpg",
            "created": "2021-07-05T18:23:32.079472Z",
            "moderation_state": 3
        },
        {
            "id": 2167,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "A Pep Talk For Nerds",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=MFOdGSKSWDY",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-07-05T18:22:35.283700Z",
            "moderation_state": 3
        },
        {
            "id": 1911,
            "content_url": "https://www.youtube.com/watch?v=9YGKrSVa6rw&t=99s",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Sabrina Lindridge",
            "submitter_profile_id": 4315,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "I’m Sabrina",
            "description": "MozFest youth ambassador, sharing my passion for digital art.\nWhat I loved most about MozFest was its community of people that helped me to learn some coding, how to edit art and most of all teach and share with others to DIY what I love. \n\n\n\nWhat I’m looking forward to this year is how MozFest is going to adapt and modify to what we can all and can’t do! \nA project I enjoyed once was teaching a youth session on something I enjoy doing helping others grow there digital art skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-11-12T19:34:07.160722Z",
            "moderation_state": 3
        },
        {
            "id": 1736,
            "content_url": "https://foundation.mozilla.org/en/blog/can-you-tell-when-youre-chatting-with-a-bot/",
            "is_bookmarked": false,
            "tags": [
                "Presss Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Can You Tell When You’re Chatting with a Bot?",
            "description": "Introducing Bot or Not, an app exploring AI that mimics real humans.\n\nClick \"visit\" to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-08_181109.3908710000.png",
            "created": "2020-06-08T18:11:09.390302Z",
            "moderation_state": 3
        },
        {
            "id": 104,
            "content_url": "http://learning.mozilla.org/codemoji",
            "is_bookmarked": false,
            "tags": [
                "codemoji",
                "encryption",
                "game",
                "mozilla",
                "privacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Codemoji",
            "description": "A fun, interactive tool to learn about ciphers and the importance of encryption.",
            "get_involved": "Send a coded message and share Codemoji with your friends!",
            "get_involved_url": "https://advocacy.mozilla.org",
            "interest": "It's fun! You can send coded messages to your friends and family.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/104.jpg",
            "created": "2016-07-29T17:59:38.416000Z",
            "moderation_state": 3
        },
        {
            "id": 1555,
            "content_url": "https://2020.mm-ix.net/sch.php?idx=5",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "MMNOG2020",
                "#mozfellows19",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event wrap: MMNOG 2020 in Myanmar",
            "description": "I just returned from MMNOG2020 after presenting my work with Mozilla Foundation and NSRC on enhancing global routing security. The Conference held on Jan 16-17 in Yangon. I conducted a 30-min presentation on Impact of RPKI Validator in Bangladesh and lessons learned. The room was full of more than 150 network engineers. During the conference, I reached out to 6 organizations who fixed about 20 ROAs for their prefixes. They are: AS139206, AS135307, AS133384, AS134714, AS9654 and AS137861.I also took the opportunity to discussed about RPKI issues with some participants and speakers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-27_143948.9330560000.JPG",
            "created": "2020-01-27T14:39:48.932337Z",
            "moderation_state": 3
        },
        {
            "id": 2184,
            "content_url": "https://youtu.be/i0n1Xaj-YbY",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "What has the Wikimedia movement to do with sustainability?",
            "description": "Our discussion will focus on how the Wikimedia movement can help the sustainability and climate movements while maintaining our neutral point of view. What does knowledge activism look like in a platform focused on being apolitical? In this talk we will look at how activist communities are developing a playbook to meet the world's information needs to confront a pressing climate crisis.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112635.1925860000.jpeg",
            "created": "2021-07-06T11:26:35.179482Z",
            "moderation_state": 3
        },
        {
            "id": 2542,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-15-new-responsible-computing-challenge-awardees-in-the-us/",
            "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": "Mozilla Announces 15 New Responsible Computing Challenge Awardees in the U.S.",
            "description": "Mozilla and its partners are providing $2,225,000 in funding for college and university curricula that reimagine computing education",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-11-15_161139.9227930000.jpg",
            "created": "2023-11-15T16:11:39.922523Z",
            "moderation_state": 3
        },
        {
            "id": 77,
            "content_url": "http://mozillascience.github.io/working-open-workshop/personas_pathways/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "contributors",
                "pathways",
                "personas",
                "users",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Personas and Pathways for Growing Communities",
            "description": "This activity is designed to help you identify potential users and contributors, understand their goals and motivations, help them join your project, and grow them into strong community members.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/personas_pathways",
            "interest": "Help thinking about your community",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:51:20.935000Z",
            "moderation_state": 3
        },
        {
            "id": 1759,
            "content_url": "https://isoc.box.com/s/u9n5mrgs9zxvpe20qjh79jiywo6rf4zq",
            "is_bookmarked": false,
            "tags": [
                "ICOMM2020",
                "ISOC",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Panel Discussion on Routing Security at ICOMM2020",
            "description": "I have been one of the panelists at the InterCommunity 2020 (ICOMM) held on June 24, 2020. ICOMM is an annual conferencec of Internet Society (ISOC) which is organised with their chapters and members. This year they have organised a 2-hour virtual panel discussion on routing security. The discussion was focussed on Mutually Agreed Norms for Routing Security (MANRS). I have talked about my routing security project with Mozilla and NSRC, I described the my efforts and the impact of it across the region. There had been interactive Q&A session where I have answered participants' questions.",
            "get_involved": "",
            "get_involved_url": "https://www.internetsociety.org/intercommunity/2020/securing-global-routing/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-26_093200.6762100000.jpeg",
            "created": "2020-06-26T09:32:00.675865Z",
            "moderation_state": 3
        },
        {
            "id": 946,
            "content_url": "https://blog.mozilla.org/blog/2018/10/24/keeping-ai-accountable-with-science-fiction-documentaries-and-doodles-plus-225000/",
            "is_bookmarked": false,
            "tags": [
                "cma2018",
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "Creative Media Award winners",
            "description": "Mozilla is announcing the seven recipients of its Creative Media Awards — projects that use art and advocacy to highlight the unintended consequences of artificial intelligence",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-02_152501.8680940000.png",
            "created": "2018-11-02T15:25:01.867748Z",
            "moderation_state": 3
        },
        {
            "id": 2183,
            "content_url": "https://youtu.be/UdNUN014Myg",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tom Greenwood",
                    "profile_id": 4466,
                    "is_active": true
                }
            ],
            "entry_type": "session",
            "title": "Making Sustainability Mainstream",
            "description": "The workshop will ask how, at a time when we need to address climate change and the ecological crises urgently, we can work together as a community to make sustainability a core value of our industry globally. Facilitated by Tom Greenwood (UK) and Gauthier Roussilhe (France), we will ask people to share experiences of how sustainability is currently considered in the digital sector in their country, what has been successful in pushing it on the top of the agenda and what the key barriers have been. Together as a group, we will compare experiences from around the world and form a shared underst",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112529.1844450000.jpeg",
            "created": "2021-07-06T11:25:29.172759Z",
            "moderation_state": 3
        },
        {
            "id": 1647,
            "content_url": "https://docs.google.com/document/d/1L9Lfq67k_u_S6qNQ54784b0FEfJEKb-ecgW5bBI56QY/edit#",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "mozfellows19",
                "privacy"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Join community",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CoViD-19 Related Government Digital Surveillance and Tech Measures in India",
            "description": "This is a list of CoViD-19 related technologies being implemented by public authorities in India, collated by divij joshi and Siddharth Sonkar. This is not an exhaustive list and is likely to be populated further, but it may be useful for activists and researchers looking into tech policy in relation to CoViD-19. This is intended to be a collaborative effort, and any comments and inputs will be incorporated into this document after vetting",
            "get_involved": "",
            "get_involved_url": "https://docs.google.com/document/d/1L9Lfq67k_u_S6qNQ54784b0FEfJEKb-ecgW5bBI56QY/edit#",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-15_120612.2590280000.jpg",
            "created": "2020-04-15T12:06:12.258563Z",
            "moderation_state": 3
        },
        {
            "id": 2155,
            "content_url": "https://youtu.be/GoQwp9igcSo",
            "is_bookmarked": false,
            "tags": [
                "taimfdd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Great Code, Great Responsibility",
            "description": "How do we fix the internet? Teach the next generation of coders ethics right alongside computer science",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-07-05T17:58:21.598846Z",
            "moderation_state": 3
        },
        {
            "id": 376,
            "content_url": "https://github.com/shawnmgoulet/teachosm-for-high-school",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "TeachOSM for High School",
            "description": "This project provides educators with scale-able OpenStreetMap (OSM) geography-based educational modules developed to integrate with the United States AP Human Geography curriculum, exposing students to 21st century mapping technology.",
            "get_involved": "",
            "get_involved_url": "https://github.com/shawnmgoulet/teachosm-for-high-school",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_190513.3827540000.png",
            "created": "2017-06-16T19:05:13.382107Z",
            "moderation_state": 3
        },
        {
            "id": 1551,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "#MANRS",
                "#mozfellows19",
                "#NSRC",
                "#ROA",
                "#RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Routing security status in South Asia: December Fellowship Report",
            "description": "December 2019 was very productive for me. I reached out to more than 1000 network operators across the South Asian region to help enhance their routing security. So far, I helped create new ROAs for 1839 IPv4 and 101 IPv6 prefixes and help correct 77 IPv4 and 115 IPv6 INVALID prefixes originated by 265 ASNs across the region.\nI helped National Data Center in Bangladesh to start RPKI validation on Dec 1. I have been carrying out presentations at the local and regional NOGs to encourage network operators adopting MANRS specially ROA and RPKI Validation. In Dec, I participated npNOG5 in Nepal.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-13_181534.9463460000.png",
            "created": "2020-01-13T18:15:34.945804Z",
            "moderation_state": 3
        },
        {
            "id": 2181,
            "content_url": "https://youtu.be/VdxPi3yEf_w",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brandi Geurkink",
                    "profile_id": 4026,
                    "is_active": true
                },
                {
                    "name": "Sarah Aoun",
                    "profile_id": 283,
                    "is_active": true
                }
            ],
            "entry_type": "session",
            "title": "What is the future of data and AI — and what role will Mozilla play?",
            "description": "In this one-hour plenary, Mozilla community members highlight the need for more trustworthy AI. And, also explore what the MozFest community can do to make it a reality. You’ll hear from engineers, activists, and researchers about new (and better) ways of using, sharing, and thinking about data for the public good.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112203.6249490000.jpeg",
            "created": "2021-07-06T11:22:03.614338Z",
            "moderation_state": 3
        },
        {
            "id": 1830,
            "content_url": "https://www.fabriders.net/session-design-tips/",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Session Design Tips",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_133142.4112000000.png",
            "created": "2020-09-07T13:31:04.759316Z",
            "moderation_state": 3
        },
        {
            "id": 1553,
            "content_url": "https://youtu.be/RVTzY53FPbg",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Is AI stealing your feelings?",
            "description": "Meet Mozilla awardee Noah Levenson. Noah created “Stealing Ur Feelings,” an interactive film about the dangers of facial emotion recognition AI.\n\nWatch “Stealing Ur Feelings:” https://stealingurfeelin.gs/ \n\nLearn more about Mozilla Awards: https://foundation.mozilla.org/awards/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-21_153811.4381930000.png",
            "created": "2020-01-21T15:38:11.437783Z",
            "moderation_state": 3
        },
        {
            "id": 1460,
            "content_url": "https://carolinesinders.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Sinders",
                    "profile_id": 2084,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Anger Disgust Fear Happiness Sadness Surprise",
            "description": "Anger Disgust Fear Happiness Sadness Surprise are the six emotions that are defined to be culturally universal by the Emotion Facial Action Coding System (Emfacs) developed by Paul Ekman and Wallace V Friesen in the 1980s. This specific system of emotion definitions and taxonomies is the backbone of most emotion recognition systems today.  \nAnger Disgust Fear Happiness Sadness Surprise explores the complexities of how machines confuse human emotions, but the deeper questions of how do we emote, what do we emote, and are we allowed to express emotions equally?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_175258.8292990000.png",
            "created": "2019-11-06T17:52:58.828686Z",
            "moderation_state": 3
        },
        {
            "id": 954,
            "content_url": "https://www.youtube.com/watch?v=baPF-sOXP24&index=5&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet’s Original Sin",
            "description": "Renee DiResta, Mozilla Fellow in Media, Misinformation and Trust, speaks at MozFest 2018. Renee investigates the spread of disinformation and manipulated narratives across social networks.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163324.4326360000.jpg",
            "created": "2018-11-07T16:33:24.432333Z",
            "moderation_state": 3
        },
        {
            "id": 1930,
            "content_url": "https://discourse.mozilla.org/t/learning-from-non-users/46674",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozfest-dev"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Learning from Non-Users",
            "description": "In this workshop, we’ll examine how non-users’ stories can positively impact the ways in which we consume, advocate, and develop digital resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_153605.7761620000.jpg",
            "created": "2020-11-30T13:40:50.299459Z",
            "moderation_state": 3
        },
        {
            "id": 2174,
            "content_url": "https://youtu.be/UHu2CvjR98g",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "I’m So Sick of Talking My Face Hurts: A Rant by a Brown Feminist from the Global South",
            "description": "Nighat Dad, founder of Digital Rights Foundation Pakistan, says words alone will not solve harassment and hacking.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192909.0198980000.jpg",
            "created": "2021-07-05T18:28:49.021031Z",
            "moderation_state": 3
        },
        {
            "id": 54,
            "content_url": "http://www.ektheater.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "artsaward",
                "education",
                "gaming",
                "mozfest",
                "multimedia",
                "performance",
                "theater"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Video Game Puppetry",
            "description": "See how EK Theater uses video games in their unique form of puppetry",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "EK Theater's work has been called \"an impressive feat of engineering, coordination, and storytelling\" by the New York Times. Learn their innovative techniques with director Eddie Kim!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/54.jpg",
            "created": "2016-10-26T21:13:29.374000Z",
            "moderation_state": 3
        }
    ]
}