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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved_url&page=30",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved_url&page=28",
    "results": [
        {
            "id": 643,
            "content_url": "https://github.com/lwjohnst86/prodigenr",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open science",
                "open source",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Luke Johnston",
            "submitter_profile_id": 405,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Luke Johnston",
                    "profile_id": 405,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An R software toolkit to simplify an open, collaborative scientific workflow",
            "description": "Many fields of science are far behind adopting open scientific practices (e.g. share code). I believe these will be a requirement for publication in the future. However, one of the biggest challenges for many researchers/scientists is that it's not (at this point) easy to do these practices. This toolkit will simplify and automate many of these tasks.",
            "get_involved": "Help refine the specific workflow, which external tools are most appropriate, more diverse options on what may work and what is needed.",
            "get_involved_url": "https://github.com/lwjohnst86/prodigenr/blob/master/CONTRIBUTING.md",
            "interest": "Scientists and researchers in biomedical fields are increasingly needing to be aware of and practice open scientific principles... this toolkit is a way to make it easier to practice them.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-20_132817.2917000000.png",
            "created": "2018-03-21T13:31:38.781086Z",
            "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": 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": 238,
            "content_url": "https://github.com/marcosvital/teach-R-project",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Teach-R Project",
            "description": "R is an amazing open tool for data analysis and visualization, but it is known to have a steep learning curve for scientists and students that do not have a Computer Science background... But the good news is that it gets much easier if you have the chance to start learning it in a well built course aimed your own research field!",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during #mozsprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/marcosvital/teach-R-project",
            "interest": "The Open Teach-R Project is focused on creating and gathering organized courseware for anyone willing to offer an R based course for biological sciences students and researchers.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-21_224519.5533060000.png",
            "created": "2017-04-21T22:45:19.552737Z",
            "moderation_state": 3
        },
        {
            "id": 686,
            "content_url": "https://github.com/meagdoh/data-and-friends",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Meag Doherty",
            "submitter_profile_id": 479,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Meag Doherty",
                    "profile_id": 479,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data + Friends",
            "description": "An offline storytelling game for advocacy groups learning data",
            "get_involved": "Help test the game, remix existing cards and offer use case scenarios for game play",
            "get_involved_url": "https://github.com/meagdoh/data-and-friends",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-12_020821.4059080000.JPG",
            "created": "2018-04-12T02:08:21.405567Z",
            "moderation_state": 3
        },
        {
            "id": 481,
            "content_url": "https://github.com/meghanlazier/opposite-troll",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "open leadership zone",
                "trolling"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Meghan Lazier",
            "submitter_profile_id": 145,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Meghan Lazier",
                    "profile_id": 145,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What's the Opposite of a Troll?",
            "description": "Help us attempt to name, recognize and celebrate the behavior online that’s at the opposite end of the spectrum of how a troll behaves. We want to make altruism online a part of our vocabulary.",
            "get_involved": "We’re on a mission to do two things: 1.) Crowdsource names for the anti-troll. What is one word that we can use to identify the opposite of a troll? 2.) Curate and share online content and interactions that exemplifies the type of behavior, interactions and spirit of we want to see online.",
            "get_involved_url": "https://github.com/meghanlazier/opposite-troll",
            "interest": "Why should you care? Because Internet users cannot currently name the opposite of a troll in one word. It’s much easier to identify and name the behavior we don’t want to see online, versus the behavior we do. This is a problem because it’s difficult to talk about what we can’t name.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_034245.1540930000.jpg",
            "created": "2017-10-22T03:42:45.153698Z",
            "moderation_state": 3
        },
        {
            "id": 797,
            "content_url": "https://github.com/me-ica/tedana/#tedana",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Elizabeth DuPre",
            "submitter_profile_id": 516,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Elizabeth DuPre",
                    "profile_id": 516,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ME-BIDS",
            "description": "ME-BIDS is a python package to improve and extended processing of one type of neuroimaging data, multi-echo functional magnetic resonance imaging (ME-fMRI). By joining with the Brain Imaging Data Structure (BIDS)-- a community-driven initiative to promote neuroimaging data re-use-- we're bringing ME-fMRI to the open source, open neuroscience community.",
            "get_involved": "Python coding, logo design, improving documentation",
            "get_involved_url": "https://github.com/ME-ICA/tedana/blob/master/CONTRIBUTING.md",
            "interest": "If you're interested in writing documentation for and working with python code, helping us create new designs (logos, mock data visualization), or just improving open neuroscience, ME-BIDS is a great project for you!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-02_203439.0116060000.jpg",
            "created": "2018-05-02T20:34:39.011251Z",
            "moderation_state": 3
        },
        {
            "id": 1044,
            "content_url": "http://jandig.art",
            "is_bookmarked": false,
            "tags": [
                "art",
                "augmented reality",
                "progressive web app",
                "web ar"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Pablo Diego Silva da Silva",
            "submitter_profile_id": 1973,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Rodrigo Oliveira",
                    "profile_id": 1988,
                    "is_active": true
                },
                {
                    "name": "Pablo Diego Silva da Silva",
                    "profile_id": 1973,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Jandig Project - ARt",
            "description": "We work with Artists, Curators and Developers to build an accessible AR community for enthusiasts. So that art consumers can perceive AR as a way to produce art. In open-source, to get good solution you need to get many people involved. We are working open to get diverse perspectives, contributors and form a healthy community, not a closed product.",
            "get_involved": "",
            "get_involved_url": "https://github.com/memeLab/Jandig",
            "interest": "Might inspire someone",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-01-17_220228.4715040000.jpeg",
            "created": "2019-02-13T03:24:12.239315Z",
            "moderation_state": 3
        },
        {
            "id": 491,
            "content_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "is_bookmarked": false,
            "tags": [
                "gaming",
                "html5",
                "learn javascript",
                "mozfest",
                "open leadership zone",
                "open web",
                "web games"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Mick Chesterman",
            "submitter_profile_id": 154,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Luke Pacholski",
                    "profile_id": 147,
                    "is_active": true
                },
                {
                    "name": "Mick Chesterman",
                    "profile_id": 154,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sharing Resources for Making Webgames",
            "description": "Let’s make “Web Games to Change the World”. This project is a network of people to support issue-based, computer club activities to make web games. Together we are creating a hub of resources to help this happen in Mozilla Clubs and beyond.",
            "get_involved": "Coders - could you write simple JS games (especially using the phaser library), join our network of Mentors, share JS game resources on our wiki.   Educators, please share on creative coding exploring web and justice issues. Everyone, come to our workshop called Digital Braves at Moz Fest!",
            "get_involved_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "interest": "We hope that those involved in Mozilla Clubs and Developers who like coding for fun can come together to build a resource of fun, remixable games written in javascript and linked playful activities that help us explore the web, global issues and learn to code at the same time.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_153257.5715450000.png",
            "created": "2017-10-24T15:32:57.571188Z",
            "moderation_state": 3
        },
        {
            "id": 930,
            "content_url": "https://github.com/mlbonatelli/SciCommMgz",
            "is_bookmarked": false,
            "tags": [
                "magazine",
                "SciComm",
                "science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Maria Letícia Bonatelli",
            "submitter_profile_id": 1620,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Maria Letícia Bonatelli",
                    "profile_id": 1620,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Science Communication Magazine",
            "description": "Have you ever thought why so many scientists don't do Science Communication? It's overwhelming to always feel the pressure of publishing in high-impact peer-reviewed science magazines. But what if there is a Science Communication Magazine where they publish to a broader public and also get a publication that will be value to their curriculum? That is our project idea, wanna help us make that happen?",
            "get_involved": "Help us build the SciComm Magazine",
            "get_involved_url": "https://github.com/mlbonatelli/SciCommMgz",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-03T18:10:12.389843Z",
            "moderation_state": 3
        },
        {
            "id": 929,
            "content_url": "https://github.com/mlbonatelli/SciCommMgz",
            "is_bookmarked": false,
            "tags": [
                "communication",
                "SciComm",
                "science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Join community"
            ],
            "published_by": "Maria Letícia Bonatelli",
            "submitter_profile_id": 1620,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Maria Letícia Bonatelli",
                    "profile_id": 1620,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Science Communication Magazine",
            "description": "Have you ever thought why so many scientists don't do Science Communication? It's overwhelming to always feel the pressure of publishing in high-impact peer-reviewed science magazines. But what if there is a Science Communication Magazine where they publish to a broader public and also get a publication that will be value to their curriculum? That is our project idea, wanna help us make that happen?",
            "get_involved": "Help us build the Magazine!",
            "get_involved_url": "https://github.com/mlbonatelli/SciCommMgz",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-03T18:03:47.224231Z",
            "moderation_state": 3
        },
        {
            "id": 807,
            "content_url": "https://github.com/molliem/gender-bias",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprin",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Mollie Marr",
            "submitter_profile_id": 1312,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Mollie Marr",
                    "profile_id": 1312,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reading for Gender Bias",
            "description": "“Reading for Gender Bias” is a web-based text analysis tool that scans and reveals language bias associated with evaluations and letters of recommendation written for trainees and applicants. It provides a summary of feedback to authors on how they can remove bias from their letters. A friend described it as “auto-correct for gender bias.”",
            "get_involved": "Design and testing of website, coding \"rules\" related to bias",
            "get_involved_url": "https://github.com/molliem/gender-bias",
            "interest": "New tool for addressing bias",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-06_225759.1172010000.jpeg",
            "created": "2018-05-06T22:57:59.116371Z",
            "moderation_state": 3
        },
        {
            "id": 279,
            "content_url": "https://github.com/Monsauce/Open-the-North",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open data",
                "repository"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open the North",
            "description": "Open the North is a project working to making ecological community data more accessible to the remote indigenous communities through the creation of a mobile app on fish consumption guidelines and the creation of a repository to for ecological data and traditional knowledge.  This mobile friendly platform not only allows the addition of data but also the ability to download data.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/Monsauce/Open-the-North",
            "interest": "The repository welcomes data from the federal and provincial governments, NGO's, conservation groups and encourages contributions from citizen scientists.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_005321.5217520000.png",
            "created": "2017-05-15T00:53:21.521335Z",
            "moderation_state": 3
        },
        {
            "id": 499,
            "content_url": "https://github.com/Monsauce/Open-the-North",
            "is_bookmarked": false,
            "tags": [
                "localisation",
                "mozfest",
                "open data",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Monica Granados",
            "submitter_profile_id": 167,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Monica Granados",
                    "profile_id": 167,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Guide to Eating Ontario Fishes mobile app",
            "description": "Ontario Ministry of the Environment and Climate Change (MOECC) publishes guidelines on how many fish of (a given subset of sportfish) is safe to eat. While this information is available in a printed guide and on their website, the information is displayed not displayed in a user-friendly format and is inaccessible to individuals living in remote regions of the province. We are building a mobile app version of the guide using open data available through the MOECC.",
            "get_involved": "Help us on make a better user interface. The beta app has a rough user interface and needs a designer's touch!",
            "get_involved_url": "https://github.com/Monsauce/Open-the-North/blob/master/CONTRIBUTING.md",
            "interest": "We are working in the open to make open data more accessible.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_172033.6272700000.png",
            "created": "2017-10-25T17:20:33.626650Z",
            "moderation_state": 3
        },
        {
            "id": 14,
            "content_url": "https://transvision.mozfr.org/",
            "is_bookmarked": false,
            "tags": [
                "localization"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transvision",
            "description": "Transvision is a specialized search engine to find localized strings of all Mozilla products and websites.",
            "get_involved": "Know PHP? Help us add new features!",
            "get_involved_url": "https://github.com/mozfr/transvision#transvision",
            "interest": "Improve translation quality of Firefox in your language",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-14T23:22:01.120000Z",
            "moderation_state": 3
        },
        {
            "id": 987,
            "content_url": "https://mozguna.github.io",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Plan & organize",
                "Create content"
            ],
            "published_by": "Shubhendra Singh Chauhan",
            "submitter_profile_id": 17,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Shubhendra Singh Chauhan",
                    "profile_id": 17,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozGuna",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozguna/mozguna",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-10_184511.2531580000.jpg",
            "created": "2019-01-10T18:45:11.252477Z",
            "moderation_state": 3
        },
        {
            "id": 192,
            "content_url": "https://medium.com/read-write-participate/working-towards-a-core-curriculum-64e80a15409f",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Curriculum updates",
            "description": "Catch up with recent changes to our web literacy activities as we work towards a core curriculum. Find out what's happening next, as well - more clarity, connections, and videos(!) are on the way.",
            "get_involved": "Your feedback is warmly welcomed! Help us improve our work and refine our set of core activities for educators and learners in the field. You can contact any of us directly or file issues in our curriculum repo.",
            "get_involved_url": "https://github.com/mozilla/curriculum-final",
            "interest": "This is a great way to see what we've learned and enacted from community members' feedback through Discourse and local training events.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_150916.6040830000.png",
            "created": "2017-04-07T15:09:16.590610Z",
            "moderation_state": 3
        },
        {
            "id": 244,
            "content_url": "https://mozilla.github.io/curriculum-final/privacy-toolkit-v10.pdf",
            "is_bookmarked": false,
            "tags": [
                "online privacy & security",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy & Security Toolkit",
            "description": "This is a toolkit for educators and activists teaching strong online safety habits in their communities. It remixes our current Privacy Basics curriculum and points toward external resources curated for intructors, their organizations, and their learners. You can share this toolkit throughout your network to help people understand the privacy choices they face and why privacy needs to be the default in spaces like the Internet of Things.",
            "get_involved": "Please let us know if you use the toolkit for an event in your community! We'd love to learn more about your work with online safety. You can also help us improve our curriculum on GitHub.",
            "get_involved_url": "https://github.com/mozilla/curriculum-final",
            "interest": "This is a printable .pdf toolkit you can use with diverse online and offline audiences throughout our network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-25_135249.4576060000.png",
            "created": "2017-04-25T13:24:23.680337Z",
            "moderation_state": 3
        },
        {
            "id": 959,
            "content_url": "https://www.slideshare.net/rzrfreefr/webthingiotjs20181022rzr-120959360",
            "is_bookmarked": false,
            "tags": [
                "activitypub",
                "artik",
                "internetofthings",
                "iot",
                "iotjs",
                "javascript",
                "mastodon",
                "mozfest",
                "privacy",
                "raspberrypi",
                "sensor",
                "social",
                "tizen",
                "tizenrt",
                "wot"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "RzR www.rzr.online.fr",
            "submitter_profile_id": 1729,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "RzR www.rzr.online.fr",
                    "profile_id": 1729,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Build \"Privacy by design\" Webthings With IoT.js on TizenRT and more",
            "description": "Mozilla IoT Webthing project is providing a framework and tools to deploy your own connected things local network. Many technologies are available to build the WebOfThings, a couple will be presented based on previous experiences such as IoT.js the IoT framework using javascript on Tizen:RT OS for micro controllers, and more.",
            "get_involved": "Feel free to test shared source, feedback welcome",
            "get_involved_url": "https://github.com/MozillaFestival/mozfest-program-2018/issues/690",
            "interest": "iot",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-08_135802.7078400000.png",
            "created": "2018-11-08T13:58:02.707232Z",
            "moderation_state": 3
        },
        {
            "id": 1164,
            "content_url": "https://lisoer.wordpress.ncsu.edu/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community"
            ],
            "published_by": "Will Cross",
            "submitter_profile_id": 1925,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Will Cross",
                    "profile_id": 1925,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Scholarly Communication Notebook",
            "description": "The way we make and share scholarship is changing, but the way we teach scholars how to do those things has not. The Scholarly Communication Notebook is a place where scholars, students, librarians, and the public can come together to share their stories, methods, and best practices for making and sharing their work in new ways.",
            "get_involved": "",
            "get_involved_url": "https://github.com/MozillaFestival/open-leaders-7/issues/10",
            "interest": "If you make, support, or are interested in research, teaching, or scholarly communication, we hope you will check out the SCN. You might find some amazing resources and we hope you will share your own ideas as well.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-03_171626.3638020000.jpg",
            "created": "2019-05-03T17:16:26.363304Z",
            "moderation_state": 3
        },
        {
            "id": 263,
            "content_url": "https://mozillafoundation.github.io/atxwow0517/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "global sprint",
                "hive",
                "open leadership training",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Working Open Workshop Austin, TX",
            "description": "Mozilla hosted a miniature version of its Working Open Workshop (WOW) on May 8, 2017 for open community leaders in Austin, TX. This version pilots a train the trainer approach with the goal of supporting local leaders to run their own workshops customized for their community members.",
            "get_involved": "Check out the workshop details and materials on GitHub, then fork them to create your own WOW for your local community.",
            "get_involved_url": "https://github.com/MozillaFoundation/atxwow0517/",
            "interest": "You can run your own working open workshop!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-08_110032.7040260000.png",
            "created": "2017-05-08T11:00:32.703602Z",
            "moderation_state": 3
        },
        {
            "id": 35,
            "content_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bobby Richter",
                    "profile_id": 3452,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Skills Observatory",
            "description": "Studying the impact of digital skills on people, smartphones, and digital financial services.",
            "get_involved": "Becoming an Open Research Volunteer for this project is a great opportunity to learn skills related to research, design, and technology while providing guidance and leadership for participants and other community members.",
            "get_involved_url": "https://github.com/MozillaFoundation/digital-skills-observatory",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/35.jpg",
            "created": "2016-11-01T22:30:40.519000Z",
            "moderation_state": 3
        },
        {
            "id": 88,
            "content_url": "https://octoverse.github.com/",
            "is_bookmarked": false,
            "tags": [
                "contributors",
                "developer",
                "engagement",
                "git",
                "github",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Github Shout-out",
            "description": "Github's 2016 report on the state of open source code highlights Mozilla's @acabunoc, developing new ways to engage contributors.",
            "get_involved": "Check out Abby's mentorship program.",
            "get_involved_url": "https://github.com/MozillaFoundation/mentorship-program",
            "interest": "The report details interesting trends on open and social software development. Shoutout to Abby demonstrates the importance of engagement to foster healthy and productive software projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/88.png",
            "created": "2016-09-15T14:46:11.729000Z",
            "moderation_state": 3
        },
        {
            "id": 325,
            "content_url": "https://medium.com/@chadsansing/game-time-at-the-global-sprint-a907bdb11b7b",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Game time at the Global Sprint",
            "description": "This is a blog post pitching a last-minute invite to contribute to games-based projects in this year's Global Sprint. Help invent adventures, micro-games, puzzles, and offline games that #teachtheweb and drive demand for better online privacy and security as part of Internet Health.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mozilla-privacy-arcade",
            "interest": "This is an example of using existing comms channels to promote new projects from across the org.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_105005.9836040000.jpg",
            "created": "2017-05-31T10:50:05.983304Z",
            "moderation_state": 3
        },
        {
            "id": 303,
            "content_url": "https://medium.com/read-write-participate/connecting-with-games-at-the-global-sprint-2bc2d665a282",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Connecting with games at the Global Sprint",
            "description": "This is a blog post inviting participation by contributors and site hosts interested in the Mozilla Privacy Arcade challenges that are part of this year's Global Sprint. It summarizes the challenges and details the kinds of participation we still hope to recruit for each. It also links out to the participant registration and site registration pages of the sprint website.",
            "get_involved": "Spread the word and contribute to a project that speaks to you during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mozilla-privacy-arcade",
            "interest": "This is the 5th blog post in a series that ramps up to - and supports - game-based projects at the Global Sprint through Mozilla Network channels like the Read, Write, Participate blog.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-24_123117.8719570000.jpeg",
            "created": "2017-05-24T12:31:17.870076Z",
            "moderation_state": 3
        },
        {
            "id": 233,
            "content_url": "https://medium.com/read-write-participate/making-games-at-the-global-sprint-c8d5538682ab",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "global sprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Making Games at the Global Sprint",
            "description": "The Mozilla Privacy Arcade is a 2017 Global Sprint project all about teaching people strong online safety and digital inclusion habits in fun, low-risk ways. Four separate challenges invite contributors to craft and invent different kinds of games that teach about privacy and security on the web. This blog post lets participants know how to get involved with the sprint and the Mozilla Privacy Arcade project.",
            "get_involved": "Help spread the word about the Global Sprint and Mozilla Privacy Arcade; we need site hosts!",
            "get_involved_url": "https://github.com/MozillaFoundation/mozilla-privacy-arcade",
            "interest": "This is an example how how the 2017 Global Sprint can invite and include new communities and kinds of projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-19_094503.8390390000.png",
            "created": "2017-04-19T09:45:03.838534Z",
            "moderation_state": 3
        },
        {
            "id": 249,
            "content_url": "https://github.com/MozillaFoundation/mpa-cryptomancer-challenge",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Cryptomancer Challenge",
            "description": "This is a Global Sprint project that invites community members to use the role-playing game (RPG) Cryptomancer as a platform for storytelling about online safety and inclusion. Contributors create adventures that deal with issues like encryption, privacy, and surveillance in a fantasy setting. There are lots of ways to get involved, especially for contributors new to RPGs.",
            "get_involved": "Please spread the word and contribute to the project during the 2017 Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-cryptomancer-challenge",
            "interest": "This is an example of a Global Sprint project that reaches out to community members who want to teach about online safety and inclusion in fun, low-risk ways.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_120653.9082210000.png",
            "created": "2017-04-27T12:06:53.907706Z",
            "moderation_state": 3
        },
        {
            "id": 260,
            "content_url": "https://medium.com/read-write-participate/whats-a-shardnet-ad461884e51e",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "What's a Shardnet?",
            "description": "This is a blog post inviting participation in the Cryptomancer Challenge for the 2017 Global Sprint. It introduces readers to the sprint, to role-playing games in general, and to how we might use the game Cryptomancer to invent and share adventures that reflect the real-world challenges network members face in privacy, security, and digital inclusions.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-cryptomancer-challenge/",
            "interest": "This is an example of supporting documentation that shares news about our work - like the Global Sprint - across Mozilla channels and invites participation from network members.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_092417.6880030000.jpg",
            "created": "2017-05-05T09:24:17.687504Z",
            "moderation_state": 3
        },
        {
            "id": 250,
            "content_url": "https://github.com/MozillaFoundation/mpa-game-jam-challenge",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy & Security Game Jam Challenge",
            "description": "This is a Global Sprint project that invites community members to submit ideas for web-native games and micro-games that teach specific, transferable online safety and inclusion habits. There are lots of ways to get involved, especially for contributors from non-coding backgrounds. We need art, music, puzzles, ideas, and, eventually, a little code.",
            "get_involved": "Spread the word and contribute to the project during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-game-jam-challenge",
            "interest": "This is an example of a Global Sprint project that invites community members with technical and non-technical backgrounds to collaborate on fun, low-risk ways to teach online safety and inclusion.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_121336.9691330000.png",
            "created": "2017-04-27T12:13:36.965146Z",
            "moderation_state": 3
        },
        {
            "id": 261,
            "content_url": "https://medium.com/read-write-participate/web-native-games-for-privacy-inclusion-ec90c226583a",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web Native Games for Privacy and Inclusion",
            "description": "This is a blog post inviting broad participation in the Privacy & Security Game Jam Challenge during the 2017 Global Sprint. It introduces the challenge and then shares all kinds of technical and non-technical ways to contribute ideas, assets, and code. It's meant to be an example of how we can use other Mozilla channels, like Read, Write, Participate, to make community-driven projects more inviting.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-game-jam-challenge/",
            "interest": "This is an example of supporting documentation meant to invite broad network and community participation in work like the Global Sprint.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_093937.3902000000.JPG",
            "created": "2017-05-05T09:39:37.389705Z",
            "moderation_state": 3
        },
        {
            "id": 251,
            "content_url": "https://github.com/MozillaFoundation/mpa-iot-escape-room-challenge/issues",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "games",
                "global sprint",
                "internet of things",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "IoT Escape Room Challenge",
            "description": "This is a Global Sprint project that asks community members to design, build, and/or facilitate an escape room scenario using connected devices that hold the clues and keys participants need to get free. There are lots of ways to get involved from suggesting story ideas to crafting puzzles to building an escape room out of inexpensive, lightweight, portable materials. The big idea is to design something that libraries and other community centers could easily assemble, disassemble, facilitate, and share between branches.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-iot-escape-room-challenge",
            "interest": "This is an example of a Global Sprint project that brings multiple communities of practice together to teach about online safety and why privacy should be the default on connected devices.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_122105.0988950000.png",
            "created": "2017-04-27T12:21:05.098119Z",
            "moderation_state": 3
        },
        {
            "id": 269,
            "content_url": "https://medium.com/read-write-participate/demystifying-connected-devices-9c5b7a943f08",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "escape rooms",
                "iot",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Demystifying Connected Devices",
            "description": "This is a blog post inviting broad participation in our IoT Escape Room Challenge for the 2017 Global Sprint. It introduces escape rooms and the Internet of Things and then describes many technical and non-technical ways contributors can get involved. The big idea is to community-source easily constructed, inexpensive, portable rooms or sets that libraries could share between branches to teach about connected devices in a fun, low-risk, social way.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-iot-escape-room-challenge",
            "interest": "This is an example of using a channel like Read, Write, Participate to support community work for events like the Global Sprint.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_103626.6638210000.png",
            "created": "2017-05-11T10:36:26.663220Z",
            "moderation_state": 3
        },
        {
            "id": 252,
            "content_url": "https://github.com/MozillaFoundation/mpa-offline-games-challenge",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "offline",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Offline Games Challenge",
            "description": "This is a Global Sprint project that invites contributors to develop childhood, playground, and tabletop games that teach about online safety and inclusion in fun, low-risk ways. The big idea is to make high quality, open-source privacy and security curriculum available to anyone, anywhere, so they can teach and learn about issues like encryption, privacy, and surveillance despite limited access to the Internet.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-offline-games-challenge",
            "interest": "This is an example of a Global Sprint project that aism to deliver widely adaptable teaching and learning materials to leaders throughout our network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_122636.9671740000.png",
            "created": "2017-04-27T12:26:36.966601Z",
            "moderation_state": 3
        },
        {
            "id": 291,
            "content_url": "https://medium.com/read-write-participate/offline-games-for-online-safety-74efa0959240",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Offline games for online safety",
            "description": "This is a blog post describing what kinds of contributions community members can make to the Offline Games Challenge during the 2017 Global Sprint. The big idea is to invent and share childhood games, playground games, and board games that can teach people - especially youth - about online privacy and safety wherever they live. This project is easy to localize and might encourage participants to adapt beloved games to #teachtheweb, as well as to invent new ones.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-offline-games-challenge/",
            "interest": "This is an example of using a comms channel to promote a project that invites broad, diverse, local participation in support of online safety and our work to drive public demand for better privacy and security.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_153201.2730130000.jpg",
            "created": "2017-05-18T15:32:01.272472Z",
            "moderation_state": 3
        },
        {
            "id": 285,
            "content_url": "https://github.com/MozillaFoundation/vr-curriculum-sprint",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "digital inclusion",
                "open innovation",
                "web literacy",
                "web vr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web VR 101 Curriculum Sprint",
            "description": "This is a GitHub repo for the Web VR 101 curriculum project running during this year's Global Sprint. What if anyone, anywhere - regardless of coding experience - could build a virtual reality experience? The big idea is to introduce Web VR to new users so they understand how it works and can use it for their own teaching and learning needs. We’ll brainstorm, research, draft, and test lesson plans that introduce Web VR ideas, vocabulary, and technical skills to beginner web and Web VR users.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/vr-curriculum-sprint",
            "interest": "This is an example of a Global Sprint project sparked by widespread interest across Mozilla and network communities.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-17_103702.1102440000.png",
            "created": "2017-05-17T10:37:02.109894Z",
            "moderation_state": 3
        },
        {
            "id": 821,
            "content_url": "https://medium.com/@daviserin/help-us-build-data-literacy-curriculum-in-mozillas-sprint-42906da25930",
            "is_bookmarked": false,
            "tags": [
                "Web Literacy Curriculum"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Help us Build \"Your Personal Data and You\" Curriculum",
            "description": "In March, Mozilla Foundation unveiled new core Web Literacy curriculum. We’d like to expand it to include activities that help learners understand their personal data is online, where this data lives, and how best to protect their data.\n\nWe’re asking for your help in creating curriculum for “Your Personal Data and You.” During Mozilla’s sprint tomorrow and Friday (that’s May 10 and 11, 2018), please share your experiences: https://github.com/mozilla/global-sprint/issues/290",
            "get_involved": "What activities have you tried in the past? What would you like to see included in “Your Personal Data and You?” What resources would you like to share with us? What were the outcomes for your learners?",
            "get_involved_url": "https://github.com/mozilla/global-sprint/issues/290",
            "interest": "Many of us are beginning to acknowledge the risk that comes along with personalization of the web. But there’s still a lot of work to be done to bring our compatriots up to speed on exactly what information is being collected in order to make such wonders possible.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_142014.3902840000.png",
            "created": "2018-05-09T14:20:14.389683Z",
            "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": 305,
            "content_url": "https://github.com/PiReel/PiReel-Core",
            "is_bookmarked": false,
            "tags": [
                "mozilla clubs",
                "teachtheweb"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pi Reel",
            "description": "Pi Reel is an easy to use animation tool, made for engineers, makers, and scientists of all skill levels. Pi Reel can create everything from animations, entrepreneurial videos, animated structures and gizmos.",
            "get_involved": "Share ideas, suggestions and feedback in our collaborative repository and discussion.",
            "get_involved_url": "https://github.com/mozilla/global-sprint/issues/68#issuecomment-303833209",
            "interest": "We work openly and use methods of communicating via the web, in the hopes of starting to put together applications developed for the cloud that enable people to express themselves.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_141710.3827230000.png",
            "created": "2017-05-25T14:17:10.382213Z",
            "moderation_state": 3
        },
        {
            "id": 486,
            "content_url": "https://github.com/mozilla/lightbeam-we",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Princiya Sequeira",
            "submitter_profile_id": 148,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lightbeam",
            "description": "Lightbeam is a Firefox web-extension and is a key tool for Mozilla to educate the public about privacy.",
            "get_involved": "Help us get feedback by installing this Firefox web-extension from here https://addons.mozilla.org/en-US/firefox/addon/lightbeam/",
            "get_involved_url": "https://github.com/mozilla/lightbeam-we",
            "interest": "This is an interesting opportunity to learn about privacy and security and work towards building a healthier internet.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_034332.9824220000.png",
            "created": "2017-10-24T03:43:32.981848Z",
            "moderation_state": 3
        },
        {
            "id": 129,
            "content_url": "https://schedule.mozillafestival.org",
            "is_bookmarked": false,
            "tags": [
                "app",
                "event",
                "mozfest",
                "open source",
                "schedule"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozfest Schedule App",
            "description": "It's a mobile-friendly web app that allows MozFest staff to easily update the official schedule of sessions, panels, activities, etc.",
            "get_involved": "Contribute to the code. Fork it for your own event.",
            "get_involved_url": "https://github.com/mozilla/mozfest-event-app",
            "interest": "It's open source, original used for SRCCON, so can be adapted to other in-person events with lots of programmatic offerings.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/129.png",
            "created": "2016-02-09T21:53:51.784000Z",
            "moderation_state": 3
        },
        {
            "id": 202,
            "content_url": "https://medium.com/@colorwheels/mozilla-dot-clubs-kick-off-in-east-africa-557e3428175",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozilla clubs",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla DOT Clubs kick off in East Africa",
            "description": "Blog post recap of Mozilla Clubs training in East Africa with links to materials, activities and how to get involved.",
            "get_involved": "Help us localize content, build new activities or launch Clubs in more regions around the globe",
            "get_involved_url": "https://github.com/mozilla/mozillaclubs",
            "interest": "It includes an open leadership and web literacy training that for both online and offline environments.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_221744.8034570000.jpg",
            "created": "2017-04-10T22:17:44.803147Z",
            "moderation_state": 3
        },
        {
            "id": 404,
            "content_url": "https://docs.google.com/document/d/1iczIx5F3tkZZaUorjVfYiD6MfnpYU9fvUP7xec0rs0o/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "mozilla clubs",
                "readinglist",
                "research",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Clubs Reading List",
            "description": "An evolving reading list curated by Mozilla Clubs Manager, Julia Vallera. These readings are intended to enhance the learning experience for Mozilla Club Leaders around the world.",
            "get_involved": "Contribute additions to this list through our Mozilla Club repository on Github.",
            "get_involved_url": "https://github.com/mozilla/mozillaclubs/blob/master/readinglist.md",
            "interest": "It provides a monthly archive of relevent readings and resources related to Internet Health and Web Literacy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-14_195403.8626070000.png",
            "created": "2017-07-14T19:54:03.861948Z",
            "moderation_state": 3
        },
        {
            "id": 850,
            "content_url": "https://www.mozillapulse.org/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "curation",
                "network",
                "pulse"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Join community"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Kristina Shu",
                    "profile_id": 95,
                    "is_active": true
                },
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                },
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Christopher De Cairos",
                    "profile_id": 79,
                    "is_active": true
                },
                {
                    "name": "Lucie Daeye",
                    "profile_id": 301,
                    "is_active": true
                },
                {
                    "name": "Matthew Willse",
                    "profile_id": 85,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New: Share your Pulse Favs!",
            "description": "Pulse is full of incredible projects and important initiatives. Tap the heart to save your favs. And now... you can share your favs on your profile. Tap your name in the top right and then tap the favs tab below. Share that URL with anyone.",
            "get_involved": "There are three ways you can help. 1) Join Pulse, save your favs and share them with your community. 2) If you have coding skills, help us build the Pulse platform. Tap the link below. 3) Know other networks or organizations that could benefit from Pulse? Invite them to join us!",
            "get_involved_url": "https://github.com/mozilla/network-pulse/",
            "interest": "This new feature enables everyone in our network to become curators and promoters of all the great projects. Share to foster new collaboration.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_170716.3481020000.jpg",
            "created": "2018-06-25T17:07:16.347167Z",
            "moderation_state": 3
        },
        {
            "id": 120,
            "content_url": "https://www.mozillapulse.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Test & feedback",
                "Attend",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matthew Willse",
                    "profile_id": 85,
                    "is_active": true
                },
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                },
                {
                    "name": "Kristina Shu",
                    "profile_id": 95,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Pulse (about this app)",
            "description": "Discover and collaborate on projects for a healthy internet. Pulse captures and broadcasts a stream of projects by the mozilla network, in pursuit of a healthy internet.",
            "get_involved": "Get involved! Browse projects: many have a get involved link with more info on how you can contribute. Click a help tag below to find more. Or... help build Pulse: lend a hand with testing, design, or code. Join us on Github.",
            "get_involved_url": "https://github.com/mozilla/network-pulse/blob/master/README.md",
            "interest": "Around the globe, teachers, engineers, activists, and others collaborate to protect and extend the internet as a public resource. They create amazing apps, art, tools, games, and campaigns. Their impact is tremendous, but decentralized. Pulse reveals the network's footprint, it fosters collaboration and amplifies the big wins.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T19:57:02.411000Z",
            "moderation_state": 3
        },
        {
            "id": 273,
            "content_url": "https://github.com/mozilla-neutrino/neutrino-dev",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "javascript",
                "mozsprint",
                "open web",
                "software"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Eli Perelman",
                    "profile_id": 8,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Neutrino",
            "description": "This Global Sprint project aims to create and build modern JavaScript applications with zero initial configuration. Neutrino combines the power of Webpack with the simplicity of presets.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during #mozsprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/mozilla-neutrino/neutrino-dev",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_204304.0556300000.png",
            "created": "2017-05-11T20:43:04.054752Z",
            "moderation_state": 3
        },
        {
            "id": 193,
            "content_url": "https://medium.com/read-write-participate/ada-lovelace-day-curriculum-design-workshop-at-libre-learn-lab-ed5da38b882b",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "mozilla clubs",
                "open science",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ada Lovelace Day Curriculum Design Workshop at Libre Learn Lab",
            "description": "Zannah from the Mozilla Science Lab(MSL) and Julia from the Mozilla Clubs program decided to team up to run a women in STEM themed session at Libre Learn Lab, a two-day summit for people who create, use and implement freely licensed resources for K-12 education.",
            "get_involved": "Check out the examples in the repository and see if you can add to them and/or use them in your own work.",
            "get_involved_url": "https://github.com/mozillascience/curriculum-design-workshop",
            "interest": "The workshop development and implementation process resulted in new lessons on understanding how climate effects living things and on women inventors throughout history. These are available in the GitHub repository for public use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_200944.2694010000.jpeg",
            "created": "2017-04-07T20:09:44.268975Z",
            "moderation_state": 3
        },
        {
            "id": 8,
            "content_url": "https://mozillascience.github.io/open-data-primers/",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "primers",
                "science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Primers",
            "description": "An online handbook of Open Data Training Primers developed by the Mozilla Science Lab and their community members.  These primers are designed to read at your own pace and pick and choose the topics you want to read concerning open data.",
            "get_involved": "Would love feedback on the primers so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "Lays out basics of open data for anyone interested in the topic and assumes no prior knowledge.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:15:05.909000Z",
            "moderation_state": 3
        },
        {
            "id": 7,
            "content_url": "https://mozillascience.github.io/open-data-guides/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "open data",
                "science",
                "train-the-trainer"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Instructor Guides",
            "description": "This site is a resource for train-the-trainer type materials on Open Data. It's meant to provide a series of approachable, fun, collaborative workshops where each of the modules is interactive and customizable to meet a variety of audiences.",
            "get_involved": "Would love feedback on the instructor guides so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "This website will help those who want to teach others about Open Data.  It has pre-packaged exercises and resources that can be remixed for different audiences.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:25:14.414000Z",
            "moderation_state": 3
        }
    ]
}