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=-title&page=4
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=-title&page=5",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-title&page=3",
    "results": [
        {
            "id": 122,
            "content_url": "https://github.com/joeyklee/urbanco2",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Urban CO2",
            "description": "An interactive web app to communicate the importance of cities as sources of CO2 emissions, using mobile sensors.",
            "get_involved": "Add an issue to the repo, or check back for more documentation and CONTRIBUTING.md updates as the project matures.",
            "get_involved_url": "http://jk-lee.com/",
            "interest": "Cool way to engage with environmental sensors and understand/compare urban environments.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T03:49:54.371000Z",
            "moderation_state": 3
        },
        {
            "id": 132,
            "content_url": "http://harloholm.es/2014/11/29/unveilling...-unveillance.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Unveillance",
            "description": "Privately send documents to a server to run bits of code experiments, written by you or your friends.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A library that combines friend-to-friend file sharing, machine learning, and If-This-Then-That-style programming.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:48:51.942000Z",
            "moderation_state": 3
        },
        {
            "id": 1837,
            "content_url": "https://foundation.mozilla.org/campaigns/untrendtwitter/",
            "is_bookmarked": false,
            "tags": [
                "#advocacy",
                "#campaign",
                "mozilla"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Untrend Twitter",
            "description": "Twitter’s ‘trends’ feature has caught the attention of misinformation experts as one mechanism by which misinformation can gain virality, before the fact checkers even notice. With the U.S. election season underway, Twitter must pause algorithmic recommendation of 'trends.'",
            "get_involved": "Sign the petition",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/untrendtwitter/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-24_013049.8709960000.jpg",
            "created": "2020-09-24T01:30:49.870368Z",
            "moderation_state": 3
        },
        {
            "id": 490,
            "content_url": "https://www.ecmwf.int/",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open data"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Claudia Vitolo",
            "submitter_profile_id": 155,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Claudia Vitolo",
                    "profile_id": 155,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unthinkable weather",
            "description": "ECMWF and the Copernicus programme provide a large amount of open weather and environmental data. These data is not only useful for the weather and environmental communities but it could benefit anyone: from scientists and students in many fields to companies and NGOs. We will present lots of creative ways of using our open weather and climate data. The inspiration comes from years of research in combination with some spectacular ideas developed at the ECMWF OpenDataHack 2017. Come and join us!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The application of weather and environmental data can benefit anyone.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-24T15:25:58.906312Z",
            "moderation_state": 3
        },
        {
            "id": 2204,
            "content_url": "https://2020.internethealthreport.org/spotlights/labor-rights-unlock-data-power/",
            "is_bookmarked": false,
            "tags": [
                "dsmfihr"
            ],
            "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": "Unlock Data Power",
            "description": "Data rights are labor rights, especially when it comes to the platforms of the gig economy. Leveraging data for the collective good is essential for the future of work and internet health.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_225722.4526790000.png",
            "created": "2021-07-07T22:57:22.452339Z",
            "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": 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": 540,
            "content_url": "https://mozillascience.github.io/WOW-Kansas/",
            "is_bookmarked": false,
            "tags": [
                "kansas",
                "libraries",
                "open data",
                "open educational resource",
                "open science",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                },
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                },
                {
                    "name": "Jenn Beard",
                    "profile_id": 67,
                    "is_active": true
                },
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "University of Kansas Working Open Workshop",
            "description": "Mozilla hosted a Working Open Workshop (WOW) in collaboration with University of Kansas Libraries on Oct 16-17, 2017. This version focused on training local researchers how to work more openly and what opportunities for working more openly looked like at KU.",
            "get_involved": "Check out the workshop details and materials on GitHub, then fork them to create your own WOW for your local community.",
            "get_involved_url": "https://github.com/mozillascience/WOW-Kansas",
            "interest": "You, too, can host a WOW and run your own workshop in your community!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_181643.8341670000.png",
            "created": "2017-11-02T18:16:43.833302Z",
            "moderation_state": 3
        },
        {
            "id": 2479,
            "content_url": "https://www.colorado.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 Colorado, Boulder",
                    "profile_id": 6117,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "University of Colorado, Boulder",
            "description": "This initiative integrates an ethics component into introductory programming classes, and features an “ethics fellows program” that embeds students with an interest in ethics into upper division computer science and technical classes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_114249.4949960000.png",
            "created": "2022-11-21T11:42:49.494760Z",
            "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": 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": 309,
            "content_url": "https://www.eventbrite.com/e/universal-health-care-action-blitz-tickets-34680840327",
            "is_bookmarked": false,
            "tags": [
                "hacka",
                "health care",
                "open health"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Universal Health Care Action Blitz",
            "description": "Across the country Americans are rising up. Our community has never been stronger. Now it’s time to fight for our health care. Coders, videographers, editors, graphic designers, artists:\n\nJOIN US for the first ever Universal Health Care Blitz.\n\nCoders can work on health care calculators, peer to peer petitions and speaker calendars. Creatives can focus on 8 individual health care stories, from which we’ll craft video and social media campaigns aimed at turning wealth care into Universal Health care for all.\n\nAll assets created are in support of Campaign for New York Health and Health Care NOW.",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.com/e/universal-health-care-action-blitz-tickets-34680840327",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_205819.4951680000.png",
            "created": "2017-05-25T20:58:19.494838Z",
            "moderation_state": 3
        },
        {
            "id": 553,
            "content_url": "https://github.com/rissom/unidaplan",
            "is_bookmarked": false,
            "tags": [
                "AngularJS",
                "eLifeopensciencesoapbox",
                "ELN",
                "Java",
                "mozfest",
                "open science",
                "open source",
                "PostgreSQL",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Thorsten Rissom",
            "submitter_profile_id": 238,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Thorsten Rissom",
                    "profile_id": 238,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unidaplan",
            "description": "Unidaplan (\"You need a plan\") is an open source sample management software. This software is made for scientists who need to manage their samples, plan experiments and do processes on them. The tool allows you to plan experiments and track progress, as well as search for samples with specific properties.",
            "get_involved": "Unidaplan is working, but still in prototype stage. Looking for people who would like to try it out, test it and give feedback. Contribute on GitHub (https://github.com/rissom/unidaplan).",
            "get_involved_url": "https://github.com/rissom/unidaplan",
            "interest": "Interesting for scientists who work with physical samples",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-19_181154.9325910000.png",
            "created": "2017-11-19T18:11:54.931804Z",
            "moderation_state": 3
        },
        {
            "id": 350,
            "content_url": "http://hivechicago.org/portfolio/hipc-iii-understanding-openness/",
            "is_bookmarked": false,
            "tags": [
                "chicago",
                "hive",
                "interoperability",
                "open leadership",
                "portability",
                "working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Understanding Openness",
            "description": "Openness is present when you’re given permission to take action; you’re never forced to stop at any point; and the rules are clear. Hive Interoperability & Portability Coalition III: Understanding the Open Internet will create a Community of Practice for network members and affiliates around Openness as it pertains to both the Internet and learning programs.HIPC III will (1) improve the Hive Chicago community’s understanding of the open web and thereby (2) will set learning providers up for successful implementation of open sharing of learning opportunities on the HIPC II infrastructure.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The planned sessions will explore concepts like Openness, Transparency, Agency, and Portability, as well as others sourced from the community. This is a great model for extending Open Leadership into a broder community.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_211347.1199080000.jpg",
            "created": "2017-06-02T21:13:47.119378Z",
            "moderation_state": 3
        },
        {
            "id": 715,
            "content_url": "https://www.alimaeve.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Undersea Cable",
            "description": "A relationship is constructed from two different territories. Undersea Cable is a short film shoton mobile phones, collecting fragments of Skype conversations from a period of eighteen monthsbetween two women; one in London, one in Rio de Janeiro. The audio provides an overlappingcentre for the two protagonists’ cities, as they describe how they are transforming around them.sof intimacy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_100627.6045220000.jpg",
            "created": "2018-04-24T10:06:27.603908Z",
            "moderation_state": 3
        },
        {
            "id": 2128,
            "content_url": "https://arxiv.org/abs/2011.07586",
            "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": "Uncertainty as a Form of Transparency",
            "description": "Until now, most research into algorithmic transparency has predominantly focused on explainability. Explainability attempts to provide reasons for a machine learning model's behavior to stakeholders. However, understanding a model's specific behavior alone might not be enough for stakeholders to gauge whether the model is wrong or lacks sufficient knowledge to solve the task at hand. In this paper, we argue for considering a complementary form of transparency by estimating and communicating the uncertainty associated with model predictions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_170814.5074150000.png",
            "created": "2021-07-01T17:08:14.507091Z",
            "moderation_state": 3
        },
        {
            "id": 624,
            "content_url": "https://medium.com/mozilla-internet-citizen/uncensored-access-to-information-e4909bbd8b6b",
            "is_bookmarked": false,
            "tags": [
                "censorship"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Uncensored Access to Information",
            "description": "Berhan Taye Gemeda, peace studies practitioner and social justice activist, talks about the dangers of censorship and surveillance. She says, “We must continue to fight to make sure the Internet is open, accessible, and affordable to the millions and millions of people who need information.”\n\nFord-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Showcases our Open Web Fellows",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_111756.0193820000.png",
            "created": "2018-03-13T11:17:56.018946Z",
            "moderation_state": 3
        },
        {
            "id": 830,
            "content_url": "https://issuu.com/helloqs/docs/future_of_human_ecologies_digital",
            "is_bookmarked": false,
            "tags": [
                "india",
                "unbox"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Jon Rogers",
            "submitter_profile_id": 1435,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                },
                {
                    "name": "Jon Rogers",
                    "profile_id": 1435,
                    "is_active": true
                },
                {
                    "name": "Sarah Allen",
                    "profile_id": 89,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unbox publication: Future of Human Ecologies",
            "description": "Mozilla’s Sarah Allen, Jon Rogers and Martin Skelly with Shannon Dosemagen (Public Labs) and Pete Thomas (University of Dundee) collaborobrated with Babitha George and the Quicksand team as part of an Unbox event in Bangalore.  You can read more about it in the book Quicksand created. It  aims  to  start different conversations about the role of technology in our society, and about how we want to navigate being human in a digital world.  The event was in partnership with Quicksand, Mozilla Foundation, Design Academy Eindhoven and Lowe's Innovation Lab.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Find out about how we can explore the future of the internet through design research.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-16_122132.2421820000.png",
            "created": "2018-05-16T12:21:32.241599Z",
            "moderation_state": 3
        },
        {
            "id": 442,
            "content_url": "https://issuu.com/helloqs/docs/caravanfieldnotes",
            "is_bookmarked": false,
            "tags": [
                "book",
                "craft",
                "fieldnotes",
                "india",
                "iot",
                "openiotstudio",
                "unbox"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "UnBox Caravan Field Notes: Craft Edition",
            "description": "These are field notes from the continuation of the UnBox caravan expeditions in Goa, earlier this year. Exploring craft, decentralisation and politics around IoT. In partnership with Mozilla's Open IoT Studio.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-21_140109.9838490000.png",
            "created": "2017-09-21T14:01:09.983169Z",
            "moderation_state": 3
        },
        {
            "id": 1613,
            "content_url": "https://news.umbc.edu/umbc-students-confront-ethical-challenges-through-new-computing-curriculum/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "education",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "UMBC students confront ethical challenges through new computing curriculum",
            "description": "Incorporating ethics into computing curriculum is crucial to ensure that today’s graduates are well prepared to address the complex challenges of the future, Mentis explains. Recently, she and colleagues in UMBC’s College of Engineering and Information Technology received funding from the Mozilla Foundation to support implementing ethics components in their courses.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-05_135153.8093910000.jpg",
            "created": "2020-03-05T13:51:53.809080Z",
            "moderation_state": 3
        },
        {
            "id": 1599,
            "content_url": "https://foundation.mozilla.org/en/blog/best-medicine-online-disinformation-transparency/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "UK House of Lords testimony on disinformation",
            "description": "On February 4, Mozilla gave evidence to the UK’s House of Lords Select Committee on Democracy and Digital Technology about combating online disinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-02-13T21:09:08.527357Z",
            "moderation_state": 3
        },
        {
            "id": 732,
            "content_url": "https://www.juancovelli.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "#u9273",
            "description": "This piece is a collection of 9273 photographs taken from Instagram, with the hashtag #selfie. It aims to create a selfie mirror, where the audience can engage and theirimage reflected through many other selfies, and thus, creates a newselfie. The purpose of the piece is to show a fragmented and fluidrepresentation of the self, rather than a static and fixed one, such as a photograph.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_104414.6598240000.jpg",
            "created": "2018-04-24T10:44:14.658972Z",
            "moderation_state": 3
        },
        {
            "id": 1006,
            "content_url": "https://blog.witness.org/2019/01/how-to-back-up-whatsapp/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Gabriela Ivens",
                    "profile_id": 1558,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tutorial: How to Back Up WhatsApp",
            "description": "The messaging platform WhatsApp has 1.5 billion users worldwide and is increasingly being used as a tool to organize, mobilize, as well as to share important human rights content. This tutorial, put together by WITNESS, helps you decide whether you should use WhatsApp’s built-in backup options, and if so, how to back up your WhatsApp.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-25_183505.7512590000.png",
            "created": "2019-01-25T18:35:05.750848Z",
            "moderation_state": 3
        },
        {
            "id": 548,
            "content_url": "https://medium.com/@daviserin/turning-intent-into-action-the-madlib-manifesto-fab43fb44e2a",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Turning Intent into Action: The MadLib Manifesto",
            "description": "Returning to MozFest as a Web Literacy Leader made for a lovely experience; the crush of amazing programming and brilliant ideas at the festival was even better with friends! (And our evening out over Indian was so spectacular I ate at Cinnamon Bazaar again the next night.)",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-09_052618.7405520000.png",
            "created": "2017-11-09T05:26:18.738615Z",
            "moderation_state": 3
        },
        {
            "id": 102,
            "content_url": "http://storyengine.io/stories/robby-kraft/",
            "is_bookmarked": false,
            "tags": [
                "hack",
                "innovation",
                "nasa",
                "prototype",
                "science",
                "space"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tumbleweed",
            "description": "Origami artist developed paper prototypes of folding robots that could repair damaged rovers on Mars. Final five winner in NASA challenge.",
            "get_involved": "",
            "get_involved_url": "https://github.com/sciencehackdayny/tumbleweed",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/102.png",
            "created": "2016-08-03T01:36:20.573000Z",
            "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": 1895,
            "content_url": "https://mozillafestival.org/slack/",
            "is_bookmarked": false,
            "tags": [
                "tai-wg"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action",
                "Join community"
            ],
            "published_by": "Tara Vassefi",
            "submitter_profile_id": 4254,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Tara Vassefi",
                    "profile_id": 4254,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Truth as a Public Good",
            "description": "The Truth as a Public Good (TPG) Working Group will explore the “dilemma” of standardized content authentication and the stakeholders involved in this decision-making ecosystem. Content authentication, evaluating the integrity of shared multimedia content, is crucial in the era of increasing erosion of the public’s trust in media and information sources. The demand and supply for content authentication was incubated by civil society actors. Now with buzzwords, such as deepfakes and fake news, the private sector is catching up to the potential monetary gain of content authentication.",
            "get_involved": "Join the #truth_as_public_good on mozfest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "The internet and its content was created by all of us, and therefore should belong to all of us.By framing these digital platforms as public goods, we ask can we build a new healthier relationship between the public and private digital companies in order to deliver real value to society.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-29_213122.2898520000.jpg",
            "created": "2020-10-27T19:56:23.325802Z",
            "moderation_state": 3
        },
        {
            "id": 2526,
            "content_url": "https://foundation.mozilla.org/en/blog/truth-challenges-changes-algorithmic-bias-against-black-women/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "TRUTH",
            "description": "TRUTH — an interactive web experience and physical art installation — highlights stories by Black women, about Black women. The stories touch on family, strength, creativity, and ambition, and provide a sorely-needed alternative to the existing “data” that is online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-04-05_175014.1819050000.png",
            "created": "2023-04-05T17:50:14.181685Z",
            "moderation_state": 3
        },
        {
            "id": 1456,
            "content_url": "https://medium.com/@irini_mirena/trustworthy-ai-imagining-better-machine-decision-making-36c81b7a5b0a",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "bloggrid",
                "mozfest-2019",
                "Mozfest 2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Trustworthy AI: Imagining Better Machine Decision Making",
            "description": "A post from the co-curator of the MozFest 2019 Arts & Culture space.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-01_140346.6694110000.png",
            "created": "2019-11-01T14:03:46.668980Z",
            "moderation_state": 3
        },
        {
            "id": 968,
            "content_url": "https://medium.com/read-write-participate/introducing-the-trustable-technology-mark-f2ed8df3ba1c",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Trustable Technology Mark",
            "description": "A new tool by ThingsCon in Berlin will help consumers identify which devices truly respect their privacy and security",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_003304.8780840000.png",
            "created": "2018-12-07T00:33:04.877417Z",
            "moderation_state": 3
        },
        {
            "id": 135,
            "content_url": "https://coralproject.net/first-product/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Trust",
            "description": "A tool for blog or news publishers to use existing comments to indicate trust or reputation of people who comment.",
            "get_involved": "Contribute to the community dialog or the code. Start at https://coralproject.net/get-involved/.",
            "get_involved_url": "",
            "interest": "Comments are tricky and volatile. This helps publishers find & highlight their best commenters so they can set tone for future visitors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T18:04:12.621000Z",
            "moderation_state": 3
        },
        {
            "id": 718,
            "content_url": "https://twitter.com/t_r_u_m_p_i_n_g",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "@t_r_u_m_p_i_n_g",
            "description": "The piece collects and converts images posted to social media in support of Trump, averaging eachimage’s colour and placing a digital brick of this colour to a screen until the screen is full, wherebythe resulting image is then uploaded to Twitter with hashtags used most often by Trump.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_101434.2645740000.jpg",
            "created": "2018-04-24T10:14:34.263581Z",
            "moderation_state": 3
        },
        {
            "id": 851,
            "content_url": "https://jackwarne.cargocollective.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Trouser 001",
            "description": "Born of a frustration by design and digital multimedia culture. Trouser 001 is Inspired by an every-day encounter with an artisan painter on the tube. Consisting of a pair of found decorator’s pants, by re-contextualizing and re-purposing these utilitarian tools for a public audience, and presenting them in an undetermined state, Trouser 001 signifies the desire to push the audience to look beyond a facile acceptance of digital culture towards a more harmonious synthesis of past and present.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_180723.0924280000.jpg",
            "created": "2018-06-25T18:07:23.091869Z",
            "moderation_state": 3
        },
        {
            "id": 333,
            "content_url": "http://odiogosilva.github.io/TriFusion/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "TriFusion",
            "description": "Streamlining phylogenomic data gathering, processing and visualization. TriFusion is a python GUI and command line desktop application that aims to provide an easy to use, fast and powerful toolkit for dealing with proteome and alignment data in phylogenomic projects. We are looking for any kind of contribution and feedback from the general community.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/ODiogoSilva/TriFusion/issues/270",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_000453.9306820000.png",
            "created": "2017-06-01T00:04:53.930424Z",
            "moderation_state": 3
        },
        {
            "id": 14,
            "content_url": "https://transvision.mozfr.org/",
            "is_bookmarked": false,
            "tags": [
                "localization"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transvision",
            "description": "Transvision is a specialized search engine to find localized strings of all Mozilla products and websites.",
            "get_involved": "Know PHP? Help us add new features!",
            "get_involved_url": "https://github.com/mozfr/transvision#transvision",
            "interest": "Improve translation quality of Firefox in your language",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-14T23:22:01.120000Z",
            "moderation_state": 3
        },
        {
            "id": 809,
            "content_url": "https://github.com/transpose-publishing",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "academic publishing",
                "mozsprint",
                "open science",
                "peer review",
                "science"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Jessica Polka",
            "submitter_profile_id": 1338,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jessica Polka",
                    "profile_id": 1338,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "TRANSPOSE",
            "description": "We're crowdsourcing a user-editable database of scholarly journal policies to bring more transparency to publisher practices, about which little is known on a systemic level. Our focus is on three areas: the openness of peer review, credit and recognition for reviewing, and detailed policies surrounding the use of preprints.",
            "get_involved": "We primarily need people to help us fill in journal policy records. No coding is required!",
            "get_involved_url": "https://github.com/transpose-publishing/policies-database/blob/master/CONTRIBUTING.md",
            "interest": "Peer review is foundational to our current system of creating and sharing scholarly knowledge, yet almost everything about this process is shrouded in secrecy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-07_190926.0290700000.png",
            "created": "2018-05-07T19:09:26.027807Z",
            "moderation_state": 3
        },
        {
            "id": 790,
            "content_url": "https://github.com/agritrans/agritrans.github.io",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise"
            ],
            "published_by": "Solomon Mekonnen",
            "submitter_profile_id": 1301,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Solomon Mekonnen",
                    "profile_id": 1301,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Translating open agricultural research to local language",
            "description": "The project proposes to translate open research outputs in agriculture into local languages like Amharic, and to communicate scientific terms in plain language that farmers can understand. The translations will be openly available to farmers and the general public using an online platform to facilitate citizen engagement in open science, including data collection and data analysis, with the expectation that citizen involvement will increase agricultural productivity.",
            "get_involved": "",
            "get_involved_url": "https://github.com/agritrans/agritrans.github.io",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-01_161012.3724210000.jpg",
            "created": "2018-05-01T16:10:12.371817Z",
            "moderation_state": 3
        },
        {
            "id": 2200,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/transforming-education-with-open-badges",
            "is_bookmarked": false,
            "tags": [
                "bmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transforming Education With Open Badges",
            "description": "How to MozFest Book chapter about education and open badges.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_222213.8962700000.png",
            "created": "2021-07-07T22:22:13.895943Z",
            "moderation_state": 3
        },
        {
            "id": 38,
            "content_url": "https://github.com/jperdue62/Wildcat-Within",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "badges",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transformational Profolios: the Wildcat Within",
            "description": "Creating badging projects that exhibit employability skills to future employers, motivate high school students and give back to the community.",
            "get_involved": "Businesses, educators, students, leaders and more can create badges. Programmers can help with platform design and more.",
            "get_involved_url": "https://github.com/jperdue62/Wildcat-Within",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/38.jpg",
            "created": "2016-10-30T08:31:33.744000Z",
            "moderation_state": 3
        },
        {
            "id": 498,
            "content_url": "http://www.toledolibrary.org/blog/training-on-web-literacy",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "professional development",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Training on Web Literacy - Toledo Lucas County Public Library",
            "description": "As one of the Web Literacy Trainers at Toledo Lucas County Public Library, I can tell you that I for one have learned quite a bit! Over the course of the last 12+ months and 8 training classes later, I without a doubt have a more informed knowledge of how the World Wide Web and Internet operate and what they can offer. In years previous as a college student, consumer, and social media user, I didn’t give much thought to areas such as security, protection, third party tracking, hacking and overall, being web literate.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_170031.2607270000.png",
            "created": "2017-10-25T17:00:31.260325Z",
            "moderation_state": 3
        },
        {
            "id": 181,
            "content_url": "https://medium.com/read-write-participate/training-leaders-with-mozilla-in-nairobi-and-dar-es-salaam-cae38f1ed12e",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "east africa",
                "internet health",
                "kenya",
                "mozilla clubs",
                "open leadership",
                "tanzania",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Training Digital Leaders with Mozilla in Nairobi and Dar es Salaam",
            "description": "Join us as we head to Dar es Salaam, Tanzania and Nairobi, Kenya to run Mozilla Club Leadership Trainings. These trainings were in-person, one day training for individuals facilitating Mozilla Clubs through the Mozilla DOT Clubs project. Participants received an introduction to Mozilla, working open, web literacy, facilitation techniques, tools and resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Teaching Internet Health in East Africa and training digital leaders to run Mozilla Clubs",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_205135.9098530000.jpg",
            "created": "2017-04-06T20:51:35.909317Z",
            "moderation_state": 3
        },
        {
            "id": 1646,
            "content_url": "https://youtube.tracking.exposed/wetest/announcement-1/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "video recommendation",
                "YouTube"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Narrira",
            "submitter_profile_id": 3115,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tracking Exposed: Collective Analysis of Algorithmic Recommendation",
            "description": "On March 25th, Tracking Exposed ran a Global Test to collect and analysis Algorithmic Recommendation around Youtube Covid-19 videos. The videos were in multiple languages to understand how recommendation works in other languages than English. \n\nI participated in the engagement for this test and super recommend participating and running other analysis using this open source project; as well to join their community!",
            "get_involved": "",
            "get_involved_url": "https://youtube.tracking.exposed/wetest/1/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-04-11T17:21:55.542211Z",
            "moderation_state": 3
        },
        {
            "id": 791,
            "content_url": "https://www.tpp.pt",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "docker",
                "GTFS",
                "mozsprint",
                "multimodal",
                "nominatim",
                "openstreetmap",
                "osm",
                "public transportation",
                "public transportation portugal",
                "routing engine",
                "transitland",
                "trip planner",
                "valhalla"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "André Glatzl",
            "submitter_profile_id": 505,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "André Glatzl",
                    "profile_id": 505,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "TPP - Transportes públicos de Portugal",
            "description": "A project that tries to unify information such as timetables, stops, routes from public transport in Portugal and serve the data with a public API",
            "get_involved": "Help us define an algorithm that sorts the geocoding results in the best way for the user",
            "get_involved_url": "https://github.com/tpportugal",
            "interest": "Learning new GIS Technologies, like Routing Engine for OpenStreetMap (Valhalla), serving this cause and meet new people :D",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-01_202501.3678170000.jpg",
            "created": "2018-05-01T20:25:01.367313Z",
            "moderation_state": 3
        },
        {
            "id": 403,
            "content_url": "https://medium.com/@daviserin/toward-a-healthier-internet-6ce4f02c90c",
            "is_bookmarked": false,
            "tags": [
                "internal health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Toward a Healthier Internet",
            "description": "Having just (re)joined a gym, purchased a fitness tracker, and signed up with a personal trainer, it’s safe to say that I’m prioritizing my health these days.\n\nWith this view firmly in place, reading Mozilla’s Internet Health Report takes on a (probably unintentional) biological framework: how does the health of the internet effect the health of those who use it? What does it mean for a person to be healthy? And how do these attributes translate to a system of mechanical parts?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-11_183505.2278210000.png",
            "created": "2017-07-11T18:35:05.227496Z",
            "moderation_state": 3
        },
        {
            "id": 379,
            "content_url": "https://medium.com/@mkopel/toward-a-digital-inclusion-academy-e45b4dced34",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Toward a Digital Inclusion Academy",
            "description": "The ideas of “Reuse & Remix” are at the heart of the net, and of library culture. As new ideas become tested solutions, we have a need to make sure that they are easily replicable and scalable, and that the knowledge to do so, or at least to gain exposure, is accessible.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-06-16T23:10:42.785213Z",
            "moderation_state": 3
        },
        {
            "id": 995,
            "content_url": "https://tourdelirio.com/",
            "is_bookmarked": false,
            "tags": [
                "cali",
                "cma2018",
                "colombia",
                "latam",
                "mozilla-cma",
                "mozilla media creative grants",
                "music",
                "online privacy & security",
                "transmedia"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "María Juliana Soto",
            "submitter_profile_id": 1944,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "María Juliana Soto",
                    "profile_id": 1944,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tour Delirio. Salsa and Surveillance",
            "description": "\"Tour Delirio\" it’s a transmedia storytelling project that seeks to relate our daily lives with state, corporate and social surveillance through the rhythm of salsa music.",
            "get_involved": "If you found it interesting (and fun) and you want to collaborate, to use or to create something with us, send me a message",
            "get_involved_url": "https://tourdelirio.com/td/",
            "interest": "Tour Delirio can show how the right use of metaphors, cultural references, and transmedia strategies can create a platform to talk with people that are \"nonexpert\" about complex issues like surveillance and privacy.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-19_211022.6740780000.png",
            "created": "2019-01-19T21:10:22.673577Z",
            "moderation_state": 3
        },
        {
            "id": 407,
            "content_url": "https://cira.ca/blog/state-internet/toronto-youth-take-cyberbullying-help-cira",
            "is_bookmarked": false,
            "tags": [
                "ca.pture",
                "cira",
                "cyberbullying",
                "cyber violence",
                "thimble",
                "youth"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Flora Shum",
            "submitter_profile_id": 86,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Toronto youth take on cyberbullying with help from CIRA",
            "description": "A blog post published by CIRA (Canadian Internet Registry Agency) on the Ca.pture Project. Ca.pture, a project by Mozilla Hive Toronto, was designed and implemented by the Ca.pture Youth Council made up of 12 teenagers between the ages of 13-17 to address cyberbullying.",
            "get_involved": "Take a look at the Ca.pture Facilitation Guide and incorporate it in your community!",
            "get_involved_url": "https://thimbleprojects.org/hivetorontoteam/191343/#overview",
            "interest": "The Ca.pture project offers an authentic and deeper understanding of youth experiences online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-25_181919.0386320000.jpg",
            "created": "2017-07-25T18:19:19.038214Z",
            "moderation_state": 3
        }
    ]
}