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=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=-interest&page=33",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-interest&page=31",
    "results": [
        {
            "id": 615,
            "content_url": "https://video.vice.com/en_us/video/motherboard-inside-a-cryptoparty-in-harlem/5a8ef26af1cdb335e15a8433?utm_content=buffer4ef14&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "mozilla fellow",
                "open web",
                "open web fellows",
                "vice",
                "video"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Inside a CryptoParty in Harlem",
            "description": "VICE MOTHERBOARD meets with Matt Mitchell (Mozilla Fellow 2016), the founder of CryptoHarlem. Matt is a security researcher, operational security trainer, and data journalist who leads CryptoHarlem, impromptu workshops teaching basic cryptography tools to the predominately African American community in upper Manhattan. Previously, he worked as a data journalist for The New York Times and as a developer for CNN, Aol/Huffington Post, and other news organizations.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/cryptoharlem?lang=en",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_030047.2209790000.jpg",
            "created": "2018-03-06T03:33:32.476914Z",
            "moderation_state": 3
        },
        {
            "id": 898,
            "content_url": "http://www.kadijaferryman.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kadija Ferryman",
            "submitter_profile_id": 1571,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Fellow, and Postdoc @ Data & Society Research Institute",
            "description": "Kadija is a cultural anthropologist who examines the impacts of health risk prediction through information technologies such as genomics, digital medical records, and artificial intelligence on marginalized groups. She will be exploring the origins of the open health movement during her Mozilla fellowship.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-08-21T14:02:41.767299Z",
            "moderation_state": 3
        },
        {
            "id": 950,
            "content_url": "https://www.youtube.com/watch?v=gmcU-uMWNj0&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=9",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Talk with Mitchell Baker",
            "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/2018-11-07_162802.4493340000.jpg",
            "created": "2018-11-07T16:28:02.448996Z",
            "moderation_state": 3
        },
        {
            "id": 969,
            "content_url": "https://dingdingding.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "DING",
            "description": "In the second-ever edition of DING — Mozilla’s magazine about technology, society, and the future — we say goodbye to oppressive technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_003431.0035260000.png",
            "created": "2018-12-07T00:34:31.002874Z",
            "moderation_state": 3
        },
        {
            "id": 1184,
            "content_url": "https://github.com/mozilla/foresight/issues/4",
            "is_bookmarked": false,
            "tags": [
                "user research"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Josephine Lau",
            "submitter_profile_id": 2389,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Josephine Lau",
                    "profile_id": 2389,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Explore how decentralized and distributed technology can be valuable to users",
            "description": "",
            "get_involved": "Take a look at our user story cards here:",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-17_211139.1025540000.png",
            "created": "2019-05-17T21:11:39.102184Z",
            "moderation_state": 3
        },
        {
            "id": 1283,
            "content_url": "https://identihub.co/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Identihub",
            "description": "Open source hosting for your brand and visual assets",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_222728.8931700000.png",
            "created": "2019-08-01T22:27:28.873876Z",
            "moderation_state": 3
        },
        {
            "id": 1296,
            "content_url": "https://readthedocs.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2016"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Read the Docs",
            "description": "Read the Docs simplifies software documentation by automating building, versioning, and hosting of your docs for you.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_035048.4769040000.png",
            "created": "2019-08-02T03:50:48.457141Z",
            "moderation_state": 3
        },
        {
            "id": 790,
            "content_url": "https://github.com/agritrans/agritrans.github.io",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise"
            ],
            "published_by": "Solomon Mekonnen",
            "submitter_profile_id": 1301,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Solomon Mekonnen",
                    "profile_id": 1301,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Translating open agricultural research to local language",
            "description": "The project proposes to translate open research outputs in agriculture into local languages like Amharic, and to communicate scientific terms in plain language that farmers can understand. The translations will be openly available to farmers and the general public using an online platform to facilitate citizen engagement in open science, including data collection and data analysis, with the expectation that citizen involvement will increase agricultural productivity.",
            "get_involved": "",
            "get_involved_url": "https://github.com/agritrans/agritrans.github.io",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-01_161012.3724210000.jpg",
            "created": "2018-05-01T16:10:12.371817Z",
            "moderation_state": 3
        },
        {
            "id": 835,
            "content_url": "https://blog.mozilla.org/blog/2018/06/04/mozilla-announces-225000-for-art-and-advocacy-exploring-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "$225,000 for Art and Advocacy Exploring Artificial Intelligence",
            "description": "Mozilla’s latest awards will support people and projects that examine the effects of AI on society. In a world where biased algorithms, skewed data sets, and broken recommendation engines can radicalize YouTube users, promote racism, and spread fake news, it’s more important than ever to support artwork and advocacy work that educates and engages internet users.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-04_142956.3857260000.jpg",
            "created": "2018-06-04T14:29:56.385148Z",
            "moderation_state": 3
        },
        {
            "id": 937,
            "content_url": "https://yalereview.yale.edu/computational-propaganda",
            "is_bookmarked": false,
            "tags": [
                "misinfocon",
                "mozilla fellow"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Computational Propaganda: If You Make It Trend, You Make It True",
            "description": "Mozilla Fellow Renee DiResta writes about online propaganda in the latest issue of the Yale Review",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-19_151948.7828490000.jpg",
            "created": "2018-10-19T15:19:48.782414Z",
            "moderation_state": 3
        },
        {
            "id": 1258,
            "content_url": "https://medium.com/@abbycabs/i-love-open-science-910ffdee78cf",
            "is_bookmarked": false,
            "tags": [
                "openness",
                "working open"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "I love open science",
            "description": "Open science starts a broad conversation on what openness could mean for science. There are a multitude ways to apply openness to science, but they all lead up to better shared knowledge.",
            "get_involved": "Show your own support for open science",
            "get_involved_url": "https://medium.com/@abbycabs/i-love-open-science-910ffdee78cf",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-16_193112.5427020000.jpg",
            "created": "2019-07-16T19:31:12.541927Z",
            "moderation_state": 3
        },
        {
            "id": 833,
            "content_url": "https://www.wired.com/story/darpa-total-informatio-awareness/",
            "is_bookmarked": false,
            "tags": [
                "mozilla fellow"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How the Tech Giants Created what DARPA Couldn't",
            "description": "Today, you can probably name several companies that have access to data on every purchase you make with a credit card, every magazine subscription you buy, every website you visit and email you send or receive, every trip you book, and every event you attend—all the various types of data that Safire referenced, but gathered to identify behavior patterns that help predict what ads you’ll click on.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-31_004800.1190900000.jpg",
            "created": "2018-05-31T00:48:00.118481Z",
            "moderation_state": 3
        },
        {
            "id": 674,
            "content_url": "http://codeofconduct.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "code of conduct",
                "javascript",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Alexander Morley",
            "submitter_profile_id": 333,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Alexander Morley",
                    "profile_id": 333,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code of Conduct Builder",
            "description": "An easy way to build the perfect Code of Conduct for your event/community/organisation",
            "get_involved": "",
            "get_involved_url": "https://github.com/alexmorley/CodeOfConduct.Builder",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211806.3999840000.jpg",
            "created": "2018-04-05T15:25:30.168410Z",
            "moderation_state": 3
        },
        {
            "id": 843,
            "content_url": "https://medium.com/read-write-participate/fellowships-graduations-and-growing-the-movement-a7fba5de44ad",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog | Fellowships, Graduations and Growing the Movement",
            "description": "Mozilla executive director reflects on the 2018-19 Fellows and their work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_143616.5902500000.png",
            "created": "2018-06-22T14:36:16.589656Z",
            "moderation_state": 3
        },
        {
            "id": 970,
            "content_url": "https://medium.com/read-write-participate/what-insects-and-openness-have-in-common-9adf3c930d4f",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "OpenScienceKE",
            "description": "OpenScienceKE is an initiative that promotes open approaches to bioinformatics research in Kenya.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_011818.3298020000.png",
            "created": "2018-12-07T01:18:18.329196Z",
            "moderation_state": 3
        },
        {
            "id": 802,
            "content_url": "http://voice.mozilla.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Michael Henretty",
            "submitter_profile_id": 1320,
            "bookmark_count": 13,
            "related_creators": [
                {
                    "name": "Michael Henretty",
                    "profile_id": 1320,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Common Voice",
            "description": "Voice recognition technology could revolutionize the way we interact with machines, but the currently available systems are expensive and proprietary. Common Voice is a project to make voice recognition technology easily accessible to everyone. People donate their voices to a massive database that will let anyone quickly and easily train voice-enabled apps. All voice data is released into the public domain (CC-0), so it may be used by anyone from the casual hobbyist to large corporations and governments.",
            "get_involved": "Right now, Common Voice is in the process of going multi-lingual. As part of this, we need to collect (or write sentences) for people to read in all these new languages. Join us for the #mozsprint to help us gather these sentences in any languages you are interested in!",
            "get_involved_url": "https://voice-sprint.mozilla.community/",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_114946.1397170000.png",
            "created": "2018-05-04T11:49:46.139317Z",
            "moderation_state": 3
        },
        {
            "id": 782,
            "content_url": "https://medium.com/read-write-participate/a-green-approach-to-open-source-in-buenos-aires-3331861a1bc1",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "ETER",
            "description": "A community-built air quality monitor that measures particle pollution in Buenos Aires, Argentina",
            "get_involved": "",
            "get_involved_url": "https://github.com/rlyehlab/ETER/blob/master/README.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-30_143312.4318960000.jpg",
            "created": "2018-04-30T14:33:12.429930Z",
            "moderation_state": 3
        },
        {
            "id": 468,
            "content_url": "http://www.cnn.com/2017/10/14/opinions/internet-of-things-future-surman-thorne-opinion/index.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Essay: The future of the Internet of Things depends on this",
            "description": "A CNN.com by op-ed by Mark Surman and Michelle Thorne. The authors discuss an open, decentralized approach to IoT.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_201138.4106180000.png",
            "created": "2017-10-16T20:11:38.410046Z",
            "moderation_state": 3
        },
        {
            "id": 875,
            "content_url": "http://aureliamoser.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Entertin, WI",
            "description": "Entertin, WI, USA is a digital paper town. Entertin (an anagram of \"internet\"), collects websites that create a presence online for a city that doesn't exist. In old-school print cartography, \"paper towns\" were fake locations on a map meant to sign the print, so if replicated illegally, that plagiarism could be identified through the existence of a fake location. With web-maps, we often trust that these incongruousness have been corrected, that our maps have integrity, but it's not always the case.  Entertin project: https://github.com/auremoser/entertin",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-17_112448.1345470000.jpg",
            "created": "2018-07-17T11:24:48.133965Z",
            "moderation_state": 3
        },
        {
            "id": 1253,
            "content_url": "https://www.survivalofthebestfit.com/",
            "is_bookmarked": false,
            "tags": [
                "cma2019",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Survival of the Best Fit",
            "description": "A new web-based interactive game that explains how machine learning software can be biased, specifically when used carelessly to automate hiring decisions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-11_190445.5978020000.png",
            "created": "2019-07-11T19:04:45.597450Z",
            "moderation_state": 3
        },
        {
            "id": 458,
            "content_url": "https://medium.com/@Joannalib/creating-a-web-literacy-peer-learning-network-b4c803baa578",
            "is_bookmarked": false,
            "tags": [],
            "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": "Creating a Web Literacy Peer Network at Multnomah County  Library",
            "description": "In July, Liza and I headed to Chicago to meet the rest of the Mozilla Web Literacy Leaders, and it was inspiring and educational! We returned to Portland excited to bring together our cohort of Multnomah County Library colleagues (now named the Web Literacy Peer Learning Network) and get to work. The Peer Learning Network is made up of smart, dynamic, self-motivated individuals and we are excited to have them lead the way in Web Literacy learning at MCL.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_145623.5318170000.png",
            "created": "2017-10-10T14:56:23.531427Z",
            "moderation_state": 3
        },
        {
            "id": 1284,
            "content_url": "https://www.wickeditor.com/#/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Wick Editor",
            "description": "The Wick Editor is a free online tool for creating games, animations, and everything in-between!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_223107.4132330000.jpg",
            "created": "2019-08-01T22:31:07.369448Z",
            "moderation_state": 3
        },
        {
            "id": 456,
            "content_url": "https://medium.com/@LinetData/privacy-in-the-era-of-big-data-45d5eb1cea75",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy in The Era of Big Data",
            "description": "Mozilla Tech Policy Fellow Linet Kwamboka writes about the exploitation of our personal data online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-09_140354.9589640000.png",
            "created": "2017-10-09T14:03:54.958290Z",
            "moderation_state": 3
        },
        {
            "id": 889,
            "content_url": "https://medium.com/mozilla-festival/cryptographers-activists-engineers-speakers-at-mozfest-2018-b4e31e4c648a",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Cryptographers, Activists, Engineers: Speakers at MozFest 2018",
            "description": "This October, 19 speakers will tackle issues like privacy, misinformation and censorship on the web",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-03_122712.2206890000.png",
            "created": "2018-08-03T12:27:12.219947Z",
            "moderation_state": 3
        },
        {
            "id": 1297,
            "content_url": "http://pypy.org",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2016"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "PyPy",
            "description": "PyPy is a fast, compliant alternative implementation of the Python language (2.7.13 and 3.5.3, 3.6). It has several advantages and distinct features:",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_035346.2494720000.png",
            "created": "2019-08-02T03:53:46.233329Z",
            "moderation_state": 3
        },
        {
            "id": 1260,
            "content_url": "https://medium.com/mozilla-festival/peeking-into-ais-black-box-with-devin-dillon-from-ai-family-challenge-ca08a43e307f",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "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": "Peeking into AI's Black Box with Devin Dillon from AI Family Challenge",
            "description": "A profile of Devin Dillon from AI Family Challenge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-17_210232.1709920000.jpg",
            "created": "2019-07-17T21:02:32.169862Z",
            "moderation_state": 3
        },
        {
            "id": 1298,
            "content_url": "https://theintern.io/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2016"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Intern: Software Testing for Humans",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-08-02T03:56:46.946812Z",
            "moderation_state": 3
        },
        {
            "id": 822,
            "content_url": "https://storyengine.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "design thinking",
                "mozsprint",
                "network mapping",
                "networks",
                "open research",
                "research"
            ],
            "issues": [],
            "help_types": [
                "Test & feedback",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Christine Prefontaine",
            "submitter_profile_id": 1372,
            "bookmark_count": 8,
            "related_creators": [
                {
                    "name": "Alecia Kuhl",
                    "profile_id": 6,
                    "is_active": true
                },
                {
                    "name": "Christopher Lawrence",
                    "profile_id": 69,
                    "is_active": true
                },
                {
                    "name": "Christine Prefontaine",
                    "profile_id": 1372,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "StoryEngine",
            "description": "StoryEngine is way to listen to and learn from the people who matter most to an organization. It can be used to do research, monitor or evaluate a program, generate learning, or facilitate grant reporting. It's an “engine” because it generates narrative assets that can be used to power communications and decision-making. Stories become tweets and blogs, get embedded into proposals, and connect collaborators. Story collections form datasets that can analyzed to inform strategy and design decisions. StoryEngine is especially powerful in contexts where building relationships and networks is key.",
            "get_involved": "We’d love feedback on documentation and help with communication design — especially visualizing the process. We also need advice on reducing the cost per interview and on developing deep listening learning curricula and participatory analysis workshops.",
            "get_involved_url": "https://github.com/LoupDesign/StoryEngine",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_150032.4770590000.png",
            "created": "2018-05-09T15:00:32.476345Z",
            "moderation_state": 3
        },
        {
            "id": 844,
            "content_url": "https://medium.com/read-write-participate/progress-in-a-hostile-political-environment-raising-awareness-and-recruiting-foot-soldiers-in-the-152999c0a760",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog | Progress in a Hostile Political Environment",
            "description": "Mozilla Fellow Gigi Sohn reflects on recent tech policy and her work as a Fellow",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_143736.2119300000.png",
            "created": "2018-06-22T14:37:36.211626Z",
            "moderation_state": 3
        },
        {
            "id": 853,
            "content_url": "http://smeech.co.uk/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "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": "Binary Scarves",
            "description": "A series of knitwear informed by the ASCII text system of encoding text to binary. Each design contains a quote related to either computers, binary, patterns, digital art or repetition. The designs are presented within the constraints of a standard 24-stitch punchcard pattern repeat. The scarves have been produced in collaboration with a factory in Manchester, ironically named Unique Knitwear.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_181256.5707110000.jpg",
            "created": "2018-06-25T18:12:56.570359Z",
            "moderation_state": 3
        },
        {
            "id": 818,
            "content_url": "https://github.com/AndreaPocketsChange/PocketsChange-MoneyTalks",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital inclusion",
                "educators",
                "learning",
                "mozsprint",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Andrea Ferrero",
            "submitter_profile_id": 1350,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Andrea Ferrero",
                    "profile_id": 1350,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Money Talks and So Should We",
            "description": "Building self-assessment tools that empower us all in evaluating our relationship with money.\n\nAt Pockets Change we’re changing the way money is taught. We combine Hip Hop, Finance, and Design Thinking to build financial capability in K-12 and early adulthood.\n\nOur workshops and lessons are a start but useful and accessible finance personal assessments are severely lacking in education. Those that exist do little to support the development of self-efficacy and understanding, rather they focus on calculating compound interest and other out of date skills. Let’s build them!!",
            "get_involved": "Try out tools and share feedback, Identify and document game-based assessment strategies, Join community for future contributions",
            "get_involved_url": "https://github.com/AndreaPocketsChange/PocketsChange-MoneyTalks/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_095757.4171380000.jpg",
            "created": "2018-05-09T09:57:57.415698Z",
            "moderation_state": 3
        },
        {
            "id": 825,
            "content_url": "https://drashti4.github.io/localisationofschool/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "localisation",
                "mozsprint",
                "webliteracy",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Write documentation",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Drashti Pandya",
            "submitter_profile_id": 1390,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chandan Baba",
                    "profile_id": 441,
                    "is_active": true
                },
                {
                    "name": "Drashti Pandya",
                    "profile_id": 1390,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "local web",
            "description": "Localized web literacy resources in a way that can be adapted by schools as curriculum. Share your story in \"women in web\" section in your native language.",
            "get_involved": "Translation of current documents, can help to create activities for curriculum, maintain Crowdin",
            "get_involved_url": "https://github.com/drashti4/localisationofschool",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-10_040203.0714710000.png",
            "created": "2018-05-10T04:02:03.070875Z",
            "moderation_state": 3
        },
        {
            "id": 831,
            "content_url": "https://www.slideshare.net/peterbihr/towards-a-trustmark-for-iot-30-may-2018/peterbihr/towards-a-trustmark-for-iot-30-may-2018",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "open iot",
                "trust",
                "trustmarks"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Peter Bihr",
            "submitter_profile_id": 387,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Presentation: Towards a Trustmark for IoT",
            "description": "As part of my fellowship I'm developing a concept for a trustmark for the internet of things. Here's a current snapshot of my thinking. Feedback encouraged!",
            "get_involved": "",
            "get_involved_url": "https://thingscon.com/iot-trustmark",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-05-30T10:28:10.928270Z",
            "moderation_state": 3
        },
        {
            "id": 845,
            "content_url": "https://medium.com/read-write-participate/the-internet-and-you-us-43766a1a83ca",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog | The Internet and You. Us.",
            "description": "Mozilla Fellow Linet Kwamboka reflects on her recent work, and what's ahead",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_143851.3990800000.png",
            "created": "2018-06-22T14:38:51.398738Z",
            "moderation_state": 3
        },
        {
            "id": 721,
            "content_url": "http://www.estherrolinson.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": "Flown Drawings",
            "description": "This is a series of drawings that relate to the work ‘Flown’, a programmed light installation developedthrough drawing. The Flown images show some of the process involved in its conceptualdevelopment and practical construction. They range from quickly drawn sketches to detailedworks made over a number of months.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_102005.7103720000.jpg",
            "created": "2018-04-24T10:20:05.709777Z",
            "moderation_state": 3
        },
        {
            "id": 829,
            "content_url": "https://medium.com/@cnh108/we-hope-the-facebook-cambridge-analytica-scandal-will-improve-privacy-protections-but-could-the-a1ef9a246afb",
            "is_bookmarked": false,
            "tags": [
                "antitrust",
                "competition",
                "decentralization",
                "facebook"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Caroline Holland",
            "submitter_profile_id": 338,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Facebook/Cambridge Analytica Scandal and Competition",
            "description": "Facebook has taken several affirmative steps to address its policies related to application programming interfaces, known as APIs. Many of these changes are long overdue safeguards. But for others that could impact competition, it is critical that the Department of Justice (DOJ) and Federal Trade Commission (FTC) take a close look to make sure they are not the wolf of anticompetitive behavior — used to shut out potential competitors — hiding under the sheep’s clothing of privacy and data security.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-05-14T16:11:43.667588Z",
            "moderation_state": 3
        },
        {
            "id": 447,
            "content_url": "https://www.youtube.com/watch?v=PsjunTAH-2A",
            "is_bookmarked": false,
            "tags": [
                "film",
                "iot",
                "openiotstudio"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Our Friends Electric | A Short Film by Superflux and Mozilla",
            "description": "What is the future of virtual assistants and artificial intelligence? Meet virtual assistants that grow with you, AI that speaks on your behalf, and a philosophically-minded companion that accidentally orders 2,000 pounds of organic horse manure. A film by Superflux and Mozilla. Officially premiered at the London Digital Design Weekend at the V&A museum on Saturday, September 23, 2017.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-27_131030.3577050000.png",
            "created": "2017-09-27T13:10:30.357130Z",
            "moderation_state": 3
        },
        {
            "id": 1285,
            "content_url": "https://osmocom.org/projects/cellular-infrastructure",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Osmocom",
            "description": "This is a group of Osmocom programs implementing cellular network infrastructure components for GSM, GPRS, EDGE, UMTS, HSPA, LTE and their associated interfaces and protocol stacks.  This includes components for classic circuit-switched GSM",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-08-01T22:47:46.818096Z",
            "moderation_state": 3
        },
        {
            "id": 846,
            "content_url": "https://medium.com/read-write-participate/protecting-competition-in-the-digital-ecosystem-and-exploring-the-future-of-antitrust-80ad39f6df69",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog | Protecting Competition in the Digital Ecosystem",
            "description": "Mozilla Fellow Caroline Holland reflects on her recent work",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_143940.8411880000.png",
            "created": "2018-06-22T14:39:40.840534Z",
            "moderation_state": 3
        },
        {
            "id": 847,
            "content_url": "http://www.alistairmcclymont.com",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Leap Second",
            "description": "Leap Second is a series of artworks showing the 25 leap seconds that have been added to our time so far. Leap seconds are added occasionally due to the earth gradually slowing down, primarily due to the tides. This slowing can not be predicted, but its effect means our time gradually goes out of sync with the position of the sun. This artwork will continue to grow with each added leap second.\n\nEach leap second shows the time in Unix Time: www.alistairmcclymont.com/artwork/unix-time",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_162932.1819780000.png",
            "created": "2018-06-22T16:29:32.181458Z",
            "moderation_state": 3
        },
        {
            "id": 838,
            "content_url": "http://www.jaimus.co.uk/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "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": "Internet-Digital-Magazines",
            "description": "This body of work looks at reforming hyper-functional objects and reducing them to their simplest form where function is the key element. In the digital age products are often made to serve multiple purposes, however by reducing an object to be monofunctional it purely exists as a solid object with a single function. The material choice of reclaimed wood emphasises as it is often perceived to be a mundane material.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-07_134532.6500560000.jpg",
            "created": "2018-06-07T13:45:32.649457Z",
            "moderation_state": 3
        },
        {
            "id": 837,
            "content_url": "http://www.jaimus.co.uk/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "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": "Form Follows Function",
            "description": "This body of work looks at reforming hyper-functional objects and reducing them to their simplest form where function is the key element. In the digital age products are often made to serve multiple purposes, however by reducing an object to be monofunctional it purely exists as a solid object with a single function. The material choice of reclaimed wood emphasises as it is often perceived to be a mundane material.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-07_134412.4077990000.jpg",
            "created": "2018-06-07T13:44:12.407241Z",
            "moderation_state": 3
        },
        {
            "id": 839,
            "content_url": "https://talamoig.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "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": "The New Explorer",
            "description": "What does it mean to explore nowadays? Do we explore the unknown or we simply visit the known?\nIs it even possible to still discover the unknown, the not mapped?\n\nDoes the web help in discovering the unexpected, in finding the surprise, or does it just reinforce who we already are, know, and keep us framed within a given perspective?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-11_074955.1597280000.jpg",
            "created": "2018-06-11T07:49:55.158837Z",
            "moderation_state": 3
        },
        {
            "id": 840,
            "content_url": "https://www.instagram.com/chrissypcdesigns/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "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": "Encoded Object",
            "description": "Digital materiality? An exploration of a USB flash-drive (as a data-sharing concept), experimenting with the physicality of the object, deconstructing it. Then, part of the content (a 15.2MB section of a song) is converted into binary and then coded into strings of RGB colours. The idea is to rendering visible the invisible and to understand digital memory/storage within physical data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-11_141952.0626220000.jpg",
            "created": "2018-06-11T14:19:52.061989Z",
            "moderation_state": 3
        },
        {
            "id": 842,
            "content_url": "http://www.sara-kaiser.com/",
            "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": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Liminal",
            "description": "Liminal offers a context to explore the consequences that extended lifespans may have on society. Participants discuss ideas contradicting their own on life extension. Throughout the experience they enact a role with the help of audio and visual guidance,  triggering thinking beyond the boundaries of their own lives. The interactive performance allows a multi-faceted discussion to develop to build empathy for different points of view. By leaving the conventional debate form, an alternative method of discussion is offered, one that is explorative, playful and in depth.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-20_162529.0110960000.jpg",
            "created": "2018-06-20T16:25:29.010521Z",
            "moderation_state": 3
        },
        {
            "id": 841,
            "content_url": "https://talamoig.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Illustrating the Moz Experience",
            "description": "Illustration, Web-Technology, Documentary. With this residency during MozFest 2018, Ivano Talamo develops a variety of illustrative observations during the festival. The designed outputs are created live with a digital tablet onsite, uploaded and shared live online. The project has a documentary feel with a pattern of fine art reflective observations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-20_162221.8992190000.jpg",
            "created": "2018-06-20T16:22:21.898786Z",
            "moderation_state": 3
        },
        {
            "id": 433,
            "content_url": "https://blog.mozilla.org/blog/2017/09/13/mozilla-announces-15-new-fellows-science-advocacy-media/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Announces 15 New Fellows",
            "description": "These technologists, researchers, activists, and artists will spend the next 10 months making the Internet a better place",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-13_131236.5468940000.jpg",
            "created": "2017-09-13T13:12:36.546367Z",
            "moderation_state": 3
        },
        {
            "id": 1288,
            "content_url": "https://codemirror.net/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CodeMirror",
            "description": "CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_225741.2725830000.png",
            "created": "2019-08-01T22:57:41.253758Z",
            "moderation_state": 3
        }
    ]
}