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=published_by__profile&page=3
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=published_by__profile&page=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=published_by__profile&page=2",
    "results": [
        {
            "id": 1382,
            "content_url": "https://medium.com/mozilla-festival/mozfest-in-spaaaaaace-45f3405edc3",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019",
                "youth-led",
                "youthzone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Joseph Thomas",
                    "profile_id": 3179,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest in SPAAAAAAAACE: Youth Zone 2019",
            "description": "A blog post about the Youth Zone at MozFest 2019",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-03_001301.7994870000.jpeg",
            "created": "2019-10-03T00:13:01.798618Z",
            "moderation_state": 3
        },
        {
            "id": 1504,
            "content_url": "https://medium.com/@chadsansing/bring-mozfest-home-129332ddb18c",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "internet health",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bring MozFest Home!",
            "description": "A blog post about upcoming Community Calls too share what you learned at Mozilla Festival and brainstorm next steps.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-08_190727.2203640000.jpg",
            "created": "2019-11-08T19:07:27.219945Z",
            "moderation_state": 3
        },
        {
            "id": 1201,
            "content_url": "https://medium.com/@Mozfest/dreaming-up-mozfest-2019-in-barcelona-e6e5af22281d",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dreaming up MozFest 2019 in Barcelona",
            "description": "A story about MozRetreat 2019, the week-long collaborative workshop where we co-design MozFest with community volunteers from around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-23_021620.8802540000.jpg",
            "created": "2019-05-23T02:16:20.879765Z",
            "moderation_state": 3
        },
        {
            "id": 406,
            "content_url": "https://misinfocon.com/dear-internet-can-we-talk-we-have-an-information-pollution-problem-of-epic-proportions-a1c31b600fdc",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "digital inclusion",
                "fakenews",
                "information",
                "internet health",
                "mozfest",
                "trolling",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Phillip Smith",
            "submitter_profile_id": 50,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Phillip Smith",
                    "profile_id": 50,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dear Internet, can we talk? We have an information pollution problem of epic proportions.",
            "description": "Misinformation and disinformation are not challenges specific to any single platform, or the responsibility of any single company: they represent a tsunami of polluted information that is threatening the fabric of trust between users and what they experience online. It’s a potential “global environmental disaster” that impacts everyone. And though the spotlight so far has mostly been on so-called “fake news,” the problem extends far beyond news and reaches into just about every aspect of our modern-day digital lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-20_172109.8764820000.jpg",
            "created": "2017-07-20T17:21:08.293276Z",
            "moderation_state": 3
        },
        {
            "id": 368,
            "content_url": "https://medium.com/read-write-participate/heres-an-opportunity-to-make-progress-on-misinformation-track-the-indicators-c9779fa31784",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "inclusion",
                "internet health",
                "misinformation"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Phillip Smith",
            "submitter_profile_id": 50,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Phillip Smith",
                    "profile_id": 50,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Let's make progress on misinformation",
            "description": "Mozilla’s Internet Health indicators give us a scorecard to use in the fight against misinformation.",
            "get_involved": "Looking for input on the framing of the problem, as well as suggestions for indicators & data that can be used to track it.",
            "get_involved_url": "https://medium.com/read-write-participate/heres-an-opportunity-to-make-progress-on-misinformation-track-the-indicators-c9779fa31784",
            "interest": "A post that explores to how misinformation intersects with Internet Health, and asks for input on which indicators might help us to understand the problem and how progress can be made toward solutions.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-14_204438.2556310000.jpg",
            "created": "2017-06-14T20:44:38.254901Z",
            "moderation_state": 3
        },
        {
            "id": 1017,
            "content_url": "https://foundation.mozilla.org/en/campaigns/india-needs-strong-privacy-and-data-protection-law/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "It's time for India to have a strong privacy and data protection law",
            "description": "Cambridge Analytica has leveraged sensitive data of Facebook users and their friends without their knowledge in the United States. \n\nIndia has a unique opportunity to ensure that the privacy of citizens is protected. Join the call to the Justice Srikrishna Committee to come up with a strong law that puts your privacy and data first.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/india-needs-strong-privacy-and-data-protection-law/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:22:15.922721Z",
            "moderation_state": 3
        },
        {
            "id": 1018,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tell Facebook: this can't happen again.",
            "description": "Up to 50 million Facebook users had their information used by Cambridge Analytica, a private company, without their knowledge or consent. That’s not okay. Facebook needs to step up and respect its users.\n\nWill you add your name to the petition asking Facebook to change its app permissions and ensure your privacy is protected by default?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/facebook/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:27:27.903667Z",
            "moderation_state": 3
        },
        {
            "id": 1015,
            "content_url": "https://foundation.mozilla.org/en/campaigns/equifax-breach/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Equifax data breach",
            "description": "2017's Equifax data breach may have been even worse than we thought – revealing tax and driver license information that would make it even easier to commit fraud using the hacked data. Can you join our call to Mick Mulvaney, head of the CFPB: launch a full-scale probe into the Equifax data breach?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/equifax-breach/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:02:56.258608Z",
            "moderation_state": 3
        },
        {
            "id": 1019,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook-update/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dear Facebook: Stop cross site tracking by default",
            "description": "You might have seen a Facebook ‘like’ button on websites outside of Facebook. What you may not know is that this button allows Facebook to track what sites you’re browsing in order to target ads to you.\n\nWill you add your name to the petition asking Facebook to turn off default cross-site tracking?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/facebook-update/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_222927.1102650000.jpg",
            "created": "2019-01-30T22:29:27.109953Z",
            "moderation_state": 3
        },
        {
            "id": 1014,
            "content_url": "https://foundation.mozilla.org/campaigns/aadhaar/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Aadhaar",
            "description": "Join Mozilla’s Executive Chairwoman, Mitchell Baker in signing an open letter to the Justice Srikrishna Committee highlighting our main concerns about Aadhaar.",
            "get_involved": "Take Action",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/aadhaar/take-action/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_215622.1055770000.jpg",
            "created": "2019-01-30T21:56:22.077897Z",
            "moderation_state": 3
        },
        {
            "id": 1026,
            "content_url": "https://foundation.mozilla.org/en/campaigns/i-heart-open-data/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Did you know you’re a major funder of scientific research?",
            "description": "Did you know our federal taxes help fund billions of dollars in scientific research every year? But in order to see the results of that research, publishers often charge significant amounts of money to anyone that wants to read about it. Shouldn’t we be able to see what we’re paying for without having to pay for it twice?\n\nDo you agree? Your signature, combined with hundreds of scientists, will show our leaders that taxpayers expect to see the results of the scientific research so we can build on and expand on these findings.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/i-heart-open-data/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_230246.3696060000.png",
            "created": "2019-01-30T23:02:46.369080Z",
            "moderation_state": 3
        },
        {
            "id": 1024,
            "content_url": "https://foundation.mozilla.org/en/campaigns/india-privacy-law/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy isn't negotiable",
            "description": "It’s essential that India has a strong and robust privacy law that protects and empowers citizens.\n\nThe time to ramp up the pressure is now! The Parliament Winter Session begins on December 11th, and we need to let the Ministry of Electronics and IT know that the privacy bill needs to be strengthened before it’s tabled in the Parliament.\n\nWe need just 50 of us to call Minister Ravi Shankar Prasad's office and leave messages for him demanding specific edits to the bill, he will get the message loud and clear -- Indians care about data protection and privacy and demand a strong bill.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/india-privacy-law/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_224823.1594920000.jpg",
            "created": "2019-01-30T22:48:23.159182Z",
            "moderation_state": 3
        },
        {
            "id": 1025,
            "content_url": "https://foundation.mozilla.org/en/campaigns/investigate-equifax/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "#InvestigateEquifax",
            "description": "The Consumer Financial Protection Bureau (CFPB) needs to complete its investigation into the Equifax data breach. Since Mick Mulvaney took charge of the CFPB, the investigation has completely stalled. It's time, Mick. Investigate Equifax.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/equifax-breach/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_225822.2708720000.png",
            "created": "2019-01-30T22:51:19.224338Z",
            "moderation_state": 3
        },
        {
            "id": 1023,
            "content_url": "https://foundation.mozilla.org/campaigns/let-us-be-part-hearing/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Facebook: Let Us Be Part of the Hearing",
            "description": "Zuckerberg is going to the EU but answering questions behind closed doors.\n\nTo the Conference of Presidents of the European Parliament we urge you to open your meeting with Mark Zuckerberg to the public.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/let-us-be-part-hearing/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:40:32.129994Z",
            "moderation_state": 3
        },
        {
            "id": 1022,
            "content_url": "https://foundation.mozilla.org/en/campaigns/release-the-bill/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Justice Srikrishna: #ReleaseTheBill",
            "description": "India’s first comprehensive data protection law is being drafted right now.\n\nThe public must have a chance to examine the draft and ensure that it’s robust and puts Indians’ privacy first. So we’re asking that the bill is released publicly BEFORE it begins to go through the process of becoming a law.\n\nCan you ask Justice Srikrishna to #releasethebill to the general public?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/release-the-bill/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_223743.9345900000.jpg",
            "created": "2019-01-30T22:37:43.934281Z",
            "moderation_state": 3
        },
        {
            "id": 1027,
            "content_url": "https://foundation.mozilla.org/en/campaigns/venmo-put-our-privacy-first/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Venmo: put our privacy first",
            "description": "Imagine if every time you swiped your credit card your bank assumed you wanted that transaction to be public. That’s what Venmo does, a popular app that lets people send and collect money.\n\nCan you ask Venmo to put our privacy first and make all transactions private by default?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/venmo-put-our-privacy-first/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_230555.3183820000.png",
            "created": "2019-01-30T23:05:55.318049Z",
            "moderation_state": 3
        },
        {
            "id": 1016,
            "content_url": "https://foundation.mozilla.org/en/campaigns/dear-target-please-help-make-baby-monitors-safer/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dear Target: Please help make baby monitors safer",
            "description": "Stories of cybercriminals talking to children or watching in on a nursery are enough to turn our stomachs. Yet despite five years of headlines and warnings from experts, manufacturers have done little to make baby monitors more secure. \n\nJoin us in asking Target to commit to asking if a device a) uses encryption (industry standard to safeguard communications), b) has strong passwords and c) is updatable, so if a security weakness is found it can be fixed.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/dear-target-please-help-make-baby-monitors-safer/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:10:53.573503Z",
            "moderation_state": 3
        },
        {
            "id": 1020,
            "content_url": "https://foundation.mozilla.org/en/campaigns/facebook-and-european-parliament/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Facebook needs to be accountable to all of us",
            "description": "Facebook is still under fire for how it's been handling its users' data. That's a good start. But Facebook is a global company, and the majority of its 2 billion-plus users don't live in the United States. Facebook can't just be held accountable in the USA.\n\nWill you join our call for Facebook to be globally accountable?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/facebook-and-european-parliament/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:32:21.147987Z",
            "moderation_state": 3
        },
        {
            "id": 1021,
            "content_url": "https://foundation.mozilla.org/en/campaigns/amazon-echo-kids/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Amazon: clarify how you're safeguarding kids' privacy",
            "description": "Update: After hearing our concerns, Amazon has updated their product page to link to a page with more information about how they’re safeguarding children’s security.\n\nAmazon is about to release an Echo Dot smart speaker for kids. We've pored over the Echo Dot's product page and we can't find the answer to an important question — What will Amazon do with the information it collects from kids?\n\nJoin us in asking Amazon to update its product page to tell parents exactly what it will do with children's data.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/amazon-echo-kids/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:35:29.192905Z",
            "moderation_state": 3
        },
        {
            "id": 1028,
            "content_url": "https://foundation.mozilla.org/en/campaigns/enoughisenough/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tell Facebook this crosses a line",
            "description": "Facebook just confirmed that they have been using phone numbers given to them for security purposes -- to target users with ads. This is not okay.\n\nWill you add your name to the petition demanding that Facebook immediately stop using phone numbers it received for two factor authentication for targeting ads?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/enoughisenough/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T23:08:03.622857Z",
            "moderation_state": 3
        },
        {
            "id": 213,
            "content_url": "https://savethelink.org/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "network",
                "petition"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Erika Drushka",
            "submitter_profile_id": 54,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Save the Link",
            "description": "Links are essential to freedom of expression online and censoring links will break the Web as we know it. This advocacy campaign lets you tell decision-makers that you oppose regulations that aim to censor links.",
            "get_involved": "Sign the petition, and sign your organisation up to join the network.",
            "get_involved_url": "https://savethelink.org/",
            "interest": "This networked campaign, led by OpenMedia, has over 100 groups signed up to launch a platform for campaigning against proposals that restrict or censor hyperlinking across the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_174216.7402530000.png",
            "created": "2017-04-11T17:42:16.739720Z",
            "moderation_state": 3
        },
        {
            "id": 695,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook-and-european-parliament/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Theo Chevalier",
            "submitter_profile_id": 57,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Theo Chevalier",
                    "profile_id": 57,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Petition | Facebook needs to be accountable to all of us",
            "description": "Mark Zuckerberg answered U.S. Congres questions, but most Facebook users are outside the U.S. We’re calling on Mark Zuckerberg to be globally accountable, starting in Europe and to speak at the EU Parliament.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/facebook-and-european-parliament/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-17_153734.9544350000.png",
            "created": "2018-04-17T15:37:34.954089Z",
            "moderation_state": 3
        },
        {
            "id": 1430,
            "content_url": "https://foundation.mozilla.org/campaigns/youtube-regrets/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Theo Chevalier",
            "submitter_profile_id": 57,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "YouTube Regrets",
            "description": "Got YouTube Regrets? Thousands do! They told us about the videos they wish they’d never clicked that sent them down a rabbit hole they never meant to go down and didn’t know how to stop. Let’s send a message to YouTube: recommend responsibly, or don't recommend at all. No regrets!",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/youtube-regrets/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-18_181339.7110640000.jpg",
            "created": "2019-10-18T18:13:39.710358Z",
            "moderation_state": 3
        },
        {
            "id": 253,
            "content_url": "https://github.com/data-lessons/librarycarpentry",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Extending Library Carpentry",
            "description": "This is a Global Sprint project meant to refresh and expand on the Library Carpentry project, a set of introductory software training resources with a focus on the needs and requirements of library professionals. Library Carpentry is an introductory software skills program, meaning that no knowledge of programming or the principles of programming are required. Contributors will use the sprint to amend, update, and extend the existing Library Carpentry lessons and get draft lessons on SQL, Python, web scraping, and other topics into final shape for launch.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/data-lessons/librarycarpentry/blob/master/CONTRIBUTING.md",
            "interest": "This is a great example of a Global Sprint project that attracts worldwide interest in using the web to deliver professional development to a community of practice.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-28_093438.3267420000.png",
            "created": "2017-04-28T09:34:38.326164Z",
            "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": 317,
            "content_url": "https://github.com/dbild/teen-open-leadership",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Teen-driven inquiry and working in the open",
            "description": "This is a Global Sprint project focused on adapting and modifying Mozilla's Open Leadership Training Series (OLT) for a teen audience, specifically so that teens will be better equipped to launch and carry out collaborative inquiry projects and work in the open.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/dbild/teen-open-leadership",
            "interest": "This is a great example of a Global Sprint project created by a network member to adapt a Mozilla Network leadership resoruce for a local, youth audience.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-29_140509.6859110000.jpg",
            "created": "2017-05-29T14:05:09.685268Z",
            "moderation_state": 3
        },
        {
            "id": 235,
            "content_url": "https://storyengine.io/stories/digital-inclusion/kylee-durant/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "leadership",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Kylee Durant on Story Engine",
            "description": "In this Story Engine interview, Kylee talks about her work with Rally Point/6 (RP/6), an organization that helps active service members, veterans, and their family members transition into civilian life and the civilian workforce. Kylee helped organize a Mozilla web literacy training for RP/6 members and will be scaling up web literacy efforts across the USO next. She talks about the success of the web literacy training and challenges in her work ahead.",
            "get_involved": "Have a tip for Story Engine? Share it here.",
            "get_involved_url": "https://docs.google.com/a/mozillafoundation.org/forms/d/e/1FAIpQLScsZ6NLDIo87YH8Z3guR-9slPampPTavcKgbqOJvLsrnqIVMQ/viewform",
            "interest": "This is a great example of a network leader bringing core Mozilla values to their organization and community.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-20_123859.8007930000.jpg",
            "created": "2017-04-20T12:38:59.800108Z",
            "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": 585,
            "content_url": "https://medium.com/@chadsansing/practicing-open-facilitation-5f5474294d13",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "facilitation",
                "open leadership",
                "teaching"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Facilitation",
            "description": "This is a blog post describing Open Facilitation, a GitBook collecting facilitation best practices from our Web Literacy trainings and other workshops.",
            "get_involved": "Please share this resource and help improve it by asking questions and starting discussions.",
            "get_involved_url": "https://chadsansing.gitbooks.io/open-facilitation/content/",
            "interest": "This GitBook has both big-picture and tiny-detail facilitation tips for anyone running an open event, meeting, or workshop - anything from a single class to a multi-day convening.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-06_141716.9410620000.jpeg",
            "created": "2018-02-06T14:17:16.940546Z",
            "moderation_state": 3
        },
        {
            "id": 247,
            "content_url": "https://storyengine.io/stories/digital-inclusion/paul-oh/",
            "is_bookmarked": false,
            "tags": [
                "hack jam",
                "mozilla curriculum workshop",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paul Oh on Story Engine",
            "description": "In this Story Engine interview, Teaching Channel senior director and long-time Mozillian Paul Oh talks about his history with the foundation, what it's like to work on the Mozilla Curriculum Workshop, and what people can learn from and with us.",
            "get_involved": "Have a great idea for a Story Engine interview? Share your suggestions with us!",
            "get_involved_url": "https://docs.google.com/a/mozillafoundation.org/forms/d/e/1FAIpQLScsZ6NLDIo87YH8Z3guR-9slPampPTavcKgbqOJvLsrnqIVMQ/viewform",
            "interest": "This interview really captures the spirit of how we collaborate with network leaders to teach the web.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-26_102656.9006430000.jpeg",
            "created": "2017-04-26T10:26:56.900386Z",
            "moderation_state": 3
        },
        {
            "id": 248,
            "content_url": "https://github.com/voxverus/JobTalk",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "mozsprint",
                "professional development"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "JobTalk",
            "description": "This is a Global Sprint project that aims to build a professional development platform for academics, focused on workplace reviews and network building. Think of it like Glassdoor for a unique, academic workforce. Users will use the platform to share workplace reviews across categories ranging from compensation to parenting support to mentorship. The big idea is to help users to develop robust mentoring and support networks and empower them with the information they need to succeed.",
            "get_involved": "Contribute to this project during the Global Sprint!",
            "get_involved_url": "https://github.com/voxverus/JobTalk",
            "interest": "This is a great example of community members using the web to help lead professional development in their communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_095251.8467840000.jpeg",
            "created": "2017-04-27T09:52:51.846373Z",
            "moderation_state": 3
        },
        {
            "id": 227,
            "content_url": "https://medium.com/read-write-participate/taking-the-show-on-the-road-teaching-web-literacy-concepts-to-librarians-in-hudson-valley-d0d4abd8f50",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Teaching Web Literacy Concepts to Librarians",
            "description": "Mozilla-IMLS pilot member Davis Erin Anderson shares insights and takeaways from a web literacy workshop she taught for colleagues in the Hudson Valley. Davis uses Kraken the Code (part of Mozilla's online Web Literacy curriculum) and other activities to provide librarians with the skills and resources they need to teach their patrons how to evaluate media.",
            "get_involved": "Help us test other web literacy modules and lessons in your networks and communities!",
            "get_involved_url": "https://learning.mozilla.org/activities",
            "interest": "This is a great example of how train-the-trainer prgrams (like our IMLS pilot) work to give network leaders the experience and resources they need to teach the web locally and within their networks.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_151615.8497830000.jpeg",
            "created": "2017-04-14T15:16:15.849115Z",
            "moderation_state": 3
        },
        {
            "id": 231,
            "content_url": "https://medium.com/read-write-participate/fake-news-and-filter-bubbles-teaching-web-literacy-concepts-a-brooklyn-public-library-6586baaebe85",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fake News and Filter Bubbles",
            "description": "Mozilla-IMLS pilot participant Davis Erin Anderson shares her \"recipe\" for teaching web literacy and evaluating media to colleagues at the Brooklyn Public Library.  She shares her lesson plan and lessons learned from activities that help participants identify and make sense of biases in algorithms, filter bubbles, and fake news.",
            "get_involved": "Help us continue to improve and refine our web literacy curriculum for local audiences.",
            "get_involved_url": "https://learning.mozilla.org/activities",
            "interest": "This is a great example of network leaders making our web literacy curriculum relevant to specific, local communities like librarians.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-17_142224.0393670000.jpg",
            "created": "2017-04-17T14:22:24.038972Z",
            "moderation_state": 3
        },
        {
            "id": 321,
            "content_url": "https://github.com/cliqz-oss/web-ninja",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web Ninja",
            "description": "This is a Global Sprint project dedicated to making an educational game that illustrates issues of tracking and centralisation on the web. The big idea is to monitor and limit the information leaking from your browser to keep third-party trackers from finding you on the web.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/cliqz-oss/web-ninja",
            "interest": "This is a great example of a game-based Global Sprint project dealing with core Internet health issues like Online Privacy & Security.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_172858.2768640000.png",
            "created": "2017-05-30T17:23:13.918585Z",
            "moderation_state": 3
        },
        {
            "id": 363,
            "content_url": "https://arkodyuti.com/2017/06/06/all-about-helloweb-curriculum-workshop/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "All about #HelloWeb Curriculum Workshop",
            "description": "This is a quick recap of a curriculum development event hosted by local organizers in Bengaluru, India. The workshop supports the larger #HelloWeb campaign which promotes web literacy and digital inclusion. Volunteers in that campaign #teachtheweb at government schools and orphanages. Given the campaign's success over the last two years, volunteers need new, localized curriculum to bring to the schools and youth they serve.",
            "get_involved": "Check out the repo and stay tuned for more in-depth reporting.",
            "get_involved_url": "https://github.com/arkodyuti/helloweb",
            "interest": "This is a great example of an initial report from a Mozilla-supported event that helps local leaders and network members solve local Internet health challenges.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-09_101223.8324650000.jpg",
            "created": "2017-06-09T10:12:23.832080Z",
            "moderation_state": 3
        },
        {
            "id": 234,
            "content_url": "https://thimbleprojects.org/techkim/241862/#overview",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "offline"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 105,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Yes We Tech: CS Unplugged",
            "description": "This is a community-contributed teaching resource of offline computational thinking activities assembled by Kim Wilkens. Kim shares 8 of her favorite lo-fi/no-fi lesson plans for teaching topics like algorithms, circuitry, and programming.",
            "get_involved": "Do you run a club or can you share this resource with educators near you? Help test and localize the lesson plans!",
            "get_involved_url": "",
            "interest": "This is a great example of offline activities Mozilla Club Captains and other educators can use anywhere, regardless of connectivity.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-19_102641.5136570000.jpg",
            "created": "2017-04-19T10:26:41.513406Z",
            "moderation_state": 3
        },
        {
            "id": 278,
            "content_url": "https://thimbleprojects.org/techkim/258242/#overview",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "fake news",
                "misinformation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 105,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foiling Fake News",
            "description": "This is a teaching kit put together by Kim Wilkens and Sarah FitzHenry to teach fake news, misinformation, and media literacy to middle school students.",
            "get_involved": "Share the teaching kit on social media and remix it to use in your work with community members!",
            "get_involved_url": "",
            "interest": "This is a great example of community members using Mozilla tools (like Thimble) and Web Literacy standards to share teaching resources that fight fake news and misinformation.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_171623.1594020000.jpg",
            "created": "2017-05-12T17:16:23.158863Z",
            "moderation_state": 3
        },
        {
            "id": 225,
            "content_url": "https://tomtomfest.com/challenges/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "iot",
                "online privacy & security",
                "open innovation"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tom Tom Founders Festival Youth Summit Community Challenge",
            "description": "The Tom Tom Founders Festival is Charlottesville, Virginia's, annual cultural showcase - like a MozFest of the hyper-local. This year, at the student-led Youth Summit, Team Quick Pick shared its vision for a safe, anonymous pickup-sports matchmaking app. Team Quick Pick formed at the SPARK Youth Hackathon, a locally partnered event sponsored and co-designed by the Mozilla Foundation to promote web literacy, trust-building and inclusion across networks and connected devices, and youth leadership in open innovation.",
            "get_involved": "Have a great idea for a locally partnered event that strengthens the network and promotes Internet health? Share it out loud!",
            "get_involved_url": "http://spark.stab.org/",
            "interest": "This is a great example of how locally partnered events can activate youth leaders in the Mozilla Network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_234324.5018360000.jpeg",
            "created": "2017-04-13T23:43:24.501407Z",
            "moderation_state": 3
        },
        {
            "id": 245,
            "content_url": "https://github.com/lesliePhD/open_funders_canada",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Funders Canada",
            "description": "This is a Global Sprint project supporting continued development of the Landscape tool. Landscape (http://landscape.ajah.ca/) is a pilot project for an open tool that helps people find out who is funding who, for what kind of projects, and when this funding is happening. This includes funding from governments, foundations, and corporations.",
            "get_involved": "Contribute to this project as part of the Global Sprint!",
            "get_involved_url": "https://github.com/lesliePhD/open_funders_canada",
            "interest": "This is a model project for network members looking to pool and share information about funding sources for programming and sustainability.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-26_094712.5208330000.png",
            "created": "2017-04-26T09:47:12.520469Z",
            "moderation_state": 3
        },
        {
            "id": 344,
            "content_url": "https://github.com/deniselinn/connectchicago",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Connect Chicago",
            "description": "This is a GitHub landing page for collaborative community co-working for Connect Chicago, a citywide digital inclusion initiative as part of the 2017 Global Sprint.Project members are working with nonprofit partners, advocates, and community members in 2017 to identify gaps in access & training resources across the city so they can co-build & support solutions to fill those gaps.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/deniselinn/connectchicago",
            "interest": "This is a great example of a local project tapping into the Mozilla Network for open problem-solving on a key issue like digital inclusion.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_185053.8799390000.png",
            "created": "2017-06-01T18:45:55.317252Z",
            "moderation_state": 3
        },
        {
            "id": 277,
            "content_url": "http://www.slj.com/2017/05/programs/supermoons-cause-tidal-waves-true-or-false-our-news-literacy-program-challenges-fourth-graders-to-find-out/#_",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "media literacy",
                "misinformation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 105,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Supermoons Cause Tidal Waves",
            "description": "This is a School Library Journal article by Kim Wilkens and Sarah FitzHenry detailing how they used Mozilla's Web Literacy framework, curriculum, and tools (alongside other resources) to help teach media literacy and fake news to middle school students.",
            "get_involved": "Share the article on social media, comment on it, and share resources with Kim and Sarah.",
            "get_involved_url": "",
            "interest": "This is a great example of how our community contributes to open news efforts in the Mozilla Network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_171133.4131660000.jpg",
            "created": "2017-05-12T17:11:33.412608Z",
            "moderation_state": 3
        },
        {
            "id": 246,
            "content_url": "https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Italia l10n Guide",
            "description": "This Global Sprint project aims to create a localization guide for Italian volunteers that can be adapted by community members around the world. Its goal is to make Mozilla’s products, events and core values accessible for Italian users.",
            "get_involved": "Contribute to this project during the Global Sprint!",
            "get_involved_url": "https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide",
            "interest": "This project is a great example of volunteers creating a localization resource that can, itself, be further localized by and for other communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-26_095315.1838650000.png",
            "created": "2017-04-26T09:53:15.183613Z",
            "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": 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": 427,
            "content_url": "https://medium.com/read-write-participate/starting-the-school-year-with-privacy-security-in-mind-487320333c44",
            "is_bookmarked": false,
            "tags": [
                "online privacy & security",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Back-to-School Privacy & Security Kit",
            "description": "This is a blog post describing a brand new \"kit\" of 3 Back-to-School Privacy & Security activities added to Thimble for educators and learners to remix. The big idea is to start conversations about strong online safety habits that learners can use right now.",
            "get_involved": "Check out the activities themselves on Thimble!",
            "get_involved_url": "https://thimble.mozilla.org",
            "interest": "This is a great example of combining a core issue like Privacy & Security with an excellent learning tool like Thimble.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-05_194151.4395500000.png",
            "created": "2017-09-05T19:41:51.439071Z",
            "moderation_state": 3
        },
        {
            "id": 575,
            "content_url": "https://medium.com/read-write-participate/mapping-the-open-leadership-journey-bcaa39f16995",
            "is_bookmarked": false,
            "tags": [
                "open leadership",
                "working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 8,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Leadership Map white paper",
            "description": "This is a blog post announcing the public alpha of our Open Leadership Map white paper. The paper itself is a framework for developing more curriculum and documentation about open leadership and working open. We'd love to have your help in improving this resource. Let us know what makes sense, what seems confusing, and what we've missed!",
            "get_involved": "You can give us feedback on the white paper and its open leadership framework by filing issues in its repo or by emailing project lead Chad Sansing.",
            "get_involved_url": "https://mozilla.github.io/olm-whitepaper/",
            "interest": "We hope network members will adapt the white paper and any open leadership resources that follow for local audiences.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-08_171406.6126410000.png",
            "created": "2018-01-03T22:43:20.368633Z",
            "moderation_state": 3
        },
        {
            "id": 635,
            "content_url": "https://github.com/chadsansing/iot-escape-room-workshop/tree/master/examples/chattanooga/control-console",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "facilitation",
                "iot",
                "open leadership",
                "workshop"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "2FA Double Key Control Panel prototype",
            "description": "This is a prototype connected device puzzle from our recent IoT Escape Room workshop at the Chattanooga Public Library. The big idea was to help community members build an escape room - a fun, social, collaborative experience - they could use to teach others about privacy and security on the Internet of Things. This puzzle used a double electronic-key lock on a spaceship control panel to demonstrate 2-factor authentication. You can find its code in the repo holding this entry; the repo also has everything you need to run a similar event!",
            "get_involved": "Check out the repo, suggest improvements, and try out the workshop or any of its activities with your community!",
            "get_involved_url": "https://github.com/chadsansing/iot-escape-room-workshop",
            "interest": "This workshp model offers community facilitators a way to practice open leadership alongside community members who want to understand the choices facing them on connected devices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-14_120247.8758800000.jpg",
            "created": "2018-03-14T12:02:47.875345Z",
            "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
        }
    ]
}