A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=-help_types&page=30
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-help_types&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-help_types&page=29",
    "results": [
        {
            "id": 1834,
            "content_url": "https://www.their.tube",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "video recommendation",
                "YouTube"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Tomo",
            "submitter_profile_id": 4153,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tomo",
                    "profile_id": 4153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "TheirTube",
            "description": "Theirtube is a Youtube filter bubble simulator that provides a look into how videos are recommended on other people's YouTube. Users can experience how the YouTube home page would look for six different personas. Each persona simulates the viewing environment of real Youtube users who experienced being inside a recommendation bubble through recreating a Youtube account with a similar viewing history. TheirTube shows how YouTube’s recommendations can drastically shape someone’s experience on the platform and, as a result, shape their worldview.",
            "get_involved": "",
            "get_involved_url": "https://github.com/kihapper/TheirTube",
            "interest": "It shows insights into how the Youtube recommendation engine is working",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-11_192320.2058600000.png",
            "created": "2020-09-11T19:23:20.205472Z",
            "moderation_state": 3
        },
        {
            "id": 649,
            "content_url": "https://publiccode.net",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "government",
                "mozsprint",
                "open source",
                "policy",
                "smart cities",
                "sustainability"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Boris van Hoytema",
            "submitter_profile_id": 416,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Boris van Hoytema",
                    "profile_id": 416,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foundation For Public Code",
            "description": "Helping cities develop code together: Codebase stewardship for products that are mixed source code & policy code.We create a viable future for cities and civic operating systems that are highly participatory and drive societal engagement. A public digital infrastructure that is inclusive, usable, adaptive, open and sustainable.To achieve this we maintain, manage, contribute to and grow an ecosystem of public software and policies that help governments, communities and citizens improve their city.",
            "get_involved": "Help us improve our process, communication and organisation to support cities to develop code together.",
            "get_involved_url": "https://github.com/publiccodenet/about/blob/develop/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024817.2380010000.jpg",
            "created": "2018-03-25T15:49:32.065705Z",
            "moderation_state": 3
        },
        {
            "id": 960,
            "content_url": "https://github.com/graciellehigino/IGNITE/issues/19",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "decentralization",
                "open access",
                "science communication"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Gracielle Higino",
            "submitter_profile_id": 406,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Maria Letícia Bonatelli",
                    "profile_id": 1620,
                    "is_active": true
                },
                {
                    "name": "Daniela Saderi",
                    "profile_id": 1549,
                    "is_active": true
                },
                {
                    "name": "Felipe Do E. Santo",
                    "profile_id": 134,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IGNITE notes from MozFest2018",
            "description": "This is the summary of what we learned at MozFest2018 in the session intitled \"Defying our senses to promote diversity and inclusion in science communication with IGNITE\". There, we tried to think about irreverent solutions to accessibility problems in science communication and outreach. If you participated and want to be credited or just keep in touch, please, let us know! <3",
            "get_involved": "We would love some feedback on the content we've made, and we are looking for more tips! How can we use our senses in a creative way to communicate science?",
            "get_involved_url": "https://github.com/graciellehigino/IGNITE/",
            "interest": "We came up with pretty good advices for scientists that want to communicate science, but we always apreciate more tips!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-10_212947.1909940000.jpg",
            "created": "2018-11-10T21:29:47.190420Z",
            "moderation_state": 3
        },
        {
            "id": 959,
            "content_url": "https://www.slideshare.net/rzrfreefr/webthingiotjs20181022rzr-120959360",
            "is_bookmarked": false,
            "tags": [
                "activitypub",
                "artik",
                "internetofthings",
                "iot",
                "iotjs",
                "javascript",
                "mastodon",
                "mozfest",
                "privacy",
                "raspberrypi",
                "sensor",
                "social",
                "tizen",
                "tizenrt",
                "wot"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "RzR www.rzr.online.fr",
            "submitter_profile_id": 1729,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "RzR www.rzr.online.fr",
                    "profile_id": 1729,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Build \"Privacy by design\" Webthings With IoT.js on TizenRT and more",
            "description": "Mozilla IoT Webthing project is providing a framework and tools to deploy your own connected things local network. Many technologies are available to build the WebOfThings, a couple will be presented based on previous experiences such as IoT.js the IoT framework using javascript on Tizen:RT OS for micro controllers, and more.",
            "get_involved": "Feel free to test shared source, feedback welcome",
            "get_involved_url": "https://github.com/MozillaFestival/mozfest-program-2018/issues/690",
            "interest": "iot",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-08_135802.7078400000.png",
            "created": "2018-11-08T13:58:02.707232Z",
            "moderation_state": 3
        },
        {
            "id": 648,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Petition | Tell Facebook: this can't happen again",
            "description": "Mozilla is asking Facebook to change its app permissions and ensure users’ privacy is protected by default. And we’re asking users to stand with us by signing our petition.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-23_203857.9335290000.png",
            "created": "2018-03-23T20:38:57.932652Z",
            "moderation_state": 3
        },
        {
            "id": 1819,
            "content_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "is_bookmarked": false,
            "tags": [
                "media",
                "open access",
                "openness",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action"
            ],
            "published_by": "Stefaniia Ivashchenko",
            "submitter_profile_id": 4112,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Science TV",
            "description": "Science makes our life better, safer and comfortable. However, academic community is suffering from luck of funding, transparency, reproducibility and toxic environment. Some of these problems arise from commercial companies controlling scientific communication and metrics. While most of scientific research is funded from taxpayers, makes the current system of scientific development dysfunctional and inefficient. Open Science TV is a new independent scientific media platform. Our goal is to promote Open Science principles as a potential cure to these problems and give a word to scientists.",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-08_175546.4031100000.png",
            "created": "2020-08-08T17:55:46.402723Z",
            "moderation_state": 3
        },
        {
            "id": 936,
            "content_url": "https://www.alliedmedia.org/peoples-ai",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "data",
                "machine learning"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 11,
            "related_creators": [],
            "entry_type": "base",
            "title": "A People's Guide to Artificial Intelligence",
            "description": "A People’s Guide to AI is a comprehensive beginner's guide to understanding AI and other data-driven tech. The guide uses a popular education approach to explore and explain AI-based technologies so that everyone—from youth to seniors, and from non-techies to experts—has the chance to think critically about the kinds of futures automated technologies can bring.",
            "get_involved": "Share the guide, organize a discussion, push everyone's understand further.",
            "get_involved_url": "",
            "interest": "The mission of A People’s Guide to AI is to open up conversation around AI by demystifying, situating, and shifting the narrative about what types of use cases AI can have for everyday people.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-15_152229.6155370000.png",
            "created": "2018-10-15T15:22:29.614867Z",
            "moderation_state": 3
        },
        {
            "id": 931,
            "content_url": "https://foundation.mozilla.org/en/campaigns/enoughisenough/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Petition: Facebook & 2FA",
            "description": "Sign the petition 👉 Facebook, stop using users' 2FA info to target ads.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-04_194806.4822340000.png",
            "created": "2018-10-04T19:48:06.481593Z",
            "moderation_state": 3
        },
        {
            "id": 430,
            "content_url": "https://blog.mozilla.org/blog/2017/09/11/copyright-vote-change-europes-internet/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "EU copyright reform | Advocacy campaign",
            "description": "On October 10, EU lawmakers will vote on a dangerous proposal to change copyright law. Mozilla is urging EU citizens to demand better reforms.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-11_130838.7271580000.jpg",
            "created": "2017-09-11T13:08:38.726753Z",
            "moderation_state": 3
        },
        {
            "id": 509,
            "content_url": "https://github.com/LIDSOL/nightlynight",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Uriel",
            "submitter_profile_id": 177,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Uriel",
                    "profile_id": 177,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nightly Night",
            "description": "Helping to improve Firefox Nightly. Users are now experts with Nightly Night.",
            "get_involved": "Write some guides, reports bugs on bugzilla, share your ideas with us.",
            "get_involved_url": "https://github.com/LIDSOL/nightlynight",
            "interest": "Nightly Night is a project which help users to use and test Firefox Nightly like an expert.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-27T03:52:49.686386Z",
            "moderation_state": 3
        },
        {
            "id": 1941,
            "content_url": "https://foundation.mozilla.org/campaigns/apples-anti-tracking-plans-iphone",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "campaigns",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Apple’s anti-tracking plans for iPhone",
            "description": "Apple plans to improve privacy on iPhone, but it’s already pushed back the implementation. We need a massive outpouring of support for Apple’s decision to help strengthen its resolve to protect consumer privacy. Tell Apple: I support your efforts to defend our privacy, and encourage you to implement the IDFA changes as soon as possible.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/apples-anti-tracking-plans-iphone",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-15_173032.0311800000.jpg",
            "created": "2020-12-15T17:30:32.030613Z",
            "moderation_state": 3
        },
        {
            "id": 909,
            "content_url": "https://morethancode.cc",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Maya Wagoner",
                    "profile_id": 1779,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#MoreThanCode: Practitioners reimagine technology for justice & equity",
            "description": "Report recommends: Nothing About Us Without Us: Adopt Co-Design Methods & Concrete Community Accountability Mechanisms; From Silver Bullets to Useful Tools: Change the Narrative, Lead with Values, Recognize Multiple Frames & Terms Across the Ecosystem; #RealDiversityNumbers: Adopt proven strategies for diversity & inclusion; Developers, Developers, Developers? Recognize Different Roles & Expertise in Tech Work, Support Alternative Pathways to Participation; Coops, Collectives, & Networks, Oh My! Support Alternative Models Beyond Startups, Government Offices, and Incorporated Nonprofits",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Excellent field scan of conditions and opportunities that impact equity in technology",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-04_154424.3244100000.png",
            "created": "2018-08-28T21:54:50.159646Z",
            "moderation_state": 3
        },
        {
            "id": 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": 901,
            "content_url": "https://chupadados.codingrights.org/en/fuzzifyme/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                },
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "fuzzify.me",
            "description": "A browser extension to thwart Facebook's creepiest ads.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-24_143446.5794570000.png",
            "created": "2018-08-24T14:34:46.578772Z",
            "moderation_state": 3
        },
        {
            "id": 899,
            "content_url": "https://www.newschool.edu/digital-equity-lab/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "\"Take it or Leave it\"",
            "description": "With support from Mozilla Foundation, this research study by Digital Equity Lab (DEL) uncovers how NYC residents are forced to sacrifice online privacy for internet service. With advisory support from Open Technology Institute’s Ranking Digital Rights (RDR) project, DEL adapted RDR's global framework to the municipal level.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Thoughtful research and adaptation of global indices for local discovery of digital privacy conditions affecting vulnerable communities",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-08-21T18:39:03.477115Z",
            "moderation_state": 3
        },
        {
            "id": 882,
            "content_url": "https://publicbydefault.fyi/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 7,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Public By Default",
            "description": "Venmo is a popular mobile payment app, unique because it has a public feed that displays what people are paying each other for. In 2017, 207,984,218 transactions were posted to this feed. publicbydefault.fyi is a collection of stories and insights gleaned from these transactions. Through the website, you can explore five personal narratives, from a drug dealer to a couple fighting, and see a visual analysis of patterns of behavior for millions of users. Ultimately, it shows how much personal data Venmo users might be inadvertently sharing with the world through their public payments.",
            "get_involved": "Ask Venmo to put our privacy first and make all transactions private by default.",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/venmo-put-our-privacy-first/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-28_185213.0646410000.jpeg",
            "created": "2018-07-23T17:31:39.527552Z",
            "moderation_state": 3
        },
        {
            "id": 849,
            "content_url": "https://peoplesopen.net",
            "is_bookmarked": false,
            "tags": [
                "community wireless",
                "mesh networking"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "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": "Jenny Ryan",
            "submitter_profile_id": 497,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jenny Ryan",
                    "profile_id": 497,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "People's Open Network",
            "description": "We are building a decentralized, libre network for the East Bay: we believe in the creation of local internets and locally-relevant applications, the cultivation of community-owned telecommunications networks in the interest of autonomy and grassroots community collaboration, and ultimately, in owning the means of production by which we communicate.",
            "get_involved": "",
            "get_involved_url": "https://github.com/sudomesh",
            "interest": "Community-owned and -operated wireless mesh network in Oakland, California - 5 years and ramping!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_102800.6528050000.png",
            "created": "2018-06-25T10:28:00.652448Z",
            "moderation_state": 3
        },
        {
            "id": 615,
            "content_url": "https://video.vice.com/en_us/video/motherboard-inside-a-cryptoparty-in-harlem/5a8ef26af1cdb335e15a8433?utm_content=buffer4ef14&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "mozilla fellow",
                "open web",
                "open web fellows",
                "vice",
                "video"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Inside a CryptoParty in Harlem",
            "description": "VICE MOTHERBOARD meets with Matt Mitchell (Mozilla Fellow 2016), the founder of CryptoHarlem. Matt is a security researcher, operational security trainer, and data journalist who leads CryptoHarlem, impromptu workshops teaching basic cryptography tools to the predominately African American community in upper Manhattan. Previously, he worked as a data journalist for The New York Times and as a developer for CNN, Aol/Huffington Post, and other news organizations.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/cryptoharlem?lang=en",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_030047.2209790000.jpg",
            "created": "2018-03-06T03:33:32.476914Z",
            "moderation_state": 3
        },
        {
            "id": 614,
            "content_url": "https://blog.mozilla.org/blog/2018/02/28/dear-mick-mulvaney-dont-let-equifax-off-easy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dear Mick Mulvaney: Don’t Let Equifax Off Easy",
            "description": "Mozilla has delivered a petition signed by 27,000 Americans to the Consumer Financial Protection Bureau",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-05_194121.7934810000.jpg",
            "created": "2018-03-05T19:41:21.793191Z",
            "moderation_state": 3
        },
        {
            "id": 835,
            "content_url": "https://blog.mozilla.org/blog/2018/06/04/mozilla-announces-225000-for-art-and-advocacy-exploring-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "$225,000 for Art and Advocacy Exploring Artificial Intelligence",
            "description": "Mozilla’s latest awards will support people and projects that examine the effects of AI on society. In a world where biased algorithms, skewed data sets, and broken recommendation engines can radicalize YouTube users, promote racism, and spread fake news, it’s more important than ever to support artwork and advocacy work that educates and engages internet users.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-04_142956.3857260000.jpg",
            "created": "2018-06-04T14:29:56.385148Z",
            "moderation_state": 3
        },
        {
            "id": 505,
            "content_url": "https://fieldguide.sproutfund.org/community-building/voices-from-the-field/",
            "is_bookmarked": false,
            "tags": [
                "activism",
                "advocacy",
                "collaboration",
                "community building",
                "community of practice",
                "events",
                "facilitation",
                "human centered design",
                "mozfest",
                "networks",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Promote",
                "Create content"
            ],
            "published_by": "Dustin Stiver",
            "submitter_profile_id": 40,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tricia Monticello Kievlan",
                    "profile_id": 175,
                    "is_active": true
                },
                {
                    "name": "Dustin Stiver",
                    "profile_id": 40,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Sprout Fund's Community Building Field Guide",
            "description": "The Community Building Field Guide is an effort to develop an open source resource that documents Sprout’s community building philosophy and showcases “dispatches from the field.”",
            "get_involved": "We’re inviting people from our home in Pittsburgh and from further afield to share their insights on the best ways to mobilize people to make an impact on the issues they care about most.",
            "get_involved_url": "http://sproutfund.org/dispatch",
            "interest": "We are creating a collection of stories about community builders — the activists and advocates who use open practices to catalyze civic action. People like you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_164334.5464640000.png",
            "created": "2017-10-26T14:17:20.188511Z",
            "moderation_state": 3
        },
        {
            "id": 826,
            "content_url": "https://jobcb.github.io/",
            "is_bookmarked": false,
            "tags": [
                "Corporeality",
                "Embodied Cognition",
                "Feminism",
                "Live Coding",
                "Pedagogy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Take Action"
            ],
            "published_by": "Joana Chicau",
            "submitter_profile_id": 1399,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Joana Chicau",
                    "profile_id": 1399,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Media Choreographies",
            "description": "A transdisciplinary project which interweaves web languages & environments with choreographic practices. Questioning how may creative coding practices interfere deeper with interface design, information displays & accessibility when considering new vocabularies, embodiment and new movement perception possibilities. The goal is to create alternative circuits in the technological sphere of the web and the possible encounters with the sensory-motor structures that regulate our bodies & movements.",
            "get_involved": "Contribute with your feedback, and experience in building live coding tools or applications for the web.",
            "get_involved_url": "https://github.com/mozilla/global-sprint/issues/315",
            "interest": "The aim of the \"choreographic vocabulary\" is to open up multiple interpretations and politics behind online interfaces. To question language standards, default movement patterns and hierarchies of information displays, and allow for plural voices and understandings.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-10_095725.3608000000.png",
            "created": "2018-05-10T09:57:25.360477Z",
            "moderation_state": 3
        },
        {
            "id": 1770,
            "content_url": "https://foundation.mozilla.org/campaigns/nextdoor-pause-police-partnerships/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Becca Ricks",
            "submitter_profile_id": 282,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nextdoor: Pause Police Partnerships",
            "description": "People have been raising the alarm for years now about racism on Nextdoor. At the same time, Nextdoor has been courting police departments. The details of these partnerships are largely hidden from public view, leaving Nextdoor unaccountable for the potential negative outcomes for communities disproportionately targeted by police.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/nextdoor-pause-police-partnerships/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-14_161915.9622450000.jpg",
            "created": "2020-07-14T16:19:15.961711Z",
            "moderation_state": 3
        },
        {
            "id": 1512,
            "content_url": "https://nyupress.org/9781479837243/algorithms-of-oppression/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellow20"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI, Data Protection and Privacy policy in Africa?",
            "description": "One month into me fellowship and my questions so far:\n\n1) “The Right to be protected from decisions made purely on the basis of automated data processing”. What would this mean in African contexts?\n2) Reading Algorithms of Oppression by Safiya Umoja Noble. “Deep machine learning, which is using algorithms to replicate human thinking, is predicated on specific values from specific kinds of people—namely, the most powerful institutions in society and those who control them.” (pg, 29). \n3) Framing ideas: Data justice and Feminist approaches to AI & policy\n4) Find me on twitter @chenaichair.",
            "get_involved": "Looking for readings on the impact of AI in Africa, feminist literature on tech & policy and research to policy organisations in Africa working on AI.",
            "get_involved_url": "",
            "interest": "Developing relevant policy in the light of AI uptake in Africa.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-17_085006.5441460000.jpg",
            "created": "2019-11-17T08:50:06.543443Z",
            "moderation_state": 3
        },
        {
            "id": 603,
            "content_url": "https://www.facebook.com/mozilla/videos/10156048012797381/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "digital inclusion",
                "net neutrality",
                "open innovation",
                "video"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Natalie Worth",
            "submitter_profile_id": 317,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Temi Lasade-Anderson",
                    "profile_id": 297,
                    "is_active": true
                },
                {
                    "name": "Natalie Worth",
                    "profile_id": 317,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Fight for Net Neutrality",
            "description": "A short explanatory video highlighting Mozilla's petition and call tool to repeal net neutrality in the United States.",
            "get_involved": "",
            "get_involved_url": "https://advocacy.mozilla.org/en-US/net-neutrality/",
            "interest": "The video specifically explains the issue of net neutrality in 2018 and promotes the Mozilla call tool website.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-27_173223.3105490000.jpg",
            "created": "2018-02-27T17:32:23.310162Z",
            "moderation_state": 3
        },
        {
            "id": 1776,
            "content_url": "https://medium.com/prifina/privacy-icons-4ca999a6f2db",
            "is_bookmarked": false,
            "tags": [
                "data",
                "#data privacy",
                "privacy",
                "ui",
                "ui design",
                "ux"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Design",
                "Join community"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Paulius Jurčys",
                    "profile_id": 3914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Privacy Icons and Legal Design",
            "description": "Some thoughts following Apple's WWDC 2002: can UX change how people perceive their personal data? \n\nCould privacy icons be a tool for more informed and powerful individuals? Mozilla picked up this idea in 2011. Now Apple is taking privacy icons to the next level. \n\nHow could privacy icons affect human decisions? How can community contribute to the development of uniform privacy icons for the next decade?",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "Privacy icons are crucial in making data privacy more understandable to average internet users.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-21_162043.9294960000.jpeg",
            "created": "2020-07-21T16:20:43.928243Z",
            "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": 1763,
            "content_url": "https://foundation.mozilla.org/blog/join-mozilla-telling-major-companies-stophateforprofit/",
            "is_bookmarked": false,
            "tags": [
                "Advocacy",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Join Mozilla in telling major companies to #StopHateForProfit",
            "description": "Facebook has a major problem with hate speech and disinformation on its platform. Mozilla's calling on its peers — both tech companies and companies that rely on the internet for their core business — to pull their ads from Facebook and #StopHateForProfit.",
            "get_involved": "",
            "get_involved_url": "http://share.mozilla.org/352/208502/twitter",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-02_181720.5161880000.png",
            "created": "2020-07-02T18:17:20.515554Z",
            "moderation_state": 3
        },
        {
            "id": 1924,
            "content_url": "https://opendott.org/posts/openness-for-building-equity-internet/",
            "is_bookmarked": false,
            "tags": [
                "equity",
                "internet",
                "multistakeholder",
                "openness"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Sarah Kiden",
            "submitter_profile_id": 491,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Sarah Kiden",
                    "profile_id": 491,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openness for Building Equity: Lessons from the growth of the Internet",
            "description": "This blog post explores the lessons from the growth of the Internet that we can apply in openness  for building equity.  What does a multistakeholder model look like?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-26_211924.2518710000.jpeg",
            "created": "2020-11-26T21:19:24.251519Z",
            "moderation_state": 3
        },
        {
            "id": 1923,
            "content_url": "https://academic.oup.com/jiplp/article/15/1/24/5709090?guestAccessKey=7c0da897-eef1-4a80-b5fb-6575519f4560&fbclid=IwAR16proOxuG8PVavqd3SskXeohOExMNkzQStvpnf9twYgQQfZ5NFNuoLNN4",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "automation",
                "deepfake",
                "Law tech",
                "machine learning",
                "natural language processing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A law review paper: \"DEEP FAKES: Legal and Ethical Considerations\"",
            "description": "Hello, Mozilla community. \n\nI'd like to share with you a law review article about DEEP FAKES: it contains an overview of major issues as well as one practical suggestion how to trace deep fakes. \n\nCheck it out!",
            "get_involved": "",
            "get_involved_url": "https://academic.oup.com/jiplp/article/15/1/24/5709090?guestAccessKey=7c0da897-eef1-4a80-b5fb-6575519f4560&fbclid=IwAR16proOxuG8PVavqd3SskXeohOExMNkzQStvpnf9twYgQQfZ5NFNuoLNN4",
            "interest": "The paper provides a succinct overview of deep fakes and possible legal and ethical considerations. Also, the paper provides a practical technology solution how to identify and trace deep fakes.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-25T07:16:50.404627Z",
            "moderation_state": 3
        },
        {
            "id": 816,
            "content_url": "https://github.com/mrjohnc/Map-of-the-open-movement",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "maps",
                "mozsprint",
                "wikimedia"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Take Action"
            ],
            "published_by": "John Cummings",
            "submitter_profile_id": 1300,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "John Cummings",
                    "profile_id": 1300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Map of the Open Movement",
            "description": "The open movement is diverse in geography, language and subject, it includes open source software, open knowledge, open access publishing, open data, open hardware, open science, open rights and government policies promoting openness. This variety makes it difficult for open organisations to work together and for others to understand the movement.\n\nWe can help solve these issues by mapping the open movement on Wikidata, a freely editable open source database and sister site to Wikipedia.",
            "get_involved": "Help promote the project on social media to groups working open",
            "get_involved_url": "https://github.com/mrjohnc/Map-of-the-open-movement",
            "interest": "Mapping the projects, people and groups working in the open movement will help us work together better",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_203226.7392620000.jpg",
            "created": "2018-05-08T20:32:26.738506Z",
            "moderation_state": 3
        },
        {
            "id": 1470,
            "content_url": "https://studiomoniker.com",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Luna Maurer",
            "submitter_profile_id": 3298,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luna Maurer",
                    "profile_id": 3298,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Moniker",
            "description": "Moniker is an Amsterdam based interactive design studio by Luna Maurer & Roel Wouters. \nWith Moniker we work on commissioned design projects while also investing in projects of an autonomous and experimental nature.\nThe studio works across various media for a diverse range of clients ranging from those in the cultural field to commercial companies. With our projects, we explore the social effects of technology – how we use technology and how it influences our daily lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-07T14:10:44.708232Z",
            "moderation_state": 3
        },
        {
            "id": 599,
            "content_url": "https://www.wired.com/story/ajit-pais-plan-will-take-broadband-away-from-poor-people/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed | Ajit Pai’s Plan Will Take Broadband Away From Poor People",
            "description": "In WIRED, Mozilla Fellows Gigi Sohn and Amina Fazlullah write about the FCC's attack on the Lifeline program.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-21_154206.0894730000.png",
            "created": "2018-02-21T15:42:06.088718Z",
            "moderation_state": 3
        },
        {
            "id": 596,
            "content_url": "https://medium.com/read-write-participate/mozilla-learning-groups-in-rwanda-spreading-digital-skills-at-the-speed-of-light-4e71b3f19aa9",
            "is_bookmarked": false,
            "tags": [
                "Digital Inclusion",
                "Digital Skills",
                "East Africa",
                "Internet Health",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Spreading Digital Skills in Rwanda with the Digital Ambassador Program",
            "description": "Mozilla and Digital Opportunity Trust are on a mission to spread digital skills across Rwanda. Here's a look at how we're doing that with the help of some Digital Ambassadors.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This is the first program of it's kinda, a country-wide rollout of digital skills with the local government.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-15_203632.8687140000.jpeg",
            "created": "2018-02-15T20:36:32.868155Z",
            "moderation_state": 3
        },
        {
            "id": 1921,
            "content_url": "https://world.openfoodfacts.org/discover",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "crowdsourcing",
                "environment",
                "health",
                "opendata",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Pierre Slamich",
            "submitter_profile_id": 4371,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pierre Slamich",
                    "profile_id": 4371,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Food Facts",
            "description": "Open Food Facts is the \"wikipedia of food\". Using the collaborative mobile app for Android and iPhone, you can help make food transparency a reality across the globe.\nYou take photos, and community effort and artificial intelligence then allow us to create data about the products, and to compute health and environmental scores. \nAll our work is open source and opendata, and we're strictly independant from the food industry.\nThat way, you can know if a product is good for you and for the planet, help other make food choices that work for them, and help foster research.",
            "get_involved": "We're looking for coders (to help us improve the tech) and decoders (to decipher all the food that's surrounding us). \nThe impact of Open Food Facts grows by spreading the word, adding new products using the app, translating the project, and much much more.",
            "get_involved_url": "https://world.openfoodfacts.org/contribute",
            "interest": "Open Food Facts uses tech and community to have a systemic impact on the health and environmental aspects of the food system.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-23T09:15:24.864648Z",
            "moderation_state": 3
        },
        {
            "id": 1764,
            "content_url": "https://foundation.mozilla.org/campaigns/tell-amazon-ring-stop-sharing-information-police-services/",
            "is_bookmarked": false,
            "tags": [
                "Advocacy",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tell Amazon Ring: sever police ties",
            "description": "Amazon's Ring doorbell cameras have become very popular, creating a vast neighborhood surveillance network. And Ring shares its footage with law enforcement through its Neighbors Law Enforcement Portal, which has been called the \"perfect storm of privacy threats.\"  If Amazon is serious about its new police policies, it must extend its moratorium to include Ring.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-02_200258.6109550000.jpg",
            "created": "2020-07-02T19:56:52.061293Z",
            "moderation_state": 3
        },
        {
            "id": 810,
            "content_url": "https://github.com/vuelaendron/vuela/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "drones",
                "mozsprint",
                "open hardware",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Proyecto Vuela",
            "submitter_profile_id": 1336,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Vuela: open science with drones",
            "description": "With Vuela we will prototype a toolkit for open science with drones, to be equally accessible to marginal communities, activists or researchers, and useful for studies or measurements for which this technology is already used but is dominated by closed source tools. This project builds upon available open source hardware and software, which will be integrated in an open, iterative, and collaborative process. Vuela is being possible thanks to a Mozilla Science 2018 mini-grant.",
            "get_involved": "We need a lot of help for this project! Luckily, there are many ways to contribute: with hardware, software, documentation, design, translation, and many more! To get started, take a look at our 'contributing' page and the list of open issues.",
            "get_involved_url": "https://github.com/vuelaendron/vuela/blob/master/CONTRIBUTING.md",
            "interest": "We believe our equal emphasis on the who, the how and the what is the most unique and exciting aspect of this project.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_004201.1164250000.jpg",
            "created": "2018-05-08T00:42:01.115778Z",
            "moderation_state": 3
        },
        {
            "id": 1455,
            "content_url": "http://www.tech-girls.org/challenge.html",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "art gallery",
                "computer science",
                "online privacy & security",
                "robotics",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "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": "Join the #TechGirlsChallenge",
            "description": "Tech-Girls launched a global challenge at MozFest 2019 to help spread the internet health movement to underrepresented youth, especially girls. You can join the challenge by trying out one of our activities and then hosting your own #TechGirlsChallenge Pop-up Station in your community. \n\nActivities include: \n1) drafting a \"robot zine\" with a code of conduct for how you want your future robot companions to treat humans;\n2) designing a security avatar to protect your privacy;\n3) creating an original work of digital art that reflects diversity and/or openness to you and share",
            "get_involved": "We would love for you to try out an activity & give us feedback, promote the #TechGirlsChallenge in your network and/or host a challenge & let us know how it went!",
            "get_involved_url": "http://www.tech-girls.org/challenge.html",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-31_163300.8707730000.png",
            "created": "2019-10-31T16:33:00.870374Z",
            "moderation_state": 3
        },
        {
            "id": 1457,
            "content_url": "https://github.com/natalianorori/HealthDataSharingIsCaring",
            "is_bookmarked": false,
            "tags": [
                "github",
                "health",
                "openaccess",
                "opendata",
                "openness",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Take Action"
            ],
            "published_by": "Natalia Norori",
            "submitter_profile_id": 2730,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Natalia Norori",
                    "profile_id": 2730,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Health Data Sharing is Caring session repository: An invitation to contribute",
            "description": "We are happy to share the end product of the session, \"Health Data Sharing is Caring\" a GitHub repository that serves as a space to collaborate towards the implementation of better practices to address the class imbalance problem in healthcare datasets. The repository contains session notes, materials and other resources relevant to the project, as well as feedback shared by session participants. \n\nThe session was part of Mozfest's Openness space and aimed to raise awareness on bias and the underrepresentation of minorities in health datasets.",
            "get_involved": "Help us shape the project, We invite you to explore the repository and contribute with your ideas by commenting on existing issues or creating new ones.",
            "get_involved_url": "https://github.com/natalianorori/HealthDataSharingIsCaring",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-05_041157.9648810000.png",
            "created": "2019-11-05T04:11:57.964227Z",
            "moderation_state": 3
        },
        {
            "id": 1529,
            "content_url": "https://medium.com/@hello_95259/ai-enhanced-advertising-the-good-the-bad-and-the-unknown-ca0607dfd96c",
            "is_bookmarked": false,
            "tags": [
                "#Adtech",
                "#Advertising",
                "#AI",
                "#Ethics",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Take Action",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Harriet Kingaby",
            "submitter_profile_id": 3118,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI, advertising, and the future of the internet",
            "description": "Over the course of my Fellowship, I’ll be exploring the potential benefits, pitfalls and unintended consequences of AI enhanced advertising globally, with a particular focus on the UK, India and Brazil. Assessing each from a consumer perspective and making recommendations for its development that can be used by both advertisers and consumer groups wishing to join the conversation.",
            "get_involved": "Answer surveys, test outputs, connect with me",
            "get_involved_url": "https://medium.com/@hello_95259/ai-enhanced-advertising-the-good-the-bad-and-the-unknown-ca0607dfd96c",
            "interest": "If you're envisioning the future of the AI enhanced internet, or advertising, get in touch!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-09_154902.7692280000.png",
            "created": "2019-12-09T15:49:02.768804Z",
            "moderation_state": 3
        },
        {
            "id": 1458,
            "content_url": "https://foundation.mozilla.org/en/blog/save-date-responsible-cs-challenge-showcase/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Responsible Computer Science Challenge Showcase",
            "description": "This October in London, select winners from the Responsible Computer Science Challenge will showcase their lessons at the Integrating Ethics in Computing Symposium.\n\nThe presenting educators were awarded funds from Omidyar Network, Mozilla, and other Challenge partners after developing novel ways to integrate ethics into undergraduate computer science education. Learn more about the Challenge at http://responsiblecs.org, and more about the full list of winners here.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-05T15:30:09.978342Z",
            "moderation_state": 3
        },
        {
            "id": 588,
            "content_url": "https://medium.com/@civicacceleratr/spring-2018-accelerator-digital-inclusion-c61df30fc4ef",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Sydette Harry",
            "submitter_profile_id": 104,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Meghan McDermott",
                    "profile_id": 292,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Points of Light - Call for Submissions",
            "description": "Points of Light Civic Accelerator is seeking applications from early-stage ventures to advance digital inclusion and 21st-century tech skills for all to succeed in the innovation economy.",
            "get_involved": "Submit proposals to advance digital inclusion",
            "get_involved_url": "http://cvcx.org/spring2018civicaccelerator/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_235529.7140550000.jpg",
            "created": "2018-02-06T17:30:11.565004Z",
            "moderation_state": 3
        },
        {
            "id": 587,
            "content_url": "https://medium.com/@civicacceleratr/spring-2018-accelerator-digital-inclusion-c61df30fc4ef",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Spring 2018 Accelerator — Digital Inclusion",
            "description": "Points of Light Civic Accelerator is seeking applications from early-stage ventures to advance digital inclusion and 21st-century tech skills for all to succeed in the innovation economy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Digital Inclusion Opportunity",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-02-06T17:08:39.558614Z",
            "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": 457,
            "content_url": "https://ecleipteon.github.io/Thalos",
            "is_bookmarked": false,
            "tags": [
                "criptography",
                "mozfest",
                "online privacy & security",
                "online security",
                "open leadership zone"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Luca Maria Castiglione",
            "submitter_profile_id": 122,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Thalos",
            "description": "Simple and Secure approach to file storage in untrusted environments",
            "get_involved": "",
            "get_involved_url": "https://ecleipteon.github.io/Thalos",
            "interest": "Everyone should have the right to store their file in the cloud without concerning about privacy violantions.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-10-09T17:58:23.554256Z",
            "moderation_state": 3
        },
        {
            "id": 788,
            "content_url": "https://sohw.github.io",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "learning",
                "mozsprint",
                "openness",
                "webliteracy"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Fahima Zulfath",
            "submitter_profile_id": 511,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Fahima Zulfath",
                    "profile_id": 511,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Spread Open Healthy Web",
            "description": "SOHW is an open project which seeks to bring the culture of openness among people, to come forward and share their technical skills with diverse set of people. The project was designed to guide people with required learning materials to shine in a particular tech field. Usually the most set of material available via internet will be very efficient but newcomer may find it difficult to understand it at beginner level. We welcomes volunteers to share learning material (like what they learnt a small or big thing in simple words) with us,  that will help new comers to make an initial step.",
            "get_involved": "We are delighted to have your support. Share a learning material, Design a logo, review our documentation, go through the issues and help us fixing it, report us if anything weird. Join the community. For technical support have a look at SOHW wiki. Hearty Welcome!!!! Looking for you on SOHW :)",
            "get_involved_url": "https://github.com/SOHW/Blogs/blob/master/CONTRIBUTING.md",
            "interest": "SOHW is open, accessible, and friendly platform. Volunteers are always welcome to take action for any improvement.  Share your skills, let it help newcomer to begin. Are you a newcomer very curious to contribute, join us and we are here to guide you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-01_094752.7842820000.png",
            "created": "2018-05-01T09:47:52.783779Z",
            "moderation_state": 3
        },
        {
            "id": 1723,
            "content_url": "https://medium.com/@anoukruhaak/open-letter-b7cb79832064",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19",
                "mozfellows19",
                "privacy",
                "procurement"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Letter to Matt Hancock",
            "description": "We are civil society organisations, privacy advocates and academic researchers writing to express concerns about the NHS’s plans to build a COVID-19 datastore. We share the common goal of preserving public confidence in systems that can help make us all safer. Therefore, before the NHS continues its plans, we urge you to provide the public with more information and take appropriate measures to reduce risk of data sharing and keep the aggregated data under democratic control.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/AnoukRuhaak/status/1262325042207166464?s=20",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-20T14:03:58.745933Z",
            "moderation_state": 3
        },
        {
            "id": 2280,
            "content_url": "https://foundation.mozilla.org/campaigns/petition-slack-block-abuse/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tell Slack: #BlockAbuse",
            "description": "Chat platform Slack fails to protect its users from harassment and abusive messages. Sign the petition calling on Slack to block abuse.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/petition-slack-block-abuse/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-09-29_210237.5207020000.jpg",
            "created": "2021-09-29T21:02:37.520367Z",
            "moderation_state": 3
        }
    ]
}