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=-moderation_state&page=4
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=-moderation_state&page=5",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-moderation_state&page=3",
    "results": [
        {
            "id": 50,
            "content_url": "https://github.com/lab804/labmet-weatherstation/blob/develop/README.md",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "agriculture",
                "arduino",
                "iot",
                "mozfest"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Go Green IoT",
            "description": "Labmet is an open source platform that was built with a simple goal: to help people with agriculture by seamlessly using the agronomical best practices on their own planted food, and to help them lower environmental impact.",
            "get_involved": "It would be awesome to have contributors to our project! There is plenty of stuff that the project requires and the community can help such as adding agricultural and agrometeorological models to the labmet libraries, improving the weather station code, electronic project, adding more sensors.",
            "get_involved_url": "https://github.com/lab804",
            "interest": "With this project people around the world will minimize water waste, avoid unnecessary pesticides, and reduce environmental contaminates. A simple IoT platform will help them utilize all the agronomic best practices.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/50.jpg",
            "created": "2016-10-27T18:37:20.470000Z",
            "moderation_state": 3
        },
        {
            "id": 31,
            "content_url": "https://github.com/sidtechnical/AdvoDB",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Global Advocacy Database",
            "description": "An online platform where one can search for information about all advocacy and civil society organizations.",
            "get_involved": "Take a look at the GitHub repo",
            "get_involved_url": "https://github.com/sidtechnical/AdvoDB",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/31.png",
            "created": "2016-11-01T23:29:16.493000Z",
            "moderation_state": 3
        },
        {
            "id": 42,
            "content_url": "https://github.com/snowwitje/remedi",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "medical research",
                "mozfest",
                "open health data",
                "open leadership f16"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "REMEDI Research Access",
            "description": "REMEDI provides medical researchers access to  smart  med device data from hundreds of hospitals, and offers a way for researchers to publish study results in the form of data-driven decision-support tools for the med professionals to use in their daily work to improve patient safety.",
            "get_involved": "We are looking to collaborate with open health data and health data privacy experts, patient safety groups, medical researchers and developers",
            "get_involved_url": "https://github.com/snowwitje/remedi",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/42.png",
            "created": "2016-10-28T22:18:51.480000Z",
            "moderation_state": 3
        },
        {
            "id": 46,
            "content_url": "http://hackbrexit.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "brexit",
                "mozfest",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hack Brexit",
            "description": "A workshop to continue building two open source projects that were originally built during the Hack Brexit hackathon this summer to create positive dialogue and action beyond Brexit.",
            "get_involved": "You can get involved in lots of ways, technical or non technical but we are especially looking for Ruby developers at present. Join our Meetup.",
            "get_involved_url": "https://www.meetup.com/Hack-Brexit/events/235083725/",
            "interest": "Whether you're technical or non technical, voted to leave or remain: Brexit affects us all. The aim of Hack Brexit is to continue to create dialogue and action for a country divided.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/46.jpg",
            "created": "2016-10-28T01:33:18.201000Z",
            "moderation_state": 3
        },
        {
            "id": 38,
            "content_url": "https://github.com/jperdue62/Wildcat-Within",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "badges",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transformational Profolios: the Wildcat Within",
            "description": "Creating badging projects that exhibit employability skills to future employers, motivate high school students and give back to the community.",
            "get_involved": "Businesses, educators, students, leaders and more can create badges. Programmers can help with platform design and more.",
            "get_involved_url": "https://github.com/jperdue62/Wildcat-Within",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/38.jpg",
            "created": "2016-10-30T08:31:33.744000Z",
            "moderation_state": 3
        },
        {
            "id": 56,
            "content_url": "http://refigure.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "canvas",
                "experimental results",
                "figure",
                "mozfest",
                "open leadership f16",
                "refigure",
                "repeats",
                "reproducibility"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Figure Canvas",
            "description": "A tool for scientists to report repeats of experiments",
            "get_involved": "development, outreach, beta testers, find us on Github",
            "get_involved_url": "https://github.com/j-joe-akin/fig-can/",
            "interest": "experimental data is more and more important with an increasingly data driven lifestyle; we ask how real is the data?",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/56.png",
            "created": "2016-10-26T20:39:24.333000Z",
            "moderation_state": 3
        },
        {
            "id": 75,
            "content_url": "http://viatorvr.com/",
            "is_bookmarked": false,
            "tags": [
                "cha",
                "digital incusion",
                "gigabit",
                "hive",
                "open innovation"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Viator VR",
            "description": "Foreign language learning is most effective when it's immersive, but not everyone can study abroad. This virtual reality tech aims to create immersive language learning environments for everyone.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This Mozilla Gigabit funded project explores emerging technology to transcend the boundaries in education.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/75.jpg",
            "created": "2016-09-26T16:59:00.839000Z",
            "moderation_state": 3
        },
        {
            "id": 27,
            "content_url": "https://d157rqmxrxj6ey.cloudfront.net/amira/33977/",
            "is_bookmarked": false,
            "tags": [
                "cyber violence",
                "vawg",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Teaching Kit: Combatting Cyber Violence Against Women and Girls",
            "description": "In this three-part series learners focus on understanding the impact of cyber violence against women and girls, creating safer places online, knowing how to address bullying or attacks when they happen, and participating in online communities in a supportive manner.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This module was created for women and girls in emerging countries where internet adoption for women is at the utmost highest, along with a concern for security and harassment, but can be adapted for audiences everywhere.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/27.jpg",
            "created": "2016-11-08T18:28:30.895000Z",
            "moderation_state": 3
        },
        {
            "id": 493,
            "content_url": "https://songwhip.com",
            "is_bookmarked": false,
            "tags": [
                "music"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Design"
            ],
            "published_by": "Wilson Page",
            "submitter_profile_id": 161,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wilson Page",
                    "profile_id": 161,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Songwhip",
            "description": "Songwhip creates universal music links everyone can play. Whether you're an artist announcing your latest release or sharing your latest musical find with friends, it's best done with a Songwhip link.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Songwhip democritises music sharing by removing the barriers between siloed music platforms.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_083749.5476460000.png",
            "created": "2017-10-25T08:37:49.547302Z",
            "moderation_state": 3
        },
        {
            "id": 51,
            "content_url": "https://github.com/bmkramer/101innovations-survey-data/tree/mozfest2016-Open-Science-workflows",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Real-life Open Science workflows",
            "description": "We will look at how Open Science practices can be combined into a full Open Science workflow. We also want to come up with concrete ideas to improve the use and interoperability of Open Science tools, so that scholars and scientists experience less obstacles in using these.",
            "get_involved": "Come to our session! Saturday 3:15 PM, 9th floor, r.903",
            "get_involved_url": "https://github.com/bmkramer/101innovations-survey-data/blob/mozfest2016-Open-Science-workflows/CONTRIBUTING.md",
            "interest": "Help increase the uptake of Open Science workflows by removing technical and non-technical issues",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/51.png",
            "created": "2016-10-27T12:14:12.720000Z",
            "moderation_state": 3
        },
        {
            "id": 157,
            "content_url": "https://www.youtube.com/watch?v=p4cftN0jtYg&index=8&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The People's Shield and the Government's Sword",
            "description": "Sahar Aziz is a Professor of Law at Texas A&M University. She spoke at MozFest 2016 about governments and grassroots movements alike leveraging technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193816.4861300000.jpg",
            "created": "2017-02-09T15:07:58.497000Z",
            "moderation_state": 3
        },
        {
            "id": 158,
            "content_url": "https://www.youtube.com/watch?v=n3whd0Wr-Bg&index=7&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Solving Online Harassment",
            "description": "Katherine Maher is Executive Director of the Wikimedia Foundation. She spoke at MozFest 2016 about building for inclusivity online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193841.6902280000.jpg",
            "created": "2017-02-09T15:07:22.245000Z",
            "moderation_state": 3
        },
        {
            "id": 53,
            "content_url": "https://blog.mozvr.com/a-painter/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "art",
                "mozfest",
                "mozilla",
                "mozvr",
                "painting",
                "virtual reality",
                "vr",
                "webvr"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A-Painter",
            "description": "Virtual Reality Painting on the Web. Put on the headset and let your creative spirit loose in an infinite and unconstrained space, expressing yourself visually with A-Painter from Mozilla, a virtual reality painting experience delivered through WebVR.",
            "get_involved": "Connect with Mozilla VR, the team behind WebVR, A-Frame and A-Painter. Build and share custom brushes for A-Painter! Liquid fire, varying shades of kitten heads, or let a million flowers bloom with a wave of your hand!",
            "get_involved_url": "https://github.com/aframevr/a-painter",
            "interest": "Digital artists and VR enthusiasts will both love creative freedom that web-scale extensibility brings to creative tools, and everyone will enjoy the unrestricted creative expression that A-Painter enables!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/53.png",
            "created": "2016-10-26T21:48:21.638000Z",
            "moderation_state": 3
        },
        {
            "id": 63,
            "content_url": "https://www.youtube.com/watch?v=Exc9PAXhOd0",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Meme Is Born",
            "description": "Why we need copyright laws that set the imagination free",
            "get_involved": "Join the change copyright campaign.",
            "get_involved_url": "https://www.changecopyright.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/63.png",
            "created": "2016-10-24T21:55:03.290000Z",
            "moderation_state": 3
        },
        {
            "id": 165,
            "content_url": "https://mzl.la/hivechifuturedirections",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "innovation",
                "network",
                "teachtheweb",
                "weblit"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Samuel Dyson",
            "submitter_profile_id": 46,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Report: Future Directions for Hive Chicago",
            "description": "Read how learning networks like Hive Chicago are advancing the promise of the Internet for education.\n\nUntangling complex problems in education is more than a one-person job; it requires a community effort. Mozilla Hive Learning Networks are doing just that. This strategic planning report looks under the hood of what makes a Hive Learning Network function.",
            "get_involved": "",
            "get_involved_url": "http://hivechicago.org/future-directions-for-hive-chicago/",
            "interest": "The report reveals the strategies and tactics that Hive staff use to achieve our priority outcomes.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/165.png",
            "created": "2017-03-02T23:14:25.526160Z",
            "moderation_state": 3
        },
        {
            "id": 168,
            "content_url": "https://blog.coralproject.net/12000-people-have-something-to-say/",
            "is_bookmarked": false,
            "tags": [
                "commenters",
                "comments",
                "community",
                "journalism",
                "participation",
                "research",
                "survey"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Survey of People who Comment",
            "description": "Who comments on news article? What do they want? How do they behave? We surveyed 12,000 people who comment across 20 different US based news organizations and discovered useful facts about commenters.",
            "get_involved": "Join the discussion about this research with the Coral project community.",
            "get_involved_url": "https://community.coralproject.net/t/12-000-people-have-something-to-say/602",
            "interest": "This research can help newsrooms and other publishers improve their audience engagement and create more inclusive and productive communities around their content.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-22_205511.2339500000.jpg",
            "created": "2017-03-22T20:55:11.233581Z",
            "moderation_state": 3
        },
        {
            "id": 48,
            "content_url": "https://syhacked.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "al jazeera",
                "cyberwar",
                "games",
                "hacking",
                "journalism",
                "mozfest",
                "syria"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "#Hacked - Investigate Syria's Cyberwar",
            "description": "Syria's Electronic Armies is a mobile web app which takes the user deep into Syria's cyber war.  It's an immersive news experience that presents Al Jazeera's award-winning journalism in a non-fictional game format where the user has to take security based decisions to keep sources safe.",
            "get_involved": "",
            "get_involved_url": "https://medium.com/@julianaruhfus/hacked-syrias-electronic-armies-can-we-at-al-jazeera-create-immersive-news-experiences-in-a-ceceaf3d98d9#.p0d6xnsat",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/48.jpg",
            "created": "2016-10-27T18:48:14.965000Z",
            "moderation_state": 3
        },
        {
            "id": 170,
            "content_url": "http://www.consumerreports.org/mobile-apps/how-to-pick-a-secure-messaging-app/",
            "is_bookmarked": false,
            "tags": [
                "encryption",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How to Pick a Secure Messaging App",
            "description": "A guide to secure messaging apps, penned by Consumer Reports with Mozilla as a source",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-24_204517.0691410000.png",
            "created": "2017-03-24T20:45:17.068703Z",
            "moderation_state": 3
        },
        {
            "id": 68,
            "content_url": "https://www.discoverdesign.org/challenges/minecraft-challenge-redesign-public-space",
            "is_bookmarked": false,
            "tags": [
                "challenge",
                "community",
                "hive",
                "minecraft"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MINECRAFT CHALLENGE: Redesign A Public Space",
            "description": "Make a great public space in Minecraft. This challenge is to design a space that promotes social interaction and a sense of community.",
            "get_involved": "https://www.discoverdesign.org/help",
            "get_involved_url": "https://www.discoverdesign.org/contact",
            "interest": "A fun way to explore the dynamics of civic spaces in an active and interactive way. Try on Thimble here: https://thimbleprojects.org/ginagrant/95757/#overview",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/68.png",
            "created": "2016-10-07T18:56:17.893000Z",
            "moderation_state": 3
        },
        {
            "id": 93,
            "content_url": "https://www.youtube.com/watch?v=NmWRifoFmDQ",
            "is_bookmarked": false,
            "tags": [
                "internet",
                "movement",
                "risk",
                "state of the web",
                "surveillance",
                "talk",
                "video",
                "web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Power and Empowerment on the Internet",
            "description": "Mark Surman reflects on the internet freedom movement in the age of empires.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Despite monopolies, walled gardens, and surveillance on the internet, there's a grassroots movement for online freedom, creativity and opportunity for all.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/93.png",
            "created": "2016-09-09T19:15:22.179000Z",
            "moderation_state": 3
        },
        {
            "id": 102,
            "content_url": "http://storyengine.io/stories/robby-kraft/",
            "is_bookmarked": false,
            "tags": [
                "hack",
                "innovation",
                "nasa",
                "prototype",
                "science",
                "space"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tumbleweed",
            "description": "Origami artist developed paper prototypes of folding robots that could repair damaged rovers on Mars. Final five winner in NASA challenge.",
            "get_involved": "",
            "get_involved_url": "https://github.com/sciencehackdayny/tumbleweed",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/102.png",
            "created": "2016-08-03T01:36:20.573000Z",
            "moderation_state": 3
        },
        {
            "id": 881,
            "content_url": "https://22-8miles.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Emotional Connections",
            "description": "This is an investigation into the WiFi networks that I have connected to with my laptop and my phone in the past years. As I travel, check into hotels, use the airport WiFi, visit friends and work in different locations, I have accumulated a collection of WiFi network names – and with that comes a trove of memories. What can I learn about myself from this dataset? I want to explore how this data could be a medium for experiencing nostalgic and personal moments from the past.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-28_185121.5714360000.jpg",
            "created": "2018-07-23T17:29:22.543096Z",
            "moderation_state": 3
        },
        {
            "id": 1191,
            "content_url": "https://letsencrypt.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Let's Encrypt",
            "description": "Let’s Encrypt is a free, automated, and open Certificate Authority.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_143716.9911270000.png",
            "created": "2019-05-22T14:37:16.972619Z",
            "moderation_state": 3
        },
        {
            "id": 171,
            "content_url": "https://www.safaribooksonline.com/library/view/geospatial-data-and/9781491984314/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Geospatial Data and Analysis ebook",
            "description": "Geospatial data, or data with location information, is generated in huge volumes every day by billions of mobile phones, IoT sensors, drones, nanosatellites, and many other sources in an unending stream. This practical ebook introduces you to the landscape of tools and methods for making sense of all that data, and shows you how to apply geospatial analytics to a variety of issues, large and small.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-31_201349.4761200000.png",
            "created": "2017-03-31T20:13:49.475118Z",
            "moderation_state": 3
        },
        {
            "id": 172,
            "content_url": "https://github.com/openiotstudio/general/blob/master/publications/Practices%20for%20a%20Healthy%20Internet%20of%20Things%20Open%20IoT%20Studio%20github.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Practices for a Healthy Internet of Things",
            "description": "The Open IoT Studio's first-annual publication. Learnings, musings and prototypes related to a healthier Internet of Things.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-31_203312.6022790000.png",
            "created": "2017-03-31T20:33:12.601711Z",
            "moderation_state": 3
        },
        {
            "id": 137,
            "content_url": "https://location.services.mozilla.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Stumbler",
            "description": "Location Services is a tool to find user locations from nearby cell towers & WiFi signals. Stumbler is an app for contributing data.",
            "get_involved": "Download the app to contribrute to the pool of shared data.",
            "get_involved_url": "",
            "interest": "This is an open-source, privacy-minded alternative to Google and other location services.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-31T03:13:03.892000Z",
            "moderation_state": 3
        },
        {
            "id": 177,
            "content_url": "http://dml2017.news/CFPdml2017-1",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Christopher Lawrence",
            "submitter_profile_id": 69,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Call for participation now open for the 2017 Digital Media & Learning Conference",
            "description": "Digital Media and Learning Conference 2017 | October 4-6, 2017 | University of California, Irvine\n\nAccepting applications: Wednesday, March 15, 2017– Wednesday, April 19, 2017\nNotifications of Acceptance: May 2017\n\nJoin us October 4-6, 2017, for the 8th annual Digital Media and Learning Conference. This international gathering brings together a vibrant and diverse community of innovators, thinkers, and progressive educators to delve into leading-edge topics in digital media and learning.",
            "get_involved": "",
            "get_involved_url": "http://dml2017.news/CFPdml2017-1",
            "interest": "Opportunity to connected with other educators exploring Web Literacy, Digital Inclusion and Open Innovation",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_195124.0224710000.png",
            "created": "2017-04-06T19:51:24.021795Z",
            "moderation_state": 3
        },
        {
            "id": 178,
            "content_url": "https://savethememe.net/en",
            "is_bookmarked": false,
            "tags": [
                "copyright"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Save The Memes",
            "description": "A tool to call European MEPs in support of protecting User Generated Content in the EU",
            "get_involved": "If you're in Europe, try to call your MEP!",
            "get_involved_url": "https://savethememe.net/en",
            "interest": "Great example of internet advocacy",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-06T20:20:59.675121Z",
            "moderation_state": 3
        },
        {
            "id": 179,
            "content_url": "https://medium.com/@TedeFrambuesa/how-to-create-safe-spaces-for-women-in-m%C3%A9xico-1dd0d240402a",
            "is_bookmarked": false,
            "tags": [
                "mexico",
                "training",
                "web literacy",
                "women",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How to create safe spaces for women in México",
            "description": "Read Liza's account of her first, of four, trainings with local female leaders in Mexico to design safe spaces for women and girls. And what that safe space for women in Mexico looks like.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-06T20:37:40.360630Z",
            "moderation_state": 3
        },
        {
            "id": 180,
            "content_url": "https://medium.com/read-write-participate/case-study-developing-a-learning-platform-for-women-afa4d2096bc",
            "is_bookmarked": false,
            "tags": [
                "gender",
                "learning",
                "online community",
                "safe",
                "women",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Case Study: Developing a Learning Platform for Women",
            "description": "Working at the intersection of gender issues and equity online has required us to really dig into what it means to develop safe spaces for women online. In 2016, Women and Web Literacy piloted an online learning space for participants of Mozilla Clubs for women and girls. This mobile optimized website was designed to further facilitate the digital curriculum they used in their regular meet-ups, while providing a fun and engaging environment for them to connect with other women and learn from each other.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The article and project explored the intersection of gender and equity online",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_204822.3257120000.png",
            "created": "2017-04-06T20:48:22.325409Z",
            "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": 181,
            "content_url": "https://medium.com/read-write-participate/training-leaders-with-mozilla-in-nairobi-and-dar-es-salaam-cae38f1ed12e",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "east africa",
                "internet health",
                "kenya",
                "mozilla clubs",
                "open leadership",
                "tanzania",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Training Digital Leaders with Mozilla in Nairobi and Dar es Salaam",
            "description": "Join us as we head to Dar es Salaam, Tanzania and Nairobi, Kenya to run Mozilla Club Leadership Trainings. These trainings were in-person, one day training for individuals facilitating Mozilla Clubs through the Mozilla DOT Clubs project. Participants received an introduction to Mozilla, working open, web literacy, facilitation techniques, tools and resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Teaching Internet Health in East Africa and training digital leaders to run Mozilla Clubs",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_205135.9098530000.jpg",
            "created": "2017-04-06T20:51:35.909317Z",
            "moderation_state": 3
        },
        {
            "id": 182,
            "content_url": "http://endangereddataweek.org/",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "open data",
                "science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Endangered Data Week",
            "description": "Endangered Data Week is a new collaborative effort to shed light on public datasets that are in danger of being deleted, repressed, mishandled, or lost.   It is taking place April 17-21, 2017 at sites all around the world.  The week's events can promote care for endangered collections by: publicizing the availability of datasets; increasing their use and reuse, and encouraging political activism for open data policies and the fostering of data skills through workshops.",
            "get_involved": "Check out the map to join in on the events already planned or add your own event!",
            "get_involved_url": "http://endangereddataweek.org/map/?sorts%5Bdate%5D=1",
            "interest": "It's about raising awareness of threats to publicly available data; exploring the power dynamics of data creation, sharing, and retention; and teaching ways to make endangered data more accessible and secure",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_205142.7328210000.png",
            "created": "2017-04-06T20:51:42.732481Z",
            "moderation_state": 3
        },
        {
            "id": 141,
            "content_url": "http://www.ridewit.me/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ride w/ Me",
            "description": "A peer-to-peer transportation solution for youth.",
            "get_involved": "See information on the website.",
            "get_involved_url": "",
            "interest": "Built by youth, for youth, this app helps them find a peer to travel with to school and after-school programs.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/141.png",
            "created": "2016-01-26T16:53:09.408000Z",
            "moderation_state": 3
        },
        {
            "id": 150,
            "content_url": "https://eraseallkittens.com/",
            "is_bookmarked": false,
            "tags": [
                "cute"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Erase All Kittens",
            "description": "An online platform game that teaches youth to code and create on the web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's fun because you hack the game levels, writting HTML and CSS in order to complete the game.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/150.jpg",
            "created": "2016-01-01T19:35:31Z",
            "moderation_state": 3
        },
        {
            "id": 183,
            "content_url": "http://www.unwomen.org/en/news/stories/2016/10/women-breaking-barriers-and-optimizing-opportunities-in-a-digital-world",
            "is_bookmarked": false,
            "tags": [
                "gender",
                "girls",
                "inclusion",
                "mozilla clubs",
                "mozilla clubs for women and girls",
                "un women",
                "women",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Women breaking barriers and optimizing opportunities in a digital world",
            "description": "A focus on UN Women's work to increase opportunities for women. Including a feature on the joint initiative by UN Women and the Mozilla Foundation to support 20 digital literacy clubs for women and girls in Kenya and South Africa. This initiative is not only creating a safe space for women to learn in an environment free from gender bias but also training them to actively participate, lead and create on the web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_205457.6866910000.jpg",
            "created": "2017-04-06T20:54:57.686284Z",
            "moderation_state": 3
        },
        {
            "id": 184,
            "content_url": "https://uwcmozillaclubsite.wordpress.com/2016/09/03/womens-month/",
            "is_bookmarked": false,
            "tags": [
                "cape town",
                "gender",
                "mozilla clubs",
                "mozilla clubs for women and girls",
                "south africa",
                "university",
                "women",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Celebrating Womens Month in Cape Town",
            "description": "South Africa celebrates the month of August as women’s month. With the aim of encouraging young women into the field of technology, the Information Systems department at University of the Western Cape (UWC) celebrated women’s month with young females from township high schools who included members of the UWC Mozilla Clubs for young women and girls within Cape Town, to encourage them to take an interest in STEM (Science, Technology and Mathematics) related career paths.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_210158.5219410000.jpeg",
            "created": "2017-04-06T21:01:58.521403Z",
            "moderation_state": 3
        },
        {
            "id": 1669,
            "content_url": "https://foundation.mozilla.org/privacynotincluded/categories/video-call-apps/",
            "is_bookmarked": false,
            "tags": [
                "privacy",
                "security",
                "video call apps",
                "video confernce apps"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "*Privacy Not Included Video Call Apps Special Edition",
            "description": "More and more people now rely on video call apps to stay connected during the coronavirus pandemic. We reviewed the privacy and security of some of the most popular apps to help you make smart decisions on what to use to work remotely, chat with friends and family, and connect with your doctor.",
            "get_involved": "Please share with your friends and family",
            "get_involved_url": "https://foundation.mozilla.org/privacynotincluded/categories/video-call-apps/",
            "interest": "With the growing use of video call apps, privacy and security of those apps matters.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_151025.0748240000.jpg",
            "created": "2020-05-05T15:10:25.070071Z",
            "moderation_state": 3
        },
        {
            "id": 186,
            "content_url": "https://github.com/mozillaph/curriculum/issues",
            "is_bookmarked": false,
            "tags": [
                "manila",
                "mozilla club",
                "mozilla philippines",
                "offline",
                "teachtheweb"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Offline activities to teach the web from Mozilla Club Philippines",
            "description": "Recently we have been going to slum areas to teach web literacy and often times we would encounter a place where there's no computers or internet connection available. Best way to deal with it? Create more offline activities",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-06T21:09:17.523621Z",
            "moderation_state": 3
        },
        {
            "id": 187,
            "content_url": "https://www.youtube.com/watch?v=cPNaVt7Jmbg",
            "is_bookmarked": false,
            "tags": [
                "brasil",
                "its",
                "lan houses",
                "mozilla clubs",
                "portugese",
                "teachtheweb"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Espaços makers e educação digital no Rio de Janeiro",
            "description": "ITS Rio also produced a short video about LAN Houses, Mozilla Clubs and Maker Spaces. The video highlights makers from the poor communities of regions, then focus on the opportunities of digital literacy and new skills and how maker movement and maker spaces have a potential to transform said regions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-06T21:19:42.696625Z",
            "moderation_state": 3
        },
        {
            "id": 437,
            "content_url": "https://medium.com/read-write-participate/media-party-argentina-trying-to-unravel-the-impact-of-fake-news-in-the-post-truth-era-b7eefe1c435f",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Phillip Smith",
                    "profile_id": 50,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla at Media Party Argentina",
            "description": "The Mozilla Information Trust Initiative heads to Latin America to unravel the impact of fake news in the post truth era.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-14_135308.4051180000.png",
            "created": "2017-09-14T13:53:08.404660Z",
            "moderation_state": 3
        },
        {
            "id": 188,
            "content_url": "http://spaceappsbrooklyn.com/",
            "is_bookmarked": false,
            "tags": [
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Space Apps 2017",
            "description": "The Mozilla Science Lab is supporting our second annual Space Apps challenge hackathon, a global event to work on the NASA earth challenges and support the advancement of the open sciences.",
            "get_involved": "Join our event in Brooklyn (4/29-4/30), reach out to us on twitter/github, or attend our Data Bootcamp (4/28/17)",
            "get_involved_url": "https://2017.spaceappschallenge.org/locations/brooklyn-ny/",
            "interest": "Anyone is welcome to join our event in Brooklyn, NY and we're happy to share our materials for the data bootcamp and hackathon projects with the world via github.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_090425.1817760000.png",
            "created": "2017-04-07T09:04:25.181233Z",
            "moderation_state": 3
        },
        {
            "id": 598,
            "content_url": "https://www.facebook.com/riseupasone/videos/1494838820633225/",
            "is_bookmarked": false,
            "tags": [
                "hacked",
                "Playstation"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Playstation Hacked",
            "description": "\"I called up Sony and I told them 'Hey, someone stole my account, and I don't have access to it.' And they basically blamed me for it.\"\n\nHere's what could happen if your PlayStation is hacked.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-02-16T05:35:55.266079Z",
            "moderation_state": 3
        },
        {
            "id": 190,
            "content_url": "http://ncase.me/loopy/",
            "is_bookmarked": false,
            "tags": [
                "simulations",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "LOOPY",
            "description": "This is an \"explorable explanation\" from Nicky Case that lets you \"draw\" and simulate systems on the web using simple controls and relationships. You can keep adding complexity to a system by adding more elements. You can link to what you make, embed it, or screencap a .gif.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This is great for illustrating blog posts, presentations, and lessons, as well as for asking learners to create their own simulations in educational settings.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_122226.3231820000.png",
            "created": "2017-04-07T12:22:26.322662Z",
            "moderation_state": 3
        },
        {
            "id": 191,
            "content_url": "http://www.fakeittomakeitgame.com/",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "misinformation",
                "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 It To Make It",
            "description": "This is a fake news simulator that asks you to make enough money to reach a savings goal by promoting and creating fake news. You can copy stories, create them, and plant them with social media accounts you buy. The big idea is to understand how fake news and misinformation work so you know them when you see them.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This is a great example of an interactive teaching tool people can use within the network to teach the importance of open news and the critical media and web literacy skills consumers need to avoid being misinformed.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_133514.7597930000.png",
            "created": "2017-04-07T13:35:14.759152Z",
            "moderation_state": 3
        },
        {
            "id": 192,
            "content_url": "https://medium.com/read-write-participate/working-towards-a-core-curriculum-64e80a15409f",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Curriculum updates",
            "description": "Catch up with recent changes to our web literacy activities as we work towards a core curriculum. Find out what's happening next, as well - more clarity, connections, and videos(!) are on the way.",
            "get_involved": "Your feedback is warmly welcomed! Help us improve our work and refine our set of core activities for educators and learners in the field. You can contact any of us directly or file issues in our curriculum repo.",
            "get_involved_url": "https://github.com/mozilla/curriculum-final",
            "interest": "This is a great way to see what we've learned and enacted from community members' feedback through Discourse and local training events.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_150916.6040830000.png",
            "created": "2017-04-07T15:09:16.590610Z",
            "moderation_state": 3
        },
        {
            "id": 189,
            "content_url": "http://thomaspark.co/2017/04/learning-css-grid-with-grid-garden/",
            "is_bookmarked": false,
            "tags": [
                "games",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Grid Garden",
            "description": "Check out the launch of Grid Garden, Thomas Park's sequel to Flexbox Froggy. Learn how to use the grid property in CSS to design the layout of your webpage. This is a fun, game-based way for intermediate web users to practice their CSS skills online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This is a fun, low-risk way to practice intermediate web literacy skills.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_121326.2928130000.png",
            "created": "2017-04-07T12:13:26.290664Z",
            "moderation_state": 3
        },
        {
            "id": 193,
            "content_url": "https://medium.com/read-write-participate/ada-lovelace-day-curriculum-design-workshop-at-libre-learn-lab-ed5da38b882b",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "mozilla clubs",
                "open science",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ada Lovelace Day Curriculum Design Workshop at Libre Learn Lab",
            "description": "Zannah from the Mozilla Science Lab(MSL) and Julia from the Mozilla Clubs program decided to team up to run a women in STEM themed session at Libre Learn Lab, a two-day summit for people who create, use and implement freely licensed resources for K-12 education.",
            "get_involved": "Check out the examples in the repository and see if you can add to them and/or use them in your own work.",
            "get_involved_url": "https://github.com/mozillascience/curriculum-design-workshop",
            "interest": "The workshop development and implementation process resulted in new lessons on understanding how climate effects living things and on women inventors throughout history. These are available in the GitHub repository for public use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_200944.2694010000.jpeg",
            "created": "2017-04-07T20:09:44.268975Z",
            "moderation_state": 3
        }
    ]
}