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=-tags&page=28
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=-tags&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-tags&page=27",
    "results": [
        {
            "id": 962,
            "content_url": "https://foundation.mozilla.org/en/privacynotincluded/",
            "is_bookmarked": false,
            "tags": [
                "data privacy",
                "iot",
                "online privacy & security",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 8,
            "related_creators": [
                {
                    "name": "Alan Mooiman",
                    "profile_id": 93,
                    "is_active": true
                },
                {
                    "name": "Kristina Shu",
                    "profile_id": 95,
                    "is_active": true
                },
                {
                    "name": "Natalie Worth",
                    "profile_id": 317,
                    "is_active": true
                },
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                },
                {
                    "name": "Matthew Willse",
                    "profile_id": 85,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "*Privacy Not Included Holiday Buyer's Guide",
            "description": "Shop safe this holiday season using Mozilla’s*Privacy Not Included buyer’s guide. 70 popular connected products reviewed to help you understand if they are likely to spy on you. Find out which products are creepy and which aren’t.",
            "get_involved": "If anyone would like to blog or write about any of the products in the guide or findings in the guide or their experience using the guide, that would be great.",
            "get_involved_url": "https://foundation.mozilla.org/en/privacynotincluded/",
            "interest": "A guide to help you and your friends and family shop safe for connected devices this holiday season.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-14_180351.2776730000.jpg",
            "created": "2018-11-14T18:03:51.277003Z",
            "moderation_state": 3
        },
        {
            "id": 449,
            "content_url": "https://medium.com/read-write-participate/promoting-legal-protections-for-privacy-rights-in-the-united-states-a2c1d0404349",
            "is_bookmarked": false,
            "tags": [
                "online privacy & security",
                "privacy",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Promoting Legal Protections for Privacy Rights in the United States",
            "description": "Mozilla Tech Policy Fellow Camille Fischer writes about her work to promote privacy rights in the United States.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-28_192339.6447930000.jpg",
            "created": "2017-09-28T19:23:39.644410Z",
            "moderation_state": 3
        },
        {
            "id": 1604,
            "content_url": "https://foundation.mozilla.org/blog/ring-2fa-and-win-consumers/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Taís de Souza Lessa",
            "submitter_profile_id": 84,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ring, 2FA, and a Win for Consumers",
            "description": "Amazon announced that two-factor authentication (2FA) is now mandatory for all Ring users. The change comes on the heels of loud advocacy by consumers and organizations like Mozilla and Electronic Frontier Foundation (EFF).",
            "get_involved": "Help us to spread the word about this project. Please share!",
            "get_involved_url": "https://foundation.mozilla.org/blog/ring-2fa-and-win-consumers/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-21_203728.8582200000.jpg",
            "created": "2020-02-21T20:37:28.857839Z",
            "moderation_state": 3
        },
        {
            "id": 1544,
            "content_url": "https://indianexpress.com/article/opinion/columns/data-and-its-discontents-lok-sabha-personal-data-protection-bill-6197029/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19",
                "#privacy and security"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data and It's Discontents",
            "description": "A primer on the Government of India's forays into data regulation and its implications for privacy and data justice.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-03_170544.9432980000.jpg",
            "created": "2020-01-03T17:05:44.942449Z",
            "moderation_state": 3
        },
        {
            "id": 1451,
            "content_url": "https://forms.gle/2P8xnhazMztQnh1H7",
            "is_bookmarked": false,
            "tags": [
                "#accessibility",
                "#data privacy",
                "#digital inclusion",
                "#digital security",
                "#olx",
                "#online privacy & security",
                "#privacy and security"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Maurine Chepkoech",
            "submitter_profile_id": 3089,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Brian Obilo",
                    "profile_id": 1427,
                    "is_active": true
                },
                {
                    "name": "Selina Musuta",
                    "profile_id": 1587,
                    "is_active": true
                },
                {
                    "name": "Maurine Chepkoech",
                    "profile_id": 3089,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Leaders: Accessible Online Security",
            "description": "As from January 2020, we will be running an Online Security training and mentorship program. We will focus on Cybersecurity, Secure online communications, Tech Policy and Open by design. Our 14 week program has been designed to engage our participants on these topics weekly. Our participants will have access to:\n\nMentors and coaches from the cybersecurity field.\n\nResources on digital safety\n\nGuidance on Open by design for their projects to ensure inclusion and participation.\n\nTherefore, we aim to mentor and train Open Leaders who will be the new voices of Openness and Digital Safety globally.",
            "get_involved": "1. Volunteer: mentor,coach 2. Information: You can give information on opportunities that can help expand our outreach such as; grants, programs, events, conferences, summer schools etc. 3. Advice: On ways we can improve our program, curriculum and implementation strategies. 4. Collaboration",
            "get_involved_url": "https://forms.gle/2P8xnhazMztQnh1H7",
            "interest": "Our project focuses on mentoring participants to create open projects to champion for accessible online security. By becoming a contributor, mentor, coach or participant, we will work hand in hand to promote Internet Health.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-25_142953.4562720000.png",
            "created": "2019-10-25T14:29:53.455958Z",
            "moderation_state": 3
        },
        {
            "id": 2113,
            "content_url": "https://foundation.mozilla.org/privacynotincluded/",
            "is_bookmarked": false,
            "tags": [
                "privacy",
                "products",
                "taimfcr",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "*privacy not included",
            "description": "How creepy is that smart speaker, that fitness tracker, those wireless headphones? We created this guide to help you shop for safe, secure connected products.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_144819.8372690000.jpeg",
            "created": "2021-06-28T14:45:46.800957Z",
            "moderation_state": 3
        },
        {
            "id": 104,
            "content_url": "http://learning.mozilla.org/codemoji",
            "is_bookmarked": false,
            "tags": [
                "codemoji",
                "encryption",
                "game",
                "mozilla",
                "privacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Codemoji",
            "description": "A fun, interactive tool to learn about ciphers and the importance of encryption.",
            "get_involved": "Send a coded message and share Codemoji with your friends!",
            "get_involved_url": "https://advocacy.mozilla.org",
            "interest": "It's fun! You can send coded messages to your friends and family.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/104.jpg",
            "created": "2016-07-29T17:59:38.416000Z",
            "moderation_state": 3
        },
        {
            "id": 1665,
            "content_url": "https://www.youtube.com/watch?v=XYiN1chuGuM&t=1s",
            "is_bookmarked": false,
            "tags": [
                "adevertising",
                "adtech",
                "GDPR",
                "personal data",
                "privacy",
                "surveillance",
                "targeting",
                "tracking"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lambda Days: Is Online Advertising Broken by Design?",
            "description": "My talk at the Lambda Days international programming conference which took place on 14 February 2020 in Kraków, Poland. \n\nTopic of the talk: Is Online Advertising Broken by Design? Navigating Privacy Challenges in Adtech",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A brief summary of key problems with online advertising",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_073633.4801290000.png",
            "created": "2020-05-05T07:36:33.479611Z",
            "moderation_state": 3
        },
        {
            "id": 1832,
            "content_url": "https://foundation.mozilla.org/en/blog/acknowledging-limits-our-ai-and-our-dna/",
            "is_bookmarked": false,
            "tags": [
                "dna",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New essay: Acknowledging the Limits of Our AI (and Our DNA)",
            "description": "Ever since commercial genetic testing has become widely available, DNA-based predictions have exploded. While the first tests focussed on health and ancestry (the latter has been widely criticised), companies now claim that genetics can predict people’s ideal lifestyle, their intelligence, their personality and even their perfect romantic partner. Companies that offer genetic predictions sell much more than DNA tests. They are also benefiting from – and ultimately spreading – the dangerous, yet incredibly compelling, idea that who we are is ultimately determined by biology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-09-08T18:16:26.580466Z",
            "moderation_state": 3
        },
        {
            "id": 1833,
            "content_url": "https://foundation.mozilla.org/en/blog/acknowledging-limits-our-ai-and-our-dna/",
            "is_bookmarked": false,
            "tags": [
                "dna",
                "mozfellows19",
                "privacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Acknowledging the Limits of Our AI (and Our DNA)",
            "description": "Ever since commercial genetic testing has become widely available, DNA-based predictions have exploded. While the first tests focussed on health and ancestry (the latter has been widely criticised), companies now claim that genetics can predict people’s ideal lifestyle, their intelligence, their personality and even their perfect romantic partner.\n\nCompanies that offer genetic predictions sell much more than DNA tests. They are also benefiting from – and ultimately spreading – the dangerous, yet incredibly compelling, idea that who we are is ultimately determined by biology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-09-08T18:17:30.775273Z",
            "moderation_state": 3
        },
        {
            "id": 1724,
            "content_url": "https://www.onehealthtech.com/post/surveillance-as-a-first-response",
            "is_bookmarked": false,
            "tags": [
                "covid19",
                "health data",
                "#mozfellows19",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "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": "Surveillance as a first response?",
            "description": "Desperate times call for desperate measures, or so the adage goes. And these are desperate times. With a rising death toll, increased unemployment, and a virus that continues to befuddle us all, it is no wonder that our governments, weakened by years of austerity, are reaching for extraordinary tools to flatten the curve. But while measures may be desperate, they should also be appropriate, lawful and just. It’s unlikely that the NHS's current plan to build a large-scale Covid-19 datastore meets any of those requirements.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-20_140816.2050350000.jpeg",
            "created": "2020-05-20T14:08:16.204463Z",
            "moderation_state": 3
        },
        {
            "id": 1532,
            "content_url": "https://medium.com/@narriral/vigil%C3%A2ncia-privacidade-e-seguran%C3%A7a-digital-parte-1-c206d497b108",
            "is_bookmarked": false,
            "tags": [
                "journalism",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "published_by": "Narrira",
            "submitter_profile_id": 3115,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Narrira",
                    "profile_id": 3115,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Thinking about data with journalists (PT)",
            "description": "Last month I was invited to talk about data and privacy to journalists in a conference in Brazil. I'm publishing my talk (only in Portuguese for now) in three parts:\n\n1. What is the Internet\n2. Brazilian surveillance context\n3. How to protect our privacy and security online",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-10_005455.5968830000.jpg",
            "created": "2019-12-10T00:54:55.596244Z",
            "moderation_state": 3
        },
        {
            "id": 1548,
            "content_url": "https://medium.com/@ka.iwanska/behavioural-advertising-101-5fee17913b22",
            "is_bookmarked": false,
            "tags": [
                "advertising",
                "data",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                },
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Behavioural Advertising 101",
            "description": "A brief introduction to the types of ads we encounter online — and what they know about us.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-08_104512.3532620000.png",
            "created": "2020-01-08T10:45:12.352820Z",
            "moderation_state": 3
        },
        {
            "id": 1647,
            "content_url": "https://docs.google.com/document/d/1L9Lfq67k_u_S6qNQ54784b0FEfJEKb-ecgW5bBI56QY/edit#",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "mozfellows19",
                "privacy"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Join community",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CoViD-19 Related Government Digital Surveillance and Tech Measures in India",
            "description": "This is a list of CoViD-19 related technologies being implemented by public authorities in India, collated by divij joshi and Siddharth Sonkar. This is not an exhaustive list and is likely to be populated further, but it may be useful for activists and researchers looking into tech policy in relation to CoViD-19. This is intended to be a collaborative effort, and any comments and inputs will be incorporated into this document after vetting",
            "get_involved": "",
            "get_involved_url": "https://docs.google.com/document/d/1L9Lfq67k_u_S6qNQ54784b0FEfJEKb-ecgW5bBI56QY/edit#",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-15_120612.2590280000.jpg",
            "created": "2020-04-15T12:06:12.258563Z",
            "moderation_state": 3
        },
        {
            "id": 236,
            "content_url": "https://github.com/vyaspranjal33/privacy-brigade",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy Brigade",
            "description": "Privacy Brigade is awareness project that aims to teach students, citizens and professionals about privacy & security online.",
            "get_involved": "contribute to the project, especially during Mozilla's Global Sprint on June 1 and 2, 2017",
            "get_involved_url": "https://github.com/vyaspranjal33/privacy-brigade",
            "interest": "It focuses on teaching people about privacy & security and invites contributors",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-20_200646.9107510000.jpeg",
            "created": "2017-04-20T20:06:46.910508Z",
            "moderation_state": 3
        },
        {
            "id": 167,
            "content_url": "https://blog.coralproject.net/user-submitted-malware/",
            "is_bookmarked": false,
            "tags": [
                "best practice",
                "guide",
                "journalism",
                "malware",
                "news",
                "privacy",
                "safety",
                "security"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Safety Guide on User-submitted Malware",
            "description": "When journalists ask readers to share newsworthy images, videos, audio, or documents, they risk malware attack. If editors publish those files unaltered, they risk infecting their their readers as well. This guide outlines the malware concerns and mitigation techniques that The Coral Project and others should consider in order to reduce this risk.",
            "get_involved": "Read the article and share the information with your peers. Discuss the topic with Coral Project community.",
            "get_involved_url": "https://community.coralproject.net/t/user-submitted-malware-a-safety-guide-for-journalists/541",
            "interest": "Malware can allow someone to access another person's computer. This includes ransomware that encrypts a user's computer until they pay to unlocked it and trojans that mine a user's computer and bandwidth as a part of a massive network of bots. Researchers find hundreds of examples each month.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/167.jpg",
            "created": "2017-03-22T15:57:39.287592Z",
            "moderation_state": 3
        },
        {
            "id": 1593,
            "content_url": "https://www.theguardian.com/commentisfree/2020/jan/27/facial-recognition-cameras-technology-police",
            "is_bookmarked": false,
            "tags": [
                "face recognition",
                "#mozfellows19",
                "mozfellows19",
                "privacy",
                "surveillance"
            ],
            "issues": [],
            "help_types": [
                "Promote"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Guardian op-ed: Facial recognition cameras will put us all in an identity parade",
            "description": "My very first op-ed in The Guardian in response to the London Met police announcing that it will roll out live face recognition. \"Given all these concerns, why rush to deploy such a controversial technology? Even if it’s legal, that doesn’t mean it’s ethical. And just because a new technology becomes available, that doesn’t mean the police have “a duty” to deploy it, as the Met claimed last week.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-04_134612.9435840000.jpeg",
            "created": "2020-02-04T13:46:12.943241Z",
            "moderation_state": 3
        },
        {
            "id": 229,
            "content_url": "https://medium.com/cryptofriends/digital-security-training-resources-for-security-trainers-spring-2017-edition-e95d9e50065e",
            "is_bookmarked": false,
            "tags": [
                "fellows",
                "howto",
                "privacy",
                "resources",
                "security",
                "security training"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Vanessa Rhinesmith",
            "submitter_profile_id": 65,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Resources for Digital Security Trainers",
            "description": "This resource is an answer to the questions: “Where can I get up-to date security training links? What tools should I use and why?” It is organized into three sections: (1) toolkits that are up to date today; (2) how to keep up to date as a trainer; and (3) toolkits that are out of date but still worth reviewing.Last Updated: April 10, 2017Expiration Date/Best By: June 2017Next update: Summer 2017Image: Patrick MacLeod (@patrickmacleodphoto)",
            "get_involved": "Have a suggestion? Send the authors a tweet on Twitter.",
            "get_involved_url": "",
            "interest": "This piece will be of specific interest to security trainers, and those interested in (or in need of) security training resources.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_175757.0455210000.jpeg",
            "created": "2017-04-14T17:57:57.045164Z",
            "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": 1896,
            "content_url": "https://youtu.be/F46lX5VIoas?t=8234",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "AI policy",
                "data privacy",
                "decentralization",
                "differential privacy",
                "federated learning",
                "human centered design",
                "Humane technology",
                "machine learning",
                "open source",
                "privacy",
                "reinforcement learning",
                "tai-wg",
                "user research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Madeleine Shang",
            "submitter_profile_id": 4262,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Madeleine Shang",
                    "profile_id": 4262,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Privacy Preserving Browser: as an alternative to Surveillance Capitalism",
            "description": "\"If you are not paying for a product, YOU'RE the product\"-tech proverbWe are not the owner nor the benefactor of data.This created a model that is exploitative and leads to negative outcomes as a community / society i.e. over consumption/environmental damage, extremism, entertainment without true fulfillment/enjoy that is robbing people of their most scarce asset: our time and futures.If we hand control of data back to the ppl via the browser, will that shift us towards a new capital model? Where data is rewarded to companies building better products for consumer and community well-being?",
            "get_involved": "Join the #alt_2_surveillance_capital on mozfest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "Algorithm and AI is making decisions that affects all of us and changing our behaviours. We would like your help to create a more positive and equitable future alternative to Surveillance Capitalism. Starting with a differentially private browser.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-27_212033.7400670000.png",
            "created": "2020-10-27T21:20:33.739589Z",
            "moderation_state": 3
        },
        {
            "id": 869,
            "content_url": "https://medium.com/@_cberger_/privacy-comes-with-rising-cost-across-the-world-d9999c9cafb7",
            "is_bookmarked": false,
            "tags": [
                "data protection",
                "digital divide",
                "emerging tech",
                "privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content"
            ],
            "published_by": "Cathleen Berger",
            "submitter_profile_id": 109,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Cathleen Berger",
                    "profile_id": 109,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Luxury To Disconnect: privacy comes with rising cost across the world",
            "description": "Privacy matters. Safeguarding it, though, has become costly: it is now a luxury to disconnect. These days, disconnecting is not just about unplugging and wellbeing, the lush idea of “digital-free” vacations. It is a critical and increasingly challenging aspect of maintaining our personal space. Summarising insights from Twitter Q&As, re:publica, CyFy Africa, and RightsCon this blogpost provides a snapshot of the latest developments and questions needing to be asked with a view to emerging tech.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It is highly relevant to our Internet Health audience and serves as a progress report on the luxury to disconnect project.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-07-11T13:54:27.774606Z",
            "moderation_state": 3
        },
        {
            "id": 15,
            "content_url": "https://theglassroomnyc.org/",
            "is_bookmarked": false,
            "tags": [
                "activity",
                "control",
                "cookie",
                "data",
                "digital",
                "encryption",
                "government",
                "identities",
                "identity",
                "information",
                "monitor",
                "network",
                "nsa",
                "ownership",
                "personal",
                "privacy",
                "protect",
                "right",
                "risk",
                "safe",
                "security",
                "society",
                "surveillance",
                "track"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Glass Room",
            "description": "The Glass Room is a place to consider how you use technology and how those behind technology use you.",
            "get_involved": "Tips and resources for people who couldn't visit the pop-up store:",
            "get_involved_url": "https://theglassroomnyc.org/resources/",
            "interest": "This pop-up store looks like a slick store offering shiny consumer products. It products actually reveal the dynamics of living in the Internet age. Who are we revealing when we’re online? What facts and fictions are recreated from our digital breadcrumbs? What is known about us, and why?",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/15.jpg",
            "created": "2016-12-12T20:40:12.082000Z",
            "moderation_state": 3
        },
        {
            "id": 639,
            "content_url": "https://blog.mozilla.org/blog/2018/03/15/prepare-to-be-creeped-out/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "facebook",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Hang Do Thi Duc",
            "submitter_profile_id": 288,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Prepare to be Creeped Out",
            "description": "Mozilla Fellow Hang Do Thi Duc joins us to share her Data Selfie art project. It collects the same basic info you provide to Facebook. Sharing this kind of data about yourself isn’t something we’d normally recommend. But, if you want to know what’s happening behind the scenes when you scroll through your Facebook feed, installing Data Selfie is worth considering. Use at your own risk. If you do, you might be surprised by what you see.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A glimpse at what data Facebook might be tracking on you.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-15_165911.7411900000.png",
            "created": "2018-03-15T16:59:11.740518Z",
            "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": 824,
            "content_url": "https://github.com/deimidis/privacy-journalists",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Design"
            ],
            "published_by": "Guillermo Movia",
            "submitter_profile_id": 1386,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Guillermo Movia",
                    "profile_id": 1386,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Privacy and anonymity tutorials for journalists",
            "description": "Journalists needs easy and funny tutorials to learn how to use privacy and anonymity tools to protect their work and their sources.",
            "get_involved": "",
            "get_involved_url": "https://github.com/deimidis/privacy-journalists",
            "interest": "If journalists are safe online and known how to protect their sources, an open and free internet will be easir to create",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-10_032004.1118120000.png",
            "created": "2018-05-10T03:20:04.111243Z",
            "moderation_state": 3
        },
        {
            "id": 49,
            "content_url": "http://offgridthegame.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "cybersecurity",
                "games",
                "hacking",
                "indie games",
                "infosec",
                "mozfest",
                "privacy",
                "security",
                "video games"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Off Grid",
            "description": "Ever wanted to explore data privacy, circumvention technology, and cyber security while playing a game? 'Off Grid' explores these themes through stealth and hacking mechanics and puzzles, and is fully moddable for players to tell their own stories around these important subjects.",
            "get_involved": "Help reaching interested audiences, communities, and technologists, who may be interested in modding or creating interesting plays on the game to tell more in depth stories around their area of expertise, or their cultural experience of the themes of privacy and security.",
            "get_involved_url": "http://offgridthegame.com",
            "interest": "Off Grid is a unique way to explore what can be abstract or opaque issues, and creates a platform for people to tell their own stories about privacy and security through modding the game to make their own levels.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/49.jpg",
            "created": "2016-10-27T18:41:03.581000Z",
            "moderation_state": 3
        },
        {
            "id": 1038,
            "content_url": "https://github.com/humanetech-community/awesome-humane-tech",
            "is_bookmarked": false,
            "tags": [
                "ad-blockers",
                "awareness",
                "consent",
                "ethics",
                "health",
                "Humane technology",
                "inclusivity",
                "internet freedom",
                "mindfulness",
                "privacy",
                "security",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Take Action"
            ],
            "published_by": "Arnold Schrijver",
            "submitter_profile_id": 1981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Arnold Schrijver",
                    "profile_id": 1981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Awesome Humane Tech",
            "description": "A curated list of Humane Technology projects that provides links to open-source projects and information resources that you can use to improve your own tech habits, or the projects that your are building yourself.\n\nHumane Technology helps improve Wellbeing, Freedom and Society and allows humans to flourish, and humanity to thrive, and it is the answer to mitigate or entirely avoid the Harms of Technology. Harms that are all around us - surveillance capitalism, erosion of social fabric, tech-related health issues, lack of ethics, etc. - and need to be addressed.",
            "get_involved": "Do you know about other good Humane Technology resources? Then submit a PR to the Github repository. Thank you!",
            "get_involved_url": "https://community.humanetech.com",
            "interest": "Any person will benefit from applying Humane Technology, no matter whether you are a developer, a customer or a user.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-06_160910.6319170000.png",
            "created": "2019-02-06T16:09:10.631253Z",
            "moderation_state": 3
        },
        {
            "id": 550,
            "content_url": "https://privacynotincluded.org",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "iot",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Take Action"
            ],
            "published_by": "Paul Johnson",
            "submitter_profile_id": 234,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Paul Johnson",
                    "profile_id": 234,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "*Privacy Not Included: a holiday buyer's guide from Mozilla",
            "description": "*Privacy Not Included is a shopping companion to help consumers identify Internet-connected products that meet their privacy and security needs. Our goal: To make products’ privacy and security features as obvious as their price.",
            "get_involved": "",
            "get_involved_url": "https://privacynotincluded.org",
            "interest": "It's a consumer-friendly entry point into the conversation about privacy & security and connected devices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-15_190033.7234660000.jpg",
            "created": "2017-11-15T19:00:33.723031Z",
            "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": 1520,
            "content_url": "https://www.blackhat.com/eu-19/briefings/schedule/#is-your-mental-health-for-sale-17889",
            "is_bookmarked": false,
            "tags": [
                "adtech",
                "mental health",
                "#mozfellows19",
                "mozfellows19",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Is your mental health for sale? - blackhat Europe 2019 talk",
            "description": "Based on an analysis of 136 popular depression-related websites in France, Germany, and the UK, we observed that a vast majority of these websites embed an impressive number of trackers, mostly for marketing purposes.In this talk, we will take you on a journey to show exactly what data about you is being shared when you're looking for  information about depression online, or when you take a depression test.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Shows the harm of Adtech and tracking",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-03_125900.7000960000.png",
            "created": "2019-12-03T12:59:00.699688Z",
            "moderation_state": 3
        },
        {
            "id": 1549,
            "content_url": "https://medium.com/@ka.iwanska/10-reasons-why-online-advertising-is-broken-d152308f50ec?source=friends_link&sk=2f74310a1ac2486ae1f1ab5a59070d8a",
            "is_bookmarked": false,
            "tags": [
                "adtech",
                "advertising",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                },
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                },
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "10 Reasons Why Online Advertising is Broken",
            "description": "The online ad industry claims that personalised ads make it possible for users to browse the internet for free and for publishers to earn money for creating content. Which sounds like a win-win situation, doesn’t it? Except it’s not. In fact, the current state of online advertising creates huge risks to our personal privacy, deteriorates the quality of the media, and is subject to serious fraud which funds organised crime. Here’s a (non-exhaustive) list of 10 problems with online advertising.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a brief, evidence-based description of 10 major problems with the current online advertising system. I hope it will serve as a reference piece.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-08_104844.8397700000.png",
            "created": "2020-01-08T10:48:44.839291Z",
            "moderation_state": 3
        },
        {
            "id": 1515,
            "content_url": "https://foundation.mozilla.org/en/blog/should-google-know-you-better-your-doctor-does/",
            "is_bookmarked": false,
            "tags": [
                "data trust",
                "health data",
                "mozfellows19",
                "privacy",
                "surveillance capitalism"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Should Google Know You Better than Your Doctor Does?",
            "description": "Google obtained a treasure trove of medical data on millions of US and UK patients. Here I argue that data trusts could be a way to hold the company accountable.#mozfellows19",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-19_234221.6125450000.jpg",
            "created": "2019-11-19T23:42:21.612188Z",
            "moderation_state": 3
        },
        {
            "id": 512,
            "content_url": "https://infosecbytes.org",
            "is_bookmarked": false,
            "tags": [
                "criptography",
                "journalism",
                "online privacy & security",
                "privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Infosec Bytes",
            "submitter_profile_id": 179,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Infosec Bytes",
                    "profile_id": 179,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Infosec Bytes",
            "description": "Infosec Bytes is online course of tutorial videos for journalists, demonstrating in clear, simple steps how to acquire, install and use secure cryptographic software applications. The videos are freely and widely available on youtube. Accessible, fun, and easy to watch and share, the videos are designed to disseminate among journalists facilitating the fast and widespread adoption of security best practice within the industry, and thereby improving the sectorial integrity, vitality and productivity of investigative journalism.",
            "get_involved": "",
            "get_involved_url": "https://infosecbytes.org",
            "interest": "The Mozilla community is widely connected to the open source, privacy oriented communities that create the tools that Infosec Bytes explains how to use.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_095324.3632550000.png",
            "created": "2017-10-27T09:53:24.362590Z",
            "moderation_state": 3
        },
        {
            "id": 198,
            "content_url": "https://edri.org/wp-content/uploads/2016/12/privacy4kids_booklet_web.pdf",
            "is_bookmarked": false,
            "tags": [
                "comics",
                "data",
                "fellowships",
                "kids",
                "open web fellows",
                "privacy",
                "resources"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Vanessa Rhinesmith",
            "submitter_profile_id": 65,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your guide to Digital Defenders vs. Data Intruders – Privacy for kids!",
            "description": "\"The Internet. It's cool, fast and global! But it's also complicated, sometimes.\" 2016-2017 Open Web Fellows host organization, EDRi (European Digital Rights) created a booklet \"Your guide to Digital Defenders vs. Data Intruders - Privacy for kids!\" to help young people between 10-14 years to protect their privacy.",
            "get_involved": "Download full booklet and or poster.",
            "get_involved_url": "https://edri.org/privacy-for-kids-digital-defenders/",
            "interest": "This is a great resource that breaksdown digital privacy in a fun, easy format.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_194755.3975790000.jpeg",
            "created": "2017-04-10T19:47:55.388690Z",
            "moderation_state": 3
        },
        {
            "id": 1669,
            "content_url": "https://foundation.mozilla.org/privacynotincluded/categories/video-call-apps/",
            "is_bookmarked": false,
            "tags": [
                "privacy",
                "security",
                "video call apps",
                "video confernce apps"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "*Privacy Not Included Video Call Apps Special Edition",
            "description": "More and more people now rely on video call apps to stay connected during the coronavirus pandemic. We reviewed the privacy and security of some of the most popular apps to help you make smart decisions on what to use to work remotely, chat with friends and family, and connect with your doctor.",
            "get_involved": "Please share with your friends and family",
            "get_involved_url": "https://foundation.mozilla.org/privacynotincluded/categories/video-call-apps/",
            "interest": "With the growing use of video call apps, privacy and security of those apps matters.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_151025.0748240000.jpg",
            "created": "2020-05-05T15:10:25.070071Z",
            "moderation_state": 3
        },
        {
            "id": 867,
            "content_url": "http://www.theintersectionofthings.com",
            "is_bookmarked": false,
            "tags": [
                "Feminism",
                "Human Rights",
                "podcast",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Nesient Mindelan",
            "submitter_profile_id": 1510,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nesient Mindelan",
                    "profile_id": 1510,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Intersection of Things",
            "description": "The Intersection of Things is a fresh podcast that discusses a different social issue theme each episode: Work, Health, Sex, Outrage, Libraries, etc. as they relate to technology and Internet rights - all with a feminist twist. \nTwo digital rights experts on opposite sides of the Atlantic Ocean meet for a Sunday morning coffee / wine catch-up to learn from each other, interview experts, share their knowledge and have a good time.",
            "get_involved": "Please listen to the podcast, help promote it, tweet or email us your thoughts, leave a review on itunes, help us get better.",
            "get_involved_url": "http://www.theintersectionofthings.com",
            "interest": "Each episode ends up picking up on big discussions around Internet privacy, security, data health, online consent, digital literacy, and many other of the core issues that the network works on. We're always looking to bring something fresh to these discussions.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-04_170038.5142400000.png",
            "created": "2018-07-04T17:00:38.513832Z",
            "moderation_state": 3
        },
        {
            "id": 10,
            "content_url": "http://mzl.la/MLN2016Timeline",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "curriculum",
                "gigabit",
                "hive",
                "iot",
                "mln",
                "mozfest",
                "mozilla leadership network",
                "privacy",
                "science",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Leadership Network 2016 Reflections Timeline",
            "description": "An Interactive timeline featuring highlights from the Mozilla Leadership Network in 2016.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn more about key events, announcements, and new projects from across the MLN team in 2016.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-16T21:40:36.101000Z",
            "moderation_state": 3
        },
        {
            "id": 1603,
            "content_url": "https://medium.com/prifina/prifina-release-of-open-source-standard-data-profiles-and-personal-data-licenses-dd66a6627332?source=search_post---------0",
            "is_bookmarked": false,
            "tags": [
                "data privacy",
                "open source",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Proposal for open-source standard data profiles and personal data licenses",
            "description": "Democratizing personal data is an ambitious goal. \nIn February 2020, Prifina team has released an initial version of open-source standard data profile and a proposal to create a system of licenses and permissions which individuals can use in granting access to their personal data profiles. Check it out!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla network and community has a vested interest in how the future of the Internet is going to look. This proposal for open-source standard data profiles aims to give more leverage to individuals in terms of how their personal data is used.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-02-21T18:23:44.542579Z",
            "moderation_state": 3
        },
        {
            "id": 1634,
            "content_url": "https://www.hebbel-am-ufer.de/en/hau3000/new-technologies-old-discrimination/?fbclid=IwAR3Cr5GdqLW4vp0eG4FQk6k7V1fBD5DhLZYEXcerl6kz5UOrH8aPg6t26yc%27A%3D0",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "AI",
                "discrimination",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New Technologies, Old Discrimination",
            "description": "This text was published in the  HAU publication for the festival “Spy on Me #2 – Künstlerische Manöver für die digitale Gegenwart”.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-31_080823.1247510000.jpeg",
            "created": "2020-03-31T08:08:23.123983Z",
            "moderation_state": 3
        },
        {
            "id": 1637,
            "content_url": "https://foundation.mozilla.org/en/blog/are-all-equal-eyes-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "gender",
                "privacy",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Are All Equal in the Eyes of Artificial Intelligence?",
            "description": "\"Given varying gendered inequality, women may be the last to capture the benefits of the 4thIR. Replication of existing inequalities, new social injustices and unequal power dynamics will impact the differences of experiences of these new technologies. Big questions remain unanswered: How do we govern our data in a way that enables society to flourish? How do we address likely harms to occur from our differences? How do we ensure data justice is necessary for South Africa and relevant in the global conversation? After all, not all are equal in the eyes of AI.\"",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/are-all-equal-eyes-artificial-intelligence/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-04-01T14:44:10.701641Z",
            "moderation_state": 3
        },
        {
            "id": 1042,
            "content_url": "https://blog.mozilla.org/blog/2019/02/06/does-your-sex-toy-use-encryption/",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                },
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Does Your Sex Toy Use Encryption?",
            "description": "Last November, we assessed the privacy and security features of 70 popular products, from Nintendo Switch and Google Home to drones and smart coffee makers. The idea: help consumers shop for gifts by highlighting a product’s privacy features, rather than just price and performance.\n\nNow, we’re assessing 18 more products, just in time for February 14.\n\nWe researched vibrators; smart beds and sleep trackers; connected aromatherapy machines; and more.",
            "get_involved": "Share the guide, comment on the products, rate products on the Creep-O-Meter, recommend products to include in the guide",
            "get_involved_url": "https://foundation.mozilla.org/en/privacynotincluded/",
            "interest": "Privacy and security of connected devices",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-08_172328.7494410000.png",
            "created": "2019-02-08T17:23:28.748983Z",
            "moderation_state": 3
        },
        {
            "id": 670,
            "content_url": "https://medium.com/read-write-participate/how-do-you-feel-about-facebook-fd4f795622a0",
            "is_bookmarked": false,
            "tags": [
                "data",
                "facebook",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How Do You Feel About Facebook? Take the Survey.",
            "description": "Facebook has been in the news a lot lately. We’re curious how people feel about the social media platform these days. Take our short survey and let us know how you feel.",
            "get_involved": "People can take the survey and share the survey within their networks for their friends to take.",
            "get_involved_url": "https://www.surveygizmo.com/s3/4273732/d03b45c232a3",
            "interest": "Asking for their opinion about Facebook to try and better understand this moment.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_214153.8165130000.jpg",
            "created": "2018-04-03T18:42:10.507782Z",
            "moderation_state": 3
        },
        {
            "id": 1508,
            "content_url": "https://medium.com/@ka.iwanska/mozfest-2019-the-hidden-face-of-online-advertising-8585e26c43fc",
            "is_bookmarked": false,
            "tags": [
                "advertising",
                "mozfellows19",
                "personal data",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozfest 2019: The hidden face of online advertising",
            "description": "How are ads targeted to users? How much can you figure out about a person based on 5 items from their recent browsing history? What does your digital profile really look like? What is the advertising model that we would accept? During a Mozfest session I co-run with Amy Shepherd from Open Rights Group we talked about the hidden face of online advertising.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-12_192623.9011570000.png",
            "created": "2019-11-12T19:26:23.900566Z",
            "moderation_state": 3
        },
        {
            "id": 1596,
            "content_url": "https://www.sociolegalreview.com/post/welfare-automation-in-the-shadow-of-the-indian-constitution",
            "is_bookmarked": false,
            "tags": [
                "big data",
                "#mozfellows19",
                "privacy",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Welfare Automation in the Shadow of the Indian Constitution",
            "description": "In this essay, I explore the political economy of welfare automation, in particular by examining the Indian Supreme Court's assessment of values in deliberating the constitutionality of the government-issued automated ID system in India, Aadhaar.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It provides an account of how to approach public sector machine decision making from a legal and policy perspective.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-09_182959.3685500000.jpg",
            "created": "2020-02-09T18:29:59.368213Z",
            "moderation_state": 3
        },
        {
            "id": 814,
            "content_url": "https://medium.com/read-write-participate/we-asked-people-how-they-feel-about-facebook-heres-what-they-said-4a548dfeabd",
            "is_bookmarked": false,
            "tags": [
                "facebook",
                "privacy",
                "reseearch",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Vojtech Sedlak",
                    "profile_id": 83,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "We Asked People How They Feel About Facebook. Here’s What They Said.",
            "description": "47,000 people responded to our survey asking how they feel about Facebook. The data is interesting and open for your exploration.",
            "get_involved": "",
            "get_involved_url": "https://medium.com/read-write-participate/we-asked-people-how-they-feel-about-facebook-heres-what-they-said-4a548dfeabd",
            "interest": "Open data any can dig into on how people are feeling about Facebook these days.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_151948.3700460000.jpg",
            "created": "2018-05-08T15:19:48.369664Z",
            "moderation_state": 3
        },
        {
            "id": 170,
            "content_url": "http://www.consumerreports.org/mobile-apps/how-to-pick-a-secure-messaging-app/",
            "is_bookmarked": false,
            "tags": [
                "encryption",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How to Pick a Secure Messaging App",
            "description": "A guide to secure messaging apps, penned by Consumer Reports with Mozilla as a source",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-24_204517.0691410000.png",
            "created": "2017-03-24T20:45:17.068703Z",
            "moderation_state": 3
        },
        {
            "id": 1011,
            "content_url": "https://github.com/joomla/cross-cms-compliance",
            "is_bookmarked": false,
            "tags": [
                "content managment systems",
                "data protection",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Heather Burns",
            "submitter_profile_id": 1915,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Heather Burns",
                    "profile_id": 1915,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cross-CMS privacy working group",
            "description": "Our vision is that through collaboration, open source CMS projects can help transform our development communities into ones which empower user privacy through a positive and proactive approach to governance, standards, and tools, rather than a negative and reactive approach to privacy as a legal compliance obligation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-29T14:26:28.670018Z",
            "moderation_state": 3
        },
        {
            "id": 4,
            "content_url": "https://iheartmob.org/",
            "is_bookmarked": false,
            "tags": [
                "online security",
                "privacy",
                "support",
                "trolling"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Heartmob",
            "description": "Help people who are being harassed by documenting, sending support, and reporting abuse. Or, if you are being harassed online, you can develop a safety plan, document harassment, and get support.",
            "get_involved": "People can offer to help others, or request to receive help by  joining the Heartmob community.",
            "get_involved_url": "https://iheartmob.org/pages/about",
            "interest": "A practical way to help people dealing with online harassment, or to get support.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-01-13T20:29:21.941000Z",
            "moderation_state": 3
        }
    ]
}