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=-get_involved&page=32
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=-get_involved&page=33",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-get_involved&page=31",
    "results": [
        {
            "id": 832,
            "content_url": "https://www.wired.com/story/promises-mean-little-for-consumers-in-t-mobile-sprint-deal/",
            "is_bookmarked": false,
            "tags": [
                "merger",
                "mobile",
                "mozilla fellow",
                "tech policy"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Promises mean little for consumers in T-Mobile- Sprint deal",
            "description": "Wired opinion piece about T-Mobile-Sprint merger.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-30_233702.5398330000.jpg",
            "created": "2018-05-30T23:37:02.535875Z",
            "moderation_state": 3
        },
        {
            "id": 490,
            "content_url": "https://www.ecmwf.int/",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open data"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Claudia Vitolo",
            "submitter_profile_id": 155,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Claudia Vitolo",
                    "profile_id": 155,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unthinkable weather",
            "description": "ECMWF and the Copernicus programme provide a large amount of open weather and environmental data. These data is not only useful for the weather and environmental communities but it could benefit anyone: from scientists and students in many fields to companies and NGOs. We will present lots of creative ways of using our open weather and climate data. The inspiration comes from years of research in combination with some spectacular ideas developed at the ECMWF OpenDataHack 2017. Come and join us!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The application of weather and environmental data can benefit anyone.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-24T15:25:58.906312Z",
            "moderation_state": 3
        },
        {
            "id": 498,
            "content_url": "http://www.toledolibrary.org/blog/training-on-web-literacy",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "professional development",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Training on Web Literacy - Toledo Lucas County Public Library",
            "description": "As one of the Web Literacy Trainers at Toledo Lucas County Public Library, I can tell you that I for one have learned quite a bit! Over the course of the last 12+ months and 8 training classes later, I without a doubt have a more informed knowledge of how the World Wide Web and Internet operate and what they can offer. In years previous as a college student, consumer, and social media user, I didn’t give much thought to areas such as security, protection, third party tracking, hacking and overall, being web literate.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_170031.2607270000.png",
            "created": "2017-10-25T17:00:31.260325Z",
            "moderation_state": 3
        },
        {
            "id": 545,
            "content_url": "https://webfoundation.org/2017/11/a-healthy-internet-is-an-equal-internet/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "equality",
                "internet",
                "mozfest",
                "world wide web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Mara Silvestri",
            "submitter_profile_id": 226,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Mara Silvestri",
                    "profile_id": 226,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A healthy internet is an equal internet",
            "description": "This is a guest post from Nanjira Sambuli, the Web Foundation’s Digital Equality Advocacy Manager about her speech at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "http://www.webfoundation.org",
            "interest": "It focuses on MozFest",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_100619.1262390000.JPG",
            "created": "2017-11-07T10:06:19.125512Z",
            "moderation_state": 3
        },
        {
            "id": 495,
            "content_url": "https://www.cs.ox.ac.uk/activities/HCC/",
            "is_bookmarked": false,
            "tags": [
                "human centred computing",
                "responsible research and innovation",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Digital Wildfire project",
            "submitter_profile_id": 162,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Digital Wildfire project",
                    "profile_id": 162,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Human Centred Computing at the University of Oxford",
            "description": "The Human-Centred Computing (HCC) group is part of the Department of Computer Science at the University of Oxford. We carry out a range of interdisciplinary projects that explore the relationships between technology and social life. Much of our work seeks to advance safety, fairness and responsibility in innovation. \n\nCurrent projects look at social media, algorithmic bias and quantum computing. At the Science Fair group members will be on hand talk about these projects and provide you with information to take away with you. Looking forward to seeing you there!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Of interest to anyone who'd like to hear about current research work - in particular in relation to research the promotes safety and fairness online",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_100021.5899000000.jpeg",
            "created": "2017-10-25T10:00:21.589335Z",
            "moderation_state": 3
        },
        {
            "id": 894,
            "content_url": "https://apti.ro",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Valentina Pavel",
            "submitter_profile_id": 1562,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Valentina Pavel",
                    "profile_id": 1562,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Open Web Fellow",
            "description": "Digital rights advocate working on privacy, freedom of speech and open culture. As a Mozilla Fellow, I will investigate the implications of digital feudalism and explore different visions for shared data ownership.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-08-17T08:35:49.372787Z",
            "moderation_state": 3
        },
        {
            "id": 784,
            "content_url": "https://medium.com/read-write-participate/donating-data-to-a-good-cause-17fca7add57e",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Humans",
            "description": "A community that empowers people to take control of their own data and put it to the best use they find appropriate",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-30_143702.8650930000.png",
            "created": "2018-04-30T14:37:02.864796Z",
            "moderation_state": 3
        },
        {
            "id": 2522,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-launches-second-call-for-us-applicants-to-the-responsible-computing-challenge/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Steven Azeka",
                    "profile_id": 5951,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla launches second call for US applicants to the RCC",
            "description": "10 U.S. based institutions of higher education will be awarded up to $150,000",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2023-02-03T13:48:24.777269Z",
            "moderation_state": 3
        },
        {
            "id": 690,
            "content_url": "https://ainowinstitute.org/aiareport2018.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Algorithmic Impact Assessments",
            "description": "Public agencies urgently need a practical framework to assess automated decision  systems and to ensure public accountability",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-16_114017.9573260000.png",
            "created": "2018-04-16T11:40:17.955161Z",
            "moderation_state": 3
        },
        {
            "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": 512,
            "content_url": "https://infosecbytes.org",
            "is_bookmarked": false,
            "tags": [
                "criptography",
                "journalism",
                "online privacy & security",
                "privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Infosec Bytes",
            "submitter_profile_id": 179,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Infosec Bytes",
                    "profile_id": 179,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Infosec Bytes",
            "description": "Infosec Bytes is online course of tutorial videos for journalists, demonstrating in clear, simple steps how to acquire, install and use secure cryptographic software applications. The videos are freely and widely available on youtube. Accessible, fun, and easy to watch and share, the videos are designed to disseminate among journalists facilitating the fast and widespread adoption of security best practice within the industry, and thereby improving the sectorial integrity, vitality and productivity of investigative journalism.",
            "get_involved": "",
            "get_involved_url": "https://infosecbytes.org",
            "interest": "The Mozilla community is widely connected to the open source, privacy oriented communities that create the tools that Infosec Bytes explains how to use.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_095324.3632550000.png",
            "created": "2017-10-27T09:53:24.362590Z",
            "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": 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": 109,
            "content_url": "http://www.theatlantic.com/education/archive/2016/05/why-south-africas-tech-industry-still-needs-room-to-grow/481335/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "article",
                "literacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Can South Africa Kickstart Its Tech Industry?",
            "description": "When two reporters with The Atlantic set out to explore internet education and innovation in South Africa, Mozilla weighed in as an expert.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla sounds off on web literacy, Mozilla Learning, and our read, write, participate philosophy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/109.jpg",
            "created": "2016-07-28T15:29:40.291000Z",
            "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": 544,
            "content_url": "http://creativeaction.org",
            "is_bookmarked": false,
            "tags": [
                "21c skills",
                "arts education",
                "digitalarts&culture",
                "digital inclusion",
                "digital literacy",
                "education",
                "gigabit",
                "gigabit community fund",
                "social justice",
                "virtual reality",
                "youth",
                "youth-led"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Corinna Archer Kinsman",
            "submitter_profile_id": 225,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Corinna Archer Kinsman",
                    "profile_id": 225,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Creative Action Gigabit Hive Project",
            "description": "Creative Action, a nonprofit arts education organization in Austin, TX, is excited to explore how VR technology can enhance youth learning and creativity through hands-on, youth-driven arts projects that address social issues. With support from the Gigabit Community Fund, our professional teaching artists will develop VR coding and video projects with their students in our after school programs at Title I, low-income schools. Our goal is to build capacity for arts and technology integration while helping more young people develop digital literacy, 21st Century, and social emotional skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "We hope to inspire others around the possibilities of arts and technology integration in social and emotional education for youth!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-11-06T17:19:17.963993Z",
            "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": 538,
            "content_url": "https://meta.wikimedia.org/wiki/Wikipedia_4_Refugees",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Design"
            ],
            "published_by": "Martina Puppi",
            "submitter_profile_id": 205,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Martina Puppi",
                    "profile_id": 205,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#wiki4refugees",
            "description": "Digital literacy project targeting migrants and asylum seekers, aimed at teaching digital skills through learning how to edit on Wikipedia.",
            "get_involved": "",
            "get_involved_url": "https://it.wikipedia.org/wiki/Wikipedia:Wikipedia_4_Refugees",
            "interest": "To share methods on how to teach digital skills to non-standard groups of learners",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_160114.3574740000.png",
            "created": "2017-11-02T16:01:14.356865Z",
            "moderation_state": 3
        },
        {
            "id": 140,
            "content_url": "http://flexboxfroggy.com/",
            "is_bookmarked": false,
            "tags": [
                "css",
                "game"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Flexbox Froggy",
            "description": "Flexbox Froggy is a game for learning CSS flexbox.",
            "get_involved": "",
            "get_involved_url": "https://github.com/thomaspark/flexboxfroggy/",
            "interest": "Fun way to learn how to format web content. Takes inspiration from the games Frogger, CSS Diner and Erase all Kittens.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-05_220758.3514990000.png",
            "created": "2016-01-27T19:06:29.553000Z",
            "moderation_state": 3
        },
        {
            "id": 541,
            "content_url": "https://austinfilmschool.org",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "communication",
                "culture",
                "film",
                "filmmaking"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Fundraise",
                "Localize & translate",
                "Mentor",
                "Promote"
            ],
            "published_by": "Carrie Cates",
            "submitter_profile_id": 211,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carrie Cates",
                    "profile_id": 211,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cine Joven: Breaking Borders",
            "description": "Cine Joven: Breaking Borders will work to bring cultural understanding and compassion to both groups through collective creative technology and storytelling, while offering advanced digital arts & tech skills to public high school students located in an under-served area of Monterrey, Mexico that offers little access to high-speed connectivity.",
            "get_involved": "",
            "get_involved_url": "https://austinfilmschool.org",
            "interest": "We will be working toward cross-cultural understanding while overcoming the obstacles that would usually prevent such a project from occurring, and sharing our insight along the way.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_205533.7056360000.png",
            "created": "2017-11-02T20:55:33.704810Z",
            "moderation_state": 3
        },
        {
            "id": 539,
            "content_url": "https://www.dropbox.com/s/h01w8sjp5dfq8my/Mozfest%20Cognitive%20Accessibility%20101%20Slideshow.ppsx?dl=0",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "architecture",
                "autism",
                "dementia"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alastair Somerville",
            "submitter_profile_id": 208,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alastair Somerville",
                    "profile_id": 208,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cognitive Accessibility 101",
            "description": "Slidedeck from Cognitive Accessibility 101 session including participant feedback and sensory audit of Mozfest conference setting.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Some basic ideas on what cognitive accessibility is and how we might design physical and digital experiences inclusively.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_163316.7050480000.jpg",
            "created": "2017-11-02T16:33:16.704721Z",
            "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": 1012,
            "content_url": "https://safenetwork.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Mohit Bansal",
            "submitter_profile_id": 2021,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "SafeNet",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Decentralized and open network storage for people",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T15:34:40.361102Z",
            "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": 550,
            "content_url": "https://privacynotincluded.org",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "iot",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Take Action"
            ],
            "published_by": "Paul Johnson",
            "submitter_profile_id": 234,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Paul Johnson",
                    "profile_id": 234,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "*Privacy Not Included: a holiday buyer's guide from Mozilla",
            "description": "*Privacy Not Included is a shopping companion to help consumers identify Internet-connected products that meet their privacy and security needs. Our goal: To make products’ privacy and security features as obvious as their price.",
            "get_involved": "",
            "get_involved_url": "https://privacynotincluded.org",
            "interest": "It's a consumer-friendly entry point into the conversation about privacy & security and connected devices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-15_190033.7234660000.jpg",
            "created": "2017-11-15T19:00:33.723031Z",
            "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": 554,
            "content_url": "https://www.gamasutra.com/blogs/PietroPolsinelli/20171121/309819/Creating_A_Board_Game_On_Platform_Cooperativism.php",
            "is_bookmarked": false,
            "tags": [
                "board games",
                "platform coops",
                "serious games"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "published_by": "Pietro Polsinelli",
            "submitter_profile_id": 157,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pietro Polsinelli",
                    "profile_id": 157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Board Game On Platform Cooperativism from MozFest 2017",
            "description": "Presenting the evolution and the experience of a board game on platform cooperativism presented at MozFest 2017. It's free on Github!",
            "get_involved": "",
            "get_involved_url": "https://github.com/ppolsinelli/CoopsAndDragons/",
            "interest": "How to use board game to present complex themes, and specifically related to decentralization.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-21_183157.8332280000.jpg",
            "created": "2017-11-21T18:31:57.832474Z",
            "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": 546,
            "content_url": "https://www.medcognition.com/",
            "is_bookmarked": false,
            "tags": [
                "augmented reality",
                "education",
                "health care",
                "simulations",
                "training"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "John Quarles",
            "submitter_profile_id": 139,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "John Quarles",
                    "profile_id": 139,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PerSim",
            "description": "Pre-hospital providers are on the forefront of patient care. First to care and a critical link in the successful treatment of the ill and injured. Accessing high-quality patient simulation has been difficult. Until now.  Introducing PerSim™: the first affordable, portable and realistic patient simulator designed specifically for pre-hospital professionals.",
            "get_involved": "",
            "get_involved_url": "https://www.medcognition.com/",
            "interest": "PerSim uses augmented reality to offer realistic training at a fraction of the price to pre-hospital providers, a population who has always been underserved in terms of access to high fidelity simulation.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_154005.7930620000.jpg",
            "created": "2017-11-07T15:40:05.792540Z",
            "moderation_state": 3
        }
    ]
}