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

**Route** - `/entries`

#Query Parameters -

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

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

{
    "count": 1761,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=tags&page=34",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=tags&page=32",
    "results": [
        {
            "id": 1618,
            "content_url": "https://medium.com/@kstathou/a-walkthrough-of-orions-backend-data-and-design-decisions-f60c01b507aa",
            "is_bookmarked": false,
            "tags": [
                "data science",
                "mozfellows19",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A walkthrough of Orion’s backend, data and design decisions",
            "description": "In the previous blog, I introduced Orion, an open-source tool for the science of science that I am developing as part of my fellowship with Mozilla. Orion can be split into three parts; a backend that includes the processes that collect and analyse research data, a search engine and a data visualisation layer. In this post, I will discuss Orion’s backend as well as some important data and design choices.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-16_091734.5495960000.jpg",
            "created": "2020-03-16T09:17:34.549153Z",
            "moderation_state": 3
        },
        {
            "id": 2295,
            "content_url": "https://towardsdatascience.com/where-privacy-first-fails-ec24fe47a678",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "data",
                "data privacy",
                "data science",
                "engineering",
                "machine learning"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Where “Privacy First” Fails",
            "description": "“We are a privacy-first company”. You hear that all the time today. “We use privacy by design principles”. “We practice data minimization”. These are well-meaning statements, and often their implementation is also correct to the letter, yet this approach often leaves issues such as loss of data integrity or a lack of true de-identification, which sees “privacy first” fail. Let’s break these concepts down and explore some alternatives.",
            "get_involved": "Help us test our libraries and improve the data engineering techniques used",
            "get_involved_url": "https://www.prifina.com/",
            "interest": "It relates to techniques used to guarantee privacy in data sets and suggests limitations of some, and ways forward",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-10-27T15:59:06.019480Z",
            "moderation_state": 3
        },
        {
            "id": 1537,
            "content_url": "https://www.bellingcat.com/news/2019/12/19/transnational-white-terror-exposing-atomwaffen-and-the-iron-march-networks/",
            "is_bookmarked": false,
            "tags": [
                "data-science",
                "hate tracking",
                "investigation",
                "maps",
                "osint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open-Source Investigation into Online Hate Networks",
            "description": "We dug into and exposed the shady networks of transnational white-supremacist terror using open-source investigation tools. We revealed organizing, funding, and infiltration methods of groups like aimed at turning online hate and disinformation campaigns into real-world violence. We even made interactive maps exposing the international spread of Iron March users and potential Atomwaffen Division organizers in an effort to help make not just a healthier internet, but also a freer global society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Uses a range of open-source tools to expose hate-based disinformation campaigns online.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-29_221345.6348210000.jpg",
            "created": "2019-12-29T22:13:45.634206Z",
            "moderation_state": 3
        },
        {
            "id": 549,
            "content_url": "https://mozilla.github.io/lean-data-practices-cso/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "data",
                "data collection",
                "data management",
                "data security",
                "NGOs",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Melissa Huerta",
                    "profile_id": 61,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lean Data Practices for Civil Society Organizations",
            "description": "Lean Data Practices is a framework for NGOs to manage their data collection and storage practices to increase trust and reduce risk. This list of questions and tips is meant to stimulate conversation and thought within organizations to review their data management.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Lean Data Practices can help organizations take clear steps to protecting their community's data, and individuals can think about their own data sharing practices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-10_162618.8533410000.jpg",
            "created": "2017-11-09T20:38:19.371812Z",
            "moderation_state": 3
        },
        {
            "id": 2446,
            "content_url": "https://binarycalculationsareinadequate.org/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithms",
                "bipoc",
                "cma2021",
                "data",
                "datasets",
                "interactive",
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Dinkins",
                    "profile_id": 6069,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Binary Calculations Are Inadequate to Assess Us",
            "description": "This project seeks to provide more open, interactive, and compassionate alternatives to supplant the exclusionary algorithms and datasets that currently impact our everyday lives. It proposes a data commons approach where anyone can contribute to a training dataset, and anyone can then use that dataset to power AI. The project models this approach by creating an open, BIPOC-focused database that then uses AI to generate artwork.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_135548.6002770000.png",
            "created": "2022-11-08T13:55:48.599953Z",
            "moderation_state": 3
        },
        {
            "id": 1100,
            "content_url": "https://librarycarpentry.org/blog/2019/03/lc-mozilla-global-sprint/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "Data Skills",
                "FAIR Data & Software",
                "Lesson Development",
                "Library Carpentry",
                "Mozilla Global Sprint 2019",
                "Software Skills",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Chris Erdmann",
            "submitter_profile_id": 2204,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla-Library Carpentry Global Sprint 2019",
            "description": "Library Carpentry Sprint, 30-31 May, 2019\n\nThe Library Carpentry Sprint is part of the 2019 Mozilla Global Sprint, which will take place worldwide throughout the month of May. \n\nSprints allow us to improve upon and develop new Library Carpentry material while meeting and collaborating with people in the community. If you are new to Library Carpentry, our website has some information to help get you started.\n\nAnyone is welcome to join us during the Sprint!\n\nRead more:\nhttps://librarycarpentry.org/blog/2019/03/lc-mozilla-global-sprint/",
            "get_involved": "Help us improve upon and develop new Library Carpentry material",
            "get_involved_url": "https://librarycarpentry.org/blog/2019/03/lc-mozilla-global-sprint/",
            "interest": "Software and data skills for people working in library- and information-related roles",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-28_185416.1937600000.png",
            "created": "2019-03-28T18:54:16.193154Z",
            "moderation_state": 3
        },
        {
            "id": 2539,
            "content_url": "https://www.tidepool.org/",
            "is_bookmarked": false,
            "tags": [
                "big data",
                "data",
                "data donation",
                "data futures lab",
                "data stewardship"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tidepool",
                    "profile_id": 6344,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Tidepool",
            "description": "Tidepool is a nonprofit organization based in San Francisco, California, developing technology to provide intuitive software products that help people with diabetes. Tidepool will continue to grow its Big Data Donation Project, which enables people to donate data from their diabetes devices to help fuel the next generation of diabetes research. During this year, they will develop a blanket real-world evidence protocol to expand the potential impact of the donated data. They will also conduct interviews to develop a report to help measure and share the impact of the data sets donated to date.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_093635.6820400000.jpg",
            "created": "2023-05-16T09:36:35.681857Z",
            "moderation_state": 3
        },
        {
            "id": 2538,
            "content_url": "https://tattle.co.in/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data futures lab",
                "data stewardship"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tattle",
                    "profile_id": 6343,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Tattle",
            "description": "Tattle is a civic technology company working for a healthier online information ecosystem in India. They will continue to develop Uli, their browser plugin that gives social media users tools for a collective response to online gender-based violence, and seek to include new crowdsourcing tools for annotation and reporting.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_092752.2949590000.png",
            "created": "2023-05-16T09:27:52.294736Z",
            "moderation_state": 3
        },
        {
            "id": 2537,
            "content_url": "https://posmo.coop/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data futures lab",
                "data governance",
                "data stewardship"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "POSMO",
                    "profile_id": 6342,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "POSMO",
            "description": "Posmo is a data cooperative based in Zurich, Switzerland working on ethical ways of collecting and creating value from mobility data. Posmo will continue to develop the Posmo Data Market, a trustworthy data space offering detailed personal mobility and socioeconomic data to third parties while providing data subjects with control over the use of their data. This year, among other milestones, Posmo will continue to develop its data governance processes, define a set of criteria for sharing mobility data with third parties, and build the internal approval process through the ethics committee.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_092510.3997720000.png",
            "created": "2023-05-16T09:25:10.399300Z",
            "moderation_state": 3
        },
        {
            "id": 2053,
            "content_url": "https://medium.com/prifina/data-transfers-after-schrems-ii-d4f579b4839c",
            "is_bookmarked": false,
            "tags": [
                "#data",
                "#datatransfers #Schrems #Privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Promote",
                "Take Action"
            ],
            "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": "Data Transfers After Schrems II: Breaking the Iron Curtain for Data?",
            "description": "A few days ago, we hosted a webinar on this topic, and here's the main take-away: Companies (and individuals) have to deal with unjustifiable burden of legal compliance; yet, the emerging user-centric solutions offer much reason for optimism. This is so because the user-centric model puts data on the user's side, so very little (if any) data transfer is necessary. You can find more ideas about current challenges related to data transfers and the discussion among rockstar panelists M. Corrales Compagnucci, M. Góralczyk, K. Kiviluoto and G. Strikaitė-Latušinskaja by checking the link below.",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-04-06_082352.0234270000.jpg",
            "created": "2021-04-06T08:23:52.022794Z",
            "moderation_state": 3
        },
        {
            "id": 1515,
            "content_url": "https://foundation.mozilla.org/en/blog/should-google-know-you-better-your-doctor-does/",
            "is_bookmarked": false,
            "tags": [
                "data trust",
                "health data",
                "mozfellows19",
                "privacy",
                "surveillance capitalism"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Should Google Know You Better than Your Doctor Does?",
            "description": "Google obtained a treasure trove of medical data on millions of US and UK patients. Here I argue that data trusts could be a way to hold the company accountable.#mozfellows19",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-19_234221.6125450000.jpg",
            "created": "2019-11-19T23:42:21.612188Z",
            "moderation_state": 3
        },
        {
            "id": 1543,
            "content_url": "https://medium.com/@fre8de8rike/how-europe-can-lead-the-way-to-tackle-automated-discrimination-56bba399b3b7",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "data trust",
                "discrimination",
                "#mozfellows19",
                "mozfellows19",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How Europe can lead the way to tackle automated discrimination",
            "description": "This is a written version of the evidence I have delivered at a hearing on automated discrimination at the European Parliament on December 12, 2019. The hearing was organised by the European Greens.",
            "get_involved": "I'd love to get some feedback on my analysis and the recommendations I proposed at the end.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-03_143358.5316260000.png",
            "created": "2020-01-03T14:33:58.531147Z",
            "moderation_state": 3
        },
        {
            "id": 1605,
            "content_url": "https://medium.com/@rianeliza/exploring-the-agricultural-data-ecosystem-2cc21b009fcf",
            "is_bookmarked": false,
            "tags": [
                "agriculture",
                "data",
                "data trust",
                "mozfellows19",
                "trust"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3511,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3511,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Exploring the Agricultural Data Ecosystem",
            "description": "The three types of data collected on farms",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "data collection",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-02-27T17:48:10.757480Z",
            "moderation_state": 3
        },
        {
            "id": 1507,
            "content_url": "https://medium.com/@anoukruhaak/data-trusts-why-what-and-how-a8b53b53d34",
            "is_bookmarked": false,
            "tags": [
                "data",
                "Data trusts",
                "#mozfellows19",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Trusts: why, what, how",
            "description": "In this article I put forward the concept of data trusts as a way to claw back some control over the digital utilities that we rely on for our everyday lives and introduce the research I set out to conduct as a Mozilla Fellow.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-11T23:50:24.067961Z",
            "moderation_state": 3
        },
        {
            "id": 1722,
            "content_url": "https://medium.com/@anoukruhaak/data-commons-data-trust-63ac64c1c0c2",
            "is_bookmarked": false,
            "tags": [
                "data commons",
                "#data privacy",
                "Data trusts",
                "knowledge commons",
                "#mozfellows19",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Commons & Data Trusts: how do they relate?",
            "description": "How do data trusts relate to data commons? When trying to make sense of the many data governance models and data sharing arrangements in existence this question comes up a lot. Here I give some basic insights into how I tend to think about the relationship between a data commons and a data trust.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-20_140124.1612690000.jpg",
            "created": "2020-05-20T14:01:24.160686Z",
            "moderation_state": 3
        },
        {
            "id": 764,
            "content_url": "https://github.com/ricklupton/floweaver",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "data visualisation",
                "mozsprint",
                "open data",
                "Sankey diagram",
                "visualization"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Rick Lupton",
            "submitter_profile_id": 521,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rick Lupton",
                    "profile_id": 521,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "floWeaver",
            "description": "Many kinds of data can be thought of as 'flows': energy and materials moving through industry, money flowing through the economy, telephone lines moving between providers, voters moving between parties. floWeaver helps you to exchange and analyse flow data and visualise it using Sankey diagrams.",
            "get_involved": "Help us by using floWeaver to visualise your data and giving feedback and sharing examples of the results; or help us improve the documentation and identify and fix bugs in the code.",
            "get_involved_url": "https://github.com/ricklupton/floweaver/blob/master/CONTRIBUTING.md",
            "interest": "floWeaver is an open-source tool for data visualisation, and supports open interoperability between visualisation tools by defining an open data format for Sankey diagram data.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-25_142936.6544200000.png",
            "created": "2018-04-25T14:29:36.653876Z",
            "moderation_state": 3
        },
        {
            "id": 657,
            "content_url": "https://github.com/BIONF/PhyloProfile",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bioinformatics",
                "biology",
                "data visualisation",
                "dynamic analysis",
                "interactive visualisation",
                "Mozilla Open Leadership Project",
                "mozsprint",
                "open source",
                "orthology",
                "phylogenetic profiling",
                "phylogenetics"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Mentor",
                "Test & feedback"
            ],
            "published_by": "Vinh Tran",
            "submitter_profile_id": 401,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                },
                {
                    "name": "Vinh Tran",
                    "profile_id": 401,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PhyloProfile",
            "description": "Welcome to PhyloProfile, an interactive visualisation tool for exploring complex phylogenetic profiles. Phylogenetic profiles, presence/absence patterns of genes over a set of species, are commonly used to trace the functional and evolutionary history of genes across species and time. With PhyloProfile we can enrich regular phylogenetic profiles with further data like sequence/structure similarity, to make phylogenetic profiling more meaningful. Besides the interactive visualisation, the tool offers a set of further analysis features to gain insights like the gene age or core gene estimation.",
            "get_involved": "Any kinds of contributions are very appreciated: report or fix bugs, improve source code, add new functions, share cool ideas,…",
            "get_involved_url": "https://github.com/BIONF/PhyloProfile/blob/master/CONTRIBUTING.md",
            "interest": "With the interactive visualisation and dynamic analysis ability, PhyloProfile makes the study of complex phylogenetic profiles easier for biologists.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_023740.5621220000.jpg",
            "created": "2018-03-27T14:17:18.441767Z",
            "moderation_state": 3
        },
        {
            "id": 571,
            "content_url": "https://twitter.com/NishatFAhmed",
            "is_bookmarked": false,
            "tags": [
                "data collection",
                "data driven journalism",
                "data visualisation",
                "fake news",
                "mobile journalism",
                "verification"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "CityJourno",
            "submitter_profile_id": 259,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Journo",
            "description": "Interested in advancing local journalism, in a global way! Also strong focus on developing content and audiences in the developing world. #mojo (mobile journalism)  #ddj (data driven journalism) #dataviz (data visualisation) #fakenews #verification.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-12-18T22:56:50.827605Z",
            "moderation_state": 3
        },
        {
            "id": 1119,
            "content_url": "https://www.nesta.org.uk/project/mapping-health-innovation/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "data collection",
                "data visualisation",
                "health",
                "machine learning",
                "mozfellows19",
                "mozilla fellow",
                "policy",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chantale Tippett",
                    "profile_id": 2023,
                    "is_active": true
                },
                {
                    "name": "George Richardson",
                    "profile_id": 2024,
                    "is_active": true
                },
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Health Innovation Mapping",
            "description": "We are building a Health Innovation Scanner - an open, online platform that can be used to explore and analyse innovations in health research, as well as activity in startups and social activity across the world. The Scanner will provide decision-makers with richer insight than any single data source alone can provide, allowing good ideas to be identified, supported, scaled or replicated.",
            "get_involved": "",
            "get_involved_url": "https://github.com/nestauk/health-innovation-scanner",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-23T12:13:03.597965Z",
            "moderation_state": 3
        },
        {
            "id": 803,
            "content_url": "https://github.com/PhinchApp/Phinch/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "computational biology",
                "data visualisation",
                "genomics",
                "metadata",
                "mozsprint",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Holly Bik",
            "submitter_profile_id": 1325,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Holly Bik",
                    "profile_id": 1325,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Phinch: An interactive, exploratory data visualization tool for genomic data",
            "description": "Phinch is a open source, interactive data visualization framework for environmental genomics datasets, enabling rapid data exploration during the typical scientific research workflow. The project is a collaboration between Dr. Holly Bik (Assistant Professor at UC Riverside) and Pitch Interactive (a data visualization studio in Oakland, CA), and is funded by the Alfred P. Sloan Foundation. End users include researchers, educators, students, and citizen scientists.",
            "get_involved": "Electron app coding, bug fixes, testing out datasets, submitting feedback or visualization ideas",
            "get_involved_url": "https://github.com/PhinchApp/Phinch/blob/master/CONTRIBUTING.md",
            "interest": "DNA sequencing and genomics datasets are exciting but VERY difficult to visualize in an intuitive way. We are trying to empower scientists with better graphical frameworks, and make these exciting -Omics datasets more accessible to teachers and citizen scientists alike.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_153103.3591060000.jpg",
            "created": "2018-05-04T15:31:03.358510Z",
            "moderation_state": 3
        },
        {
            "id": 2445,
            "content_url": "https://darkmatters.ml/",
            "is_bookmarked": false,
            "tags": [
                "cma2021",
                "creative media awards",
                "data",
                "data voids",
                "interactive visualisation",
                "mozilla-cma",
                "speech"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Johann Diedrick",
                    "profile_id": 6068,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Dark Matters",
            "description": "This interactive web experience spotlights the absence of Black speech in datasets that train voice assistants like Siri, Google Home, and Alexa. The project also reveals the exclusion and code switching that results. Through a three-dimensional visualization of major speech datasets, viewers come into contact with vacuums of space representing these data voids. Intertwined are narratives attesting to the resilient and resistive qualities of Black speech, suggesting how we might create more equitable futures.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_132441.5904810000.png",
            "created": "2022-11-08T13:24:41.590244Z",
            "moderation_state": 3
        },
        {
            "id": 2111,
            "content_url": "https://www.youtube.com/watch?v=YTlOrapai-M",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "dating apps",
                "digital love",
                "taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dating apps, AI and collaborative filtering - Mozilla Explains",
            "description": "Dating app usage is on the rise. If you're one of the millions of people looking for love online, you might be wondering, how does the app know who to show you next? Digital Dating Consultant and Mozilla Foundation’s own Ann Marie Carrothers explains how dating apps use artificial intelligence and collaborative filtering to decide who to show you next.Want to learn more about dating apps? visit https://foundation.mozilla.org/privac...",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175615.1105460000.jpg",
            "created": "2021-06-25T22:41:38.417311Z",
            "moderation_state": 3
        },
        {
            "id": 441,
            "content_url": "https://digitransglasgow.github.io/bridgingopenborders/",
            "is_bookmarked": false,
            "tags": [
                "book",
                "ddw17",
                "design",
                "iot",
                "musuem",
                "openiotstudio"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bridging Open Borders: V&A Digital Design Weekend 2017 book",
            "description": "Digital Design Weekend at the Victoria and Albert Museum: an opportunity to drop by, see what’s cooking, hear some news, find out what’s exciting or worrying us. And we try to capture something of that in these books. Welcome to our digital barbecue.More about the V&A Digital Design Weekend: https://www.vam.ac.uk/event/dA7KWKAN/digital-design-weekend-2017",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-21_192014.0528450000.png",
            "created": "2017-09-21T13:54:17.015981Z",
            "moderation_state": 3
        },
        {
            "id": 941,
            "content_url": "https://www.youtube.com/watch?v=nA6xLlg77M8&feature=youtu.be",
            "is_bookmarked": false,
            "tags": [
                "Deaf",
                "education",
                "inclusion",
                "indigenous",
                "internet",
                "Minorities",
                "workforce"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Itzel Moreno",
            "submitter_profile_id": 1688,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Itzel Moreno",
                    "profile_id": 1688,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web Literacy for the Deaf.",
            "description": "Hello!  Our session is Web Literacy for the Deaf and this is a video that we had worked out to support tomorrow's session .  We are a group of deaf, indigenous and hearing people with different areas of experience. We have worked on this for a while and we hope you like it very much. There will also be a BSL interpreter that Mozilla Fest has had the attention to provide us. This event is so important for us because it is knowing that our voice does exist and is our language, thoughts and scope that transcends our walls because the internet does provide solutions to segregation.",
            "get_involved": "1. Help us to build up 3 workshops: a) entrepreneurship, b) leadership workshop and c) biology workshop. People can support in the construction of the content of this workshops, platform and innovation. Simply support on how to improve, how to do practices.",
            "get_involved_url": "https://www.facebook.com/GrupoDeEstudiantesMexicanosSordosEHipoacusicos/",
            "interest": "Because trhis session proposes solutions to improve workfoce and inclusion of minoritarian communities that are in  poverty.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-26_022600.3487470000.jpg",
            "created": "2018-10-26T02:26:00.348028Z",
            "moderation_state": 3
        },
        {
            "id": 1221,
            "content_url": "https://utkarsh2102.github.io/debian/2019/06/02/becoming-a-debian-maintainer-in-90-days.html",
            "is_bookmarked": false,
            "tags": [
                "debian",
                "foss",
                "open source",
                "technology"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Utkarsh Gupta",
            "submitter_profile_id": 2519,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Utkarsh Gupta",
                    "profile_id": 2519,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Becoming a Debian Maintainer in 90 days!",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Open Source, Debian, Maintainer, FOSS",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-16_222319.4583640000.png",
            "created": "2019-06-16T22:23:19.456451Z",
            "moderation_state": 3
        },
        {
            "id": 602,
            "content_url": "https://project-jste.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "global sprint",
                "javascript",
                "mozfest",
                "mozsprint",
                "open web",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Ahmed Hassan (GeeekyBoy)",
            "submitter_profile_id": 310,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Ahmed Hassan (GeeekyBoy)",
                    "profile_id": 310,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Project JavaScript Translated Edition (Jste)",
            "description": "Project Jste aims to give the opportunity for everyone to code and develop his/her own website or web application by writing a code written in his/her local natural language.",
            "get_involved": "Help us porting Jste to more languages and also translate more JS functions.",
            "get_involved_url": "https://github.com/project-jste/framework",
            "interest": "Because Project Jste will give the opportunity for everyone to code and develop his/her own website or web application in his/her local natural plain language instead of the currently used syntax which may be seemed complex for large portion of people.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025517.9964150000.jpg",
            "created": "2018-02-26T21:04:01.606593Z",
            "moderation_state": 3
        },
        {
            "id": 2054,
            "content_url": "https://towardsdatascience.com/no-one-knows-you-like-your-wearables-are-they-on-your-side-5422296f2f02",
            "is_bookmarked": false,
            "tags": [
                "app",
                "data",
                "#data privacy",
                "decentralization",
                "GDPR",
                "health",
                "health data",
                "iot",
                "quantified self",
                "wearables",
                "wellness"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Take Action"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "No One Knows You Like Your Wearables - Are They On Your Side?",
            "description": "What we might learn about ourselves by combining data from multiple wearables? By combining information from all your wearables, including your phone, into the same place, you can look at your holistic data points and answer interesting questions. Well, at least start interesting arguments with and pose more questions. In this post we look at how this data stands up, if it looks realistic, what we can glean from it and what we may be able to build on top of it by having it on our side as users.",
            "get_involved": "Let's build amazing apps on the users side using Prifina, where data builds value for users.",
            "get_involved_url": "https://www.prifina.com",
            "interest": "This post explores data from wearables, how to utilize it in apps and the concept of having the apps run on the users side",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-04-11_231557.6681990000.png",
            "created": "2021-04-11T23:15:57.667642Z",
            "moderation_state": 3
        },
        {
            "id": 603,
            "content_url": "https://www.facebook.com/mozilla/videos/10156048012797381/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "digital inclusion",
                "net neutrality",
                "open innovation",
                "video"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Natalie Worth",
            "submitter_profile_id": 317,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Temi Lasade-Anderson",
                    "profile_id": 297,
                    "is_active": true
                },
                {
                    "name": "Natalie Worth",
                    "profile_id": 317,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Fight for Net Neutrality",
            "description": "A short explanatory video highlighting Mozilla's petition and call tool to repeal net neutrality in the United States.",
            "get_involved": "",
            "get_involved_url": "https://advocacy.mozilla.org/en-US/net-neutrality/",
            "interest": "The video specifically explains the issue of net neutrality in 2018 and promotes the Mozilla call tool website.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-27_173223.3105490000.jpg",
            "created": "2018-02-27T17:32:23.310162Z",
            "moderation_state": 3
        },
        {
            "id": 451,
            "content_url": "https://beakerbrowser.com",
            "is_bookmarked": false,
            "tags": [
                "decentralization",
                "p2p",
                "peer-to-peer"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Tara Vancil",
            "submitter_profile_id": 115,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Tara Vancil",
                    "profile_id": 115,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Beaker browser",
            "description": "A browser for the decentralized Web. Comes with tools for hosting websites and APIs for building peer-to-peer applications.",
            "get_involved": "",
            "get_involved_url": "https://github.com/beakerbrowser/beaker",
            "interest": "Beaker is building on top of the existing Web platform to make it possible for developers to build apps that respect user privacy, are fork-able and modifiable by users, and don't need to depend on third-party data silos.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-10-01T19:36:15.327236Z",
            "moderation_state": 3
        },
        {
            "id": 1896,
            "content_url": "https://youtu.be/F46lX5VIoas?t=8234",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "AI policy",
                "data privacy",
                "decentralization",
                "differential privacy",
                "federated learning",
                "human centered design",
                "Humane technology",
                "machine learning",
                "open source",
                "privacy",
                "reinforcement learning",
                "tai-wg",
                "user research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Madeleine Shang",
            "submitter_profile_id": 4262,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Madeleine Shang",
                    "profile_id": 4262,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Privacy Preserving Browser: as an alternative to Surveillance Capitalism",
            "description": "\"If you are not paying for a product, YOU'RE the product\"-tech proverbWe are not the owner nor the benefactor of data.This created a model that is exploitative and leads to negative outcomes as a community / society i.e. over consumption/environmental damage, extremism, entertainment without true fulfillment/enjoy that is robbing people of their most scarce asset: our time and futures.If we hand control of data back to the ppl via the browser, will that shift us towards a new capital model? Where data is rewarded to companies building better products for consumer and community well-being?",
            "get_involved": "Join the #alt_2_surveillance_capital on mozfest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "Algorithm and AI is making decisions that affects all of us and changing our behaviours. We would like your help to create a more positive and equitable future alternative to Surveillance Capitalism. Starting with a differentially private browser.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-27_212033.7400670000.png",
            "created": "2020-10-27T21:20:33.739589Z",
            "moderation_state": 3
        },
        {
            "id": 960,
            "content_url": "https://github.com/graciellehigino/IGNITE/issues/19",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "decentralization",
                "open access",
                "science communication"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Gracielle Higino",
            "submitter_profile_id": 406,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Maria Letícia Bonatelli",
                    "profile_id": 1620,
                    "is_active": true
                },
                {
                    "name": "Daniela Saderi",
                    "profile_id": 1549,
                    "is_active": true
                },
                {
                    "name": "Felipe Do E. Santo",
                    "profile_id": 134,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IGNITE notes from MozFest2018",
            "description": "This is the summary of what we learned at MozFest2018 in the session intitled \"Defying our senses to promote diversity and inclusion in science communication with IGNITE\". There, we tried to think about irreverent solutions to accessibility problems in science communication and outreach. If you participated and want to be credited or just keep in touch, please, let us know! <3",
            "get_involved": "We would love some feedback on the content we've made, and we are looking for more tips! How can we use our senses in a creative way to communicate science?",
            "get_involved_url": "https://github.com/graciellehigino/IGNITE/",
            "interest": "We came up with pretty good advices for scientists that want to communicate science, but we always apreciate more tips!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-10_212947.1909940000.jpg",
            "created": "2018-11-10T21:29:47.190420Z",
            "moderation_state": 3
        },
        {
            "id": 1902,
            "content_url": "http://makeflix.fun",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "community networks",
                "community of practice",
                "creativity",
                "decentralization",
                "environment",
                "makerparty",
                "open access",
                "reuse",
                "sustainability"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Rhea Muthane",
            "submitter_profile_id": 4295,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rhea Muthane",
                    "profile_id": 4295,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Makeflix",
            "description": "Makeflix is a creative repair project that enables people to creatively connect with themselves, their surrounding, their community and the environment through waste, repurposing and repair.",
            "get_involved": "Help us build a makers manifesto, figuring international collaborations and facilitators",
            "get_involved_url": "https://www.instagram.com/the.makeflix.playbook/",
            "interest": "It's a playful approach to trash that builds awareness about consumption behaviours, the environment and wellbeing.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-31_064025.4395160000.jpg",
            "created": "2020-10-31T06:40:25.438473Z",
            "moderation_state": 3
        },
        {
            "id": 514,
            "content_url": "https://ipfs.io",
            "is_bookmarked": false,
            "tags": [
                "content addressing",
                "decentralization",
                "distributed",
                "open data",
                "p2p"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Jeromy Johnson",
            "submitter_profile_id": 181,
            "bookmark_count": 6,
            "related_creators": [
                {
                    "name": "Jeromy Johnson",
                    "profile_id": 181,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IPFS",
            "description": "Making the web more peer to peer",
            "get_involved": "Plan local meetups, build apps using ipfs",
            "get_involved_url": "https://github.com/ipfs/community",
            "interest": "ipfs allows people to share and store data together, enabling more people to access the webs content",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_154909.7862510000.png",
            "created": "2017-10-27T15:49:09.785820Z",
            "moderation_state": 3
        },
        {
            "id": 1139,
            "content_url": "http://learningwikibase.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "decentralization",
                "knowledge commons",
                "open data",
                "wikimedia",
                "wikipedia"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Sandra Muellrick",
            "submitter_profile_id": 2049,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sandra Muellrick",
                    "profile_id": 2049,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Learning Wikibase",
            "description": "Wikibase is an open source software suite for running a collaborative knowledge base. One installation of it is Wikidata. It's a collaborative knowledge base software that allows users to tie into a vast network of linked open data, easily adding to and ingesting knowledge from Wikidata and other instances of Wikibase, creating an ecosystem of easily shared, connected knowledge. The vision of LearningWikibase is to provide Online Materials to make it easier to install, maintain or customize your Wikibase instance. Please share you're learnings or tips with others to benefit from each other.",
            "get_involved": "Help us to create learning resources for Wikibase, add your knowledge, write technical documentation",
            "get_involved_url": "https://github.com/samu-wmde/learningwikibase/blob/master/CONTRIBUTING.md",
            "interest": "Create Decentralized Knowledgebases with Open Data and share it with others (Wikidata)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_135326.0391530000.png",
            "created": "2019-04-30T16:35:43.376706Z",
            "moderation_state": 3
        },
        {
            "id": 829,
            "content_url": "https://medium.com/@cnh108/we-hope-the-facebook-cambridge-analytica-scandal-will-improve-privacy-protections-but-could-the-a1ef9a246afb",
            "is_bookmarked": false,
            "tags": [
                "antitrust",
                "competition",
                "decentralization",
                "facebook"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Caroline Holland",
            "submitter_profile_id": 338,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Facebook/Cambridge Analytica Scandal and Competition",
            "description": "Facebook has taken several affirmative steps to address its policies related to application programming interfaces, known as APIs. Many of these changes are long overdue safeguards. But for others that could impact competition, it is critical that the Department of Justice (DOJ) and Federal Trade Commission (FTC) take a close look to make sure they are not the wolf of anticompetitive behavior — used to shut out potential competitors — hiding under the sheep’s clothing of privacy and data security.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-05-14T16:11:43.667588Z",
            "moderation_state": 3
        },
        {
            "id": 1517,
            "content_url": "https://immerse.news/antecedent-technology-b3a89956299d",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "decentralization",
                "decolonization",
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Amelia Winger-Bearskin",
            "submitter_profile_id": 3119,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Amelia Winger-Bearskin",
                    "profile_id": 3119,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Antecedent Technology article published by Immerse.News",
            "description": "\"In other words, the problem with colonial mindset is one of underfitting. It encourages us to believe we know more than we do, to premise our thinking on bad analogies. It is like trying to run a program without checking its dependencies — the program will produce weird artifacts, or crash completely, and we will be left holding the bag and scratching our heads.\"",
            "get_involved": "amplify",
            "get_involved_url": "",
            "interest": "Don't Colonize our Future.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-24_034209.9080770000.png",
            "created": "2019-11-24T03:42:09.907367Z",
            "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": 1228,
            "content_url": "https://palopenmaps.org",
            "is_bookmarked": false,
            "tags": [
                "decolonization",
                "mapping",
                "open street map"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code"
            ],
            "published_by": "Majd Al-Shihabi",
            "submitter_profile_id": 1786,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Majd Al-Shihabi",
                    "profile_id": 1786,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Palestine Open Maps",
            "description": "The British colonial authorities made a number of map series of Palestine, as a part of dominating and conquering the land and its people. In many cases, those maps are the only remaining records of the 500 villages destroyed during the Nakba. Palestine Open Maps aims to \"open source\" those maps, by making them available in an open and accessible way, and through our mapathons, we are extracting the data to make it it available to artists, researchers, and anyone who needs it.",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.co.uk/e/palestine-open-maps-mapathon-savac-toronto-tickets-63550990724",
            "interest": "Using open source to extract data from historic maps",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-23_160012.8802860000.jpg",
            "created": "2019-06-23T16:00:12.879945Z",
            "moderation_state": 3
        },
        {
            "id": 1517,
            "content_url": "https://immerse.news/antecedent-technology-b3a89956299d",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "decentralization",
                "decolonization",
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Amelia Winger-Bearskin",
            "submitter_profile_id": 3119,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Amelia Winger-Bearskin",
                    "profile_id": 3119,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Antecedent Technology article published by Immerse.News",
            "description": "\"In other words, the problem with colonial mindset is one of underfitting. It encourages us to believe we know more than we do, to premise our thinking on bad analogies. It is like trying to run a program without checking its dependencies — the program will produce weird artifacts, or crash completely, and we will be left holding the bag and scratching our heads.\"",
            "get_involved": "amplify",
            "get_involved_url": "",
            "interest": "Don't Colonize our Future.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-24_034209.9080770000.png",
            "created": "2019-11-24T03:42:09.907367Z",
            "moderation_state": 3
        },
        {
            "id": 1884,
            "content_url": "http://www.deepreckonings.com",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "creativemedia20",
                "deepfake",
                "machine learning",
                "misinformation",
                "post-truth",
                "truth"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Stephanie Lepp",
            "submitter_profile_id": 4230,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Stephanie Lepp",
                    "profile_id": 4230,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DEEP RECKONINGS",
            "description": "Deep Reckonings is a series of explicitly-marked deepfake videos that imagine Mark Zuckerberg, Brett Kavanaugh, and Alex Jones having a reckoning.  The project presents a radically different use of deepfake technology, to envision and elicit our best selves.",
            "get_involved": "",
            "get_involved_url": "http://www.deepreckonings.com/makeitreal.html",
            "interest": "Radically different use of deepfake technology — to envision and elicit our best selves",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-17_133025.5309080000.jpg",
            "created": "2020-10-17T13:30:25.530087Z",
            "moderation_state": 3
        },
        {
            "id": 1780,
            "content_url": "https://moondisaster.org",
            "is_bookmarked": false,
            "tags": [
                "creativemedia20",
                "deepfake",
                "disinformation",
                "misinformation",
                "nixon",
                "synthetic media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Halsey Burgund",
            "submitter_profile_id": 4039,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Halsey Burgund",
                    "profile_id": 4039,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "In Event of Moon Disaster",
            "description": "In Event of Moon Disaster explores deepfake technology and its growing role in the misinformation ecosystem. We created an alternative history using a deepfake as well as “cheap fakes” with the intent of showing how they are created, how compelling they can be and how people can minimize the chances of being unduly influenced by them. We also intend to highlight that deepfake technology and all synthetic media has positive creative uses as well.",
            "get_involved": "We always appreciate thoughtful feedback on how best to communicate our message and love to hear more ideas for spreading the word.",
            "get_involved_url": "https://moondisaster.org",
            "interest": "Experience a compelling short film; learn about cutting edge deepfake technology; learn some methods for combatting misinformation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-28_183615.1123820000.jpg",
            "created": "2020-07-28T18:36:15.111833Z",
            "moderation_state": 3
        },
        {
            "id": 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": 2440,
            "content_url": "https://moondisaster.org/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "cma",
                "cma2019",
                "creative media awards",
                "deepfake",
                "disinformation",
                "fake news",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Watch session"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Halsey Burgund",
                    "profile_id": 6059,
                    "is_active": false
                },
                {
                    "name": "Francesca Panetta",
                    "profile_id": 6060,
                    "is_active": false
                },
                {
                    "name": "Magnus Bjerg Mortensen",
                    "profile_id": 6061,
                    "is_active": false
                },
                {
                    "name": "Jeff DelViscio",
                    "profile_id": 6062,
                    "is_active": false
                },
                {
                    "name": "MIT Center for Advanced Virtuality",
                    "profile_id": 6063,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "In Event of Moon Disaster",
            "description": "This project uses the 1969 moon landing to explore the topic of modern misinformation. Real coverage of the landing will be presented on a website alongside deepfakes and other false content, to highlight the difficulty of telling the two apart. And by tracking viewers’ attention, the project will reveal which content captivated viewers more.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_113014.8539260000.jpg",
            "created": "2022-11-08T11:30:14.853643Z",
            "moderation_state": 3
        },
        {
            "id": 21,
            "content_url": "https://github.com/dvigneshwer/deeprust",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "deep learning",
                "mozsprint",
                "rust"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "DeepRust",
            "description": "We are creating a deep-learning crate (library) in rust-lang to provide a great experience to researchers & developers who are involved with developing learning algorithms and architecture for solving a machine learning problem.",
            "get_involved": "Code contribution and fund raising",
            "get_involved_url": "https://github.com/dvigneshwer/deeprust/blob/master/contributor/CONTRIBUTOR.md",
            "interest": "Our mission is to create a crate with the best computation ability with GPU's and provide researchers with all the units of deep learning architecture.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_200803.7133400000.png",
            "created": "2016-11-14T04:13:29.157000Z",
            "moderation_state": 3
        },
        {
            "id": 539,
            "content_url": "https://www.dropbox.com/s/h01w8sjp5dfq8my/Mozfest%20Cognitive%20Accessibility%20101%20Slideshow.ppsx?dl=0",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "architecture",
                "autism",
                "dementia"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alastair Somerville",
            "submitter_profile_id": 208,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alastair Somerville",
                    "profile_id": 208,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cognitive Accessibility 101",
            "description": "Slidedeck from Cognitive Accessibility 101 session including participant feedback and sensory audit of Mozfest conference setting.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Some basic ideas on what cognitive accessibility is and how we might design physical and digital experiences inclusively.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_163316.7050480000.jpg",
            "created": "2017-11-02T16:33:16.704721Z",
            "moderation_state": 3
        },
        {
            "id": 71,
            "content_url": "https://air.mozilla.org/foundation-demos-september-30-2016/",
            "is_bookmarked": false,
            "tags": [
                "demos",
                "design",
                "foundation",
                "mofo"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "30 Sept 2016 – Demos of our recent projects. Fast forward to 0:25 to see some MozFest design and production. At 4:10, see the design for the Regional Coordinator bios page for Mozilla Clubs.",
            "get_involved": "Join us to watch or share a demo. Usually runs twice a month on Friday 10am Pacific.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "An open look at what we make and how we make it.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-04T17:24:03.599000Z",
            "moderation_state": 3
        },
        {
            "id": 17,
            "content_url": "https://air.mozilla.org/foundation-demos-november-25-2016/",
            "is_bookmarked": false,
            "tags": [
                "demos"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "25 Nov 2016 – Demos of our recent projects, including design, engineering, and related programs. Featuring recent participants of Open Leadership Training!",
            "get_involved": "Everyone is welcome to join the video call.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "twitter crisis, Tim Head @betatim (3:20)\nOpenStudentBook, Edoardo Viola @edovio (8:57)\nDigital Skills Observatory, Bonface @thebonface & Alex @xelawafs (12:20)\ncrowdmapping, Winnie @IamProvisional (20:28)\nYou Look Familiar, Minn Soe (@minn_so) (23:55)\nOpen Data Hack, Dennis Ndegwa @dendegwa (36:00)",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/17.png",
            "created": "2016-11-28T20:48:47.199000Z",
            "moderation_state": 3
        },
        {
            "id": 100,
            "content_url": "https://air.mozilla.org/foundation-demos-august-5-2016/",
            "is_bookmarked": false,
            "tags": [
                "demos",
                "design",
                "engineering",
                "mentorship",
                "network",
                "wip"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "5 Aug 2016 – Demos of our recent projects, including design, engineering, and related programs.",
            "get_involved": "Join us to watch or share a demo. Usually runs twice a month on Friday 10am Pacific.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "Fast forward to specific projects: 0:56 networking mapping. 8:20 MozFest design. 14:20 Pulse. 19:52 Mentorship program. 21:10 Site localization. 23:30 Carousel component.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-08-09T21:51:26.175000Z",
            "moderation_state": 3
        }
    ]
}