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
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=2",
    "previous": null,
    "results": [
        {
            "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": 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": 115,
            "content_url": "http://hiveresearchlab.files.wordpress.com/2014/02/hrl-jumpstarts.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Jumpstart: Pop-Ups, Hack Jams & Maker Parties",
            "description": "This two-pager provides an overview on using pop-ups, hack jams and maker parties to promote youth pathways and organizational innovation.",
            "get_involved": "If you used recommendations from the jumpstart, we'd love to hear how they played out!",
            "get_involved_url": "http://hiveresearchlab.org",
            "interest": "Anyone running pop-ups, hack-jams or maker parties can up their game in terms of how youth and organizations benefit from these events.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-07T22:04:13.120000Z",
            "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": 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": 143,
            "content_url": "http://flukeout.com/examples/htmlomatic/",
            "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": "html-o-matic",
            "description": "A tool for exploring CSS styles with a fun shuffle interface.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a simple way to accidentally learn about CSS.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-25T20:57:48.225000Z",
            "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": 114,
            "content_url": "http://flukeout.com/examples/typer",
            "is_bookmarked": false,
            "tags": [
                "type",
                "typing"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Alphabet Typer Race",
            "description": "Type the alphabet as fast as you can!",
            "get_involved": "They can try to type the alphabet as fast as they can.",
            "get_involved_url": "",
            "interest": "They like to type fast.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-08T22:48:17.897000Z",
            "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": 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": 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": 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": 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": 142,
            "content_url": "https://www.npmjs.com/package/bezier-js",
            "is_bookmarked": false,
            "tags": [
                "javascript"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bezier JS",
            "description": "A javascript library for working with Bezier curves.",
            "get_involved": "",
            "get_involved_url": "https://github.com/Pomax/bezierjs",
            "interest": "Drawing curves with code is complicated. This  much easier draw them and understand how they work!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-26T16:44:21.645000Z",
            "moderation_state": 3
        },
        {
            "id": 49,
            "content_url": "http://offgridthegame.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "cybersecurity",
                "games",
                "hacking",
                "indie games",
                "infosec",
                "mozfest",
                "privacy",
                "security",
                "video games"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Off Grid",
            "description": "Ever wanted to explore data privacy, circumvention technology, and cyber security while playing a game? 'Off Grid' explores these themes through stealth and hacking mechanics and puzzles, and is fully moddable for players to tell their own stories around these important subjects.",
            "get_involved": "Help reaching interested audiences, communities, and technologists, who may be interested in modding or creating interesting plays on the game to tell more in depth stories around their area of expertise, or their cultural experience of the themes of privacy and security.",
            "get_involved_url": "http://offgridthegame.com",
            "interest": "Off Grid is a unique way to explore what can be abstract or opaque issues, and creates a platform for people to tell their own stories about privacy and security through modding the game to make their own levels.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/49.jpg",
            "created": "2016-10-27T18:41:03.581000Z",
            "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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 23,
            "content_url": "https://medium.com/mozilla-open-mic/m%C3%A9xico-has-a-new-mozilla-club-and-it-starts-with-a-leadership-training-for-women-in-tech-3c0538d92d1a#.wq9p0ch1u",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "latam",
                "liza",
                "mexico",
                "mozilla mexico community",
                "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": "México has a new Mozilla Club and it starts with a leadership training for women in tech!",
            "description": "Learn why the México Mozilla Club was created: to help, inspire, and create safe learning spaces, not only for women, but also for everyone that wants to create amazing content for the internet society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:49:32.008000Z",
            "moderation_state": 3
        },
        {
            "id": 47,
            "content_url": "http://stallcatchers.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "alzheimer's",
                "citizen science",
                "citsci4alz",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Stall Catchers",
            "description": "Stall Catchers is a brand new citizen science game. Looking at real blood vessel data you can help speed up the search for Alzheimer's treatments!",
            "get_involved": "People can help Alzheimer's research by participating in the game.",
            "get_involved_url": "",
            "interest": "Stall Catchers game empowers everyone to directly fight a disease that affects them, their loved ones and the society at large.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/47.png",
            "created": "2016-10-28T01:29:28.736000Z",
            "moderation_state": 3
        },
        {
            "id": 24,
            "content_url": "http://www.unwomen.org/en/news/stories/2016/10/take-five-with-joy-chebet-bii",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "digital literacy",
                "kenya",
                "nairobi",
                "women",
                "women and web literacy",
                "world teachers day",
                "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": "Take five with Joy Chebet Bii: Why does digital literacy matter for women and girls?",
            "description": "Joy Chebet Bii is a 20-year-old living in Nairobi, Kenya. Joy is a Mozilla Club captain teaching web literacy skills to women and girls in Nairobi. Joy uses her expertise to teach girls in Kibera, the biggest slum in Nairobi, basic coding and digital literacy skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:47:44.563000Z",
            "moderation_state": 3
        },
        {
            "id": 12,
            "content_url": "https://prototype.internethealthreport.org/",
            "is_bookmarked": false,
            "tags": [
                "internet health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet Health Report",
            "description": "How do we measure the health of the Internet? In 2016, we laid the groundwork for a new open source effort to track the health of the Internet from year to year. The prototype for the report is launching in January 2017 (check back!).",
            "get_involved": "We will be requesting feedback on the prototype and gathering ideas for the next version in 2017.",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_130025.0393240000.png",
            "created": "2016-12-16T11:38:54.053000Z",
            "moderation_state": 3
        },
        {
            "id": 25,
            "content_url": "https://medium.com/read-write-participate/mozilla-club-leadership-training-in-nairobi-and-cape-town-cbb9ad2a3f38#.jrzme63e7",
            "is_bookmarked": false,
            "tags": [
                "cape town",
                "kenya",
                "nairobi",
                "south africa",
                "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": "How We’re Training Women in Africa to Teach the Web",
            "description": "A look inside Mozilla and the UN Women’s web literacy work in Nairobi and Capetown to launch  Mozilla Clubs for Women and Girls and train local leaders to teach key digital issues in a local context.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/25.jpg",
            "created": "2016-11-08T18:45:20.778000Z",
            "moderation_state": 3
        },
        {
            "id": 7,
            "content_url": "https://mozillascience.github.io/open-data-guides/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "open data",
                "science",
                "train-the-trainer"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Instructor Guides",
            "description": "This site is a resource for train-the-trainer type materials on Open Data. It's meant to provide a series of approachable, fun, collaborative workshops where each of the modules is interactive and customizable to meet a variety of audiences.",
            "get_involved": "Would love feedback on the instructor guides so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "This website will help those who want to teach others about Open Data.  It has pre-packaged exercises and resources that can be remixed for different audiences.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:25:14.414000Z",
            "moderation_state": 3
        },
        {
            "id": 26,
            "content_url": "http://mzl.la/wwl",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "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": "Women and Web Literacy",
            "description": "Mozilla strives to build and support an equitable and inclusive online world for everyone. To do this, we want to challenge the existing gender imbalance that exists and create an online space where we can reach gender equality at scale.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/26.png",
            "created": "2016-11-08T18:43:38.887000Z",
            "moderation_state": 3
        },
        {
            "id": 206,
            "content_url": "https://gig101workshopkc.eventbrite.com",
            "is_bookmarked": false,
            "tags": [
                "emerging technology",
                "gigabit",
                "innovation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Janice Wait",
            "submitter_profile_id": 76,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janice Wait",
                    "profile_id": 76,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Gig 101 Workshop | Kansas City",
            "description": "This is an interactive workshop for educators focused on demystifying high-speed internet. \n\nThe workshop will look at questions like: \"What is a 'high-speed internet network'? How does it work? What does 'gigabit' mean? What can you do with it? And, how can you actually use these connections to create new opportunities for your students or your community?\" \n\nParticipants will gain an understanding of the internet and explore possible technology applications that leverage high-speed internet connectivity.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This workshop is a pilot to build resources and a platform for demystifying high-speed networks and emerging technologies.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_144222.9719360000.jpg",
            "created": "2017-04-11T14:42:22.971668Z",
            "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": 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": 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": 28,
            "content_url": "http://mozilla.github.io/learning-networks/clubs/events-women-girls-guide/",
            "is_bookmarked": false,
            "tags": [
                "inclusivity",
                "mozilla clubs",
                "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": "Tips for desinging safe and inclusive events for women and girls",
            "description": "The purpose of this guide is to equip event facilitators with the required know-how to ensure effective and impactful event management for women and girls.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:23:34.683000Z",
            "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
        }
    ]
}