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=-moderation_state&page=29
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=-moderation_state&page=30",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-moderation_state&page=28",
    "results": [
        {
            "id": 1625,
            "content_url": "https://sprint.elifesciences.org",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open research",
                "open research software",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action",
                "Join community"
            ],
            "published_by": "Emmy Tsang",
            "submitter_profile_id": 2873,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmy Tsang",
                    "profile_id": 2873,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "eLife Innovation Sprint 2020",
            "description": "September 2–3 in Cambridge, UK: we invite all developers, designers, researchers, data scientists, product technologists, policy specialists and more to join us to develop open technology solutions, to redefine the ways we share and do research.\n\nWe invite you to submit your project idea until Apr 13– more information about project scope, expected participants and roles on our website. Don’t have a project idea? Hold fire! The general application is open between April 27 and May 24.\n\nWe hope to provide travel and other support to all participants who otherwise won't be able to attend.",
            "get_involved": "We invite you to lead a team to develop an open prototype, contribute your design and devops skills, help mentor newcomers, and more!",
            "get_involved_url": "https://elifesci.org/sprint-2020",
            "interest": "This is an opportunity to use open web technologies to change research and drive forward open science.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-24_095054.2966970000.jpg",
            "created": "2020-03-24T09:50:54.296160Z",
            "moderation_state": 3
        },
        {
            "id": 2284,
            "content_url": "https://www.linkedin.com/in/prathameshpchavan/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Plan & organize",
                "Write documentation"
            ],
            "published_by": "Prathamesh Chavan",
            "submitter_profile_id": 2755,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Prathamesh Chavan",
            "description": "Technical Project Manager at Red Hat",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-10-12_122037.8961750000.jpg",
            "created": "2021-10-12T12:20:37.895887Z",
            "moderation_state": 3
        },
        {
            "id": 1624,
            "content_url": "https://www.nsrc.org/workshops/2020/apricot/rpki-deployathon/index.html",
            "is_bookmarked": false,
            "tags": [
                "APRICOT2020",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Full House RPKI Deployathon at APRICOT2020",
            "description": "41 network engineers from 20 countries participated in an exciting daylong RPKI Deployathon on Feb 17, 2020 at APRICOT2020 in Melbourne. I was one of the seven facilitators at the event. Participants were provided with lab resources to deploy different opensource implementations of RPKI Validators like Routinator, RIPE NCC Validator, FORT, and OctoRPKI/GoRTR, with accompanying routing implementations from Cisco (IOS & IOS-XR), Juniper and Nokia. They tried to find the pros and cons, bugs and improvement opportunities, documentation and implementation friendliness of each implementations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-24_075050.2869680000.JPG",
            "created": "2020-03-24T07:50:50.286142Z",
            "moderation_state": 3
        },
        {
            "id": 1623,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "APRICOT2020",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Routing Security Awareness in South Asia: February Fellowship Report",
            "description": "Amid COVID19 crisis, Feb 2020 was still a productive month for my project. I could participate in APRICOT2020, APAC’s one of the largest conferences on Internet operational technologies and that was indeed a great event. I had several sessions on routing security. Besides, I could reach out to about 100 onsite participants during the meetings. In Feb, I could help create new ROAs and fix INVALIDs for more than 315 IPv4 and 14 IPv6 prefixes of 56 South Asian operators. During this unfavorable time, I continue reaching out to network operators and helping them remotely to fix their ROAs.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-23_180024.3845340000.JPG",
            "created": "2020-03-23T18:00:24.384125Z",
            "moderation_state": 3
        },
        {
            "id": 1620,
            "content_url": "https://medium.com/@Calkibet/openscienceke-we-go-far-together-3042ac8b1d8e",
            "is_bookmarked": false,
            "tags": [
                "#mozfellow20",
                "openscience"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenScienceKE: Open by Design and in Action — We Go Far, Together",
            "description": "This is a blogpost in a series on Open Science activities in Kenya, data management, and machine learning.",
            "get_involved": "I'd love to hear your thoughts.",
            "get_involved_url": "https://github.com/BioinfoNet",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-20_100338.4284390000.png",
            "created": "2020-03-20T10:03:38.427855Z",
            "moderation_state": 3
        },
        {
            "id": 1627,
            "content_url": "https://cmci.colorado.edu/~cafi5706/SIGCSE2020_EthicsSyllabi.pdf",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What Do We Teach When We Teach Tech Ethics? A Syllabi Analysis",
            "description": "To both describe current trends in computing ethics coursework and to provide guidance for further ethics inclusion in computing, we present an in-depth qualitative analysis of 115 syllabi from university technology ethics courses.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-03-27T19:13:12.618324Z",
            "moderation_state": 3
        },
        {
            "id": 1631,
            "content_url": "https://soundcloud.com/user-951817091/the-aapti-podcast-discussing-surveillance-with-divij-joshi-mozilla-policy-fellow",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "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": "Facial Recognition in India: Discussion on the Aapti Podcast",
            "description": "I discuss my work around the use of AI in the criminal justice system in India, and welfare automation and privacy in India, at the Aapti Institute's podcast, with host Aditi Ramesh.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-30_140013.9867790000.png",
            "created": "2020-03-30T14:00:13.986449Z",
            "moderation_state": 3
        },
        {
            "id": 1629,
            "content_url": "https://www.medianama.com/2020/03/223-coronavirus-pandemic-reconsider-internet-as-infrastructure/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "internet health",
                "#mozfellows19"
            ],
            "issues": [],
            "help_types": [
                "Take Action"
            ],
            "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, and the internet as infrastructure",
            "description": "As the Covid-19 pandemic unfolds, it forces us to contend with policy failures which fail to sustain the internet in times of crisis. Here, I argue that policy and legal measures must consider approaches to the internet as critical public infrastructure.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-30_110414.8087470000.jpg",
            "created": "2020-03-30T11:04:14.808302Z",
            "moderation_state": 3
        },
        {
            "id": 164,
            "content_url": "https://www.youtube.com/watch?v=lBwz-Jag1ZE&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60&index=1",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Surveillance and Race Online",
            "description": "Simone Browne is Associate Professor in the Department of African and African Diaspora Studies at the University of Texas at Austin. She spoke at MozFest 2016 about surveillance and race online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194213.9573100000.jpg",
            "created": "2017-02-09T15:02:59.938000Z",
            "moderation_state": 3
        },
        {
            "id": 1626,
            "content_url": "https://github.com/CombatCovid/SPA-website",
            "is_bookmarked": false,
            "tags": [
                "health care",
                "know how",
                "medical equipment",
                "open hardware",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hardware Combats Covid19",
            "description": "The problem we are trying to solve: The designs(data) being generated is not easy to find, is in different languages, and when it scales to many people participating it becomes a maze of content. Currently the formats, channels and threads are difficult to follow and understand due to the urgency of the moment. We would like to help to improve the process of finding, deciding, replicating and deploying these equipments.",
            "get_involved": "The fastest way is to join or discord chat and read the project description, and the contributing guidelines.There are different fronts we are covering, development and documentation/compilation of available sources, in standard formats.",
            "get_involved_url": "https://github.com/CombatCovid/SPA-website/blob/develop/CONTRIB.md",
            "interest": "Access to open designs covid related (ventilators, masks and so on)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-03-25T18:49:42.171046Z",
            "moderation_state": 3
        },
        {
            "id": 1628,
            "content_url": "http://ohrh.law.ox.ac.uk/dutch-court-provides-valuable-precedent-for-human-rights-in-the-digital-welfare-state/",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "algorithmic bias",
                "#mozfellows19",
                "transparency"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "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": "Risk Classification Algorithms and Human Rights Law",
            "description": "I examine the recent ruling by a Hague District Court which struck down a risk scoring algorithm being used by the Dutch Government for fraud detection and welfare eligibility.",
            "get_involved": "",
            "get_involved_url": "Https://divij.me",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-29_084104.1410930000.jpg",
            "created": "2020-03-29T08:41:04.128708Z",
            "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": 1666,
            "content_url": "https://foundation.mozilla.org/en/privacynotincluded/categories/video-call-apps/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "*Privacy Not Included: video call app edition",
            "description": "Amid the pandemic, Mozilla is educating consumers about popular video apps’ privacy and security features and flaws.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_145236.2102690000.jpg",
            "created": "2020-05-05T14:52:36.208575Z",
            "moderation_state": 3
        },
        {
            "id": 1739,
            "content_url": "https://foundation.mozilla.org/en/blog/video-call-apps-get-bit-more-secure/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Video Call Apps Get a Bit More Secure",
            "description": "Following the publication of Mozilla’s latest *Privacy Not Included guide, at least one video call app has improved its security features.\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-06-08_182705.4733240000.jpg",
            "created": "2020-06-08T18:27:05.472786Z",
            "moderation_state": 3
        },
        {
            "id": 1744,
            "content_url": "https://botor.no/",
            "is_bookmarked": false,
            "tags": [
                "automation",
                "awareness",
                "bots",
                "conversational agents",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "FOREIGN OBJECTS",
            "submitter_profile_id": 3944,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "FOREIGN OBJECTS",
                    "profile_id": 3944,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bot or Not",
            "description": "BOT OR NOT is an online game that engages people in thinking critically about artificial agents that pretend to be human. Potentially matched to either a bot or a person, players are forced to question not only the human-ness of their opponent, but also themselves as they engage in a two-way guessing game.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-11_140724.4474890000.png",
            "created": "2020-06-11T14:07:24.447200Z",
            "moderation_state": 3
        },
        {
            "id": 1648,
            "content_url": "https://caravanmagazine.in/health/india-digitial-response-covid-19-risks-inefficacy-exclusion-discrimination",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Take Action",
                "Localize & translate"
            ],
            "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": "India’s digital response to COVID-19 risks inefficacy and discrimination",
            "description": "Government's in India have increasingly turned to surveillance tools to respond to the CoViD-19 Pandemic. In this article for the Caravan Magazine, we analyse why these technological responses are not only of limited use in the Indian context, but why the context in which they are being implemented risks punitively excluding and discriminating certain populations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-19_122552.0284050000.jpg",
            "created": "2020-04-19T12:25:52.027825Z",
            "moderation_state": 3
        },
        {
            "id": 1636,
            "content_url": "https://www.facebook.com/142220055851036/videos/323303571960696/",
            "is_bookmarked": false,
            "tags": [
                "elections and social media",
                "firefox",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Elections and Social Media Conference",
            "description": "The South Africa Elections Commission & UNDP hosted the SAFEGUARDING ELECTORAL INTEGRITY IN THE DIGITAL AGE CONFERENCE 2020\nStrategies for Combatting Digital Disinformation – An African Conference. I spoke on \"Big data analytics, social media and elections\" and facilitated a break out session on strategies. My recommendations to EMBs included:\n1) A multidisciplinary and multistakeholder approach to frame the issue\n2) More profile on tech tools such as Mozilla Firefox's Facebook container\n3) EMBs focusing on online manipulation and the impact in assess how free and fair elections are",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-01_144043.1121310000.png",
            "created": "2020-04-01T14:40:43.111242Z",
            "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": 1635,
            "content_url": "https://africalawtechfestival.com",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "Law tech",
                "mozfellows19",
                "mozfellows20"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Africa Law Tech Festival 2020",
            "description": "In March, just before all travel bans, I attended the Africa Tech Law Festival hosted by Lawyers Hub Nairobi. The event brought together lawyers and technologists working on the intersect of tech and law.  Frederika Kaltheuner (Moz Fellow) and I facilitated conversations on AI policy highlighting pathways to framing AI policy. We had a one on one stage conversation on day 1 of the learning academy and facilitated a policy hackathon on AI in Africa. The latter developed a road map of developing AI policy.  Check out my podcast interview here - https://africalawtechfestival.com/podcast/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-01_140306.0134930000.jpg",
            "created": "2020-04-01T14:03:06.012693Z",
            "moderation_state": 3
        },
        {
            "id": 1638,
            "content_url": "https://medium.com/@Calkibet/open-science-why-should-african-researchers-care-44a38232f8d0",
            "is_bookmarked": false,
            "tags": [
                "#mozfellow20",
                "#open leadership",
                "#open science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Science: Why should African researchers care?",
            "description": "Second blogpost in the series:\n\n\"I have the vision to create a data management framework that supports the whole research data life-cycle to ensure data FAIRness. I seek to address the question: what does open science mean for resource-constrained settings? The benefits of open science abound and are appreciated and well-motivated, but the pathway towards open science is not. \"",
            "get_involved": "",
            "get_involved_url": "https://github.com/BioinfoNet/FAIRGenomics",
            "interest": "In this blogpost, I ask question to spark a candid discussion on open science. The conversation is important.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-02_084417.4801480000.jpg",
            "created": "2020-04-02T08:44:17.479363Z",
            "moderation_state": 3
        },
        {
            "id": 1675,
            "content_url": "https://docs.google.com/document/d/1iNPPgHO1bQFTey3U4G6LZ4pjb05iM0AyLGYA1We6W5c/edit?pli=1#heading=h.7qp0j5vxispp",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "#CovidCreativesToolkit",
            "description": "Built collaboratively with 30+ curators this toolkit contains free resources to support creative practitioners who need to go digital due to COVID-19.",
            "get_involved": "Welcoming more contributions and additional curators to help keep the resource up-to-date.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_184436.8182200000.jpg",
            "created": "2020-05-05T18:44:36.817592Z",
            "moderation_state": 3
        },
        {
            "id": 1644,
            "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": 1,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Helping networks adopt RPKI amid COVID19: March Fellowship Report",
            "description": "Due to increasing concerns over COVID19, all the tech conferences got cancelled. Hence, I continued reaching out network operators over emails, online messages and phone calls to help them solve their routing issues. I have sent out emails and messages to more than 200 network operations in the South Asian countries. I could help fix ROAs for about 248 IPv4 prefixes and 56 IPv6 prefixes of 29 ASNs mostly in Bangladesh, Pakistan and Bhutan. In 6 months of my project in South Asia, I found impressive growth in RPKI adoptions. I wrote an article in APNIC blog on about the success of Bangladesh.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-08_161059.7668690000.jpg",
            "created": "2020-04-08T16:10:59.766459Z",
            "moderation_state": 3
        },
        {
            "id": 1642,
            "content_url": "https://blog.apnic.net/2020/04/08/local-awareness-and-assistance-is-key-to-rpki-success/",
            "is_bookmarked": false,
            "tags": [
                "APNIC",
                "Bangladesh",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Local awareness and assistance is key to RPKI success",
            "description": "Since the beginning of my routing security project (supported by Mozilla Foundation starting since Oct 2019), I have spent quite some time in building awareness about routing security, RPKI and MANRS in South Asian countries and Myanmar. In six months, Bangladesh now has 80% VALID ROAs. I shared the story on APNIC Blog.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-08_094914.2251930000.jpg",
            "created": "2020-04-08T09:49:14.224819Z",
            "moderation_state": 3
        },
        {
            "id": 1643,
            "content_url": "https://www.cirt.gov.bd/internet-manrs/",
            "is_bookmarked": false,
            "tags": [
                "Bangladesh",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MANRS Awareness Campaign in Local Language",
            "description": "I wrote an article in local language on the portal of Bangladesh Government’s Computer Incident Response Team (BGD e-GOV CIRT) to encourage network operators adopt MANRS recommendations. That was part of my routing security awareness campaign. This also helped accelerate the faster adoption of RPKI ROA in Bangladesh.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-08_125022.1868680000.jpg",
            "created": "2020-04-08T12:50:22.186371Z",
            "moderation_state": 3
        },
        {
            "id": 1646,
            "content_url": "https://youtube.tracking.exposed/wetest/announcement-1/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "video recommendation",
                "YouTube"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Narrira",
            "submitter_profile_id": 3115,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tracking Exposed: Collective Analysis of Algorithmic Recommendation",
            "description": "On March 25th, Tracking Exposed ran a Global Test to collect and analysis Algorithmic Recommendation around Youtube Covid-19 videos. The videos were in multiple languages to understand how recommendation works in other languages than English. \n\nI participated in the engagement for this test and super recommend participating and running other analysis using this open source project; as well to join their community!",
            "get_involved": "",
            "get_involved_url": "https://youtube.tracking.exposed/wetest/1/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-04-11T17:21:55.542211Z",
            "moderation_state": 3
        },
        {
            "id": 1645,
            "content_url": "https://nlnetlabs.nl/projects/rpki/rpki-analytics/",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bhutan has 100% Valid ROA: Impact of OIE Fellowship Project",
            "description": "After 6 months of my extensive awareness campaigns on routing infrastructure security across South Asia, Bhutan became the first country in the world to have 100% VALID ROAs. The other countries in the region also have impressive progress. As a Mozilla OIE Fellow, I started my routing security project in South Asia since Oct'19. Since then, I have been carrying out outreach, awareness campaigns and hands-on workshops to help network operators adopt MANRS security recommendations specially RPKI deployment. I am so happy that the impact is visible and the region is getting the benefits of it.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-08_171410.0273780000.png",
            "created": "2020-04-08T17:14:10.026730Z",
            "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": 1650,
            "content_url": "https://www.accessnow.org/cms/assets/uploads/2020/04/Fighting-misinformation-and-defending-free-expression-during-COVID-19-recommendations-for-states-1.pdf",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fighting Misinformation and Defending Free Expression During COVID-19",
            "description": "In this paper, Access Now provides recommendations for protecting freedom of expression and opinion and the right to impart and receive information to enable governments​ to fight the COVID-19 health crisis in a rights-respecting manner.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_163304.5490700000.png",
            "created": "2020-04-29T16:33:04.548241Z",
            "moderation_state": 3
        },
        {
            "id": 1651,
            "content_url": "https://www.accessnow.org/cms/assets/uploads/2020/03/Access-Now-recommendations-on-Covid-and-data-protection-and-privacy.pdf",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Recommendations on Privacy and Data Protection in the Fight Against COVID-19",
            "description": "In this paper, Access Now provides ​privacy and data protection recommendations for governments​ to fight against COVID-19 in a rights-respecting manner.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_163519.9933220000.png",
            "created": "2020-04-29T16:35:19.992780Z",
            "moderation_state": 3
        },
        {
            "id": 1652,
            "content_url": "https://digitalfreedomfund.org/why-covid-19-is-a-crisis-for-digital-rights/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Why COVID-19 is a Crisis for Digital Rights",
            "description": "\"The COVID-19 pandemic has triggered an equally urgent digital rights crisis,\" writes the Digital Freedom Fund's Nani Jansen Reventlow in this blog post.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_163803.7942600000.png",
            "created": "2020-04-29T16:38:03.793934Z",
            "moderation_state": 3
        },
        {
            "id": 1653,
            "content_url": "https://edri.org/covid19-edri-coronavirus-fundamentalrights/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "EDRi calls for fundamental rights-based responses to COVID-19",
            "description": "In a recent statement released on 20 March 2020, European Digital Rights (EDRi) calls on the Member States and institutions of the European Union (EU) to ensure that, while developing public health measures to tackle COVID-19, they:\n\nStrictly uphold fundamental rights;\nProtect data for now and the future;\nLimit the purpose of data for COVID-19 crisis only;\nImplement exceptional measures for the duration of the crisis only;\nCondemn racism and discrimination;\nDefend freedom of expression and information.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_164441.9497280000.png",
            "created": "2020-04-29T16:44:41.949120Z",
            "moderation_state": 3
        },
        {
            "id": 1654,
            "content_url": "https://algorithmwatch.org/en/our-position-on-adms-and-the-fight-against-covid19/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Automated decision-making systems and the fight against COVID-19",
            "description": "“As the COVID-19 pandemic rages throughout the world, many are wondering whether and how to use automated decision-making systems (ADMS) to curb the outbreak,” Algorithm Watch writes. “Different solutions are being proposed and implemented in different countries, ranging from authoritarian social control (China) to privacy-oriented, decentralized solutions (MIT’s ‘Safe Path’).” It continues on to unpack 11 principles and considerations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_164649.7889010000.jpg",
            "created": "2020-04-29T16:46:49.788244Z",
            "moderation_state": 3
        },
        {
            "id": 1649,
            "content_url": "https://www.activisthandbook.org",
            "is_bookmarked": false,
            "tags": [
                "#activism",
                "#opensource",
                "#wiki"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Joppe Hoekstra",
            "submitter_profile_id": 3772,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Joppe Hoekstra",
                    "profile_id": 3772,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Activist Handbook: Wikipedia for activists",
            "description": "Activist Handbook is a Wikipedia-like site for everyone to exchange knowledge and experiences on activism. It's open source & free to use. By activists, for activists.\n\nAnyone can contribute to the Activist Handbook: We are an open community that empowers progressive activists all over the world. \n\nOn our site we have guides on how to grow your movement, make a successful petition and organise a protest. All knowledge is complemented by personal experiences of activists. Information is adapted to your local context. And if some content is missing, you can add it yourself to help others.",
            "get_involved": "We work together in various teams:\n- Content Creation (writing articles, publishing videos)\n- Developers (NodeJS, VueJS, WikiJS and/or web design)\n- Communication (managing social media, community building)\n- Finance (looking for funding)\n- Events\n- Translation\n\nWe welcome everyone to join!",
            "get_involved_url": "https://www.activisthandbook.org/join",
            "interest": "We are enabling activists all over the world to exchange knowledge and experiences with our modern Wiki-based platform.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_131735.3536060000.png",
            "created": "2020-04-29T13:17:35.353139Z",
            "moderation_state": 3
        },
        {
            "id": 1656,
            "content_url": "https://www.netgainpartnership.org/events/covid19/disinformation",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Disinformation, Digital Hate and Big Tech: NetGain Webinar Series",
            "description": "These NetGain Partnership webinars will bring together researchers focused on understanding the spread of disinformation and hateful speech, along with journalists and advocates, to discuss what is happening on social media and how tech companies and governments should address ‘information disorder’ moving forward.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_205428.7053230000.png",
            "created": "2020-04-29T20:54:28.704726Z",
            "moderation_state": 3
        },
        {
            "id": 1715,
            "content_url": "https://foundation.mozilla.org/en/blog/poll-video-call-app-usage-rises-so-does-anxiety-about-privacy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Poll: As Video Call App Usage Rises, So Does Anxiety About Privacy",
            "description": "Fresh research from Mozilla and Ipsos provides insight into the volume of Americans now using video chat apps, which apps are most popular, and what is most concerning to consumers regarding privacy and security.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-08_224310.0557980000.jpg",
            "created": "2020-05-08T22:43:10.055098Z",
            "moderation_state": 3
        },
        {
            "id": 1657,
            "content_url": "https://foundation.mozilla.org/en/blog/teaching-computing-during-covid-19-crisis/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "Covid-19",
                "ethics",
                "#mozfellows19",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Teaching Computing During COVID 19 Crisis",
            "description": "When COVID-19 hit the United States, and citizens were asked to go home and stay at home, technology became a key part of everyday life. The benefits of technology were highlighted, as well as the harms and unintended consequences of technology. It is now even more critical to discuss ethics and responsibility of technology and computing with our students, to help understand the responsibility of technology during times of crisis to uphold infrastructure, to scale, to not cause harm, to protect privacy and security, and more. Inspired by #teachthevirus and the #coronavirussyllabus.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-30_140359.4044680000.jpg",
            "created": "2020-04-30T14:03:59.403867Z",
            "moderation_state": 3
        },
        {
            "id": 1659,
            "content_url": "https://theclimatefix.com/episodes/climate-misinformation-advertising-w-harriet-kingaby-from-can",
            "is_bookmarked": false,
            "tags": [
                "advertising",
                "climate change",
                "hate tracking"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Harriet Kingaby",
            "submitter_profile_id": 3796,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3796,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Combat climate denial by cutting off its funding",
            "description": "Follow the money, said Lester Freeman in the Wire, and you don't know where the it's gonna take you.\n\nFollowing the money when investigating climate denial takes you to some dark places. It also takes you to the advertisers that fund it. This podcast is all about the interconnections between dark money, climate denial, hate speech and advertising.",
            "get_involved": "",
            "get_involved_url": "https://www.consciousadnetwork.org/",
            "interest": "Advertising is funding climate denial and hate speech, thus an unhealthy internet",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-01_090415.5093400000.jpg",
            "created": "2020-05-01T09:04:15.508984Z",
            "moderation_state": 3
        },
        {
            "id": 1661,
            "content_url": "https://www.derechosdigitales.org/?s=covid-19",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "latin america"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Amy Schapiro Raikar",
            "submitter_profile_id": 193,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Derechos Digitales support for COVID-19 response in Latin America & beyond",
            "description": "The digital rights nonprofit Derechos Digitales is asking important questions like: What’s the role of technology on this crisis? How can we harness technology to fight the pandemic while also respecting fundamental rights? Is technology being used as a tool to democratized resources to cope with the crisis or as an indicator of privilege and inequality? Derechos Digitales is also educating people on working securely from home, scrutinizing the privacy impacts of actions taken by the governments in Latin America, and more.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-01_190757.5080900000.png",
            "created": "2020-05-01T17:31:50.313832Z",
            "moderation_state": 3
        },
        {
            "id": 1664,
            "content_url": "http://www.amnesty.org/en/documents/pol30/2081/2020/en/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Amy Schapiro Raikar",
            "submitter_profile_id": 193,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Joint statement: State surveillance to fight pandemic must respect human rights",
            "description": "The COVID-19 pandemic is a global public health emergency that requires a coordinated and large-scale response by governments worldwide. However, States’ efforts to contain the virus must not be used as a cover to usher in a new era of greatly expanded systems of invasive digital surveillance. We, the undersigned organizations, urge governments to show leadership in tackling the pandemic in a way that ensures that the use of digital technologies to track and monitor individuals and populations is carried out strictly in line with human rights.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-04_180502.3096390000.png",
            "created": "2020-05-04T18:05:02.309243Z",
            "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": 1673,
            "content_url": "https://mobilisationlab.org/stories/theres-no-going-back-heres-how-our-network-of-campaigners-is-responding-to-and-collaborating-in-this-crisis",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "movement-building"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How MobLab's campaigners are collaborating and responding to COVID19",
            "description": "Collective “aha” moments from 150 campaigners and changemakers in the MobLab network.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_183121.5421210000.jpg",
            "created": "2020-05-05T18:30:08.272539Z",
            "moderation_state": 3
        },
        {
            "id": 1674,
            "content_url": "https://opennews.org/#carepackage",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "COVID 19 Community Care Package from Open News",
            "description": "A set of resources from the Open News community on ways we can take care of each other through mutual aid, knowledge-sharing, and healthy work-from-home culture.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_183708.1796630000.jpg",
            "created": "2020-05-05T18:37:08.178852Z",
            "moderation_state": 3
        },
        {
            "id": 1676,
            "content_url": "https://www.adl.org/blog/how-to-prevent-zoombombing",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "How to Prevent Zoombombing",
            "description": "A post on how to prevent Zoombombing incident; this post also contains links to further reading, \"Steps to Take During A Zoombombing Incidnent\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_204223.1797410000.png",
            "created": "2020-05-05T20:37:28.879336Z",
            "moderation_state": 3
        },
        {
            "id": 1678,
            "content_url": "https://www.adl.org/blog/what-is-zoombombing-and-who-is-behind-it",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What is Zoombombing and Who is Behind it?",
            "description": "A regularly updated post from the ADL's Center on Extremism center for describing Zoombombing, and tracking Zoombombing incidents during the coronavirus pandemic of 2020.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_211657.4783740000.png",
            "created": "2020-05-05T21:16:57.478044Z",
            "moderation_state": 3
        },
        {
            "id": 1372,
            "content_url": "https://foundation.mozilla.org/blog/youtube-regrets/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "YouTube Regrets: Share Your Story",
            "description": "YouTube’s recommendation engine can lead users down bizarre rabbit holes — and they’re not always harmless. As our researchers here at Mozilla urge YouTube to be more open about how this happens and find out how their recommendations can be made less harmful, we want to hear your YouTube regrets. What is the one video you clicked on that suddenly sent you down a YouTube wormhole you didn’t intend to go down or altered your recommendations for the worse?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-13_144123.7697840000.jpg",
            "created": "2019-09-13T14:41:23.769209Z",
            "moderation_state": 3
        },
        {
            "id": 1680,
            "content_url": "https://selgebali.gitbook.io/opencider/",
            "is_bookmarked": false,
            "tags": [
                "#digital inclusion",
                "equity",
                "knowledge sharing",
                "open data",
                "open research"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Sara Elgebali",
            "submitter_profile_id": 2912,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sara Elgebali",
                    "profile_id": 2912,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenCider",
            "description": "OpenCider (Open Computational Inclusion and Digital Equity Resource):\n\n* A space for knowledge-sharing, advice, good practices, workflows, and a list of tools to facilitate computational training and big data analysis.\n* Guidelines and lessons learned from LMICs (low and middle-income countries).\n* Ideas for the development of accessible, adaptable technical solutions.\n* A community space for diverse open data and open research enthusiasts to connect and collaborate.",
            "get_involved": "Ways to support:\n* Design logo, artwork\n* Contribute to survey design\n* Add content/contributions on GitHub\n* Share and interact on social media\n*Help create simplified templates for checkin and check out for computational training events",
            "get_involved_url": "https://selgebali.gitbook.io/opencider/about/get-involved",
            "interest": "Inclusion in computational spaces enriches the open data community. In order to drive innovation and discovery we need to encourage participation, contribution and visibility of under-represented groups i.e. from low and middle income countries, in open data and open research discussions.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-07T13:36:52.045743Z",
            "moderation_state": 3
        },
        {
            "id": 1713,
            "content_url": "https://www.manrs.org/2020/04/local-awareness-and-assistance-is-key-to-rpki-success/",
            "is_bookmarked": false,
            "tags": [
                "Bangladesh",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MANRS article on Impact of RPKI Awareness in Bangladesh",
            "description": "MANRS re-posted my article that appeared on APNIC blog last month. The post covers how my OIE project significantly changed the picture of RPKI Deployment in Bangladesh.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-08T19:17:26.728898Z",
            "moderation_state": 3
        },
        {
            "id": 1714,
            "content_url": "https://netsense.tech/rpki",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Visualising RPKI Status in South Asia and Myanmar",
            "description": "Under my Open Internet Engineering Fellowship project, I have created an webpage that covers the current RPKI status in South Asia and Myanmar (region that my project is focussing on). The statistics shown against each country has the complete ASN list and their corresponding Valid, Invalid and Not-found ROAs. The lists are shared among the Network Operators Group (NOG) Members so that they can take remedial measures and fix their issues. The stats are updated bi-weekly.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-08T22:07:55.336811Z",
            "moderation_state": 3
        }
    ]
}