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=-issues&page=28
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=-issues&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-issues&page=27",
    "results": [
        {
            "id": 868,
            "content_url": "https://dingdingding.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jon Rogers",
                    "profile_id": 1435,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ding Magazine",
            "description": "Ding -- a magazine about the 'internet of things' -- has a new home on the web: https://dingdingding.org/Read stories and interviews from the 2017 edition, and stay tuned for a new issue in fall 2018.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-05_191805.2759380000.jpg",
            "created": "2018-07-05T19:18:05.275145Z",
            "moderation_state": 3
        },
        {
            "id": 1882,
            "content_url": "https://opendott.org/communities/",
            "is_bookmarked": false,
            "tags": [
                "communities",
                "grassroots",
                "iot",
                "jumuiya",
                "makers",
                "ubuntu"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Localize & translate",
                "Promote",
                "Take Action"
            ],
            "published_by": "Sarah Kiden",
            "submitter_profile_id": 491,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Kiden",
                    "profile_id": 491,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Co-designing the Internet of Things with Communities",
            "description": "As part of the joint PhD programme between Northumbria University and Mozilla, this research explores the possibilities of smaller-scale local Internet of Things (IoT) for communities and neighbourhoods.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-16_191627.8627110000.jpg",
            "created": "2020-10-16T19:16:27.862004Z",
            "moderation_state": 3
        },
        {
            "id": 1837,
            "content_url": "https://foundation.mozilla.org/campaigns/untrendtwitter/",
            "is_bookmarked": false,
            "tags": [
                "#advocacy",
                "#campaign",
                "mozilla"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Untrend Twitter",
            "description": "Twitter’s ‘trends’ feature has caught the attention of misinformation experts as one mechanism by which misinformation can gain virality, before the fact checkers even notice. With the U.S. election season underway, Twitter must pause algorithmic recommendation of 'trends.'",
            "get_involved": "Sign the petition",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/untrendtwitter/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-24_013049.8709960000.jpg",
            "created": "2020-09-24T01:30:49.870368Z",
            "moderation_state": 3
        },
        {
            "id": 416,
            "content_url": "https://medium.com/@slehane/remedies-for-a-healthier-internet-a1d0fad93ba1",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Remedies for Healthier Internet",
            "description": "I could feel the passion in my fellow leaders as they engaged us in activities that addressed Internet Health. We wrestled with biases in computer algorithms, fear of cookies, eradicating digital inequities, and dominating databases. The problems were complex and controversial and we were looking for remedies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-02_181453.9350230000.png",
            "created": "2017-08-02T18:14:53.934651Z",
            "moderation_state": 3
        },
        {
            "id": 1126,
            "content_url": "https://www.experimentalcivics.io/programcivica",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "civic tech",
                "civictools",
                "design thinking",
                "hacking",
                "innovation",
                "Mozilla Open Leadership Project",
                "open",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah  Sharif",
                    "profile_id": 1986,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Program Civica",
            "description": "Podcast series on topics from civic hacking to design thinking",
            "get_involved": "",
            "get_involved_url": "https://www.experimentalcivics.io/programcivica",
            "interest": "Civic Hacking, Design Thinking, Open Leadership, Training, Learning",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_213122.9796120000.png",
            "created": "2019-04-25T21:31:22.979204Z",
            "moderation_state": 3
        },
        {
            "id": 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": 864,
            "content_url": "https://www.sfmoma.org/read/sfmoma-net-neutrality/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "SFMOMA + Net Neutrality",
            "description": "Mozilla's Solana Larsen spoke with SFMOMA about why net neutrality matters to museums and other cultural institutions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-29_133000.5910600000.png",
            "created": "2018-06-29T13:30:00.590763Z",
            "moderation_state": 3
        },
        {
            "id": 1834,
            "content_url": "https://www.their.tube",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "video recommendation",
                "YouTube"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Tomo",
            "submitter_profile_id": 4153,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tomo",
                    "profile_id": 4153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "TheirTube",
            "description": "Theirtube is a Youtube filter bubble simulator that provides a look into how videos are recommended on other people's YouTube. Users can experience how the YouTube home page would look for six different personas. Each persona simulates the viewing environment of real Youtube users who experienced being inside a recommendation bubble through recreating a Youtube account with a similar viewing history. TheirTube shows how YouTube’s recommendations can drastically shape someone’s experience on the platform and, as a result, shape their worldview.",
            "get_involved": "",
            "get_involved_url": "https://github.com/kihapper/TheirTube",
            "interest": "It shows insights into how the Youtube recommendation engine is working",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-11_192320.2058600000.png",
            "created": "2020-09-11T19:23:20.205472Z",
            "moderation_state": 3
        },
        {
            "id": 1883,
            "content_url": "https://streetmix.net/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Lou Huang",
            "submitter_profile_id": 2471,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Lou Huang",
                    "profile_id": 2471,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Streetmix",
            "description": "We empower people to design streets in their communities.",
            "get_involved": "",
            "get_involved_url": "https://strt.mx/discord",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-16_204605.0870750000.png",
            "created": "2020-10-16T20:46:05.086664Z",
            "moderation_state": 3
        },
        {
            "id": 1124,
            "content_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/13",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fish Dreams",
            "description": "Longitudinal Tracking of Cognitive Impairment\n\nThis tool allows providers to track cognitive assessments for high-risk MCI patients. This open-source project is designed to provide a standardized modular environment for digital psychometric analysis. \n\nThe goal of this tool is to assist PCPs, Specialists, and Researchers obtain assessment data outside of the hospital environment at set frequencies. The software is not meant to replace existing providers, but provide additional data points to support a diagnosis.",
            "get_involved": "We are looking for full application support if it looks interesting? We are looking for experts and scientists working with cognitive assessments. We are looking for advisers to help support our first open source project.",
            "get_involved_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/13",
            "interest": "Open Science, Mozilla Mini Science Grant Project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_212143.3447970000.png",
            "created": "2019-04-25T21:21:43.344228Z",
            "moderation_state": 3
        },
        {
            "id": 1763,
            "content_url": "https://foundation.mozilla.org/blog/join-mozilla-telling-major-companies-stophateforprofit/",
            "is_bookmarked": false,
            "tags": [
                "Advocacy",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Join Mozilla in telling major companies to #StopHateForProfit",
            "description": "Facebook has a major problem with hate speech and disinformation on its platform. Mozilla's calling on its peers — both tech companies and companies that rely on the internet for their core business — to pull their ads from Facebook and #StopHateForProfit.",
            "get_involved": "",
            "get_involved_url": "http://share.mozilla.org/352/208502/twitter",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-02_181720.5161880000.png",
            "created": "2020-07-02T18:17:20.515554Z",
            "moderation_state": 3
        },
        {
            "id": 1125,
            "content_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/15",
            "is_bookmarked": false,
            "tags": [
                "Polypharmacy"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Symptom Minimizer",
            "description": "An application which helps patients and healthcare providers prescribe medication to maximize quality of life instead of drug reactions.",
            "get_involved": "Looking for help to conduct research with the senior community. Looking for help building out the application. Looking for support from those doing existing drug interaction research. Looking for advisers in general for the project.",
            "get_involved_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/15",
            "interest": "Open Science, Mozilla Mini Science Grant Project, Health",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_212851.3832920000.jpg",
            "created": "2019-04-25T21:28:51.382825Z",
            "moderation_state": 3
        },
        {
            "id": 1120,
            "content_url": "https://systemli.github.io/userli/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Tim",
            "submitter_profile_id": 2047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tim",
                    "profile_id": 2047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Improve localization of Userli",
            "description": "To increase the possible audience of Userli, please help to translate it to your language of choice.\nUserli is a web-frontend for mail servers, that helps to increase you email privacy.",
            "get_involved": "",
            "get_involved_url": "https://github.com/systemli/userli/labels/mozsprint",
            "interest": "Help people get more secure email storage.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-24T11:13:38.960447Z",
            "moderation_state": 3
        },
        {
            "id": 1752,
            "content_url": "https://medium.com/mozilla-festival/7-steps-to-a-great-mozfest-proposal-eff4f1cee6fe",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "7 Steps to a Great MozFest Proposal",
            "description": "Seven tips from MozFest veterans that will help you write a great proposal for the next festival.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-22_112903.6933200000.jpeg",
            "created": "2020-06-22T11:29:03.692841Z",
            "moderation_state": 3
        },
        {
            "id": 410,
            "content_url": "http://portland.sciencehackday.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Danielle Robinson, PhD",
            "submitter_profile_id": 90,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Danielle Robinson, PhD",
                    "profile_id": 90,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Science Hack Day PDX 2017",
            "description": "Science Hack Day PDX is a free chance for anyone to have fun with science, hardware, and software. Join us in Portland September 9 & 10. We are hosted by Portland State University's College of Engineering & Computer Science & PDX Maker Week (pdxmakerweek.com). Participants will have access to the engineering building including laser cutters and 3D printers for 24 hours. Projects include data visualizations, software tools with scientific applications, software, interactive technologies, fabrication of hardware, and DIY experiments - let’s grow innovation & digital inclusion in the PNW!",
            "get_involved": "Join the conversation on twitter @science_hackPDX and our slack channel! Help us promote the event! Watch our github for docs on projects https://github.com/ScienceHackDayPDX",
            "get_involved_url": "http://portland.sciencehackday.org/",
            "interest": "Developers, scientists, science enthusiasts, and many others will come together for a fun weekend of making things and learning!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-01_200753.1132030000.png",
            "created": "2017-08-01T20:07:53.112519Z",
            "moderation_state": 3
        },
        {
            "id": 1750,
            "content_url": "https://www.fabriders.net/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fabriders",
            "description": "FabRiders works to improve the effectiveness and impact of social change efforts. They have helped advocates and activists in all parts of the globe utilise technologies as part of long-term strategies, on a range of issues including: the empowerment of marginalised communities, defending the right to freedom of expression, and improving governmental transparency and accountability.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-22_112100.4712520000.jpeg",
            "created": "2020-06-22T11:21:00.470884Z",
            "moderation_state": 3
        },
        {
            "id": 226,
            "content_url": "http://sunpy.org/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "SunPy",
            "description": "SunPy is a community-developed, free and open-source solar data analysis environment for Python. The aim of the SunPy project is to provide the software tools necessary so that anyone can analyze solar data.  It is an alternative to the popular, yet costly, SolarSoft analysis environment.",
            "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/sunpy/sunpy/labels/mozsprint",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_000905.5734530000.png",
            "created": "2017-04-14T00:09:05.573202Z",
            "moderation_state": 3
        },
        {
            "id": 409,
            "content_url": "https://blandinonbroadband.org",
            "is_bookmarked": false,
            "tags": [
                "blandin",
                "blog",
                "broadband",
                "fiber",
                "funder",
                "isp",
                "wireless"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blandin on Broadband",
            "description": "Blandin on Broadband is maintained by the Broadband team members at the Blandin Foundation. Our goal is to share information that supports and promotes broadband access and use – especially in rural Minnesota.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Blandin on Broadband engages with Internet Health issues in rural Minnesota and their stories mirror the challenges and opportunities of communities all around the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-27_191803.0314360000.jpg",
            "created": "2017-07-27T19:18:03.031126Z",
            "moderation_state": 3
        },
        {
            "id": 856,
            "content_url": "http://www.archanaprasad.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The ADAO Bank Booth",
            "description": "Actualizing the concept of a decentralized Internet, The ADOA Bank Booth installation offers an open and active artistic installation at MozFest 2017.  Collaborating with Sean Blagsvedt, the installation-performance takes the form of a bank exploring the cryptocurrency world. The work brings an active public participation to its flow of making, discussing decentralization and questioning different ways of thinking about art, design, technology and community.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_064246.3819320000.png",
            "created": "2018-06-26T06:42:46.381383Z",
            "moderation_state": 3
        },
        {
            "id": 1751,
            "content_url": "https://www.fabriders.net/session-design-tips/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tips for designing an effective workshop session",
            "description": "This blog post helps facilitators understand how adults learn, the role of the facilitator, example session designs, and facilitation best practices.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-22_112457.7464670000.jpeg",
            "created": "2020-06-22T11:24:57.745911Z",
            "moderation_state": 3
        },
        {
            "id": 1728,
            "content_url": "https://cacm.acm.org/news/245121-a-new-class-of-ai-ethics/fulltext",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "computing",
                "ethics",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A New Class of AI Ethics",
            "description": "Natalie Garrett, a Ph.D. student and researcher at the University of Colorado, Boulder, is among those promoting a broader framework. With support from the Mozilla Responsible Computer Science Challenge, Garrett works with professors to revamp existing coursework to shine more light on ethical issues. For example, one area of interest is adding ethics problems to coding assignments. \"We want to help educators identify what topics should be taught and create scaffolding for developing future AI ethics education at the university level,\" she explains.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/what-we-fund/awards/responsible-computer-science-challenge/",
            "interest": "Ethics, Computing, Pedagogy, Classes",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-26_025648.3373270000.jpg",
            "created": "2020-05-26T02:56:48.336969Z",
            "moderation_state": 3
        },
        {
            "id": 1730,
            "content_url": "https://medium.com/prifina/prifinas-talks-developers-and-data-with-stanford-university-s-podcast-e7a7371d0b94",
            "is_bookmarked": false,
            "tags": [
                "#Privacy #data #opensource #CCPA #API"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Paulius Jurčys",
                    "profile_id": 3914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Podcast on applications built on user-held data (Stanford/Prifina)",
            "description": "As individuals are getting more control over their personal data, developers need tools to build applications on user-held data. \n\nThis “Open Data” podcast organized by Stanford University focuses on the current changes in the data market. The founders of of Prifina talk about user-held data, and ways in which personal data will be accessed and utilized by developers who want to build new types of apps on user-held data, combining data from different sources in new ways. \n\nPrifina is building open-source tools for developers to build new use-cases and high-value apps to activate personal data.",
            "get_involved": "",
            "get_involved_url": "https://www.prifina.com/developers.html",
            "interest": "This is a podcast about the latest trends in data and privacy. May be interesting to Mozilla community who are working on open source and data privacy projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-27_200726.7956820000.png",
            "created": "2020-05-27T20:07:26.795300Z",
            "moderation_state": 3
        },
        {
            "id": 126,
            "content_url": "http://agate.readthedocs.org/en/1.2.2/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Agate",
            "description": "A tool that helps you analyze data, optimized for humans instead of machines.",
            "get_involved": "agate is under active development, with a lot of issues to choose from. https://github.com/wireservice/agate/issues",
            "get_involved_url": "https://github.com/wireservice/agate",
            "interest": "Solve real-world problems with readable code.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/126.jpg",
            "created": "2016-02-16T21:00:15.051000Z",
            "moderation_state": 3
        },
        {
            "id": 405,
            "content_url": "http://hivenyc.org/2017/07/06/digital-media-learning-evaluation-cohort-making-meaning-evaluations/",
            "is_bookmarked": false,
            "tags": [
                "digital literacy",
                "hive learning networks",
                "hive nyc"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Chrystian Rodriguez",
            "submitter_profile_id": 87,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chrystian Rodriguez",
                    "profile_id": 87,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Making Meaning of Social Emotional Learning Evaluations",
            "description": "On June 7th, the Mozilla Hive NYC’s: Youth Digital Media Learning Evaluation cohort met to reflect on the information gathered from program evaluations that measured social emotional learning outcomes in digital learning programs.  Hive members explored how to make observations of young people’s collective growths, identifying effectiveness of youth development practices in digital media and technology programs, and how to translate results to action plans for their work.\n\nFollow the link to an overview of this Hive Member gathering. For more information on Hive NYC, please visit hivenyc.org",
            "get_involved": "",
            "get_involved_url": "http://hivenyc.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-07-19T18:21:40.283854Z",
            "moderation_state": 3
        },
        {
            "id": 1726,
            "content_url": "https://smat-streamlit.herokuapp.com",
            "is_bookmarked": false,
            "tags": [
                "conspiracies",
                "disinformation",
                "hate tracking",
                "open research",
                "open-source",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Social Media Analysis Toolkit",
            "description": "The Social Media Analysis Toolkit (SMAT) was designed to help facilitate activists, journalists, researchers, and other social good organizations to analyze and visualize larger trends on a variety of platforms. Our intention is to provide easy to use tools that help you tell a story about something happening at a large scale online. The tools are designed to be quick and simple so that users could quickly respond to things like disinformation and hate as they occur, while also having the tools be rigorous enough to have applications in scholarly research.",
            "get_involved": "Interested people can test, use, code, or just share the tools with others!",
            "get_involved_url": "https://gitlab.com/smat-project",
            "interest": "To help aid in analyzing phenomena like hate and disinformation on social media.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-21_023041.0771690000.JPG",
            "created": "2020-05-21T02:30:41.076707Z",
            "moderation_state": 3
        },
        {
            "id": 223,
            "content_url": "https://docs.google.com/forms/d/e/1FAIpQLScILWp1JB-HpG16gX-mYXuo86a0d4ZED6MarVbmF9Zc50EdXw/viewform",
            "is_bookmarked": false,
            "tags": [
                "challenge",
                "community networks",
                "innovation",
                "nsf",
                "wireless"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Mehan Jayasuriya",
            "submitter_profile_id": 74,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NSF WINS NYC launch event 4/22",
            "description": "Powered by Mozilla, the National Science Foundation Wireless Innovation for a Networked Society Challenges are providing $2M in prizes for solutions that provide access in the immediate aftermath of a disaster or in underserved communities. Join us in New York City on April 22nd to learn more about these wireless Challenges and to meet other folks from your area who are interested in tackling these big problems.",
            "get_involved": "Please join us at the event and share the RSVP form widely with your networks!",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLScILWp1JB-HpG16gX-mYXuo86a0d4ZED6MarVbmF9Zc50EdXw/viewform",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_214207.2476810000.png",
            "created": "2017-04-13T21:42:07.247106Z",
            "moderation_state": 3
        },
        {
            "id": 872,
            "content_url": "http://peerproduction.net/issues/issue-12-makerspaces-and-institutions/practitioner-reflections/repair-cafes/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Repair Cafes",
            "description": "Repair Cafés have emerged as citizen-driven initiatives to enable the fixing (or repair) of products at a community level. Repair Cafés are part of broader movement of ‘Makers, Modifiers and Fixers’ where individuals and groups of individuals that are ‘making, modifying and fixing’ products are coming together in physical places and spaces that include Hackerspaces, Makerspaces, Fab Labs and Tech Shops.  Here we see the author's personal journey over many years and many countries and lots of data. This piece allows an in-depth exploration, investigating and sharing data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-17_105950.5013050000.png",
            "created": "2018-07-17T10:59:50.500836Z",
            "moderation_state": 3
        },
        {
            "id": 403,
            "content_url": "https://medium.com/@daviserin/toward-a-healthier-internet-6ce4f02c90c",
            "is_bookmarked": false,
            "tags": [
                "internal health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Toward a Healthier Internet",
            "description": "Having just (re)joined a gym, purchased a fitness tracker, and signed up with a personal trainer, it’s safe to say that I’m prioritizing my health these days.\n\nWith this view firmly in place, reading Mozilla’s Internet Health Report takes on a (probably unintentional) biological framework: how does the health of the internet effect the health of those who use it? What does it mean for a person to be healthy? And how do these attributes translate to a system of mechanical parts?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-11_183505.2278210000.png",
            "created": "2017-07-11T18:35:05.227496Z",
            "moderation_state": 3
        },
        {
            "id": 52,
            "content_url": "https://github.com/DCTP/DetroitMusicBox",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "community tech",
                "mozfest",
                "open leadership f16",
                "storytelling"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Music Box",
            "description": "Music Box began in Detroit as a way for long-time residents to share stories and preserve the history of their rapidly gentrifying neighborhoods. We are currently widening to expand it to other neighborhoods and innovate in the way we collect stories.",
            "get_involved": "Help us to further develop our documentation, host a music box in your neighborhood, or join in the brainstorming and build-out of a story collection kiosk we are working on building!",
            "get_involved_url": "https://github.com/DCTP/DetroitMusicBox/blob/master/contributor-guidlines.md",
            "interest": "Music Box provides a way for residents to facilitate community engagement, organizing storytelling events and mobile based storytelling abilities. Participants can share stories and interact with the spaces and histories around them, and new residents and developers can gain local context.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-27T10:01:31.771000Z",
            "moderation_state": 3
        },
        {
            "id": 1727,
            "content_url": "https://tzcna.or.tz/p/news?h=The+Inaugural+of+First+Workshop+on+Kondoa+Community+Network+School+of+Internet+Governance&id=16",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "First Summit on Kondoa Community Network School of Internet Governance",
            "description": "Kondoa Community Network (KCN), the first community network in Tanzania to pilot the use of Television White Space (TVWS) to connect the unconnected population in Kondoa District, Dodoma Region, Tanzania. KCN hosted the inaugural of Kondoa Community Network School of Internet Governance (KCN SIG) at Study Zone Computer Centre from 14th – 15th February 2020. The SIG is a follow up to the 4th Summit on Community Networks in Africa that was held from 28th October – 2nd November 2019 at Kondoa Community Network, Tanzania.",
            "get_involved": "Help us to plan more local events in Tanzania on community-based telecommunications network",
            "get_involved_url": "https://tzcna.or.tz/",
            "interest": "It presents a local initiative to address digital divide in developing countries",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-24_221448.1136280000.JPG",
            "created": "2020-05-24T22:14:48.112692Z",
            "moderation_state": 3
        },
        {
            "id": 1746,
            "content_url": "https://carriesijiawang.com/interview/",
            "is_bookmarked": false,
            "tags": [
                "aiinterview",
                "cma2020",
                "creativemedia20",
                "future of work",
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Carrie Sijia Wang",
            "submitter_profile_id": 3961,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carrie Sijia Wang",
                    "profile_id": 3961,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An Interview with ALEX",
            "description": "“An Interview with ALEX” is an interactive, browser-based experience that simulates a job interview with an Artificial Intelligence HR Manager in a future of gamified work and total surveillance. The entire experience is 12 minutes.",
            "get_involved": "",
            "get_involved_url": "https://carriesijiawang.com/interview/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-18_231217.6750000000.jpg",
            "created": "2020-06-18T23:12:17.674364Z",
            "moderation_state": 3
        },
        {
            "id": 1776,
            "content_url": "https://medium.com/prifina/privacy-icons-4ca999a6f2db",
            "is_bookmarked": false,
            "tags": [
                "data",
                "#data privacy",
                "privacy",
                "ui",
                "ui design",
                "ux"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Design",
                "Join community"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Paulius Jurčys",
                    "profile_id": 3914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Privacy Icons and Legal Design",
            "description": "Some thoughts following Apple's WWDC 2002: can UX change how people perceive their personal data? \n\nCould privacy icons be a tool for more informed and powerful individuals? Mozilla picked up this idea in 2011. Now Apple is taking privacy icons to the next level. \n\nHow could privacy icons affect human decisions? How can community contribute to the development of uniform privacy icons for the next decade?",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "Privacy icons are crucial in making data privacy more understandable to average internet users.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-21_162043.9294960000.jpeg",
            "created": "2020-07-21T16:20:43.928243Z",
            "moderation_state": 3
        },
        {
            "id": 1678,
            "content_url": "https://www.adl.org/blog/what-is-zoombombing-and-who-is-behind-it",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What is Zoombombing and Who is Behind it?",
            "description": "A regularly updated post from the ADL's Center on Extremism center for describing Zoombombing, and tracking Zoombombing incidents during the coronavirus pandemic of 2020.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_211657.4783740000.png",
            "created": "2020-05-05T21:16:57.478044Z",
            "moderation_state": 3
        },
        {
            "id": 402,
            "content_url": "http://cariboudigital.net/new/wp-content/uploads/2017/07/Paying-Attention-to-the-Poor.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paying Attention to the Poor: Digital Advertising in Emerging Markets",
            "description": "Fresh research conducted by Caribou Digital and funded by Mozilla explores the barriers traditional digital advertising models face in emerging economies; the consequent impact on users, businesses, and the health of the Internet; and what new models are emerging.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-07_125310.8244090000.jpg",
            "created": "2017-07-07T12:53:10.823719Z",
            "moderation_state": 3
        },
        {
            "id": 222,
            "content_url": "http://superworkbook.com/IoT/",
            "is_bookmarked": false,
            "tags": [
                "india",
                "insights",
                "iot",
                "research"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Decentralizing the Internet of Things",
            "description": "Quicksand is working with the Open IoT Studio at the Mozilla Foundation to explore alternate narratives for the Internet of Things. These are stories that look at decentralization, craft and community resilience in India.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_151643.7949660000.jpg",
            "created": "2017-04-13T15:16:43.794543Z",
            "moderation_state": 3
        },
        {
            "id": 124,
            "content_url": "https://whatcanidofortheinternet.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What can I do for the Internet",
            "description": "A fun and easy thing you can do each week, sent by email.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's fun, easy, and productive.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-23T20:35:02.202000Z",
            "moderation_state": 3
        },
        {
            "id": 375,
            "content_url": "https://safenetwork.org/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "SAFE Network",
            "description": "The SAFE Network is a decentralized data storage and communications network that provides a secure, efficient and zero-cost infrastructure. Rather than using data centers and servers which are prone to data theft and surveillance, the SAFE Network uses advanced peer-to-peer technology that joins together the unused hard drive space, CPU power and Internet connections of all SAFE users, creating a global network.",
            "get_involved": "",
            "get_involved_url": "https://github.com/safenetwork/safenetwork",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_185331.2854860000.jpg",
            "created": "2017-06-16T18:53:31.285151Z",
            "moderation_state": 3
        },
        {
            "id": 1677,
            "content_url": "https://www.adl.org/fighting-hate-from-home",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fighting Hate from Home",
            "description": "A series of discussions on how ADL is standing up to antisemitism and extremism, and how you can fight hate from home.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_205943.0286910000.png",
            "created": "2020-05-05T20:59:43.028100Z",
            "moderation_state": 3
        },
        {
            "id": 221,
            "content_url": "http://invisibleflock.com/blog/?p=323",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "prototype",
                "public space",
                "voice"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet of Forgotten Things",
            "description": "Looking at hooking forgotten services into Internet spaces and re-animating forgotten physical resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_151430.0799680000.png",
            "created": "2017-04-13T15:14:30.079430Z",
            "moderation_state": 3
        },
        {
            "id": 1675,
            "content_url": "https://docs.google.com/document/d/1iNPPgHO1bQFTey3U4G6LZ4pjb05iM0AyLGYA1We6W5c/edit?pli=1#heading=h.7qp0j5vxispp",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "#CovidCreativesToolkit",
            "description": "Built collaboratively with 30+ curators this toolkit contains free resources to support creative practitioners who need to go digital due to COVID-19.",
            "get_involved": "Welcoming more contributions and additional curators to help keep the resource up-to-date.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_184436.8182200000.jpg",
            "created": "2020-05-05T18:44:36.817592Z",
            "moderation_state": 3
        },
        {
            "id": 847,
            "content_url": "http://www.alistairmcclymont.com",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Leap Second",
            "description": "Leap Second is a series of artworks showing the 25 leap seconds that have been added to our time so far. Leap seconds are added occasionally due to the earth gradually slowing down, primarily due to the tides. This slowing can not be predicted, but its effect means our time gradually goes out of sync with the position of the sun. This artwork will continue to grow with each added leap second.\n\nEach leap second shows the time in Unix Time: www.alistairmcclymont.com/artwork/unix-time",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_162932.1819780000.png",
            "created": "2018-06-22T16:29:32.181458Z",
            "moderation_state": 3
        },
        {
            "id": 398,
            "content_url": "https://medium.com/@PaoloBalboa/remixing-mozillas-web-literacy-curriculum-for-cpl-2170e44e4610",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Cleveland Public Library - The People's University:  Remixing Mozilla Web Literacy Curriculum",
            "description": "Last year my library, The Cleveland Public Library, was chosen as one of eight sites to pilot the Mozilla Foundation’s web literacy curriculum.\n\nJoined by a talented, country-spanning cohort of folks from Multnomah County to Upstate New York, CPL hosted the full-day web literacy pilot last August. The small group of us that attended that day mapped a plan to turn inward and train our Public Services staff on web literacy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-29_053730.0871350000.png",
            "created": "2017-06-29T05:37:30.086525Z",
            "moderation_state": 3
        },
        {
            "id": 220,
            "content_url": "https://github.com/openiotstudio/bubble",
            "is_bookmarked": false,
            "tags": [
                "annonymity",
                "ar",
                "iot",
                "messaging",
                "prototype"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bubble",
            "description": "An open, autonomous, anonymous messaging board for public places. Using a wifi hotspot, Bubble creates an invisible layer for hyper-local conversations in disconnected spaces.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_185755.6144710000.jpg",
            "created": "2017-04-13T15:10:11.404420Z",
            "moderation_state": 3
        },
        {
            "id": 1674,
            "content_url": "https://opennews.org/#carepackage",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "COVID 19 Community Care Package from Open News",
            "description": "A set of resources from the Open News community on ways we can take care of each other through mutual aid, knowledge-sharing, and healthy work-from-home culture.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_183708.1796630000.jpg",
            "created": "2020-05-05T18:37:08.178852Z",
            "moderation_state": 3
        },
        {
            "id": 1676,
            "content_url": "https://www.adl.org/blog/how-to-prevent-zoombombing",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "How to Prevent Zoombombing",
            "description": "A post on how to prevent Zoombombing incident; this post also contains links to further reading, \"Steps to Take During A Zoombombing Incidnent\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_204223.1797410000.png",
            "created": "2020-05-05T20:37:28.879336Z",
            "moderation_state": 3
        },
        {
            "id": 121,
            "content_url": "https://github.com/slidewinder/slidewinder",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Slidewinder",
            "description": "Instant, beautiful, pick-and-mix slide decks.",
            "get_involved": "Post issues, run tests, profide feedback to UI/UX/design/development",
            "get_involved_url": "http://www.slidewinder.io/docs/",
            "interest": "Everyone gives talks and wants to re-use slides or remix old decs, or share decs with others.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T03:54:52.465000Z",
            "moderation_state": 3
        },
        {
            "id": 844,
            "content_url": "https://medium.com/read-write-participate/progress-in-a-hostile-political-environment-raising-awareness-and-recruiting-foot-soldiers-in-the-152999c0a760",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog | Progress in a Hostile Political Environment",
            "description": "Mozilla Fellow Gigi Sohn reflects on recent tech policy and her work as a Fellow",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_143736.2119300000.png",
            "created": "2018-06-22T14:37:36.211626Z",
            "moderation_state": 3
        },
        {
            "id": 1661,
            "content_url": "https://www.derechosdigitales.org/?s=covid-19",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "latin america"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Amy Schapiro Raikar",
            "submitter_profile_id": 193,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Derechos Digitales support for COVID-19 response in Latin America & beyond",
            "description": "The digital rights nonprofit Derechos Digitales is asking important questions like: What’s the role of technology on this crisis? How can we harness technology to fight the pandemic while also respecting fundamental rights? Is technology being used as a tool to democratized resources to cope with the crisis or as an indicator of privilege and inequality? Derechos Digitales is also educating people on working securely from home, scrutinizing the privacy impacts of actions taken by the governments in Latin America, and more.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-01_190757.5080900000.png",
            "created": "2020-05-01T17:31:50.313832Z",
            "moderation_state": 3
        }
    ]
}