A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=description&page=33
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1761,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=description&page=34",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=description&page=32",
    "results": [
        {
            "id": 947,
            "content_url": "https://github.com/shreevari/not-anymore",
            "is_bookmarked": false,
            "tags": [
                "natural language processing",
                "online privacy & security",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Code"
            ],
            "published_by": "Shreevari SP",
            "submitter_profile_id": 1709,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Madhurish Katta",
                    "profile_id": 1610,
                    "is_active": true
                },
                {
                    "name": "Shreevari SP",
                    "profile_id": 1709,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "☑ I blindly accept… (T&Cs)",
            "description": "This project aims to create an open-source tool that demystifies Terms & Conditions for end-users by summarizing and processing them and presenting them using appropriate data visualization",
            "get_involved": "",
            "get_involved_url": "https://github.com/shreevari/not-anymore",
            "interest": "It aims to improve the approach and view that people have towards Terms and Conditions (that do concern them). This project is directly related to the recent activities in the Mozilla community and adheres to the philosophies that Mozilla preaches and works for.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-11-05T07:16:18.498934Z",
            "moderation_state": 3
        },
        {
            "id": 294,
            "content_url": "https://github.com/sparcopen/do-a-doathon",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "hackathon",
                "mozsprint",
                "sprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Creating a Toolkit for a Doathon",
            "description": "This project aims to create a toolkit for doing \"Do-a-thons\" (like hack-a-thons but more inclusive, like events but more impactful).  Doathons are participatory programs with remote involvement and low \"overhead\" programming.  They are designed for those who want to get stuff done but don't have enough time.",
            "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/sparcopen/do-a-doathon/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_054014.5072040000.jpg",
            "created": "2017-05-22T05:40:14.506823Z",
            "moderation_state": 3
        },
        {
            "id": 476,
            "content_url": "https://www.prereview.org/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "Mozilla Open Leadership Project",
                "Mozilla Science Mini-Grant Awardee",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Sam Hindle",
            "submitter_profile_id": 141,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Hindle",
                    "profile_id": 141,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Preprint Journal Club Starter Kit",
            "description": "This project aims to develop resources to encourage the hosting of Preprint Journal Clubs at different research institutions around the world. The purpose of a Preprint Journal Club, in our opinion, would be to not only discuss research fresh out of the lab, but to provide an opportunity for early career researchers to develop their manuscript peer review skills, whilst also providing constructive feedback to the authors. We also hope that by introducing preprints into every-day lab practices, this project will promote the engagement of researchers with preprints.",
            "get_involved": "Volunteer to be a beta tester to test out our resources at a preprint journal club in your institution. Email us at [email protected]",
            "get_involved_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "interest": "Our project helps to promote Open Access and Open Science, and offers a complementary mechanism for science communication vs traditional publishing",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_003807.0782030000.png",
            "created": "2017-10-20T00:38:07.077499Z",
            "moderation_state": 3
        },
        {
            "id": 1123,
            "content_url": "https://github.com/JulianaNovaes/Latin-American-Data-Protection-Framework",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "data privacy",
                "latin america",
                "sprintforih"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Juliana Novaes",
            "submitter_profile_id": 2008,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Juliana Novaes",
                    "profile_id": 2008,
                    "is_active": true
                },
                {
                    "name": "Ana Carolina Rodrigues",
                    "profile_id": 2264,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Protection in Latin America: A Legal Framework",
            "description": "This project aims to map in an open format data protection legal frameworks in Latin America, so that researchers and activists can understand the main differences between legislations in each country.",
            "get_involved": "Give information about data protection in your country",
            "get_involved_url": "HTTPS://FORM.JOTFORMZ.COM/90748328484670",
            "interest": "This is a way to increase the involvement of Latin Americans on data privacy, so that a people can have a whole vision of data privacy regulation in the region and to be able to compare the scenario in different countries.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_033651.7045120000.jpg",
            "created": "2019-04-25T03:36:51.703905Z",
            "moderation_state": 3
        },
        {
            "id": 659,
            "content_url": "https://github.com/manasvil/RapidPrototyping-Curriculum",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "arduino",
                "curriculum design",
                "curriculum planning",
                "education technology",
                "github",
                "mozsprint",
                "open educational resource",
                "physical computing",
                "teaching kit"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Manasvi Lalwani",
            "submitter_profile_id": 435,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Manasvi Lalwani",
                    "profile_id": 435,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Making a rapid prototyping curriculum open",
            "description": "This project aims to publish an existing curriculum on rapid protyping and maker learning so that it can be accessible to a wider community of makers, instructos and worksho facilitators.",
            "get_involved": "Help transfer content from google docs to github, Help organize the material including naming folders, Help proofread content, Help design activities, Help promote content",
            "get_involved_url": "https://github.com/manasvil/RapidPrototyping-Curriculum",
            "interest": "Lots of cool resources for making hardware prototypes for beginners!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024035.2739370000.jpg",
            "created": "2018-03-28T16:11:27.323288Z",
            "moderation_state": 3
        },
        {
            "id": 424,
            "content_url": "https://github.com/Carotejada/native_club",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Carolina Tejada",
            "submitter_profile_id": 97,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carolina Tejada",
                    "profile_id": 97,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Native Club",
            "description": "This project aims to train leaders in indigenous communities located in Mexico, Ecuador, Colombia, Peru and México, with the skills they need to start producing and/or localizing websites, tools, and other type of digital content.\n\nAt the end we plan to consolidate a group of open web leaders who feel empowered to foster the movement within their communities.",
            "get_involved": "We are currently developing a web basics curriculum in Spanish. Modules are described in the Repo for contributions who are whiling to help with content, videos, images, ideas, etc.",
            "get_involved_url": "https://github.com/Carotejada/native_club",
            "interest": "Because it leverages the inclusion of one of the most underrepresented communities in the world, providing them with the skills and tools to take action and have a voice.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-29_191557.7074480000.jpg",
            "created": "2017-08-29T19:15:57.706519Z",
            "moderation_state": 3
        },
        {
            "id": 775,
            "content_url": "https://github.com/cesswairimu/GirlsGetGeeky",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Mozilla Open Leadership Project",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Ceciliah Mbugua",
            "submitter_profile_id": 525,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ceciliah Mbugua",
                    "profile_id": 525,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Girls Get Geeky",
            "description": "This project builds a off-line course in markdowns for helping geeks in places with poor and slow internet connection to continue learning even when they can not access the internet. This course will be tested on a group on 10 girls in Africa while motivating them to take up careers in technology.  The course being developed is a course on Ruby on Rails.",
            "get_involved": "Contribute to code base, ideas on course content, prototyping",
            "get_involved_url": "https://github.com/cesswairimu/GirlsGetGeeky/blob/master/CONTRIBUTING.md",
            "interest": "We are building an offline course to help people in areas with  poor internet connection to code on after a failed internet connection.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_161551.9376380000.jpg",
            "created": "2018-04-26T16:15:51.936782Z",
            "moderation_state": 3
        },
        {
            "id": 2435,
            "content_url": "https://thefutureofmemory.online/fom-game/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "algorithms",
                "artificial intelligence",
                "cma",
                "cma2019",
                "creative media awards",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Xiaowei Wang, Jasmine Wang, and Yang Yuting",
                    "profile_id": 6054,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "The Future of Memory",
            "description": "This project explores algorithmic censorship, and the ways language can be made illegible to such algorithms. It reverse-engineers how automated censors work, to provide a toolkit of tactics using a new “machine resistant” language, composed of emoji, memes, steganography and homophones. The project will also archive censored materials on a distributed, physical network of offline modules.",
            "get_involved": "",
            "get_involved_url": "https://thefutureofmemory.online/fom-game/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-04_122008.7108650000.png",
            "created": "2022-11-04T12:20:08.710576Z",
            "moderation_state": 3
        },
        {
            "id": 2432,
            "content_url": "https://www.foreignobjects.net/bot-or-not",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Foreign Objects",
                    "profile_id": 6040,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Truth-or-Dare Turing Test (Bot or Not)",
            "description": "This project explores deceptive AI that mimic real humans. Users play truth-or-dare with another entity, and at the conclusion of the game, must guess if they were playing with a fellow human or an AI. (“Truths” are played out using text, and “dares” are played out using an online sketchpad.) The project also includes a website outlining the state of mimicry technology, its uses, and its dangers.",
            "get_involved": "",
            "get_involved_url": "https://about.botor.no/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-10-27_161926.5392240000.png",
            "created": "2022-10-27T16:19:26.538822Z",
            "moderation_state": 3
        },
        {
            "id": 2433,
            "content_url": "https://www.their.tube/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tomo Kihara",
                    "profile_id": 6044,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Swap the Curators in the Tube [TheirTube]",
            "description": "This project explores how recommendation engines present different realities to different people. Users will peruse the YouTube recommendations of five wildly different personas — including a conspiracist and a racist persona — to experience how their recommendations differ.",
            "get_involved": "",
            "get_involved_url": "https://www.their.tube/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-10-31_130121.1709900000.png",
            "created": "2022-10-31T13:01:21.170577Z",
            "moderation_state": 3
        },
        {
            "id": 2144,
            "content_url": "https://miro.com/app/board/o9J_lRg9CJs=/",
            "is_bookmarked": false,
            "tags": [
                "bmfcr"
            ],
            "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": "Collaborative/Poetic Atlas of Algorithmic (In)equality",
            "description": "This project inventories ways in which algorithms, algorithmic artefacts, algorithmic cultures and algorithmic ecologies can produce injustice.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_201509.9350810000.png",
            "created": "2021-07-01T20:15:09.934757Z",
            "moderation_state": 3
        },
        {
            "id": 707,
            "content_url": "https://github.com/trustodia/HPC416S",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozilla",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Trust Odia",
            "submitter_profile_id": 512,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Trust Odia",
                    "profile_id": 512,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HPC416S",
            "description": "This project is aimed at providing high performance computing (compute resource) for metagenomics analysis",
            "get_involved": "Help us fund the acquisition of a compute resource, or suggest open/free/public HPCs (e.g Amazon cloud, Azure, etc). Contribute code, pipeline for metagenomics analysis, tools, materials and content useful to building an open compute resource",
            "get_involved_url": "https://github.com/trustodia/HPC416S/blob/master/CONTRIBUTING.md",
            "interest": "This is a project that seeks to provide an open/free/public/remote platform for data scientists and bioinformaticians (especially in Africa), and it is useful in Africa's genomic research. Most institutions in Africa do not have access to such infrastructure, hence the need to provide one.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_075723.4650090000.jpg",
            "created": "2018-04-24T07:57:23.464506Z",
            "moderation_state": 3
        },
        {
            "id": 1840,
            "content_url": "https://smart.inovamedialab.org/smart-2019/project-reports/interrogating-vision-apis/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic audit",
                "algorithmic bias",
                "computer vision"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Tarcízio Silva",
            "submitter_profile_id": 4169,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tarcízio Silva",
                    "profile_id": 4169,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Interrogating Vision APIs",
            "description": "This project proposes to investigate Vision APIs as research devices while experimentally applying them for the study of visual representation of countries through image results of demonyms (brazilian, portuguese, american etc).  The study is based on the approach of large visual datasets collected from different stock photos websites, attempting to derive descriptions and to identify patterns of comparisons, also, developing considerations on the prospects and limits of the applied methodology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-26_161138.6839460000.jpg",
            "created": "2020-09-26T16:11:38.683291Z",
            "moderation_state": 3
        },
        {
            "id": 376,
            "content_url": "https://github.com/shawnmgoulet/teachosm-for-high-school",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "TeachOSM for High School",
            "description": "This project provides educators with scale-able OpenStreetMap (OSM) geography-based educational modules developed to integrate with the United States AP Human Geography curriculum, exposing students to 21st century mapping technology.",
            "get_involved": "",
            "get_involved_url": "https://github.com/shawnmgoulet/teachosm-for-high-school",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_190513.3827540000.png",
            "created": "2017-06-16T19:05:13.382107Z",
            "moderation_state": 3
        },
        {
            "id": 2446,
            "content_url": "https://binarycalculationsareinadequate.org/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithms",
                "bipoc",
                "cma2021",
                "data",
                "datasets",
                "interactive",
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Dinkins",
                    "profile_id": 6069,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Binary Calculations Are Inadequate to Assess Us",
            "description": "This project seeks to provide more open, interactive, and compassionate alternatives to supplant the exclusionary algorithms and datasets that currently impact our everyday lives. It proposes a data commons approach where anyone can contribute to a training dataset, and anyone can then use that dataset to power AI. The project models this approach by creating an open, BIPOC-focused database that then uses AI to generate artwork.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_135548.6002770000.png",
            "created": "2022-11-08T13:55:48.599953Z",
            "moderation_state": 3
        },
        {
            "id": 2441,
            "content_url": "https://facework.app/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "bias",
                "cma",
                "cma2019",
                "creative media awards",
                "facial recognition",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kyle McDonald",
                    "profile_id": 6064,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Most FACE Ever [Facework]",
            "description": "This project teaches users about computer vision and facial analysis technology through playful challenges. Users will enable their webcam, engage with facial analysis, and try to “look” a certain way — say, “criminal,” or “white.” The game reveals how inaccurate and biased facial analysis can often be.",
            "get_involved": "",
            "get_involved_url": "https://facework.app/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_121249.9904940000.png",
            "created": "2022-11-08T12:12:49.990015Z",
            "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": 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": 2439,
            "content_url": "https://www.deepreckonings.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithms",
                "cma",
                "cma2019",
                "creative media awards",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Lepp",
                    "profile_id": 6058,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Deep Reckonings",
            "description": "This project uses deepfakes to address the issue of deepfakes. Three false videos will show public figures — like tech executives — reckoning with the dangers of synthetic media. Each video will be clearly watermarked and labeled as a deepfake to prevent misinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_094546.2259840000.png",
            "created": "2022-11-08T09:45:46.225693Z",
            "moderation_state": 3
        },
        {
            "id": 2440,
            "content_url": "https://moondisaster.org/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "cma",
                "cma2019",
                "creative media awards",
                "deepfake",
                "disinformation",
                "fake news",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Watch session"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Halsey Burgund",
                    "profile_id": 6059,
                    "is_active": false
                },
                {
                    "name": "Francesca Panetta",
                    "profile_id": 6060,
                    "is_active": false
                },
                {
                    "name": "Magnus Bjerg Mortensen",
                    "profile_id": 6061,
                    "is_active": false
                },
                {
                    "name": "Jeff DelViscio",
                    "profile_id": 6062,
                    "is_active": false
                },
                {
                    "name": "MIT Center for Advanced Virtuality",
                    "profile_id": 6063,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "In Event of Moon Disaster",
            "description": "This project uses the 1969 moon landing to explore the topic of modern misinformation. Real coverage of the landing will be presented on a website alongside deepfakes and other false content, to highlight the difficulty of telling the two apart. And by tracking viewers’ attention, the project will reveal which content captivated viewers more.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_113014.8539260000.jpg",
            "created": "2022-11-08T11:30:14.853643Z",
            "moderation_state": 3
        },
        {
            "id": 1897,
            "content_url": "https://docs.google.com/document/d/1k51g0rXGbuscynN8hXl4ahyDScvwbBepDn-LL3CkDTc/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Zen of AI",
            "description": "This project will create The Zen of AI as a set of guiding principles to help people building AI products make design decisions. The Zen of AI is a culture code, intended to shape industry norms. It should be used as a complement to The Zen of Python. When using the two Zens together, they give guidelines on how to write good python code for AI products that are trustworthy.",
            "get_involved": "Join the #wg-building-trustworthy-ai channel on MozFest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-28_021407.5952900000.jpg",
            "created": "2020-10-28T02:14:07.595024Z",
            "moderation_state": 3
        },
        {
            "id": 1893,
            "content_url": "https://github.com/fourthletter/nanny-surveillance",
            "is_bookmarked": false,
            "tags": [
                "tai-hackathon-landing",
                "tai-wg"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Di Luong",
            "submitter_profile_id": 423,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Di Luong",
                    "profile_id": 423,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nanny Surveillance State",
            "description": "This project will explore the impact of surveillance and artificial intelligence on the labor industry, particularly on domestic workers, e.g., nannies and housekeepers. The use of artificial intelligence or AI in the labor sector has become increasingly more prevalent. Examples include tracking labor productivity, health status, and replacing core job activities among others. AI is simultaneously capturing the employee’s digital footprint while also predicting their next move.",
            "get_involved": "Are you a computer scientist with a background on AI? Or are you may be a talented visual artist. We welcome your ideas and unique talent, and will not discount anyone's contribution.",
            "get_involved_url": "https://github.com/fourthletter/nanny-surveillance",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-27_170418.6242330000.jpg",
            "created": "2020-10-27T17:04:18.623919Z",
            "moderation_state": 3
        },
        {
            "id": 2307,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "tai-wg-22"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Subhashish Panigrahi",
            "submitter_profile_id": 433,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Subhashish Panigrahi",
                    "profile_id": 433,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foundational Tech for Low-Resource Languages",
            "description": "This project will re-imagine the foundational technology infrastructure needed to kickstart the artificial intelligence / machine learning frameworks for some of the low-resourced languages of South Asia. Join us in building a more diverse, equitable, and community-run AI ecosystem for global languages starting in South Asia.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/mozfest-tai-working-groups-call-for-interest/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-11-09T16:25:21.781888Z",
            "moderation_state": 3
        },
        {
            "id": 594,
            "content_url": "https://www.accessnow.org/cms/assets/uploads/2018/02/Encryption-in-the-United-States-Crypto-Colloquium-Outcomes-Report.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Report | Encryption in the U.S.",
            "description": "This report from Access Now — produced with input from Mozilla's Tech Policy Fellows — concludes that any policy mandating backdoors into encrypted products “would likely be effective for only a minimal time, would be substantially costly, and might harm security in general.”",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-15_200712.8748280000.png",
            "created": "2018-02-15T20:07:12.873754Z",
            "moderation_state": 3
        },
        {
            "id": 772,
            "content_url": "https://www.newschool.edu/digital-equity-lab/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Take It or Leave It: NYC Residents, Online Privacy & Internet Service",
            "description": "This report ranks New York City’s major Internet Service Providers based on the degree of privacy control and consent they offer consumers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_130352.6832470000.png",
            "created": "2018-04-26T13:03:52.682688Z",
            "moderation_state": 3
        },
        {
            "id": 1325,
            "content_url": "https://github.com/KirankumarAmbati/I-can-not-REACT",
            "is_bookmarked": false,
            "tags": [
                "Es6",
                "javascript",
                "learn javascript",
                "react"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Code",
                "Write documentation"
            ],
            "published_by": "Kirankumar Ambati",
            "submitter_profile_id": 3045,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kirankumar Ambati",
                    "profile_id": 3045,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "i-can-not-react",
            "description": "This repository is to create React docs and examples. The main idea is to develop these docs by the community, for the community.\n\nThere are lot of contributors already contributed to the docs, you can find them on each article page of https://i-can-not-react.netlify.com website.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-08-15T06:15:11.579363Z",
            "moderation_state": 3
        },
        {
            "id": 1660,
            "content_url": "https://aisforanother.net",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "mozfellows19",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "A is for another: A dictionary of AI",
            "description": "This resource by Maya Ganesh is a great resource to map understanding of AI.\n\"A Is For Another answers the question: what is AI? Or, how do we understand what it means to be human and non-human through artificial intelligence? This dictionary presents how intelligence, humans, machines, data and mind exist across a variety of cosmologies, sciences and art practices as perceptions change over time.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-01_142841.5796170000.png",
            "created": "2020-05-01T14:28:41.579213Z",
            "moderation_state": 3
        },
        {
            "id": 796,
            "content_url": "https://securitytraining.opennews.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "journalism",
                "mozsprint",
                "security",
                "security training"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Kevin O Gorman",
            "submitter_profile_id": 1306,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin O Gorman",
                    "profile_id": 1306,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Field Guide to Security Training in the Newsroom",
            "description": "This resource collects the advice and experience of journalists, newsroom developers, and security experts, organized into a set of lessons and training materials available for newsroom staff who take on the responsibility of security training. In a moment when reporters are asking how to protect themselves and their sources, we want to see more people armed to answer those questions and help newsrooms communicate and store data more securely.",
            "get_involved": "Adding new lesson plans or updating existing ones, adding new resource links, adding new glossary items, providing feedback on training using the guide, translating and localizing guide content",
            "get_involved_url": "https://github.com/OpenNewsLabs/field-guide-security-training-newsroom/",
            "interest": "Digital security is still an afterthought in many newsrooms - this means that efforts to improve newsroom security practices tend to start from the bottom up. The guide is written to support this model.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-02_173808.4980520000.jpeg",
            "created": "2018-05-02T17:38:08.497638Z",
            "moderation_state": 3
        },
        {
            "id": 229,
            "content_url": "https://medium.com/cryptofriends/digital-security-training-resources-for-security-trainers-spring-2017-edition-e95d9e50065e",
            "is_bookmarked": false,
            "tags": [
                "fellows",
                "howto",
                "privacy",
                "resources",
                "security",
                "security training"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Vanessa Rhinesmith",
            "submitter_profile_id": 65,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Resources for Digital Security Trainers",
            "description": "This resource is an answer to the questions: “Where can I get up-to date security training links? What tools should I use and why?” It is organized into three sections: (1) toolkits that are up to date today; (2) how to keep up to date as a trainer; and (3) toolkits that are out of date but still worth reviewing.Last Updated: April 10, 2017Expiration Date/Best By: June 2017Next update: Summer 2017Image: Patrick MacLeod (@patrickmacleodphoto)",
            "get_involved": "Have a suggestion? Send the authors a tweet on Twitter.",
            "get_involved_url": "",
            "interest": "This piece will be of specific interest to security trainers, and those interested in (or in need of) security training resources.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_175757.0455210000.jpeg",
            "created": "2017-04-14T17:57:57.045164Z",
            "moderation_state": 3
        },
        {
            "id": 7,
            "content_url": "https://mozillascience.github.io/open-data-guides/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "open data",
                "science",
                "train-the-trainer"
            ],
            "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 Data Instructor Guides",
            "description": "This site is a resource for train-the-trainer type materials on Open Data. It's meant to provide a series of approachable, fun, collaborative workshops where each of the modules is interactive and customizable to meet a variety of audiences.",
            "get_involved": "Would love feedback on the instructor guides so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "This website will help those who want to teach others about Open Data.  It has pre-packaged exercises and resources that can be remixed for different audiences.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:25:14.414000Z",
            "moderation_state": 3
        },
        {
            "id": 2104,
            "content_url": "https://2020.internethealthreport.org/slideshow-internet-health/#1",
            "is_bookmarked": false,
            "tags": [
                "IHR",
                "Internet Health Report",
                "taimfihr",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "2020 Internet Health Report: Facts & Figures",
            "description": "This slideshow highlights research and data on the current condition of the internet across many key issues that impact people’s lives worldwide.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-24_082720.9034970000.png",
            "created": "2021-06-24T08:27:20.903207Z",
            "moderation_state": 3
        },
        {
            "id": 1612,
            "content_url": "https://web.cs.toronto.edu/news-events/events/dls1903",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "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": "Ethical Challenges of Intelligent Systems to Embedding Ethics in Computer Sci",
            "description": "This talk will describe Harvard's Embedded EthiCS initiative, a novel approach to integrating ethics into computer science education that incorporates ethical reasoning throughout courses in the standard computer science curriculum. It changes existing courses rather than requiring wholly new courses.",
            "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:47:17.539019Z",
            "moderation_state": 3
        },
        {
            "id": 1634,
            "content_url": "https://www.hebbel-am-ufer.de/en/hau3000/new-technologies-old-discrimination/?fbclid=IwAR3Cr5GdqLW4vp0eG4FQk6k7V1fBD5DhLZYEXcerl6kz5UOrH8aPg6t26yc%27A%3D0",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "AI",
                "discrimination",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New Technologies, Old Discrimination",
            "description": "This text was published in the  HAU publication for the festival “Spy on Me #2 – Künstlerische Manöver für die digitale Gegenwart”.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-31_080823.1247510000.jpeg",
            "created": "2020-03-31T08:08:23.123983Z",
            "moderation_state": 3
        },
        {
            "id": 115,
            "content_url": "http://hiveresearchlab.files.wordpress.com/2014/02/hrl-jumpstarts.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Jumpstart: Pop-Ups, Hack Jams & Maker Parties",
            "description": "This two-pager provides an overview on using pop-ups, hack jams and maker parties to promote youth pathways and organizational innovation.",
            "get_involved": "If you used recommendations from the jumpstart, we'd love to hear how they played out!",
            "get_involved_url": "http://hiveresearchlab.org",
            "interest": "Anyone running pop-ups, hack-jams or maker parties can up their game in terms of how youth and organizations benefit from these events.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-07T22:04:13.120000Z",
            "moderation_state": 3
        },
        {
            "id": 1105,
            "content_url": "https://medium.com/read-write-participate/building-an-open-movement-for-internet-health-931c90f1a285",
            "is_bookmarked": false,
            "tags": [
                "#ole",
                "#open leadership",
                "#working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Building an Open Movement for Internet Health",
            "description": "This week the Open Leadership & Events Team launched a phase of our work for the year we’re calling the “Discovery Phase”. We want to discover current understandings and perceptions of our working open practices, where and how we apply them, and what kind of support we need to work more openly as contributors to the movement for internet health.  \n\nWe’d like to know your thoughts on this too!",
            "get_involved": "",
            "get_involved_url": "https://medium.com/read-write-participate/building-an-open-movement-for-internet-health-931c90f1a285",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-01_191222.8086530000.jpg",
            "created": "2019-04-01T19:12:22.807965Z",
            "moderation_state": 3
        },
        {
            "id": 2112,
            "content_url": "https://foundation.mozilla.org/en/insights/trustworthy-ai-whitepaper/",
            "is_bookmarked": false,
            "tags": [
                "mozilla",
                "taimfcr",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla White Paper: Creating Trustworthy AI",
            "description": "This white paper unpacks Mozilla’s theory of change for supporting the development of more trustworthy artificial intelligence (AI).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_134833.6182860000.jpg",
            "created": "2021-06-25T22:46:30.248787Z",
            "moderation_state": 3
        },
        {
            "id": 1240,
            "content_url": "https://blog.gbaman.info/?p=976",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "mozfest2019",
                "youth zone",
                "youthzone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Andrew Mulholland",
            "submitter_profile_id": 2617,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Andrew Mulholland",
                    "profile_id": 2617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Festival 2019 – Youth Zone needs your sessions!",
            "description": "This year, the Mozilla festival is once again returning around the Autumn half-term. This year’s festival is taking place on the 26th-27th October, at Ravensbourne College, London.The Call for Proposals is open from 1st June – 1st August 2019 and Youth Zone needs your amazing sessions!Got an idea for an amazing and hands on session suitable for young people? We can't wait to read it!",
            "get_involved": "Submit your Mozfest Youth Zone sessions!",
            "get_involved_url": "https://www.mozillafestival.org/en/proposals/",
            "interest": "Mozilla Festival",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_092029.5821520000.jpg",
            "created": "2019-07-03T09:20:29.581536Z",
            "moderation_state": 3
        },
        {
            "id": 311,
            "content_url": "https://medium.com/read-write-participate/open-badges-making-stem-and-21c-skills-count-afterschool-style-1ba1ad703f54",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Badges: Making STEM and 21C Skills Count, Afterschool Style",
            "description": "Three statewide afterschool networks in Maryland, Oregon, and Michigan piloted 21C skills, STEM, and other badges in afterschool programs to better understand how to make informal learning count towards graduation and career readiness.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_032032.5279470000.jpg",
            "created": "2017-05-26T03:20:32.527410Z",
            "moderation_state": 3
        },
        {
            "id": 443,
            "content_url": "https://www.youtube.com/watch?v=BLIO6-OxCwY&feature=youtu.be",
            "is_bookmarked": false,
            "tags": [
                "aframe",
                "austin",
                "gigabit",
                "gigabit community fund",
                "webvr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Coding with A-Frame and My Brother's Keeper (video)",
            "description": "Through their My Brother's Keeper Makerspace, Changing Expectations guided young men of color to create WebVR scenes and produced sample WebVR lesson plans with teachers through their partnership in the University of Texas at Austin's WeTeach_CS Collaborative. Changing Expectations documented the WebVR scenes and shared them during a Community Showcase at the George Washington Carver Museum. To learn more about this project and the Mozilla Gigabit Community Fund, please visit mozilla.org/gigabit or follow @MozGig on Twitter.",
            "get_involved": "",
            "get_involved_url": "http://mozilla.org/gigabit",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-21_154109.1456580000.png",
            "created": "2017-09-21T15:41:09.145077Z",
            "moderation_state": 3
        },
        {
            "id": 745,
            "content_url": "https://www.sightsoundandsea.co.uk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tide",
            "description": "‘TIDE’ is a live animated digital artwork, produced by The Swarm, that shows the high tide as it travels around the British Isles. The Swarm has sourced data from almost 400 locations around the coast of the British Isles and created a dynamic map that blends in with Tania’s analogue photographs of drying salt.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_110531.1109890000.jpg",
            "created": "2018-04-24T11:05:31.110320Z",
            "moderation_state": 3
        },
        {
            "id": 2539,
            "content_url": "https://www.tidepool.org/",
            "is_bookmarked": false,
            "tags": [
                "big data",
                "data",
                "data donation",
                "data futures lab",
                "data stewardship"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tidepool",
                    "profile_id": 6344,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Tidepool",
            "description": "Tidepool is a nonprofit organization based in San Francisco, California, developing technology to provide intuitive software products that help people with diabetes. Tidepool will continue to grow its Big Data Donation Project, which enables people to donate data from their diabetes devices to help fuel the next generation of diabetes research. During this year, they will develop a blanket real-world evidence protocol to expand the potential impact of the donated data. They will also conduct interviews to develop a report to help measure and share the impact of the data sets donated to date.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_093635.6820400000.jpg",
            "created": "2023-05-16T09:36:35.681857Z",
            "moderation_state": 3
        },
        {
            "id": 2462,
            "content_url": "https://tiktok.tracking.exposed/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "algorithms",
                "censorship",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tracking.Exposed",
                    "profile_id": 6100,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "TikTok Observatory",
            "description": "TikTok Observatory is a crowdsourcing platform aimed at uncovering political censorship on TikTok. The social media network has, in the past, censored political speech. The TikTok observatory will serve as a free software where people can report topics, videos or hashtags they suspect are being “shadow-banned”. The toolsuite will also be able to systematically test if a topic is being censored by the algorithm. This project furthers the work of Tracking.Exposed who aim to use free software to investigate big social media platforms and to provide “recommendations optimized for users by users”.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_095842.7366910000.png",
            "created": "2022-11-21T09:58:42.736320Z",
            "moderation_state": 3
        },
        {
            "id": 1249,
            "content_url": "https://medium.com/mozilla-festival/mozfest-as-launchpad-unveiling-new-work-at-the-festival-9df35fc39914",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Promote"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest as Launchpad: Unveiling new projects at the Festival",
            "description": "Tips and tricks for launching a project at the Festival from Jen Caltrider, one of the creators of the *Privacy Not Included buyer's guide that soft-launched at MozFest 2018.",
            "get_involved": "",
            "get_involved_url": "https://www.mozillafestival.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-10_192934.8287280000.jpg",
            "created": "2019-07-10T19:29:34.828010Z",
            "moderation_state": 3
        },
        {
            "id": 1194,
            "content_url": "http://worldbrain.io",
            "is_bookmarked": false,
            "tags": [
                "21c skills",
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Worldbrain.io",
            "description": "Tired of bookmarking, re-googling & copy-pasting notes?  Memex organizes your web-research so you can utilize the power of your brain: thinking in associations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_151029.4772720000.png",
            "created": "2019-05-22T15:10:29.444886Z",
            "moderation_state": 3
        },
        {
            "id": 2546,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "Digital Rights",
                "gender",
                "gender based violence"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tshwaranang Legal Advocacy Centre to end violence against women",
                    "profile_id": 6503,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "A gendered analysis of women’s access to AI",
            "description": "TLAC (Tshwaranang Legal Advocacy Centre to end violence against women) is a non-governmental organisation based in South Africa working since 1996 to promote and defend the rights of women to be free from violence and to have access to high-quality, effective services. TLAC aims to produce “A gendered analysis of women’s access to AI and its impact on gender-based violence in the Eastern Cape, South Africa,” in order to better understand how AI is implicated in experiences of gender-based violence, as well as remedies to gender-based violence",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_102856.8226470000.png",
            "created": "2024-01-11T10:28:56.822382Z",
            "moderation_state": 3
        },
        {
            "id": 1281,
            "content_url": "https://www.torproject.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Modularization of Key Aspects of the Tor Network",
            "description": "To advance human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_221512.9471720000.png",
            "created": "2019-08-01T22:15:12.890285Z",
            "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": 267,
            "content_url": "https://www.slideshare.net/Amirad/girls-in-ict-day-2017-un-women-and-empower-women-panel",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "empower women",
                "gender",
                "girls in ict day",
                "ict",
                "learning environment",
                "safe space",
                "space",
                "un women",
                "web literacy",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Developing Inclusive Learning spaces for Girls",
            "description": "To celebrate the International Girls in ICT Day I was asked by UN Women's Empower Women group to discuss how we can bridge the gender gap for girls in ICT. Through my work, we're learning how to create more inclusive learning spaces for women and girls that can help them succeed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-09_170355.5250580000.png",
            "created": "2017-05-09T17:03:55.524550Z",
            "moderation_state": 3
        }
    ]
}