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=-entry_type&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=-entry_type&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-entry_type&page=29",
    "results": [
        {
            "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": 1725,
            "content_url": "https://rebelliousdata.com",
            "is_bookmarked": false,
            "tags": [
                "Citizen Journalism",
                "journalism",
                "osint",
                "OSINV",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Advanced Digital Investigations",
            "description": "Following  up on the successful workshops hosted in Mexico City, we ran two online webinars on advanced digital investigations methods for activists, researchers, journalists, lawyers, and technologists. Participants brought their own projects and gave very positive feedback on the tools they learned about such as reverse image searches, advanced search operators, social media investigation, and flight tracking.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn to more effectively use the internet to research and expose corruption, hate, and disinformation.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-21_022434.3390870000.JPG",
            "created": "2020-05-21T02:24:34.338438Z",
            "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": 1734,
            "content_url": "https://medium.com/@narriral/pequenas-dicas-sobre-vigilância-e-segurança-online-268c0f653499",
            "is_bookmarked": false,
            "tags": [
                "privacy",
                "security",
                "social engineering"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Narrira",
            "submitter_profile_id": 3115,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Narrira",
                    "profile_id": 3115,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Small tips about security and online surveillance (portuguese only)",
            "description": "Although there are many and often more elaborate ways to steal personal data on the internet, collect information, hack systems, or defraud profiles, the technique most used by both institutional and informal systems is social engineering.\n\nIn this piece, we explore several techniques there can be used alone or combined to steal personal data: Infiltration, Virtual Stalking, SIM swap, Doxxing\nPhishing.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-06_155547.7785990000.jpeg",
            "created": "2020-06-06T15:55:47.777957Z",
            "moderation_state": 3
        },
        {
            "id": 1750,
            "content_url": "https://www.fabriders.net/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fabriders",
            "description": "FabRiders works to improve the effectiveness and impact of social change efforts. They have helped advocates and activists in all parts of the globe utilise technologies as part of long-term strategies, on a range of issues including: the empowerment of marginalised communities, defending the right to freedom of expression, and improving governmental transparency and accountability.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-22_112100.4712520000.jpeg",
            "created": "2020-06-22T11:21:00.470884Z",
            "moderation_state": 3
        },
        {
            "id": 1752,
            "content_url": "https://medium.com/mozilla-festival/7-steps-to-a-great-mozfest-proposal-eff4f1cee6fe",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "7 Steps to a Great MozFest Proposal",
            "description": "Seven tips from MozFest veterans that will help you write a great proposal for the next festival.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-22_112903.6933200000.jpeg",
            "created": "2020-06-22T11:29:03.692841Z",
            "moderation_state": 3
        },
        {
            "id": 1746,
            "content_url": "https://carriesijiawang.com/interview/",
            "is_bookmarked": false,
            "tags": [
                "aiinterview",
                "cma2020",
                "creativemedia20",
                "future of work",
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Carrie Sijia Wang",
            "submitter_profile_id": 3961,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carrie Sijia Wang",
                    "profile_id": 3961,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An Interview with ALEX",
            "description": "“An Interview with ALEX” is an interactive, browser-based experience that simulates a job interview with an Artificial Intelligence HR Manager in a future of gamified work and total surveillance. The entire experience is 12 minutes.",
            "get_involved": "",
            "get_involved_url": "https://carriesijiawang.com/interview/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-18_231217.6750000000.jpg",
            "created": "2020-06-18T23:12:17.674364Z",
            "moderation_state": 3
        },
        {
            "id": 1727,
            "content_url": "https://tzcna.or.tz/p/news?h=The+Inaugural+of+First+Workshop+on+Kondoa+Community+Network+School+of+Internet+Governance&id=16",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "First Summit on Kondoa Community Network School of Internet Governance",
            "description": "Kondoa Community Network (KCN), the first community network in Tanzania to pilot the use of Television White Space (TVWS) to connect the unconnected population in Kondoa District, Dodoma Region, Tanzania. KCN hosted the inaugural of Kondoa Community Network School of Internet Governance (KCN SIG) at Study Zone Computer Centre from 14th – 15th February 2020. The SIG is a follow up to the 4th Summit on Community Networks in Africa that was held from 28th October – 2nd November 2019 at Kondoa Community Network, Tanzania.",
            "get_involved": "Help us to plan more local events in Tanzania on community-based telecommunications network",
            "get_involved_url": "https://tzcna.or.tz/",
            "interest": "It presents a local initiative to address digital divide in developing countries",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-24_221448.1136280000.JPG",
            "created": "2020-05-24T22:14:48.112692Z",
            "moderation_state": 3
        },
        {
            "id": 1726,
            "content_url": "https://smat-streamlit.herokuapp.com",
            "is_bookmarked": false,
            "tags": [
                "conspiracies",
                "disinformation",
                "hate tracking",
                "open research",
                "open-source",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Social Media Analysis Toolkit",
            "description": "The Social Media Analysis Toolkit (SMAT) was designed to help facilitate activists, journalists, researchers, and other social good organizations to analyze and visualize larger trends on a variety of platforms. Our intention is to provide easy to use tools that help you tell a story about something happening at a large scale online. The tools are designed to be quick and simple so that users could quickly respond to things like disinformation and hate as they occur, while also having the tools be rigorous enough to have applications in scholarly research.",
            "get_involved": "Interested people can test, use, code, or just share the tools with others!",
            "get_involved_url": "https://gitlab.com/smat-project",
            "interest": "To help aid in analyzing phenomena like hate and disinformation on social media.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-21_023041.0771690000.JPG",
            "created": "2020-05-21T02:30:41.076707Z",
            "moderation_state": 3
        },
        {
            "id": 1729,
            "content_url": "https://www.medianama.com/2020/05/223-announcement-online-event-on-algorithmic-accountability-in-india-jun-4-2020-ad/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend"
            ],
            "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": "Online Roundtable and Workshop on Algorithmic Accountability",
            "description": "I am organising an online discussion on algorithmic accountability in India, in collaboration with Medianama. \n\nThis roundtable discussion is intended to explore the challenges of automated decisions made within governmental setups, and how to tactically use and strategically employ existing legal standards mechanisms as means of accountability for such systems.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It will help strategise around the concerns of algroithmic systems in governance.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-27_093019.4584400000.jpg",
            "created": "2020-05-27T09:30:19.457789Z",
            "moderation_state": 3
        },
        {
            "id": 1786,
            "content_url": "https://aimyths.org",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Launching aimyths.org",
            "description": "I've launched a new website, aimyths.org, which offers resources to tackle 8 of the most common myths, misconceptions and inaccuracies about 'artificial intelligence.'",
            "get_involved": "",
            "get_involved_url": "https://aimyths.org",
            "interest": "Debunks myths about AI",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-07_140120.5048430000.jpg",
            "created": "2020-08-07T14:01:20.504156Z",
            "moderation_state": 3
        },
        {
            "id": 1730,
            "content_url": "https://medium.com/prifina/prifinas-talks-developers-and-data-with-stanford-university-s-podcast-e7a7371d0b94",
            "is_bookmarked": false,
            "tags": [
                "#Privacy #data #opensource #CCPA #API"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Paulius Jurčys",
                    "profile_id": 3914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Podcast on applications built on user-held data (Stanford/Prifina)",
            "description": "As individuals are getting more control over their personal data, developers need tools to build applications on user-held data. \n\nThis “Open Data” podcast organized by Stanford University focuses on the current changes in the data market. The founders of of Prifina talk about user-held data, and ways in which personal data will be accessed and utilized by developers who want to build new types of apps on user-held data, combining data from different sources in new ways. \n\nPrifina is building open-source tools for developers to build new use-cases and high-value apps to activate personal data.",
            "get_involved": "",
            "get_involved_url": "https://www.prifina.com/developers.html",
            "interest": "This is a podcast about the latest trends in data and privacy. May be interesting to Mozilla community who are working on open source and data privacy projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-27_200726.7956820000.png",
            "created": "2020-05-27T20:07:26.795300Z",
            "moderation_state": 3
        },
        {
            "id": 1731,
            "content_url": "https://www.youtube.com/watch?v=qUOATJnwVUA",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "mozfellows19",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "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": "Feminist AI, privacy and gendered digital divides",
            "description": "This month the focus on digital rights for culminated in the launch of the Launch of the Feminist AI Research Network - (https://aplusalliance.org/en/pages/network) which I am excited to be part off. I spoke on the  UNCHR expert consultations on AI and privacy. My focus was on issues around discrimination in AI and its link to privacy. Finally concluded with a conversation on Women and the Web hosted by Data Governance hub.  -",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "AI, privacy and gendered digital disparities",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-29_103811.8165310000.png",
            "created": "2020-05-29T10:38:11.816221Z",
            "moderation_state": 3
        },
        {
            "id": 1748,
            "content_url": "https://srccon.org/our-resources/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How We Build SRCCON Events",
            "description": "Reflections on how the SRCCON team events plans participatory, inclusive events, including inspirations and documentation from past sessions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-22_163057.7517810000.jpg",
            "created": "2020-06-22T11:06:21.128083Z",
            "moderation_state": 3
        },
        {
            "id": 1745,
            "content_url": "https://chooseyourownfakesnews.com",
            "is_bookmarked": false,
            "tags": [
                "chooseyourownadventure",
                "game",
                "twine"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Neema Iyer",
            "submitter_profile_id": 3958,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Neema Iyer",
                    "profile_id": 3958,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Choose Your Own Fake News",
            "description": "Play an interactive, story-based game as Flora, Jo or Aida from East Africa, and navigate the world of disinformation and misinformation through the choices you make. Scrutinize news and information about job opportunities, vaccines and upcoming elections to make the right choices!",
            "get_involved": "",
            "get_involved_url": "https://chooseyourownfakenews.com/contact.php",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-17_075824.7205230000.png",
            "created": "2020-06-17T07:58:24.720117Z",
            "moderation_state": 3
        },
        {
            "id": 1753,
            "content_url": "https://disstudies.org/index.php/sds-annual-conference/accessibility-guidelines-for-presentations/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Accessibility Guidelines for Presentations",
            "description": "Advice on how to improve the accessibility of sessions and presentations by fostering community and striving to connect with others, by thinking about and modeling access, and by enacting common and conventional accessibility measures.",
            "get_involved": "",
            "get_involved_url": "https://disstudies.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-23_103832.3625370000.jpg",
            "created": "2020-06-23T10:38:32.361933Z",
            "moderation_state": 3
        },
        {
            "id": 1757,
            "content_url": "https://foundation.mozilla.org/blog/applause-for-apples-idfa-decision/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Applause for Apple’s IDFA Decision",
            "description": "Apple has announced that it is putting control of personal data tracking in the hands of users. The company is giving iPhone users the option to opt-out of tracking in each app, essentially turning off IDFA. By providing the option to turn off IDFA at the point of use, Apple is giving millions of consumers more privacy online.",
            "get_involved": "Help us to spread the word about this project. Please share!",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/applause-for-apples-idfa-decision/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-24_203739.9477050000.jpg",
            "created": "2020-06-23T21:46:00.115485Z",
            "moderation_state": 3
        },
        {
            "id": 1756,
            "content_url": "https://foundation.mozilla.org/blog/zoom-makes-right-call-encryption/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Zoom Makes the Right Call on Encryption",
            "description": "The strongest possible privacy and security should be the default in consumer technology, not a luxury. This is a core principle at Mozilla. And now it’s a principle that Zoom is reinforcing. After hearing from tens of thousands of consumers, and also organizations like Mozilla and EFF, the video call company reversed its decision to make end-to-end encryption a paid feature.",
            "get_involved": "Help us to spread the word about this project. Please share!",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/zoom-makes-right-call-encryption/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-23_220330.4694690000.jpg",
            "created": "2020-06-23T21:30:18.389228Z",
            "moderation_state": 3
        },
        {
            "id": 1760,
            "content_url": "https://nsrc.org/blog/enhancing_routing_security",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog Post on the Impact of Routing Security Project",
            "description": "I have posted an article on NSRC Blog about the activities of my routing security project. The post includes the project goals, activities and efforts on enhancing routing security and the impact of it across the South Asian region. I have added the statistics and measurements of the growth of RPKI deployment in the region. I hope the post is helpful to encourage engineers and operators in deploying routing security best practices in their network.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-06-26T10:04:08.383932Z",
            "moderation_state": 3
        },
        {
            "id": 1759,
            "content_url": "https://isoc.box.com/s/u9n5mrgs9zxvpe20qjh79jiywo6rf4zq",
            "is_bookmarked": false,
            "tags": [
                "ICOMM2020",
                "ISOC",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Panel Discussion on Routing Security at ICOMM2020",
            "description": "I have been one of the panelists at the InterCommunity 2020 (ICOMM) held on June 24, 2020. ICOMM is an annual conferencec of Internet Society (ISOC) which is organised with their chapters and members. This year they have organised a 2-hour virtual panel discussion on routing security. The discussion was focussed on Mutually Agreed Norms for Routing Security (MANRS). I have talked about my routing security project with Mozilla and NSRC, I described the my efforts and the impact of it across the region. There had been interactive Q&A session where I have answered participants' questions.",
            "get_involved": "",
            "get_involved_url": "https://www.internetsociety.org/intercommunity/2020/securing-global-routing/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-26_093200.6762100000.jpeg",
            "created": "2020-06-26T09:32:00.675865Z",
            "moderation_state": 3
        },
        {
            "id": 1755,
            "content_url": "https://osf.io/spkz9/wiki/home/",
            "is_bookmarked": false,
            "tags": [
                "open",
                "open leadership",
                "open science",
                "WOLO"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Micah Vandegrift",
            "submitter_profile_id": 2722,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Micah Vandegrift",
                    "profile_id": 2722,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OPEN Incubator",
            "description": "Inspired by Mozilla Open Leaders and other programs, I'm happy to share the materials from an open research development program. Openly licensed and adaptable for other iterations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "open science in action, based in part of Mozilla's open leaders program, openness",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-23_203000.6691010000.jpg",
            "created": "2020-06-23T20:30:00.668807Z",
            "moderation_state": 3
        },
        {
            "id": 1829,
            "content_url": "https://medium.com/mozilla-festival/7-steps-to-a-great-mozfest-proposal-eff4f1cee6fe",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "7 Steps to a Great MozFest Proposal",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_105139.3094960000.png",
            "created": "2020-09-07T10:51:39.285173Z",
            "moderation_state": 3
        },
        {
            "id": 1754,
            "content_url": "https://medium.com/@hello_95259/the-ecs-risk-based-approach-to-ai-regulation-is-inadequate-here-s-why-6fd6da4d5aba",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "EC",
                "risk",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "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": "The EC’s risk based approach to AI regulation is inadequate, here’s why",
            "description": "Many industries, such as advertising, stand at the brink of widespread adoption of AI, and have little to no appreciation of how to embed and account for human rights within their operations. The time for broader consideration of consumer protection, human rights, and environmental impact within AI decision making is now. A response to the EC's latest white paper on AI, with risk analyst, Neil Young.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Interrogates why risk must be defined and quantified to be effectively used in policy",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-06-23T20:18:02.442335Z",
            "moderation_state": 3
        },
        {
            "id": 2000,
            "content_url": "https://plink.in/",
            "is_bookmarked": false,
            "tags": [
                "Family resource",
                "mf-family-community",
                "MozFest 2021",
                "music"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Collaborative Game: PLINK!",
            "description": "Create epic music together with friends and strangers!\n\nPlink is a multi-player music experience by Dinahmoe that lets you jam with anyone, anywhere in the world.",
            "get_involved": "",
            "get_involved_url": "https://plink.in/",
            "interest": "This is a collaborative gaming opportunity appropriate for all ages",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_014438.5557470000.png",
            "created": "2021-03-03T01:44:38.555168Z",
            "moderation_state": 3
        },
        {
            "id": 2104,
            "content_url": "https://2020.internethealthreport.org/slideshow-internet-health/#1",
            "is_bookmarked": false,
            "tags": [
                "IHR",
                "Internet Health Report",
                "taimfihr",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "2020 Internet Health Report: Facts & Figures",
            "description": "This slideshow highlights research and data on the current condition of the internet across many key issues that impact people’s lives worldwide.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-24_082720.9034970000.png",
            "created": "2021-06-24T08:27:20.903207Z",
            "moderation_state": 3
        },
        {
            "id": 1762,
            "content_url": "https://www.accessnow.org/facial-recognition-on-trial-emotion-and-gender-detection-under-scrutiny-in-a-court-case-in-brazil/",
            "is_bookmarked": false,
            "tags": [
                "biometrics",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Expert opinion filed in facial recognition case",
            "description": "Access Now filed an expert opinion (Portuguese) in IDEC vs. ViaQuatro, the case filed by the Brazilian consumer rights organisation IDEC  against ViaQuatro, a concessionary of the São Paulo metro. The expert opinion, submitted in the final days of the court case, addresses the topics of facial categorization/analysis and data processing in biometric systems. It warns about the lack of scientific basis for emotion detection and the systematic harms caused by automated gender-recognition technologies against trans and non-binary people",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Discusses examples of untrustworthy AI",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-06-30T08:32:36.855429Z",
            "moderation_state": 3
        },
        {
            "id": 1761,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "More Growth in RPKI Deployment in South Asia: May Fellowship Report",
            "description": "The number of Valid ROAs in South Asia and Myanmar has been increased to 27% which is 3% more than the month of April. The Unknown ROAs is now 72% (decreased by 2% from previous month). Similarly, the Invalid ROAs have been reduced to 1% which was 2% during last month. Afghanistan, Sri Lanka and Pakistan are doing very good in pushing up the number of Valid ROAs in their countries. As of May, 5 countries out of 9 have more than 80% Valid ROAs. All the growth in RPKI deployment is a direct impact of my OIE project. I hope continue this growth in the coming months until the end of my project.",
            "get_involved": "",
            "get_involved_url": "https://observatory.manrs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-26_101608.4038950000.png",
            "created": "2020-06-26T10:16:08.403394Z",
            "moderation_state": 3
        },
        {
            "id": 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": 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": 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": 1765,
            "content_url": "https://www.powerplays.xyz",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Ayden Férdeline",
            "submitter_profile_id": 1548,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ayden Férdeline",
                    "profile_id": 1548,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "POWER PLAYS podcast",
            "description": "The POWER PLAYS podcast interviews the movers and shakers responsible for making key, historical decisions that have impacted the Internet which we all use today.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-07_154218.3072120000.png",
            "created": "2020-07-07T15:42:18.306533Z",
            "moderation_state": 3
        },
        {
            "id": 1602,
            "content_url": "https://foundation.mozilla.org/en/blog/when-one-affects-many-case-collective-consent/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "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": "When One Affects Many: The Case For Collective Consent",
            "description": "When we leave it to each of us to individually decide who we want to give access to our data, we all lose. Here are my thoughts on what collective approaches to consent might look like.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-20_131248.0550670000.jpg",
            "created": "2020-02-20T13:12:48.054477Z",
            "moderation_state": 3
        },
        {
            "id": 1767,
            "content_url": "https://www.india-seminar.com/semframe.html",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [
                "Openness"
            ],
            "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": "Interrogating India's Quest for Data Sovereignty",
            "description": "In this short essay for Seminar Magazine, I trace the claims of 'data sovereignty' recently raised in Indian law and policy to the historical evolution of political and economic regulation of information technologies, and argue that the evolving legal regime for data governance in India is short-sighted.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Unpacking the history and geopolitical considerations in data governance debates in India.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-10_075731.5132850000.jpg",
            "created": "2020-07-10T07:57:31.512740Z",
            "moderation_state": 3
        },
        {
            "id": 1903,
            "content_url": "https://callfortrust.online",
            "is_bookmarked": false,
            "tags": [
                "benchmark",
                "business integrity",
                "fairness",
                "index",
                "online community",
                "openness",
                "reliability",
                "safety",
                "tranparency",
                "Trustability"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jan Otten",
            "submitter_profile_id": 4298,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jan Otten",
                    "profile_id": 4298,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CALLforTRUST",
            "description": "Platform for creating and assessing Online Trustability.",
            "get_involved": "We search interested people who want to work with us in benchmarking online trustability.",
            "get_involved_url": "https://callfortrust.online/login",
            "interest": "We work on the criteria of online trustability",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-02_133034.6863720000.jpg",
            "created": "2020-11-02T13:30:34.685499Z",
            "moderation_state": 3
        },
        {
            "id": 1766,
            "content_url": "https://anchor.fm/tcafricapodcast/episodes/Sweet--Sweet-Connectivity-egf9ju",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "connectivity"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "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": "Sweet, Sweet connectivity",
            "description": "As we journey to AI and Privacy, connectivity to the internet is a challenge that needs to be addressed. I joined the Terms and Conditions Podcast  hosts to chat connectivity and how I apply a feminist lens to this issue. My fellow guest, Josephine Miliza, shared her experience of setting up community networks. I on the other hand focused universal access and service and the challenges to connectivity. \n\n~Looking for a Podcast on Digital Rights in Africa? Terms and Conditions is a podcast brought to you by Berhan Taye and Neema Iyer.~",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-09_094958.8527200000.png",
            "created": "2020-07-09T09:49:58.852347Z",
            "moderation_state": 3
        },
        {
            "id": 1772,
            "content_url": "https://logicmag.io/security/attacking-agriculture/",
            "is_bookmarked": false,
            "tags": [
                "#agriculture",
                "#data privacy",
                "#digital security",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Attacking Agriculture",
            "description": "An intro to security issues around precision agriculture in Logic Magazine",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-16_200119.7214600000.jpg",
            "created": "2020-07-16T20:01:19.720790Z",
            "moderation_state": 3
        },
        {
            "id": 1828,
            "content_url": "https://docs.google.com/presentation/d/1_tYADemTCjcrjGAcTc1_b31pEhoX2PrMJwesroHWj14/edit#slide=id.g5ac929ab51_0_0",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Session Proposal Guide",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_104902.6144580000.png",
            "created": "2020-09-07T10:49:02.463159Z",
            "moderation_state": 3
        },
        {
            "id": 2112,
            "content_url": "https://foundation.mozilla.org/en/insights/trustworthy-ai-whitepaper/",
            "is_bookmarked": false,
            "tags": [
                "mozilla",
                "taimfcr",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla White Paper: Creating Trustworthy AI",
            "description": "This white paper unpacks Mozilla’s theory of change for supporting the development of more trustworthy artificial intelligence (AI).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_134833.6182860000.jpg",
            "created": "2021-06-25T22:46:30.248787Z",
            "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": 1779,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Maldives is closer to sign all their prefixes: July Fellowship Report",
            "description": "Maldives is following Bhutan to have a 100% valid RPKI ROA deployment very soon. They are left with only 4 prefixes to sign. Other South Asian countries are also doing pretty good. This month I could help create about 563 new ROAs for 6 South Asian countries. The RPKI ROA deployment has increased in Afghanistan by 2%, Maldives by 1%, Myanmar by 7%, Sri Lanka by 5% and Pakistan by 18%. Overall, the cumulated deployment in 9 South Asian countries has reached to 29% which is 2% increment from the previous month.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-27_151932.3704490000.png",
            "created": "2020-07-27T15:19:32.370076Z",
            "moderation_state": 3
        },
        {
            "id": 1778,
            "content_url": "https://digitalfreedomfund.org/taking-police-tech-to-court/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Jonathan McCully",
            "submitter_profile_id": 3157,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Taking Police Tech to Court",
            "description": "This piece looks at some recent cases that have come before European courts challenging Big Data policing. These cases provide hope that judges are willing to stand up against police tech, but there is much work still to be done.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-23_071656.2579730000.jpg",
            "created": "2020-07-23T07:16:56.257558Z",
            "moderation_state": 3
        },
        {
            "id": 1777,
            "content_url": "https://digitalfreedomfund.org/explainer-what-is-the-digital-welfare-state/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jonathan McCully",
            "submitter_profile_id": 3157,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Explainer: What is the “Digital Welfare State”?",
            "description": "This piece takes a close look at the concept of the \"digital welfare state,\" and how this new set of technologies target the vulnerable and exacerbate poverty.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-23_071332.5689670000.jpg",
            "created": "2020-07-23T07:13:32.568611Z",
            "moderation_state": 3
        },
        {
            "id": 1780,
            "content_url": "https://moondisaster.org",
            "is_bookmarked": false,
            "tags": [
                "creativemedia20",
                "deepfake",
                "disinformation",
                "misinformation",
                "nixon",
                "synthetic media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Halsey Burgund",
            "submitter_profile_id": 4039,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Halsey Burgund",
                    "profile_id": 4039,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "In Event of Moon Disaster",
            "description": "In Event of Moon Disaster explores deepfake technology and its growing role in the misinformation ecosystem. We created an alternative history using a deepfake as well as “cheap fakes” with the intent of showing how they are created, how compelling they can be and how people can minimize the chances of being unduly influenced by them. We also intend to highlight that deepfake technology and all synthetic media has positive creative uses as well.",
            "get_involved": "We always appreciate thoughtful feedback on how best to communicate our message and love to hear more ideas for spreading the word.",
            "get_involved_url": "https://moondisaster.org",
            "interest": "Experience a compelling short film; learn about cutting edge deepfake technology; learn some methods for combatting misinformation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-28_183615.1123820000.jpg",
            "created": "2020-07-28T18:36:15.111833Z",
            "moderation_state": 3
        },
        {
            "id": 1781,
            "content_url": "https://foundation.mozilla.org/en/blog/debunking-8-harmful-myths-about-ai/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Debunking 8 Harmful Myths About AI",
            "description": "AI Myths, a project by Mozilla Fellow Daniel Leufer, dismantles harmful misconceptions about AI, from superintelligence to objectivity.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-29_143806.3733280000.png",
            "created": "2020-07-29T14:38:06.372811Z",
            "moderation_state": 3
        },
        {
            "id": 1782,
            "content_url": "https://foundation.mozilla.org/en/blog/apollo-11-deepfake-help-understand-misinformation/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "An Apollo 11 Deepfake to Help Understand Misinformation",
            "description": "Introducing In Event of Moon Disaster, a Mozilla Creative Media Award recipient created by MIT’s Center for Advanced Virtuality.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-29_143931.6919830000.jpg",
            "created": "2020-07-29T14:39:31.691690Z",
            "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": 1826,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-110000-support-open-science/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing $110,000 to Support Open Science",
            "description": "Today, Mozilla is announcing $111,650 in grants to realize more openness in the realm of scientific research. The grants support open hardware development in Latin America, open-source virus tracking tools in Europe, and more.\n\nClick \"Visit\" above to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-08-27T19:40:00.497045Z",
            "moderation_state": 3
        },
        {
            "id": 1827,
            "content_url": "https://foundation.mozilla.org/en/blog/supporting-black-artists-who-are-examining-ai/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Supporting Black Artists Who Are Examining AI",
            "description": "Mozilla’s latest round of Creative Media Awards will provide $245,000 in funding to Black artists who are exploring the effects of AI on racial justice.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-27_194118.1028770000.png",
            "created": "2020-08-27T19:41:18.102470Z",
            "moderation_state": 3
        }
    ]
}