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=-published_by__profile&page=2
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=-published_by__profile&page=3",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-published_by__profile",
    "results": [
        {
            "id": 2473,
            "content_url": "https://www.mdc.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Miami Dade College",
                    "profile_id": 6111,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Miami Dade College",
            "description": "The college will integrate social impact projects and collaborations with local nonprofits and government agencies into the computer science curriculum. Computer science syllabi will also be updated to include ethics exercises and assignments.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_111852.6323510000.png",
            "created": "2022-11-21T11:18:52.631978Z",
            "moderation_state": 3
        },
        {
            "id": 2463,
            "content_url": "https://foundation.mozilla.org/en/blog/new-tool-makhno-will-expose-geographic-social-media-censorship/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-mtf",
                "mozilla technology fund",
                "shadow banning"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hermes Center",
                    "profile_id": 6101,
                    "is_active": false
                },
                {
                    "name": "Tracking.Exposed",
                    "profile_id": 6102,
                    "is_active": false
                },
                {
                    "name": "Open Observatory of Network Interference (OONI)",
                    "profile_id": 6103,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Makhno",
            "description": "Makhno is a joint effort between the Hermes Center, Open Observatory of Network Interference (OONI) and Tracking.Exposed. The tool is intended to allow users to input content they believe could be at risk of being taken down. By coming together to build this tool, the organizations are able to pool resources to monitor what content is being removed from social media platforms.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_102804.5611650000.jpg",
            "created": "2022-11-21T10:28:04.560821Z",
            "moderation_state": 3
        },
        {
            "id": 2464,
            "content_url": "https://www.their.tube/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithms",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "TheirTube",
            "description": "The mission of TheirTube is to check how the recommendation AI on YouTube can affect a user’s experience on the platform and potentially, their worldview. Through TheirTube, users are able to look at how different personas experience YouTube based on their different interests and preferences. TheirTube’s personas are based on real recommendations made to users by YouTube’s recommendation engine, which TheirTube collects using automation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_103435.1666890000.png",
            "created": "2022-11-21T10:34:35.166459Z",
            "moderation_state": 3
        },
        {
            "id": 2465,
            "content_url": "https://www.faireva.org/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-mtf",
                "mozilla technology fund",
                "voice recognition",
                "voice technology"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Fair EVA",
                    "profile_id": 6104,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "SVEva Fair",
            "description": "Fair EVA’s mission is to ensure that voice technologies work reliably for all users. As part of that mission, the organization is building a tool called SVEva Fair intended to be “an audit tool, dataset and knowledge base to evaluate bias in voice biometrics”. SVEva Fair will be an open source library and dataset that developers can use to test for bias in their speaker verification models.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_103958.1920660000.png",
            "created": "2022-11-21T10:39:58.191718Z",
            "moderation_state": 3
        },
        {
            "id": 2466,
            "content_url": "https://allegheny.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Allegheny College",
            "description": "While studying fields like artificial intelligence and data analytics, students will investigate potential ethical and societal challenges. For example: They might interrogate how medical data is analyzed, used, or secured. Lessons will include relevant readings, hands-on activities, and talks from experts in the field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_104807.3518220000.png",
            "created": "2022-11-21T10:48:07.351549Z",
            "moderation_state": 3
        },
        {
            "id": 2467,
            "content_url": "https://www.bemidjistate.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bemidji State University",
                    "profile_id": 6105,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Bemidji State University",
            "description": "The university will lead workshops that guide faculty at other institutions in developing and implementing responsible computer science teaching modules. The workshops will convene not just computer science faculty, but also social science and humanities faculty.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_105259.4638810000.jpg",
            "created": "2022-11-21T10:52:59.463575Z",
            "moderation_state": 3
        },
        {
            "id": 2468,
            "content_url": "https://www.bowdoin.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bowdoin College",
                    "profile_id": 6106,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Bowdoin College",
            "description": "Computer science students will participate in “ethical narratives laboratories,” where they experiment with and test the impact of technology on society. These laboratories will include transformative engagement with real and fictional narratives including case studies, science fiction readings, films, shows, and personal interviews.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_105555.0984720000.png",
            "created": "2022-11-21T10:55:55.098068Z",
            "moderation_state": 3
        },
        {
            "id": 2469,
            "content_url": "https://www.columbia.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Columbia University",
                    "profile_id": 6107,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Columbia University",
            "description": "This approach integrates ethics directly into the computer science curriculum, rather than making it a stand-alone course. Students will consult and engage with an “ethical companion” that supplements a typical course textbook, allowing ethics to be addressed immediately alongside key concepts. The companion provides examples, case studies, and problem sets that connect ethics with topics like computer vision and algorithm design.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_110330.3744200000.png",
            "created": "2022-11-21T11:03:30.374178Z",
            "moderation_state": 3
        },
        {
            "id": 2470,
            "content_url": "https://ethicslab.georgetown.edu/mozilla-grant",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Georgetown University",
                    "profile_id": 6108,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Georgetown University",
            "description": "Georgetown’s computer science department will collaborate with the school’s Ethics Lab to create interactive experiences that illuminate how ethics and computer science interact. The goal is to introduce a series of active-learning engagements across a semester-long arc into selected courses in the computer science curriculum.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_110714.8026500000.jpg",
            "created": "2022-11-21T11:07:14.802298Z",
            "moderation_state": 3
        },
        {
            "id": 2471,
            "content_url": "https://sites.gatech.edu/responsiblecomputerscience/autonomous-bus-activity/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Georgia Institute of Technology",
                    "profile_id": 6109,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Georgia Institute of Technology",
            "description": "This approach embeds social responsibility into the computer science curriculum, starting with the introductory courses. Students will engage in role-playing games (RPGs) to examine how a new technology might impact the public. For example: How facial recognition or self-driving cars might affect a community.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_111231.0388680000.png",
            "created": "2022-11-21T11:12:31.038640Z",
            "moderation_state": 3
        },
        {
            "id": 2472,
            "content_url": "https://www.harvard.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Harvard University",
                    "profile_id": 6110,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Harvard University",
            "description": "Harvard will expand the open-access resources of its Embedded EthiCS program which pairs computer science faculty with philosophy PhD students to develop ethical reasoning modules that are incorporated into courses throughout the computer science curriculum. Computer science postdocs will augment module development through design of activities relevant to students' future technology careers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_111528.9378690000.png",
            "created": "2022-11-21T11:15:28.937522Z",
            "moderation_state": 3
        },
        {
            "id": 2474,
            "content_url": "https://vsd.ccs.neu.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Northeastern University",
                    "profile_id": 6112,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Northeastern University",
            "description": "This initiative will embed an ethics component into the university’s computer science, cybersecurity, and data science programs. The ethics component will include lectures, discussion prompts, case studies, exercises, and more. Students will also have access to a philosophy faculty advisor with expertise in information and data ethics.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_112136.6729170000.gif",
            "created": "2022-11-21T11:21:36.672684Z",
            "moderation_state": 3
        },
        {
            "id": 2475,
            "content_url": "https://www.scu.edu/ethics/focus-areas/technology-ethics/resources/what-we-are-doing-with-ethicalcs-at-santa-clara-university/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Santaa Clara University",
                    "profile_id": 6113,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Santa Clara University",
            "description": "This initiative will help CS students develop a deliberative ethical analysis framework that complements their technical learning. It will develop software engineering ethics, cybersecurity ethics, and data ethics modules, with integration of case studies and projects. These modules will also be adapted into free MOOC materials, so other institutions worldwide can benefit from the curriculum.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_112503.4698960000.png",
            "created": "2022-11-21T11:25:03.469568Z",
            "moderation_state": 3
        },
        {
            "id": 2476,
            "content_url": "https://www.berkeley.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "University of California, Berkeley",
                    "profile_id": 6114,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "University of California, Berkeley",
            "description": "This initiative integrates a “Human Contexts and Ethics Toolkit” into the computer science/data science curriculum. The toolkit helps students discover when and how their work intersects with social power structures. For example: bias in data collection, privacy impacts, and algorithmic decision making.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_113157.9164300000.png",
            "created": "2022-11-21T11:31:57.916118Z",
            "moderation_state": 3
        },
        {
            "id": 2477,
            "content_url": "http://www-student.cse.buffalo.edu/~atri/algo-and-society/spr20/index.html",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "University at Buffalo",
                    "profile_id": 6115,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "University at Buffalo",
            "description": "In this initiative, freshmen studying computer science will discuss ethics in the first-year seminar “How the internet works.” Sophomores will study responsible algorithmic development for real-­world problems. Juniors will study the ethical implications of machine learning. And seniors will incorporate ethical thinking into their capstone course.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_113419.9634510000.png",
            "created": "2022-11-21T11:34:19.963121Z",
            "moderation_state": 3
        },
        {
            "id": 2478,
            "content_url": "https://www.ucdavis.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "University of California, Davis",
                    "profile_id": 6116,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "University of California, Davis",
            "description": "Computer science students will be exposed to social science and humanities while pursuing their major, culminating in a \"conscientious\" senior project. The project will entail developing technology while assessing its impact on inclusion, privacy, and other factors, and there will be opportunities for projects with local nonprofits or government agencies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_113908.6599930000.png",
            "created": "2022-11-21T11:39:08.659678Z",
            "moderation_state": 3
        },
        {
            "id": 2480,
            "content_url": "https://umbc.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "University of Maryland, Baltimore County",
                    "profile_id": 6118,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "University of Maryland, Baltimore County",
            "description": "This initiative uses three avenues to integrate ethics into the computer science curriculum: peer discussions on how technologies might affect different populations; negative implications evaluations, i.e. “red teams” that probe the potential negative societal impacts of students’ projects; and a training program to equip teaching assistants with ethics and equality literacy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_114457.6835670000.png",
            "created": "2022-11-21T11:44:57.683266Z",
            "moderation_state": 3
        },
        {
            "id": 2481,
            "content_url": "https://www.utah.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "University of Utah",
                    "profile_id": 6119,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "University of Utah",
            "description": "Computer science students will be encouraged to apply problem solving and critical thinking not just to design algorithms, but also the social issues that their algorithms intersect with. For example: When studying bitcoin mining algorithms, students will focus on energy usage and environmental impact. The curriculum will be developed with the help of domain experts who have expertise in sustainability, surveillance, criminal justice, and other issue areas.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_114803.3917580000.png",
            "created": "2022-11-21T11:48:03.391546Z",
            "moderation_state": 3
        },
        {
            "id": 2461,
            "content_url": "https://algowritten.org/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Naromass",
                    "profile_id": 6099,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Algowritten",
            "description": "Algowritten is a project that is aimed at addressing AI bias in creative content. This project is by Naromass, an organization that seeks to change the current ways in which “inequality is systematized through algorithmic processes” in cultural and political spaces. With Algowritten, Naromass hopes to identify bias in written texts. The first type of bias to be examined will be sexism. A person will be able to sign up to Algowritten, run text through the program and it will give an analysis on how the text could be harmful and sexist.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_091754.8492320000.png",
            "created": "2022-11-21T09:17:54.848955Z",
            "moderation_state": 3
        },
        {
            "id": 2527,
            "content_url": "https://rewardreports.github.io/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Graduates for Engaged and Extended Scholarship in Computer Science and Engineering (GEESE)",
                    "profile_id": 6330,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reward Reports",
            "description": "Current AI documentation tools are able to account for model outputs, but not for outcomes generated by the system itself over time. For the past year, the team at the Graduates for Engaged and Extended Scholarship in Computer Science and Engineering (GEESE) have developed Reward Reports to address this gap. Reward Reports is an audit tool for comparing a system’s observed behaviors with the assumptions and expectations of its designers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_100228.2005790000.png",
            "created": "2023-05-10T10:02:28.200255Z",
            "moderation_state": 3
        },
        {
            "id": 2528,
            "content_url": "https://incidentdatabase.ai/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Responsible AI Collaborative",
                    "profile_id": 6331,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "AI Risk Checklists",
            "description": "A common approach across all risk audit processes is risk identification. Once risks are identified, auditors determine their probability and impacts. While several firms dedicated to the audit of AI have built their own risk check listing artifacts, commercial checklists are considered proprietary and confidential. In short, there is an incipient closing of the core processes and technologies backing AI audits. Their plan to enable open-source AI risk check listing is to build on top of the code, data, and metadata of their collaborative open-source project the AI Incident Database.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_100652.8987480000.jpg",
            "created": "2023-05-10T10:06:52.898515Z",
            "moderation_state": 3
        },
        {
            "id": 2529,
            "content_url": "https://github.com/EleutherAI/lm-evaluation-harness",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla technology fund",
                "mtf"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Big Science",
                    "profile_id": 6332,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Evaluation Harness",
            "description": "Evaluation Harness is an open-source tool for the evaluation of large language models. The framework defines a flexible API for both model and evaluation implementation and handles all of the work to orchestrate evaluations internally. Historically, the team has used prior datasets and proposed prompts for 0-shot and few-shot evaluation of language models. Their current project focus is to provide additional datasets with human judgments for summarization in multiple languages, to allow richer evaluation of multilingual language models.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_101028.2720700000.jpg",
            "created": "2023-05-10T10:10:28.271829Z",
            "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": 2531,
            "content_url": "https://docs.tracking.exposed/guardoni/guardoni-intro/",
            "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": "Algorithms Exposed",
                    "profile_id": 6334,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "AI Forensics",
            "description": "AI Forensics is building a free-software toolkit to make investigations on TikTok and YouTube's recommendation engine accessible to a wider and more diverse community of researchers. The team has been pioneering methodologies to investigate social media recommender systems for more than seven years. They have developed various tools to support this research. The goal of this project is to make these tools more accessible, in order to increase the audit capacity of the research community, and hold platforms more accountable to their users and to the law.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_103039.5722810000.jpg",
            "created": "2023-05-10T10:30:39.572083Z",
            "moderation_state": 3
        },
        {
            "id": 2532,
            "content_url": "https://gigbox.media.mit.edu/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "The Workers’ Algorithm Observatory (WAO)",
                    "profile_id": 6335,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Gigbox",
            "description": "The Workers’ Algorithm Observatory (WAO) is a crowdsourced auditing collaboration for investigating black-box systems in the platform economy. Investigations of platform economy algorithms, such as those used by Uber and DoorDash, face major challenges in accessing the data necessary for a meaningful audit. To solve this, the team behind WAO is developing an algorithm observatory for workers and allies to audit the black-box algorithms behind platforms through crowdsourced data collection among peers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_103241.8078300000.png",
            "created": "2023-05-10T10:32:41.807623Z",
            "moderation_state": 3
        },
        {
            "id": 2534,
            "content_url": "https://wonyoung.so/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wonyoung So",
                    "profile_id": 6337,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Countering Tenant Screening",
            "description": "Countering Tenant Screening Using Tenant Screening Data aims to develop a crowdsourcing tool and/or campaign to audit tenant screening services used by property owners. It seeks to reveal the patterns of the inner algorithms, data structures, and representations, by collecting tenant screening reports as well as denied renters’ experiences.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_103619.0422370000.jpg",
            "created": "2023-05-10T10:36:19.041970Z",
            "moderation_state": 3
        },
        {
            "id": 2535,
            "content_url": "https://www.datakind.org/",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "data",
                "data futures lab",
                "data science"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Black Wealth Data Center",
                    "profile_id": 6339,
                    "is_active": false
                },
                {
                    "name": "DataKind",
                    "profile_id": 6340,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "DataKind",
            "description": "DataKind is a global nonprofit headquartered in the U.S. that seeks to leverage data science for the greater good. Working in collaboration with the Black Wealth Data Center, DataKind will create an interactive data tool to help community leaders, policymakers, and access providers understand broadband inequalities in the U.S. Leveraging existing but dispersed data and a network of collaborators, DataKind aspires to shine a light on where “digital deserts” exist, and how different communities are impacted by them.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_080825.3341470000.jpg",
            "created": "2023-05-16T08:08:25.333798Z",
            "moderation_state": 3
        },
        {
            "id": 2536,
            "content_url": "https://ooni.org/",
            "is_bookmarked": false,
            "tags": [
                "censorship",
                "data",
                "data futures lab",
                "open source"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Open Observatory of Network Interference",
                    "profile_id": 6341,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Open Observatory of Network Interference (OONI)",
            "description": "OONI is a global free software project measuring internet censorship around the world. Since 2012, OONI has openly published more than a billion network measurements from 241 countries and territories, thereby hosting one the largest open datasets on internet censorship to date. They will develop a new version of OONI Run, a tool that allows coordinated testing of website blocking using OONI's existing infrastructure and contributing to its dataset. They seek to deploy this tool in the field through their established partnerships with 41 digital rights organizations 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-16_081703.5505250000.png",
            "created": "2023-05-16T08:17:03.550315Z",
            "moderation_state": 3
        },
        {
            "id": 2537,
            "content_url": "https://posmo.coop/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data futures lab",
                "data governance",
                "data stewardship"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "POSMO",
                    "profile_id": 6342,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "POSMO",
            "description": "Posmo is a data cooperative based in Zurich, Switzerland working on ethical ways of collecting and creating value from mobility data. Posmo will continue to develop the Posmo Data Market, a trustworthy data space offering detailed personal mobility and socioeconomic data to third parties while providing data subjects with control over the use of their data. This year, among other milestones, Posmo will continue to develop its data governance processes, define a set of criteria for sharing mobility data with third parties, and build the internal approval process through the ethics committee.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_092510.3997720000.png",
            "created": "2023-05-16T09:25:10.399300Z",
            "moderation_state": 3
        },
        {
            "id": 2538,
            "content_url": "https://tattle.co.in/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data futures lab",
                "data stewardship"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tattle",
                    "profile_id": 6343,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Tattle",
            "description": "Tattle is a civic technology company working for a healthier online information ecosystem in India. They will continue to develop Uli, their browser plugin that gives social media users tools for a collective response to online gender-based violence, and seek to include new crowdsourcing tools for annotation and reporting.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_092752.2949590000.png",
            "created": "2023-05-16T09:27:52.294736Z",
            "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": 2227,
            "content_url": "https://www.youtube.com/watch?v=4jDFRSbGc2c",
            "is_bookmarked": false,
            "tags": [],
            "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": "MozFest 2021: Transparency Reel",
            "description": "How can transparency help us hold big tech companies accountable? This highlight reel showcases the MozFest community’s response to issues of transparency and privacy in AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-12_210337.2010160000.png",
            "created": "2021-07-12T21:03:37.200799Z",
            "moderation_state": 3
        },
        {
            "id": 2228,
            "content_url": "https://www.youtube.com/watch?v=_Y_QY7n1RYg",
            "is_bookmarked": false,
            "tags": [],
            "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": "MozFest 2021: Bias Reel",
            "description": "How do algorithms discriminate against different communities? Hear from the MozFest community about ways we can combat bias and create a safer internet for all.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-12_210557.1764020000.png",
            "created": "2021-07-12T21:05:57.176189Z",
            "moderation_state": 3
        },
        {
            "id": 2229,
            "content_url": "https://www.youtube.com/watch?v=FXzmv38wYnk",
            "is_bookmarked": false,
            "tags": [],
            "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": "MozFest 2021: Data Stewardship Reel",
            "description": "What is Data Stewardship and why is it needed? Listen to the MozFest community speak to the possibilities of alternative data models.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-12_210722.6020240000.png",
            "created": "2021-07-12T21:07:22.601803Z",
            "moderation_state": 3
        },
        {
            "id": 2109,
            "content_url": "https://www.youtube.com/watch?v=P-iiN0c2uic",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "mozilla",
                "mozilla explains",
                "#taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "What is Artificial Intelligence? Mozilla Explains",
            "description": "When you hear artificial intelligence (or AI) you probably assume it’s something difficult to understand and above your comprehension level. But, ultimately, AI is software that’s able to recognize patterns. Mozilla researcher Becca Ricks helps explain AI, algorithms and machine learning models.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175230.3251060000.jpg",
            "created": "2021-06-25T22:15:24.741774Z",
            "moderation_state": 3
        },
        {
            "id": 2110,
            "content_url": "https://www.youtube.com/watch?v=xoue4-ohk1Y",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "ethical",
                "taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What is an Ethical Artificial Intelligence? Mozilla Explains",
            "description": "Artificial intelligence (AI) takes in information and uses it to make informed predictions. But when opaque algorithms make decisions on your behalf, ethical problems can arise.Director of AI Ethics Lab Cansu Canca explains.Featured in this video, Survival of the Best Fit is a Mozilla Creative Media awardee built by Jihyun Kim, Gábor Csapo, Miha Klasinc, and Alia ElKattan. Experience it here: https://www.survivalofthebestfit.com/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175320.9699530000.jpg",
            "created": "2021-06-25T22:37:15.591630Z",
            "moderation_state": 3
        },
        {
            "id": 2124,
            "content_url": "https://foundation.mozilla.org/campaigns/regrets-reporter/",
            "is_bookmarked": false,
            "tags": [
                "tmfcr"
            ],
            "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": "YouTube Regrets Reporter",
            "description": "Mozilla’s RegretsReporter browser extension transforms everyday YouTube users into YouTube watchdogs. We can use our own data to answer questions about regrettable recommendations that can go a long way towards helping journalists who investigate these problems, other groups like Mozilla who push for more accountability, and engineers and designers who build this technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_225620.6302240000.png",
            "created": "2021-06-28T22:56:20.629978Z",
            "moderation_state": 3
        },
        {
            "id": 2201,
            "content_url": "https://2020.internethealthreport.org/#stories",
            "is_bookmarked": false,
            "tags": [
                "mbmfihr"
            ],
            "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": "What Can Be Done?",
            "description": "Mozilla's Insights team asked 100+ people to share a healthy and unhealthy moment for the internet around the world in 2020.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_222550.4209520000.png",
            "created": "2021-07-07T22:25:50.420633Z",
            "moderation_state": 3
        },
        {
            "id": 2219,
            "content_url": "https://book.mozillafestival.org/creating-participatory-events",
            "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": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Creating Participatory Events",
            "description": "MozFest was forged by the event design and facilitation principles of Aspiration’s Allen “Gunner” Gunn. His guidelines for creating participatory events provided a blueprint and complemented our open ethos for the festival.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_182927.3660600000.png",
            "created": "2021-07-08T18:29:27.365831Z",
            "moderation_state": 3
        },
        {
            "id": 2136,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/ethical-dilemma-cafe",
            "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": "Ethical Dilemma Cafe",
            "description": "Within the notions of net-neutrality and the recent revelations from Edward Snowdon regarding mass internet surveillance swirling around the globe in 2014, injecting an ethical dilemma at MozFest was inevitable. Thus, the Ethical Dilemma Café was born. The café offered popcorn, juice, and smoothies not found anywhere else at the festival, but to enter the café, you had to cross a boundary that required a ridiculous data user agreement. As part of this agreement, your personal information would be plastered through the festival’s halls hours later.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_185002.5063570000.png",
            "created": "2021-07-01T18:50:02.504180Z",
            "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": 2127,
            "content_url": "https://www.adalovelaceinstitute.org/wp-content/uploads/2020/08/Ada-Lovelace-Institute_COVID-19_Contact_Tracing_Confidence-in-a-crisis-report-3.pdf",
            "is_bookmarked": false,
            "tags": [
                "tmfcr"
            ],
            "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": "Confidence in a Crisis: Building trust in a contact tracing app",
            "description": "In May 2020, the Ada Lovelace Institute, Traverse, Involve and Bang\nthe Table convened a rapid online discussion with 28 members of the\npublic – the ‘Lockdown Debate’ – to explore attitudes to the use\nof COVID-19 related technologies for transitioning out of lockdown.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_141651.5818580000.png",
            "created": "2021-07-01T14:16:51.581527Z",
            "moderation_state": 3
        },
        {
            "id": 2106,
            "content_url": "https://www.mozillafestival.org/en/speakers/2019/great-code-great-responsibility/",
            "is_bookmarked": false,
            "tags": [
                "#2019dnd",
                "5yearsdand",
                "#computer science",
                "#open science",
                "#responsible code",
                "#taimfdd"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Great Code, Great Responsibility",
            "description": "This Dialogues and Debates about responsible code. How do we fix the internet? Teach the next generation of coders ethics right alongside computer science.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-25_214505.7835660000.png",
            "created": "2021-06-25T21:45:05.783279Z",
            "moderation_state": 3
        },
        {
            "id": 2143,
            "content_url": "https://2020.internethealthreport.org/spotlights/racial-justice-decode-the-default/",
            "is_bookmarked": false,
            "tags": [
                "bmfihr"
            ],
            "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": "Internet Health Report Spotlight: Decode the Default",
            "description": "Technology has never been colorblind. Since the beginning of the internet, calling out racial inequities of data and algorithms means facing denials and backlash. It’s time to abolish notions of “universal” users of software and beneficiaries of digital rights.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_200213.9157430000.png",
            "created": "2021-07-01T20:02:13.915396Z",
            "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": 2210,
            "content_url": "https://one.compost.digital/",
            "is_bookmarked": false,
            "tags": [
                "dsmfcr"
            ],
            "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": "Compost Magazine Issue 1: Fertile Grounds",
            "description": "Even as existing digital infrastructure fails to embolden truth or bring people together, we are hopeful. In Fertile Grounds we explore how our decaying web can help new networks flourish.\n\nThis debut issue of COMPOST magazine features writing and art about technologies, protocols, and communities that enable authentic and trustful connections.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_175249.3864660000.png",
            "created": "2021-07-08T17:52:49.386249Z",
            "moderation_state": 3
        },
        {
            "id": 2212,
            "content_url": "https://foundation.mozilla.org/en/blog/data-stewardship-reading-list/",
            "is_bookmarked": false,
            "tags": [
                "dsmfcr"
            ],
            "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": "Data Stewardship Reading List",
            "description": "At Mozilla, we aim to give users meaningful control over their own data, to build more trustworthy AI and a healthy internet for all. Data stewardship is a relatively new term for those handling personal data, with the intention of giving control of that data to the owner. Read about what data stewardship is and why it’s important to us to live healthy and safe digital lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_181146.2215330000.png",
            "created": "2021-07-08T18:11:46.221299Z",
            "moderation_state": 3
        },
        {
            "id": 2145,
            "content_url": "https://youtu.be/3t_KfScir00",
            "is_bookmarked": false,
            "tags": [
                "#2019dnd",
                "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": "The Algorithmic Gaze",
            "description": "Algorithms spread bias at gigabit speeds. What does this mean for society? And who can fix it?\n\nGuillaume Chaslot - @gchaslot\nFounder of AlgoTransparency, former software engineer at Google/YouTube, and Mozilla Fellow\n\nCansu Canca - @ccansu\nFounder and Director, AI Ethics Lab",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_201821.1169990000.png",
            "created": "2021-07-01T20:18:21.116779Z",
            "moderation_state": 3
        }
    ]
}