A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=-moderation_state&page=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=-moderation_state&page=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-moderation_state&page=2",
    "results": [
        {
            "id": 134,
            "content_url": "http://censusreporter.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Census Reporter",
            "description": "Make it easy for journalists to write stories using US Census data.",
            "get_involved": "",
            "get_involved_url": "http://censusreporter.tumblr.com/contact",
            "interest": "Simplifies finding and using data from the United States decennial census and the American Community Survey.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:35:21.408000Z",
            "moderation_state": 3
        },
        {
            "id": 132,
            "content_url": "http://harloholm.es/2014/11/29/unveilling...-unveillance.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Unveillance",
            "description": "Privately send documents to a server to run bits of code experiments, written by you or your friends.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A library that combines friend-to-friend file sharing, machine learning, and If-This-Then-That-style programming.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:48:51.942000Z",
            "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": 123,
            "content_url": "https://netposi.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NetPosi",
            "description": "A podcast about activism & technology.",
            "get_involved": "Have an idea about a topic or guest for an episode? Email: [email protected].",
            "get_involved_url": "",
            "interest": "Interviews with technologists making a mark in the world of activism (or vice versa). Guests include Cory Doctorow and Wendy Seltzer.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-26T20:45:42.381000Z",
            "moderation_state": 3
        },
        {
            "id": 121,
            "content_url": "https://github.com/slidewinder/slidewinder",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Slidewinder",
            "description": "Instant, beautiful, pick-and-mix slide decks.",
            "get_involved": "Post issues, run tests, profide feedback to UI/UX/design/development",
            "get_involved_url": "http://www.slidewinder.io/docs/",
            "interest": "Everyone gives talks and wants to re-use slides or remix old decs, or share decs with others.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T03:54:52.465000Z",
            "moderation_state": 3
        },
        {
            "id": 118,
            "content_url": "http://ankitdaf.com/bell.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Ghanta Project",
            "description": "The 'Ghanta' or bell that serves as a call to gather as a community. It's an IoT connected product: a bell and a tablet.",
            "get_involved": "",
            "get_involved_url": "http://ankitdaf.com/bell.html",
            "interest": "Physical prototype with web interaction",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-02T09:04:30.048000Z",
            "moderation_state": 3
        },
        {
            "id": 117,
            "content_url": "https://docs.google.com/document/d/1XAZ1QhEjqA-3wZU4QOodvVIYGsRJfPsbqXGvSPnXnRs/edit",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Conductive Contracts",
            "description": "Complete the circuit by stamping it. Your contract is digitally authorized using conductive ink, Indian stamp paper, & your thumbprint.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Exploring conductive ink",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-02T09:06:07.818000Z",
            "moderation_state": 3
        },
        {
            "id": 124,
            "content_url": "https://whatcanidofortheinternet.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What can I do for the Internet",
            "description": "A fun and easy thing you can do each week, sent by email.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's fun, easy, and productive.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-23T20:35:02.202000Z",
            "moderation_state": 3
        },
        {
            "id": 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": 78,
            "content_url": "http://mozillascience.github.io/working-open-workshop/sprints_events/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "events",
                "sprints",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Running Sprints and Community Events",
            "description": "This activity is designed to get you started on the planning for your first sprint or community event. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/sprints_events",
            "interest": "Help organizing a community event",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:49:32.946000Z",
            "moderation_state": 3
        },
        {
            "id": 152,
            "content_url": "https://fakenews.open-austin.org/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "fake news",
                "hive",
                "media",
                "misinfocon"
            ],
            "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": "Mission Information, Fighting Fake News w/ Hive Austin",
            "description": "Fake the News is a Mozilla supported project from Hive Austin to help educators and teens evaluate online news for credibility and trust to strengthen their communities’ resilience to Fake News. The core team recently traveled to Misinfocon at MIT Media Lab.",
            "get_involved": "Fake the News is an open source project hosted on GitHub. We're looking for contributing developers to help build a web app, educators to pilot test and iterate the curriculum, and experts in the field to inform the content.",
            "get_involved_url": "https://fakenews.open-austin.org/",
            "interest": "Fake News is the key Internet Health indicator of our time. It is a uniquely web literacy phenomena, a digital inclusion paradox and a decentralization conundrum. This multi-disciplinary, open-source project leverages key Mozilla staff and our broad networks extending well beyond Austin.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-02-28T18:28:46.862000Z",
            "moderation_state": 3
        },
        {
            "id": 160,
            "content_url": "https://www.youtube.com/watch?v=3k8WVijL124&index=5&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Ethics of Open Source",
            "description": "Ashe Dryden is a programmer, diversity advocate and author. She spoke at MozFest 2016 about the ethics of unpaid labor and open source software.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193955.0879520000.jpg",
            "created": "2017-02-09T15:06:17.745000Z",
            "moderation_state": 3
        },
        {
            "id": 161,
            "content_url": "https://www.youtube.com/watch?v=yd3cJjDW2dY&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60&index=4",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy by Default",
            "description": "Volker Birk is the CTO of Pretty Easy Privacy. He spoke at MozFest 2016 about making online privacy simple.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194022.5217810000.jpg",
            "created": "2017-02-09T15:05:28.746000Z",
            "moderation_state": 3
        },
        {
            "id": 2229,
            "content_url": "https://www.youtube.com/watch?v=FXzmv38wYnk",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2021: Data Stewardship Reel",
            "description": "What is Data Stewardship and why is it needed? Listen to the MozFest community speak to the possibilities of alternative data models.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-12_210722.6020240000.png",
            "created": "2021-07-12T21:07:22.601803Z",
            "moderation_state": 3
        },
        {
            "id": 1905,
            "content_url": "https://aitalk.podbean.com/e/ai-myths/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Podcast appearance on Skynet Today",
            "description": "Daniel and Alexa appeared on the Skynet Today podcast to talk about aimyths.org",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-02T15:54:17.694486Z",
            "moderation_state": 3
        },
        {
            "id": 144,
            "content_url": "http://www.webmaker.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Webmaker Android",
            "description": "Webmaker enables people to discover, create, and share rich content from their mobile device.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozilla/webmaker-core/blob/develop/README.md",
            "interest": "It brings some of the web’s best features to a mobile app, going beyond a soundbite or photo filter enabling truly creative projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-23T06:13:56.720000Z",
            "moderation_state": 3
        },
        {
            "id": 149,
            "content_url": "https://neurostars.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Neurostars.org",
            "description": "NeuroStars is an experiment to engage the neuroinformatics community in a question & answer site tailored to their subject area.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-02T12:46:51Z",
            "moderation_state": 3
        },
        {
            "id": 148,
            "content_url": "http://mozilla.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Biosurveillance using Social Media",
            "description": "A project to visualize social media data used in an early detection system for disease epidemics as they emerge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-03T16:59:58Z",
            "moderation_state": 3
        },
        {
            "id": 145,
            "content_url": "https://mozillascience.org/projects/mozillascience-software-discovery-dashboard",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Software Discovery Dashboard",
            "description": "We are creating an open source web dashboard capable of searching multiple code hosting services, such as Zenodo, Figshare, and GitHub, for the benefit of the research community.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozillascience/software-discovery-dashboard",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-04T23:17:18Z",
            "moderation_state": 3
        },
        {
            "id": 136,
            "content_url": "http://cariboudigital.net/winners-losers-in-the-global-app-economy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Winners and Losers in the Global App Economy",
            "description": "A research report to look deeper at the global trends in app revenue flow, with a particularly lens on emerging markets.",
            "get_involved": "Read, use and share the report",
            "get_involved_url": "",
            "interest": "Research was supported by Mozilla Foundation, and maps to our goals around digital inclusion, and many other points in the Mozilla Mission.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-01T15:41:11.326000Z",
            "moderation_state": 3
        },
        {
            "id": 409,
            "content_url": "https://blandinonbroadband.org",
            "is_bookmarked": false,
            "tags": [
                "blandin",
                "blog",
                "broadband",
                "fiber",
                "funder",
                "isp",
                "wireless"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blandin on Broadband",
            "description": "Blandin on Broadband is maintained by the Broadband team members at the Blandin Foundation. Our goal is to share information that supports and promotes broadband access and use – especially in rural Minnesota.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Blandin on Broadband engages with Internet Health issues in rural Minnesota and their stories mirror the challenges and opportunities of communities all around the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-27_191803.0314360000.jpg",
            "created": "2017-07-27T19:18:03.031126Z",
            "moderation_state": 3
        },
        {
            "id": 54,
            "content_url": "http://www.ektheater.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "artsaward",
                "education",
                "gaming",
                "mozfest",
                "multimedia",
                "performance",
                "theater"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Video Game Puppetry",
            "description": "See how EK Theater uses video games in their unique form of puppetry",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "EK Theater's work has been called \"an impressive feat of engineering, coordination, and storytelling\" by the New York Times. Learn their innovative techniques with director Eddie Kim!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/54.jpg",
            "created": "2016-10-26T21:13:29.374000Z",
            "moderation_state": 3
        },
        {
            "id": 17,
            "content_url": "https://air.mozilla.org/foundation-demos-november-25-2016/",
            "is_bookmarked": false,
            "tags": [
                "demos"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "25 Nov 2016 – Demos of our recent projects, including design, engineering, and related programs. Featuring recent participants of Open Leadership Training!",
            "get_involved": "Everyone is welcome to join the video call.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "twitter crisis, Tim Head @betatim (3:20)\nOpenStudentBook, Edoardo Viola @edovio (8:57)\nDigital Skills Observatory, Bonface @thebonface & Alex @xelawafs (12:20)\ncrowdmapping, Winnie @IamProvisional (20:28)\nYou Look Familiar, Minn Soe (@minn_so) (23:55)\nOpen Data Hack, Dennis Ndegwa @dendegwa (36:00)",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/17.png",
            "created": "2016-11-28T20:48:47.199000Z",
            "moderation_state": 3
        },
        {
            "id": 33,
            "content_url": "https://www.crowdai.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CrowdAI",
            "description": "CrowdSourcing the development of Artificial Intelligence - An open challenge platform for data science and Open Science",
            "get_involved": "Contribute code, ideas, suggestions",
            "get_involved_url": "https://github.com/crowdAI/crowdAI",
            "interest": "Open data challenges on the web give everyone around the world a shot at tackling difficult data problems. By providing their solutions openly, participants can rapidly learn the latest powerful techniques from each other.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/33.gif",
            "created": "2016-11-01T22:43:53.183000Z",
            "moderation_state": 3
        },
        {
            "id": 59,
            "content_url": "https://github.com/goyalsid/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crispr",
                "hackathon",
                "mozfest",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract, analyze, and share CRISPR information from open genetic data.",
            "get_involved": "Read about the project and how you can contribute with code or documentation on the GitHub repo!",
            "get_involved_url": "https://github.com/goyalsid/phageParser/blob/master/README.md#where-can-i-get-involved",
            "interest": "CRISPR research is becoming increasingly popular, and through this project anyone can help make relevant information easier to find and use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/59.png",
            "created": "2016-10-26T20:14:25.341000Z",
            "moderation_state": 3
        },
        {
            "id": 43,
            "content_url": "http://everypolitician.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "data",
                "everypolitician",
                "gender",
                "legislatures",
                "mozfest",
                "parliament",
                "politicians"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "EveryPolitician",
            "description": "Data about every national legislature in the world, freely available for you to use. Current and historic data. Useful and consistent formats: CSV, JSON, code libraries. Growing all the time.",
            "get_involved": "Help us by: 1. playing at gender-balance.org    2. telling us about sources we've not got yet   3. using the data to do wonderful things",
            "get_involved_url": "",
            "interest": "We've got 71, 933 politicians from 233 countries (so far)... and growing. Useful for parliamentary monitoring orgs., civic tech coders, journalists, researchers, historians and... citizens!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/43.jpg",
            "created": "2016-10-28T22:15:23.076000Z",
            "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": 162,
            "content_url": "https://www.youtube.com/watch?v=4krgs4gHSbI&index=3&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Half the Population is Not Connected",
            "description": "Katharina Borchert is Chief Innovation Officer at Mozilla. She spoke at MozFest 2016 about equal access to the Internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194050.1225130000.jpg",
            "created": "2017-02-09T15:04:49.068000Z",
            "moderation_state": 3
        },
        {
            "id": 163,
            "content_url": "https://www.youtube.com/watch?v=iFx6eJF94Ew&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60&index=2",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Source and Flight MH17",
            "description": "Eliot Higgins is the founder of Bellingcat, a resource by and for citizen journalists. He spoke at MozFest 2016 about the open source information revolution and Flight MH17.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194134.7169250000.jpg",
            "created": "2017-02-09T15:03:49.850000Z",
            "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": 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": 167,
            "content_url": "https://blog.coralproject.net/user-submitted-malware/",
            "is_bookmarked": false,
            "tags": [
                "best practice",
                "guide",
                "journalism",
                "malware",
                "news",
                "privacy",
                "safety",
                "security"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Safety Guide on User-submitted Malware",
            "description": "When journalists ask readers to share newsworthy images, videos, audio, or documents, they risk malware attack. If editors publish those files unaltered, they risk infecting their their readers as well. This guide outlines the malware concerns and mitigation techniques that The Coral Project and others should consider in order to reduce this risk.",
            "get_involved": "Read the article and share the information with your peers. Discuss the topic with Coral Project community.",
            "get_involved_url": "https://community.coralproject.net/t/user-submitted-malware-a-safety-guide-for-journalists/541",
            "interest": "Malware can allow someone to access another person's computer. This includes ransomware that encrypts a user's computer until they pay to unlocked it and trojans that mine a user's computer and bandwidth as a part of a massive network of bots. Researchers find hundreds of examples each month.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/167.jpg",
            "created": "2017-03-22T15:57:39.287592Z",
            "moderation_state": 3
        },
        {
            "id": 2109,
            "content_url": "https://www.youtube.com/watch?v=P-iiN0c2uic",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "mozilla",
                "mozilla explains",
                "#taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "What is Artificial Intelligence? Mozilla Explains",
            "description": "When you hear artificial intelligence (or AI) you probably assume it’s something difficult to understand and above your comprehension level. But, ultimately, AI is software that’s able to recognize patterns. Mozilla researcher Becca Ricks helps explain AI, algorithms and machine learning models.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175230.3251060000.jpg",
            "created": "2021-06-25T22:15:24.741774Z",
            "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": 74,
            "content_url": "http://pennez.com/read-2-think-2/",
            "is_bookmarked": false,
            "tags": [
                "gigabit",
                "hive",
                "kansas city",
                "kc",
                "literacy"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pennez",
            "description": "A hub for multicultural books that now leverages text-to-speech-to-text tech with children's voices to provide real-time feedback for young readers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This initiative aims to increase literary inclusion by improving reading fluency.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/74.jpg",
            "created": "2016-09-26T19:30:18.528000Z",
            "moderation_state": 3
        },
        {
            "id": 113,
            "content_url": "https://d157rqmxrxj6ey.cloudfront.net/amira/33977/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "girls",
                "learning",
                "teaching kit",
                "women"
            ],
            "issues": [
                "Privacy & Security",
                "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": "Teaching Kit: Combating Cyber Violence Against Women & Girls",
            "description": "Teaching kit provides understanding of cyber violence against women & girls, creating safer places online, recognizing bullying/attacks.",
            "get_involved": "Join the discussion on the forum and share your stories.",
            "get_involved_url": "https://discourse.webmaker.org/t/tips-curriculum-and-resources-for-teaching-the-web-to-women-and-girls/579",
            "interest": "For the internet to remain an open & safe place, we need to understand why & how cyber violence occurs to step in and prevent it.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/113.jpg",
            "created": "2016-03-11T22:05:11.520000Z",
            "moderation_state": 3
        },
        {
            "id": 45,
            "content_url": "http://www.carbonheroapp.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "carbon",
                "carbonhero",
                "climate",
                "co2",
                "environment",
                "footprint",
                "mozfest"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CarbonHero",
            "description": "CarbonHero is an app that lets people reduce their environmental impact by compensating carbon emissions of their daily activities.",
            "get_involved": "We are looking for testers who want to help us refining the offering. Additionally let us know if you want to connect your service to ours or if we can exchange data.",
            "get_involved_url": "http://www.carbonheroapp.com/contact/",
            "interest": "CarbonHero empowers people to take responsibility for their behavior and encourages to take action - either by emitting less or compensating for the activities that can't be avoided.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/45.png",
            "created": "2016-10-28T14:41:44.697000Z",
            "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": 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": 60,
            "content_url": "http://crowd2map.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crowdsourcing",
                "development",
                "fgm",
                "mapping",
                "maps",
                "mozfest",
                "tanzania"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 101,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowd2Map Tanzania crowdsourced mapping",
            "description": "Our project uses crowdsourcing to map rural Tanzania, thus improving the development in the region and fighting for important causes, such as ending female genital mutilation (FGM).",
            "get_involved": "People can find all the relevant info through our website and our GitHub repo. People can do mapping, coding, and many other things to help.",
            "get_involved_url": "https://github.com/seplute/crowd2map",
            "interest": "This is an opportunity for everyone to contribute to world improvement by doing something fun.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/60.jpg",
            "created": "2016-10-26T19:48:42.992000Z",
            "moderation_state": 3
        },
        {
            "id": 85,
            "content_url": "https://toolkit.mozilla.org/",
            "is_bookmarked": false,
            "tags": [
                "best practices",
                "ideate",
                "innovation",
                "open source",
                "product",
                "prototype",
                "software",
                "toolkit"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Innovation Toolkit",
            "description": "Toolkit helps you incorporate human-centered design into open source product development. Whether you have a new idea or a working prototype to test, there's lots of info here to help.",
            "get_involved": "Contribute your own questions, methods, examples, and resources.",
            "get_involved_url": "https://toolkit.mozilla.org/contribute/method/",
            "interest": "Contains lots of helpful tips on how to gather insights, ideate, prototype and test. Helps you avoid common pitfalls and stay on a path toward success.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/85.png",
            "created": "2016-09-20T15:54:32.102000Z",
            "moderation_state": 3
        },
        {
            "id": 104,
            "content_url": "http://learning.mozilla.org/codemoji",
            "is_bookmarked": false,
            "tags": [
                "codemoji",
                "encryption",
                "game",
                "mozilla",
                "privacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Codemoji",
            "description": "A fun, interactive tool to learn about ciphers and the importance of encryption.",
            "get_involved": "Send a coded message and share Codemoji with your friends!",
            "get_involved_url": "https://advocacy.mozilla.org",
            "interest": "It's fun! You can send coded messages to your friends and family.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/104.jpg",
            "created": "2016-07-29T17:59:38.416000Z",
            "moderation_state": 3
        },
        {
            "id": 126,
            "content_url": "http://agate.readthedocs.org/en/1.2.2/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Agate",
            "description": "A tool that helps you analyze data, optimized for humans instead of machines.",
            "get_involved": "agate is under active development, with a lot of issues to choose from. https://github.com/wireservice/agate/issues",
            "get_involved_url": "https://github.com/wireservice/agate",
            "interest": "Solve real-world problems with readable code.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/126.jpg",
            "created": "2016-02-16T21:00:15.051000Z",
            "moderation_state": 3
        },
        {
            "id": 99,
            "content_url": "http://storyengine.io/stories/robby-kraft/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "hack",
                "nasa",
                "prototype",
                "science",
                "space"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Interview: Robby Kraft on NASA Challenge",
            "description": "Mozilla interviewed origami artist developed paper prototypes of folding robots that could repair damaged rovers on Mars. Final five winner in NASA challenge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "An unexpected story about a network member that brings art and paper prototypes to the design of robot for Mars.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/99.png",
            "created": "2016-08-10T21:56:26.946000Z",
            "moderation_state": 3
        },
        {
            "id": 159,
            "content_url": "https://www.youtube.com/watch?v=zTZbrkV3bs8&index=6&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "We’re Not Equally Vulnerable to Surveillance",
            "description": "Chris Soghoian is Principal Technologist at the ACLU. He spoke at MozFest 2016 about government surveillance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193912.7566740000.jpg",
            "created": "2017-02-09T15:06:46.668000Z",
            "moderation_state": 3
        },
        {
            "id": 221,
            "content_url": "http://invisibleflock.com/blog/?p=323",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "prototype",
                "public space",
                "voice"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet of Forgotten Things",
            "description": "Looking at hooking forgotten services into Internet spaces and re-animating forgotten physical resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_151430.0799680000.png",
            "created": "2017-04-13T15:14:30.079430Z",
            "moderation_state": 3
        },
        {
            "id": 34,
            "content_url": "http://js.cytoscape.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Cytoscape.js",
            "description": "Library written purely in JS for graph theory.",
            "get_involved": "Needs help with: JavaScript, Biology, UI",
            "get_involved_url": "https://github.com/cytoscape/cytoscape.js",
            "interest": "Cytoscape.js covers both the typical drawing and user interaction usecase as found in apps and also the lower level, algorithmic usecase for analysing graph data.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/34.png",
            "created": "2016-11-01T22:36:26.052000Z",
            "moderation_state": 3
        },
        {
            "id": 57,
            "content_url": "http://process.arts.ac.uk/category/project-groups/digital-maker-collective",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "arts",
                "art school",
                "arts education",
                "creative industries",
                "design",
                "mozfest",
                "photogrammetry",
                "virtual reality",
                "web"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Maker Collective",
            "description": "The Digital Maker Collective are an open group of University of the Arts London staff, students, alumni who share common goals of exploring digital & emerging technologies in the context of arts, education, society and the creative industries.",
            "get_involved": "Join our networks and get involved in upcoming events and meet-ups @CCWDigital #DigitalMakerCollective",
            "get_involved_url": "",
            "interest": "Creativity, arts, art school, arts education, creative industries, design, performance",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/57.gif",
            "created": "2016-10-26T20:37:07.738000Z",
            "moderation_state": 3
        }
    ]
}