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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=issues&page=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=issues&page=2",
    "results": [
        {
            "id": 8,
            "content_url": "https://mozillascience.github.io/open-data-primers/",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "primers",
                "science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Primers",
            "description": "An online handbook of Open Data Training Primers developed by the Mozilla Science Lab and their community members.  These primers are designed to read at your own pace and pick and choose the topics you want to read concerning open data.",
            "get_involved": "Would love feedback on the primers so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "Lays out basics of open data for anyone interested in the topic and assumes no prior knowledge.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:15:05.909000Z",
            "moderation_state": 3
        },
        {
            "id": 225,
            "content_url": "https://tomtomfest.com/challenges/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "iot",
                "online privacy & security",
                "open innovation"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tom Tom Founders Festival Youth Summit Community Challenge",
            "description": "The Tom Tom Founders Festival is Charlottesville, Virginia's, annual cultural showcase - like a MozFest of the hyper-local. This year, at the student-led Youth Summit, Team Quick Pick shared its vision for a safe, anonymous pickup-sports matchmaking app. Team Quick Pick formed at the SPARK Youth Hackathon, a locally partnered event sponsored and co-designed by the Mozilla Foundation to promote web literacy, trust-building and inclusion across networks and connected devices, and youth leadership in open innovation.",
            "get_involved": "Have a great idea for a locally partnered event that strengthens the network and promotes Internet health? Share it out loud!",
            "get_involved_url": "http://spark.stab.org/",
            "interest": "This is a great example of how locally partnered events can activate youth leaders in the Mozilla Network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_234324.5018360000.jpeg",
            "created": "2017-04-13T23:43:24.501407Z",
            "moderation_state": 3
        },
        {
            "id": 13,
            "content_url": "https://leaomozillaclubs.com/maker-party-week-campinas-2016-direito-autoral-arte-e-aprendizado-e9a4b421dffd#.kvng5htzw",
            "is_bookmarked": false,
            "tags": [
                "makerparty"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Maker Party Week Campinas 2016: copyright, art and learning",
            "description": "The Maker Party this year is focused on the need for changes in copyright laws in Europe, but there are other ways to work a Maker Party in Brazil, since it is important to educate as people on copyright and open licenses.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-15T23:26:04.944000Z",
            "moderation_state": 3
        },
        {
            "id": 128,
            "content_url": "https://mozilla-foundation-research.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Foundation Research Blog",
            "description": "A blog from the research team in the field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Interesting insights on how real people view, connect with, and use the internet.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-12T21:41:43.953000Z",
            "moderation_state": 3
        },
        {
            "id": 229,
            "content_url": "https://medium.com/cryptofriends/digital-security-training-resources-for-security-trainers-spring-2017-edition-e95d9e50065e",
            "is_bookmarked": false,
            "tags": [
                "fellows",
                "howto",
                "privacy",
                "resources",
                "security",
                "security training"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Vanessa Rhinesmith",
            "submitter_profile_id": 65,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Resources for Digital Security Trainers",
            "description": "This resource is an answer to the questions: “Where can I get up-to date security training links? What tools should I use and why?” It is organized into three sections: (1) toolkits that are up to date today; (2) how to keep up to date as a trainer; and (3) toolkits that are out of date but still worth reviewing.Last Updated: April 10, 2017Expiration Date/Best By: June 2017Next update: Summer 2017Image: Patrick MacLeod (@patrickmacleodphoto)",
            "get_involved": "Have a suggestion? Send the authors a tweet on Twitter.",
            "get_involved_url": "",
            "interest": "This piece will be of specific interest to security trainers, and those interested in (or in need of) security training resources.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_175757.0455210000.jpeg",
            "created": "2017-04-14T17:57:57.045164Z",
            "moderation_state": 3
        },
        {
            "id": 127,
            "content_url": "https://medium.com/the-coral-project/cards-against-community-a-free-game-about-online-conversation-ee80ea41a6c6#.92oqv8zal",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Cards Against Community",
            "description": "A card game about online communities.",
            "get_involved": "Download the card artwork and help improve the cards.",
            "get_involved_url": "https://coralproject.net/cards/",
            "interest": "Online communities work in complex ways. Game helps open a conversation with any group on how they work and can evolve.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/127.jpg",
            "created": "2016-02-16T16:24:21.178000Z",
            "moderation_state": 3
        },
        {
            "id": 2,
            "content_url": "http://mzl.la/weblitedkit",
            "is_bookmarked": false,
            "tags": [
                "education",
                "learning",
                "thimble",
                "web literacy",
                "x-ray goggles"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Lainie DeCoursy",
                    "profile_id": 55,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web Literacy Education Kit",
            "description": "An overview of Mozilla Learning's free, open educational resources (curriculum, X-Ray Goggles, Thimble, Web Literacy Map) to teach the web in a fun, hands-on way. The kit also includes sample social media posts and graphics for supporters to help us spread the word.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The perfect way to spread our free tools & resources to our networks",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-01-23T15:07:50.031000Z",
            "moderation_state": 3
        },
        {
            "id": 242,
            "content_url": "https://nteract.gitbooks.io/hydrogen/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hydrogen",
            "description": "Hydrogen is an open source package for GitHub’s Atom text editor that allows users to run their code with an interactive REPL session with your language of choice.  This means Hydrogen lets you choose which code to execute based on your needs. Run the whole file, a single line, a selection, or let Hydrogen decide which code to run based on the current cursor position.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/nteract/hydrogen",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-25_004619.3992950000.png",
            "created": "2017-04-25T00:46:19.398817Z",
            "moderation_state": 3
        },
        {
            "id": 231,
            "content_url": "https://medium.com/read-write-participate/fake-news-and-filter-bubbles-teaching-web-literacy-concepts-a-brooklyn-public-library-6586baaebe85",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fake News and Filter Bubbles",
            "description": "Mozilla-IMLS pilot participant Davis Erin Anderson shares her \"recipe\" for teaching web literacy and evaluating media to colleagues at the Brooklyn Public Library.  She shares her lesson plan and lessons learned from activities that help participants identify and make sense of biases in algorithms, filter bubbles, and fake news.",
            "get_involved": "Help us continue to improve and refine our web literacy curriculum for local audiences.",
            "get_involved_url": "https://learning.mozilla.org/activities",
            "interest": "This is a great example of network leaders making our web literacy curriculum relevant to specific, local communities like librarians.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-17_142224.0393670000.jpg",
            "created": "2017-04-17T14:22:24.038972Z",
            "moderation_state": 3
        },
        {
            "id": 65,
            "content_url": "http://hivechicago.org/celebrating-chiteen-lit-fest-chicagos-first-literary-festival-for-teens-by-teens/",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "literary",
                "teen"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Celebrating ChiTeen Lit Fest",
            "description": "Chicago’s first literary festival for teens by teens. A collaboration of Hive Chicago Learning Network organizations.  Here's a recap.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The Chicago Teen Lit Fest aims to provide a safe and creative space for young adults to unlock and discover their unique voice through literary arts. The ChiTeen Lit Fest (https://chiteenlitfest.org/) is brought to you by Chicago Public Library, Columbia College Chicago, Poetry Foundation, UIC-College of Education, After School Matters, Center for College Access and Success, Allstate, Jewel Catering, Chicago Tribune, and Kuumba Lynx. This event is supported by the Chicago Public Library Foundation and the Hive Chicago Fund for Connected Learning at the Chicago Community Trust.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:38:54.661000Z",
            "moderation_state": 3
        },
        {
            "id": 235,
            "content_url": "https://storyengine.io/stories/digital-inclusion/kylee-durant/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "leadership",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Kylee Durant on Story Engine",
            "description": "In this Story Engine interview, Kylee talks about her work with Rally Point/6 (RP/6), an organization that helps active service members, veterans, and their family members transition into civilian life and the civilian workforce. Kylee helped organize a Mozilla web literacy training for RP/6 members and will be scaling up web literacy efforts across the USO next. She talks about the success of the web literacy training and challenges in her work ahead.",
            "get_involved": "Have a tip for Story Engine? Share it here.",
            "get_involved_url": "https://docs.google.com/a/mozillafoundation.org/forms/d/e/1FAIpQLScsZ6NLDIo87YH8Z3guR-9slPampPTavcKgbqOJvLsrnqIVMQ/viewform",
            "interest": "This is a great example of a network leader bringing core Mozilla values to their organization and community.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-20_123859.8007930000.jpg",
            "created": "2017-04-20T12:38:59.800108Z",
            "moderation_state": 3
        },
        {
            "id": 66,
            "content_url": "http://inpoints.org/index.php/category/project-us-series/",
            "is_bookmarked": false,
            "tags": [
                "design",
                "fashion",
                "hive",
                "journalism",
                "music",
                "teen"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "PROject US",
            "description": "Inpoints (http://inpoints.org/) is proud to present a special series on PROject US, a fashion, music, and media program in Chicago – Learning to Make and Make It",
            "get_involved": "Learn more by visiting the Hive Chicago portfolio page.",
            "get_involved_url": "http://hivechicago.org/portfolio/project-us/",
            "interest": "PROjectUS (http://www.pro-jectus.org/) is an initiative for young adults between the ages of 13 – 23 designed to build fashion design, music production, and new media journalism skills.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:25:18.609000Z",
            "moderation_state": 3
        },
        {
            "id": 130,
            "content_url": "http://rik.smith-unna.com/command_line_bootcamp",
            "is_bookmarked": false,
            "tags": [
                "code",
                "command line"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Command-line bootcamp",
            "description": "An \"interactive adventure\" to learn the UNIX command line in the browser.",
            "get_involved": "",
            "get_involved_url": "https://github.com/Blahah/command_line_bootcamp",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-09T20:33:32.316000Z",
            "moderation_state": 3
        },
        {
            "id": 67,
            "content_url": "http://geojournalism.org/2015/02/create-immersive-photo-experiences-with-google-photo-sphere/",
            "is_bookmarked": false,
            "tags": [
                "3d",
                "hive",
                "photo"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Create Your Own Google Photosphere",
            "description": "Hive Chicago member Peggy Notebaert Nature Museum shared their use of photospheres with teens to create immersive 3-D images that empower Internet image creators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Anyone who wants to use immersive, 360-degree images for place-based learning. Geojournalism.org (http://geojournalism.org/about/) is part of the portfolio of InfoAmazonia (http://infoamazonia.org/), a multidisciplinary team hosted in Brazil  working to create useful applications for environmental coverage. The online toolkit was created in partnership with Internews’ Earth Journalism Network (http://earthjournalism.net/) and the Flag It! Project (http://ecolab.oeco.org.br/projects/flagit/).",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:14:54.379000Z",
            "moderation_state": 3
        },
        {
            "id": 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": 15,
            "content_url": "https://theglassroomnyc.org/",
            "is_bookmarked": false,
            "tags": [
                "activity",
                "control",
                "cookie",
                "data",
                "digital",
                "encryption",
                "government",
                "identities",
                "identity",
                "information",
                "monitor",
                "network",
                "nsa",
                "ownership",
                "personal",
                "privacy",
                "protect",
                "right",
                "risk",
                "safe",
                "security",
                "society",
                "surveillance",
                "track"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Glass Room",
            "description": "The Glass Room is a place to consider how you use technology and how those behind technology use you.",
            "get_involved": "Tips and resources for people who couldn't visit the pop-up store:",
            "get_involved_url": "https://theglassroomnyc.org/resources/",
            "interest": "This pop-up store looks like a slick store offering shiny consumer products. It products actually reveal the dynamics of living in the Internet age. Who are we revealing when we’re online? What facts and fictions are recreated from our digital breadcrumbs? What is known about us, and why?",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/15.jpg",
            "created": "2016-12-12T20:40:12.082000Z",
            "moderation_state": 3
        },
        {
            "id": 244,
            "content_url": "https://mozilla.github.io/curriculum-final/privacy-toolkit-v10.pdf",
            "is_bookmarked": false,
            "tags": [
                "online privacy & security",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy & Security Toolkit",
            "description": "This is a toolkit for educators and activists teaching strong online safety habits in their communities. It remixes our current Privacy Basics curriculum and points toward external resources curated for intructors, their organizations, and their learners. You can share this toolkit throughout your network to help people understand the privacy choices they face and why privacy needs to be the default in spaces like the Internet of Things.",
            "get_involved": "Please let us know if you use the toolkit for an event in your community! We'd love to learn more about your work with online safety. You can also help us improve our curriculum on GitHub.",
            "get_involved_url": "https://github.com/mozilla/curriculum-final",
            "interest": "This is a printable .pdf toolkit you can use with diverse online and offline audiences throughout our network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-25_135249.4576060000.png",
            "created": "2017-04-25T13:24:23.680337Z",
            "moderation_state": 3
        },
        {
            "id": 258,
            "content_url": "https://core.ac.uk/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open access"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CORE",
            "description": "CORE is a 2017 Global Sprint project with a mission to aggregate all open access research outputs from repositories and journals worldwide and make them available to the public. They are currently making available 70 million of research outputs metadata and 7 million full-text papers.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/oacore/oacore-mozsprint17",
            "interest": "They are looking for enthusiastic developers, designers, data scientists to facilitate access to open access research papers around the world. Thus, they are offering a set of APIs and a Dataset ready to be used exploited.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_174304.6617580000.png",
            "created": "2017-05-04T17:43:04.661232Z",
            "moderation_state": 3
        },
        {
            "id": 9,
            "content_url": "http://bit.ly/2hQhKPR",
            "is_bookmarked": false,
            "tags": [
                "badges",
                "credentials",
                "curriculum",
                "training",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web Literacy Leaders: Web Literacy and 21C Skills, Curriculum, Trainings, and Credentials",
            "description": "A link to resources associated with making the case for web literacy and 21C skills:  research-based Web Literacy Map, curriculum, training, and credentials from 2016.  Next step for spread and contributing to Internet of Health: Grow more Web Literacy Leaders in 2017.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Co-creation of web literacy materials and making the case by cross MoFo team and partners",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-16T23:01:30.292000Z",
            "moderation_state": 3
        },
        {
            "id": 246,
            "content_url": "https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Italia l10n Guide",
            "description": "This Global Sprint project aims to create a localization guide for Italian volunteers that can be adapted by community members around the world. Its goal is to make Mozilla’s products, events and core values accessible for Italian users.",
            "get_involved": "Contribute to this project during the Global Sprint!",
            "get_involved_url": "https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide",
            "interest": "This project is a great example of volunteers creating a localization resource that can, itself, be further localized by and for other communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-26_095315.1838650000.png",
            "created": "2017-04-26T09:53:15.183613Z",
            "moderation_state": 3
        },
        {
            "id": 37,
            "content_url": "http://www.natureincode.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Nature, In Code",
            "description": "Learn JavaScript while learning biology. Nature, In Code is a web resource, a MOOC and a book",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Anyone trying to bring computational thinking using just the browser to students? This project could be interesting for you.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-30T08:39:51.013000Z",
            "moderation_state": 3
        },
        {
            "id": 323,
            "content_url": "https://github.com/lisahandsonline/Internet-Safety-Driving-Licence",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet Safety Driving Licence",
            "description": "The Internet Safety Driving Licence is an open source online modular short course built to empower young people (aged 13+) to use the Internet ethically, safely & securely: to live, play & work well online.Think of it as a kind of Cyber-Ed: 5 modules comprising a formal online programme that will prepare a learner to sit the final Internet Safety Driving Test.Successful completion of all 5 Cyber-Ed modules by a learner will lead to the award of a full Internet Safety Driving Licence.",
            "get_involved": "Contribute ideas, content, assets and more to help this project grow.",
            "get_involved_url": "https://github.com/lisahandsonline/Internet-Safety-Driving-Licence/issues",
            "interest": "This helps educators share best practices for learners who want to publish themselves online, become thought leaders and learn skills and tools that enable them to stay safe and happy online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_204118.5880420000.jpg",
            "created": "2017-05-30T20:41:18.587760Z",
            "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": 139,
            "content_url": "https://www.youtube.com/channel/UC9MJ2wGfJ_7mbLN6rXjWztA",
            "is_bookmarked": false,
            "tags": [
                "design"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hour of Design",
            "description": "A video series with live UI design.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This can help demystify the process of design and share how even the most beautiful designs always start with a blank canvas.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-28T16:59:58.414000Z",
            "moderation_state": 3
        },
        {
            "id": 16,
            "content_url": "http://detroitcommunitytech.org/?q=teachcommtech",
            "is_bookmarked": false,
            "tags": [
                "accessible",
                "community",
                "detroit",
                "guide",
                "learning",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Teaching Community Technology Handbook",
            "description": "This 100+ page handbook will take you through the history of popular education while offering a step-by-step guide to developing community rooted technology workshops and curricula. Community Technology focuses on teaching strategies that make learning technology accessible and relevant.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-02T17:15:26.059000Z",
            "moderation_state": 3
        },
        {
            "id": 257,
            "content_url": "http://lifehacker.com/im-aurelia-moser-community-lead-at-mozilla-and-this-i-1794805923",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How I Work: Aurelia Moser, Community Lead at Mozilla",
            "description": "Aurelia Moser builds code and community at Mozilla Science Lab. This is how she works.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_161520.5915440000.jpg",
            "created": "2017-05-04T16:15:20.591154Z",
            "moderation_state": 3
        },
        {
            "id": 256,
            "content_url": "https://ottagit.gitbooks.io/git-push-freshman-open-curriculum/content/",
            "is_bookmarked": false,
            "tags": [
                "mozillaclubs",
                "mozlearn",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Git Push Freshman",
            "description": "The Git Push Freshman project is an open introductory course to version control concepts using Git and collaborative software development using GitHub to Computer Science first year students Maseno University, Kenya.\n\nFollowing an open curriculum developed in the course of this project and taking a hands-on approach, the project seeks to equip the students with basic technical skills necessary to enable them to contribute to open source software projects.",
            "get_involved": "Help us build the curriculum on GitHub and/or fork it to make a version of your own.",
            "get_involved_url": "https://github.com/ottagit/git_push_freshman",
            "interest": "It offers curriculum and information helpful for learners interested in collaboration, open source software and GitHub.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-03_152814.0145400000.png",
            "created": "2017-05-03T15:28:14.014081Z",
            "moderation_state": 3
        },
        {
            "id": 83,
            "content_url": "http://mozillascience.github.io/working-open-workshop/writing_readme/",
            "is_bookmarked": false,
            "tags": [
                "open source",
                "readme",
                "working open",
                "working open workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Project Communication",
            "description": "Handout for creating a useful and welcoming readme file for your open project. Use at the Working Open Workshop.",
            "get_involved": "Contribute to this document in GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/writing_readme",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:40:16.032000Z",
            "moderation_state": 3
        },
        {
            "id": 140,
            "content_url": "http://flexboxfroggy.com/",
            "is_bookmarked": false,
            "tags": [
                "css",
                "game"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Flexbox Froggy",
            "description": "Flexbox Froggy is a game for learning CSS flexbox.",
            "get_involved": "",
            "get_involved_url": "https://github.com/thomaspark/flexboxfroggy/",
            "interest": "Fun way to learn how to format web content. Takes inspiration from the games Frogger, CSS Diner and Erase all Kittens.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-05_220758.3514990000.png",
            "created": "2016-01-27T19:06:29.553000Z",
            "moderation_state": 3
        },
        {
            "id": 253,
            "content_url": "https://github.com/data-lessons/librarycarpentry",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Extending Library Carpentry",
            "description": "This is a Global Sprint project meant to refresh and expand on the Library Carpentry project, a set of introductory software training resources with a focus on the needs and requirements of library professionals. Library Carpentry is an introductory software skills program, meaning that no knowledge of programming or the principles of programming are required. Contributors will use the sprint to amend, update, and extend the existing Library Carpentry lessons and get draft lessons on SQL, Python, web scraping, and other topics into final shape for launch.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/data-lessons/librarycarpentry/blob/master/CONTRIBUTING.md",
            "interest": "This is a great example of a Global Sprint project that attracts worldwide interest in using the web to deliver professional development to a community of practice.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-28_093438.3267420000.png",
            "created": "2017-04-28T09:34:38.326164Z",
            "moderation_state": 3
        },
        {
            "id": 86,
            "content_url": "https://news.ycombinator.com/item?id=12527203",
            "is_bookmarked": false,
            "tags": [
                "code",
                "hacker news",
                "learning.",
                "teaching",
                "thimble"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Merits of Thimble",
            "description": "Hacker News community discuss Thimble and how it compares to other online coding tools for demos, learning, and mentorship. Localized, open source, and with a built-in tutorial feature.",
            "get_involved": "Try it out at thimble.mozilla.org, or contribute to the project's development via Github.",
            "get_involved_url": "https://github.com/mozilla/thimble.mozilla.org",
            "interest": "It's interesting to hear how people who might not be connected to the open web or web literacy movements, view this tool.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-19T15:18:18.553000Z",
            "moderation_state": 3
        },
        {
            "id": 10,
            "content_url": "http://mzl.la/MLN2016Timeline",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "curriculum",
                "gigabit",
                "hive",
                "iot",
                "mln",
                "mozfest",
                "mozilla leadership network",
                "privacy",
                "science",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Leadership Network 2016 Reflections Timeline",
            "description": "An Interactive timeline featuring highlights from the Mozilla Leadership Network in 2016.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn more about key events, announcements, and new projects from across the MLN team in 2016.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-16T21:40:36.101000Z",
            "moderation_state": 3
        },
        {
            "id": 40,
            "content_url": "http://learningportfoliospace.tumblr.com/tagged/mozfest16",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "digitalarts&culture",
                "lpparsons",
                "lpspace",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Learning Portfolio Builder",
            "description": "The Learning Portfolio Builder is process of MAKING> DOCUMENTING> SELF-REFLECTING> SHARING, both off and online.",
            "get_involved": "",
            "get_involved_url": "http://learningportfoliospace.tumblr.com/contact",
            "interest": "It is  a fun and playful way of curating process and final pieces when putting together a portfolio",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-29T06:48:36.001000Z",
            "moderation_state": 3
        },
        {
            "id": 95,
            "content_url": "https://mozilla.github.io/womenandweb/",
            "is_bookmarked": false,
            "tags": [
                "weblit",
                "website"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                },
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Gavin Suntop",
                    "profile_id": 137,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women and Web Literacy Website",
            "description": "Information and resources related to the Women and Web literacy initiative.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozilla/womenandweb/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-02T20:51:29.182000Z",
            "moderation_state": 3
        },
        {
            "id": 89,
            "content_url": "http://mozilla.github.io/learning-networks/clubs/events-women-girls-guide/",
            "is_bookmarked": false,
            "tags": [
                "event",
                "girls",
                "learning",
                "teaching",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Designing safe and inclusive events for women",
            "description": "Some best practices on how to design safe and inclusive events for women and girls.",
            "get_involved": "Email your best practices to [email protected]",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-15T10:16:36.869000Z",
            "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": 166,
            "content_url": "http://www.bbc.com/news/world-africa-39273651",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "BBC: Web literacy training in Cape Town",
            "description": "BBC Africa segment showcasing web literacy work by Mozilla and UN Women in Cape Town, South Africa",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-03-17T18:39:14.405439Z",
            "moderation_state": 3
        },
        {
            "id": 91,
            "content_url": "http://hivenyc.org/portfolio/nyc-haunts/",
            "is_bookmarked": false,
            "tags": [
                "design",
                "games",
                "hive",
                "nyc",
                "stem"
            ],
            "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": "New York City Haunts",
            "description": "Integrating local history and social issues into geo-locative game design.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "First Lady Michelle Obama played this game! NYC Haunts is a STEM-based learning program in which youth designers create a mobile, geo-locative alternate reality game that explores local history and contemporary issues facing a particular NYC neighborhood.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/91.jpg",
            "created": "2016-09-13T02:40:52.693000Z",
            "moderation_state": 3
        },
        {
            "id": 203,
            "content_url": "https://medium.com/read-write-participate/what-essential-web-skills-are-missing-from-current-learning-standards-66e1b6e99c72",
            "is_bookmarked": false,
            "tags": [
                "21c skills",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What Web Literacy Skills are Missing from Learning Standards?",
            "description": "Mozilla has assembled a set of standards for web literacy and 21st Century (21C) skills. While there are other literacy related standards — from K-12 education to computer science to work-readiness to professional development — all have critical gaps that omit core web literacy skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_021211.7334310000.png",
            "created": "2017-04-11T02:12:11.732995Z",
            "moderation_state": 3
        },
        {
            "id": 112,
            "content_url": "https://blog.webmaker.org/introducing-new-ways-to-connect-with-mozilla-learning",
            "is_bookmarked": false,
            "tags": [
                "community",
                "community call",
                "curriculum",
                "mozilla learning",
                "newsletter",
                "tweetchat",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "New Ways to Connect To Mozilla Learning",
            "description": "Mozilla Learning now offers a newsletter, curriculum workshop, community call, and Tweetchat as regular, monthly ways to connect.",
            "get_involved": "Tweet @MozTeach or email [email protected] with questions/feedback.",
            "get_involved_url": "",
            "interest": "Strengthen relationships with our community, to support & provide open/free resources, and create spaces to connect people across the globe.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-11T22:10:23.908000Z",
            "moderation_state": 3
        },
        {
            "id": 92,
            "content_url": "http://dreamyard.parsons.edu/",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "hive nyc",
                "learning portfolio",
                "new york city",
                "schools"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "DreamYard Learning Portfolio",
            "description": "A project to bring the Learning Portfolio model to schools and educational organization across NYC by making the digital portfolios more accessible to all students to tell their own learning story.",
            "get_involved": "Interested in bringing Learning Portfolios to your school or organizations?",
            "get_involved_url": "http://dreamyard.parsons.edu/contact/",
            "interest": "Supported by the New York Community Trust’s Hive Digital Media and Learning Fund",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-13T02:34:15.582000Z",
            "moderation_state": 3
        },
        {
            "id": 173,
            "content_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "curriculum",
                "digital skills",
                "financial inclusion",
                "kenya",
                "participatory",
                "product design",
                "research",
                "smartphones",
                "workshops"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Bobby Richter",
            "submitter_profile_id": 3452,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bobby Richter",
                    "profile_id": 3452,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Stepping into Digital Life - Digital Skills Observatory",
            "description": "Stepping Into Digital Life summarizes the methods, participants, results, and recommendations from the Digital Skills Observatory, a 12 month research project in Kenya looking at first-time use of smartphones within the low-income population. Not only is it a colourful, captivating report, it is accompanied by an open source data set with in-depth comparative analysis.",
            "get_involved": "Read the report, check out the open data sets, and tell us how it aligns with your own work.",
            "get_involved_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "interest": "The Digital Skills Observatory is an example of a large, successful, community-run project, featuring open data practices and participatory design.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_140841.3962380000.jpg",
            "created": "2017-04-04T14:08:41.395913Z",
            "moderation_state": 3
        },
        {
            "id": 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": 22,
            "content_url": "https://hildahnyakwaka.com/2016/10/06/the-beginning/",
            "is_bookmarked": false,
            "tags": [
                "digital literacy",
                "inclusion",
                "kenya",
                "mozilla clubs",
                "mozilla clubs for women and girls",
                "nairobi",
                "regional coordinator",
                "slums",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hildah's account of a Mozilla Club for girls in Nairobi",
            "description": "Hear from a Regional Coordinator in Nairobi giving an account to why Mozilla Clubs matters as she travels to Kariobangi, one of the slum areas in Nairobi, to see her Club Captain teach the web to young girls.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:51:46.184000Z",
            "moderation_state": 3
        },
        {
            "id": 146,
            "content_url": "http://pixelracer.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pixel Racer",
            "description": "A game of pixels racing and stuff.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-04T21:16:17Z",
            "moderation_state": 3
        },
        {
            "id": 207,
            "content_url": "https://learning.mozilla.org/en-US/gigabit/portfolio",
            "is_bookmarked": false,
            "tags": [
                "4k",
                "artificial intelligence",
                "augmented reality",
                "gigabit",
                "iot",
                "low latency",
                "virtual reality",
                "vr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Gigabit Project Portfolio",
            "description": "The Mozilla Gigabit Community Fund provides grant funding in select U.S. communities to support pilot tests of gigabit technologies such as virtual reality, 4K video, artificial intelligence, and their related curricula. In so doing, our goal is to increase participation in technology innovation in support of a healthy Internet where all people are empowered, safe, and independent online. Learn more about projects that are transforming education through gigabit technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "People could learn about what Mozilla is doing in the area of high speed internet technologies in the areas of education and workforce development.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_144654.1574030000.png",
            "created": "2017-04-11T14:46:54.156285Z",
            "moderation_state": 3
        },
        {
            "id": 1,
            "content_url": "https://leaomozillaclubs.com/digital-inclusion-faster-curriculum-experimental-fb65e3e335ec#.9fofcctna",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "labs",
                "learning",
                "mozilla clubs"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Inclusion: Faster Curriculum Experimental",
            "description": "Experiment focused on teaching basic computer and web skills in 3 weeks.",
            "get_involved": "You can give feedback and develop local digital inclusion activities.",
            "get_involved_url": "",
            "interest": "Because digital inclusion can connect everyone to the internet",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-02-03T00:06:59.318000Z",
            "moderation_state": 3
        },
        {
            "id": 363,
            "content_url": "https://arkodyuti.com/2017/06/06/all-about-helloweb-curriculum-workshop/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "All about #HelloWeb Curriculum Workshop",
            "description": "This is a quick recap of a curriculum development event hosted by local organizers in Bengaluru, India. The workshop supports the larger #HelloWeb campaign which promotes web literacy and digital inclusion. Volunteers in that campaign #teachtheweb at government schools and orphanages. Given the campaign's success over the last two years, volunteers need new, localized curriculum to bring to the schools and youth they serve.",
            "get_involved": "Check out the repo and stay tuned for more in-depth reporting.",
            "get_involved_url": "https://github.com/arkodyuti/helloweb",
            "interest": "This is a great example of an initial report from a Mozilla-supported event that helps local leaders and network members solve local Internet health challenges.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-09_101223.8324650000.jpg",
            "created": "2017-06-09T10:12:23.832080Z",
            "moderation_state": 3
        }
    ]
}