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=id&page=28
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=id&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=id&page=27",
    "results": [
        {
            "id": 1610,
            "content_url": "https://www.scu.edu/ethics/focus-areas/technology-ethics/resources/what-we-are-doing-with-ethicalcs-at-santa-clara-university/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What We Are Doing with #EthicalCS at Santa Clara University",
            "description": "Santa Clara University  was awarded a grant in April 2019 as one of the winners of the Mozilla Responsible Computer Science Challenge. The grant is aimed at promoting innovation and experimentation in the integration of ethics into undergraduate Computer Science curricula. This is a summary of what we have been doing, and some of the plans ahead.",
            "get_involved": "",
            "get_involved_url": "https://www.responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-05_134131.1163030000.png",
            "created": "2020-03-05T13:41:31.115694Z",
            "moderation_state": 3
        },
        {
            "id": 1611,
            "content_url": "https://c4ejournal.net/2019/10/10/jeff-behrends-ethics-education-in-computer-science-the-embedded-ethics-approach-2019-c4ej-41/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "education",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ethics Education in Computer Science: The Embedded EthiCS Approach",
            "description": "Jeff Behrends, Ethics Education in Computer Science: The Embedded EthiCS Approach [2019 C4eJ 41]",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-03-05T13:44:21.772557Z",
            "moderation_state": 3
        },
        {
            "id": 1612,
            "content_url": "https://web.cs.toronto.edu/news-events/events/dls1903",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ethical Challenges of Intelligent Systems to Embedding Ethics in Computer Sci",
            "description": "This talk will describe Harvard's Embedded EthiCS initiative, a novel approach to integrating ethics into computer science education that incorporates ethical reasoning throughout courses in the standard computer science curriculum. It changes existing courses rather than requiring wholly new courses.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-03-05T13:47:17.539019Z",
            "moderation_state": 3
        },
        {
            "id": 1613,
            "content_url": "https://news.umbc.edu/umbc-students-confront-ethical-challenges-through-new-computing-curriculum/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "education",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "UMBC students confront ethical challenges through new computing curriculum",
            "description": "Incorporating ethics into computing curriculum is crucial to ensure that today’s graduates are well prepared to address the complex challenges of the future, Mentis explains. Recently, she and colleagues in UMBC’s College of Engineering and Information Technology received funding from the Mozilla Foundation to support implementing ethics components in their courses.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-05_135153.8093910000.jpg",
            "created": "2020-03-05T13:51:53.809080Z",
            "moderation_state": 3
        },
        {
            "id": 1614,
            "content_url": "https://ethicslab.georgetown.edu/blog/blending-philosophy-and-computer-science",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "education",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blending Philosophy and Computer Science for Ethical Development",
            "description": "A semester in, Ethics Lab’s Mozilla Responsible CS project has shown great promise in helping students deeply consider ethics and social responsibility in their computer science work. Ethics Lab and Georgetown’s Computer Science Department were awarded the grant by the Mozilla Foundation in spring 2019 for their proposal to build ethics directly into computer science classes. The project is supported for the 2019-2020 academic year.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-05_135453.6707550000.jpg",
            "created": "2020-03-05T13:54:53.670370Z",
            "moderation_state": 3
        },
        {
            "id": 1615,
            "content_url": "https://tech.newstatesman.com/guest-opinion/eu-white-paper-on-artificial-intelligence-falls-short",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "eu",
                "mozfellows19",
                "regulating"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Where the EU’s white paper on AI falls short",
            "description": "Together with Corinna Cath from the Oxford Internet Institute, I've written an opinion piece on the EU's AI strategy. \n\nThe elephant in the room is the context in which AI is being developed and applied: a tech industry that is dominated by a handful of companies, and a business model that’s premised on the exploitation of people’s data. A truly progressive tech policy needs to tackle the root causes of surveillance capitalism, ensure that those who are most vulnerable are truly protected, while paving the way forward towards real alternatives. That takes more than calculated risk reduction.",
            "get_involved": "",
            "get_involved_url": "https://tech.newstatesman.com/guest-opinion/eu-white-paper-on-artificial-intelligence-falls-short",
            "interest": "This is of interest to anyone interested in tech policy and AI regulation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-03-07T09:15:08.205484Z",
            "moderation_state": 3
        },
        {
            "id": 1616,
            "content_url": "https://jolt.law.harvard.edu/digest/my-data-my-terms",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "#CCPA",
                "#data",
                "#datalicense",
                "#dataprivacy",
                "#GDPR",
                "#myAI",
                "#privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                },
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Personal Data Licenses: A Proposal",
            "description": "Super excited that Harvard Journal of Law & Technology  has just published our proposal to create personal data licenses: “My Data, My Terms: A Proposal for Personal Data Use Licenses”.\n\nIn this proposal, we foresee a future of user-held data, where each individual can easily control who can access their personal data. We suggest a system of shareable and understandable set of personal data licenses.\n\nPersonal data license system will instill the marketplace with needed shared trust and transparency, and help individuals “activate” their data for superior value and experiences.",
            "get_involved": "",
            "get_involved_url": "https://www.prifina.com/developer-sign-up.html",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-07_214955.6338800000.jpg",
            "created": "2020-03-07T21:49:55.633367Z",
            "moderation_state": 3
        },
        {
            "id": 1617,
            "content_url": "https://www.derechosdigitales.org/14220/a-linguagem-comum-das-mulheres-e-uma-outra-internet/",
            "is_bookmarked": false,
            "tags": [
                "internet",
                "iwd"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "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": "The common language of women and another possible Internet",
            "description": "The stories of the dictatorships that took place in and plagued Latin America in the 20th century have permeated students' imagination for many decades. As part of the percentage of the population  that grew in the 90s in Brazil, I grew up reading books, attending classes and watching movies on the topic. South America, in addition to being the scene of dictatorships, was also the scene of a bloody colonization, which even today leaves geographic and socioeconomic traces that permeate the way we deal with our socialization, electronic devices, and the Internet. [only in portuguese]",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-09_114045.4530910000.jpg",
            "created": "2020-03-09T11:40:45.452773Z",
            "moderation_state": 3
        },
        {
            "id": 1618,
            "content_url": "https://medium.com/@kstathou/a-walkthrough-of-orions-backend-data-and-design-decisions-f60c01b507aa",
            "is_bookmarked": false,
            "tags": [
                "data science",
                "mozfellows19",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A walkthrough of Orion’s backend, data and design decisions",
            "description": "In the previous blog, I introduced Orion, an open-source tool for the science of science that I am developing as part of my fellowship with Mozilla. Orion can be split into three parts; a backend that includes the processes that collect and analyse research data, a search engine and a data visualisation layer. In this post, I will discuss Orion’s backend as well as some important data and design choices.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-16_091734.5495960000.jpg",
            "created": "2020-03-16T09:17:34.549153Z",
            "moderation_state": 3
        },
        {
            "id": 1619,
            "content_url": "https://foundation.mozilla.org/en/blog/responsible-computer-science-challenge-mozfest/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "#RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Responsible Computer Science Challenge at MozFest",
            "description": "During MozFest 2019, Mozilla hosted the second convening of the 17 awardees of the Responsible Computer Science Challenge. The goal of this second convening was for awardees to share ideas and challenges with each other, collaborate with the global Responsible Computer Science community, and learn from others within the larger MozFest community. We achieved this with a small group convening on Thursday, a Lessons Showcase at the University College London on Friday, and attendance with the global MozFest community over the weekend.",
            "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-03-19_163759.4520070000.png",
            "created": "2019-12-06T16:37:59.449797Z",
            "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": 1621,
            "content_url": "https://foundation.mozilla.org/en/blog/responsible-computer-science-challenge-sigcse/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Responsible Computer Science Challenge at SIGCSE",
            "description": "Prior to SIGCSE being canceled, in accordance with the Governor of Oregon’s mandate for canceling convenings of certain sizes related to COVID-19, we held a pre-symposium titled “Integrating Ethics and Social Responsibility in Computing Curricula Symposium.” Our goal was to share some mini-lessons and updates on the Challenge with other computer science faculty, teachers, and community partners interested in advocating for and integrating ethics into computer science education.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-21_133041.4998600000.png",
            "created": "2020-03-21T13:30:41.499502Z",
            "moderation_state": 3
        },
        {
            "id": 1622,
            "content_url": "https://2020.apricot.net/",
            "is_bookmarked": false,
            "tags": [
                "APRICOT2020",
                "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": "Event Wrap: APRICOT2020 in Melbourne",
            "description": "More than 600 network engineers gather in Melbourne for the APRICOT2020 Conference held on 12-21 Feb 2020. Being APAC’s one of the biggest events, APRICOT was full of workshops, tutorials and conference sessions on Internet operational technologies. I conducted a 5-day workshop on Advance BGP and Routing Security, contributed in a day-long RPKI Deployathon and presented my paper on RPKI Deployment at the RPKI Deployment session. I could help some folks fix their ROAs. I encouraged many South Asian network operators to deploy RPKI validator in their network and join MANRS initiative.",
            "get_involved": "",
            "get_involved_url": "https://apricot.net",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-23_170835.8703000000.JPG",
            "created": "2020-03-23T17:08:35.869463Z",
            "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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 1655,
            "content_url": "https://dataethics.eu/publicprocurement/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "White Paper: Data Ethics in Public Procurement",
            "description": "Dataethics.eu is releasing a white paper on public procurement of AI technologies providing a detailed map for public procurers to choose AI-based services and solutions that put data ethics, democracy and fundamental rights first.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_165017.1540530000.png",
            "created": "2020-04-29T16:50:17.153704Z",
            "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": 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": 1658,
            "content_url": "https://foundation.mozilla.org/en/blog/teaching-computing-during-covid-19-crisis/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "ethics",
                "mozfellows18",
                "mozfellows19",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Teaching Computing During the 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": "https://foundation.mozilla.org/what-we-fund/awards/responsible-computer-science-challenge/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-30_144803.7947430000.jpg",
            "created": "2020-04-30T14:48:03.794177Z",
            "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": 1660,
            "content_url": "https://aisforanother.net",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "mozfellows19",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "A is for another: A dictionary of AI",
            "description": "This resource by Maya Ganesh is a great resource to map understanding of AI.\n\"A Is For Another answers the question: what is AI? Or, how do we understand what it means to be human and non-human through artificial intelligence? This dictionary presents how intelligence, humans, machines, data and mind exist across a variety of cosmologies, sciences and art practices as perceptions change over time.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-01_142841.5796170000.png",
            "created": "2020-05-01T14:28:41.579213Z",
            "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": 1662,
            "content_url": "https://www.youtube.com/watch?v=D0UaFE4yoNg",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy in the Era of CoViD - Online Roundtable",
            "description": "Medianama organised a roundtable with lawyers, technologists and government representatives to speak about surveillance measures being undertaken as a response to CoViD-19. I participated in the roundtable and suggested appropriate legal measures to minimise the harms of automated decision-making systems being deployed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-04_133441.5799480000.jpg",
            "created": "2020-05-04T13:34:41.579454Z",
            "moderation_state": 3
        },
        {
            "id": 1663,
            "content_url": "https://thewire.in/tech/covid-19-aarogya-setu-surveillance",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "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": "India’s Digital Response to COVID-19 Risks Creating a Crisis of Trust",
            "description": "India's 'digital' responses to the CoViD-19 pandemic risks undermining public health and public trust. In this brief article I assess the harms of these responses and suggest measures to mitigate the risks of digital technologies in light of the pandemic.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-04T13:38:11.526800Z",
            "moderation_state": 3
        }
    ]
}