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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-tags&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-tags&page=29",
    "results": [
        {
            "id": 554,
            "content_url": "https://www.gamasutra.com/blogs/PietroPolsinelli/20171121/309819/Creating_A_Board_Game_On_Platform_Cooperativism.php",
            "is_bookmarked": false,
            "tags": [
                "board games",
                "platform coops",
                "serious games"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "published_by": "Pietro Polsinelli",
            "submitter_profile_id": 157,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pietro Polsinelli",
                    "profile_id": 157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Board Game On Platform Cooperativism from MozFest 2017",
            "description": "Presenting the evolution and the experience of a board game on platform cooperativism presented at MozFest 2017. It's free on Github!",
            "get_involved": "",
            "get_involved_url": "https://github.com/ppolsinelli/CoopsAndDragons/",
            "interest": "How to use board game to present complex themes, and specifically related to decentralization.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-21_183157.8332280000.jpg",
            "created": "2017-11-21T18:31:57.832474Z",
            "moderation_state": 3
        },
        {
            "id": 817,
            "content_url": "https://github.com/OpenReflectometry/scikit-reflectometry",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "citizen science",
                "mozsprint",
                "nuclear fusion",
                "open science",
                "plasmas",
                "radar",
                "reflectometry",
                "research",
                "science",
                "waves"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Diogo Aguiam",
            "submitter_profile_id": 502,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Diogo Aguiam",
                    "profile_id": 502,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenReflectometry Project",
            "description": "Nuclear Fusion is the future in for clean energy production. However, we are still far from achieving it! Researchers worldwide use complex diagnostic systems to understand the nuclear fusion reaction that occurs in a plasma. One of these diagnostics uses reflectometry techniques – the propagation of waves – similar to RADAR.\nWe are creating an open source library that helps researchers use and handle reflectometry data and give easy access to example data! No need to have every new researcher rewrite the same functions over again!",
            "get_involved": "Contribute to our codebase and help us load our library with data, standards and tools!",
            "get_involved_url": "https://github.com/OpenReflectometry/scikit-reflectometry/blob/master/CONTRIBUTING.md",
            "interest": "Help us make research into nuclear fusion more accessible to everyone!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_212833.4719280000.png",
            "created": "2018-05-08T21:28:33.471438Z",
            "moderation_state": 3
        },
        {
            "id": 2061,
            "content_url": "https://generative-placeholders.glitch.me/",
            "is_bookmarked": false,
            "tags": [
                "generative art",
                "images",
                "placeholder"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Generative Placeholders",
            "description": "Use generative art as your image placeholders.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-04_194120.8615890000.png",
            "created": "2021-05-04T19:41:20.860877Z",
            "moderation_state": 3
        },
        {
            "id": 659,
            "content_url": "https://github.com/manasvil/RapidPrototyping-Curriculum",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "arduino",
                "curriculum design",
                "curriculum planning",
                "education technology",
                "github",
                "mozsprint",
                "open educational resource",
                "physical computing",
                "teaching kit"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Manasvi Lalwani",
            "submitter_profile_id": 435,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Manasvi Lalwani",
                    "profile_id": 435,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Making a rapid prototyping curriculum open",
            "description": "This project aims to publish an existing curriculum on rapid protyping and maker learning so that it can be accessible to a wider community of makers, instructos and worksho facilitators.",
            "get_involved": "Help transfer content from google docs to github, Help organize the material including naming folders, Help proofread content, Help design activities, Help promote content",
            "get_involved_url": "https://github.com/manasvil/RapidPrototyping-Curriculum",
            "interest": "Lots of cool resources for making hardware prototypes for beginners!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024035.2739370000.jpg",
            "created": "2018-03-28T16:11:27.323288Z",
            "moderation_state": 3
        },
        {
            "id": 219,
            "content_url": "https://github.com/openiotstudio/invisible-bearing",
            "is_bookmarked": false,
            "tags": [
                "data",
                "iot",
                "physical",
                "prototype"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Invisible Bearing",
            "description": "Plotting invisible data with a centuries-old navigational technique",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_150833.0103320000.jpg",
            "created": "2017-04-13T15:08:33.009834Z",
            "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": 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": 778,
            "content_url": "https://beyondactivismo.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Activists",
                "filmmaking",
                "Human Rights",
                "Interviews",
                "mozsprint",
                "Photography"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Danny Rayman",
            "submitter_profile_id": 304,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Danny Rayman",
                    "profile_id": 304,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Beyond Activismo",
            "description": "Trying to understand what people from different cultures, religions, and countries have in common through their activism, and exploring how can they help each other, is an amazing but difficult task. With that in mind we are working on an open project that tries to connect and share the histories & experiences of human rights activists, delivering the content in different languages, in attractive and creative ways.",
            "get_involved": "Help us by giving us your feedback about our web design, contents, graphics and others things related to our project, suggests activists that we could interview or send us your own interview with a human right activist.",
            "get_involved_url": "https://beyondactivismo.org/",
            "interest": "To collaborate with Beyond Activismo is a way to make a change by inspiring others and co-work with diversely-skilled people from all around the world, thereby helping activist by spreading their historiesand experiences.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-28_172723.0165490000.jpg",
            "created": "2018-04-28T17:27:23.015989Z",
            "moderation_state": 3
        },
        {
            "id": 57,
            "content_url": "http://process.arts.ac.uk/category/project-groups/digital-maker-collective",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "arts",
                "art school",
                "arts education",
                "creative industries",
                "design",
                "mozfest",
                "photogrammetry",
                "virtual reality",
                "web"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Maker Collective",
            "description": "The Digital Maker Collective are an open group of University of the Arts London staff, students, alumni who share common goals of exploring digital & emerging technologies in the context of arts, education, society and the creative industries.",
            "get_involved": "Join our networks and get involved in upcoming events and meet-ups @CCWDigital #DigitalMakerCollective",
            "get_involved_url": "",
            "interest": "Creativity, arts, art school, arts education, creative industries, design, performance",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/57.gif",
            "created": "2016-10-26T20:37:07.738000Z",
            "moderation_state": 3
        },
        {
            "id": 67,
            "content_url": "http://geojournalism.org/2015/02/create-immersive-photo-experiences-with-google-photo-sphere/",
            "is_bookmarked": false,
            "tags": [
                "3d",
                "hive",
                "photo"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Create Your Own Google Photosphere",
            "description": "Hive Chicago member Peggy Notebaert Nature Museum shared their use of photospheres with teens to create immersive 3-D images that empower Internet image creators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Anyone who wants to use immersive, 360-degree images for place-based learning. Geojournalism.org (http://geojournalism.org/about/) is part of the portfolio of InfoAmazonia (http://infoamazonia.org/), a multidisciplinary team hosted in Brazil  working to create useful applications for environmental coverage. The online toolkit was created in partnership with Internews’ Earth Journalism Network (http://earthjournalism.net/) and the Flag It! Project (http://ecolab.oeco.org.br/projects/flagit/).",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:14:54.379000Z",
            "moderation_state": 3
        },
        {
            "id": 213,
            "content_url": "https://savethelink.org/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "network",
                "petition"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Erika Drushka",
            "submitter_profile_id": 54,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Save the Link",
            "description": "Links are essential to freedom of expression online and censoring links will break the Web as we know it. This advocacy campaign lets you tell decision-makers that you oppose regulations that aim to censor links.",
            "get_involved": "Sign the petition, and sign your organisation up to join the network.",
            "get_involved_url": "https://savethelink.org/",
            "interest": "This networked campaign, led by OpenMedia, has over 100 groups signed up to launch a platform for campaigning against proposals that restrict or censor hyperlinking across the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_174216.7402530000.png",
            "created": "2017-04-11T17:42:16.739720Z",
            "moderation_state": 3
        },
        {
            "id": 87,
            "content_url": "https://www.changecopyright.org/",
            "is_bookmarked": false,
            "tags": [
                "action",
                "advocacy",
                "copyright",
                "petition"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Copyright Petition",
            "description": "Sign and share our copyright petition",
            "get_involved": "Sign the petition and share",
            "get_involved_url": "",
            "interest": "Copyright laws impact a lot of our everyday activities",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-16T15:20:30.993000Z",
            "moderation_state": 3
        },
        {
            "id": 77,
            "content_url": "http://mozillascience.github.io/working-open-workshop/personas_pathways/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "contributors",
                "pathways",
                "personas",
                "users",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Personas and Pathways for Growing Communities",
            "description": "This activity is designed to help you identify potential users and contributors, understand their goals and motivations, help them join your project, and grow them into strong community members.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/personas_pathways",
            "interest": "Help thinking about your community",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:51:20.935000Z",
            "moderation_state": 3
        },
        {
            "id": 582,
            "content_url": "https://dataselfie.it",
            "is_bookmarked": false,
            "tags": [
                "facebook",
                "personality prediction"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Hang Do Thi Duc",
            "submitter_profile_id": 288,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Selfie",
            "description": "Data Selfie is a browser extension that tracks you while you are on Facebook to show you your own data traces and reveal what machine learning algorithms could predict about your personality based on that data.The tool explores our relationship to the online data we leave behind as a result of media consumption and social networks - the information you share consciously and unconsciously.",
            "get_involved": "Help out on Github: https://github.com/d4t4x/data-selfie",
            "get_involved_url": "https://github.com/d4t4x/data-selfie",
            "interest": "Open source project/browser extension about data privacy, with example of Facebook",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025817.4685070000.jpg",
            "created": "2018-01-29T19:13:16.795443Z",
            "moderation_state": 3
        },
        {
            "id": 2052,
            "content_url": "https://medium.com/prifina/smart-cities-and-even-smarter-residents-empowered-by-personal-data-a8e689693852",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data privacy",
                "iot",
                "personal data",
                "sensor",
                "smart cities",
                "wearables"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Fundraise"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "news",
            "title": "How Personal Data can Empower Smart Cities and Even Smarter Residents",
            "description": "Going beyond smart cities to smarter residents with personal data?With many public sensors in cities, we've got many discussions around the utility of combinations of public data with personal data.Take for example noise, pollution, allergens and combine with breathing, stress levels, recovery, sleep etc.Gets even more interesting when you connect more household / iot devices, Alexas etcWe can build more user agency with data, by suggesting healthier routines and actions.We are exploring what else we (and developers overall) can build with some leaders in the public sensor space.",
            "get_involved": "Help us test the developer framework, build test apps / widgets , test apps",
            "get_involved_url": "https://github.com/prifina/prifina-app-starter",
            "interest": "Explores combinations of public/personal data, developer opportunities, in a privacy preserving approach",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-30_153748.2425510000.jpeg",
            "created": "2021-03-30T15:37:48.241776Z",
            "moderation_state": 3
        },
        {
            "id": 1508,
            "content_url": "https://medium.com/@ka.iwanska/mozfest-2019-the-hidden-face-of-online-advertising-8585e26c43fc",
            "is_bookmarked": false,
            "tags": [
                "advertising",
                "mozfellows19",
                "personal data",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozfest 2019: The hidden face of online advertising",
            "description": "How are ads targeted to users? How much can you figure out about a person based on 5 items from their recent browsing history? What does your digital profile really look like? What is the advertising model that we would accept? During a Mozfest session I co-run with Amy Shepherd from Open Rights Group we talked about the hidden face of online advertising.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-12_192623.9011570000.png",
            "created": "2019-11-12T19:26:23.900566Z",
            "moderation_state": 3
        },
        {
            "id": 1665,
            "content_url": "https://www.youtube.com/watch?v=XYiN1chuGuM&t=1s",
            "is_bookmarked": false,
            "tags": [
                "adevertising",
                "adtech",
                "GDPR",
                "personal data",
                "privacy",
                "surveillance",
                "targeting",
                "tracking"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lambda Days: Is Online Advertising Broken by Design?",
            "description": "My talk at the Lambda Days international programming conference which took place on 14 February 2020 in Kraków, Poland. \n\nTopic of the talk: Is Online Advertising Broken by Design? Navigating Privacy Challenges in Adtech",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A brief summary of key problems with online advertising",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_073633.4801290000.png",
            "created": "2020-05-05T07:36:33.479611Z",
            "moderation_state": 3
        },
        {
            "id": 811,
            "content_url": "https://www.whosedata.ca",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Canada",
                "Canadian",
                "data",
                "data privacy",
                "mozsprint",
                "personal data",
                "research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Design"
            ],
            "published_by": "Sam Burton",
            "submitter_profile_id": 1359,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 1359,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Whose Data? A Canadian project",
            "description": "Whose Data? is an open source project that aims to make it easier for Canadians to answer key questions about who owns -- and what options we have to control -- data collected about us via common online (eg. social media platforms) and offline (eg. health records) activities.",
            "get_involved": "Help build and test Whose Data? by doing research online, organzing data, improving web & visual design, spreading the word, and/or sharing feedback, questions, and ideas to make the project better.",
            "get_involved_url": "https://github.com/samanthaburton/whose_data/blob/master/CONTRIBUTING.md",
            "interest": "Do you want to know more about who owns your data, but don't know where to start? Or maybe you know a lot about personal data or online privacy, and want to help others learn? Either way, this project is a great place to get started.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_022824.3448760000.jpg",
            "created": "2018-05-08T02:28:24.344408Z",
            "moderation_state": 3
        },
        {
            "id": 15,
            "content_url": "https://theglassroomnyc.org/",
            "is_bookmarked": false,
            "tags": [
                "activity",
                "control",
                "cookie",
                "data",
                "digital",
                "encryption",
                "government",
                "identities",
                "identity",
                "information",
                "monitor",
                "network",
                "nsa",
                "ownership",
                "personal",
                "privacy",
                "protect",
                "right",
                "risk",
                "safe",
                "security",
                "society",
                "surveillance",
                "track"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Glass Room",
            "description": "The Glass Room is a place to consider how you use technology and how those behind technology use you.",
            "get_involved": "Tips and resources for people who couldn't visit the pop-up store:",
            "get_involved_url": "https://theglassroomnyc.org/resources/",
            "interest": "This pop-up store looks like a slick store offering shiny consumer products. It products actually reveal the dynamics of living in the Internet age. Who are we revealing when we’re online? What facts and fictions are recreated from our digital breadcrumbs? What is known about us, and why?",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/15.jpg",
            "created": "2016-12-12T20:40:12.082000Z",
            "moderation_state": 3
        },
        {
            "id": 1177,
            "content_url": "http://bloodyhealth.gitlab.io/",
            "is_bookmarked": false,
            "tags": [
                "Feminism",
                "health",
                "mobile",
                "periods",
                "period tracking"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Bloody Marie",
            "submitter_profile_id": 1908,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Bloody Marie",
                    "profile_id": 1908,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "drip",
            "description": "Menstrual cycle tracking helps you understand your cycle data and gives you insights into yourself and your body. Use drip to track your menstrual cycle and/or for fertility awareness. Unlike other menstrual cycle tracking apps, drip is open-source and leaves your data on your phone, meaning you are in control.\n\nKey Features:\n• Track your bleeding, fertility, sex, mood, pain, & more if you want\n• Graphs to analyze cycle and period duration as well as other symptoms\n• Get notified about your next period and required temperature measurements\n• Easily import, export and password protect your data",
            "get_involved": "Condripute to the code (React Native & JavaScript), help us find funding, become part of our community <3",
            "get_involved_url": "https://gitlab.com/bloodyhealth/drip",
            "interest": "Period tracking done right",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-14_124414.5382110000.png",
            "created": "2019-05-14T12:44:14.537907Z",
            "moderation_state": 3
        },
        {
            "id": 1177,
            "content_url": "http://bloodyhealth.gitlab.io/",
            "is_bookmarked": false,
            "tags": [
                "Feminism",
                "health",
                "mobile",
                "periods",
                "period tracking"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Bloody Marie",
            "submitter_profile_id": 1908,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Bloody Marie",
                    "profile_id": 1908,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "drip",
            "description": "Menstrual cycle tracking helps you understand your cycle data and gives you insights into yourself and your body. Use drip to track your menstrual cycle and/or for fertility awareness. Unlike other menstrual cycle tracking apps, drip is open-source and leaves your data on your phone, meaning you are in control.\n\nKey Features:\n• Track your bleeding, fertility, sex, mood, pain, & more if you want\n• Graphs to analyze cycle and period duration as well as other symptoms\n• Get notified about your next period and required temperature measurements\n• Easily import, export and password protect your data",
            "get_involved": "Condripute to the code (React Native & JavaScript), help us find funding, become part of our community <3",
            "get_involved_url": "https://gitlab.com/bloodyhealth/drip",
            "interest": "Period tracking done right",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-14_124414.5382110000.png",
            "created": "2019-05-14T12:44:14.537907Z",
            "moderation_state": 3
        },
        {
            "id": 1101,
            "content_url": "https://bloodyhealth.gitlab.io",
            "is_bookmarked": false,
            "tags": [
                "Feminism",
                "health",
                "periods",
                "privacy and security",
                "self care",
                "selftracking",
                "sexual health"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise"
            ],
            "published_by": "Bloody Marie",
            "submitter_profile_id": 1908,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bloody Marie",
                    "profile_id": 1908,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "drip",
            "description": "drip is an open source cycle tracking app.\n\n    The app is all about:\n\n    * Your data, your choice.\n    * Not another cute, pink app.\n    * Your body is not a black box.\n    * Track what you like.",
            "get_involved": "Become a condriputor and work on the code (React Native) or help us test the app and give feedback. Also we are looking for funders!",
            "get_involved_url": "https://gitlab.com/bloodyhealth/drip",
            "interest": "Period tracking done right",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-29_094904.4533070000.png",
            "created": "2019-03-29T09:49:04.452906Z",
            "moderation_state": 3
        },
        {
            "id": 54,
            "content_url": "http://www.ektheater.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "artsaward",
                "education",
                "gaming",
                "mozfest",
                "multimedia",
                "performance",
                "theater"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Video Game Puppetry",
            "description": "See how EK Theater uses video games in their unique form of puppetry",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "EK Theater's work has been called \"an impressive feat of engineering, coordination, and storytelling\" by the New York Times. Learn their innovative techniques with director Eddie Kim!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/54.jpg",
            "created": "2016-10-26T21:13:29.374000Z",
            "moderation_state": 3
        },
        {
            "id": 794,
            "content_url": "https://prereview.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "diversity",
                "inclusivity",
                "mozsprint",
                "peer-to-peer mentoring"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community"
            ],
            "published_by": "Sam Hindle",
            "submitter_profile_id": 141,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Monica Granados",
                    "profile_id": 167,
                    "is_active": true
                },
                {
                    "name": "Sam Hindle",
                    "profile_id": 141,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PREreview: post, read, and engage with preprint reviews",
            "description": "PREreview seeks to diversify peer review in academia by crowdsourcing pre-publication feedback to improve the quality of published scientific output. To enable this diversification, we aim to train early-career researchers in how to review others’ scientific work, and help them gain recognition and entry into the peer review process. We believe that empowering early-career researchers with these skills will facilitate a cultural shift towards a more open and constructive peer review process.",
            "get_involved": "Help us build an outline for our Peer Review Mentoring Program",
            "get_involved_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "interest": "We want to make scientific peer review more inclusive and open for community discussion, to help science progress faster",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211406.1285510000.jpg",
            "created": "2018-05-02T01:24:13.285719Z",
            "moderation_state": 3
        },
        {
            "id": 503,
            "content_url": "https://meta.wikimedia.org/wiki/Connect",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "leadership",
                "mediawiki",
                "mentoring",
                "mozfest",
                "network mapping",
                "open leadership zone",
                "peer-to-peer learning",
                "wikimedia",
                "wikipedia"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Maria Cruz",
            "submitter_profile_id": 171,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Maria Cruz",
                    "profile_id": 171,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wikimedia Resource Center: Connect",
            "description": "A directory to help connect people to thematic groups, and to other fellow community members that can support newcomers in the Wikimedia movement.",
            "get_involved": "Help by creating a js form on mediawiki context, to be used on meta.wikimedia.org",
            "get_involved_url": "https://github.com/macruzbar/Wikimedia-Resource-Center",
            "interest": "\"Connect\" not only offers a structured approach to building a learning network, it also offers specific practices for connecting newcomers to thematic groups, and to other community members who may be able to support their peers. Interested in connecting people + building networks? This is for you!",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_220410.7471240000.png",
            "created": "2017-10-25T22:04:10.746795Z",
            "moderation_state": 3
        },
        {
            "id": 2460,
            "content_url": "https://www.digital-democracy.org/mapeo/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data futures lab",
                "Human Rights",
                "mapping",
                "peer-to-peer"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Digital Democracy",
                    "profile_id": 6096,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Mapeo",
            "description": "Digital Democracy works with local communities and individuals around the world to collect and share evidence of human and environmental rights abuses through an app called Mapeo. Because the app is decentralized and internet-independent, peer-to-peer synchronization has often been a bug-bear for users. Through this award, they plan to improve on the UX features of the database and to develop new models for managing access to the data. This app seeks to empower frontline defenders and marginalized communities globally.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_141250.0935150000.jpg",
            "created": "2022-11-18T14:12:50.092567Z",
            "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": 809,
            "content_url": "https://github.com/transpose-publishing",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "academic publishing",
                "mozsprint",
                "open science",
                "peer review",
                "science"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Jessica Polka",
            "submitter_profile_id": 1338,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jessica Polka",
                    "profile_id": 1338,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "TRANSPOSE",
            "description": "We're crowdsourcing a user-editable database of scholarly journal policies to bring more transparency to publisher practices, about which little is known on a systemic level. Our focus is on three areas: the openness of peer review, credit and recognition for reviewing, and detailed policies surrounding the use of preprints.",
            "get_involved": "We primarily need people to help us fill in journal policy records. No coding is required!",
            "get_involved_url": "https://github.com/transpose-publishing/policies-database/blob/master/CONTRIBUTING.md",
            "interest": "Peer review is foundational to our current system of creating and sharing scholarly knowledge, yet almost everything about this process is shrouded in secrecy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-07_190926.0290700000.png",
            "created": "2018-05-07T19:09:26.027807Z",
            "moderation_state": 3
        },
        {
            "id": 1619,
            "content_url": "https://foundation.mozilla.org/en/blog/responsible-computer-science-challenge-mozfest/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "#RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Responsible Computer Science Challenge at MozFest",
            "description": "During MozFest 2019, Mozilla hosted the second convening of the 17 awardees of the Responsible Computer Science Challenge. The goal of this second convening was for awardees to share ideas and challenges with each other, collaborate with the global Responsible Computer Science community, and learn from others within the larger MozFest community. We achieved this with a small group convening on Thursday, a Lessons Showcase at the University College London on Friday, and attendance with the global MozFest community over the weekend.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-19_163759.4520070000.png",
            "created": "2019-12-06T16:37:59.449797Z",
            "moderation_state": 3
        },
        {
            "id": 1627,
            "content_url": "https://cmci.colorado.edu/~cafi5706/SIGCSE2020_EthicsSyllabi.pdf",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What Do We Teach When We Teach Tech Ethics? A Syllabi Analysis",
            "description": "To both describe current trends in computing ethics coursework and to provide guidance for further ethics inclusion in computing, we present an in-depth qualitative analysis of 115 syllabi from university technology ethics courses.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-03-27T19:13:12.618324Z",
            "moderation_state": 3
        },
        {
            "id": 1621,
            "content_url": "https://foundation.mozilla.org/en/blog/responsible-computer-science-challenge-sigcse/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Responsible Computer Science Challenge at SIGCSE",
            "description": "Prior to SIGCSE being canceled, in accordance with the Governor of Oregon’s mandate for canceling convenings of certain sizes related to COVID-19, we held a pre-symposium titled “Integrating Ethics and Social Responsibility in Computing Curricula Symposium.” Our goal was to share some mini-lessons and updates on the Challenge with other computer science faculty, teachers, and community partners interested in advocating for and integrating ethics into computer science education.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-21_133041.4998600000.png",
            "created": "2020-03-21T13:30:41.499502Z",
            "moderation_state": 3
        },
        {
            "id": 826,
            "content_url": "https://jobcb.github.io/",
            "is_bookmarked": false,
            "tags": [
                "Corporeality",
                "Embodied Cognition",
                "Feminism",
                "Live Coding",
                "Pedagogy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Take Action"
            ],
            "published_by": "Joana Chicau",
            "submitter_profile_id": 1399,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Joana Chicau",
                    "profile_id": 1399,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Media Choreographies",
            "description": "A transdisciplinary project which interweaves web languages & environments with choreographic practices. Questioning how may creative coding practices interfere deeper with interface design, information displays & accessibility when considering new vocabularies, embodiment and new movement perception possibilities. The goal is to create alternative circuits in the technological sphere of the web and the possible encounters with the sensory-motor structures that regulate our bodies & movements.",
            "get_involved": "Contribute with your feedback, and experience in building live coding tools or applications for the web.",
            "get_involved_url": "https://github.com/mozilla/global-sprint/issues/315",
            "interest": "The aim of the \"choreographic vocabulary\" is to open up multiple interpretations and politics behind online interfaces. To question language standards, default movement patterns and hierarchies of information displays, and allow for plural voices and understandings.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-10_095725.3608000000.png",
            "created": "2018-05-10T09:57:25.360477Z",
            "moderation_state": 3
        },
        {
            "id": 1825,
            "content_url": "https://foundation.mozilla.org/en/blog/report-responsible-computer-science-challenge-summer-summit-2020/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Report: Responsible Computer Science Challenge Summer Summit 2020",
            "description": "During July 2020, Mozilla hosted the third convening of the 19 awardees of the Responsible Computer Science Challenge. This was the third in-person meeting, following the July 2019 Summer Kick-Off in San Francisco and October 2019 MozFest Convening in London. The goal of this third convening was to celebrate our year together, talk about the work ahead, discuss the challenges of teaching through a pandemic, acknowledge the importance of teaching race in the classroom, hear from industry, and share ideas in breakout groups.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/what-we-fund/awards/responsible-computer-science-challenge/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-27_165509.8156810000.png",
            "created": "2020-08-27T16:55:09.815060Z",
            "moderation_state": 3
        },
        {
            "id": 621,
            "content_url": "https://wikipathways.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "biology",
                "CC0",
                "mozsprint",
                "pathways",
                "science",
                "wiki"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Alexander Pico",
            "submitter_profile_id": 390,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alexander Pico",
                    "profile_id": 390,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "WikiPathways: Pathways for the People!",
            "description": "An online collaboration tool for drawing models of biological pathways. Unlike many other scientific databases, WikiPathways welcomes open source contributors and crowdsourced content from all citizen scientists.  These pathways are actively being used by students and researchers everyday.",
            "get_involved": "Learn about pathways, contribute new content and help develop the platform",
            "get_involved_url": "https://www.wikipathways.org/index.php/Help:Contents",
            "interest": "We love collaborating with other open platforms and communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-09_064015.1258680000.png",
            "created": "2018-03-09T06:40:15.125261Z",
            "moderation_state": 3
        },
        {
            "id": 77,
            "content_url": "http://mozillascience.github.io/working-open-workshop/personas_pathways/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "contributors",
                "pathways",
                "personas",
                "users",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Personas and Pathways for Growing Communities",
            "description": "This activity is designed to help you identify potential users and contributors, understand their goals and motivations, help them join your project, and grow them into strong community members.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/personas_pathways",
            "interest": "Help thinking about your community",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:51:20.935000Z",
            "moderation_state": 3
        },
        {
            "id": 36,
            "content_url": "https://github.com/OpenCosmics/opencosmics.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "citizen science",
                "cosmic rays",
                "mozfest",
                "particle physics",
                "science"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Cosmics",
            "description": "Cosmic-ray physics for everyone!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-30T18:40:16.901000Z",
            "moderation_state": 3
        },
        {
            "id": 601,
            "content_url": "https://opensnp.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bioinformatics",
                "biology",
                "citizen science",
                "genetics",
                "mozsprint",
                "participatory science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Write documentation"
            ],
            "published_by": "Bastian Greshake Tzovaras",
            "submitter_profile_id": 150,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "openSNP - Sharing Personal Genomes",
            "description": "Open up your own genome by putting it into the public domain to allow for interesting and participatory science. Find others with similar genetic variations, and learn more about your genome by finding the latest primary literature.",
            "get_involved": "Help us by contributing new code and improving our documentation and design!",
            "get_involved_url": "https://github.com/openSNP/snpr",
            "interest": "openSNP takes the Mozilla values to genetics, personal genomics and bioinformatics!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161630.4307930000.jpg",
            "created": "2018-02-25T18:37:19.406164Z",
            "moderation_state": 3
        },
        {
            "id": 759,
            "content_url": "https://github.com/chrisbresky/Aquarius-Project",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "citizen science",
                "communication",
                "educators",
                "high school",
                "mentorship",
                "meteors",
                "mozsprint",
                "nasa",
                "open science",
                "participatory science",
                "space",
                "STEAM",
                "stem",
                "story",
                "storytelling",
                "teen"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Christopher Bresky",
            "submitter_profile_id": 518,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Christopher Bresky",
                    "profile_id": 518,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Aquarius Project: Open Science Engagement",
            "description": "We are using ongoing science stories to produce interactive hands-on lesson plans in STEM. We are using real science happening today to engage students not only with its relevance but with their ability to contribute, and packaging that into lesson plans for teachers to use.",
            "get_involved": "Anyone can ask a question inspired by The Aquarius Project on Twitter w/ #AquariusAMA. Scientists of diverse backgrounds, help us answer the public's questions inspired by The Aquarius Project on Twitter #AquariusAMA",
            "get_involved_url": "https://github.com/chrisbresky/Aquarius-Project/issues",
            "interest": "It is using the narrative of exploration to lower barriers of entry in science. This project is also working to use digital platforms to increase accessibility to diverse science professionals.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-25_015654.9077990000.png",
            "created": "2018-04-25T01:56:54.906970Z",
            "moderation_state": 3
        },
        {
            "id": 682,
            "content_url": "https://github.com/graciellehigino/IGNITE",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "communication",
                "community building",
                "education",
                "Mozilla Open Leadership Project",
                "mozsprint",
                "open access",
                "open educational resource",
                "open science",
                "participatory science"
            ],
            "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": "Gracielle Higino",
            "submitter_profile_id": 406,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IGNITE",
            "description": "Science communication can empower people, and would be great if scientists could help in this mission. However, scientists are not trained to communicate their work to non-specialists (which can be really hard!), and they often think they can't do it. Because SciComm is an interdisciplinary field, why not gather people with different skills to build a fun, short, crowdsourced and reproducible SciComm workshop aimed at young scientists?",
            "get_involved": "You can help us building content, creating our visual identity, our website, analysing some data, organizing the courseware and activities, testing the workshop in your city or attending to a workshop and giving us feedback.",
            "get_involved_url": "https://github.com/graciellehigino/IGNITE",
            "interest": "This is an opportunity to science communicators to share their knowledge and help building a community. If you are not a science communicator, you will benefit form the content built in IGNITE and learn how you can spread the love for science.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-07_233215.4947050000.png",
            "created": "2018-04-07T23:32:15.494289Z",
            "moderation_state": 3
        },
        {
            "id": 173,
            "content_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "curriculum",
                "digital skills",
                "financial inclusion",
                "kenya",
                "participatory",
                "product design",
                "research",
                "smartphones",
                "workshops"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Bobby Richter",
            "submitter_profile_id": 3452,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bobby Richter",
                    "profile_id": 3452,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Stepping into Digital Life - Digital Skills Observatory",
            "description": "Stepping Into Digital Life summarizes the methods, participants, results, and recommendations from the Digital Skills Observatory, a 12 month research project in Kenya looking at first-time use of smartphones within the low-income population. Not only is it a colourful, captivating report, it is accompanied by an open source data set with in-depth comparative analysis.",
            "get_involved": "Read the report, check out the open data sets, and tell us how it aligns with your own work.",
            "get_involved_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "interest": "The Digital Skills Observatory is an example of a large, successful, community-run project, featuring open data practices and participatory design.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_140841.3962380000.jpg",
            "created": "2017-04-04T14:08:41.395913Z",
            "moderation_state": 3
        },
        {
            "id": 224,
            "content_url": "https://www.newamerica.org/weekly/edition-161/factoring-schools-calculus-city-budgeting/",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "austin",
                "budget",
                "civics",
                "government",
                "hack for change",
                "hive",
                "participatory",
                "politics"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Austin Budget Party",
            "description": "The Austin Monitor and Open Austin are developing a web-app that allows students to develop a city budget proposal. A grant from the Mozilla Gigabit Community fund will allow student representatives from different schools to craft a final budget proposal over a video conference call. An accompanying curriculum will help simulates the budget deliberation process in pilot classrooms throughout the city.",
            "get_involved": "Report a bug or request a feature by opening a new issue or review open issues and leave a comment if you'd like to help or if you need more information.",
            "get_involved_url": "https://github.com/open-austin/budgetparty/",
            "interest": "Austin Budget Party uses the web to engage citizens to participate in one of the most consequential government functions. The open-source app and curriculum can one day be modified for any city.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_215659.0128580000.png",
            "created": "2017-04-13T21:56:59.012292Z",
            "moderation_state": 3
        },
        {
            "id": 1035,
            "content_url": "https://community.humanetech.com/t/3322",
            "is_bookmarked": false,
            "tags": [
                "community",
                "community building",
                "diversity",
                "health",
                "human centered design",
                "Humane technology",
                "Human Rights",
                "inclusivity",
                "internet freedom",
                "Methodologies",
                "Mozilla Open Leadership Project",
                "participation",
                "social",
                "society",
                "wellbeing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Arnold Schrijver",
            "submitter_profile_id": 1981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Arnold Schrijver",
                    "profile_id": 1981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Pyramids of Humane Technology",
            "description": "Humanity has become subservient to technology, but tech should serve us instead. Disruptive innovation has exposed us to many dangers: The Harms of Technology. \n\nHumane Tech Community exists to fight them, bring Humane Technology back. By promoting solutions that improve Wellbeing, Freedom and Society, so that humans can flourish and humanity can thrive with beneficial tech.\n\nThe challenge is huge. So how do we manage that? We have developed The Pyramids of Humane Technology, a model and methodology to divide and conquer. We are into pyramid building again. Do you build with us? Be a builder.",
            "get_involved": "We are at the start of evolving our methodology and organization, grow our team of members, and reach great heights. And we need you to help us!",
            "get_involved_url": "https://humanetech.com",
            "interest": "Presenting our community's breakdown structure and methodology that makes adoption of Humane Technology more manageable and easy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-05_095919.2392390000.png",
            "created": "2019-02-05T09:59:19.238734Z",
            "moderation_state": 3
        },
        {
            "id": 168,
            "content_url": "https://blog.coralproject.net/12000-people-have-something-to-say/",
            "is_bookmarked": false,
            "tags": [
                "commenters",
                "comments",
                "community",
                "journalism",
                "participation",
                "research",
                "survey"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Survey of People who Comment",
            "description": "Who comments on news article? What do they want? How do they behave? We surveyed 12,000 people who comment across 20 different US based news organizations and discovered useful facts about commenters.",
            "get_involved": "Join the discussion about this research with the Coral project community.",
            "get_involved_url": "https://community.coralproject.net/t/12-000-people-have-something-to-say/602",
            "interest": "This research can help newsrooms and other publishers improve their audience engagement and create more inclusive and productive communities around their content.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-22_205511.2339500000.jpg",
            "created": "2017-03-22T20:55:11.233581Z",
            "moderation_state": 3
        },
        {
            "id": 43,
            "content_url": "http://everypolitician.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "data",
                "everypolitician",
                "gender",
                "legislatures",
                "mozfest",
                "parliament",
                "politicians"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "EveryPolitician",
            "description": "Data about every national legislature in the world, freely available for you to use. Current and historic data. Useful and consistent formats: CSV, JSON, code libraries. Growing all the time.",
            "get_involved": "Help us by: 1. playing at gender-balance.org    2. telling us about sources we've not got yet   3. using the data to do wonderful things",
            "get_involved_url": "",
            "interest": "We've got 71, 933 politicians from 233 countries (so far)... and growing. Useful for parliamentary monitoring orgs., civic tech coders, journalists, researchers, historians and... citizens!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/43.jpg",
            "created": "2016-10-28T22:15:23.076000Z",
            "moderation_state": 3
        },
        {
            "id": 685,
            "content_url": "https://www.parkology.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "children",
                "city parks",
                "collaboration",
                "community",
                "empowerment",
                "empower women",
                "environment",
                "equity",
                "mozsprint",
                "new york city",
                "park",
                "smart cities",
                "urban"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Jeffrey M Keefer",
            "submitter_profile_id": 473,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Jeffrey M Keefer",
                    "profile_id": 473,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Parkology: An Open Online Community for People Who Love Parks",
            "description": "All residents of urban communities will be able to share ideas, tools, and resources and be empowered to promote access to a quality park within a 10-minute walk from home.",
            "get_involved": "Help us test our new online community www.parkology.org by signing up, sharing information, and telling your friends about it!!!",
            "get_involved_url": "https://github.com/jeffreykeefer/Parkology",
            "interest": "Parks and outdoor open green space within a 10-minute walk from home are essential to the physical, social, environmental, and economic health of a community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-03_180956.1214050000.jpg",
            "created": "2018-04-10T19:38:18.056663Z",
            "moderation_state": 3
        },
        {
            "id": 199,
            "content_url": "https://medium.com/read-write-participate/penpal-schools-field-trip-to-pakistan-80d9bc011c00",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "gigabit",
                "hive",
                "pakistan",
                "virtual reality",
                "vr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Virtual Reality Field Trip to Pakistan with PenPal Schools",
            "description": "PenPal Schools’ new course “VR Field Trip to Pakistan” will develop cultural competency for young learners worldwide by enabling them to experience the bustling streets, ancient forts, and stunning mosques of Lahore. They’ll also get a glimpse of Pakistan’s rich culture, arts, food, and traditions — all while improving their reading, writing, and technology skills.\n\nMozilla is excited to support this experience with a grant from the Gigabit Community Fund; enabling the PenPal Schools to reach young people through their captivating Web technology.",
            "get_involved": "Teachers can signup for the course online today.",
            "get_involved_url": "https://go.penpalschools.com/projects/vr-field-trip-to-pakistan",
            "interest": "PenPal Schools’ initial seed funding actually came through a grant from Hive NYC in 2012 for what was then called, PenPal News.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_202101.0410850000.jpg",
            "created": "2017-04-10T20:21:01.040532Z",
            "moderation_state": 3
        },
        {
            "id": 53,
            "content_url": "https://blog.mozvr.com/a-painter/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "art",
                "mozfest",
                "mozilla",
                "mozvr",
                "painting",
                "virtual reality",
                "vr",
                "webvr"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A-Painter",
            "description": "Virtual Reality Painting on the Web. Put on the headset and let your creative spirit loose in an infinite and unconstrained space, expressing yourself visually with A-Painter from Mozilla, a virtual reality painting experience delivered through WebVR.",
            "get_involved": "Connect with Mozilla VR, the team behind WebVR, A-Frame and A-Painter. Build and share custom brushes for A-Painter! Liquid fire, varying shades of kitten heads, or let a million flowers bloom with a wave of your hand!",
            "get_involved_url": "https://github.com/aframevr/a-painter",
            "interest": "Digital artists and VR enthusiasts will both love creative freedom that web-scale extensibility brings to creative tools, and everyone will enjoy the unrestricted creative expression that A-Painter enables!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/53.png",
            "created": "2016-10-26T21:48:21.638000Z",
            "moderation_state": 3
        },
        {
            "id": 1223,
            "content_url": "https://www.getmural.io",
            "is_bookmarked": false,
            "tags": [
                "multimedia",
                "nocms",
                "Page generator",
                "visual storytelling"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Douglas Arellanes",
            "submitter_profile_id": 2530,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Douglas Arellanes",
                    "profile_id": 2530,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mural",
            "description": "A dead-simple way to create effective multimedia stories. Mural lets you build full-screen stories with video, images, text and audio, rearrange the story elements with drag and drop, and then, when the story is ready to be published, outputs everything needed to a .zip file. No platform is needed, and the stories will work on nearly any web server.",
            "get_involved": "",
            "get_involved_url": "https://www.reddit.com/r/getmural/",
            "interest": "Mural enables the quick and easy creation of rich multimedia stories without the need for a centralized platform.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-18_071055.0956070000.jpg",
            "created": "2019-06-18T07:10:55.094801Z",
            "moderation_state": 3
        }
    ]
}