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=-interest&page=29
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=-interest&page=30",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-interest&page=28",
    "results": [
        {
            "id": 1302,
            "content_url": "https://www.nvaccess.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2016"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NVDA",
            "description": "NVDA allows blind and vision impaired people to access and interact with the Windows operating system and many third party applications.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_041133.5733230000.png",
            "created": "2019-08-02T04:11:33.554262Z",
            "moderation_state": 3
        },
        {
            "id": 862,
            "content_url": "https://journals.openedition.org/resf/1066",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Desiring Machines - OS in Love and SexBots",
            "description": "This piece looks at the representation of sexual desire/practices between machines and human beings. The desire to interact sexually with a machine can be met with deception whereas sex and technology creatively overlap in sci-fi films, namely in the figure of the sexbot. In the context of product design, the sexbot remains a passive sextoy, but film/TV productions offer the possibility for the machine to be desired and also become an active desiring subject.\n\nwww.piapandelakis.com\nwww.anthonymasure.com/en",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_183154.0645660000.jpg",
            "created": "2018-06-26T18:31:54.064180Z",
            "moderation_state": 3
        },
        {
            "id": 728,
            "content_url": "https://www.willcock.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Visualising Collective Thoughts",
            "description": "This installation is designed to project a visualisation of the ways the world is being thought about onto the world itself; it is a mass-reactive augmented reality exhibit. Using real-time searches of massive data sets derived from Twitter and Google search continuations, the project presents anumber of continually developing series of strands of collective thought; the statistically most common responses to stimuli and connections between ideas are presented in the form of dynamic tree structure which unfolds.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_103635.3947030000.jpg",
            "created": "2018-04-24T10:36:35.394095Z",
            "moderation_state": 3
        },
        {
            "id": 738,
            "content_url": "https://twitter.com/SomeWhereBot",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Somewhere Bot",
            "description": "This is a bot on a road trip around the world. It tweets pictures from the places it visits atregular intervals. The bot has no special regard for landmarks and photo-opportunities, it treatsevery place as equal. The bot is currently learning how to feel theweather.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_105457.4196990000.jpg",
            "created": "2018-04-24T10:54:57.419123Z",
            "moderation_state": 3
        },
        {
            "id": 920,
            "content_url": "https://obdb.org",
            "is_bookmarked": false,
            "tags": [
                "open data"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Code",
                "Join community"
            ],
            "published_by": "Luis Fraguada",
            "submitter_profile_id": 1637,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Luis Fraguada",
                    "profile_id": 1637,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Open Body Database",
            "description": "The Open Body Database is an open-source platform for collecting human body data to support sustainable fashion production and consumption.",
            "get_involved": "",
            "get_involved_url": "https://obdb.org/#contact",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-15_121326.7692480000.jpg",
            "created": "2018-09-15T12:13:26.768547Z",
            "moderation_state": 3
        },
        {
            "id": 785,
            "content_url": "https://github.com/InnovaPolitica/Pawah-tech-for-human-rights",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "civictools",
                "digitalrights",
                "digitalsecurity",
                "freespeech",
                "Human Rights",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Cristian León",
            "submitter_profile_id": 531,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cristian León",
                    "profile_id": 531,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Pawah! Tech for human rights",
            "description": "Pawah! is a tool to defend human rights through documentation of potential abuses.",
            "get_involved": "Help us looking through our documentation, improving the idea, implementing the project",
            "get_involved_url": "https://github.com/InnovaPolitica/Pawah-tech-for-human-rights",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-30_171158.3978980000.jpg",
            "created": "2018-04-30T17:11:58.397302Z",
            "moderation_state": 3
        },
        {
            "id": 691,
            "content_url": "https://creativecommons.org/2018/04/15/fellowship-memorial-fund/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bassel Khartabil Free Culture Fellowship, Fund",
            "description": "The inaugural Bassel Khartabil Free Culture Fellowship was awarded to Majd Al-shihabi, a Palestinian-Syrian engineer and urban planning graduate based in Beirut, Lebanon.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-16_130018.6009500000.jpg",
            "created": "2018-04-16T13:00:18.600366Z",
            "moderation_state": 3
        },
        {
            "id": 714,
            "content_url": "https://www.hellocatfood.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Archive Remix",
            "description": "Archive Remix is a continuation of the work developed during Roberts’ residency at the University of Birmingham. The video and print pieces are made of 3D scans of items from the archives of the University of Birmingham’s Research and Cultural Collections together with heavily distorted and glitched logos of corporate brands.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_100416.1725360000.jpg",
            "created": "2018-04-24T10:04:16.170463Z",
            "moderation_state": 3
        },
        {
            "id": 747,
            "content_url": "http://www.stanza.co.uk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mind Map",
            "description": "What we see are the paths traveled by all the books taken out of Milton Keynes library over the last five years. It appears as a 3d space, a hybrid map of the movements of the books to their destination. The books travel down roads and paths to roundabouts to peoples houses. The books are shown traveling to the postcode destination. This massive data visualization moves organically orbiting around the library at the center of activity.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_110931.2476820000.jpg",
            "created": "2018-04-24T11:09:31.247184Z",
            "moderation_state": 3
        },
        {
            "id": 2533,
            "content_url": "https://zenoml.com/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carnegie Mellon University",
                    "profile_id": 6336,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Zeno",
            "description": "Zeno is a framework for evaluating and auditing AI models. It combines an extensible Python API with an interactive UI to empower anyone to explore how complex AI systems behave.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_103444.2541750000.png",
            "created": "2023-05-10T10:34:44.253957Z",
            "moderation_state": 3
        },
        {
            "id": 748,
            "content_url": "http://www.stanza.co.uk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Supervigilantia",
            "description": "The artwork depicts a constant and evolving view of the urban landscape and its inhabitants constantly migrating from one point to the next.. The observed real time surveillance societyis re worked into a series of grids. The artwork is an online networkd panoptic vision which collects live CCTV feeds.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_111119.9318690000.jpg",
            "created": "2018-04-24T11:11:19.931261Z",
            "moderation_state": 3
        },
        {
            "id": 729,
            "content_url": "http://www.acrossportrait.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Across Portrait",
            "description": "Across Portrait is a photographic reportage realized with the crowdsourcing campaigns on the Microworker, Rapidworker and Amazon Mechanical Turk sites. The so-called workers whosatisfied Caliendo’s requirements were invited to send her, for a paltry fee of $ 0.10, a photo of one of their x-ray of any part of their body. Sellers, all born in 1986 after the Chernobyl disasterin the areas affected by radioactive fallout, give Caliendo -the buyer- their ‘body’, in this case in the form of X-rays, as they did at the time with far worse consequences.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_103858.1096660000.jpg",
            "created": "2018-04-24T10:38:58.109002Z",
            "moderation_state": 3
        },
        {
            "id": 863,
            "content_url": "https://www.techrepublic.com/videos/why-open-source-isnt-just-about-code/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 14,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Why open source isn't just about code",
            "description": "Mozilla's Abby Cabunoc Mayes spoke with TechRepublic about why open source isn't just about code.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-29_132832.6401070000.png",
            "created": "2018-06-29T13:28:32.639443Z",
            "moderation_state": 3
        },
        {
            "id": 2164,
            "content_url": "https://youtu.be/gmcU-uMWNj0",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "session",
            "title": "On internet health",
            "description": "Mitchell Baker, executive chairwoman of Mozilla, speaks at MozFest 2018.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192052.3929120000.jpg",
            "created": "2021-07-05T18:14:12.893051Z",
            "moderation_state": 3
        },
        {
            "id": 412,
            "content_url": "https://medium.com/@anmechung/web-literacy-leaders-fueling-the-movement-together-39f1b5cd24ff",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "open leadership",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web Literacy Leaders: Fueling the Movement Together",
            "description": "The first cohort of Mozilla Web Literacy Leaders met on July 18–19 in Chicago to continue growing their open leadership skills. Through skill sharing and design thinking they deepened their knowledge about web literacy and what it will take to support a healthy internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-02_180022.3299630000.png",
            "created": "2017-08-02T18:00:22.329383Z",
            "moderation_state": 3
        },
        {
            "id": 715,
            "content_url": "https://www.alimaeve.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Undersea Cable",
            "description": "A relationship is constructed from two different territories. Undersea Cable is a short film shoton mobile phones, collecting fragments of Skype conversations from a period of eighteen monthsbetween two women; one in London, one in Rio de Janeiro. The audio provides an overlappingcentre for the two protagonists’ cities, as they describe how they are transforming around them.sof intimacy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_100627.6045220000.jpg",
            "created": "2018-04-24T10:06:27.603908Z",
            "moderation_state": 3
        },
        {
            "id": 730,
            "content_url": "http://www.janavirgin.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CO2GLE_2",
            "description": "CO2GLE is a real-time, net-based installation that displays the amount of CO2 emitted on each second thanks to the global visits to Google. com.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_104020.8483980000.jpg",
            "created": "2018-04-24T10:40:20.847766Z",
            "moderation_state": 3
        },
        {
            "id": 533,
            "content_url": "https://medium.com/mozilla-internet-citizen/new-research-how-germans-americans-women-and-men-feel-about-internet-health-71bad08562df",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 45,
                    "is_active": true
                },
                {
                    "name": "Abdoul Coulibaly",
                    "profile_id": 53,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Report: Attitudes Toward Internet Issues",
            "description": "Fresh research from Mozilla explores perceptions of internet health among Americans and Germans; women and men; and various age, income and education levels",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-31_135436.0516140000.png",
            "created": "2017-10-31T13:54:36.050862Z",
            "moderation_state": 3
        },
        {
            "id": 535,
            "content_url": "https://blog.mozilla.org/blog/2017/11/01/275k-in-grants-for-creative-gigabit-projects-across-the-u-s/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "$275K for Creative Gigabit Projects Across the U.S.",
            "description": "From augmented reality training for first responders, to robotics classes for high school students, Mozilla is supporting bright ideas that leverage gigabit internet to create more open and innovative cities.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-01_124728.2690240000.jpg",
            "created": "2017-11-01T12:47:28.268531Z",
            "moderation_state": 3
        },
        {
            "id": 536,
            "content_url": "https://blog.mozilla.org/blog/2017/11/01/10-fascinating-things-we-learned-when-we-asked-the-world-how-connected-are-you/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "10 Things We Learned When We Asked The World ‘How Connected Are You?’",
            "description": "In August, Mozilla sent out a survey asking “How connected are you?“ What we learned is fascinating. Like: People in India are more likely to own a smart appliance, whereas people in Argentina are more likely to own a smart TV. And: People everywhere are worried that a more connected future will jeopardize their privacy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-01_140138.7074560000.png",
            "created": "2017-11-01T14:01:38.706923Z",
            "moderation_state": 3
        },
        {
            "id": 1254,
            "content_url": "https://medium.com/read-write-participate/open-science-and-star-wars-2577b8081e8f",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Julia Lowndes",
                    "profile_id": 2087,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "R for better science in less time",
            "description": "Mozilla Fellow Julia Lowndes delivered this opening keynote — titled “R for better science in less time” — at the useR! Conference on July 10 in Toulouse, France.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-11_190542.5806620000.png",
            "created": "2019-07-11T19:05:42.580204Z",
            "moderation_state": 3
        },
        {
            "id": 864,
            "content_url": "https://www.sfmoma.org/read/sfmoma-net-neutrality/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "SFMOMA + Net Neutrality",
            "description": "Mozilla's Solana Larsen spoke with SFMOMA about why net neutrality matters to museums and other cultural institutions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-29_133000.5910600000.png",
            "created": "2018-06-29T13:30:00.590763Z",
            "moderation_state": 3
        },
        {
            "id": 573,
            "content_url": "https://blog.mozilla.org/blog/2017/12/20/plugging-in-on-policy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Cori Zarek",
                    "profile_id": 111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog: Plugging in on Policy",
            "description": "Mozilla Tech Policy Fellows continue to lead policy conversations around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-03_180821.3741650000.jpg",
            "created": "2018-01-03T18:08:21.373466Z",
            "moderation_state": 3
        },
        {
            "id": 750,
            "content_url": "http://www.surfacepressure.net",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "#Emptyweb",
            "description": "#emptyweb is an ongoing project in which Tommy Perman is collecting screenshots on his phone of web pages before the content has loaded.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_111407.5337690000.jpg",
            "created": "2018-04-24T11:14:07.532967Z",
            "moderation_state": 3
        },
        {
            "id": 865,
            "content_url": "https://ifex.org/international/2018/06/21/coding-rights-derechos-humanos/es/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Derechos humanos en la era digital",
            "description": "IFEX interviewed Mozilla Fellow Joana Varon about her digital rights work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-29_133122.7780360000.png",
            "created": "2018-06-29T13:31:22.777332Z",
            "moderation_state": 3
        },
        {
            "id": 417,
            "content_url": "http://press.etc.cmu.edu/content/game-jam-guide",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "gaming"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Chrystian Rodriguez",
            "submitter_profile_id": 87,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hive NYC Network Member - Games for Change: Game Jam Guide",
            "description": "Hive NYC is excited to share the release of the Game Jam Guide! A practical how-to resource for educators, It is the culminating work of four Moveable Game Jam events hosted in 2016 and 2017 funded by the Hive Digital Media Learning Fund. Events were held in four NYC boroughs, bringing together over 200 NYC students to learn game design through interactive activities that combined digital learning and civic engagement.",
            "get_involved": "G4C is also looking for your feedback!!!  Games for Change is interested in what users find useful and how they can improve the guide.  If interested in providing feedback or would like more information, please email [email protected]",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-04_220804.0813100000.png",
            "created": "2017-08-04T22:08:04.080014Z",
            "moderation_state": 3
        },
        {
            "id": 548,
            "content_url": "https://medium.com/@daviserin/turning-intent-into-action-the-madlib-manifesto-fab43fb44e2a",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Turning Intent into Action: The MadLib Manifesto",
            "description": "Returning to MozFest as a Web Literacy Leader made for a lovely experience; the crush of amazing programming and brilliant ideas at the festival was even better with friends! (And our evening out over Indian was so spectacular I ate at Cinnamon Bazaar again the next night.)",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-09_052618.7405520000.png",
            "created": "2017-11-09T05:26:18.738615Z",
            "moderation_state": 3
        },
        {
            "id": 551,
            "content_url": "https://medium.com/@slehane/mozfest-2017-its-all-about-learning-sharing-experiencing-a1741045acef",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozfest 2017 - Its All About Learning, Sharing, Experiencing",
            "description": "In 2016, I attended my first Mozfest and I remember thinking at the end: I have to come back again. This year, under the Mozilla Web Literacy Leadership program, I was fortunate enough to be able to experience Mozfest a second time. Of the many conferences I attend each year, none transmits the energy that I feel during this 2-day convening of Internet Health thinkers, movers, and motivators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-16_071503.8990330000.png",
            "created": "2017-11-16T07:15:03.897924Z",
            "moderation_state": 3
        },
        {
            "id": 552,
            "content_url": "https://www.shareable.net/blog/how-mozillas-open-science-lab-is-empowering-the-next-generation-of-researchers",
            "is_bookmarked": false,
            "tags": [
                "fellowships",
                "open access",
                "open data",
                "open science",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Interview: Mozilla Science Lab",
            "description": "Shareable spoke with Stephanie Wright, Program Lead for the Science Lab at Mozilla, about how they're advancing the open science movement.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-16_231658.7521520000.png",
            "created": "2017-11-16T23:16:58.751750Z",
            "moderation_state": 3
        },
        {
            "id": 720,
            "content_url": "https://www.artcodes.co.uk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Interactive Wall-Paper",
            "description": "Artcodes is a new technology that allows users to interact with all manner of decorative imagery and patterns. Part of collaborative research between both designers and computer scientists at the University of Nottingham, funded by Horizon Digital Economy Research and the RCUK.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_101748.6188400000.jpg",
            "created": "2018-04-24T10:17:48.618193Z",
            "moderation_state": 3
        },
        {
            "id": 613,
            "content_url": "https://drive.google.com/file/d/0B-MY_fHMPku6eWZIZ2IwSDgxanBFeFZtdmFXMVkyd1dQZGVv/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "hive learning networks",
                "hive nyc"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ann Marie Carrothers",
                    "profile_id": 256,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Measuring the Impacts of Hive Learning Networks",
            "description": "Learn of the incredible amount of work the Hive Learning Networks accomplished in this fun infographic.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-05_174137.0592480000.png",
            "created": "2018-03-05T17:41:37.058889Z",
            "moderation_state": 3
        },
        {
            "id": 558,
            "content_url": "https://medium.com/@melanieannwilson/mozfest2017-recap-73aab93d55cb",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest2017 Recap",
            "description": "I was fortunate to have the opportunity to attend this year’s MozFest in London due to my work with the IMLS web literacy grant. I had an amazing experience. One of the best “conferences” I’ve ever attended.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-30_171546.3719720000.png",
            "created": "2017-11-30T17:15:46.371310Z",
            "moderation_state": 3
        },
        {
            "id": 560,
            "content_url": "https://medium.com/@melanieannwilson/out-of-the-comfort-zone-web-literacy-training-for-library-staff-b8d4f19d1927",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "web literacy",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Out of the Comfort Zone: Web Literacy Training for Library Staff",
            "description": "The Willoughby-Eastlake Public Library is currently participating in the Mozilla Foundation’s Web Literacy pilot funded by an IMLS grant. The pilot includes 8 other libraries spread across the US from New York to Oregon.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-30_181846.0118590000.png",
            "created": "2017-11-30T18:18:46.011304Z",
            "moderation_state": 3
        },
        {
            "id": 555,
            "content_url": "https://stenci.la",
            "is_bookmarked": false,
            "tags": [
                "data",
                "eLifeopensciencesoapbox",
                "mozfest",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Nokome Bentley",
            "submitter_profile_id": 245,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Nokome Bentley",
                    "profile_id": 245,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Stencila",
            "description": "Stencila aims to make reproducible research more accessible with tools which have familiar, more intuitive and less intimidating interfaces. This also enables better collaboration between \"coders\" and \"clickers\".  Stencila Documents provide a word processor interface but allow the embedding of code written in languages such as R, Python and SQL to create tables and figures. Stencila Sheets provide a familiar spreadsheet like interface but allow cell formulas to be written in these same languages and have features to make them less error prone and more reproducible.",
            "get_involved": "Help the community shape Stencila: design and prioritise features, try out prototypes, contribute code!",
            "get_involved_url": "https://community.stenci.la/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-23_204624.7671230000.png",
            "created": "2017-11-23T20:46:24.759184Z",
            "moderation_state": 3
        },
        {
            "id": 569,
            "content_url": "https://www.nytimes.com/2017/12/08/opinion/holiday-gifts-toys-spying.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 5,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed: Don’t Give Kids Holiday Gifts That Can Spy on Them",
            "description": "Mozilla's Ashley Boyd writes about connected toys in the New York Times",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-12_130622.0629270000.png",
            "created": "2017-12-12T13:06:22.062436Z",
            "moderation_state": 3
        },
        {
            "id": 565,
            "content_url": "https://medium.com/@mkopel/mozfest-exposure-cross-pollination-and-tomorrows-new-internet-66d2a5ad212d",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2017: Exposure, Cross-Pollination and Tomorrow's New Internet",
            "description": "Earlier this year, I wrote a little bit about the value of IRL coalitions working toward internet health. A month out from attending Mozfest 2017 (and a BIG thank you to Mozilla & IMLS for bringing me!), I am reminded of this because of the conversations and efforts that could only happen by making these human connections. So much of our progress is based on cross-pollination of ideas, and it is these human networks and experiences that allow gardens to flourish. In this dark hour of the internet, this is where we might find hope.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-09_035729.7877830000.png",
            "created": "2017-12-09T03:57:29.787371Z",
            "moderation_state": 3
        },
        {
            "id": 607,
            "content_url": "https://medium.com/mozilla-festival/powerful-open-source-solutions-ed30bf1eada6",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Talks | Powerful Open Source Solutions",
            "description": "Open source isn’t just about code. Open principles and practices can energize democracy, save lives in the wake of a deadly earthquake, and unite people across borders. Watch three talks about the power of open source, delivered at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-27_201149.6879330000.jpg",
            "created": "2018-02-27T20:11:49.687342Z",
            "moderation_state": 3
        },
        {
            "id": 695,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook-and-european-parliament/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Theo Chevalier",
            "submitter_profile_id": 57,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Theo Chevalier",
                    "profile_id": 57,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Petition | Facebook needs to be accountable to all of us",
            "description": "Mark Zuckerberg answered U.S. Congres questions, but most Facebook users are outside the U.S. We’re calling on Mark Zuckerberg to be globally accountable, starting in Europe and to speak at the EU Parliament.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/facebook-and-european-parliament/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-17_153734.9544350000.png",
            "created": "2018-04-17T15:37:34.954089Z",
            "moderation_state": 3
        },
        {
            "id": 1250,
            "content_url": "https://medium.com/mozilla-festival/at-mozfest-space-is-the-place-f3c7c14d29f5",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "At MozFest, Space is the Place",
            "description": "A post about how MozFest is organized into thematic Spaces, and what those proposing 2019 sessions need to know about creating session that fits into this year's Spaces.",
            "get_involved": "",
            "get_involved_url": "https://www.mozillafestival.org/en/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-10_193808.1807730000.jpg",
            "created": "2019-07-10T19:38:08.180347Z",
            "moderation_state": 3
        },
        {
            "id": 574,
            "content_url": "https://misinfocon.com/citizen-journalism-could-become-collateral-damage-in-the-fight-against-fake-news-c93658a59fd4",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "misinformation"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Sam Burton",
            "submitter_profile_id": 45,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 45,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Citizen journalism could become collatoral damage in the fight against fake news",
            "description": "An opinion piece for Misinfocon by Sam Burton, about the risks of relying too heavily on automation to fight misinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-01-03T21:02:51.454972Z",
            "moderation_state": 3
        },
        {
            "id": 576,
            "content_url": "https://medium.com/@mkopel/announcing-the-digital-inclusion-resource-library-86f06fcbcaba",
            "is_bookmarked": false,
            "tags": [
                "libraries"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing the Digital Inclusion Resource Library",
            "description": "At library.digitalinclusion.org, you’ll find the beginnings of a new collection of documents, reports, teaching aids and other assets used by digital inclusion practitioners of all stripes. The platform will not only serve up community tools, but can point out to interactive content as well.",
            "get_involved": "",
            "get_involved_url": "https://ndia.relatedworks.io/public/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-06_045625.2280330000.png",
            "created": "2018-01-06T04:56:25.227269Z",
            "moderation_state": 3
        },
        {
            "id": 578,
            "content_url": "https://medium.com/read-write-participate/host-an-open-internet-activist-7e22374221c9",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Host an Open Internet Activist",
            "description": "The Ford-Mozilla Open Web Fellowship program is seeking host organizations: like-minded groups working on the front lines of internet health\n\nLearn more: https://mzl.la/2mLvJaj\n\nApply: https://mzl.la/2DinAEV",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-16_140921.2476200000.png",
            "created": "2018-01-16T14:09:21.246476Z",
            "moderation_state": 3
        },
        {
            "id": 599,
            "content_url": "https://www.wired.com/story/ajit-pais-plan-will-take-broadband-away-from-poor-people/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed | Ajit Pai’s Plan Will Take Broadband Away From Poor People",
            "description": "In WIRED, Mozilla Fellows Gigi Sohn and Amina Fazlullah write about the FCC's attack on the Lifeline program.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-21_154206.0894730000.png",
            "created": "2018-02-21T15:42:06.088718Z",
            "moderation_state": 3
        },
        {
            "id": 904,
            "content_url": "https://internethealthreport.org/yourideas/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet Health Report 'Call for Ideas'",
            "description": "What research, stories, people and ideas would you like to see in the next Internet Health Report? Submit your suggestions and links before September 14, 2018.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-24_143916.4984080000.jpg",
            "created": "2018-08-24T14:39:16.497899Z",
            "moderation_state": 3
        },
        {
            "id": 581,
            "content_url": "https://securityplanner.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Bram Abramson",
            "submitter_profile_id": 281,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Security Planner",
            "description": "Security Planner is a simple way to get tailored, straight-forwarded recommendations for staying safe online.  To use it, answer a few questions about your digital habits and the technology you use.  In response, Security Planner provides plain-language recommendations based on independent, peer-reviewed advice from experts.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-29_144732.2715120000.jpg",
            "created": "2018-01-29T14:47:32.270964Z",
            "moderation_state": 3
        },
        {
            "id": 580,
            "content_url": "http://citationgecko.com",
            "is_bookmarked": false,
            "tags": [
                "app",
                "literature discovery",
                "open access",
                "recommendations"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Test & feedback",
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Barney Walker",
            "submitter_profile_id": 285,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Barney Walker",
                    "profile_id": 285,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Gecko: an open source tool for scientific literature discovery",
            "description": "Gecko is an open source web app for helping researchers find relevant scientific papers quicker. \n\nSimply provide several 'seed papers' that define an area you are interested in and Gecko will search out all the papers that they cite and all the papers that cite them. It then builds a network from these papers allowing you to quickly identify important papers you may have missed.",
            "get_involved": "We're looking for developers and designers to help make Gecko even better, as well as researchers to feedback on useful features. All levels of expertise welcome!",
            "get_involved_url": "https://github.com/bjw49/citation-network-explorer",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-28_134847.6356100000.png",
            "created": "2018-01-28T13:48:47.635190Z",
            "moderation_state": 3
        },
        {
            "id": 588,
            "content_url": "https://medium.com/@civicacceleratr/spring-2018-accelerator-digital-inclusion-c61df30fc4ef",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Sydette Harry",
            "submitter_profile_id": 104,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Meghan McDermott",
                    "profile_id": 292,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Points of Light - Call for Submissions",
            "description": "Points of Light Civic Accelerator is seeking applications from early-stage ventures to advance digital inclusion and 21st-century tech skills for all to succeed in the innovation economy.",
            "get_involved": "Submit proposals to advance digital inclusion",
            "get_involved_url": "http://cvcx.org/spring2018civicaccelerator/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_235529.7140550000.jpg",
            "created": "2018-02-06T17:30:11.565004Z",
            "moderation_state": 3
        },
        {
            "id": 589,
            "content_url": "https://medium.com/@daviserin/road-testing-mozillas-new-web-literacy-activities-9ee0eff2aae7",
            "is_bookmarked": false,
            "tags": [
                "badges",
                "curriculum",
                "libraries",
                "professional development",
                "training",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Road Testing Mozilla's new web literacy activities",
            "description": "My colleague Molly Schwartz and I kicked off a new series of Web Literacy trainings at METRO this morning. As part of our grant with Mozilla Foundation, we pilot-tested a new round of activities to help learners better understand the ways in which the environment of the web impacts the information we ask for and receive. We also tested a new badging platform as part of this work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-08_072343.2083380000.png",
            "created": "2018-02-08T07:23:43.206830Z",
            "moderation_state": 3
        }
    ]
}