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

**Route** - `/entries`

#Query Parameters -

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

GET /api/pulse/v2/entries/?format=api&ordering=description&page=28
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=description&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=description&page=27",
    "results": [
        {
            "id": 1664,
            "content_url": "http://www.amnesty.org/en/documents/pol30/2081/2020/en/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Amy Schapiro Raikar",
            "submitter_profile_id": 193,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Joint statement: State surveillance to fight pandemic must respect human rights",
            "description": "The COVID-19 pandemic is a global public health emergency that requires a coordinated and large-scale response by governments worldwide. However, States’ efforts to contain the virus must not be used as a cover to usher in a new era of greatly expanded systems of invasive digital surveillance. We, the undersigned organizations, urge governments to show leadership in tackling the pandemic in a way that ensures that the use of digital technologies to track and monitor individuals and populations is carried out strictly in line with human rights.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-04_180502.3096390000.png",
            "created": "2020-05-04T18:05:02.309243Z",
            "moderation_state": 3
        },
        {
            "id": 2232,
            "content_url": "https://www.cvillecscommunity.org/2021-csi.html",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "education"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Watch session"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CS Institute",
            "description": "The CS Institute is a FREE, 3-week online professional learning opportunity designed to introduce K-12 educators to computer science pedagogy and equitable teaching strategies that can be incorporated into any subject area. The \"live\" portion of the 2021 CS Institute is over, but the resources remain. If you are someone who is interested in learning how you can engage K-12 students in hands-on computer science learning and activities, the CS Institute includes videos, tutorials, lesson plans, and many other resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learning computer science is at the heart of understanding how the internet, AI, and all things tech work.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-08-11_200018.0504020000.png",
            "created": "2021-08-11T20:00:18.049975Z",
            "moderation_state": 3
        },
        {
            "id": 289,
            "content_url": "https://github.com/mozillascience/studyGroupEvents",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "open science",
                "study groups"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Study Group Event Visualization",
            "description": "The current page of Study Group Event needs enhancement as to provide information about Study Group Programs and Events. Through this page, people learns about events at individual Study Group globally. I would like to import the details of the event, add features to the website and provide statistics i.e, activities on the Study Group page and from all of the forks of the Study Group. The main purpose of the project is to provide visualization and automation to the Study Group community, so they can easily find groups globally and track activities/new developments.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during #mozsprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/mozillascience/studyGroupEvents/labels/mozsprint",
            "interest": "It evolves on the Mozilla Science Lab's Study Group Project, a set of repositories to help structure peer learning communities around code and open science. This project collects stats and prototypes viz of our growing community.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_145710.1755750000.png",
            "created": "2017-05-18T14:57:10.169777Z",
            "moderation_state": 3
        },
        {
            "id": 858,
            "content_url": "https://tacticaltech.org/news/data-detox-kit/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "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": "Data Detox",
            "description": "The Data Detox Kit is an 8-day step-by-step guide on how to reduce data traces online. Each day has a different focus - from cleaning up your apps, to social media, to your phone's connectivity - informing you of the data processes, walking you through some changes you can make, and giving you a small challenge at the end of each day.\n\nThe Data Detox Kit was originally produced as a printed toolkit for The Glass Room NYC and was later adapted for the The Glass Room London. It is presented by Mozilla, with concept and content by Tactical Tech.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_064853.6926080000.png",
            "created": "2018-06-26T06:48:53.692050Z",
            "moderation_state": 3
        },
        {
            "id": 2211,
            "content_url": "https://foundation.mozilla.org/en/data-futures-lab/",
            "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": "Data Futures Lab",
            "description": "The Data Futures Lab is an experimental space for instigating new approaches to data stewardship challenges. It provides funding, scaffolding for collaboration, convening around emerging ideas, and a place to workshop approaches to data stewardship which give greater control and agency to people.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_180922.7545790000.png",
            "created": "2021-07-08T18:09:22.754355Z",
            "moderation_state": 3
        },
        {
            "id": 374,
            "content_url": "https://github.com/GrantRVD/data-neuroscience",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Data Neuroscientist",
            "description": "The Data Neuroscientist is an attempt to re-imagine what neuroscience education would look like from a data-driven approach. At the center of the project is a syllabus and curriculum intended to mimic what a student would find in the core course requirements of a neuroscience masters or Ph.D. program. The mission of The Data Neuroscientist is to compile and distribute the resources for such a syllabus in an open-access way, as well as provide a template for anyone who wants to make such a curriculum for a different area of study.",
            "get_involved": "",
            "get_involved_url": "https://github.com/GrantRVD/data-neuroscience/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_183650.3881940000.png",
            "created": "2017-06-16T18:36:50.387879Z",
            "moderation_state": 3
        },
        {
            "id": 2153,
            "content_url": "https://www.youtube.com/watch?v=Ane_2SKmFhE",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd",
                "dsmfdd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                },
                {
                    "name": "Solana Larsen",
                    "profile_id": 81,
                    "is_active": true
                }
            ],
            "entry_type": "session",
            "title": "AI & Data Futures",
            "description": "The data that powers AI -- and increasingly, society -- is controlled by a handful of internet platforms. Can we make more decentralized ways of pooling and governing data mainstream?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_190214.9260420000.jpeg",
            "created": "2021-07-05T17:48:26.700553Z",
            "moderation_state": 3
        },
        {
            "id": 57,
            "content_url": "http://process.arts.ac.uk/category/project-groups/digital-maker-collective",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "arts",
                "art school",
                "arts education",
                "creative industries",
                "design",
                "mozfest",
                "photogrammetry",
                "virtual reality",
                "web"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Maker Collective",
            "description": "The Digital Maker Collective are an open group of University of the Arts London staff, students, alumni who share common goals of exploring digital & emerging technologies in the context of arts, education, society and the creative industries.",
            "get_involved": "Join our networks and get involved in upcoming events and meet-ups @CCWDigital #DigitalMakerCollective",
            "get_involved_url": "",
            "interest": "Creativity, arts, art school, arts education, creative industries, design, performance",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/57.gif",
            "created": "2016-10-26T20:37:07.738000Z",
            "moderation_state": 3
        },
        {
            "id": 1661,
            "content_url": "https://www.derechosdigitales.org/?s=covid-19",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "latin america"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Amy Schapiro Raikar",
            "submitter_profile_id": 193,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Derechos Digitales support for COVID-19 response in Latin America & beyond",
            "description": "The digital rights nonprofit Derechos Digitales is asking important questions like: What’s the role of technology on this crisis? How can we harness technology to fight the pandemic while also respecting fundamental rights? Is technology being used as a tool to democratized resources to cope with the crisis or as an indicator of privilege and inequality? Derechos Digitales is also educating people on working securely from home, scrutinizing the privacy impacts of actions taken by the governments in Latin America, and more.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-01_190757.5080900000.png",
            "created": "2020-05-01T17:31:50.313832Z",
            "moderation_state": 3
        },
        {
            "id": 1464,
            "content_url": "http://www.elviavasconcelos.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Our collective hopes: many stories, counter voices",
            "description": "The digital structures we have been creating mirror, reinforce and amplify systems of oppression that exist in real life* - it’s the IRL-Digital loop of rubbish.\nHow can we enable conversations to talk simply about these issues, but also about our collective hopes for the future(s)?\n\nElvia Vasconcelos invites audiences to join her in co-creating large-scale word maps to explore the ways in which society's inequalities are further expanding through digital structures and the ways in which to counter this through acts of resistance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_182543.7915670000.jpg",
            "created": "2019-11-06T18:25:43.791203Z",
            "moderation_state": 3
        },
        {
            "id": 326,
            "content_url": "https://github.com/edgi-govdata-archiving/web-monitoring",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Comparing Changes on Government Web Pages",
            "description": "The Environmental Data & Governance Initiative (EDGI) has been monitoring changes to the content on tens of thousands of US government web pages. A team of analysts manually inspecting most changes has already identified significant changes to the government’s web presence, however, our work process is extremely labour-intensive. As a result we are building an open-source platform with an easy to use interface compare millions of federal web pages and review ‘diffed’ web page snapshots.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/edgi-govdata-archiving/web-monitoring/issues?q=is%3Aissue+is%3Aopen+label%3Amozsprint",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_121408.4658380000.png",
            "created": "2017-05-31T12:14:08.465535Z",
            "moderation_state": 3
        },
        {
            "id": 620,
            "content_url": "https://medium.com/read-write-participate/connecting-the-unconnected-in-detroit-f56790bea8e0",
            "is_bookmarked": false,
            "tags": [
                "21c skills",
                "nsf",
                "nsf-wins"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Plan & organize",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Equitable Internet Initiative",
            "description": "The Equitable Internet Initiative is bringing internet access and digital skills to underserved Detroit neighborhoods",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-08_184412.1773240000.png",
            "created": "2018-03-08T18:44:12.176694Z",
            "moderation_state": 3
        },
        {
            "id": 448,
            "content_url": "http://halcyonhouse.org/sites/default/files/2016-2017%20Halcyon%20Dialogue%20Series%20Report.pdf",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "drones",
                "robotics",
                "UAVs"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Shaping Robotics Policy for the 21st Century",
            "description": "The field of robotics has the potential to transform human life in the 21st century. Several dozen global leaders, experts, researchers, and innovators participated in a series of discussions hosted by Halcyon and the American Association for the Advancement of Science and produced this report and recommendations for policy makers, academic researchers, companies, and nonprofit organizations across nine major themes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-28_191537.1696710000.png",
            "created": "2017-09-28T19:15:37.168833Z",
            "moderation_state": 3
        },
        {
            "id": 412,
            "content_url": "https://medium.com/@anmechung/web-literacy-leaders-fueling-the-movement-together-39f1b5cd24ff",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "open leadership",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web Literacy Leaders: Fueling the Movement Together",
            "description": "The first cohort of Mozilla Web Literacy Leaders met on July 18–19 in Chicago to continue growing their open leadership skills. Through skill sharing and design thinking they deepened their knowledge about web literacy and what it will take to support a healthy internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-02_180022.3299630000.png",
            "created": "2017-08-02T18:00:22.329383Z",
            "moderation_state": 3
        },
        {
            "id": 1443,
            "content_url": "http://openhardware4.me",
            "is_bookmarked": false,
            "tags": [
                "best practices",
                "olx",
                "open hardware"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Promote"
            ],
            "published_by": "Juli Arancio",
            "submitter_profile_id": 1748,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                },
                {
                    "name": "Alexander Kutschera",
                    "profile_id": 411,
                    "is_active": true
                },
                {
                    "name": "André Maia Chagas",
                    "profile_id": 1550,
                    "is_active": true
                },
                {
                    "name": "Juli Arancio",
                    "profile_id": 1748,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Join Open Leaders Hardware: take your hardware project to the next level",
            "description": "The first cohort of Open Leaders: Hardware starts January 2020! We’re looking for teams with an ongoing hardware project or a solid project design in mind. From project design to documentation, FOSS tools, user validation, community building and making your work findable, we will help you take your project to the next level by adopting the best available practices. We will guide your journey through 1:1 mentorship sessions, access to tutorials, dedicated educational materials and a wide network of people like you, passionate about making open source hardware the default worldwide.",
            "get_involved": "- Become a mentor and walk teams through their learning journey\n- Share your expertise on some particular skill (not only tech!)\n- Promote the program at your institution/university",
            "get_involved_url": "http://openhardware4.me",
            "interest": "We're a creating a network of people running projects following the best practices of open source... Into the material world! Plus a pool of open resources on how to do it, including using FOSH for hardware design.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-23_105011.5401030000.png",
            "created": "2019-10-23T10:50:11.536505Z",
            "moderation_state": 3
        },
        {
            "id": 2220,
            "content_url": "https://book.mozillafestival.org/the-first-decade",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The First Decade",
            "description": "The first MozFest wasn’t technically a MozFest. Instead, it was the Drumbeat Festival, a convening of leaders making radical disruptions in learning and in web technology. Held at the Museu d’Art Contemporani de Barcelona, sessions took place in the museum, in tents at a nearby square, and in a Hack Bus that arrived spontaneously and parked (illegally) on the street nearby. There were 200 attendees, bad acoustics, and the shared sense that this was something special.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_183054.1063150000.png",
            "created": "2021-07-08T18:30:54.105989Z",
            "moderation_state": 3
        },
        {
            "id": 578,
            "content_url": "https://medium.com/read-write-participate/host-an-open-internet-activist-7e22374221c9",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Host an Open Internet Activist",
            "description": "The Ford-Mozilla Open Web Fellowship program is seeking host organizations: like-minded groups working on the front lines of internet health\n\nLearn more: https://mzl.la/2mLvJaj\n\nApply: https://mzl.la/2DinAEV",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-16_140921.2476200000.png",
            "created": "2018-01-16T14:09:21.246476Z",
            "moderation_state": 3
        },
        {
            "id": 1151,
            "content_url": "https://docs.google.com/document/d/e/2PACX-1vSopRCzGS15AvFIwob2vSWFf5PwyBHNGlQhxaNpJWuMaRg4nQI8S23uK630t-1x6Vqt7Zqzf06wYULt/pub",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "design thinking",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Join community"
            ],
            "published_by": "Nechari",
            "submitter_profile_id": 2050,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nechari",
                    "profile_id": 2050,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Case Study: The Found",
            "description": "The Found: a case study on improving reproductive health access through open science.",
            "get_involved": "",
            "get_involved_url": "https://github.com/NechariR/The-Found",
            "interest": "open science, reproductive justice, community participation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T05:56:37.503063Z",
            "moderation_state": 3
        },
        {
            "id": 2182,
            "content_url": "https://youtu.be/vi1jb2uzZIs",
            "is_bookmarked": false,
            "tags": [
                "mf2021selection",
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The Role of Tech in a Human Rights and Climate-Resilient Future",
            "description": "The future is uncertain. Whether climate policy, trade relations, or disruptive technology, we cannot be sure of how key factors reshaping the world will play out in the coming decade. Also, the operating context for business and other stakeholders is formed by the complex interactions of many factors, but often factors are considered in isolation and responses, siloed. The climate crisis plays a large role in shaping our future, with a growing impact on human rights. Water scarcity, wildfires, extreme weather, and rising sea levels already disproportionately affect marginalized populations, r",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112340.7297950000.jpeg",
            "created": "2021-07-06T11:23:40.718886Z",
            "moderation_state": 3
        },
        {
            "id": 1886,
            "content_url": "https://www.riftunit.net/",
            "is_bookmarked": false,
            "tags": [
                "creative industries",
                "digital storytelling",
                "higher education",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Marsha Courneya",
            "submitter_profile_id": 2921,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Marsha Courneya",
                    "profile_id": 2921,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Narrative Future of AI",
            "description": "The future of digital storytelling will involve the increasing use of algorithmic tools, both to develop new forms of narrative and to find efficiencies in creative production. However, unsupervised algorithms trained on massive amounts of web-based text come with issues of bias most harmfully pertaining to gender, race, and class. The Narrative Future of AI project aims to address, through a series of workshops, problematic cultural biases of machine learning through the creation of a series of media works that challenge and explore bias in new algorithmic technologies, such as GPT-3.",
            "get_involved": "Join the #narrativefutureofai channel on mozfest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "This project will apply AI creatively to highlight biases, meaning that a wide variety of skillsets will be crucial to its success.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-28_015222.2008940000.jpg",
            "created": "2020-10-23T15:15:26.445870Z",
            "moderation_state": 3
        },
        {
            "id": 118,
            "content_url": "http://ankitdaf.com/bell.html",
            "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": "The Ghanta Project",
            "description": "The 'Ghanta' or bell that serves as a call to gather as a community. It's an IoT connected product: a bell and a tablet.",
            "get_involved": "",
            "get_involved_url": "http://ankitdaf.com/bell.html",
            "interest": "Physical prototype with web interaction",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-02T09:04:30.048000Z",
            "moderation_state": 3
        },
        {
            "id": 256,
            "content_url": "https://ottagit.gitbooks.io/git-push-freshman-open-curriculum/content/",
            "is_bookmarked": false,
            "tags": [
                "mozillaclubs",
                "mozlearn",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Git Push Freshman",
            "description": "The Git Push Freshman project is an open introductory course to version control concepts using Git and collaborative software development using GitHub to Computer Science first year students Maseno University, Kenya.\n\nFollowing an open curriculum developed in the course of this project and taking a hands-on approach, the project seeks to equip the students with basic technical skills necessary to enable them to contribute to open source software projects.",
            "get_involved": "Help us build the curriculum on GitHub and/or fork it to make a version of your own.",
            "get_involved_url": "https://github.com/ottagit/git_push_freshman",
            "interest": "It offers curriculum and information helpful for learners interested in collaboration, open source software and GitHub.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-03_152814.0145400000.png",
            "created": "2017-05-03T15:28:14.014081Z",
            "moderation_state": 3
        },
        {
            "id": 15,
            "content_url": "https://theglassroomnyc.org/",
            "is_bookmarked": false,
            "tags": [
                "activity",
                "control",
                "cookie",
                "data",
                "digital",
                "encryption",
                "government",
                "identities",
                "identity",
                "information",
                "monitor",
                "network",
                "nsa",
                "ownership",
                "personal",
                "privacy",
                "protect",
                "right",
                "risk",
                "safe",
                "security",
                "society",
                "surveillance",
                "track"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Glass Room",
            "description": "The Glass Room is a place to consider how you use technology and how those behind technology use you.",
            "get_involved": "Tips and resources for people who couldn't visit the pop-up store:",
            "get_involved_url": "https://theglassroomnyc.org/resources/",
            "interest": "This pop-up store looks like a slick store offering shiny consumer products. It products actually reveal the dynamics of living in the Internet age. Who are we revealing when we’re online? What facts and fictions are recreated from our digital breadcrumbs? What is known about us, and why?",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/15.jpg",
            "created": "2016-12-12T20:40:12.082000Z",
            "moderation_state": 3
        },
        {
            "id": 1523,
            "content_url": "https://www.centerfordigitalcommons.org/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Introducing the Global Center for the Digital Commons",
            "description": "The Global Center for the Digital Commonns - GCDC - is finally online!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-05_150408.2575550000.png",
            "created": "2019-12-05T15:04:08.256835Z",
            "moderation_state": 3
        },
        {
            "id": 1536,
            "content_url": "https://www.giswatch.org",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "artificial intelligence",
                "data protection",
                "Human Rights",
                "policy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Global Information Watch 2019!",
            "description": "The Global Information Society Watch Report was launched at the Internet Governance forum this year. The exciting read about this book is the focus on Artificial Intelligence – Human rights, social justice and development. In looking for relevant voices for AI and Africa from rights, justice and development perspective, this resource is timely and invaluable. Together with reading the Africa reports – i am also excited that they have a thematic report on “Decolonising AI- a transfeminist approach to data and social justice.” Happy reading!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-12-24T05:01:10.790252Z",
            "moderation_state": 3
        },
        {
            "id": 1051,
            "content_url": "http://grisglobal.org",
            "is_bookmarked": false,
            "tags": [
                "#grisglobal",
                "#mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Samuel Osei Mensah",
            "submitter_profile_id": 1982,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Lily Edinam Botsyoe",
                    "profile_id": 2000,
                    "is_active": true
                },
                {
                    "name": "Samuel Osei Mensah",
                    "profile_id": 1982,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Global Repository for Internet Studies",
            "description": "The Global Repository for Internet Studies is a collaborative space that aims to foster studies on Internet issues especially Internet policies through an all inclusive approach providing resources in forms that is understood and accessed by everyone. As the largest Internet repository, we serve as a hub for verification among other Internet related issues that needs authentication like Fake news, cyber security, fake photographs and images, etc.",
            "get_involved": "Help us create an App, scout country-based volunteers to gather internet issues and resources for the benefit of the public",
            "get_involved_url": "http://grisglobal.org/volunteer/",
            "interest": "We are working open to provide a unique way of giving users the space to contribute to making the Internet a better tool while connecting the next billion",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-02_174346.3710370000.jpg",
            "created": "2019-03-02T17:43:46.370535Z",
            "moderation_state": 3
        },
        {
            "id": 502,
            "content_url": "https://github.com/aath0/MinoritiesInResearch",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Athina Tzovara",
            "submitter_profile_id": 169,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                },
                {
                    "name": "Athina Tzovara",
                    "profile_id": 169,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How does research treat underrepresented minorities?",
            "description": "The goal of this project is to collectively design a questionnaire and use it to evaluate how members of underrepresented minorities perceive research that directly concerns them.",
            "get_involved": "Help us create a questionnaire: design its content and key directions, test it and provide feedback!",
            "get_involved_url": "https://github.com/aath0/MinoritiesInResearch/blob/master/CONTRIBUTING.md",
            "interest": "This project will enable members of traditionally underrepresented groups in science to be heard and share their experience with research done in their communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-25T19:31:21.543636Z",
            "moderation_state": 3
        },
        {
            "id": 984,
            "content_url": "https://www.slideshare.net/anant90/mozfest-2018-session-slides-lets-fool-modern-ai-systems-with-stickers",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "mozfest",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Anant Jain",
            "submitter_profile_id": 1659,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anant Jain",
                    "profile_id": 1659,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Let's fool modern A.I. Systems with Stickers.",
            "description": "The goal of this session at MozFest 2018 was to demystify Machine Learning for the participants and show them a real Machine Learning system in action. The secondary goal was to show that Machine Learning is itself just another tool, susceptible to adversarial attacks. These can have huge implications, especially in a world with self-driving cars and other automation. This is a link to the slides from the session.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-02_194603.4342870000.png",
            "created": "2019-01-02T19:46:03.433501Z",
            "moderation_state": 3
        },
        {
            "id": 2009,
            "content_url": "https://schedule.mozillafestival.org/session/BTXPQE-2",
            "is_bookmarked": false,
            "tags": [
                "game",
                "mf-family-promo",
                "misinformation",
                "youth-led",
                "youth zone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Session: Misinformation Escape Room",
            "description": "The Government is about to sign a contract to put Euphorigen into the public water supply, making the benefits of this revolutionary supplement available to the entire population. But you have suspicions, and only 45 minutes to uncover the truth! The Euphorigen Investigation is an online escape room that immerses players in a world of manipulated media, social media bots, deepfakes and other forms of misinformation. Join teams of 4-6 players and a game host and see how well you do at solving misinformation puzzles!",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/BTXPQE-2",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_195127.2463540000.jpg",
            "created": "2021-03-05T19:51:27.245730Z",
            "moderation_state": 3
        },
        {
            "id": 495,
            "content_url": "https://www.cs.ox.ac.uk/activities/HCC/",
            "is_bookmarked": false,
            "tags": [
                "human centred computing",
                "responsible research and innovation",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Digital Wildfire project",
            "submitter_profile_id": 162,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Digital Wildfire project",
                    "profile_id": 162,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Human Centred Computing at the University of Oxford",
            "description": "The Human-Centred Computing (HCC) group is part of the Department of Computer Science at the University of Oxford. We carry out a range of interdisciplinary projects that explore the relationships between technology and social life. Much of our work seeks to advance safety, fairness and responsibility in innovation. \n\nCurrent projects look at social media, algorithmic bias and quantum computing. At the Science Fair group members will be on hand talk about these projects and provide you with information to take away with you. Looking forward to seeing you there!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Of interest to anyone who'd like to hear about current research work - in particular in relation to research the promotes safety and fairness online",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_100021.5899000000.jpeg",
            "created": "2017-10-25T10:00:21.589335Z",
            "moderation_state": 3
        },
        {
            "id": 1180,
            "content_url": "https://github.com/anneclinio/documenta",
            "is_bookmarked": false,
            "tags": [
                "documentation",
                "open data",
                "open science"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Anne Clinio",
            "submitter_profile_id": 1917,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Clinio",
                    "profile_id": 1917,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Documenta?! an open research about documentation practices in many kinds of labs",
            "description": "The idea is to get to know, study and showcase documentation practices developed by practitioners in labs, specially citizen labs, makerspaces, hackerspaces, informal learning spaces, etc. We believe that proper documentation of projects is crucial in opening opportunities to engage persons, share visions, foster communities, inspire initiatives and reproduce objects. Documentation can help us tracking the reasons why we obtain certain findings in our experiments, prototipes, communities. Also, it allows us to testify and learn from those who came before us, improving our initiatives.",
            "get_involved": "",
            "get_involved_url": "https://github.com/anneclinio/documenta",
            "interest": "I hope it is useful for people that creating social innovation! :)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-16T20:02:45.538747Z",
            "moderation_state": 3
        },
        {
            "id": 1181,
            "content_url": "https://github.com/anneclinio/documenta",
            "is_bookmarked": false,
            "tags": [
                "documentation",
                "open data",
                "open science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Anne Clinio",
            "submitter_profile_id": 1917,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Clinio",
                    "profile_id": 1917,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Documenta?!",
            "description": "The idea is to get to know, study and showcase documentation practices developed by practitioners in labs, specially citizen labs, makerspaces, hackerspaces, informal learning spaces, etc. We believe that proper documentation of projects is crucial in opening opportunities to engage persons, share visions, foster communities, inspire initiatives and reproduce objects. Documentation does not capture everything, but it helps us tracking the reasons why we obtain certain findings in our experiments, prototipes, communities. Also, allows us to learn from those who came before us and improve.",
            "get_involved": "",
            "get_involved_url": "https://github.com/anneclinio/documenta",
            "interest": "I hope it is useful to people working oin labs!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-16T20:07:28.751033Z",
            "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": 691,
            "content_url": "https://creativecommons.org/2018/04/15/fellowship-memorial-fund/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bassel Khartabil Free Culture Fellowship, Fund",
            "description": "The inaugural Bassel Khartabil Free Culture Fellowship was awarded to Majd Al-shihabi, a Palestinian-Syrian engineer and urban planning graduate based in Beirut, Lebanon.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-16_130018.6009500000.jpg",
            "created": "2018-04-16T13:00:18.600366Z",
            "moderation_state": 3
        },
        {
            "id": 197,
            "content_url": "https://i4oc.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Initiative for Open Citations (I4OC)",
            "description": "The Initiative for Open Citations I4OC is a collaboration between scholarly publishers, researchers, and other interested parties to promote the unrestricted availability of scholarly citation data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_151057.6537440000.png",
            "created": "2017-04-10T15:10:57.653229Z",
            "moderation_state": 3
        },
        {
            "id": 734,
            "content_url": "http://www.katihyyppa.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "Forbidden Fruit Machine",
            "description": "The installation promotes the exploration of open cultural online collections for artistic purposesbeyond the screen. Open hardware is also embraced, as we have shared the documentationof the installation including 3D printing and Arduino files under an open license for anyone tobuild upon.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_104823.6872830000.jpg",
            "created": "2018-04-24T10:48:23.686686Z",
            "moderation_state": 3
        },
        {
            "id": 2172,
            "content_url": "https://youtu.be/mzjHu2izFn8",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Stories from the Future of Democracy",
            "description": "“The internet and democracy are the same thing in Taiwan.” Taiwan's Digital Minister, Audrey Tang, discusses civic participation and radical transparency.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192953.0346040000.jpg",
            "created": "2021-07-05T18:27:20.760831Z",
            "moderation_state": 3
        },
        {
            "id": 2223,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/volunteers-the-ethos-of-the-festival",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Volunteers: The Ethos of the Festival",
            "description": "The internet health movement presents a broad landscape covering multiple disciplines, businesses, organisations, the public sector, and more. But there is one strand that weaves every diverse element together into a coherent cloth – Volunteers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_183609.7992170000.png",
            "created": "2021-07-08T18:36:09.798878Z",
            "moderation_state": 3
        },
        {
            "id": 1415,
            "content_url": "https://medium.com/@cy63113/internet-health-report-brazil-the-curious-case-of-internet-in-tupiniquin-land-the-brazilian-tale-c0551e34ec82?",
            "is_bookmarked": false,
            "tags": [
                "IHR",
                "Internet Brazil",
                "Internet Health Report Brazil",
                "mozfest",
                "mozfest2019",
                "Openness Space",
                "Open Project",
                "work in progress"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Cybelle",
            "submitter_profile_id": 300,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 133,
                    "is_active": true
                },
                {
                    "name": "Cybelle",
                    "profile_id": 300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Curious case of Internet in Tupiniquins Land: the Brazilian tale v.01",
            "description": "The Internet Health Report Brazil is based on efforts made to accomplish the global Internet Health Report, an effort to try to answer the perplexities of what happens locally in Brazil, a country with continental dimensions, and this means not only one, but distinct peculiarities of each region.",
            "get_involved": "Join us to prototype the Internet Health Report of your region during the Mozfest 2019. Openness Space, Saturday, Oct 26, from 11am - 12:30pm",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-04_221454.2278370000.jpg",
            "created": "2019-10-04T22:14:54.227477Z",
            "moderation_state": 3
        },
        {
            "id": 1416,
            "content_url": "https://internethealthreport.org/2019/readinglist/esther-mwema/",
            "is_bookmarked": false,
            "tags": [
                "IHR",
                "internet freedom",
                "internet health"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Esther Mwema",
            "submitter_profile_id": 1761,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Esther Mwema",
                    "profile_id": 1761,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Reading List by Esther Mwema - Internet Health Report",
            "description": "The internet is a futuristic concept happening at present — that is, we are living in the future. A world of all possibilities.\n\nMy reading list focuses on Internet Freedoms because as we try to ‘manage’ the internet as it evolves, we begin to witness more surveillance, censorship and digital rights abuses. \n\nThis is a world where the privileged few are trying to control the narrative just as it was before the internet was accessible to half the world's population. \n\nFreedom online, reflects freedom offline.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Internet Health Report",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-10-07T11:32:09.532392Z",
            "moderation_state": 3
        },
        {
            "id": 198,
            "content_url": "https://edri.org/wp-content/uploads/2016/12/privacy4kids_booklet_web.pdf",
            "is_bookmarked": false,
            "tags": [
                "comics",
                "data",
                "fellowships",
                "kids",
                "open web fellows",
                "privacy",
                "resources"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Vanessa Rhinesmith",
            "submitter_profile_id": 65,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your guide to Digital Defenders vs. Data Intruders – Privacy for kids!",
            "description": "\"The Internet. It's cool, fast and global! But it's also complicated, sometimes.\" 2016-2017 Open Web Fellows host organization, EDRi (European Digital Rights) created a booklet \"Your guide to Digital Defenders vs. Data Intruders - Privacy for kids!\" to help young people between 10-14 years to protect their privacy.",
            "get_involved": "Download full booklet and or poster.",
            "get_involved_url": "https://edri.org/privacy-for-kids-digital-defenders/",
            "interest": "This is a great resource that breaksdown digital privacy in a fun, easy format.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_194755.3975790000.jpeg",
            "created": "2017-04-10T19:47:55.388690Z",
            "moderation_state": 3
        },
        {
            "id": 564,
            "content_url": "https://edri.org/wp-content/uploads/2016/12/privacy4kids_booklet_web.pdf",
            "is_bookmarked": false,
            "tags": [
                "kids",
                "youth"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Defenders vs Data Intruders -- Privacy for Kids! [PDF]",
            "description": "The Internet. It's cool, fast and global! But it's also complicated, sometimes. Luckily, in our parallel universe where the Digital Defenders fight the evil Data Intruders, it is easy to see who are the good guys and who are the bad guys. This booklet \"Your guide to Digital Defenders vs. Data Intruders - Privacy for kids!\" helps young people between 10-14 years to protect their privacy. The booklet is also available in various languages.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This guide helps young people between 10-14 years to protect their privacy online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-05_223746.9825170000.png",
            "created": "2017-12-05T22:37:46.981966Z",
            "moderation_state": 3
        },
        {
            "id": 895,
            "content_url": "http://interactdigitalarts.uk/the-internet-of-art-things",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet of Art Things",
            "description": "The Internet of Art Things is an open infrastructure for connecting interactive digital artworks that makes use of standard Internet of Things technology. It is built around the widely-used MQTT machine-to-machine messaging protocol (that is both lightweight and fast) and suitable for use on a wide variety of computer platforms.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-20_131959.7253620000.jpg",
            "created": "2018-08-20T13:19:59.720498Z",
            "moderation_state": 3
        },
        {
            "id": 323,
            "content_url": "https://github.com/lisahandsonline/Internet-Safety-Driving-Licence",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet Safety Driving Licence",
            "description": "The Internet Safety Driving Licence is an open source online modular short course built to empower young people (aged 13+) to use the Internet ethically, safely & securely: to live, play & work well online.Think of it as a kind of Cyber-Ed: 5 modules comprising a formal online programme that will prepare a learner to sit the final Internet Safety Driving Test.Successful completion of all 5 Cyber-Ed modules by a learner will lead to the award of a full Internet Safety Driving Licence.",
            "get_involved": "Contribute ideas, content, assets and more to help this project grow.",
            "get_involved_url": "https://github.com/lisahandsonline/Internet-Safety-Driving-Licence/issues",
            "interest": "This helps educators share best practices for learners who want to publish themselves online, become thought leaders and learn skills and tools that enable them to stay safe and happy online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_204118.5880420000.jpg",
            "created": "2017-05-30T20:41:18.587760Z",
            "moderation_state": 3
        },
        {
            "id": 2138,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/strategic-action-for-tech-policy",
            "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": "Strategic Action for Tech Policy",
            "description": "The internet sits at the heart of our global society and economy. We see how today’s technology is built  – and by whom – and the decisions made about how that -technology is used as political. An open, disruptive internet delivers incredible socioeconomic benefits, and if we as a global society don’t work to protect the internet’s core features, and balance the commercial interest with the public interest, those benefits will go away. Read more about action towards tech policy in this MozFest book chapter.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_191603.6560610000.png",
            "created": "2021-07-01T19:16:03.655833Z",
            "moderation_state": 3
        },
        {
            "id": 956,
            "content_url": "https://www.youtube.com/watch?v=R8crgz1Wb1I&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=3",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Who Controls the Internet?",
            "description": "The internet was intended for many, but today it’s controlled by few. A discussion about centralization and possible solutions, from antitrust to a new economic model.This MozFest 2018 panel features Mozilla director of public policy Chris Riley and EDRi senior policy advisor Maryant Fernandez.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192344.2527920000.jpg",
            "created": "2018-11-07T16:35:51.042713Z",
            "moderation_state": 3
        },
        {
            "id": 867,
            "content_url": "http://www.theintersectionofthings.com",
            "is_bookmarked": false,
            "tags": [
                "Feminism",
                "Human Rights",
                "podcast",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Nesient Mindelan",
            "submitter_profile_id": 1510,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nesient Mindelan",
                    "profile_id": 1510,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Intersection of Things",
            "description": "The Intersection of Things is a fresh podcast that discusses a different social issue theme each episode: Work, Health, Sex, Outrage, Libraries, etc. as they relate to technology and Internet rights - all with a feminist twist. \nTwo digital rights experts on opposite sides of the Atlantic Ocean meet for a Sunday morning coffee / wine catch-up to learn from each other, interview experts, share their knowledge and have a good time.",
            "get_involved": "Please listen to the podcast, help promote it, tweet or email us your thoughts, leave a review on itunes, help us get better.",
            "get_involved_url": "http://www.theintersectionofthings.com",
            "interest": "Each episode ends up picking up on big discussions around Internet privacy, security, data health, online consent, digital literacy, and many other of the core issues that the network works on. We're always looking to bring something fresh to these discussions.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-04_170038.5142400000.png",
            "created": "2018-07-04T17:00:38.513832Z",
            "moderation_state": 3
        },
        {
            "id": 1834,
            "content_url": "https://www.their.tube",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "video recommendation",
                "YouTube"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Tomo",
            "submitter_profile_id": 4153,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tomo",
                    "profile_id": 4153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "TheirTube",
            "description": "Theirtube is a Youtube filter bubble simulator that provides a look into how videos are recommended on other people's YouTube. Users can experience how the YouTube home page would look for six different personas. Each persona simulates the viewing environment of real Youtube users who experienced being inside a recommendation bubble through recreating a Youtube account with a similar viewing history. TheirTube shows how YouTube’s recommendations can drastically shape someone’s experience on the platform and, as a result, shape their worldview.",
            "get_involved": "",
            "get_involved_url": "https://github.com/kihapper/TheirTube",
            "interest": "It shows insights into how the Youtube recommendation engine is working",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-11_192320.2058600000.png",
            "created": "2020-09-11T19:23:20.205472Z",
            "moderation_state": 3
        }
    ]
}