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=-get_involved_url&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=-get_involved_url&page=3",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-get_involved_url",
    "results": [
        {
            "id": 1730,
            "content_url": "https://medium.com/prifina/prifinas-talks-developers-and-data-with-stanford-university-s-podcast-e7a7371d0b94",
            "is_bookmarked": false,
            "tags": [
                "#Privacy #data #opensource #CCPA #API"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Paulius Jurčys",
                    "profile_id": 3914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Podcast on applications built on user-held data (Stanford/Prifina)",
            "description": "As individuals are getting more control over their personal data, developers need tools to build applications on user-held data. \n\nThis “Open Data” podcast organized by Stanford University focuses on the current changes in the data market. The founders of of Prifina talk about user-held data, and ways in which personal data will be accessed and utilized by developers who want to build new types of apps on user-held data, combining data from different sources in new ways. \n\nPrifina is building open-source tools for developers to build new use-cases and high-value apps to activate personal data.",
            "get_involved": "",
            "get_involved_url": "https://www.prifina.com/developers.html",
            "interest": "This is a podcast about the latest trends in data and privacy. May be interesting to Mozilla community who are working on open source and data privacy projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-27_200726.7956820000.png",
            "created": "2020-05-27T20:07:26.795300Z",
            "moderation_state": 3
        },
        {
            "id": 2295,
            "content_url": "https://towardsdatascience.com/where-privacy-first-fails-ec24fe47a678",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "data",
                "data privacy",
                "data science",
                "engineering",
                "machine learning"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Where “Privacy First” Fails",
            "description": "“We are a privacy-first company”. You hear that all the time today. “We use privacy by design principles”. “We practice data minimization”. These are well-meaning statements, and often their implementation is also correct to the letter, yet this approach often leaves issues such as loss of data integrity or a lack of true de-identification, which sees “privacy first” fail. Let’s break these concepts down and explore some alternatives.",
            "get_involved": "Help us test our libraries and improve the data engineering techniques used",
            "get_involved_url": "https://www.prifina.com/",
            "interest": "It relates to techniques used to guarantee privacy in data sets and suggests limitations of some, and ways forward",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-10-27T15:59:06.019480Z",
            "moderation_state": 3
        },
        {
            "id": 2059,
            "content_url": "https://www.eventbrite.com/e/so-much-data-where-are-our-intelligent-apps-tickets-152907714089?aff=ebdssbonlinesearch",
            "is_bookmarked": false,
            "tags": [
                "application",
                "community",
                "data",
                "developer",
                "iot",
                "webinar"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paulius Jurčys",
                    "profile_id": 3914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "WEBINAR: So Much Data - Where Are Our Intelligent Apps?",
            "description": "This event brings in four personal data technology experts to talk about emerging solutions with personal data. How can we unlock data from silos and move them to the user’s side? What intelligent applications can be built on data from wearable devices, IoT devices, and other public and private data?",
            "get_involved": "",
            "get_involved_url": "https://www.prifina.com",
            "interest": "Developer-focused event about building new types of apps on user-held data",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-03_193425.8057580000.jpeg",
            "created": "2021-05-03T19:34:25.805098Z",
            "moderation_state": 3
        },
        {
            "id": 2054,
            "content_url": "https://towardsdatascience.com/no-one-knows-you-like-your-wearables-are-they-on-your-side-5422296f2f02",
            "is_bookmarked": false,
            "tags": [
                "app",
                "data",
                "#data privacy",
                "decentralization",
                "GDPR",
                "health",
                "health data",
                "iot",
                "quantified self",
                "wearables",
                "wellness"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Take Action"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "No One Knows You Like Your Wearables - Are They On Your Side?",
            "description": "What we might learn about ourselves by combining data from multiple wearables? By combining information from all your wearables, including your phone, into the same place, you can look at your holistic data points and answer interesting questions. Well, at least start interesting arguments with and pose more questions. In this post we look at how this data stands up, if it looks realistic, what we can glean from it and what we may be able to build on top of it by having it on our side as users.",
            "get_involved": "Let's build amazing apps on the users side using Prifina, where data builds value for users.",
            "get_involved_url": "https://www.prifina.com",
            "interest": "This post explores data from wearables, how to utilize it in apps and the concept of having the apps run on the users side",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-04-11_231557.6681990000.png",
            "created": "2021-04-11T23:15:57.667642Z",
            "moderation_state": 3
        },
        {
            "id": 1116,
            "content_url": "https://www.openscapes.org/blog/2019/04/08/summit-reflections1/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "culture",
                "data science",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 2086,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 2086,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Openscapes Champions Summit",
            "description": "In March 2019 I witnessed environmental scientists become champions for open data science when we brought the inaugural cohort of Openscapes Champions together for a summit in Santa Barbara, California. The summit was supported by Mozilla and hosted at the National Center for Ecological Analysis and Synthesis (NCEAS) with the purpose of building relationships, sharing lessons learned, and igniting collaborations. This is the first of several blogs, as an overview of the event and its outcomes.",
            "get_involved": "Join us! We are trying to increase the visiblity and value of open science broadly, and fundraise for the Openscapes program specifically. Thank you!",
            "get_involved_url": "https://www.openscapes.org/contact/",
            "interest": "leading a successful event to excite people about openness, community building",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-18_215623.5075320000.jpg",
            "created": "2019-04-18T21:56:23.507056Z",
            "moderation_state": 3
        },
        {
            "id": 1118,
            "content_url": "https://www.openscapes.org/blog/2019/04/08/summit-reflections1/",
            "is_bookmarked": false,
            "tags": [
                "fellows"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 1560,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openscapes Champions Summit",
            "description": "In March 2019 I witnessed environmental scientists become champions for open data science when we brought the inaugural cohort of Openscapes Champions together for a summit in Santa Barbara, California. The summit was supported by Mozilla and hosted at the National Center for Ecological Analysis and Synthesis (NCEAS) with the purpose of building relationships, sharing lessons learned, and igniting collaborations. This is the first of several blogs, as an overview of the event and its outcomes.",
            "get_involved": "We are fundraising to lead additional cohorts of this program, any promotion can help! Thank you!",
            "get_involved_url": "https://www.openscapes.org/contact",
            "interest": "leading a successful in-person community building event to complement online program",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-19_180525.4895500000.jpg",
            "created": "2019-04-19T18:05:25.488950Z",
            "moderation_state": 3
        },
        {
            "id": 1917,
            "content_url": "https://www.onceuponatech.com/",
            "is_bookmarked": false,
            "tags": [
                "education",
                "literacy",
                "media literacy",
                "podcast",
                "technology"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Once Upon a Tech",
            "description": "Once Upon a Tech is a podcast highlighting people that are working and projects that are happening at the intersection of literacy and technology.",
            "get_involved": "We are always looking for guests who want to join us to share their passion/project at the intersection of tech and literacy!",
            "get_involved_url": "https://www.onceuponatech.com/about.html",
            "interest": "We are always looking for guests who want to join us to share their passion/project at the intersection of tech and literacy!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-18_121517.7988730000.png",
            "created": "2020-11-18T12:15:17.798231Z",
            "moderation_state": 3
        },
        {
            "id": 2447,
            "content_url": "https://www.onassis.org/whats-on/festival-you-and-ai-through-the-algorithmic-lens/artworks/pov-points-of-view",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "cma",
                "cma2021",
                "creative media awards",
                "mozilla-cma",
                "predictive policing",
                "surveillance"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alton Glass",
                    "profile_id": 6070,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Points of View",
            "description": "In this 5-part mixed-reality series, the protagonist is Cassius Moore, a Black man living in a hyperrealistic future. Cassius is on parole after serving two years in prison for biometric hacking. But as he seeks to start a new life, he is mercilessly surveilled by a weaponized, AI-powered parole drone. Along the way, viewers learn about the very real threats of predictive policing, surveillance, and AI systems that replicate human biases.",
            "get_involved": "",
            "get_involved_url": "https://www.onassis.org/whats-on/festival-you-and-ai-through-the-algorithmic-lens/artworks/pov-points-of-view",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_141955.5030750000.jpg",
            "created": "2022-11-08T14:19:55.502753Z",
            "moderation_state": 3
        },
        {
            "id": 1428,
            "content_url": "http://www.lisannebuik.com/next-senses",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "art",
                "augmented reality",
                "bodytech",
                "ethics",
                "nextnature",
                "sensor"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Lisanne Buik",
            "submitter_profile_id": 3250,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lisanne Buik",
                    "profile_id": 3250,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Next Senses",
            "description": "Next Senses is an ongoing research project and science fiction film installation by Lisanne Buik and Next Nature Network that explores the potential of AI, AR and sensor-tech to expand our senses, increase our wellbeing, and connect us to nature in unexpected ways. Join the debate on nextnature.net!",
            "get_involved": "",
            "get_involved_url": "https://www.nextnature.net/join/",
            "interest": "How can we research and support a healthy approach to embodied technologies?",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-17_145837.9347280000.jpeg",
            "created": "2019-10-17T14:58:37.934013Z",
            "moderation_state": 3
        },
        {
            "id": 919,
            "content_url": "http://www.new-harvest.org",
            "is_bookmarked": false,
            "tags": [
                "bioinformatics",
                "biology",
                "computational biology",
                "engineering",
                "open access",
                "open hardware"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Kate Krueger",
            "submitter_profile_id": 1630,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kate Krueger",
                    "profile_id": 1630,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Research Director",
            "description": "I run a distributed team of scientists performing basic research in cellular agriculture - the use of cell cultures for food production. We are creating the field of cellular agriculture as an open research environment - our scientists publish in open journals and share their results at our conferences and in other public fora.",
            "get_involved": "",
            "get_involved_url": "https://www.new-harvest.org/contact",
            "interest": "It is interesting to see a new scientific discipline emerge openly.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-14_165233.7190450000.png",
            "created": "2018-09-14T16:52:33.718324Z",
            "moderation_state": 3
        },
        {
            "id": 1925,
            "content_url": "https://www.mozillafestival.org/en/speakers/virtual-dialogue-and-debates/alternative-business-models-web/",
            "is_bookmarked": false,
            "tags": [
                "advertising"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend"
            ],
            "published_by": "Harriet Kingaby",
            "submitter_profile_id": 3118,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Alternative Business Models for the Web",
            "description": "Right now, the web has a single reigning business model: digital advertising, a $300 billion industry annually.\n\nThis business model has upsides, like “free” access to content, tools, and platforms. But there are also steep harms. Today’s AI-powered targeted advertisements can spread misinformation and disinformation. They can reinforce societal biases and discrimination. They can increase surveillance. And they can even harm the environment.\n\nIt may be possible to reform digital advertising to mitigate these harms, but it is also possible to introduce mainstream alternatives?",
            "get_involved": "",
            "get_involved_url": "https://www.mozillafestival.org/en/speakers/virtual-dialogue-and-debates/alternative-business-models-web/",
            "interest": "For anyone interested in how we take on the capitalist model of funding the web, and replace it with something less commercial.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-27_160808.2428250000.jpg",
            "created": "2020-11-27T16:08:08.242127Z",
            "moderation_state": 3
        },
        {
            "id": 1240,
            "content_url": "https://blog.gbaman.info/?p=976",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "mozfest2019",
                "youth zone",
                "youthzone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Andrew Mulholland",
            "submitter_profile_id": 2617,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Andrew Mulholland",
                    "profile_id": 2617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Festival 2019 – Youth Zone needs your sessions!",
            "description": "This year, the Mozilla festival is once again returning around the Autumn half-term. This year’s festival is taking place on the 26th-27th October, at Ravensbourne College, London.The Call for Proposals is open from 1st June – 1st August 2019 and Youth Zone needs your amazing sessions!Got an idea for an amazing and hands on session suitable for young people? We can't wait to read it!",
            "get_involved": "Submit your Mozfest Youth Zone sessions!",
            "get_involved_url": "https://www.mozillafestival.org/en/proposals/",
            "interest": "Mozilla Festival",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_092029.5821520000.jpg",
            "created": "2019-07-03T09:20:29.581536Z",
            "moderation_state": 3
        },
        {
            "id": 1250,
            "content_url": "https://medium.com/mozilla-festival/at-mozfest-space-is-the-place-f3c7c14d29f5",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "At MozFest, Space is the Place",
            "description": "A post about how MozFest is organized into thematic Spaces, and what those proposing 2019 sessions need to know about creating session that fits into this year's Spaces.",
            "get_involved": "",
            "get_involved_url": "https://www.mozillafestival.org/en/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-10_193808.1807730000.jpg",
            "created": "2019-07-10T19:38:08.180347Z",
            "moderation_state": 3
        },
        {
            "id": 1417,
            "content_url": "https://www.mozillafestival.org/en/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Want to Help Us Write A Book About MozFest?",
            "description": "In celebration of the first 10 years of MozFest we’re writing a book and we want your voice to be a part of it!  Come to MozFest Oct 25-27 in London and look for our booth “How to MozFest”.  Pick up the first version (it’s free!) and contribute your stories, tips, and ideas for how YOU MozFest as part of the final version coming out in 2020!",
            "get_involved": "Buy your tickets now to join us at MozFest and lend your voice to the book!",
            "get_involved_url": "https://www.mozillafestival.org/en/",
            "interest": "The first version will ONLY be available at the 2019 MozFest and while there you can share your story to be part of the second version!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-08_174806.4762080000.jpg",
            "created": "2019-10-08T17:48:06.475466Z",
            "moderation_state": 3
        },
        {
            "id": 1249,
            "content_url": "https://medium.com/mozilla-festival/mozfest-as-launchpad-unveiling-new-work-at-the-festival-9df35fc39914",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Promote"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest as Launchpad: Unveiling new projects at the Festival",
            "description": "Tips and tricks for launching a project at the Festival from Jen Caltrider, one of the creators of the *Privacy Not Included buyer's guide that soft-launched at MozFest 2018.",
            "get_involved": "",
            "get_involved_url": "https://www.mozillafestival.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-10_192934.8287280000.jpg",
            "created": "2019-07-10T19:29:34.828010Z",
            "moderation_state": 3
        },
        {
            "id": 1985,
            "content_url": "https://www.youtube.com/watch?v=wxL6ZRrypWk",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "MMNOG4",
                "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": "Event Wrap: MMNOG4",
            "description": "The 4th conference of Myammar Network Operators Group (MMNOG4) was held on Jan 15. It was an online event. I was a speaker among several others. About 120 participants joined the session. I talked about the RPKI deployment status in Myanmar where I showed some specific issues that would improve the RPKI status of the country. The conference was broadcasted on YouTube. I am happy to work with several network operators in Myanmar to help improve RPKI adoption and enhance routing security. My talk highlighted some of the outcomes of my fellowship project with Mozilla Foundation.",
            "get_involved": "",
            "get_involved_url": "https://www.mmnog.net",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-01-24_052333.5137770000.jpg",
            "created": "2021-01-24T05:23:33.513296Z",
            "moderation_state": 3
        },
        {
            "id": 2431,
            "content_url": "https://www.melalogic.com/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Melalogic",
                    "profile_id": 6038,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Melalogic",
            "description": "Melalogic is an app that gives Black People a single source of skin health information from trusted professionals who look like them. Participating users can help to build the Black Skin Health AI Data Set which will provide them with the ability to submit a photo of a skin issue they may have and receive instantaneous feedback as to what it could be, and suggestions on how they should treat it. This new public dataset will be able to fuel AI-powered dermatology research and prediagnoses.",
            "get_involved": "",
            "get_involved_url": "https://www.melalogic.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_155813.3150780000.jpg",
            "created": "2022-10-26T12:46:30.918199Z",
            "moderation_state": 3
        },
        {
            "id": 1173,
            "content_url": "https://www.meetup.com/OpenMaine/events/260852564",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community"
            ],
            "published_by": "Nick Kaufmann",
            "submitter_profile_id": 1919,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Chris Bond",
                    "profile_id": 1930,
                    "is_active": true
                },
                {
                    "name": "Nick Kaufmann",
                    "profile_id": 1919,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#Mozsprint with Open Maine:Help build #CivicArchipelago for #CivicTech education",
            "description": "Open Mainers Chris Bond and Nick Kaufmann will present Civic Archipelago, a civic tech education project they are working on through the Mozilla Open Leaders Program. Participants can dive into working on the open source web site, or brainstorming challenges to help people become civic superheroes. All skill levels and backgrounds welcome!\nDate/Time: Thursday May 23rd, 6pm EST\nIn Maine? Join us at Portland Webworks, 5 Milk St, Portland\nRemote? Join our gitter chat: https://gitter.im/civicarchipelago/",
            "get_involved": "Interested in civics/education? Help us design educational #civictech challenges. Got webdev experience=? help us fork an open source website",
            "get_involved_url": "https://www.meetup.com/OpenMaine/events/260852564",
            "interest": "#civictech #openeducation",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-10_171358.3966300000.png",
            "created": "2019-05-10T17:13:58.396116Z",
            "moderation_state": 3
        },
        {
            "id": 46,
            "content_url": "http://hackbrexit.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "brexit",
                "mozfest",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hack Brexit",
            "description": "A workshop to continue building two open source projects that were originally built during the Hack Brexit hackathon this summer to create positive dialogue and action beyond Brexit.",
            "get_involved": "You can get involved in lots of ways, technical or non technical but we are especially looking for Ruby developers at present. Join our Meetup.",
            "get_involved_url": "https://www.meetup.com/Hack-Brexit/events/235083725/",
            "interest": "Whether you're technical or non technical, voted to leave or remain: Brexit affects us all. The aim of Hack Brexit is to continue to create dialogue and action for a country divided.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/46.jpg",
            "created": "2016-10-28T01:33:18.201000Z",
            "moderation_state": 3
        },
        {
            "id": 546,
            "content_url": "https://www.medcognition.com/",
            "is_bookmarked": false,
            "tags": [
                "augmented reality",
                "education",
                "health care",
                "simulations",
                "training"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "John Quarles",
            "submitter_profile_id": 139,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "John Quarles",
                    "profile_id": 139,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PerSim",
            "description": "Pre-hospital providers are on the forefront of patient care. First to care and a critical link in the successful treatment of the ill and injured. Accessing high-quality patient simulation has been difficult. Until now.  Introducing PerSim™: the first affordable, portable and realistic patient simulator designed specifically for pre-hospital professionals.",
            "get_involved": "",
            "get_involved_url": "https://www.medcognition.com/",
            "interest": "PerSim uses augmented reality to offer realistic training at a fraction of the price to pre-hospital providers, a population who has always been underserved in terms of access to high fidelity simulation.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_154005.7930620000.jpg",
            "created": "2017-11-07T15:40:05.792540Z",
            "moderation_state": 3
        },
        {
            "id": 1538,
            "content_url": "https://www.mozillapulse.org/profile/3114",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "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": "Enhancing routing security: November Fellowship Report",
            "description": "My second month (November 2019) as a Mozilla OIE Fellow was very exciting. I could engage myself in different activities focusing on routing security and RPKI in the South Asian region. Here are some highlights:\n\n1. Analyzing routing security readiness in South Asia and communicating with about 200 operators to fix their ROA. About 700 ROA of 66 ASN in AF, BD, BT, MM and NP were fixed.\n2. Conducted a presentation session on routing security at npNOG5 conference in Nepal.\n3. Preparing presentations and workshop materials for upcoming conferences (MMNOG2020 and bdNOG11).",
            "get_involved": "",
            "get_involved_url": "https://www.manrs.org/isps/join/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-31_194915.8791140000.png",
            "created": "2019-12-31T19:49:15.878550Z",
            "moderation_state": 3
        },
        {
            "id": 1824,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "mozfellows20",
                "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": "India with Highest Number of RPKI Valid Prefixes: August Fellowship Report",
            "description": "This month, India has an impressive improvement in terms of Valid RPKI ROA for BGP prefixes. They now have 18% Valid prefixes which was just 12% at the end of last month. Similarly, Afghanistan rises from 20% to 28%, Pakistan from 73% to 82% and Myanmar from 78% to 80%. And with this, 7 out of 9 countries in South Asia that I was working with my routing security project are now have more than 80% Valid prefixes. And, among them, 4 crossed the 90% mark. Along with my regular work to help improve the number of valid ROAs, I am engaging myself in virtual networking events.",
            "get_involved": "",
            "get_involved_url": "https://www.manrs.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-27_163333.6101280000.png",
            "created": "2020-08-27T16:33:33.609520Z",
            "moderation_state": 3
        },
        {
            "id": 1929,
            "content_url": "https://www.kendra.io",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Daniel Harris",
            "submitter_profile_id": 4374,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Harris",
                    "profile_id": 4374,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Kendraio",
            "description": "Kendraio",
            "get_involved": "",
            "get_involved_url": "https://www.kendra.io",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-30T10:28:02.674757Z",
            "moderation_state": 3
        },
        {
            "id": 1261,
            "content_url": "https://www.lawgazette.co.uk/commentary-and-opinion/lets-build-an-open-law-movement/5070740.article",
            "is_bookmarked": false,
            "tags": [
                "data commons",
                "justice",
                "law"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Emily MacLoud",
            "submitter_profile_id": 2817,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "open law movement",
            "description": "We need to focus on interoperability in the legal tech space.  How do we start? What can we learn from other open movements in the financial and health sectors? How do we evaluate success?",
            "get_involved": "Help us get the word out, Share your ideas with us, Tell us how you did it in your vertical",
            "get_involved_url": "https://www.just-access.org/#contact",
            "interest": "Access to justice is relevant to all.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-07-18T12:35:33.852008Z",
            "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": 1902,
            "content_url": "http://makeflix.fun",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "community networks",
                "community of practice",
                "creativity",
                "decentralization",
                "environment",
                "makerparty",
                "open access",
                "reuse",
                "sustainability"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Rhea Muthane",
            "submitter_profile_id": 4295,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rhea Muthane",
                    "profile_id": 4295,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Makeflix",
            "description": "Makeflix is a creative repair project that enables people to creatively connect with themselves, their surrounding, their community and the environment through waste, repurposing and repair.",
            "get_involved": "Help us build a makers manifesto, figuring international collaborations and facilitators",
            "get_involved_url": "https://www.instagram.com/the.makeflix.playbook/",
            "interest": "It's a playful approach to trash that builds awareness about consumption behaviours, the environment and wellbeing.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-31_064025.4395160000.jpg",
            "created": "2020-10-31T06:40:25.438473Z",
            "moderation_state": 3
        },
        {
            "id": 1910,
            "content_url": "https://www.instagram.com/p/B6sqVnSF99W/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Sabrina Lindridge",
            "submitter_profile_id": 4315,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sabrina Lindridge",
                    "profile_id": 4315,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foxy fan art",
            "description": "This is a open invitation to the community at large to create and collaborate some foxy (Mozilla mascot) fan art. \nAKA furries and other creative styles!",
            "get_involved": "",
            "get_involved_url": "https://www.instagram.com/sakulli_misu",
            "interest": "Openness, inclusivity, re mixing and making stuff!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-12_185712.1638270000.jpeg",
            "created": "2020-11-12T18:57:12.163476Z",
            "moderation_state": 3
        },
        {
            "id": 361,
            "content_url": "http://hivenyc.org/2017/05/22/new-york-2017-state-hive-meet/",
            "is_bookmarked": false,
            "tags": [
                "hive learning networks",
                "hive nyc"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Hana Sun",
            "submitter_profile_id": 88,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hana Sun",
                    "profile_id": 88,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive NYC State of the Hive 2017",
            "description": "Mozilla Hive NYC’s State of the Hive 2017, our annual meetup to celebrate and assess the network’s strategic direction, was held on Friday, May 12th at Center for Social Innovation with 76 attendees from 53 organizations, community allies, and field partners.  Topics explored include: creating inclusive digital learning experiences for youth, measuring social emotional evaluation in web literacy programs, creating accessible pathways to learning in computer science, and building effective external partnerships as a network.",
            "get_involved": "Join us at our next meetup on July 13th at The New School.  Registration on our website coming soon.",
            "get_involved_url": "https://www.hivenyc.org",
            "interest": "Hive NYC’s expertise in developing emerging leaders, responding to needs of local communities, and working across sectors on a city level is essential to shaping Mozilla’s global strategy in advocating for an open, healthy internet.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_215818.7111250000.jpg",
            "created": "2017-06-06T21:58:18.710675Z",
            "moderation_state": 3
        },
        {
            "id": 1922,
            "content_url": "https://www.harrietkingaby.com/reports",
            "is_bookmarked": false,
            "tags": [
                "adtech",
                "advertising",
                "AI",
                "facial recognition",
                "machine learning",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Attend"
            ],
            "published_by": "Harriet Kingaby",
            "submitter_profile_id": 3118,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI & Advertising: A Consumer Perspective",
            "description": "Digital advertising is a booming industry, and the primary business model sustaining the internet, humanity’s most important communications tool. But as AI-powered advertising grows more pervasive and sophisticated, it is doing so without guardrails.\n\nA report on the potential harms of AI powered advertising, and thoughts on redesigning the system.",
            "get_involved": "",
            "get_involved_url": "https://www.harrietkingaby.com/reports",
            "interest": "Anyone who's looking at AI and regulation, or anyone looking at reforming adtech",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-23_210017.3944400000.jpg",
            "created": "2020-11-23T21:00:17.393625Z",
            "moderation_state": 3
        },
        {
            "id": 542,
            "content_url": "https://www.github.com/rwb27/openflexure_microscope",
            "is_bookmarked": false,
            "tags": [
                "3D printing",
                "computer vision",
                "future-proof hardware",
                "health care",
                "microscopy",
                "open hardware",
                "OpenSCAD"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Richard Bowman",
            "submitter_profile_id": 215,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Richard Bowman",
                    "profile_id": 215,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenFlexure Microscope",
            "description": "An open source, 3D printable microscope - complete with high quality mechanical stage.",
            "get_involved": "Help us improve the design by printing and making one, and blogging your build.  There are plenty of things to do to improve the CAD models and documentation, and it would be amazing to set up an automated build server to generate the different versions of the microscope.",
            "get_involved_url": "https://www.github.com/rwb27/openflexure_microscope",
            "interest": "The OpenFlexure Microscope aims to make high quality automated microscopy available worldwide.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-03_143635.9985250000.jpg",
            "created": "2017-11-03T14:36:35.997853Z",
            "moderation_state": 3
        },
        {
            "id": 2442,
            "content_url": "https://www.futurewake.com/#/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic racism",
                "artificial intelligence",
                "cma",
                "cma2021",
                "mozilla-cma",
                "predictive policing"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Future Wake",
                    "profile_id": 6065,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Future Wake",
            "description": "This interactive web app turns the discriminatory practice of predictive policing upside down, instead allowing citizens to predict police brutality. The project uses AI and a number of data sets to determine where, when, and how police brutality in the U.S. is most likely to occur. It also paints a vivid picture of the potential victim, from their skin color to their age, to put a human face on the prediction.",
            "get_involved": "",
            "get_involved_url": "https://www.futurewake.com/#/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_123949.2507820000.png",
            "created": "2022-11-08T12:39:49.250559Z",
            "moderation_state": 3
        },
        {
            "id": 1049,
            "content_url": "https://[email protected]",
            "is_bookmarked": false,
            "tags": [
                "new add"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Design"
            ],
            "published_by": "Reginald L Addison",
            "submitter_profile_id": 2121,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Reginald L Addison",
                    "profile_id": 2121,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Reginald L Addison",
            "description": "Well I Made Write?",
            "get_involved": "",
            "get_involved_url": "https://www.fhcc.va.gov",
            "interest": "Captains James A Lovell Federal Health Care Center",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-27_000300.7786630000.jpg",
            "created": "2019-02-27T00:03:00.778224Z",
            "moderation_state": 3
        },
        {
            "id": 948,
            "content_url": "https://youtu.be/nA6xLlg77M8",
            "is_bookmarked": false,
            "tags": [
                "education technology",
                "Minorities",
                "trainning"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Itzel Moreno",
            "submitter_profile_id": 1688,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Itzel Moreno",
                    "profile_id": 1688,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web literacy for the deaf",
            "description": "We are a group of deaf, indigenous and hearing people that try to build a platform where three workshops are developed: entrepreneurship, leadership and biology. These workshops will be recorded in sign language and translated into English and Spanish. We want to build a community from the workshops.",
            "get_involved": "You can contribute with lending your voice for translations. In contributing to the contents of the workshops, ideas to innovate the page as well as contacts that may be interested",
            "get_involved_url": "https://www.facebook.com/GrupoDeEstudiantesMexicanosSordosEHipoacusicos/",
            "interest": "This project can be replicated in other communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_135725.9989630000.jpg",
            "created": "2018-11-07T13:57:25.998584Z",
            "moderation_state": 3
        },
        {
            "id": 941,
            "content_url": "https://www.youtube.com/watch?v=nA6xLlg77M8&feature=youtu.be",
            "is_bookmarked": false,
            "tags": [
                "Deaf",
                "education",
                "inclusion",
                "indigenous",
                "internet",
                "Minorities",
                "workforce"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Itzel Moreno",
            "submitter_profile_id": 1688,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Itzel Moreno",
                    "profile_id": 1688,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web Literacy for the Deaf.",
            "description": "Hello!  Our session is Web Literacy for the Deaf and this is a video that we had worked out to support tomorrow's session .  We are a group of deaf, indigenous and hearing people with different areas of experience. We have worked on this for a while and we hope you like it very much. There will also be a BSL interpreter that Mozilla Fest has had the attention to provide us. This event is so important for us because it is knowing that our voice does exist and is our language, thoughts and scope that transcends our walls because the internet does provide solutions to segregation.",
            "get_involved": "1. Help us to build up 3 workshops: a) entrepreneurship, b) leadership workshop and c) biology workshop. People can support in the construction of the content of this workshops, platform and innovation. Simply support on how to improve, how to do practices.",
            "get_involved_url": "https://www.facebook.com/GrupoDeEstudiantesMexicanosSordosEHipoacusicos/",
            "interest": "Because trhis session proposes solutions to improve workfoce and inclusion of minoritarian communities that are in  poverty.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-26_022600.3487470000.jpg",
            "created": "2018-10-26T02:26:00.348028Z",
            "moderation_state": 3
        },
        {
            "id": 1898,
            "content_url": "https://www.facebook.com/groups/strumfest",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Join community"
            ],
            "published_by": "Henk Brent",
            "submitter_profile_id": 4285,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Henk Brent",
                    "profile_id": 4285,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Strumfest",
            "description": "Sing/Play on screen lyrics and chords.",
            "get_involved": "Looking to promote sessions and recruit more hosts.",
            "get_involved_url": "https://www.facebook.com/groups/strumfest",
            "interest": "Celebrating the internet as a way to reach people in isolation with music.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-10-28T07:44:10.994994Z",
            "moderation_state": 3
        },
        {
            "id": 815,
            "content_url": "https://github.com/CommonsPlatform/Admin",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Nick Wood",
            "submitter_profile_id": 1365,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Nick Wood",
                    "profile_id": 1365,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "The Commons Platform",
            "description": "The Commons Platform is a new social media platform for community and collaboration, based on values, built by everyone for everyone and owned by everyone",
            "get_involved": "We welcome all people, skills and contributions in our growing diverse co-creation group. Contact us via Github or at [email protected] or join our Facebook group",
            "get_involved_url": "https://www.facebook.com/groups/1103998413064508/",
            "interest": "We aim to make open source, privacy and security and collaboration the default through this global platform",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_203215.2027650000.jpg",
            "created": "2018-05-08T20:32:15.202121Z",
            "moderation_state": 3
        },
        {
            "id": 1126,
            "content_url": "https://www.experimentalcivics.io/programcivica",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "civic tech",
                "civictools",
                "design thinking",
                "hacking",
                "innovation",
                "Mozilla Open Leadership Project",
                "open",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah  Sharif",
                    "profile_id": 1986,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Program Civica",
            "description": "Podcast series on topics from civic hacking to design thinking",
            "get_involved": "",
            "get_involved_url": "https://www.experimentalcivics.io/programcivica",
            "interest": "Civic Hacking, Design Thinking, Open Leadership, Training, Learning",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_213122.9796120000.png",
            "created": "2019-04-25T21:31:22.979204Z",
            "moderation_state": 3
        },
        {
            "id": 1228,
            "content_url": "https://palopenmaps.org",
            "is_bookmarked": false,
            "tags": [
                "decolonization",
                "mapping",
                "open street map"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code"
            ],
            "published_by": "Majd Al-Shihabi",
            "submitter_profile_id": 1786,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Majd Al-Shihabi",
                    "profile_id": 1786,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Palestine Open Maps",
            "description": "The British colonial authorities made a number of map series of Palestine, as a part of dominating and conquering the land and its people. In many cases, those maps are the only remaining records of the 500 villages destroyed during the Nakba. Palestine Open Maps aims to \"open source\" those maps, by making them available in an open and accessible way, and through our mapathons, we are extracting the data to make it it available to artists, researchers, and anyone who needs it.",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.co.uk/e/palestine-open-maps-mapathon-savac-toronto-tickets-63550990724",
            "interest": "Using open source to extract data from historic maps",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-23_160012.8802860000.jpg",
            "created": "2019-06-23T16:00:12.879945Z",
            "moderation_state": 3
        },
        {
            "id": 309,
            "content_url": "https://www.eventbrite.com/e/universal-health-care-action-blitz-tickets-34680840327",
            "is_bookmarked": false,
            "tags": [
                "hacka",
                "health care",
                "open health"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Universal Health Care Action Blitz",
            "description": "Across the country Americans are rising up. Our community has never been stronger. Now it’s time to fight for our health care. Coders, videographers, editors, graphic designers, artists:\n\nJOIN US for the first ever Universal Health Care Blitz.\n\nCoders can work on health care calculators, peer to peer petitions and speaker calendars. Creatives can focus on 8 individual health care stories, from which we’ll craft video and social media campaigns aimed at turning wealth care into Universal Health care for all.\n\nAll assets created are in support of Campaign for New York Health and Health Care NOW.",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.com/e/universal-health-care-action-blitz-tickets-34680840327",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_205819.4951680000.png",
            "created": "2017-05-25T20:58:19.494838Z",
            "moderation_state": 3
        },
        {
            "id": 290,
            "content_url": "https://www.eventbrite.com/e/kc-vrar-event-vrar-workshop-event-pt-2-tickets-34259441913",
            "is_bookmarked": false,
            "tags": [
                "a-frame",
                "virtual reality",
                "vr",
                "webvr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Janice Wait",
            "submitter_profile_id": 76,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Intro to VR",
            "description": "This is a three-part workshop for anyone interested learning more about virtual reality and creating VR experiences to open new learning opportunities. Participants will learn the basic building blocks of virtual reality and have an opportunity to create their own virtual environment using A-Frame. No coding experience necessary!",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.com/e/kc-vrar-event-vrar-workshop-event-pt-2-tickets-34259441913",
            "interest": "Are you interested in learning more about virtual reality? Would you like to know how you could make a virtual reality experience that will create new learning opportunities for your students?",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_150811.1288520000.jpg",
            "created": "2017-05-18T15:08:11.111686Z",
            "moderation_state": 3
        },
        {
            "id": 1255,
            "content_url": "https://www.du.edu/ahss/opensourcearts/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "community",
                "creativity",
                "inclusion",
                "sustainability"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Create content",
                "Join community"
            ],
            "published_by": "Christopher Coleman",
            "submitter_profile_id": 2798,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Christopher Coleman",
                    "profile_id": 2798,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Clinic for Open Source Arts (COSA)",
            "description": "We explore, support, and celebrate local and global efforts to make free and open-source tools that allow people to be creative with digital technology. The focus of COSA is on free and open-source digital tools for creative expression. Free and open-source digital tools allow anyone with access to a computer to begin creating. We want to ensure that everyone has an opportunity to contribute and will especially focus on bringing women, minorities, and other underrepresented communities together as contributors to the ongoing innovation and growth of these tools.",
            "get_involved": "",
            "get_involved_url": "https://www.du.edu/ahss/opensourcearts/",
            "interest": "COSA's scope includes the open source internet languages used for creativity.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-12_194825.4464550000.jpg",
            "created": "2019-07-12T19:48:25.445663Z",
            "moderation_state": 3
        },
        {
            "id": 68,
            "content_url": "https://www.discoverdesign.org/challenges/minecraft-challenge-redesign-public-space",
            "is_bookmarked": false,
            "tags": [
                "challenge",
                "community",
                "hive",
                "minecraft"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MINECRAFT CHALLENGE: Redesign A Public Space",
            "description": "Make a great public space in Minecraft. This challenge is to design a space that promotes social interaction and a sense of community.",
            "get_involved": "https://www.discoverdesign.org/help",
            "get_involved_url": "https://www.discoverdesign.org/contact",
            "interest": "A fun way to explore the dynamics of civic spaces in an active and interactive way. Try on Thimble here: https://thimbleprojects.org/ginagrant/95757/#overview",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/68.png",
            "created": "2016-10-07T18:56:17.893000Z",
            "moderation_state": 3
        },
        {
            "id": 64,
            "content_url": "http://motherboard.vice.com/read/the-black-community-needs-encryption",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "encryption",
                "harlem",
                "new york",
                "nyc",
                "open web fellows",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CryptoHarlem",
            "description": "Motherboard published an interview with Matt Mitchell, a Mozilla Open Web Fellow. He shares valuable and candid insight on privacy education and making it more inclusive.",
            "get_involved": "Matt trains activists & journalists in digital security, focused on marginalized populations often aggressively monitored & disenfranchised. His fellowship is based at Color of Change.",
            "get_involved_url": "https://www.cryptoparty.in/nyc",
            "interest": "Matt is a security researcher and data journalist who leads CryptoHarlem, teaching basic cryptography tools to the predominately African American community in upper Manhattan.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_131742.2960690000.jpg",
            "created": "2016-10-19T21:45:37.190000Z",
            "moderation_state": 3
        },
        {
            "id": 1927,
            "content_url": "https://www.convergenceinitiative.org",
            "is_bookmarked": false,
            "tags": [
                "art",
                "ArtSci",
                "collaborations",
                "design",
                "fine arts",
                "neuroscience",
                "SciArt",
                "SciComm",
                "science",
                "Science Comunication"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Cristian Zaelzer",
            "submitter_profile_id": 4410,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Cristian Zaelzer",
                    "profile_id": 4410,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Convergence Initiative",
            "description": "The Convergence Initiative is a non-profit organization committed to advancing the public's knowledge of neuroscience & art by promoting traditional & experimental methodologies to change the way we approach and connect people with science. We believe that, due to the powerful connection to emotions, the arts can be a solid partner to engage the audience by allowing the public to situate and see themselves in the complexities of scientific inquiry. In line with that, we orchestrate a range of activities including education, research, outreach, collaboration, curation & content development.",
            "get_involved": "https://www.convergenceinitiative.org/volunteer-opportunities",
            "get_involved_url": "https://www.convergenceinitiative.org",
            "interest": "For anyone interested in a better communication between factual knowledge and the lay audience, the consideration of tools that can bridge communities will attract them to our work.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-28_205421.0458270000.jpg",
            "created": "2020-11-28T20:54:21.045506Z",
            "moderation_state": 3
        },
        {
            "id": 1659,
            "content_url": "https://theclimatefix.com/episodes/climate-misinformation-advertising-w-harriet-kingaby-from-can",
            "is_bookmarked": false,
            "tags": [
                "advertising",
                "climate change",
                "hate tracking"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Harriet Kingaby",
            "submitter_profile_id": 3796,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3796,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Combat climate denial by cutting off its funding",
            "description": "Follow the money, said Lester Freeman in the Wire, and you don't know where the it's gonna take you.\n\nFollowing the money when investigating climate denial takes you to some dark places. It also takes you to the advertisers that fund it. This podcast is all about the interconnections between dark money, climate denial, hate speech and advertising.",
            "get_involved": "",
            "get_involved_url": "https://www.consciousadnetwork.org/",
            "interest": "Advertising is funding climate denial and hate speech, thus an unhealthy internet",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-01_090415.5093400000.jpg",
            "created": "2020-05-01T09:04:15.508984Z",
            "moderation_state": 3
        },
        {
            "id": 70,
            "content_url": "https://postcrimes.org",
            "is_bookmarked": false,
            "tags": [
                "copyright",
                "europe",
                "european union",
                "innovation",
                "law",
                "legal",
                "memes",
                "policy"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Postcrimes",
            "description": "In some European Union countries, photographing landmarks and posting the pictures on social media can be illegal. This campaign fights this absurdity.",
            "get_involved": "Learn more and participate in this campaign to change copyright.",
            "get_involved_url": "https://www.changecopyright.org/",
            "interest": "This is a fun, innovative way to disrupt foolish public policy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/70.png",
            "created": "2016-10-06T19:19:18.438000Z",
            "moderation_state": 3
        },
        {
            "id": 61,
            "content_url": "https://www.youtube.com/watch?v=Obv6M_c8XVs",
            "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": "Meme Jail",
            "description": "See what happens when classic memes head to Europe",
            "get_involved": "Join the campaign behind meme jail.",
            "get_involved_url": "https://www.changecopyright.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-24T21:57:50.627000Z",
            "moderation_state": 3
        },
        {
            "id": 62,
            "content_url": "https://www.youtube.com/watch?v=OG10a1F9gU0",
            "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": "CSI:GIF",
            "description": "Meet the cops who patrol the tubes of the Internet for the baddest crime of all: GIFs",
            "get_involved": "Join the campaign behind CSI:GIF jail.",
            "get_involved_url": "https://www.changecopyright.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-24T21:56:16.394000Z",
            "moderation_state": 3
        }
    ]
}