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=help_types&page=31
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=help_types&page=32",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=help_types&page=30",
    "results": [
        {
            "id": 1520,
            "content_url": "https://www.blackhat.com/eu-19/briefings/schedule/#is-your-mental-health-for-sale-17889",
            "is_bookmarked": false,
            "tags": [
                "adtech",
                "mental health",
                "#mozfellows19",
                "mozfellows19",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Is your mental health for sale? - blackhat Europe 2019 talk",
            "description": "Based on an analysis of 136 popular depression-related websites in France, Germany, and the UK, we observed that a vast majority of these websites embed an impressive number of trackers, mostly for marketing purposes.In this talk, we will take you on a journey to show exactly what data about you is being shared when you're looking for  information about depression online, or when you take a depression test.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Shows the harm of Adtech and tracking",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-03_125900.7000960000.png",
            "created": "2019-12-03T12:59:00.699688Z",
            "moderation_state": 3
        },
        {
            "id": 791,
            "content_url": "https://www.tpp.pt",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "docker",
                "GTFS",
                "mozsprint",
                "multimodal",
                "nominatim",
                "openstreetmap",
                "osm",
                "public transportation",
                "public transportation portugal",
                "routing engine",
                "transitland",
                "trip planner",
                "valhalla"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "André Glatzl",
            "submitter_profile_id": 505,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "André Glatzl",
                    "profile_id": 505,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "TPP - Transportes públicos de Portugal",
            "description": "A project that tries to unify information such as timetables, stops, routes from public transport in Portugal and serve the data with a public API",
            "get_involved": "Help us define an algorithm that sorts the geocoding results in the best way for the user",
            "get_involved_url": "https://github.com/tpportugal",
            "interest": "Learning new GIS Technologies, like Routing Engine for OpenStreetMap (Valhalla), serving this cause and meet new people :D",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-01_202501.3678170000.jpg",
            "created": "2018-05-01T20:25:01.367313Z",
            "moderation_state": 3
        },
        {
            "id": 457,
            "content_url": "https://ecleipteon.github.io/Thalos",
            "is_bookmarked": false,
            "tags": [
                "criptography",
                "mozfest",
                "online privacy & security",
                "online security",
                "open leadership zone"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Luca Maria Castiglione",
            "submitter_profile_id": 122,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Thalos",
            "description": "Simple and Secure approach to file storage in untrusted environments",
            "get_involved": "",
            "get_involved_url": "https://ecleipteon.github.io/Thalos",
            "interest": "Everyone should have the right to store their file in the cloud without concerning about privacy violantions.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-10-09T17:58:23.554256Z",
            "moderation_state": 3
        },
        {
            "id": 1522,
            "content_url": "https://foundation.mozilla.org/en/blog/dismantling-ai-myths-and-hype/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "fellows",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dismantling AI Myths and Hype",
            "description": "As a Mozilla Fellow, I’m looking for ways to challenge and subvert inaccurate narratives about AI",
            "get_involved": "",
            "get_involved_url": "https://forms.gle/7YshbkDNu4b8tckZ6",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-05T11:16:21.897572Z",
            "moderation_state": 3
        },
        {
            "id": 1526,
            "content_url": "https://foundation.mozilla.org/en/blog/project-demystify-litigation-and-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "#ArtificialIntelligence",
                "#digitalrights",
                "#humanrights",
                "#law",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jonathan McCully",
            "submitter_profile_id": 3157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3413,
                    "is_active": true
                },
                {
                    "name": "Aurum Linh",
                    "profile_id": 3350,
                    "is_active": true
                },
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Project to Demystify Litigation and Artificial Intelligence",
            "description": "As a Mozilla Fellow, I am working with Aurum Linh on a project aimed at breaking down knowledge barriers between litigators and technologists. Find out more, and how to get involved, in this blog.",
            "get_involved": "",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuideSurvey",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-06_175842.6044120000.jpg",
            "created": "2019-12-06T17:58:42.603907Z",
            "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": 582,
            "content_url": "https://dataselfie.it",
            "is_bookmarked": false,
            "tags": [
                "facebook",
                "personality prediction"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Hang Do Thi Duc",
            "submitter_profile_id": 288,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Selfie",
            "description": "Data Selfie is a browser extension that tracks you while you are on Facebook to show you your own data traces and reveal what machine learning algorithms could predict about your personality based on that data.The tool explores our relationship to the online data we leave behind as a result of media consumption and social networks - the information you share consciously and unconsciously.",
            "get_involved": "Help out on Github: https://github.com/d4t4x/data-selfie",
            "get_involved_url": "https://github.com/d4t4x/data-selfie",
            "interest": "Open source project/browser extension about data privacy, with example of Facebook",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025817.4685070000.jpg",
            "created": "2018-01-29T19:13:16.795443Z",
            "moderation_state": 3
        },
        {
            "id": 1249,
            "content_url": "https://medium.com/mozilla-festival/mozfest-as-launchpad-unveiling-new-work-at-the-festival-9df35fc39914",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Promote"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest as Launchpad: Unveiling new projects at the Festival",
            "description": "Tips and tricks for launching a project at the Festival from Jen Caltrider, one of the creators of the *Privacy Not Included buyer's guide that soft-launched at MozFest 2018.",
            "get_involved": "",
            "get_involved_url": "https://www.mozillafestival.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-10_192934.8287280000.jpg",
            "created": "2019-07-10T19:29:34.828010Z",
            "moderation_state": 3
        },
        {
            "id": 581,
            "content_url": "https://securityplanner.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Bram Abramson",
            "submitter_profile_id": 281,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Security Planner",
            "description": "Security Planner is a simple way to get tailored, straight-forwarded recommendations for staying safe online.  To use it, answer a few questions about your digital habits and the technology you use.  In response, Security Planner provides plain-language recommendations based on independent, peer-reviewed advice from experts.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-29_144732.2715120000.jpg",
            "created": "2018-01-29T14:47:32.270964Z",
            "moderation_state": 3
        },
        {
            "id": 1248,
            "content_url": "https://weekwithwanda.com",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Joe Hall",
            "submitter_profile_id": 2784,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Joe Hall",
                    "profile_id": 2784,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Week With Wanda",
            "description": "What happens when artificial intelligence goes wrong? A Week With Wanda is a hilarious (or horrifying?!) online game -- a simulation of a Siri-like virtual assistant who tries to take over your life, revealing the darkest things happening in A.I. today.Through online chats, you might learn that Wanda has signed you up for therapy; sold your location data; reported your friends to the police; even “deepfaked” you into a pornographic video... and more. (All Wanda's actions are simulated not real.)Play now, discover what's happening and share your view about what the future of A.I. should be.",
            "get_involved": "Please share with friends, family and coworkers and help raise more awareness of A.I. issues",
            "get_involved_url": "",
            "interest": "It's a humorous but revealing way to understand current issues in artificial intelligence like privacy, discrimination and corporate ownership -- and have a say yourself",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-09_165611.6470270000.png",
            "created": "2019-07-09T16:56:11.646303Z",
            "moderation_state": 3
        },
        {
            "id": 489,
            "content_url": "https://www.webumenia.sk/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "art gallery",
                "gallery",
                "mozfest",
                "museTech",
                "museums",
                "openGLAM",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Philo van Kemenade",
            "submitter_profile_id": 153,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Philo van Kemenade",
                    "profile_id": 153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web umenia",
            "description": "Web umenia is an open platform to explore digitized art collections from public galleries and museums.",
            "get_involved": "we are looking for help to  1) Making it super simple to get started developing  2) publish more content like articles and collections in English  3) localize and translate  4) create a ‘living pattern library’",
            "get_involved_url": "https://github.com/SlovakNationalGallery/web-umenia-2/",
            "interest": "We are working with public art organisations to make their art accessible and explorable online so curious people around the world can learn more about works of art and the context they've been created in.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_144151.8979140000.jpg",
            "created": "2017-10-24T14:41:51.897518Z",
            "moderation_state": 3
        },
        {
            "id": 1517,
            "content_url": "https://immerse.news/antecedent-technology-b3a89956299d",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "decentralization",
                "decolonization",
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Amelia Winger-Bearskin",
            "submitter_profile_id": 3119,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Amelia Winger-Bearskin",
                    "profile_id": 3119,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Antecedent Technology article published by Immerse.News",
            "description": "\"In other words, the problem with colonial mindset is one of underfitting. It encourages us to believe we know more than we do, to premise our thinking on bad analogies. It is like trying to run a program without checking its dependencies — the program will produce weird artifacts, or crash completely, and we will be left holding the bag and scratching our heads.\"",
            "get_involved": "amplify",
            "get_involved_url": "",
            "interest": "Don't Colonize our Future.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-24_034209.9080770000.png",
            "created": "2019-11-24T03:42:09.907367Z",
            "moderation_state": 3
        },
        {
            "id": 1726,
            "content_url": "https://smat-streamlit.herokuapp.com",
            "is_bookmarked": false,
            "tags": [
                "conspiracies",
                "disinformation",
                "hate tracking",
                "open research",
                "open-source",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Social Media Analysis Toolkit",
            "description": "The Social Media Analysis Toolkit (SMAT) was designed to help facilitate activists, journalists, researchers, and other social good organizations to analyze and visualize larger trends on a variety of platforms. Our intention is to provide easy to use tools that help you tell a story about something happening at a large scale online. The tools are designed to be quick and simple so that users could quickly respond to things like disinformation and hate as they occur, while also having the tools be rigorous enough to have applications in scholarly research.",
            "get_involved": "Interested people can test, use, code, or just share the tools with others!",
            "get_involved_url": "https://gitlab.com/smat-project",
            "interest": "To help aid in analyzing phenomena like hate and disinformation on social media.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-21_023041.0771690000.JPG",
            "created": "2020-05-21T02:30:41.076707Z",
            "moderation_state": 3
        },
        {
            "id": 1509,
            "content_url": "https://www.seinfo.org/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "future of work",
                "remote working"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Stephanie Itimi",
            "submitter_profile_id": 3354,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Itimi",
                    "profile_id": 3354,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An open-source digital library for Africans",
            "description": "Seinfo is an​ open-source digital library for Africans to learn digital skills needed for freelancing, remote-working and entrepreneurship. The platform enables African women and youth to learn digital skills as well as emerging tech to enable them to get remote jobs on platforms such as Fiverr, PeoplerPerHour and Upwork. Users are able to create social media profiles, add to the library and share queries in a forum.",
            "get_involved": "Help us plan events in an African state, in which the website will be used as a tool to teach people digital skills. We also need help with content and translation to help thos from portuguese and french speaking countries engage with the platfom.",
            "get_involved_url": "https://www.seinfo.org/contact",
            "interest": "A chance to help reduce the digital divide in Africa.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-15_140317.3225730000.png",
            "created": "2019-11-15T14:03:17.321789Z",
            "moderation_state": 3
        },
        {
            "id": 1511,
            "content_url": "https://foundation.mozilla.org/en/blog/how-mozfest-open-book-internet-health-movement/",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "newsletter",
                "Open Leadership and Events",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kristina Gorr",
                    "profile_id": 1678,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How To MozFest: An Open Book For the Internet Health Movement",
            "description": "Learn more about the curation and editing process of the MozFest 10th Anniversary book, as well as submit an essay by Nov 29 for possible publication in the next chapter.",
            "get_involved": "Submit a 750-word essay for possible publication in the next chapter. Deadline Nov 29.",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/open-leadership-events/collaborate-with-us-/#10th-anniversary-mozfest-book",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-15_202106.5564650000.jpg",
            "created": "2019-11-15T20:21:06.555857Z",
            "moderation_state": 3
        },
        {
            "id": 1242,
            "content_url": "https://www.lizaelle.com/digitaldeathpractices.html",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "Artists Open Web",
                "citizen engagement",
                "Citizen Journalism",
                "Citizen Media",
                "citizen science",
                "creative automation",
                "creative industries",
                "digital inclusion",
                "media",
                "robotics"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Lizaelle Taoipu",
            "submitter_profile_id": 2759,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lizaelle Taoipu",
                    "profile_id": 2759,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Death Practices & Dying",
            "description": "A rhetorical analysis on death and its existence in the digital age of mourning.",
            "get_involved": "Help me start a conversation around death, dying, and bereavement amongst a society that is afraid to openly discuss death.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-07-04T03:13:26.363167Z",
            "moderation_state": 3
        },
        {
            "id": 1241,
            "content_url": "https://fitzbetweentheshelves.com/",
            "is_bookmarked": false,
            "tags": [
                "books",
                "community",
                "community building",
                "digital literacy",
                "education",
                "equity",
                "inclusion",
                "learning",
                "libraries",
                "literacy",
                "media literacy",
                "social impact",
                "social justice",
                "story",
                "storytelling",
                "youth",
                "youth activism"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Sarah FitzHenry",
            "submitter_profile_id": 2729,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sarah FitzHenry",
                    "profile_id": 2729,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Fitz Between the Shelves",
            "description": "Fitz Between the Shelves is a platform for advocacy, inspiration, and collaboration. I believe that books and libraries are critical tools for helping to create the next generation of citizens and leaders that will shape our future. Librarians have power to change the world, one reader at a time – and I am here to work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Fitz Between the Shelves is focused on creating and sharing critical content with all educators, parents, librarians, and mentors for free, so that every child can receive education and opportunities of the highest quality.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_143132.2574560000.jpg",
            "created": "2019-07-03T14:31:32.257101Z",
            "moderation_state": 3
        },
        {
            "id": 1239,
            "content_url": "https://acoaf.wordpress.com",
            "is_bookmarked": false,
            "tags": [
                "education",
                "inclusion",
                "tactile material"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Design"
            ],
            "published_by": "Nikolaos Nerantzis",
            "submitter_profile_id": 1528,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nikolaos Nerantzis",
                    "profile_id": 1528,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ZCP1",
            "description": "Promoting Inclusive STEM Education by Creating Tactile Material (Swell Paper & 3D Print) for Biology & Astronomy from Mixed Students’ Group.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_073450.2364400000.png",
            "created": "2019-07-03T07:34:50.236078Z",
            "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": 1238,
            "content_url": "https://open-archive.org",
            "is_bookmarked": false,
            "tags": [
                "Archiving",
                "Citizen Journalism",
                "Citizen Media",
                "digital inclusion",
                "Media Verification",
                "Narative Agency",
                "Privacy Usability",
                "Secure Preservation"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Fundraise"
            ],
            "published_by": "Natalie Cadranel",
            "submitter_profile_id": 2703,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Natalie Cadranel",
                    "profile_id": 2703,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Founder & Director",
            "description": "Secure Mobile Media Preservation for activists, human rights defenders, journalists, archivists, historians, lawyers and anyone else seeking to create secure, verifiable media collections.",
            "get_involved": "Help us test the apps on ios / android, contribute to the code base, spread the word, host personal digital archiving events at local libraries and maker spaces",
            "get_involved_url": "https://open-archive.org/contact/",
            "interest": "This is a project offering tools for those facing surveillance, censorship, limited internet, or other threats to freedom of expression.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_030434.2904450000.png",
            "created": "2019-07-03T03:04:34.289655Z",
            "moderation_state": 3
        },
        {
            "id": 455,
            "content_url": "https://www.wired.com/story/actually-do-read-the-commentsthey-can-be-the-best-part/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Actually, Do Read the Comments—They Can Be the Best Part",
            "description": "An op-ed in WIRED by Mozilla's Andrew Losowsky, about online journalism and digital inclusion.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-06_202018.4419620000.png",
            "created": "2017-10-06T20:20:18.441571Z",
            "moderation_state": 3
        },
        {
            "id": 1237,
            "content_url": "http://infosen.senado.gob.mx/sgsp/gaceta/64/1/2019-04-29-1/assets/documentos/Inic_MORENA_Ley_Inst_Electorales.pdf",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "disability",
                "inclusion",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Itzel Moreno",
            "submitter_profile_id": 1688,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Itzel Moreno",
                    "profile_id": 1688,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Collaboration in the right to vote legislation for the Mexican disability",
            "description": "Our participation as a digital disability research group was the collaboration with Senator Ricardo Monreal A. to legislate the right to vote of Mexican citizens in disability to vote with total accessibility in the polling stations",
            "get_involved": "You can join our community. We held a First Forum on Citizenship, Education and Universal Accessibility in May 2019 in Morelos. You can collaborate with us from a chat on Skype or perform with us a practice  and share us your experiences of empowerment.",
            "get_involved_url": "https://literacyforthedeaf.com/",
            "interest": "Digital inclusion empowers and has given us cohesion as a community. This achievement is transcendent for the health movement on the Internet because it also means democratic inclusion. It is one of its implications",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_020315.6647940000.jpg",
            "created": "2019-07-03T02:03:15.664005Z",
            "moderation_state": 3
        },
        {
            "id": 785,
            "content_url": "https://github.com/InnovaPolitica/Pawah-tech-for-human-rights",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "civictools",
                "digitalrights",
                "digitalsecurity",
                "freespeech",
                "Human Rights",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Cristian León",
            "submitter_profile_id": 531,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cristian León",
                    "profile_id": 531,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Pawah! Tech for human rights",
            "description": "Pawah! is a tool to defend human rights through documentation of potential abuses.",
            "get_involved": "Help us looking through our documentation, improving the idea, implementing the project",
            "get_involved_url": "https://github.com/InnovaPolitica/Pawah-tech-for-human-rights",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-30_171158.3978980000.jpg",
            "created": "2018-04-30T17:11:58.397302Z",
            "moderation_state": 3
        },
        {
            "id": 1512,
            "content_url": "https://nyupress.org/9781479837243/algorithms-of-oppression/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellow20"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI, Data Protection and Privacy policy in Africa?",
            "description": "One month into me fellowship and my questions so far:\n\n1) “The Right to be protected from decisions made purely on the basis of automated data processing”. What would this mean in African contexts?\n2) Reading Algorithms of Oppression by Safiya Umoja Noble. “Deep machine learning, which is using algorithms to replicate human thinking, is predicated on specific values from specific kinds of people—namely, the most powerful institutions in society and those who control them.” (pg, 29). \n3) Framing ideas: Data justice and Feminist approaches to AI & policy\n4) Find me on twitter @chenaichair.",
            "get_involved": "Looking for readings on the impact of AI in Africa, feminist literature on tech & policy and research to policy organisations in Africa working on AI.",
            "get_involved_url": "",
            "interest": "Developing relevant policy in the light of AI uptake in Africa.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-17_085006.5441460000.jpg",
            "created": "2019-11-17T08:50:06.543443Z",
            "moderation_state": 3
        },
        {
            "id": 1230,
            "content_url": "https://pussypedia.net/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "gender and tech",
                "verification"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Zoe Mendelson",
            "submitter_profile_id": 2574,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Zoe Mendelson",
                    "profile_id": 2574,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Pussypedia",
            "description": "A free, bilingual, gender-inclusive, hyper-fact-checked, accessibly-written encyclopedia of the vagina. It's also crowd-sourced. It's also a platform for the collective generation of high-quality information. Launches July 1.",
            "get_involved": "",
            "get_involved_url": "https://forms.gle/7TTTuPgv3dEa4KjC6",
            "interest": "Who doesn't want to know more about vaginas??? (Or how to collectively verify information?)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-24_210658.7404470000.png",
            "created": "2019-06-24T21:06:58.740045Z",
            "moderation_state": 3
        },
        {
            "id": 488,
            "content_url": "https://www.whitemarketpodcast.co.uk",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Rute Correia",
            "submitter_profile_id": 152,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rute Correia",
                    "profile_id": 152,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "White Market Podcast",
            "description": "White Market Podcast is an open podcast about free music and free culture. The show advocates for digital rights and often features movements like open source and copyleft.",
            "get_involved": "Remix everything! Create blog posts, do interviews and other features, create cool coding things and attend WMP's session at Mozfest: Open Radio, Open Minds.",
            "get_involved_url": "https://github.com/WhiteMarketPodcast/whitemarketpodcast-repo",
            "interest": "WMP tries to raise awareness on copyright, digital rights and other issues. If you're the activist-type for open web, this is a good oportunity to get hands on and create content around your specific cause. If you're looking for information about these topics, WMP is good and reliable source.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_140200.0896190000.jpg",
            "created": "2017-10-24T14:02:00.089012Z",
            "moderation_state": 3
        },
        {
            "id": 781,
            "content_url": "https://mozcodepaste.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Code"
            ],
            "published_by": "Amit Kumar Singh",
            "submitter_profile_id": 530,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Amit Kumar Singh",
                    "profile_id": 530,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Moz Code Paste",
            "description": "Moz Code Paste aims to help people to improve their code quality. The code pasted here gets reviewed by lot other people from the world and help one to understand code.",
            "get_involved": "Help us in building the project.",
            "get_involved_url": "https://github.com/amitsin6h/mozcodepaste/",
            "interest": "This project is interesting to other people in our network as it keep user connected and give platform to share code and get it reviewed by other user.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-29_152612.5124990000.png",
            "created": "2018-04-29T15:26:12.511990Z",
            "moderation_state": 3
        },
        {
            "id": 780,
            "content_url": "http://www.codeisscience.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Create content"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code is Science",
            "description": "Code is Science is a project to promote open source code in a scientific setting. Given that code is often used to produce scientific results, when the code is wrong, the science is wrong too! Scientific code should be open and peer reviewed.",
            "get_involved": "We're looking for scientists, coders, and anyone who is interested in helping the cause by contributing stories or curating open source journals.",
            "get_involved_url": "https://github.com/yochannah/code-is-science/issues",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-29_143944.5441010000.png",
            "created": "2018-04-29T14:39:44.543499Z",
            "moderation_state": 3
        },
        {
            "id": 1244,
            "content_url": "https://doctorlingo.com",
            "is_bookmarked": false,
            "tags": [
                "medical research",
                "medicine"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Shuhan He MD",
            "submitter_profile_id": 2765,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Shuhan He MD",
                    "profile_id": 2765,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Doctorlingo",
            "description": "Medicine is full of jargon, and this site helps translate medical records into plain english. Doctorlingo.com is an open database of translations between medical language and common english. A JSON based API allows for integration of this database into digital health tools, medical records, and other websites.",
            "get_involved": "",
            "get_involved_url": "https://doctorlingo.com",
            "interest": "Medical Expertise in digital mediums",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-05_164743.3508090000.png",
            "created": "2019-07-05T16:47:43.350465Z",
            "moderation_state": 3
        },
        {
            "id": 454,
            "content_url": "https://medium.com/@am_marilia/building-capacities-for-sustainable-digital-policies-f00e14c368b1",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Building capacities for sustainable digital policies",
            "description": "Mozilla Tech Policy Fellow Marília Monteiro writes about her work in the field of tech policy and internet governance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-05_154122.2230620000.png",
            "created": "2017-10-05T15:41:22.222677Z",
            "moderation_state": 3
        },
        {
            "id": 278,
            "content_url": "https://thimbleprojects.org/techkim/258242/#overview",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "fake news",
                "misinformation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 105,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foiling Fake News",
            "description": "This is a teaching kit put together by Kim Wilkens and Sarah FitzHenry to teach fake news, misinformation, and media literacy to middle school students.",
            "get_involved": "Share the teaching kit on social media and remix it to use in your work with community members!",
            "get_involved_url": "",
            "interest": "This is a great example of community members using Mozilla tools (like Thimble) and Web Literacy standards to share teaching resources that fight fake news and misinformation.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_171623.1594020000.jpg",
            "created": "2017-05-12T17:16:23.158863Z",
            "moderation_state": 3
        },
        {
            "id": 1326,
            "content_url": "https://goscommons.github.io/hardocs-guide/",
            "is_bookmarked": false,
            "tags": [
                "command line interface",
                "hardware documentation",
                "open source",
                "open source design"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hardocs: an open source CLI to make hardware documentation simple",
            "description": "Hardware documentation, specially in open hardware projects, needs to improve with regard to accessibility, interoperability as well as compatibility. We are working on the automation of key services that allow hardware communities to easily collaborate and open their hardware projects in standard formats and structure. Hardocs is a wizard command line interface meant to be flexible and git friendly. It is based on nodejs and makes really easy to deploy static websites in github pages, or gitlab pages. It also makes tedious tasks easier like managing bill of materials.",
            "get_involved": "I am looking for people with experience in javascript, people that are looking for a fun project to work like a nodejs based command line interface, or a backend developer that wants to work with express, but also users and testers that want to try this package in their hardware projects.",
            "get_involved_url": "https://t.me/hardocs19",
            "interest": "They can learn javascript, learn about open hardware and participate in open hardware projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-15_083403.9405610000.png",
            "created": "2019-08-15T08:34:03.939710Z",
            "moderation_state": 3
        },
        {
            "id": 575,
            "content_url": "https://medium.com/read-write-participate/mapping-the-open-leadership-journey-bcaa39f16995",
            "is_bookmarked": false,
            "tags": [
                "open leadership",
                "working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 8,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Leadership Map white paper",
            "description": "This is a blog post announcing the public alpha of our Open Leadership Map white paper. The paper itself is a framework for developing more curriculum and documentation about open leadership and working open. We'd love to have your help in improving this resource. Let us know what makes sense, what seems confusing, and what we've missed!",
            "get_involved": "You can give us feedback on the white paper and its open leadership framework by filing issues in its repo or by emailing project lead Chad Sansing.",
            "get_involved_url": "https://mozilla.github.io/olm-whitepaper/",
            "interest": "We hope network members will adapt the white paper and any open leadership resources that follow for local audiences.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-08_171406.6126410000.png",
            "created": "2018-01-03T22:43:20.368633Z",
            "moderation_state": 3
        },
        {
            "id": 1361,
            "content_url": "https://foundation.mozilla.org/en/blog/journey-dark-side/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "manipulation",
                "online radicalization",
                "YouTube"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jessie Keating",
                    "profile_id": 71,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Journey From the Dark Side",
            "description": "How one teen boy got radicalized online. How his family helped him through to the other side. How you can ask your questions of this family and their very personal journey.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/journey-dark-side/",
            "interest": "Online radicalization and ways to fight it.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-21_195658.0606630000.jpg",
            "created": "2019-08-21T19:56:58.060136Z",
            "moderation_state": 3
        },
        {
            "id": 1220,
            "content_url": "https://github.com/fourthletter/SentencingByNumber",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Di Luong",
            "submitter_profile_id": 423,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Di Luong",
                    "profile_id": 423,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sentencing By Numbers Project",
            "description": "We have the right to evaluate and audit these “black boxes” for biases. Algorithms act on human biases by replicating these biases, thereby reinforcing and even exacerbating existing inequalities. Data literacy is a path to better understanding the human decisions behind the curtain of the great and powerful AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-06-14T14:58:16.277259Z",
            "moderation_state": 3
        },
        {
            "id": 573,
            "content_url": "https://blog.mozilla.org/blog/2017/12/20/plugging-in-on-policy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Cori Zarek",
                    "profile_id": 111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog: Plugging in on Policy",
            "description": "Mozilla Tech Policy Fellows continue to lead policy conversations around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-03_180821.3741650000.jpg",
            "created": "2018-01-03T18:08:21.373466Z",
            "moderation_state": 3
        },
        {
            "id": 574,
            "content_url": "https://misinfocon.com/citizen-journalism-could-become-collateral-damage-in-the-fight-against-fake-news-c93658a59fd4",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "misinformation"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Sam Burton",
            "submitter_profile_id": 45,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 45,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Citizen journalism could become collatoral damage in the fight against fake news",
            "description": "An opinion piece for Misinfocon by Sam Burton, about the risks of relying too heavily on automation to fight misinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-01-03T21:02:51.454972Z",
            "moderation_state": 3
        },
        {
            "id": 452,
            "content_url": "https://medium.com/read-write-participate/harnessing-the-energy-around-antitrust-and-competition-to-promote-a-healthy-internet-d326eaa2fd44",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Antitrust, Competition, and a Healthy Internet",
            "description": "Mozilla Tech Policy Fellow Caroline Holland blogs about competition, anti-trust, and a healthy web.\n\nCaroline is a Former Official at the U.S. Department of Justice Antitrust Division and Former Chief Counsel of the Senate Antitrust Subcommittee.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-03_194646.9609800000.png",
            "created": "2017-10-03T19:46:46.960182Z",
            "moderation_state": 3
        },
        {
            "id": 1531,
            "content_url": "https://foundation.mozilla.org/en/blog/case-knowledge-sharing-between-technologists-and-digital-rights-litigators/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Aurum Linh",
            "submitter_profile_id": 3161,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Aurum Linh",
                    "profile_id": 3161,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Case For Knowledge-Sharing Between Technologists and Digital Rights Litigators",
            "description": "As a Mozilla Fellow, I'm working on a project aimed at breaking down knowledge barriers between litigators and technologists. This article provides background information and context on why I'm doing this work, and how you can get involved too.",
            "get_involved": "Take our survey, share with networks, contact us",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuidesABlog",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-09T20:15:21.157998Z",
            "moderation_state": 3
        },
        {
            "id": 1218,
            "content_url": "https://github.com/ushahidi/opensourcedesign",
            "is_bookmarked": false,
            "tags": [
                "design",
                "design thinking",
                "graphic design",
                "human centered design",
                "interaction design",
                "open",
                "open source",
                "product design",
                "ui design",
                "user centred design"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Eriol Fox",
            "submitter_profile_id": 1650,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Justin Scherer",
                    "profile_id": 1876,
                    "is_active": true
                },
                {
                    "name": "Eriol Fox",
                    "profile_id": 1650,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source Design",
            "description": "Opening up the way for designers to collaborate and contribute to open source software projects with support from Adobe & Designit.",
            "get_involved": "Looking for designers interested in opening up the process of design for OSS",
            "get_involved_url": "https://github.com/ushahidi/opensourcedesign",
            "interest": "Building a comprehensive, well researched and strong way forward for designers globally to collaborate and contribute to OSS projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-12_005126.1774410000.png",
            "created": "2019-06-12T00:51:26.176982Z",
            "moderation_state": 3
        },
        {
            "id": 487,
            "content_url": "https://github.com/trallard/Coding-foundation",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content"
            ],
            "published_by": "Tania R Allard",
            "submitter_profile_id": 151,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tania R Allard",
                    "profile_id": 151,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coding Foundation",
            "description": "Coding foundation is an open source initiative aiming to increase the numbers of women and queer individuals in undergraduate courses related to computer science and associated tech areas.",
            "get_involved": "We want people interested in sharing their stories as someone in the tech/computer science community, or encourage others to do so. We also need help to curate lists of online resources for gals willing to start a career in computer science or tech",
            "get_involved_url": "https://github.com/trallard/Coding-foundation",
            "interest": "This project is focused on increasing tech diversity because we believe more diverse communities produce better projects",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_084444.5887900000.png",
            "created": "2017-10-24T08:44:44.588418Z",
            "moderation_state": 3
        },
        {
            "id": 1721,
            "content_url": "https://points.datasociety.net/europe-cannot-afford-to-shelter-in-place-on-digital-regulation-64b6f1bad584",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "european union",
                "#mozfellows19",
                "mozfellows19",
                "regulation",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Europe cannot afford to “shelter-in-place” on digital regulation",
            "description": "The COVID-19 pandemic has emphasized existing political, legal, and technical fault lines in Europe. Achieving the EU’s digital ambitions requires reinvigorating the politics of unity that led to its creation as much as it does mandating novel regulatory frameworks.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-20T09:59:37.757801Z",
            "moderation_state": 3
        },
        {
            "id": 1722,
            "content_url": "https://medium.com/@anoukruhaak/data-commons-data-trust-63ac64c1c0c2",
            "is_bookmarked": false,
            "tags": [
                "data commons",
                "#data privacy",
                "Data trusts",
                "knowledge commons",
                "#mozfellows19",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Commons & Data Trusts: how do they relate?",
            "description": "How do data trusts relate to data commons? When trying to make sense of the many data governance models and data sharing arrangements in existence this question comes up a lot. Here I give some basic insights into how I tend to think about the relationship between a data commons and a data trust.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-20_140124.1612690000.jpg",
            "created": "2020-05-20T14:01:24.160686Z",
            "moderation_state": 3
        },
        {
            "id": 1214,
            "content_url": "https://foundation.mozilla.org/en/blog/ren%C3%A9e-diresta-mozilla-fellow-on-misinformation-answers-your-questions/",
            "is_bookmarked": false,
            "tags": [
                "disinformation",
                "fake news",
                "misinformation"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Jessie Keating",
                    "profile_id": 71,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Renée DiResta, Mozilla Fellow on Misinformation Answers Your Questions",
            "description": "You asked. She answered.\nRenée DiResta, Wired Writer and Mozilla Fellow on Misinformation offered to answer your questions about the misinformation problem in the world. Here are your questions and her answers.",
            "get_involved": "Share the blog post",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/ren%C3%A9e-diresta-mozilla-fellow-on-misinformation-answers-your-questions/",
            "interest": "Education about misinformation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-06_141711.4802310000.jpg",
            "created": "2019-06-06T14:17:11.479723Z",
            "moderation_state": 3
        },
        {
            "id": 1211,
            "content_url": "https://welti.org.ng",
            "is_bookmarked": false,
            "tags": [
                "Business meets Technology"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Ifeoma Okonji",
            "submitter_profile_id": 2449,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Ifeoma Okonji",
                    "profile_id": 2449,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Executive Director WELTI(Mozilla Open Leader)",
            "description": "WELTI is a non-profit working open to empower young women within ages 14-30 on her pillars of Technology,Leadership,Education and Health. We enable our beneficiaries leverage technology for sustainable economic development by working open and driving digital inclusion to break certain stereotypes.",
            "get_involved": "We can be helped to plan some local event to reach more people.",
            "get_involved_url": "https://docs.google.com/forms/d/1LughzKWZIHM3wQ-lB6zSOianzEp-fyaMpNJd-xYYbuk/edit",
            "interest": "We believe that having created an online community of over 300 businesses,we can have more fresh ideas,contributors and partners to enable this scale and create more impact.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-06_062234.5376130000.jpg",
            "created": "2019-06-06T06:22:34.536908Z",
            "moderation_state": 3
        },
        {
            "id": 570,
            "content_url": "https://github.com/rust-br/2018-roadshow",
            "is_bookmarked": false,
            "tags": [
                "rust"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 9,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "2018 Brazil Rust Roadshow",
            "description": "We working with Rust programmers and associated communities to run the first Rust roadshow so that developers and programmers around the Brazil can understand, use and evangelize this language will advance make the web better and more secure.",
            "get_involved": "Help us running a Dive Into Rust workshop at your city, developing our website, build resources for mobilizers and bring new ideas to fueling our movement.",
            "get_involved_url": "https://github.com/rust-br/2018-roadshow/blob/master/CONTRIBUTING.md",
            "interest": "The Rust programming language will be important to the future of the web, making it safe and great. Having more developers understand, use and evangelize this language will advance make the web better and more secure.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-16_034006.6321630000.png",
            "created": "2017-12-16T03:40:06.631748Z",
            "moderation_state": 3
        },
        {
            "id": 773,
            "content_url": "https://live-whiteboard-website.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "collaboration",
                "education",
                "education technology",
                "mozsprint",
                "open educational resource"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "apoorvaa gupta",
            "submitter_profile_id": 482,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bhavya Aggarwal",
                    "profile_id": 500,
                    "is_active": true
                },
                {
                    "name": "apoorvaa gupta",
                    "profile_id": 482,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Live Whiteboard",
            "description": "A tool for effective distance teaching, collaborating and discussing ideas.\n\nThe Live Whiteboard is a perfect solution for people to connect with each other and write/discuss/scribble their ideas. The main goal is to develop a virtual scribble pad along with means to connect to others at the same time, with the help of chat and recordings. It will help distance learning students to get the blackboard teaching experience, people collaborating on remote projects to discuss and develop their ideas graphically and even just to scribble your own thoughts for fun purposes!",
            "get_involved": "Help us test the prototype, promote and use our product in Universities, Schools, Educational institutes, offices, etc. , contribute to the codebase, join our Gitter channel and help us improve the product.",
            "get_involved_url": "https://github.com/coslos/LiveWhiteboard-Website",
            "interest": "An awesome tool for remote collaboration on projects and ideas. It will help in distant teaching and empowerment of different communities of people who don't have adequate resources for education and are far from technology.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_131731.9995500000.jpg",
            "created": "2018-04-26T13:17:31.998875Z",
            "moderation_state": 3
        },
        {
            "id": 1319,
            "content_url": "https://grisglobal.org/civil-society-should-be-involved-in-applying-existing-human-rights-report",
            "is_bookmarked": false,
            "tags": [
                "Digital Cooperation report",
                "Gris Global"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Samuel Osei Mensah",
            "submitter_profile_id": 1982,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Civil society should be involved in applying existing human rights -report",
            "description": "Civil society should be involved in applying existing human rights -reportGiven the wide spectrum of issues, there will of necessity be many forms of digital cooperation; some may be led by the private sector or civil society rather than government or international organisations. Moreover, special efforts are needed to ensure inclusive participation by women and other traditionally marginalised groups in all new or updated methods of global digital cooperation.\n\nEffective digital cooperation requires that multilateralism, despite current strains, be strengthened.",
            "get_involved": "",
            "get_involved_url": "https://grisglobal.org/volunteer/",
            "interest": "This document gives insight about the Digital Cooperation report.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-08_060351.1070020000.jpg",
            "created": "2019-08-08T06:03:51.106518Z",
            "moderation_state": 3
        }
    ]
}