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=-tags&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=-tags&page=32",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-tags&page=30",
    "results": [
        {
            "id": 572,
            "content_url": "https://github.com/libscie/profile-prototype",
            "is_bookmarked": false,
            "tags": [
                "Beaker Browser",
                "Dat",
                "open access",
                "p2p",
                "reproducibility"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Chris Hartgerink",
            "submitter_profile_id": 3135,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chris Hartgerink",
                    "profile_id": 3135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Decentralizing scholarly communication",
            "description": "Using the peer-to-peer Web protocol Dat (https://datproject.org) we are prototyping a new way of communicating research findings.",
            "get_involved": "We are always looking for new testers! We actively diversify our testing, so everyone's welcome (especially non white males from the overdeveloped countries)",
            "get_involved_url": "https://github.com/libscie/profile-prototype/issues/new",
            "interest": "This project connects developments in science and developments in Web infrastructure for the sustainability of both.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-22_100546.8905170000.png",
            "created": "2017-12-22T10:05:46.889766Z",
            "moderation_state": 3
        },
        {
            "id": 451,
            "content_url": "https://beakerbrowser.com",
            "is_bookmarked": false,
            "tags": [
                "decentralization",
                "p2p",
                "peer-to-peer"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Tara Vancil",
            "submitter_profile_id": 115,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Tara Vancil",
                    "profile_id": 115,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Beaker browser",
            "description": "A browser for the decentralized Web. Comes with tools for hosting websites and APIs for building peer-to-peer applications.",
            "get_involved": "",
            "get_involved_url": "https://github.com/beakerbrowser/beaker",
            "interest": "Beaker is building on top of the existing Web platform to make it possible for developers to build apps that respect user privacy, are fork-able and modifiable by users, and don't need to depend on third-party data silos.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-10-01T19:36:15.327236Z",
            "moderation_state": 3
        },
        {
            "id": 514,
            "content_url": "https://ipfs.io",
            "is_bookmarked": false,
            "tags": [
                "content addressing",
                "decentralization",
                "distributed",
                "open data",
                "p2p"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Jeromy Johnson",
            "submitter_profile_id": 181,
            "bookmark_count": 6,
            "related_creators": [
                {
                    "name": "Jeromy Johnson",
                    "profile_id": 181,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IPFS",
            "description": "Making the web more peer to peer",
            "get_involved": "Plan local meetups, build apps using ipfs",
            "get_involved_url": "https://github.com/ipfs/community",
            "interest": "ipfs allows people to share and store data together, enabling more people to access the webs content",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_154909.7862510000.png",
            "created": "2017-10-27T15:49:09.785820Z",
            "moderation_state": 3
        },
        {
            "id": 15,
            "content_url": "https://theglassroomnyc.org/",
            "is_bookmarked": false,
            "tags": [
                "activity",
                "control",
                "cookie",
                "data",
                "digital",
                "encryption",
                "government",
                "identities",
                "identity",
                "information",
                "monitor",
                "network",
                "nsa",
                "ownership",
                "personal",
                "privacy",
                "protect",
                "right",
                "risk",
                "safe",
                "security",
                "society",
                "surveillance",
                "track"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Glass Room",
            "description": "The Glass Room is a place to consider how you use technology and how those behind technology use you.",
            "get_involved": "Tips and resources for people who couldn't visit the pop-up store:",
            "get_involved_url": "https://theglassroomnyc.org/resources/",
            "interest": "This pop-up store looks like a slick store offering shiny consumer products. It products actually reveal the dynamics of living in the Internet age. Who are we revealing when we’re online? What facts and fictions are recreated from our digital breadcrumbs? What is known about us, and why?",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/15.jpg",
            "created": "2016-12-12T20:40:12.082000Z",
            "moderation_state": 3
        },
        {
            "id": 2459,
            "content_url": "https://drivers.coop/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data futures lab",
                "ownership"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "The Drivers Cooperative",
                    "profile_id": 6095,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Driver's Co-op",
            "description": "Driver’s Co-op is a cooperatively owned rideshare app, based in New York City. With over 5,000 drivers and 40,000 riders already using the app, this co-op is working to revolutionize the rideshare industry through worker ownership. With the hope to launch an open-source app that allows drivers to create their own platforms around the world, Drivers Co-op is looking to really transform the rideshare space and to provide alternatives to the more mainstream platforms.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_140618.5633220000.png",
            "created": "2022-11-18T14:06:18.562934Z",
            "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": 1606,
            "content_url": "https://www.derechosdigitales.org/quienes-somos/derechos-digitales/",
            "is_bookmarked": false,
            "tags": [
                "Citizen Journalism",
                "osint",
                "OSINV"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Investigations Workshops in Mexico City",
            "description": "In collaboration with Derechos Digitales I co-facilitated two workshops in Mexico City with activists and NGOs on advanced digital investigation strategies.  I am currently translating these trainings into English so that they can be given to English speakers as well.",
            "get_involved": "",
            "get_involved_url": "https://emmibevensee.com",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-27_195837.2844640000.png",
            "created": "2020-02-27T19:58:37.283959Z",
            "moderation_state": 3
        },
        {
            "id": 1725,
            "content_url": "https://rebelliousdata.com",
            "is_bookmarked": false,
            "tags": [
                "Citizen Journalism",
                "journalism",
                "osint",
                "OSINV",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community",
                "Localize & translate"
            ],
            "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": "Advanced Digital Investigations",
            "description": "Following  up on the successful workshops hosted in Mexico City, we ran two online webinars on advanced digital investigations methods for activists, researchers, journalists, lawyers, and technologists. Participants brought their own projects and gave very positive feedback on the tools they learned about such as reverse image searches, advanced search operators, social media investigation, and flight tracking.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn to more effectively use the internet to research and expose corruption, hate, and disinformation.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-21_022434.3390870000.JPG",
            "created": "2020-05-21T02:24:34.338438Z",
            "moderation_state": 3
        },
        {
            "id": 1606,
            "content_url": "https://www.derechosdigitales.org/quienes-somos/derechos-digitales/",
            "is_bookmarked": false,
            "tags": [
                "Citizen Journalism",
                "osint",
                "OSINV"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Investigations Workshops in Mexico City",
            "description": "In collaboration with Derechos Digitales I co-facilitated two workshops in Mexico City with activists and NGOs on advanced digital investigation strategies.  I am currently translating these trainings into English so that they can be given to English speakers as well.",
            "get_involved": "",
            "get_involved_url": "https://emmibevensee.com",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-27_195837.2844640000.png",
            "created": "2020-02-27T19:58:37.283959Z",
            "moderation_state": 3
        },
        {
            "id": 1427,
            "content_url": "https://github.com/twintproject/twint-utils",
            "is_bookmarked": false,
            "tags": [
                "data scie",
                "open-source",
                "osint",
                "social media",
                "twitter"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open-source Twitter Mutual Followers Detector",
            "description": "My \"mufos\" detector was accepted into the open-source Twitter OSInt platform Twint. Ideally this simple code snippet could be used in larger pipelines of data analysis. I also made a non-coder friendly version if you're curious who the mutuals are of a given account but don't know how to run code. https://colab.research.google.com/drive/1AOXQxkOWbq7KEHWVBRiOrYhTOSg3QTqq",
            "get_involved": "If you want to contribute, please contribute other projects to the Twint-utils project.",
            "get_involved_url": "https://github.com/twintproject/twint-utils",
            "interest": "Social media analysis",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-16_213853.5949020000.JPG",
            "created": "2019-10-16T21:38:53.594549Z",
            "moderation_state": 3
        },
        {
            "id": 1725,
            "content_url": "https://rebelliousdata.com",
            "is_bookmarked": false,
            "tags": [
                "Citizen Journalism",
                "journalism",
                "osint",
                "OSINV",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community",
                "Localize & translate"
            ],
            "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": "Advanced Digital Investigations",
            "description": "Following  up on the successful workshops hosted in Mexico City, we ran two online webinars on advanced digital investigations methods for activists, researchers, journalists, lawyers, and technologists. Participants brought their own projects and gave very positive feedback on the tools they learned about such as reverse image searches, advanced search operators, social media investigation, and flight tracking.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn to more effectively use the internet to research and expose corruption, hate, and disinformation.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-21_022434.3390870000.JPG",
            "created": "2020-05-21T02:24:34.338438Z",
            "moderation_state": 3
        },
        {
            "id": 1537,
            "content_url": "https://www.bellingcat.com/news/2019/12/19/transnational-white-terror-exposing-atomwaffen-and-the-iron-march-networks/",
            "is_bookmarked": false,
            "tags": [
                "data-science",
                "hate tracking",
                "investigation",
                "maps",
                "osint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open-Source Investigation into Online Hate Networks",
            "description": "We dug into and exposed the shady networks of transnational white-supremacist terror using open-source investigation tools. We revealed organizing, funding, and infiltration methods of groups like aimed at turning online hate and disinformation campaigns into real-world violence. We even made interactive maps exposing the international spread of Iron March users and potential Atomwaffen Division organizers in an effort to help make not just a healthier internet, but also a freer global society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Uses a range of open-source tools to expose hate-based disinformation campaigns online.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-29_221345.6348210000.jpg",
            "created": "2019-12-29T22:13:45.634206Z",
            "moderation_state": 3
        },
        {
            "id": 657,
            "content_url": "https://github.com/BIONF/PhyloProfile",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bioinformatics",
                "biology",
                "data visualisation",
                "dynamic analysis",
                "interactive visualisation",
                "Mozilla Open Leadership Project",
                "mozsprint",
                "open source",
                "orthology",
                "phylogenetic profiling",
                "phylogenetics"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Mentor",
                "Test & feedback"
            ],
            "published_by": "Vinh Tran",
            "submitter_profile_id": 401,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                },
                {
                    "name": "Vinh Tran",
                    "profile_id": 401,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PhyloProfile",
            "description": "Welcome to PhyloProfile, an interactive visualisation tool for exploring complex phylogenetic profiles. Phylogenetic profiles, presence/absence patterns of genes over a set of species, are commonly used to trace the functional and evolutionary history of genes across species and time. With PhyloProfile we can enrich regular phylogenetic profiles with further data like sequence/structure similarity, to make phylogenetic profiling more meaningful. Besides the interactive visualisation, the tool offers a set of further analysis features to gain insights like the gene age or core gene estimation.",
            "get_involved": "Any kinds of contributions are very appreciated: report or fix bugs, improve source code, add new functions, share cool ideas,…",
            "get_involved_url": "https://github.com/BIONF/PhyloProfile/blob/master/CONTRIBUTING.md",
            "interest": "With the interactive visualisation and dynamic analysis ability, PhyloProfile makes the study of complex phylogenetic profiles easier for biologists.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_023740.5621220000.jpg",
            "created": "2018-03-27T14:17:18.441767Z",
            "moderation_state": 3
        },
        {
            "id": 973,
            "content_url": "https://dingdingding.org/",
            "is_bookmarked": false,
            "tags": [
                "diversity",
                "Feminism",
                "future",
                "optimism"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Julia Kloiber",
            "submitter_profile_id": 1829,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                },
                {
                    "name": "Julia Kloiber",
                    "profile_id": 1829,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Read DING, a Magazine About the Future",
            "description": "In the second-ever edition of DING — Mozilla’s magazine about technology, society, and the future — we say goodbye to oppressive technology and economic disenfranchisement. Writers, technologists, and artists from all across the world help us explore the stories of a time that is yet to come. They investigate the future from many different angles and take a look at structures rather than technologies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-13_150445.2293900000.png",
            "created": "2018-12-13T15:04:45.228688Z",
            "moderation_state": 3
        },
        {
            "id": 1762,
            "content_url": "https://www.accessnow.org/facial-recognition-on-trial-emotion-and-gender-detection-under-scrutiny-in-a-court-case-in-brazil/",
            "is_bookmarked": false,
            "tags": [
                "biometrics",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Expert opinion filed in facial recognition case",
            "description": "Access Now filed an expert opinion (Portuguese) in IDEC vs. ViaQuatro, the case filed by the Brazilian consumer rights organisation IDEC  against ViaQuatro, a concessionary of the São Paulo metro. The expert opinion, submitted in the final days of the court case, addresses the topics of facial categorization/analysis and data processing in biometric systems. It warns about the lack of scientific basis for emotion detection and the systematic harms caused by automated gender-recognition technologies against trans and non-binary people",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Discusses examples of untrustworthy AI",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-06-30T08:32:36.855429Z",
            "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": 198,
            "content_url": "https://edri.org/wp-content/uploads/2016/12/privacy4kids_booklet_web.pdf",
            "is_bookmarked": false,
            "tags": [
                "comics",
                "data",
                "fellowships",
                "kids",
                "open web fellows",
                "privacy",
                "resources"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Vanessa Rhinesmith",
            "submitter_profile_id": 65,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your guide to Digital Defenders vs. Data Intruders – Privacy for kids!",
            "description": "\"The Internet. It's cool, fast and global! But it's also complicated, sometimes.\" 2016-2017 Open Web Fellows host organization, EDRi (European Digital Rights) created a booklet \"Your guide to Digital Defenders vs. Data Intruders - Privacy for kids!\" to help young people between 10-14 years to protect their privacy.",
            "get_involved": "Download full booklet and or poster.",
            "get_involved_url": "https://edri.org/privacy-for-kids-digital-defenders/",
            "interest": "This is a great resource that breaksdown digital privacy in a fun, easy format.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_194755.3975790000.jpeg",
            "created": "2017-04-10T19:47:55.388690Z",
            "moderation_state": 3
        },
        {
            "id": 1905,
            "content_url": "https://aitalk.podbean.com/e/ai-myths/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "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": "Podcast appearance on Skynet Today",
            "description": "Daniel and Alexa appeared on the Skynet Today podcast to talk about aimyths.org",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-02T15:54:17.694486Z",
            "moderation_state": 3
        },
        {
            "id": 1904,
            "content_url": "https://www.cell.com/patterns/pdf/S2666-3899(20)30165-3.pdf",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "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": "Opinion piece in Patterns: \"Why We Need to Bust Some Myths about A\"",
            "description": "I published an opinion piece about aimyths.org in the open-access journal Patterns, from Cell Press.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-02T15:53:15.178125Z",
            "moderation_state": 3
        },
        {
            "id": 615,
            "content_url": "https://video.vice.com/en_us/video/motherboard-inside-a-cryptoparty-in-harlem/5a8ef26af1cdb335e15a8433?utm_content=buffer4ef14&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "mozilla fellow",
                "open web",
                "open web fellows",
                "vice",
                "video"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Inside a CryptoParty in Harlem",
            "description": "VICE MOTHERBOARD meets with Matt Mitchell (Mozilla Fellow 2016), the founder of CryptoHarlem. Matt is a security researcher, operational security trainer, and data journalist who leads CryptoHarlem, impromptu workshops teaching basic cryptography tools to the predominately African American community in upper Manhattan. Previously, he worked as a data journalist for The New York Times and as a developer for CNN, Aol/Huffington Post, and other news organizations.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/cryptoharlem?lang=en",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_030047.2209790000.jpg",
            "created": "2018-03-06T03:33:32.476914Z",
            "moderation_state": 3
        },
        {
            "id": 1845,
            "content_url": "https://podcast.drzavljand.si/drzavljan-d/056-daniel-leufer-and-ai-demystification/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "mozilla fellow",
                "open web fellows"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "aimyths.org on the Državljan D podcast",
            "description": "Daniel appeared as a guest on the podcast of Državljan D, the Slovenian digital rights organisation, to discuss aimyths.org",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-10-05T11:11:32.524941Z",
            "moderation_state": 3
        },
        {
            "id": 1906,
            "content_url": "https://www.accessnow.org/what-is-augmented-reality-risks/",
            "is_bookmarked": false,
            "tags": [
                "augmented reality",
                "mozilla fellow",
                "open web fellows"
            ],
            "issues": [],
            "help_types": [],
            "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": "Blog: Augmented reality & augmented risks",
            "description": "Blog for Access Now on augmented reality",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-02T16:24:44.615575Z",
            "moderation_state": 3
        },
        {
            "id": 64,
            "content_url": "http://motherboard.vice.com/read/the-black-community-needs-encryption",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "encryption",
                "harlem",
                "new york",
                "nyc",
                "open web fellows",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CryptoHarlem",
            "description": "Motherboard published an interview with Matt Mitchell, a Mozilla Open Web Fellow. He shares valuable and candid insight on privacy education and making it more inclusive.",
            "get_involved": "Matt trains activists & journalists in digital security, focused on marginalized populations often aggressively monitored & disenfranchised. His fellowship is based at Color of Change.",
            "get_involved_url": "https://www.cryptoparty.in/nyc",
            "interest": "Matt is a security researcher and data journalist who leads CryptoHarlem, teaching basic cryptography tools to the predominately African American community in upper Manhattan.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_131742.2960690000.jpg",
            "created": "2016-10-19T21:45:37.190000Z",
            "moderation_state": 3
        },
        {
            "id": 491,
            "content_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "is_bookmarked": false,
            "tags": [
                "gaming",
                "html5",
                "learn javascript",
                "mozfest",
                "open leadership zone",
                "open web",
                "web games"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Mick Chesterman",
            "submitter_profile_id": 154,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Luke Pacholski",
                    "profile_id": 147,
                    "is_active": true
                },
                {
                    "name": "Mick Chesterman",
                    "profile_id": 154,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sharing Resources for Making Webgames",
            "description": "Let’s make “Web Games to Change the World”. This project is a network of people to support issue-based, computer club activities to make web games. Together we are creating a hub of resources to help this happen in Mozilla Clubs and beyond.",
            "get_involved": "Coders - could you write simple JS games (especially using the phaser library), join our network of Mentors, share JS game resources on our wiki.   Educators, please share on creative coding exploring web and justice issues. Everyone, come to our workshop called Digital Braves at Moz Fest!",
            "get_involved_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "interest": "We hope that those involved in Mozilla Clubs and Developers who like coding for fun can come together to build a resource of fun, remixable games written in javascript and linked playful activities that help us explore the web, global issues and learn to code at the same time.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_153257.5715450000.png",
            "created": "2017-10-24T15:32:57.571188Z",
            "moderation_state": 3
        },
        {
            "id": 602,
            "content_url": "https://project-jste.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "global sprint",
                "javascript",
                "mozfest",
                "mozsprint",
                "open web",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Ahmed Hassan (GeeekyBoy)",
            "submitter_profile_id": 310,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Ahmed Hassan (GeeekyBoy)",
                    "profile_id": 310,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Project JavaScript Translated Edition (Jste)",
            "description": "Project Jste aims to give the opportunity for everyone to code and develop his/her own website or web application by writing a code written in his/her local natural language.",
            "get_involved": "Help us porting Jste to more languages and also translate more JS functions.",
            "get_involved_url": "https://github.com/project-jste/framework",
            "interest": "Because Project Jste will give the opportunity for everyone to code and develop his/her own website or web application in his/her local natural plain language instead of the currently used syntax which may be seemed complex for large portion of people.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025517.9964150000.jpg",
            "created": "2018-02-26T21:04:01.606593Z",
            "moderation_state": 3
        },
        {
            "id": 696,
            "content_url": "http://aardwolf.social/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "application",
                "community",
                "community networks",
                "mozsprint",
                "open source",
                "open web",
                "social media"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Banjo Fox",
            "submitter_profile_id": 400,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Banjo Fox",
                    "profile_id": 400,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Aardwolf",
            "description": "Aardwolf is a new platform for creating new social networks, connected across the web. While existing social media sites work to funnel the world into a single shared experience (and advertising marketplace), we recognize that we are all individuals with different identities and interests.",
            "get_involved": "Contribute to the codebase, design layouts, create artwork, suggest features, help document, spread the word",
            "get_involved_url": "https://github.com/BanjoFox/aardwolf",
            "interest": "Our vision is to create a social-networking platform that mirrors the functionality of Facebook while also considering the needs of the community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-17_185227.7579460000.png",
            "created": "2018-04-17T18:52:27.757435Z",
            "moderation_state": 3
        },
        {
            "id": 513,
            "content_url": "http://brainbox.pasteur.fr/",
            "is_bookmarked": false,
            "tags": [
                "brain",
                "brain imaging",
                "citizen science",
                "collaboration",
                "mozfest",
                "neuroimaging",
                "open leadership zone",
                "open science",
                "open web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Join community",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Katja Heuer",
            "submitter_profile_id": 180,
            "bookmark_count": 6,
            "related_creators": [
                {
                    "name": "Katja Heuer",
                    "profile_id": 180,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "BrainBox",
            "description": "BrainBox is a Web application to collaboratively work with brain imaging data in real-time.",
            "get_involved": "Join our efforts on GitHub! Everybody very is welcome! We need designers to help us design the user interface and user interaction, we need coders who help us develop our tool and we need people helping us with the segmentations. We welcome every level of expertise and will be happy to help.",
            "get_involved_url": "https://github.com/OpenNeuroLab/BrainBox",
            "interest": "With BrainBox, we build on the Open Web to allow every one to contribute to study the brain.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_134011.2665620000.png",
            "created": "2017-10-27T13:40:11.265889Z",
            "moderation_state": 3
        },
        {
            "id": 273,
            "content_url": "https://github.com/mozilla-neutrino/neutrino-dev",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "javascript",
                "mozsprint",
                "open web",
                "software"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Eli Perelman",
                    "profile_id": 8,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Neutrino",
            "description": "This Global Sprint project aims to create and build modern JavaScript applications with zero initial configuration. Neutrino combines the power of Webpack with the simplicity of presets.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during #mozsprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/mozilla-neutrino/neutrino-dev",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_204304.0556300000.png",
            "created": "2017-05-11T20:43:04.054752Z",
            "moderation_state": 3
        },
        {
            "id": 813,
            "content_url": "https://github.com/TitanNanoDE/ApplicationFrame",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "ECMAScript",
                "libraries",
                "mozsprint",
                "open web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Join community",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jovan Gerodetti (TitanNano)",
            "submitter_profile_id": 1364,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jovan Gerodetti (TitanNano)",
                    "profile_id": 1364,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Application Frame",
            "description": "Application Frame is an open and lightweight Programming Library for the Web. Its simple architecture lets the Library seamlessly argument the core features of the web platform. Application Frame and its modules allows developers to develop at the heart of the Web while enjoying enhanced comfort.\n\n(Photo by Ben Kolde on Unsplash)",
            "get_involved": "Help us to write tests and documentation, design a logo or fix bugs.",
            "get_involved_url": "https://github.com/TitanNanoDE/ApplicationFrame/blob/master/CONTRIBUTING.md",
            "interest": "We are creating an independend and open toolset for web developers which integrates with the latest features of the web, while staying true to the platform.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_085358.9497880000.jpg",
            "created": "2018-05-08T08:53:58.949431Z",
            "moderation_state": 3
        },
        {
            "id": 615,
            "content_url": "https://video.vice.com/en_us/video/motherboard-inside-a-cryptoparty-in-harlem/5a8ef26af1cdb335e15a8433?utm_content=buffer4ef14&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "mozilla fellow",
                "open web",
                "open web fellows",
                "vice",
                "video"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Inside a CryptoParty in Harlem",
            "description": "VICE MOTHERBOARD meets with Matt Mitchell (Mozilla Fellow 2016), the founder of CryptoHarlem. Matt is a security researcher, operational security trainer, and data journalist who leads CryptoHarlem, impromptu workshops teaching basic cryptography tools to the predominately African American community in upper Manhattan. Previously, he worked as a data journalist for The New York Times and as a developer for CNN, Aol/Huffington Post, and other news organizations.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/cryptoharlem?lang=en",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_030047.2209790000.jpg",
            "created": "2018-03-06T03:33:32.476914Z",
            "moderation_state": 3
        },
        {
            "id": 1720,
            "content_url": "https://www.equalitynow.org/online_sexual_exploitation_webinars",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "mozfellows19",
                "online safety",
                "open web"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What would be a good and valuable internet?",
            "description": "What does a good internet look like? Speaking at Equality Now's talk on \"Online Sexual Abuse and Exploitation: A Collective of Perspectives\". I set the scene on consideration we need to take into account for a good internet. I touched on taking an intersectional approach to ensuring equity, taking into account gendered realities, focusing on safety and security, ensuring inclusion of women and girls in development of new technologies such as AI and assess economic, political and social effects of AI and machine learning on marginalised communities. \n\nWatch my part of the talk from 12:04 -20:18",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-14_100719.9463960000.png",
            "created": "2020-05-14T10:07:19.945579Z",
            "moderation_state": 3
        },
        {
            "id": 492,
            "content_url": "https://frametrail.org",
            "is_bookmarked": false,
            "tags": [
                "Annotation",
                "Open Video",
                "Remix"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Joscha Jaeger",
            "submitter_profile_id": 156,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Joscha Jaeger",
                    "profile_id": 156,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "FrameTrail",
            "description": "FrameTrail is an open source software that let's you experience, manage and edit interactive video directly in your web browser.It enables you to hyperlink filmic contents, include additional multimedia documents (e.g. text overlays, images or interactive maps) and to add supplementing materials (annotations) at specific points.",
            "get_involved": "Test the prototype, give us feedback, file an issue or get in touch for a collaborative project idea",
            "get_involved_url": "https://frametrail.org/contributing.html",
            "interest": "FrameTrail contributes to a more open, linked, transparent, accessible and remixable web of video contents.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-30_150040.9405420000.png",
            "created": "2017-10-24T15:56:06.803870Z",
            "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": 679,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "africa",
                "Female Genital Mutilation",
                "fgm",
                "mapping",
                "maps",
                "mozsprint",
                "openstreetmap",
                "tanzania"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Janet Chapman",
            "submitter_profile_id": 214,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 214,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowdsourced Mapping to fight FGM and aid development in Tanzania",
            "description": "Help us map rural Tanzania into OpenStreetMap and help protect girls from Female Genital Mutilation",
            "get_involved": "Help us map, improve our project and attend the global sprint!",
            "get_involved_url": "https://github.com/janetchapman/contribute-Crowd2Map",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-06_133113.4408290000.jpg",
            "created": "2018-04-06T13:31:13.440349Z",
            "moderation_state": 3
        },
        {
            "id": 432,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "development",
                "empower women",
                "fgm",
                "GIS",
                "open data",
                "openstreetmap",
                "un women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Join community",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Janet Chapman",
            "submitter_profile_id": 101,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 101,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowd2Map to End FGM",
            "description": "Mapping rural Tanzania into OpenStreetMap to help protect girls from Female Genital Mutilation",
            "get_involved": "Help us develop a crowdsourced validation system so we can start printing village level maps to help protect girls from FGM and aid development and navigation in Tanzania.",
            "get_involved_url": "https://crowd2map.wordpress.com/2017/08/30/for-universities/",
            "interest": "People with GIS or coding skills particularly welcome!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-09-12T15:34:38.632974Z",
            "moderation_state": 3
        },
        {
            "id": 1228,
            "content_url": "https://palopenmaps.org",
            "is_bookmarked": false,
            "tags": [
                "decolonization",
                "mapping",
                "open street map"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code"
            ],
            "published_by": "Majd Al-Shihabi",
            "submitter_profile_id": 1786,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Majd Al-Shihabi",
                    "profile_id": 1786,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Palestine Open Maps",
            "description": "The British colonial authorities made a number of map series of Palestine, as a part of dominating and conquering the land and its people. In many cases, those maps are the only remaining records of the 500 villages destroyed during the Nakba. Palestine Open Maps aims to \"open source\" those maps, by making them available in an open and accessible way, and through our mapathons, we are extracting the data to make it it available to artists, researchers, and anyone who needs it.",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.co.uk/e/palestine-open-maps-mapathon-savac-toronto-tickets-63550990724",
            "interest": "Using open source to extract data from historic maps",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-23_160012.8802860000.jpg",
            "created": "2019-06-23T16:00:12.879945Z",
            "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": 1427,
            "content_url": "https://github.com/twintproject/twint-utils",
            "is_bookmarked": false,
            "tags": [
                "data scie",
                "open-source",
                "osint",
                "social media",
                "twitter"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open-source Twitter Mutual Followers Detector",
            "description": "My \"mufos\" detector was accepted into the open-source Twitter OSInt platform Twint. Ideally this simple code snippet could be used in larger pipelines of data analysis. I also made a non-coder friendly version if you're curious who the mutuals are of a given account but don't know how to run code. https://colab.research.google.com/drive/1AOXQxkOWbq7KEHWVBRiOrYhTOSg3QTqq",
            "get_involved": "If you want to contribute, please contribute other projects to the Twint-utils project.",
            "get_involved_url": "https://github.com/twintproject/twint-utils",
            "interest": "Social media analysis",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-16_213853.5949020000.JPG",
            "created": "2019-10-16T21:38:53.594549Z",
            "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": 228,
            "content_url": "https://science.mozilla.org/programs/events/mini-wow-pdx-2017/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "open-science",
                "open-source",
                "wow"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                },
                {
                    "name": "Danielle Robinson, PhD",
                    "profile_id": 90,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "mini-WOW PDX",
            "description": "At miniWOW PDX, the Mozilla Science Lab will help you take your project from idea to reality and give you technical, project management, and community building skills to kickstart your work. It's modeled as a smaller workshop akin to the Working Open Workshops that the Mozilla Science Lab has coordinated in Berlin (2016) and Montreal (2016).",
            "get_involved": "RSVP to attend, or reach out to Danielle to find out more.",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSe7XNcDDcBWRzuiYNHRVb-MVxJwt4cz4E2uH86ZB1u_MHYPqw/viewform",
            "interest": "WOW curriculum and materials (schedule, website, mooc content) are openly licensed and available to anyone in the network who wants to teach the principles of open source to their communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_153843.1978430000.png",
            "created": "2017-04-14T15:38:43.197507Z",
            "moderation_state": 3
        },
        {
            "id": 83,
            "content_url": "http://mozillascience.github.io/working-open-workshop/writing_readme/",
            "is_bookmarked": false,
            "tags": [
                "open source",
                "readme",
                "working open",
                "working open workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Project Communication",
            "description": "Handout for creating a useful and welcoming readme file for your open project. Use at the Working Open Workshop.",
            "get_involved": "Contribute to this document in GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/writing_readme",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:40:16.032000Z",
            "moderation_state": 3
        },
        {
            "id": 1436,
            "content_url": "https://elifesci.org/InnovationLeaders",
            "is_bookmarked": false,
            "tags": [
                "olx",
                "open research",
                "open research software",
                "open science",
                "open source",
                "responsible research and innovation"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Join community"
            ],
            "published_by": "Emmy Tsang",
            "submitter_profile_id": 2873,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmy Tsang",
                    "profile_id": 2873,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "eLife Innovation Leaders 2020",
            "description": "An open leadership and mentorship programme for innovators developing open-source prototypes and projects for open science and research communication – February to June 2020.\n\nBased on the Mozilla Open Leadership Training Series, this programme is designed to offer:\n- a personalised experience with one-on-one mentorship;\n- a shared co-learning journey;\n- theory and practice in open leadership, project design, community engagement and more; and\n- opportunities to be supported beyond the programme.\n\nFind out more and apply by Dec 8, 2019.\n\n(Photo by Jess Brittain)",
            "get_involved": "Apply to participate and become an Innovation Leader with your open-source for open science project! Or share and contribute as a mentor or expert.",
            "get_involved_url": "https://elifesci.org/InnovationLeaders",
            "interest": "If you wish to turn your open science and research communication tool/project idea into reality, this programme is for you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-22_130926.5436390000.jpg",
            "created": "2019-10-22T13:09:26.543092Z",
            "moderation_state": 3
        },
        {
            "id": 649,
            "content_url": "https://publiccode.net",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "government",
                "mozsprint",
                "open source",
                "policy",
                "smart cities",
                "sustainability"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Boris van Hoytema",
            "submitter_profile_id": 416,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Boris van Hoytema",
                    "profile_id": 416,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foundation For Public Code",
            "description": "Helping cities develop code together: Codebase stewardship for products that are mixed source code & policy code.We create a viable future for cities and civic operating systems that are highly participatory and drive societal engagement. A public digital infrastructure that is inclusive, usable, adaptive, open and sustainable.To achieve this we maintain, manage, contribute to and grow an ecosystem of public software and policies that help governments, communities and citizens improve their city.",
            "get_involved": "Help us improve our process, communication and organisation to support cities to develop code together.",
            "get_involved_url": "https://github.com/publiccodenet/about/blob/develop/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024817.2380010000.jpg",
            "created": "2018-03-25T15:49:32.065705Z",
            "moderation_state": 3
        },
        {
            "id": 82,
            "content_url": "http://mozillascience.github.io/working-open-workshop/roadmapping/",
            "is_bookmarked": false,
            "tags": [
                "issues",
                "milestones",
                "open source",
                "roadmap",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Introduction to Roadmapping",
            "description": "This activity is designed to help you write a Roadmap for your open source project or study group. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this doc via GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/roadmapping",
            "interest": "This can help you write a roadmap for your project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:41:48.786000Z",
            "moderation_state": 3
        },
        {
            "id": 460,
            "content_url": "https://github.com/rainsworth/ROSA",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open educational resource",
                "open leadership zone",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Rachael Ainsworth",
            "submitter_profile_id": 123,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rachael Ainsworth",
                    "profile_id": 123,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Resources for Open Science in Astronomy (ROSA)",
            "description": "Our mission is to compile and tailor open science best practices from around the web into a resource kit for astronomers to work openly from proposal to publication - we want to supply a single resource to early career scientists to empower them with the tools to practice open access/data/source/science! We envision that this project will result in two products: general open science resource kit that can be adapted to any field, and one specifically tailored for astronomy - ROSA. The end product aims to be a well-documented guide on WHY you should research openly and HOW.",
            "get_involved": "Help us compile resources, draft tutorials, design the website and provide feedback on the toolkit! This project relies on contributions from both the wider astrophysics and open science communities in order to benefit from diversity and range in input.",
            "get_involved_url": "https://github.com/rainsworth/ROSA/blob/master/ROADMAP.md",
            "interest": "Many scientific fields are still dominated by closed research practices. It is often difficult to reproduce results and frustrating to build/iterate on the research of others. The reasons for this are diverse, but one prominent issue is a lack of understanding about HOW to work in an open way.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_161009.7490470000.png",
            "created": "2017-10-10T16:10:09.746687Z",
            "moderation_state": 3
        },
        {
            "id": 696,
            "content_url": "http://aardwolf.social/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "application",
                "community",
                "community networks",
                "mozsprint",
                "open source",
                "open web",
                "social media"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Banjo Fox",
            "submitter_profile_id": 400,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Banjo Fox",
                    "profile_id": 400,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Aardwolf",
            "description": "Aardwolf is a new platform for creating new social networks, connected across the web. While existing social media sites work to funnel the world into a single shared experience (and advertising marketplace), we recognize that we are all individuals with different identities and interests.",
            "get_involved": "Contribute to the codebase, design layouts, create artwork, suggest features, help document, spread the word",
            "get_involved_url": "https://github.com/BanjoFox/aardwolf",
            "interest": "Our vision is to create a social-networking platform that mirrors the functionality of Facebook while also considering the needs of the community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-17_185227.7579460000.png",
            "created": "2018-04-17T18:52:27.757435Z",
            "moderation_state": 3
        },
        {
            "id": 1445,
            "content_url": "https://www.posse.community",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "olx",
                "openness",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Promote"
            ],
            "published_by": "Kara de la Marck",
            "submitter_profile_id": 2826,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kara de la Marck",
                    "profile_id": 2826,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "POSSE: People in Open Source Software & Engineering",
            "description": "POSSE is a peer mentorship programme that empowers OSS participants with skills in open leadership as well as practical knowledge and tools for building healthy, sustainable open source communities.The POSSE programme will cover principles in open leadership, open source licenses, metrics to measure community and project health, ways to grow your community, diversity and inclusion, and sustainability.",
            "get_involved": "We are recruiting for participants and experts for our first cohort to take place in 2020. Register your interest here:  https://docs.google.com/forms/d/e/1FAIpQLSfiKwvkc62_Wo4soOu7Ec71_vnr4Rgd0z2oQ_msjlmXmHLjow/viewform",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSfiKwvkc62_Wo4soOu7Ec71_vnr4Rgd0z2oQ_msjlmXmHLjow/viewform",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-23_151645.8198590000.jpeg",
            "created": "2019-10-23T15:16:45.819555Z",
            "moderation_state": 3
        },
        {
            "id": 85,
            "content_url": "https://toolkit.mozilla.org/",
            "is_bookmarked": false,
            "tags": [
                "best practices",
                "ideate",
                "innovation",
                "open source",
                "product",
                "prototype",
                "software",
                "toolkit"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Innovation Toolkit",
            "description": "Toolkit helps you incorporate human-centered design into open source product development. Whether you have a new idea or a working prototype to test, there's lots of info here to help.",
            "get_involved": "Contribute your own questions, methods, examples, and resources.",
            "get_involved_url": "https://toolkit.mozilla.org/contribute/method/",
            "interest": "Contains lots of helpful tips on how to gather insights, ideate, prototype and test. Helps you avoid common pitfalls and stay on a path toward success.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/85.png",
            "created": "2016-09-20T15:54:32.102000Z",
            "moderation_state": 3
        }
    ]
}