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=-content_url&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=-content_url&page=32",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-content_url&page=30",
    "results": [
        {
            "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": 5,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "crowdsourcing",
                "fgm",
                "mapping",
                "mozfest",
                "tanzania",
                "women & girls"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Crowd2Map",
            "description": "Emerging from MozFest 2015, Crowd2Map improves maps of rural Tanzania to support development and humanitarian efforts — with a focus on protecting girls from female genital mutilation and ensuring they get quality education and can continue to shape their own futures.",
            "get_involved": "People outside of Tanzania can help with satellite mapping. Locally, contributors can participate using Maps.me on their mobile phone. You can also organize a mapathon in your community or contribute coding or other skills.",
            "get_involved_url": "https://github.com/seplute/crowd2map",
            "interest": "Contribute to an important global initiative while learning how an open project operates.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-01-13T20:09:47.140000Z",
            "moderation_state": 3
        },
        {
            "id": 2530,
            "content_url": "https://crossover.social/",
            "is_bookmarked": false,
            "tags": [
                "#",
                "audit tools",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Check First",
                    "profile_id": 6333,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "CrossOver",
            "description": "CrossOver simulates social media and big platform users to collect data about recommended content and then compares it to data provided by the platform's own APIs when available. Its monitoring devices are hosted by volunteers at residential addresses. Monitored websites are Twitter, YouTube, Facebook pages and groups, Google search predictions, Google News, Reddit, Odysee, and Mastodon. Building on top of their pilot project in Belgium, they will add 14 monitoring devices to seven French-speaking countries around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_101808.3105630000.png",
            "created": "2023-05-10T10:18:08.310319Z",
            "moderation_state": 3
        },
        {
            "id": 2547,
            "content_url": "https://creativesgarage.org/about",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "art",
                "multi-disciplinary arts"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Creatives Garage Trust",
                    "profile_id": 6504,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "ARTificial Intelligence in Africa",
            "description": "Creatives Garage is a multi-disciplinary arts organization in Kenya that provides a platform for creatives to share, collaborate, create new works, gain market access and push boundaries. Their research project “ARTificial Intelligence in Africa: Investigating the impacts of AI on the Creative Community in Kenya,” will use the experience of Kenyan creatives to explore whether AI can democratize the creative industries in the region and examine whether AI generates new opportunities for African creatives -and interrogate how it might exacerbate inequalities and further disenfranchise creatives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_103130.6769400000.png",
            "created": "2024-01-11T10:31:30.676582Z",
            "moderation_state": 3
        },
        {
            "id": 691,
            "content_url": "https://creativecommons.org/2018/04/15/fellowship-memorial-fund/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bassel Khartabil Free Culture Fellowship, Fund",
            "description": "The inaugural Bassel Khartabil Free Culture Fellowship was awarded to Majd Al-shihabi, a Palestinian-Syrian engineer and urban planning graduate based in Beirut, Lebanon.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-16_130018.6009500000.jpg",
            "created": "2018-04-16T13:00:18.600366Z",
            "moderation_state": 3
        },
        {
            "id": 258,
            "content_url": "https://core.ac.uk/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open access"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CORE",
            "description": "CORE is a 2017 Global Sprint project with a mission to aggregate all open access research outputs from repositories and journals worldwide and make them available to the public. They are currently making available 70 million of research outputs metadata and 7 million full-text papers.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/oacore/oacore-mozsprint17",
            "interest": "They are looking for enthusiastic developers, designers, data scientists to facilitate access to open access research papers around the world. Thus, they are offering a set of APIs and a Dataset ready to be used exploited.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_174304.6617580000.png",
            "created": "2017-05-04T17:43:04.661232Z",
            "moderation_state": 3
        },
        {
            "id": 2456,
            "content_url": "https://core23lab.org/",
            "is_bookmarked": false,
            "tags": [
                "common voice",
                "voice",
                "voice technology"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Core23Lab",
                    "profile_id": 6092,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Haki des femmes",
            "description": "Haki will leverage voice technology to provide access to legal information and support for women in Katanga and Lualaba provinces of the Democratic Republic of Congo to ensure they have the right to access, use, inherit, control, and own land. Majority of women in DRC often lose their access to land after the passing of a loved one or husband due to lack of knowledge of land rights. This solution will help women to access information and legal support in securing their land rights in Kiswahili.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_133352.1957510000.jpg",
            "created": "2022-11-18T13:33:52.195379Z",
            "moderation_state": 3
        },
        {
            "id": 216,
            "content_url": "https://coralproject.net/products/talk.html",
            "is_bookmarked": false,
            "tags": [
                "comments",
                "community",
                "discussion",
                "journalism",
                "software",
                "trust"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Talk",
            "description": "Online comments are broken. Coral's Talk tool rethinks how moderation, comment display, and conversation function on a website, creating the opportunity for a safer, smarter discussion.",
            "get_involved": "Help us by joining the community of people contributing to our code, suggesting features, and reporting bugs.",
            "get_involved_url": "https://coralproject.net/contribute.html",
            "interest": "The Coral Project brings journalists and communities closer together via open-source tools & practices. Their tools raise public trust in journalism, increase the diversity of voices and experiences reflected in news reporting, and improve journalism by making it more relevant to people’s lives.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-12_164148.6437050000.jpg",
            "created": "2017-04-12T16:41:48.643090Z",
            "moderation_state": 3
        },
        {
            "id": 135,
            "content_url": "https://coralproject.net/first-product/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Trust",
            "description": "A tool for blog or news publishers to use existing comments to indicate trust or reputation of people who comment.",
            "get_involved": "Contribute to the community dialog or the code. Start at https://coralproject.net/get-involved/.",
            "get_involved_url": "",
            "interest": "Comments are tricky and volatile. This helps publishers find & highlight their best commenters so they can set tone for future visitors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T18:04:12.621000Z",
            "moderation_state": 3
        },
        {
            "id": 1841,
            "content_url": "https://conference.apnic.net/50/",
            "is_bookmarked": false,
            "tags": [
                "APNIC",
                "MANRS",
                "mozfellows19",
                "mozfellows20",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event wrap: APNIC50 (Virtual)",
            "description": "Due to pandemic, APNIC50 has been organized virtually on 8-10 Sep 2020. I served as a voluntary member of the program committee for that event. And, I had presented the activities of my project during the lightning talk session on the 2nd day. I have highlighted the success of the project in securing the routing infrastructure in the South Asian region. There were about a 100 participants in that session and I got some positive feedback from them.",
            "get_involved": "",
            "get_involved_url": "https://www.apnic.net/events/conferences/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-26_172922.1195160000.jpeg",
            "created": "2020-09-26T17:29:22.119189Z",
            "moderation_state": 3
        },
        {
            "id": 1992,
            "content_url": "https://community.icann.org/pages/viewpage.action?pageId=153518364",
            "is_bookmarked": false,
            "tags": [
                "communities",
                "Domain Name System (DNS)",
                "End users",
                "Internet of Things (IoT)"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Design",
                "Join community"
            ],
            "published_by": "Sarah Kiden",
            "submitter_profile_id": 491,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Kiden",
                    "profile_id": 491,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DNS and the IoT: Impact on Communities, End Users, Opportunities & Challenges",
            "description": "Co-designing Internet of Things (IoT) with Communities\n\nPresentation at the At-Large Capacity Building Webinar on 07 Dec 2020 titled \"DNS and the IoT: Impact on Communities, End Users, Opportunities and Challenges\"",
            "get_involved": "",
            "get_involved_url": "https://community.icann.org/pages/viewpage.action?pageId=153518364",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-02-08T22:04:47.724553Z",
            "moderation_state": 3
        },
        {
            "id": 1035,
            "content_url": "https://community.humanetech.com/t/3322",
            "is_bookmarked": false,
            "tags": [
                "community",
                "community building",
                "diversity",
                "health",
                "human centered design",
                "Humane technology",
                "Human Rights",
                "inclusivity",
                "internet freedom",
                "Methodologies",
                "Mozilla Open Leadership Project",
                "participation",
                "social",
                "society",
                "wellbeing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Arnold Schrijver",
            "submitter_profile_id": 1981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Arnold Schrijver",
                    "profile_id": 1981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Pyramids of Humane Technology",
            "description": "Humanity has become subservient to technology, but tech should serve us instead. Disruptive innovation has exposed us to many dangers: The Harms of Technology. \n\nHumane Tech Community exists to fight them, bring Humane Technology back. By promoting solutions that improve Wellbeing, Freedom and Society, so that humans can flourish and humanity can thrive with beneficial tech.\n\nThe challenge is huge. So how do we manage that? We have developed The Pyramids of Humane Technology, a model and methodology to divide and conquer. We are into pyramid building again. Do you build with us? Be a builder.",
            "get_involved": "We are at the start of evolving our methodology and organization, grow our team of members, and reach great heights. And we need you to help us!",
            "get_involved_url": "https://humanetech.com",
            "interest": "Presenting our community's breakdown structure and methodology that makes adoption of Humane Technology more manageable and easy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-05_095919.2392390000.png",
            "created": "2019-02-05T09:59:19.238734Z",
            "moderation_state": 3
        },
        {
            "id": 1288,
            "content_url": "https://codemirror.net/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CodeMirror",
            "description": "CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_225741.2725830000.png",
            "created": "2019-08-01T22:57:41.253758Z",
            "moderation_state": 3
        },
        {
            "id": 335,
            "content_url": "https://codebuddies.org/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CodeBuddies",
            "description": "We're a community of independent code learners who help each other on Slack and schedule virtual hangouts to pair program or for study motivation. Members come from around the world and we strive to create a safe space for anyone to start study groups and learn together. The project started in 2014, is free and open-sourced on Github, we're a part of the Open Collective, and our platform (codebuddies.org) is 100% community/volunteer-built.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/codebuddiesdotorg/codebuddies/blob/staging/contributing.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_004247.7077810000.png",
            "created": "2017-06-01T00:42:47.707152Z",
            "moderation_state": 3
        },
        {
            "id": 1627,
            "content_url": "https://cmci.colorado.edu/~cafi5706/SIGCSE2020_EthicsSyllabi.pdf",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What Do We Teach When We Teach Tech Ethics? A Syllabi Analysis",
            "description": "To both describe current trends in computing ethics coursework and to provide guidance for further ethics inclusion in computing, we present an in-depth qualitative analysis of 115 syllabi from university technology ethics courses.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-03-27T19:13:12.618324Z",
            "moderation_state": 3
        },
        {
            "id": 1113,
            "content_url": "https://cmasuki.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Mentor",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Dimitra Blana",
            "submitter_profile_id": 2005,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Dimitra Blana",
                    "profile_id": 2005,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Movement Analysis Code for Everyone",
            "description": "A free online platform for sharing movement analysis code, with step-by-step tutorials on how to develop and use it.\n\nClinical movement analysis involves the measurement of human movement, typically walking, to help understand pathologies that affect movement. Writing code can save time and reduce errors by automating routine tasks, and produce new insights by enabling complex calculations. \n\nOur project wants to bring everyone interested in motion analysis together, to share code and the expertise that exists in the community.",
            "get_involved": "You could contribute code and documentation for motion analysis applications, suggest improvements to existing resources and request new ones, join our mailing list and the conversation on Slack!",
            "get_involved_url": "https://github.com/cmasuki/open-code/blob/master/README.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-17_165516.4627500000.JPG",
            "created": "2019-04-17T16:55:16.461068Z",
            "moderation_state": 3
        },
        {
            "id": 1272,
            "content_url": "https://civicrm.org",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "project",
            "title": "CiviCRM Core Support and Development Inquiry",
            "description": "CiviCRM is an open source CRM built by a community of contributors and supporters, and coordinated by the Core Team. CiviCRM is web-based software used by a diverse range of organisations, particularly not-for-profit organizations (nonprofits and civic sector organizations). CiviCRM offers a complete feature set out of the box and can integrate with your website.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-31_185809.1982860000.png",
            "created": "2019-07-31T18:58:09.165014Z",
            "moderation_state": 3
        },
        {
            "id": 506,
            "content_url": "https://civicdr.org/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "digital security",
                "localisation",
                "resilience"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Holly Kilroy",
            "submitter_profile_id": 173,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Holly Kilroy",
                    "profile_id": 173,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Center for Digital Resilience",
            "description": "The Center for Digital Resilience works to strengthen civil society’s resilience to digital threats. We work with communities of NGOs to improve their collective understanding of the threats they face and how to mitigate them. If and when those threats materialise we work with digital security experts to facilitate fast, effective responses.",
            "get_involved": "If you're a digital security service provider in any field and have the capacity to help NGOs in need we'd love to talk to you!",
            "get_involved_url": "https://civicdr.org/",
            "interest": "Are you part of a CSO community that wants to improve its resilience to digital threats? Are you a digital security provider of any kind that has the capacity to help or is looking for clients? This may be a useful project for you!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_145509.2404440000.jpg",
            "created": "2017-10-26T14:55:09.239880Z",
            "moderation_state": 3
        },
        {
            "id": 1114,
            "content_url": "https://citapress.org",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "books",
                "design",
                "Feminism",
                "graphic design",
                "illustration",
                "public domain",
                "publishing",
                "sprintforih",
                "web design"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Juliana Castro",
            "submitter_profile_id": 1914,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Juan Castro Varón",
                    "profile_id": 2060,
                    "is_active": true
                },
                {
                    "name": "Juliana Castro",
                    "profile_id": 1914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cita Press",
            "description": "Cita is an open-source digital library publishing books by women and non-binary authors. It is both a literature archive and a graphic design project. Cita aims to elevate the work of those who first addressed gender inequality by promoting and distributing openly-licensed and public domain works using open-source technologies.",
            "get_involved": "People can help edit and upload books, make designs for the covers, write introductions, help clean bugs in the books and help develop a new version of it.",
            "get_involved_url": "https://github.com/citapress/citapress",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-17_195544.2486460000.jpg",
            "created": "2019-04-17T19:55:44.248215Z",
            "moderation_state": 3
        },
        {
            "id": 407,
            "content_url": "https://cira.ca/blog/state-internet/toronto-youth-take-cyberbullying-help-cira",
            "is_bookmarked": false,
            "tags": [
                "ca.pture",
                "cira",
                "cyberbullying",
                "cyber violence",
                "thimble",
                "youth"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Flora Shum",
            "submitter_profile_id": 86,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Toronto youth take on cyberbullying with help from CIRA",
            "description": "A blog post published by CIRA (Canadian Internet Registry Agency) on the Ca.pture Project. Ca.pture, a project by Mozilla Hive Toronto, was designed and implemented by the Ca.pture Youth Council made up of 12 teenagers between the ages of 13-17 to address cyberbullying.",
            "get_involved": "Take a look at the Ca.pture Facilitation Guide and incorporate it in your community!",
            "get_involved_url": "https://thimbleprojects.org/hivetorontoteam/191343/#overview",
            "interest": "The Ca.pture project offers an authentic and deeper understanding of youth experiences online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-25_181919.0386320000.jpg",
            "created": "2017-07-25T18:19:19.038214Z",
            "moderation_state": 3
        },
        {
            "id": 482,
            "content_url": "http://sciencefair-app.com",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "open science",
                "publishing",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Richard Smith-Unna",
            "submitter_profile_id": 140,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Richard Smith-Unna",
                    "profile_id": 140,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ScienceFair",
            "description": "A decentralised science library where research papers come to life.",
            "get_involved": "",
            "get_involved_url": "https://github.com/codeforscience/sciencefair",
            "interest": "ScienceFair redesigns scientific publishing from the ground up to be open, decentralised, and fair.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_125819.9845250000.png",
            "created": "2017-10-22T12:58:19.984120Z",
            "moderation_state": 3
        },
        {
            "id": 583,
            "content_url": "https://chupadados.com",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "data protection",
                "gender and tech",
                "gender equality",
                "iot",
                "online privacy & security",
                "smart cities",
                "storytelling"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Localize & translate"
            ],
            "published_by": "Joana Varon",
            "submitter_profile_id": 287,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Joana Varon",
                    "profile_id": 287,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Sucker, the hidden faces of our beloved technologies",
            "description": "The project uses art, reporting, and storytelling to reveal the insidious impact of online surveillance, especially on women and gender non-binary people.",
            "get_involved": "looking for people who could help me code an interactive layer to improve users journey across the stories, or for interactive infographics. Also need help to copy edit English content.",
            "get_involved_url": "https://twitter.com/CodingRights",
            "interest": "advocacy and comunication about privacy and social justice",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-29_223740.0586000000.jpg",
            "created": "2018-01-29T22:37:40.058001Z",
            "moderation_state": 3
        },
        {
            "id": 901,
            "content_url": "https://chupadados.codingrights.org/en/fuzzifyme/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                },
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "fuzzify.me",
            "description": "A browser extension to thwart Facebook's creepiest ads.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-24_143446.5794570000.png",
            "created": "2018-08-24T14:34:46.578772Z",
            "moderation_state": 3
        },
        {
            "id": 1745,
            "content_url": "https://chooseyourownfakesnews.com",
            "is_bookmarked": false,
            "tags": [
                "chooseyourownadventure",
                "game",
                "twine"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Neema Iyer",
            "submitter_profile_id": 3958,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Neema Iyer",
                    "profile_id": 3958,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Choose Your Own Fake News",
            "description": "Play an interactive, story-based game as Flora, Jo or Aida from East Africa, and navigate the world of disinformation and misinformation through the choices you make. Scrutinize news and information about job opportunities, vaccines and upcoming elections to make the right choices!",
            "get_involved": "",
            "get_involved_url": "https://chooseyourownfakenews.com/contact.php",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-17_075824.7205230000.png",
            "created": "2020-06-17T07:58:24.720117Z",
            "moderation_state": 3
        },
        {
            "id": 2436,
            "content_url": "https://chooseyourownfakenews.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "cma",
                "cma2019",
                "game",
                "misinformation",
                "mozilla-cma",
                "simulations"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pollicy",
                    "profile_id": 6055,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Choose Your Own Fake News",
            "description": "This project uses comics and audio to explore how misinformation spreads across the African continent. Users engage in a choose-your-own-adventure game that simulates how retweets, comments, and other digital actions can sow misinformation, and how that misinformation intersects with gender, religion, and ethnicity.",
            "get_involved": "",
            "get_involved_url": "https://chooseyourownfakenews.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-04_122445.7082420000.png",
            "created": "2022-11-04T12:24:45.708021Z",
            "moderation_state": 3
        },
        {
            "id": 507,
            "content_url": "https://chicktech.org/for-students/rural/",
            "is_bookmarked": false,
            "tags": [
                "curation",
                "curriculum",
                "discussion",
                "distributed learning",
                "diversity",
                "empower women",
                "girl",
                "inclusion",
                "inclusivity",
                "mozfest",
                "open leadership zone",
                "schools",
                "women & girls",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Katie SanFilippo",
            "submitter_profile_id": 174,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Katie SanFilippo",
                    "profile_id": 174,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChickTech School Kits/Clubs",
            "description": "To work with collaborators to build curricula and resources for school kits/clubs so that students in rural, underserved and underrepresented areas can access and learn skills in tech.",
            "get_involved": "Help us edit curricula to make it inclusive for all, build and support a Discussion Forum",
            "get_involved_url": "https://github.com/ChickTech/Kits-and-Clubs",
            "interest": "Building community and support to create diverse and inclusive tech environment for all",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_152703.8029420000.jpg",
            "created": "2017-10-26T15:27:03.802274Z",
            "moderation_state": 3
        },
        {
            "id": 212,
            "content_url": "https://changecopyright.org/en-US/resources",
            "is_bookmarked": false,
            "tags": [
                "campaign",
                "copyright",
                "eu",
                "resources"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Read, Watch, and Chat: EU Copyright Reform Resources",
            "description": "A list of useful, informative, and fun resources to learn more about the EU Copyright Reform, and what it means for the open internet.",
            "get_involved": "",
            "get_involved_url": "https://changecopyright.org/",
            "interest": "Learn more about what people are doing to protect the openness of the internet in the face of the EU Copyright Directive proposal.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-12_204808.3494250000.png",
            "created": "2017-04-11T17:04:16.026288Z",
            "moderation_state": 3
        },
        {
            "id": 1987,
            "content_url": "https://ceti.institute/gallery-of-the-future/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alanna Risse",
            "submitter_profile_id": 4581,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alanna Risse",
                    "profile_id": 4581,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Gallery of the Future",
            "description": "As the world is transformed by pandemics and revolutions, as physical spaces, access, and connection is lost, we reimagine the gallery spaces of the future. What could it look like? How can the art, the space, and the conversations and interactions critically engage with the world and with our communities? How does it spark and sustain inspiration - with ideas, materials, and media? How does it reveal what is possible, and what needs to change?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-01-25T17:20:51.613246Z",
            "moderation_state": 3
        },
        {
            "id": 989,
            "content_url": "https://casahacker.org",
            "is_bookmarked": false,
            "tags": [
                "hackerspace"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Localize & translate",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 133,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 133,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Casa Hacker",
            "description": "Casa hacker is a hackerspace dedicated to putting the local communities in control of its digital experience and shaping the future of the information and communication technologies for the public good. Visit us at casahacker.org.",
            "get_involved": "",
            "get_involved_url": "https://casahacker.org",
            "interest": "Join us to make local communities web literate and empower them to shape the future of the information and communication technologies for the public good.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-13_040231.2131860000.png",
            "created": "2019-01-13T04:02:31.212526Z",
            "moderation_state": 3
        },
        {
            "id": 1746,
            "content_url": "https://carriesijiawang.com/interview/",
            "is_bookmarked": false,
            "tags": [
                "aiinterview",
                "cma2020",
                "creativemedia20",
                "future of work",
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Carrie Sijia Wang",
            "submitter_profile_id": 3961,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carrie Sijia Wang",
                    "profile_id": 3961,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An Interview with ALEX",
            "description": "“An Interview with ALEX” is an interactive, browser-based experience that simulates a job interview with an Artificial Intelligence HR Manager in a future of gamified work and total surveillance. The entire experience is 12 minutes.",
            "get_involved": "",
            "get_involved_url": "https://carriesijiawang.com/interview/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-18_231217.6750000000.jpg",
            "created": "2020-06-18T23:12:17.674364Z",
            "moderation_state": 3
        },
        {
            "id": 1460,
            "content_url": "https://carolinesinders.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Sinders",
                    "profile_id": 2084,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Anger Disgust Fear Happiness Sadness Surprise",
            "description": "Anger Disgust Fear Happiness Sadness Surprise are the six emotions that are defined to be culturally universal by the Emotion Facial Action Coding System (Emfacs) developed by Paul Ekman and Wallace V Friesen in the 1980s. This specific system of emotion definitions and taxonomies is the backbone of most emotion recognition systems today.  \nAnger Disgust Fear Happiness Sadness Surprise explores the complexities of how machines confuse human emotions, but the deeper questions of how do we emote, what do we emote, and are we allowed to express emotions equally?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_175258.8292990000.png",
            "created": "2019-11-06T17:52:58.828686Z",
            "moderation_state": 3
        },
        {
            "id": 2448,
            "content_url": "https://carnival-ai.com/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "cma2021",
                "data",
                "digital gallery",
                "machine learning",
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Vernelle Noel",
                    "profile_id": 6071,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Black Arts + Culture: Generative Traditions with AI and Design in Carnival",
            "description": "This project uses AI to remix Black histories of design, art, and dance. Archival images of dancing sculptures from the Trinidad Carnival are mixed with each other and images of Black dancers across the diaspora (Caribbean, USA, etc.) in a single dataset. A machine learning model then generates new designs based on this data. The resulting art will be presented via an online gallery and discussions.",
            "get_involved": "",
            "get_involved_url": "https://carnival-ai.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_143242.4693290000.jpg",
            "created": "2022-11-08T14:32:42.469114Z",
            "moderation_state": 3
        },
        {
            "id": 1848,
            "content_url": "https://carnegieindia.org/2020/08/24/policing-in-modern-india-technology-and-responsibility-event-7403",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Policing in Modern India: Technology and Responsibility",
            "description": "I participated in a panel hosted by Tata Trusts and Carnegie India, which explored the use of technology by policing forces. I spoke about the kinds of databases and datafication of policing in India, and its implications for civil liberties and rights.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-10-13T08:55:24.555018Z",
            "moderation_state": 3
        },
        {
            "id": 1648,
            "content_url": "https://caravanmagazine.in/health/india-digitial-response-covid-19-risks-inefficacy-exclusion-discrimination",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Take Action",
                "Localize & translate"
            ],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "India’s digital response to COVID-19 risks inefficacy and discrimination",
            "description": "Government's in India have increasingly turned to surveillance tools to respond to the CoViD-19 Pandemic. In this article for the Caravan Magazine, we analyse why these technological responses are not only of limited use in the Indian context, but why the context in which they are being implemented risks punitively excluding and discriminating certain populations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-19_122552.0284050000.jpg",
            "created": "2020-04-19T12:25:52.027825Z",
            "moderation_state": 3
        },
        {
            "id": 965,
            "content_url": "https://cancerletter.com/articles/20181116_1/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Artificial intelligence can entrench disparities—here’s what we must do",
            "description": "How can we bring together the excitement for the possibilities of AI in medicine with the sobering reality of stubborn health disparities that remain despite technological advances?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-30_173454.1156620000.jpg",
            "created": "2018-11-30T17:34:54.115253Z",
            "moderation_state": 3
        },
        {
            "id": 1903,
            "content_url": "https://callfortrust.online",
            "is_bookmarked": false,
            "tags": [
                "benchmark",
                "business integrity",
                "fairness",
                "index",
                "online community",
                "openness",
                "reliability",
                "safety",
                "tranparency",
                "Trustability"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jan Otten",
            "submitter_profile_id": 4298,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jan Otten",
                    "profile_id": 4298,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CALLforTRUST",
            "description": "Platform for creating and assessing Online Trustability.",
            "get_involved": "We search interested people who want to work with us in benchmarking online trustability.",
            "get_involved_url": "https://callfortrust.online/login",
            "interest": "We work on the criteria of online trustability",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-02_133034.6863720000.jpg",
            "created": "2020-11-02T13:30:34.685499Z",
            "moderation_state": 3
        },
        {
            "id": 1301,
            "content_url": "https://caddyserver.com/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2016"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Caddy",
            "description": "Caddy is the HTTP/2 web server with automatic HTTPS.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_040735.4728110000.png",
            "created": "2019-08-02T04:07:35.455622Z",
            "moderation_state": 3
        },
        {
            "id": 1728,
            "content_url": "https://cacm.acm.org/news/245121-a-new-class-of-ai-ethics/fulltext",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "computing",
                "ethics",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A New Class of AI Ethics",
            "description": "Natalie Garrett, a Ph.D. student and researcher at the University of Colorado, Boulder, is among those promoting a broader framework. With support from the Mozilla Responsible Computer Science Challenge, Garrett works with professors to revamp existing coursework to shine more light on ethical issues. For example, one area of interest is adding ethics problems to coding assignments. \"We want to help educators identify what topics should be taught and create scaffolding for developing future AI ethics education at the university level,\" she explains.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/what-we-fund/awards/responsible-computer-science-challenge/",
            "interest": "Ethics, Computing, Pedagogy, Classes",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-26_025648.3373270000.jpg",
            "created": "2020-05-26T02:56:48.336969Z",
            "moderation_state": 3
        },
        {
            "id": 1369,
            "content_url": "https://cacm.acm.org/magazines/2019/8/238345-embedded-ethics/fulltext",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "#RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Embedded EthiCS: Integrating Ethics Across CS Education",
            "description": "It is insufficient to ethically assess technology after it has produced negative social impacts, as has happened, for example, with facial recognition software that discriminates against people of color and with self-driving cars that are unable to cope with pedestrians who jay-walk. Developers of new technologies should aim to identify potential harmful consequences early in the design process and take steps to eliminate or mitigate them.",
            "get_involved": "",
            "get_involved_url": "https://embeddedethics.seas.harvard.edu/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-09-10T02:35:38.663190Z",
            "moderation_state": 3
        },
        {
            "id": 1611,
            "content_url": "https://c4ejournal.net/2019/10/10/jeff-behrends-ethics-education-in-computer-science-the-embedded-ethics-approach-2019-c4ej-41/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "education",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ethics Education in Computer Science: The Embedded EthiCS Approach",
            "description": "Jeff Behrends, Ethics Education in Computer Science: The Embedded EthiCS Approach [2019 C4eJ 41]",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-03-05T13:44:21.772557Z",
            "moderation_state": 3
        },
        {
            "id": 1312,
            "content_url": "https://buildbot.net/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2016"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Buildbot",
            "description": "Buildbot supports distributed, parallel execution of jobs across multiple platforms, flexible integration with version-control systems, extensive status reporting, and more. At its core, Buildbot is a job scheduling system: it queues jobs, executes the jobs when the required resources are available, and reports the results.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-05_155041.2244360000.png",
            "created": "2019-08-05T15:50:41.199473Z",
            "moderation_state": 3
        },
        {
            "id": 915,
            "content_url": "https://botwiki.org/resource/tutorial/introduction-to-mastodon-bots/",
            "is_bookmarked": false,
            "tags": [
                "bots",
                "creative automation",
                "generative art"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Introduction to Mastodon bots",
            "description": "Learn to make bots for the open web with Mastodon.",
            "get_involved": "",
            "get_involved_url": "https://botmakers.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-08_132456.4405360000.png",
            "created": "2018-09-08T13:24:56.439842Z",
            "moderation_state": 3
        },
        {
            "id": 916,
            "content_url": "https://botwiki.org/",
            "is_bookmarked": false,
            "tags": [
                "bots",
                "creative automation"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Botwiki",
            "description": "Preserving examples of interesting and creative online bots, and providing tutorials and other resources to folks interested in making them.",
            "get_involved": "",
            "get_involved_url": "https://botmakers.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-08_132822.0204260000.png",
            "created": "2018-09-08T13:28:22.019913Z",
            "moderation_state": 3
        },
        {
            "id": 1744,
            "content_url": "https://botor.no/",
            "is_bookmarked": false,
            "tags": [
                "automation",
                "awareness",
                "bots",
                "conversational agents",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "FOREIGN OBJECTS",
            "submitter_profile_id": 3944,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "FOREIGN OBJECTS",
                    "profile_id": 3944,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bot or Not",
            "description": "BOT OR NOT is an online game that engages people in thinking critically about artificial agents that pretend to be human. Potentially matched to either a bot or a person, players are forced to question not only the human-ness of their opponent, but also themselves as they engage in a two-way guessing game.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-11_140724.4474890000.png",
            "created": "2020-06-11T14:07:24.447200Z",
            "moderation_state": 3
        },
        {
            "id": 2220,
            "content_url": "https://book.mozillafestival.org/the-first-decade",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The First Decade",
            "description": "The first MozFest wasn’t technically a MozFest. Instead, it was the Drumbeat Festival, a convening of leaders making radical disruptions in learning and in web technology. Held at the Museu d’Art Contemporani de Barcelona, sessions took place in the museum, in tents at a nearby square, and in a Hack Bus that arrived spontaneously and parked (illegally) on the street nearby. There were 200 attendees, bad acoustics, and the shared sense that this was something special.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_183054.1063150000.png",
            "created": "2021-07-08T18:30:54.105989Z",
            "moderation_state": 3
        },
        {
            "id": 2197,
            "content_url": "https://book.mozillafestival.org/peer-to-peer-interviews/power-dynamics-knowledge-and-building-equity-online",
            "is_bookmarked": false,
            "tags": [
                "bmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "On Power Dynamics, Knowledge, and Building Equity Online",
            "description": "A conversation between Anasuya Sengupta and Cory Doctorow about power dynamics and building equity online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_211038.3062280000.png",
            "created": "2021-07-07T21:10:38.305977Z",
            "moderation_state": 3
        },
        {
            "id": 2134,
            "content_url": "https://book.mozillafestival.org/peer-to-peer-interviews/open-hardware",
            "is_bookmarked": false,
            "tags": [
                "tmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "On Open Hardware",
            "description": "A conversation between Allen Gunn and Andrew Huang in the How to MozFest Book about open hardware.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_182940.4787050000.png",
            "created": "2021-07-01T18:29:40.478357Z",
            "moderation_state": 3
        }
    ]
}