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=description&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1761,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=description&page=5",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=description&page=3",
    "results": [
        {
            "id": 685,
            "content_url": "https://www.parkology.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "children",
                "city parks",
                "collaboration",
                "community",
                "empowerment",
                "empower women",
                "environment",
                "equity",
                "mozsprint",
                "new york city",
                "park",
                "smart cities",
                "urban"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Jeffrey M Keefer",
            "submitter_profile_id": 473,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Jeffrey M Keefer",
                    "profile_id": 473,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Parkology: An Open Online Community for People Who Love Parks",
            "description": "All residents of urban communities will be able to share ideas, tools, and resources and be empowered to promote access to a quality park within a 10-minute walk from home.",
            "get_involved": "Help us test our new online community www.parkology.org by signing up, sharing information, and telling your friends about it!!!",
            "get_involved_url": "https://github.com/jeffreykeefer/Parkology",
            "interest": "Parks and outdoor open green space within a 10-minute walk from home are essential to the physical, social, environmental, and economic health of a community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-03_180956.1214050000.jpg",
            "created": "2018-04-10T19:38:18.056663Z",
            "moderation_state": 3
        },
        {
            "id": 1363,
            "content_url": "https://medium.com/mozilla-festival/looking-back-dialogues-debates-at-mozfest-a9fe23e6ddbf",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Looking back: Dialogues & Debates at MozFest",
            "description": "A look back at MozFest's speakers series.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-23_220911.3874510000.jpg",
            "created": "2019-08-23T22:09:11.386730Z",
            "moderation_state": 3
        },
        {
            "id": 25,
            "content_url": "https://medium.com/read-write-participate/mozilla-club-leadership-training-in-nairobi-and-cape-town-cbb9ad2a3f38#.jrzme63e7",
            "is_bookmarked": false,
            "tags": [
                "cape town",
                "kenya",
                "nairobi",
                "south africa",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How We’re Training Women in Africa to Teach the Web",
            "description": "A look inside Mozilla and the UN Women’s web literacy work in Nairobi and Capetown to launch  Mozilla Clubs for Women and Girls and train local leaders to teach key digital issues in a local context.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/25.jpg",
            "created": "2016-11-08T18:45:20.778000Z",
            "moderation_state": 3
        },
        {
            "id": 1734,
            "content_url": "https://medium.com/@narriral/pequenas-dicas-sobre-vigilância-e-segurança-online-268c0f653499",
            "is_bookmarked": false,
            "tags": [
                "privacy",
                "security",
                "social engineering"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Narrira",
            "submitter_profile_id": 3115,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Narrira",
                    "profile_id": 3115,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Small tips about security and online surveillance (portuguese only)",
            "description": "Although there are many and often more elaborate ways to steal personal data on the internet, collect information, hack systems, or defraud profiles, the technique most used by both institutional and informal systems is social engineering.\n\nIn this piece, we explore several techniques there can be used alone or combined to steal personal data: Infiltration, Virtual Stalking, SIM swap, Doxxing\nPhishing.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-06_155547.7785990000.jpeg",
            "created": "2020-06-06T15:55:47.777957Z",
            "moderation_state": 3
        },
        {
            "id": 2455,
            "content_url": "https://www.duniacom.com/press-release",
            "is_bookmarked": false,
            "tags": [
                "common voice",
                "voice",
                "voice recognition"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Duniacom Group, LLC",
                    "profile_id": 6091,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Kiswahili Text and Voice Recognition Platform (KTVRP)",
            "description": "A majority of smallholder farmers in Tanzania are only able to communicate through the Kiswahili and its dialects. A text and voice-based platform made available in the language of the underserved (i.e., Kiswahili) would be key to wide access, adoption, and usage of digital agricultural advisory and financial services in Tanzania. The objective is to develop a text and voice recognition platform that will offer smallholder farmers in the Tanzanian Maize Value Chain personalized digital financial and non-financial automated services based on location, agro-ecological zones, and crop cycle.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_132927.7867260000.jpg",
            "created": "2022-11-18T13:29:27.786508Z",
            "moderation_state": 3
        },
        {
            "id": 1604,
            "content_url": "https://foundation.mozilla.org/blog/ring-2fa-and-win-consumers/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Taís de Souza Lessa",
            "submitter_profile_id": 84,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ring, 2FA, and a Win for Consumers",
            "description": "Amazon announced that two-factor authentication (2FA) is now mandatory for all Ring users. The change comes on the heels of loud advocacy by consumers and organizations like Mozilla and Electronic Frontier Foundation (EFF).",
            "get_involved": "Help us to spread the word about this project. Please share!",
            "get_involved_url": "https://foundation.mozilla.org/blog/ring-2fa-and-win-consumers/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-21_203728.8582200000.jpg",
            "created": "2020-02-21T20:37:28.857839Z",
            "moderation_state": 3
        },
        {
            "id": 1466,
            "content_url": "http://www.janavirgin.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Hidden Life of an Amazon User",
            "description": "Amazon’s business model is based on “obsessive customer focus”, which entails the continuous tracking of customer behavior in order to amplify the monetization of the user. Thus, the 87.33Mb of code responsible for tracking user activity that were involuntarily loaded by the customer through the browser, relentlessly put Amazon’s core money-making strategy at work. Moreover, all the energy needed to load all this data was effectively unloaded upon the customer, who ultimately assumed not just part of the economic costs of Amazon's monetization processes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_184257.9857260000.png",
            "created": "2019-11-06T18:42:57.985411Z",
            "moderation_state": 3
        },
        {
            "id": 1764,
            "content_url": "https://foundation.mozilla.org/campaigns/tell-amazon-ring-stop-sharing-information-police-services/",
            "is_bookmarked": false,
            "tags": [
                "Advocacy",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tell Amazon Ring: sever police ties",
            "description": "Amazon's Ring doorbell cameras have become very popular, creating a vast neighborhood surveillance network. And Ring shares its footage with law enforcement through its Neighbors Law Enforcement Portal, which has been called the \"perfect storm of privacy threats.\"  If Amazon is serious about its new police policies, it must extend its moratorium to include Ring.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-02_200258.6109550000.jpg",
            "created": "2020-07-02T19:56:52.061293Z",
            "moderation_state": 3
        },
        {
            "id": 951,
            "content_url": "https://www.youtube.com/watch?v=jrZD6eK-fRw&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=8",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data and Digital Rights in Asia",
            "description": "Amba Kak, polict advisor at Mozilla, speaks at MozFest 2018. Amba focuses on privacy, net neutrality and free speech in India.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_162939.9669080000.jpg",
            "created": "2018-11-07T16:29:39.966524Z",
            "moderation_state": 3
        },
        {
            "id": 2437,
            "content_url": "https://foundation.mozilla.org/en/blog/mozillas-responsible-computer-science-challenge-will-expand-to-kenya-and-india/",
            "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’s Responsible Computer Science Challenge Will Expand to Kenya and India",
            "description": "Ambitious joint initiative with USAID will award $1.2 million to embed ethics in computer science curricula at institutions around the world. Expansion will build on four years of success at U.S. universities.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-07_195226.7073870000.jpg",
            "created": "2022-11-07T19:52:26.707116Z",
            "moderation_state": 3
        },
        {
            "id": 543,
            "content_url": "http://mindyourself.io",
            "is_bookmarked": false,
            "tags": [
                "bipolar",
                "mental health",
                "open health data",
                "suicide prevention",
                "wearables"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Alan Lavender",
            "submitter_profile_id": 219,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alan Lavender",
                    "profile_id": 219,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MindYourself",
            "description": "A mental wellness wearable that detects mood swings before they happen, based on your personal data, and alerts a group of friends and/or professionals depending on severity, for an appropriate intervention ranging from a cuppa and a chat to an emergency room visit.",
            "get_involved": "developers. developers. developers.",
            "get_involved_url": "http://mindyourself.io",
            "interest": "It is a great chance to get involved with mood metrics and big data.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-03_222640.3663450000.PNG",
            "created": "2017-11-03T22:26:40.365702Z",
            "moderation_state": 3
        },
        {
            "id": 1200,
            "content_url": "https://medium.com/mozilla-festival/mark-surman-on-mozfest-2019-4f3b932dd37a",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mark Surman on MozFest 2019",
            "description": "A message from Mozilla Foundation Executive Director about MozFest 2019",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_232534.3374850000.png",
            "created": "2019-12-30T23:25:34.337168Z",
            "moderation_state": 3
        },
        {
            "id": 1188,
            "content_url": "https://amethyst.rs/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2019"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Amethyst",
            "description": "Amethyst uses a rigorous Entity Component System (ECS) architecture to organize game logic. This abstracts away some of the parallelism work, allowing easier exploitation of multi-threading in games. The ECS is rich in features and very efficient, as it never does any memory locking while remaining entirely thread-safe.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_135943.2075310000.png",
            "created": "2019-05-22T13:59:43.194478Z",
            "moderation_state": 3
        },
        {
            "id": 1623,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "APRICOT2020",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Routing Security Awareness in South Asia: February Fellowship Report",
            "description": "Amid COVID19 crisis, Feb 2020 was still a productive month for my project. I could participate in APRICOT2020, APAC’s one of the largest conferences on Internet operational technologies and that was indeed a great event. I had several sessions on routing security. Besides, I could reach out to about 100 onsite participants during the meetings. In Feb, I could help create new ROAs and fix INVALIDs for more than 315 IPv4 and 14 IPv6 prefixes of 56 South Asian operators. During this unfavorable time, I continue reaching out to network operators and helping them remotely to fix their ROAs.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-23_180024.3845340000.JPG",
            "created": "2020-03-23T18:00:24.384125Z",
            "moderation_state": 3
        },
        {
            "id": 1666,
            "content_url": "https://foundation.mozilla.org/en/privacynotincluded/categories/video-call-apps/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "*Privacy Not Included: video call app edition",
            "description": "Amid the pandemic, Mozilla is educating consumers about popular video apps’ privacy and security features and flaws.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_145236.2102690000.jpg",
            "created": "2020-05-05T14:52:36.208575Z",
            "moderation_state": 3
        },
        {
            "id": 1252,
            "content_url": "https://donotdrawapenis.com",
            "is_bookmarked": false,
            "tags": [
                "cma2019",
                "mozilla-cma"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Do Not Draw a Penis",
            "description": "A mischievous, web-based game that spotlights the dilemma of platforms’ automated censorship systems.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-11_190315.4154750000.png",
            "created": "2019-07-11T19:03:15.415162Z",
            "moderation_state": 3
        },
        {
            "id": 2451,
            "content_url": "https://www.westminster.ac.uk/news/university-of-westminster-contributes-to-east-african-voice-technology-project-funded-by-mozilla",
            "is_bookmarked": false,
            "tags": [
                "chatbot",
                "common voice",
                "voice"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "University of Westminster",
                    "profile_id": 6084,
                    "is_active": false
                },
                {
                    "name": "Moi University",
                    "profile_id": 6085,
                    "is_active": false
                },
                {
                    "name": "Western Michigan University",
                    "profile_id": 6086,
                    "is_active": false
                },
                {
                    "name": "Technical University of Kenya",
                    "profile_id": 6087,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Wezesha na Kabambe",
            "description": "A mobile enabled Swahili audio chatbot not reliant on internet connectivity. It is developed in collaboration with rural small-holder women farmers in Kenya as an alternative source for agricultural information. Using the Mozilla Swahili data sets, the mobile-enabled chatbot can be used on both feature phones (kabambes) and smartphones by rural smallholder farmers. The interactive Swahili chatbot is powered by a database of frequently asked questions from smallholder women farmers, a marginalized and digitally excluded group.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_124043.6314550000.jpg",
            "created": "2022-11-18T12:40:43.631137Z",
            "moderation_state": 3
        },
        {
            "id": 1053,
            "content_url": "https://medium.com/read-write-participate/meet-mozillas-latest-open-science-awardees-cfa45348e5d5",
            "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": "Mozilla’s Latest Open Science Awardees",
            "description": "Among the projects receiving funds: a community-owned publishing platform for research. A three-day hackathon for scientists in the life sciences. And open-source protocols for analyzing the yeast DNA in beer.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-08_150111.5586630000.png",
            "created": "2019-03-08T15:01:11.558285Z",
            "moderation_state": 3
        },
        {
            "id": 302,
            "content_url": "https://air.mozilla.org/mozilla-curriculum-workshop-spring-2017/",
            "is_bookmarked": false,
            "tags": [
                "education",
                "educators",
                "fake news",
                "misinfocon",
                "misinformation",
                "mozilla curriculum workshop",
                "news"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Paul Oh",
            "submitter_profile_id": 15,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                },
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "Hannah Kane",
                    "profile_id": 13,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Fake News and Misinformation",
            "description": "A Mozilla Curriculum Workshop on how to help students navigate and build today's media landscape.",
            "get_involved": "Please consider joining the Global Sprint and developing an open project on the topic",
            "get_involved_url": "https://mozilla.github.io/global-sprint/",
            "interest": "\"Fake news\" and determining what is or isn't \"fake\" has critical importance in today's political landscape.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-24_181343.9405100000.png",
            "created": "2017-05-24T12:07:31.633902Z",
            "moderation_state": 3
        },
        {
            "id": 1129,
            "content_url": "http://grisglobal.org/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Lily Edinam Botsyoe",
            "submitter_profile_id": 2000,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Samuel Osei Mensah",
                    "profile_id": 1982,
                    "is_active": true
                },
                {
                    "name": "Lily Edinam Botsyoe",
                    "profile_id": 2000,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Party",
            "description": "A Mozilla Sprint in Ghana with the Global Repository for Internet Studies to provide an open, all inclusive, easy-to-collaborate space that will ignite the participation of youth in Internet Governance and policy.",
            "get_involved": "Help us in translating our work to different languages, contribute to writing our newsletters, designing artworks, creating posts for our social media pages and helping create content for our online short lessons on Internet Governance.",
            "get_involved_url": "http://grisglobal.org/volunteer/",
            "interest": "It will give people a platform to contribute their voice in shaping the internet.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-29_094836.8943990000.jpg",
            "created": "2019-04-29T09:48:36.893962Z",
            "moderation_state": 3
        },
        {
            "id": 1785,
            "content_url": "https://rightscon.course.tc/2020/discussion/threads/ai-in-mental-healthcare-revolutionary-reboot-or-the-rise-of-the-digital-asylum-5PTWhbK2FJpZCChkpUEP26",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "disability",
                "health",
                "mental health"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Piers Gooding",
            "submitter_profile_id": 3148,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Piers Gooding",
                    "profile_id": 3148,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI in mental healthcare: reboot or \"digital asylum\"?",
            "description": "An 8 minute presentation for RightsCon on my work as a Mozilla Fellow for 2020.",
            "get_involved": "Feedback and comments are very welcome!",
            "get_involved_url": "https://piers-gooding.gitbook.io/the-law-and-politics-of-digital-mental-health-tech/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-29_231932.8912690000.png",
            "created": "2020-07-29T23:19:32.890885Z",
            "moderation_state": 3
        },
        {
            "id": 1462,
            "content_url": "http://egorkraft.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Content Aware Studies",
            "description": "An algorithm capable of self-learning is directed to replenish lost fragments of the friezes and sculptures. Based on an analysis of models, it generates models, which are then 3D printed in various materials and used to fill the voids of the original sculptures and their copies.\nThe synthetic intelligence that tends to faithfully restore original forms, also produces bizarre errors and algorithmic  speculative interpretations of, familiar to us, Hellenistic and Roman aesthetics, revealing a machinic understanding of human antiquity.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_180320.0789050000.jpg",
            "created": "2019-11-06T18:03:20.078352Z",
            "moderation_state": 3
        },
        {
            "id": 736,
            "content_url": "http://www.lorieallen.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "I Stand on the Cable",
            "description": "An allegory on the theatre of representation in the formation of the ego as an object betweenself and screen. The film considers the arrival of the new member ofsociety in the form of both child and screen and asks where nonhumanactors are placed in relation to the moulding and interception ofthe process of being by human society and our expanding self-representationaltool assemblage.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_105152.8715130000.jpeg",
            "created": "2018-04-24T10:51:52.870647Z",
            "moderation_state": 3
        },
        {
            "id": 90,
            "content_url": "http://www.wnyc.org/story/diy-radio-rookies-toolkit/",
            "is_bookmarked": false,
            "tags": [
                "animation",
                "diy",
                "hive",
                "hive nyc",
                "media",
                "radio",
                "video"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Radio Rookies Toolkit",
            "description": "An animated series to teach teenagers how to create in-depth audio documentaries about their lives and communities.",
            "get_involved": "",
            "get_involved_url": "http://hivenyc.org/portfolio/diy-radio-rookies-tool-kit/",
            "interest": "In partnership with Hive NYC, Radio Rookies worked with animator Masayoshi Nakamura to create a DIY Radio Rookies Toolkit. The toolkit is a series of engaging resources including four animated shorts, all embedded within a digital comic book, “The Making of a Radio Rookies Story.”",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-13T02:54:27.892000Z",
            "moderation_state": 3
        },
        {
            "id": 1125,
            "content_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/15",
            "is_bookmarked": false,
            "tags": [
                "Polypharmacy"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Symptom Minimizer",
            "description": "An application which helps patients and healthcare providers prescribe medication to maximize quality of life instead of drug reactions.",
            "get_involved": "Looking for help to conduct research with the senior community. Looking for help building out the application. Looking for support from those doing existing drug interaction research. Looking for advisers in general for the project.",
            "get_involved_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/15",
            "interest": "Open Science, Mozilla Mini Science Grant Project, Health",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_212851.3832920000.jpg",
            "created": "2019-04-25T21:28:51.382825Z",
            "moderation_state": 3
        },
        {
            "id": 426,
            "content_url": "http://hivetoronto.org/open-source-for-all/",
            "is_bookmarked": false,
            "tags": [
                "ca.pture",
                "hive learning networks",
                "hive toronto",
                "open educational resource",
                "open leadership",
                "open leadership training",
                "open source",
                "youth",
                "youth activism",
                "youth-led"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Flora Shum",
            "submitter_profile_id": 86,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Flora Shum",
                    "profile_id": 86,
                    "is_active": true
                },
                {
                    "name": "Simona Ramkisson",
                    "profile_id": 78,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source for All: A call to action for community needs.",
            "description": "An article about open source leadership for all -- a call to action for community needs. Open source culture is not just for software development, coding and online initiatives. As leaders in web literacy, digital inclusion and decentralization, it’s important to acknowledge the role the internet plays in community access and needs. Our youth council demonstrate and advocate for open source to truly reflect inclusivity, diversity and accessibility.",
            "get_involved": "Lead your own youth open leadeship training in your community!",
            "get_involved_url": "https://mozilla.github.io/open-leadership-training-series/articles/opening-your-project/develop-an-open-project-strategy-with-open-canvas/",
            "interest": "Learn about open source from a community perspective and what role you can adpot to advocate for a truly inclusive, diverse and accessible open source culture.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-05_165800.9150770000.jpg",
            "created": "2017-09-05T16:58:00.914624Z",
            "moderation_state": 3
        },
        {
            "id": 2168,
            "content_url": "https://youtu.be/uK79tOINeDw",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "How to Build an Internet with Us, Not for Us",
            "description": "Anasuya Sengupta and Siko Bouterse of Whose Knowledge? explain how today’s internet is built for a majority by a minority.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193112.4384670000.jpg",
            "created": "2021-07-05T18:23:32.079472Z",
            "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": 922,
            "content_url": "https://www.wired.com/story/how-bots-ruined-clicktivism/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed | How Bots Ruined Clicktivism",
            "description": "An essay on advocacy and automation, by Mozilla Fellow Renee DiResta.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-21_144200.5546980000.png",
            "created": "2018-09-21T14:42:00.553967Z",
            "moderation_state": 3
        },
        {
            "id": 404,
            "content_url": "https://docs.google.com/document/d/1iczIx5F3tkZZaUorjVfYiD6MfnpYU9fvUP7xec0rs0o/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "mozilla clubs",
                "readinglist",
                "research",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Clubs Reading List",
            "description": "An evolving reading list curated by Mozilla Clubs Manager, Julia Vallera. These readings are intended to enhance the learning experience for Mozilla Club Leaders around the world.",
            "get_involved": "Contribute additions to this list through our Mozilla Club repository on Github.",
            "get_involved_url": "https://github.com/mozilla/mozillaclubs/blob/master/readinglist.md",
            "interest": "It provides a monthly archive of relevent readings and resources related to Internet Health and Web Literacy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-14_195403.8626070000.png",
            "created": "2017-07-14T19:54:03.861948Z",
            "moderation_state": 3
        },
        {
            "id": 927,
            "content_url": "https://blog.mozilla.org/blog/2018/09/27/25000-americans-urge-venmo-to-update-their-privacy-settings/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Poll: Privacy, Not Publicity, Should Be the Default Online",
            "description": "A new Mozilla-Ipsos poll reveals a majority of respondents want privacy, and not publicity, as their default setting online",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-28_145416.7984650000.png",
            "created": "2018-09-28T14:54:16.798085Z",
            "moderation_state": 3
        },
        {
            "id": 1275,
            "content_url": "https://moodle.com/moodlenet/",
            "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": "MoodleNet",
            "description": "A new open social media platform for educators, initially focused on collaboratively curating collections of open content. MoodleNet will be an integral part of the Moodle ecosystem, sustainably empowering communities of educators to share and learn from each other to improve the quality of education.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_212246.0135380000.png",
            "created": "2019-08-01T21:22:45.997151Z",
            "moderation_state": 3
        },
        {
            "id": 636,
            "content_url": "https://medium.com/read-write-participate/on-mobile-apps-who-can-see-your-personal-data-bd8cb8390457",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Study: On Mobile Apps, Who Can See Your Personal Data?",
            "description": "A new report co-authored by Mozilla Fellow Rishab Nithyanand explores the opaque realm of third-party trackers",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025916.5601410000.jpg",
            "created": "2018-03-14T14:26:46.120915Z",
            "moderation_state": 3
        },
        {
            "id": 968,
            "content_url": "https://medium.com/read-write-participate/introducing-the-trustable-technology-mark-f2ed8df3ba1c",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Trustable Technology Mark",
            "description": "A new tool by ThingsCon in Berlin will help consumers identify which devices truly respect their privacy and security",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_003304.8780840000.png",
            "created": "2018-12-07T00:33:04.877417Z",
            "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": 1029,
            "content_url": "https://medium.com/fossmec/the-6-kinds-of-people-in-computer-science-and-engineering-4e6dae122ecd",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Joel Vilanilam Zachariah",
            "submitter_profile_id": 1933,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Joel Vilanilam Zachariah",
                    "profile_id": 1933,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Communities for the 6 kinds",
            "description": "An exploration of what it takes to go from beginner state to an expert in a field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "As we work open, it is important to understand how to create communities for all levels of proficiencies.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-31T01:07:48.246885Z",
            "moderation_state": 3
        },
        {
            "id": 1460,
            "content_url": "https://carolinesinders.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Sinders",
                    "profile_id": 2084,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Anger Disgust Fear Happiness Sadness Surprise",
            "description": "Anger Disgust Fear Happiness Sadness Surprise are the six emotions that are defined to be culturally universal by the Emotion Facial Action Coding System (Emfacs) developed by Paul Ekman and Wallace V Friesen in the 1980s. This specific system of emotion definitions and taxonomies is the backbone of most emotion recognition systems today.  \nAnger Disgust Fear Happiness Sadness Surprise explores the complexities of how machines confuse human emotions, but the deeper questions of how do we emote, what do we emote, and are we allowed to express emotions equally?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_175258.8292990000.png",
            "created": "2019-11-06T17:52:58.828686Z",
            "moderation_state": 3
        },
        {
            "id": 19,
            "content_url": "https://mozilla.github.io/foundation-icons/",
            "is_bookmarked": false,
            "tags": [
                "fonts",
                "icons",
                "logos"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Foundation Icon Font",
            "description": "An icon font that features all of the icons from the various websites and apps maintained by the Mozilla Foundation. Also includes downloadable SVG files for each icon.",
            "get_involved": "Looking for people to try it out & leave feedback.",
            "get_involved_url": "https://github.com/flukeout/foundation-icons",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-21T22:36:39.330000Z",
            "moderation_state": 3
        },
        {
            "id": 751,
            "content_url": "http://www.in-vacua.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Remote-a-Tower",
            "description": "Animated text. The text reverses so as to spell its two terms: ‘remote’ ‘a tower’. The building of e-connection forming a tower in its remote places.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_111532.4207260000.jpg",
            "created": "2018-04-24T11:15:32.419892Z",
            "moderation_state": 3
        },
        {
            "id": 130,
            "content_url": "http://rik.smith-unna.com/command_line_bootcamp",
            "is_bookmarked": false,
            "tags": [
                "code",
                "command line"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Command-line bootcamp",
            "description": "An \"interactive adventure\" to learn the UNIX command line in the browser.",
            "get_involved": "",
            "get_involved_url": "https://github.com/Blahah/command_line_bootcamp",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-09T20:33:32.316000Z",
            "moderation_state": 3
        },
        {
            "id": 547,
            "content_url": "http://map.mideastunes.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Esra'a Al Shafei",
            "submitter_profile_id": 228,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Esra'a Al Shafei",
                    "profile_id": 228,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mapping indie artists in the Middle East",
            "description": "An interactive map that lets you explore Middle Eastern indie artists of the month. An exciting way to discover new tunes that reflects the cultural vibrancy of the region.",
            "get_involved": "Help us promote the map and Mideast Tunes overall!",
            "get_involved_url": "http://map.mideastunes.com/",
            "interest": "Listen to music that is otherwise often censored in our region.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-08_153923.8023460000.png",
            "created": "2017-11-08T15:39:23.801641Z",
            "moderation_state": 3
        },
        {
            "id": 10,
            "content_url": "http://mzl.la/MLN2016Timeline",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "curriculum",
                "gigabit",
                "hive",
                "iot",
                "mln",
                "mozfest",
                "mozilla leadership network",
                "privacy",
                "science",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Leadership Network 2016 Reflections Timeline",
            "description": "An Interactive timeline featuring highlights from the Mozilla Leadership Network in 2016.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn more about key events, announcements, and new projects from across the MLN team in 2016.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-16T21:40:36.101000Z",
            "moderation_state": 3
        },
        {
            "id": 122,
            "content_url": "https://github.com/joeyklee/urbanco2",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Urban CO2",
            "description": "An interactive web app to communicate the importance of cities as sources of CO2 emissions, using mobile sensors.",
            "get_involved": "Add an issue to the repo, or check back for more documentation and CONTRIBUTING.md updates as the project matures.",
            "get_involved_url": "http://jk-lee.com/",
            "interest": "Cool way to engage with environmental sensors and understand/compare urban environments.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T03:49:54.371000Z",
            "moderation_state": 3
        },
        {
            "id": 1746,
            "content_url": "https://carriesijiawang.com/interview/",
            "is_bookmarked": false,
            "tags": [
                "aiinterview",
                "cma2020",
                "creativemedia20",
                "future of work",
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Carrie Sijia Wang",
            "submitter_profile_id": 3961,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carrie Sijia Wang",
                    "profile_id": 3961,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An Interview with ALEX",
            "description": "“An Interview with ALEX” is an interactive, browser-based experience that simulates a job interview with an Artificial Intelligence HR Manager in a future of gamified work and total surveillance. The entire experience is 12 minutes.",
            "get_involved": "",
            "get_involved_url": "https://carriesijiawang.com/interview/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-18_231217.6750000000.jpg",
            "created": "2020-06-18T23:12:17.674364Z",
            "moderation_state": 3
        },
        {
            "id": 1772,
            "content_url": "https://logicmag.io/security/attacking-agriculture/",
            "is_bookmarked": false,
            "tags": [
                "#agriculture",
                "#data privacy",
                "#digital security",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Attacking Agriculture",
            "description": "An intro to security issues around precision agriculture in Logic Magazine",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-16_200119.7214600000.jpg",
            "created": "2020-07-16T20:01:19.720790Z",
            "moderation_state": 3
        },
        {
            "id": 1199,
            "content_url": "https://medium.com/mozilla-festival/save-the-date-for-mozfest-2019-6ab58602564f",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kristina Gorr",
                    "profile_id": 1678,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Save the Date for MozFest 2019",
            "description": "Announcing the dates for the 10th anniversary MozFest celebration!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_232315.7194500000.jpeg",
            "created": "2019-05-22T23:23:15.719180Z",
            "moderation_state": 3
        },
        {
            "id": 686,
            "content_url": "https://github.com/meagdoh/data-and-friends",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Meag Doherty",
            "submitter_profile_id": 479,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Meag Doherty",
                    "profile_id": 479,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data + Friends",
            "description": "An offline storytelling game for advocacy groups learning data",
            "get_involved": "Help test the game, remix existing cards and offer use case scenarios for game play",
            "get_involved_url": "https://github.com/meagdoh/data-and-friends",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-12_020821.4059080000.JPG",
            "created": "2018-04-12T02:08:21.405567Z",
            "moderation_state": 3
        },
        {
            "id": 621,
            "content_url": "https://wikipathways.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "biology",
                "CC0",
                "mozsprint",
                "pathways",
                "science",
                "wiki"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Alexander Pico",
            "submitter_profile_id": 390,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alexander Pico",
                    "profile_id": 390,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "WikiPathways: Pathways for the People!",
            "description": "An online collaboration tool for drawing models of biological pathways. Unlike many other scientific databases, WikiPathways welcomes open source contributors and crowdsourced content from all citizen scientists.  These pathways are actively being used by students and researchers everyday.",
            "get_involved": "Learn about pathways, contribute new content and help develop the platform",
            "get_involved_url": "https://www.wikipathways.org/index.php/Help:Contents",
            "interest": "We love collaborating with other open platforms and communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-09_064015.1258680000.png",
            "created": "2018-03-09T06:40:15.125261Z",
            "moderation_state": 3
        }
    ]
}