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

**Route** - `/entries`

#Query Parameters -

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

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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-help_types&page=32",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-help_types&page=30",
    "results": [
        {
            "id": 1512,
            "content_url": "https://nyupress.org/9781479837243/algorithms-of-oppression/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellow20"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI, Data Protection and Privacy policy in Africa?",
            "description": "One month into me fellowship and my questions so far:\n\n1) “The Right to be protected from decisions made purely on the basis of automated data processing”. What would this mean in African contexts?\n2) Reading Algorithms of Oppression by Safiya Umoja Noble. “Deep machine learning, which is using algorithms to replicate human thinking, is predicated on specific values from specific kinds of people—namely, the most powerful institutions in society and those who control them.” (pg, 29). \n3) Framing ideas: Data justice and Feminist approaches to AI & policy\n4) Find me on twitter @chenaichair.",
            "get_involved": "Looking for readings on the impact of AI in Africa, feminist literature on tech & policy and research to policy organisations in Africa working on AI.",
            "get_involved_url": "",
            "interest": "Developing relevant policy in the light of AI uptake in Africa.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-17_085006.5441460000.jpg",
            "created": "2019-11-17T08:50:06.543443Z",
            "moderation_state": 3
        },
        {
            "id": 1220,
            "content_url": "https://github.com/fourthletter/SentencingByNumber",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Di Luong",
            "submitter_profile_id": 423,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Di Luong",
                    "profile_id": 423,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sentencing By Numbers Project",
            "description": "We have the right to evaluate and audit these “black boxes” for biases. Algorithms act on human biases by replicating these biases, thereby reinforcing and even exacerbating existing inequalities. Data literacy is a path to better understanding the human decisions behind the curtain of the great and powerful AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-06-14T14:58:16.277259Z",
            "moderation_state": 3
        },
        {
            "id": 1941,
            "content_url": "https://foundation.mozilla.org/campaigns/apples-anti-tracking-plans-iphone",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "campaigns",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Apple’s anti-tracking plans for iPhone",
            "description": "Apple plans to improve privacy on iPhone, but it’s already pushed back the implementation. We need a massive outpouring of support for Apple’s decision to help strengthen its resolve to protect consumer privacy. Tell Apple: I support your efforts to defend our privacy, and encourage you to implement the IDFA changes as soon as possible.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/apples-anti-tracking-plans-iphone",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-15_173032.0311800000.jpg",
            "created": "2020-12-15T17:30:32.030613Z",
            "moderation_state": 3
        },
        {
            "id": 1770,
            "content_url": "https://foundation.mozilla.org/campaigns/nextdoor-pause-police-partnerships/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Becca Ricks",
            "submitter_profile_id": 282,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nextdoor: Pause Police Partnerships",
            "description": "People have been raising the alarm for years now about racism on Nextdoor. At the same time, Nextdoor has been courting police departments. The details of these partnerships are largely hidden from public view, leaving Nextdoor unaccountable for the potential negative outcomes for communities disproportionately targeted by police.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/nextdoor-pause-police-partnerships/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-14_161915.9622450000.jpg",
            "created": "2020-07-14T16:19:15.961711Z",
            "moderation_state": 3
        },
        {
            "id": 1819,
            "content_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "is_bookmarked": false,
            "tags": [
                "media",
                "open access",
                "openness",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action"
            ],
            "published_by": "Stefaniia Ivashchenko",
            "submitter_profile_id": 4112,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Science TV",
            "description": "Science makes our life better, safer and comfortable. However, academic community is suffering from luck of funding, transparency, reproducibility and toxic environment. Some of these problems arise from commercial companies controlling scientific communication and metrics. While most of scientific research is funded from taxpayers, makes the current system of scientific development dysfunctional and inefficient. Open Science TV is a new independent scientific media platform. Our goal is to promote Open Science principles as a potential cure to these problems and give a word to scientists.",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-08_175546.4031100000.png",
            "created": "2020-08-08T17:55:46.402723Z",
            "moderation_state": 3
        },
        {
            "id": 1218,
            "content_url": "https://github.com/ushahidi/opensourcedesign",
            "is_bookmarked": false,
            "tags": [
                "design",
                "design thinking",
                "graphic design",
                "human centered design",
                "interaction design",
                "open",
                "open source",
                "product design",
                "ui design",
                "user centred design"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Eriol Fox",
            "submitter_profile_id": 1650,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Justin Scherer",
                    "profile_id": 1876,
                    "is_active": true
                },
                {
                    "name": "Eriol Fox",
                    "profile_id": 1650,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source Design",
            "description": "Opening up the way for designers to collaborate and contribute to open source software projects with support from Adobe & Designit.",
            "get_involved": "Looking for designers interested in opening up the process of design for OSS",
            "get_involved_url": "https://github.com/ushahidi/opensourcedesign",
            "interest": "Building a comprehensive, well researched and strong way forward for designers globally to collaborate and contribute to OSS projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-12_005126.1774410000.png",
            "created": "2019-06-12T00:51:26.176982Z",
            "moderation_state": 3
        },
        {
            "id": 1763,
            "content_url": "https://foundation.mozilla.org/blog/join-mozilla-telling-major-companies-stophateforprofit/",
            "is_bookmarked": false,
            "tags": [
                "Advocacy",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Join Mozilla in telling major companies to #StopHateForProfit",
            "description": "Facebook has a major problem with hate speech and disinformation on its platform. Mozilla's calling on its peers — both tech companies and companies that rely on the internet for their core business — to pull their ads from Facebook and #StopHateForProfit.",
            "get_involved": "",
            "get_involved_url": "http://share.mozilla.org/352/208502/twitter",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-02_181720.5161880000.png",
            "created": "2020-07-02T18:17:20.515554Z",
            "moderation_state": 3
        },
        {
            "id": 763,
            "content_url": "https://github.com/prateekiiest/Code-Sleep-Python",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Prateek Chanda",
            "submitter_profile_id": 519,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Prateek Chanda",
                    "profile_id": 519,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code Sleep Python",
            "description": "The project presents a curated list of desktop applications, games and machine learning application using python. We are currently into making more desktop applications using python which can be ported in cross-platforms and used by many.",
            "get_involved": "",
            "get_involved_url": "https://github.com/prateekiiest/Code-Sleep-Python#join-slack",
            "interest": "All Hail Python !!  If you are into making cool stuff using python, like machine learning application, AI, desktop applications or game, then this is for you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-25_071200.0983960000.png",
            "created": "2018-04-25T07:12:00.097982Z",
            "moderation_state": 3
        },
        {
            "id": 1180,
            "content_url": "https://github.com/anneclinio/documenta",
            "is_bookmarked": false,
            "tags": [
                "documentation",
                "open data",
                "open science"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Anne Clinio",
            "submitter_profile_id": 1917,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Clinio",
                    "profile_id": 1917,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Documenta?! an open research about documentation practices in many kinds of labs",
            "description": "The idea is to get to know, study and showcase documentation practices developed by practitioners in labs, specially citizen labs, makerspaces, hackerspaces, informal learning spaces, etc. We believe that proper documentation of projects is crucial in opening opportunities to engage persons, share visions, foster communities, inspire initiatives and reproduce objects. Documentation can help us tracking the reasons why we obtain certain findings in our experiments, prototipes, communities. Also, it allows us to testify and learn from those who came before us, improving our initiatives.",
            "get_involved": "",
            "get_involved_url": "https://github.com/anneclinio/documenta",
            "interest": "I hope it is useful for people that creating social innovation! :)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-16T20:02:45.538747Z",
            "moderation_state": 3
        },
        {
            "id": 1730,
            "content_url": "https://medium.com/prifina/prifinas-talks-developers-and-data-with-stanford-university-s-podcast-e7a7371d0b94",
            "is_bookmarked": false,
            "tags": [
                "#Privacy #data #opensource #CCPA #API"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Paulius Jurčys",
                    "profile_id": 3914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Podcast on applications built on user-held data (Stanford/Prifina)",
            "description": "As individuals are getting more control over their personal data, developers need tools to build applications on user-held data. \n\nThis “Open Data” podcast organized by Stanford University focuses on the current changes in the data market. The founders of of Prifina talk about user-held data, and ways in which personal data will be accessed and utilized by developers who want to build new types of apps on user-held data, combining data from different sources in new ways. \n\nPrifina is building open-source tools for developers to build new use-cases and high-value apps to activate personal data.",
            "get_involved": "",
            "get_involved_url": "https://www.prifina.com/developers.html",
            "interest": "This is a podcast about the latest trends in data and privacy. May be interesting to Mozilla community who are working on open source and data privacy projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-27_200726.7956820000.png",
            "created": "2020-05-27T20:07:26.795300Z",
            "moderation_state": 3
        },
        {
            "id": 1927,
            "content_url": "https://www.convergenceinitiative.org",
            "is_bookmarked": false,
            "tags": [
                "art",
                "ArtSci",
                "collaborations",
                "design",
                "fine arts",
                "neuroscience",
                "SciArt",
                "SciComm",
                "science",
                "Science Comunication"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Cristian Zaelzer",
            "submitter_profile_id": 4410,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Cristian Zaelzer",
                    "profile_id": 4410,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Convergence Initiative",
            "description": "The Convergence Initiative is a non-profit organization committed to advancing the public's knowledge of neuroscience & art by promoting traditional & experimental methodologies to change the way we approach and connect people with science. We believe that, due to the powerful connection to emotions, the arts can be a solid partner to engage the audience by allowing the public to situate and see themselves in the complexities of scientific inquiry. In line with that, we orchestrate a range of activities including education, research, outreach, collaboration, curation & content development.",
            "get_involved": "https://www.convergenceinitiative.org/volunteer-opportunities",
            "get_involved_url": "https://www.convergenceinitiative.org",
            "interest": "For anyone interested in a better communication between factual knowledge and the lay audience, the consideration of tools that can bridge communities will attract them to our work.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-28_205421.0458270000.jpg",
            "created": "2020-11-28T20:54:21.045506Z",
            "moderation_state": 3
        },
        {
            "id": 758,
            "content_url": "https://github.com/virbrussa/M4Labs",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "collaboration",
                "data collection",
                "experiencias colaborativas",
                "Innovation spaces",
                "labs",
                "Methodologies",
                "mozsprint",
                "oer",
                "open education",
                "Open practices",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action"
            ],
            "published_by": "Virginia Brussa",
            "submitter_profile_id": 517,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Virginia Brussa",
                    "profile_id": 517,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "M4Labs",
            "description": "Metodologías Abiertas por Laboratorios de Innovación y Espacios Colaborativos (M4Labs)  es una iniciativa para explorar, compartir y desarrollar un espacio digital donde sistematizar experiencias y prácticas desarrolladas por espacios colaborativos.  Vamos a visibilizar y recolectar recursos inherentes a las metodologías usadas en el contexto colaborativo de movimientos y labs de ciencia, educación, datos, gobierno , innovación o humanitario.  Nos interesa sensibilizar en la importancia que supone abrir éstos recursos ,  prácticas y experiencias para posibilitar su reuso y análisis.",
            "get_involved": "Completar encuesta, recolectar información, comentar Issues, participar del Met-a-thon | Complete the survey, collect collaborative practices, comment ISSUES, attend the Met-a-thon (virtual talk)",
            "get_involved_url": "https://github.com/virbrussa/M4Labs",
            "interest": "Podría ser interesante para la comunidad Mozilla , practitioners de labs, ciencia abierta,  datos abiertos, investigadores porque estamos recolectando datos  sobre experiencias que todxs usamos pero en ocasiones se encuentran dispersas, en formatos no accesibles. Necesitamos abrirlas y colaborar !",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211446.3977590000.jpg",
            "created": "2018-04-25T00:46:16.097830Z",
            "moderation_state": 3
        },
        {
            "id": 1268,
            "content_url": "https://womenreclaimingai.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "Feminism"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Coral Manton",
            "submitter_profile_id": 2894,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Coral Manton",
                    "profile_id": 2894,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women Reclaiming AI",
            "description": "Women Reclaiming AI (WRAI) is an expanding piece of design activism presented as a feminist AI voice assistant, programmed through participatory workshops by a growing community of women. Through creating a platform for collective writing and editing the project co-creates an AI personality that challenges gender roles. \n\nWRAI is a response to the pervasive depiction of AI voice assistants gendered as women, subordinate and serving. WRAI reclaims female voices by empowering women to harness conversational AI for protest. In so doing we are educating women about AI and demystifying processes.",
            "get_involved": "",
            "get_involved_url": "https://womenreclaimingai.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-29_142438.2640340000.jpg",
            "created": "2019-07-29T14:24:38.263504Z",
            "moderation_state": 3
        },
        {
            "id": 1470,
            "content_url": "https://studiomoniker.com",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Luna Maurer",
            "submitter_profile_id": 3298,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luna Maurer",
                    "profile_id": 3298,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Moniker",
            "description": "Moniker is an Amsterdam based interactive design studio by Luna Maurer & Roel Wouters. \nWith Moniker we work on commissioned design projects while also investing in projects of an autonomous and experimental nature.\nThe studio works across various media for a diverse range of clients ranging from those in the cultural field to commercial companies. With our projects, we explore the social effects of technology – how we use technology and how it influences our daily lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-07T14:10:44.708232Z",
            "moderation_state": 3
        },
        {
            "id": 1764,
            "content_url": "https://foundation.mozilla.org/campaigns/tell-amazon-ring-stop-sharing-information-police-services/",
            "is_bookmarked": false,
            "tags": [
                "Advocacy",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tell Amazon Ring: sever police ties",
            "description": "Amazon's Ring doorbell cameras have become very popular, creating a vast neighborhood surveillance network. And Ring shares its footage with law enforcement through its Neighbors Law Enforcement Portal, which has been called the \"perfect storm of privacy threats.\"  If Amazon is serious about its new police policies, it must extend its moratorium to include Ring.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-02_200258.6109550000.jpg",
            "created": "2020-07-02T19:56:52.061293Z",
            "moderation_state": 3
        },
        {
            "id": 1455,
            "content_url": "http://www.tech-girls.org/challenge.html",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "art gallery",
                "computer science",
                "online privacy & security",
                "robotics",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Join the #TechGirlsChallenge",
            "description": "Tech-Girls launched a global challenge at MozFest 2019 to help spread the internet health movement to underrepresented youth, especially girls. You can join the challenge by trying out one of our activities and then hosting your own #TechGirlsChallenge Pop-up Station in your community. \n\nActivities include: \n1) drafting a \"robot zine\" with a code of conduct for how you want your future robot companions to treat humans;\n2) designing a security avatar to protect your privacy;\n3) creating an original work of digital art that reflects diversity and/or openness to you and share",
            "get_involved": "We would love for you to try out an activity & give us feedback, promote the #TechGirlsChallenge in your network and/or host a challenge & let us know how it went!",
            "get_involved_url": "http://www.tech-girls.org/challenge.html",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-31_163300.8707730000.png",
            "created": "2019-10-31T16:33:00.870374Z",
            "moderation_state": 3
        },
        {
            "id": 1923,
            "content_url": "https://academic.oup.com/jiplp/article/15/1/24/5709090?guestAccessKey=7c0da897-eef1-4a80-b5fb-6575519f4560&fbclid=IwAR16proOxuG8PVavqd3SskXeohOExMNkzQStvpnf9twYgQQfZ5NFNuoLNN4",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "automation",
                "deepfake",
                "Law tech",
                "machine learning",
                "natural language processing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A law review paper: \"DEEP FAKES: Legal and Ethical Considerations\"",
            "description": "Hello, Mozilla community. \n\nI'd like to share with you a law review article about DEEP FAKES: it contains an overview of major issues as well as one practical suggestion how to trace deep fakes. \n\nCheck it out!",
            "get_involved": "",
            "get_involved_url": "https://academic.oup.com/jiplp/article/15/1/24/5709090?guestAccessKey=7c0da897-eef1-4a80-b5fb-6575519f4560&fbclid=IwAR16proOxuG8PVavqd3SskXeohOExMNkzQStvpnf9twYgQQfZ5NFNuoLNN4",
            "interest": "The paper provides a succinct overview of deep fakes and possible legal and ethical considerations. Also, the paper provides a practical technology solution how to identify and trace deep fakes.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-25T07:16:50.404627Z",
            "moderation_state": 3
        },
        {
            "id": 1924,
            "content_url": "https://opendott.org/posts/openness-for-building-equity-internet/",
            "is_bookmarked": false,
            "tags": [
                "equity",
                "internet",
                "multistakeholder",
                "openness"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Sarah Kiden",
            "submitter_profile_id": 491,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Sarah Kiden",
                    "profile_id": 491,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openness for Building Equity: Lessons from the growth of the Internet",
            "description": "This blog post explores the lessons from the growth of the Internet that we can apply in openness  for building equity.  What does a multistakeholder model look like?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-26_211924.2518710000.jpeg",
            "created": "2020-11-26T21:19:24.251519Z",
            "moderation_state": 3
        },
        {
            "id": 1922,
            "content_url": "https://www.harrietkingaby.com/reports",
            "is_bookmarked": false,
            "tags": [
                "adtech",
                "advertising",
                "AI",
                "facial recognition",
                "machine learning",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Attend"
            ],
            "published_by": "Harriet Kingaby",
            "submitter_profile_id": 3118,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI & Advertising: A Consumer Perspective",
            "description": "Digital advertising is a booming industry, and the primary business model sustaining the internet, humanity’s most important communications tool. But as AI-powered advertising grows more pervasive and sophisticated, it is doing so without guardrails.\n\nA report on the potential harms of AI powered advertising, and thoughts on redesigning the system.",
            "get_involved": "",
            "get_involved_url": "https://www.harrietkingaby.com/reports",
            "interest": "Anyone who's looking at AI and regulation, or anyone looking at reforming adtech",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-23_210017.3944400000.jpg",
            "created": "2020-11-23T21:00:17.393625Z",
            "moderation_state": 3
        },
        {
            "id": 1153,
            "content_url": "https://github.com/Chenashlee/Youth-in-internet-policy",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19",
                "mozilla fellow"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Youth in Internet Policy : OL Case study",
            "description": "I have been interested in building a community of young people in the Southern African region to collaborate and contribute to internet policy processes in the sub-region. Basing the project on principles of openness seemed to provide the best guide lines to build a community where everyone feels a sense of ownership collaborative space, that everyone may contribute to in their own capacity, which is designed, built and empowered for understanding, sharing as well as participatory and inclusive.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T10:20:38.528023Z",
            "moderation_state": 3
        },
        {
            "id": 1457,
            "content_url": "https://github.com/natalianorori/HealthDataSharingIsCaring",
            "is_bookmarked": false,
            "tags": [
                "github",
                "health",
                "openaccess",
                "opendata",
                "openness",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Take Action"
            ],
            "published_by": "Natalia Norori",
            "submitter_profile_id": 2730,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Natalia Norori",
                    "profile_id": 2730,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Health Data Sharing is Caring session repository: An invitation to contribute",
            "description": "We are happy to share the end product of the session, \"Health Data Sharing is Caring\" a GitHub repository that serves as a space to collaborate towards the implementation of better practices to address the class imbalance problem in healthcare datasets. The repository contains session notes, materials and other resources relevant to the project, as well as feedback shared by session participants. \n\nThe session was part of Mozfest's Openness space and aimed to raise awareness on bias and the underrepresentation of minorities in health datasets.",
            "get_involved": "Help us shape the project, We invite you to explore the repository and contribute with your ideas by commenting on existing issues or creating new ones.",
            "get_involved_url": "https://github.com/natalianorori/HealthDataSharingIsCaring",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-05_041157.9648810000.png",
            "created": "2019-11-05T04:11:57.964227Z",
            "moderation_state": 3
        },
        {
            "id": 561,
            "content_url": "https://futurenotmade.eu/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "copyright",
                "european union"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Future Not Made in the EU",
            "description": "Explore the amazing future we could have, if we can stop the destructive EU Copyright Reform Proposal from becoming a reality. Help us defend the open internet in the EU!",
            "get_involved": "Centrum Cyfrowe and other organizations work everyday to convince the European Commission and the European Parliament to put the copyright reform on the right track. Join our efforts.",
            "get_involved_url": "https://futurenotmade.eu/info.html",
            "interest": "The website shows innovative techological inventions that we could have -- that could improve our lives -- if only we could convince the EU Parliament to defend the open internet, and not destroy it.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-20_210615.2246960000.png",
            "created": "2017-12-05T01:57:12.156345Z",
            "moderation_state": 3
        },
        {
            "id": 1146,
            "content_url": "https://drive.google.com/file/d/1u_HQG3fBZ2vOt6-TvUSzo73XQ5KJ__DE/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "Culture Track",
                "OL7"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Take Action",
                "Create content",
                "Promote"
            ],
            "published_by": "Belen Gimenez Ciciolli",
            "submitter_profile_id": 1959,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Belen Gimenez Ciciolli",
                    "profile_id": 1959,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Assessing Open Culture in our work: An invite for implementation and growth",
            "description": "Assessing and reflecting on the Open Culture factors and the Digital Security workshops and materials we provide at TEDIC. Case Study for Culture Track for the Mozilla Open Leaders Cohort 7.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_185350.6396330000.png",
            "created": "2019-05-01T18:53:50.639198Z",
            "moderation_state": 3
        },
        {
            "id": 1145,
            "content_url": "https://github.com/kswhitney/access-acoustic",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "audio",
                "digital",
                "inclusion"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Kaitlin Stack Whitney",
            "submitter_profile_id": 2038,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kaitlin Stack Whitney",
                    "profile_id": 2038,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Accessible Acoustic Ecology",
            "description": "Acoustic ecology is a growing area of environmental research, in part due to exciting new open source hardware and software technologies. The tools are now more accessible, pricewise, to more people. But, like lots of science, open source acoustic ecology isn’t necessarily open to everyone yet - this project looks at developing, testing, sharing, and refining workflows for acoustic ecology projects using pilot audio data.",
            "get_involved": "",
            "get_involved_url": "https://github.com/kswhitney/access-acoustic",
            "interest": "Open science isn’t open to all unless it’s accessible",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-01T17:03:23.138240Z",
            "moderation_state": 3
        },
        {
            "id": 440,
            "content_url": "https://paperstorm.it/",
            "is_bookmarked": false,
            "tags": [
                "net neutrality"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paperstorm for Net Neutrality",
            "description": "Mozilla’s activism website Paperstorm makes standing up for net neutrality simple. All you have to do is click — a lot",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-20_173627.7034410000.jpg",
            "created": "2017-09-20T17:36:27.702765Z",
            "moderation_state": 3
        },
        {
            "id": 1458,
            "content_url": "https://foundation.mozilla.org/en/blog/save-date-responsible-cs-challenge-showcase/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Responsible Computer Science Challenge Showcase",
            "description": "This October in London, select winners from the Responsible Computer Science Challenge will showcase their lessons at the Integrating Ethics in Computing Symposium.\n\nThe presenting educators were awarded funds from Omidyar Network, Mozilla, and other Challenge partners after developing novel ways to integrate ethics into undergraduate computer science education. Learn more about the Challenge at http://responsiblecs.org, and more about the full list of winners here.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-05T15:30:09.978342Z",
            "moderation_state": 3
        },
        {
            "id": 707,
            "content_url": "https://github.com/trustodia/HPC416S",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozilla",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Trust Odia",
            "submitter_profile_id": 512,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Trust Odia",
                    "profile_id": 512,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HPC416S",
            "description": "This project is aimed at providing high performance computing (compute resource) for metagenomics analysis",
            "get_involved": "Help us fund the acquisition of a compute resource, or suggest open/free/public HPCs (e.g Amazon cloud, Azure, etc). Contribute code, pipeline for metagenomics analysis, tools, materials and content useful to building an open compute resource",
            "get_involved_url": "https://github.com/trustodia/HPC416S/blob/master/CONTRIBUTING.md",
            "interest": "This is a project that seeks to provide an open/free/public/remote platform for data scientists and bioinformaticians (especially in Africa), and it is useful in Africa's genomic research. Most institutions in Africa do not have access to such infrastructure, hence the need to provide one.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_075723.4650090000.jpg",
            "created": "2018-04-24T07:57:23.464506Z",
            "moderation_state": 3
        },
        {
            "id": 1267,
            "content_url": "https://womenreclaimingai.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "Feminism"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Coral Manton",
            "submitter_profile_id": 2894,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Coral Manton",
                    "profile_id": 2894,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women Reclaiming AI",
            "description": "Women Reclaiming AI (WRAI) is an expanding piece of design activism presented as a feminist AI voice assistant, programmed through participatory workshops by a growing community of women. Through creating a platform for collective writing and editing the project co-creates an AI personality that challenges gender roles. \n\nWRAI is a response to the pervasive depiction of AI voice assistants gendered as women, subordinate and serving. WRAI reclaims female voices by empowering women to harness conversational AI for protest - educating women in AI & demystifying processes.",
            "get_involved": "",
            "get_involved_url": "https://womenreclaimingai.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-29_135834.9961500000.jpg",
            "created": "2019-07-29T13:58:34.995471Z",
            "moderation_state": 3
        },
        {
            "id": 1838,
            "content_url": "https://foundation.mozilla.org/campaigns/paid-programming/",
            "is_bookmarked": false,
            "tags": [
                "#advocacy",
                "#campaign",
                "mozilla"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paid Programming: Streaming Services Political Ad Policies",
            "description": "In the middle of watershed U.S. elections and a global pandemic, people are increasingly turning to ad-supported streaming platforms for entertainment. At the same time, these platforms offer little to no transparency into political ad spend, targeting, or how they are enforcing policies. Mozilla just published a detailed report covering six top streaming platforms. See how they compare.",
            "get_involved": "Read and share the report.",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/paid-programming/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-24_014639.4872430000.jpg",
            "created": "2020-09-24T01:46:39.486906Z",
            "moderation_state": 3
        },
        {
            "id": 1719,
            "content_url": "https://digitalfreedomfund.org/what-decolonising-digital-rights-looks-like/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Aurum Linh",
            "submitter_profile_id": 3350,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurum Linh",
                    "profile_id": 3350,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Decolonisation in the Digital Rights Field",
            "description": "Decolonisation is core to all of our work as NGOs and non-profits. We are striving to create a future that is equitable and just. To do that, we need to dismantle the systems of racism, anti-blackness, and colonisation embedded in every aspect of our society.\n\nThis is a particularly urgent conversation to have in the digital rights field, given the belief that technology will liberate us from these biases. In reality, we can see that it is deepening these divides and automating these systems of oppression.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-13T17:25:48.370365Z",
            "moderation_state": 3
        },
        {
            "id": 550,
            "content_url": "https://privacynotincluded.org",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "iot",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Take Action"
            ],
            "published_by": "Paul Johnson",
            "submitter_profile_id": 234,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Paul Johnson",
                    "profile_id": 234,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "*Privacy Not Included: a holiday buyer's guide from Mozilla",
            "description": "*Privacy Not Included is a shopping companion to help consumers identify Internet-connected products that meet their privacy and security needs. Our goal: To make products’ privacy and security features as obvious as their price.",
            "get_involved": "",
            "get_involved_url": "https://privacynotincluded.org",
            "interest": "It's a consumer-friendly entry point into the conversation about privacy & security and connected devices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-15_190033.7234660000.jpg",
            "created": "2017-11-15T19:00:33.723031Z",
            "moderation_state": 3
        },
        {
            "id": 1132,
            "content_url": "https://ainowinstitute.org/AI_Now_2018_Report.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Localize & translate"
            ],
            "published_by": "Genevieve Fried",
            "submitter_profile_id": 2283,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Genevieve Fried",
                    "profile_id": 2283,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI Now Annual Report (2018)",
            "description": "The AI Now Report identifies emerging challenges and new research around Artificial Intelligence (AI) technologies, offering practical pathways to policymakers, the public, and technologists for understanding and mitigating risks posed by AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "AI introduces new, and exacerbates old concerns raised by the web. This report crystallizes some key risks around AI.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-29T17:12:51.169336Z",
            "moderation_state": 3
        },
        {
            "id": 1128,
            "content_url": "https://aileadersproject.pubpub.org/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "AI",
                "decentralization",
                "development",
                "digital divide",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Join community",
                "Localize & translate",
                "Take Action"
            ],
            "published_by": "Ana Carolina Rodrigues",
            "submitter_profile_id": 2264,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ana Carolina Rodrigues",
                    "profile_id": 2264,
                    "is_active": true
                },
                {
                    "name": "Victor Prata",
                    "profile_id": 1980,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A.I. Leaders Project",
            "description": "Create a community willing to discuss strategies for the development of \"Artificial Intelligence\" in the context of Latin America.",
            "get_involved": "",
            "get_involved_url": "https://aileadersproject.pubpub.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-28_175559.5453830000.png",
            "created": "2019-04-28T17:55:59.544953Z",
            "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": 1916,
            "content_url": "https://www.onceuponatech.com/chapter-seventeen.html",
            "is_bookmarked": false,
            "tags": [
                "disinformation",
                "fake news",
                "misinformation"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "5W's of Misinformation",
            "description": "Misinformation, disinformation, fake news - whatever you call it, it’s wreaking havoc on our country right now. Sarah and Kim from the Once Upon a Tech podcast join forces with Seli from the FTP podcast to share their best tips for spotting fake and biased news. It feels a little bit like having \"the talk\", but we all really need it right now! Also, don't miss all the resources they share for foiling fake news.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "educator and student perspective on misinformation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-18_120320.4774080000.png",
            "created": "2020-11-18T12:03:20.476836Z",
            "moderation_state": 3
        },
        {
            "id": 695,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook-and-european-parliament/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Theo Chevalier",
            "submitter_profile_id": 57,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Theo Chevalier",
                    "profile_id": 57,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Petition | Facebook needs to be accountable to all of us",
            "description": "Mark Zuckerberg answered U.S. Congres questions, but most Facebook users are outside the U.S. We’re calling on Mark Zuckerberg to be globally accountable, starting in Europe and to speak at the EU Parliament.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/facebook-and-european-parliament/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-17_153734.9544350000.png",
            "created": "2018-04-17T15:37:34.954089Z",
            "moderation_state": 3
        },
        {
            "id": 1126,
            "content_url": "https://www.experimentalcivics.io/programcivica",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "civic tech",
                "civictools",
                "design thinking",
                "hacking",
                "innovation",
                "Mozilla Open Leadership Project",
                "open",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah  Sharif",
                    "profile_id": 1986,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Program Civica",
            "description": "Podcast series on topics from civic hacking to design thinking",
            "get_involved": "",
            "get_involved_url": "https://www.experimentalcivics.io/programcivica",
            "interest": "Civic Hacking, Design Thinking, Open Leadership, Training, Learning",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_213122.9796120000.png",
            "created": "2019-04-25T21:31:22.979204Z",
            "moderation_state": 3
        },
        {
            "id": 1921,
            "content_url": "https://world.openfoodfacts.org/discover",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "crowdsourcing",
                "environment",
                "health",
                "opendata",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Pierre Slamich",
            "submitter_profile_id": 4371,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pierre Slamich",
                    "profile_id": 4371,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Food Facts",
            "description": "Open Food Facts is the \"wikipedia of food\". Using the collaborative mobile app for Android and iPhone, you can help make food transparency a reality across the globe.\nYou take photos, and community effort and artificial intelligence then allow us to create data about the products, and to compute health and environmental scores. \nAll our work is open source and opendata, and we're strictly independant from the food industry.\nThat way, you can know if a product is good for you and for the planet, help other make food choices that work for them, and help foster research.",
            "get_involved": "We're looking for coders (to help us improve the tech) and decoders (to decipher all the food that's surrounding us). \nThe impact of Open Food Facts grows by spreading the word, adding new products using the app, translating the project, and much much more.",
            "get_involved_url": "https://world.openfoodfacts.org/contribute",
            "interest": "Open Food Facts uses tech and community to have a systemic impact on the health and environmental aspects of the food system.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-23T09:15:24.864648Z",
            "moderation_state": 3
        },
        {
            "id": 545,
            "content_url": "https://webfoundation.org/2017/11/a-healthy-internet-is-an-equal-internet/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "equality",
                "internet",
                "mozfest",
                "world wide web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Mara Silvestri",
            "submitter_profile_id": 226,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Mara Silvestri",
                    "profile_id": 226,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A healthy internet is an equal internet",
            "description": "This is a guest post from Nanjira Sambuli, the Web Foundation’s Digital Equality Advocacy Manager about her speech at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "http://www.webfoundation.org",
            "interest": "It focuses on MozFest",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_100619.1262390000.JPG",
            "created": "2017-11-07T10:06:19.125512Z",
            "moderation_state": 3
        },
        {
            "id": 1124,
            "content_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/13",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fish Dreams",
            "description": "Longitudinal Tracking of Cognitive Impairment\n\nThis tool allows providers to track cognitive assessments for high-risk MCI patients. This open-source project is designed to provide a standardized modular environment for digital psychometric analysis. \n\nThe goal of this tool is to assist PCPs, Specialists, and Researchers obtain assessment data outside of the hospital environment at set frequencies. The software is not meant to replace existing providers, but provide additional data points to support a diagnosis.",
            "get_involved": "We are looking for full application support if it looks interesting? We are looking for experts and scientists working with cognitive assessments. We are looking for advisers to help support our first open source project.",
            "get_involved_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/13",
            "interest": "Open Science, Mozilla Mini Science Grant Project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_212143.3447970000.png",
            "created": "2019-04-25T21:21:43.344228Z",
            "moderation_state": 3
        },
        {
            "id": 1915,
            "content_url": "https://www.genderit.org/feminist-talk/privacy-time-pandemic-how-your-data-doing",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Privacy in the time of a pandemic: how is your data doing?",
            "description": "In this three-part series – I am reflecting on the work I have done using a feminist data justice perspective to understand AI, privacy and data protection in South Africa.  This first part has looked at data and the right to privacy focusing on the current health pandemic. The second article will reflect on using the feminist methodology to develop evidence on the gendered aspect of privacy and AI. The last will be a call to action – for what is to be feminist if we cannot gather and disrupt the patriarchy?",
            "get_involved": "",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSeH3kLO_w1B2Afe6DW8idUJhz-K_aEPxPonMTABr6LSrd5ocQ/viewform",
            "interest": "Feminist approach to privacy and data protection",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-18T08:00:59.039985Z",
            "moderation_state": 3
        },
        {
            "id": 1428,
            "content_url": "http://www.lisannebuik.com/next-senses",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "art",
                "augmented reality",
                "bodytech",
                "ethics",
                "nextnature",
                "sensor"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Lisanne Buik",
            "submitter_profile_id": 3250,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lisanne Buik",
                    "profile_id": 3250,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Next Senses",
            "description": "Next Senses is an ongoing research project and science fiction film installation by Lisanne Buik and Next Nature Network that explores the potential of AI, AR and sensor-tech to expand our senses, increase our wellbeing, and connect us to nature in unexpected ways. Join the debate on nextnature.net!",
            "get_involved": "",
            "get_involved_url": "https://www.nextnature.net/join/",
            "interest": "How can we research and support a healthy approach to embodied technologies?",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-17_145837.9347280000.jpeg",
            "created": "2019-10-17T14:58:37.934013Z",
            "moderation_state": 3
        },
        {
            "id": 481,
            "content_url": "https://github.com/meghanlazier/opposite-troll",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "open leadership zone",
                "trolling"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Meghan Lazier",
            "submitter_profile_id": 145,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Meghan Lazier",
                    "profile_id": 145,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What's the Opposite of a Troll?",
            "description": "Help us attempt to name, recognize and celebrate the behavior online that’s at the opposite end of the spectrum of how a troll behaves. We want to make altruism online a part of our vocabulary.",
            "get_involved": "We’re on a mission to do two things: 1.) Crowdsource names for the anti-troll. What is one word that we can use to identify the opposite of a troll? 2.) Curate and share online content and interactions that exemplifies the type of behavior, interactions and spirit of we want to see online.",
            "get_involved_url": "https://github.com/meghanlazier/opposite-troll",
            "interest": "Why should you care? Because Internet users cannot currently name the opposite of a troll in one word. It’s much easier to identify and name the behavior we don’t want to see online, versus the behavior we do. This is a problem because it’s difficult to talk about what we can’t name.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_034245.1540930000.jpg",
            "created": "2017-10-22T03:42:45.153698Z",
            "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": 1123,
            "content_url": "https://github.com/JulianaNovaes/Latin-American-Data-Protection-Framework",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "data privacy",
                "latin america",
                "sprintforih"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Juliana Novaes",
            "submitter_profile_id": 2008,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Juliana Novaes",
                    "profile_id": 2008,
                    "is_active": true
                },
                {
                    "name": "Ana Carolina Rodrigues",
                    "profile_id": 2264,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Protection in Latin America: A Legal Framework",
            "description": "This project aims to map in an open format data protection legal frameworks in Latin America, so that researchers and activists can understand the main differences between legislations in each country.",
            "get_involved": "Give information about data protection in your country",
            "get_involved_url": "HTTPS://FORM.JOTFORMZ.COM/90748328484670",
            "interest": "This is a way to increase the involvement of Latin Americans on data privacy, so that a people can have a whole vision of data privacy regulation in the region and to be able to compare the scenario in different countries.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_033651.7045120000.jpg",
            "created": "2019-04-25T03:36:51.703905Z",
            "moderation_state": 3
        },
        {
            "id": 687,
            "content_url": "https://github.com/goscommons/goscommons.github.io/issues/5",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Design Documentation Hackathon (Focus: Home Appliances)",
            "description": "We are currently starting to design and document designs of home appliances in github. We are interested in creating sustainable impact using the power of open source and the commons.",
            "get_involved": "",
            "get_involved_url": "https://github.com/goscommons/goscommons.github.io/blob/master/Readme.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-12_135121.4419150000.png",
            "created": "2018-04-12T13:51:21.441365Z",
            "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": 1423,
            "content_url": "https://www.sltrib.com/opinion/commentary/2019/09/08/suresh-venkatasubramanian/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "RCSC",
                "survey"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Suresh Venkatasubramanian: Utah should opt out of the surveillance state",
            "description": "While companies can chip away at the technological limits, the legal challenges are more difficult. Any database of collected images can be used beyond its intended purpose. For example, when you got a Utah driver’s license photo, did you know it would be dumped into a database and scanned thousands of times by law enforcement agencies?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-13_001901.4369750000.jpg",
            "created": "2019-10-13T00:19:01.436661Z",
            "moderation_state": 3
        }
    ]
}