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=29
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=30",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-description&page=28",
    "results": [
        {
            "id": 36,
            "content_url": "https://github.com/OpenCosmics/opencosmics.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "citizen science",
                "cosmic rays",
                "mozfest",
                "particle physics",
                "science"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Cosmics",
            "description": "Cosmic-ray physics for everyone!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-30T18:40:16.901000Z",
            "moderation_state": 3
        },
        {
            "id": 258,
            "content_url": "https://core.ac.uk/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open access"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CORE",
            "description": "CORE is a 2017 Global Sprint project with a mission to aggregate all open access research outputs from repositories and journals worldwide and make them available to the public. They are currently making available 70 million of research outputs metadata and 7 million full-text papers.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/oacore/oacore-mozsprint17",
            "interest": "They are looking for enthusiastic developers, designers, data scientists to facilitate access to open access research papers around the world. Thus, they are offering a set of APIs and a Dataset ready to be used exploited.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_174304.6617580000.png",
            "created": "2017-05-04T17:43:04.661232Z",
            "moderation_state": 3
        },
        {
            "id": 779,
            "content_url": "https://gitlab.com/stemcellbioengineering/context-explorer",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bio",
                "code",
                "microscopy",
                "mozsprint",
                "open science",
                "python"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Mentor",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Joel Östblom",
            "submitter_profile_id": 522,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Joel Östblom",
                    "profile_id": 522,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "context-explorer",
            "description": "context-explorer facilitates analyses and visualization of data extracted from\nmicroscope images of cells. The analyses methods in context-explorer focus on how populations of cells are affected by their surrounding environment, such as variations in cell signaling and cell density.  Equipped with a graphical user interface, context-explorer aims to enable\npowerful analysis and visualizations of cell data for a broad scientific audience, instead of being accessible only to scientist with programming experience.",
            "get_involved": "There are many ways to help! Test how easy it is to install and use the software, give feedback on the documentation, improve the source code, create tests, and more.",
            "get_involved_url": "https://gitlab.com/stemcellbioengineering/context-explorer/blob/master/CONTRIBUTING.md",
            "interest": "This is an opportunity to accelerate scientific research! Contributions can directly improve current research in our stem cell lab, and hopefully future research by other groups in diverse topics.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-29_142604.5861530000.png",
            "created": "2018-04-29T14:26:04.585589Z",
            "moderation_state": 3
        },
        {
            "id": 592,
            "content_url": "http://indianexpress.com/article/opinion/columns/right-to-privacy-justice-krishna-committee-information-theft-big-data-large-concerns-5060033/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed: Big Data, Large Concerns",
            "description": "\"Consent and accountability should be at the core of [India's] new privacy law,\" write Mozilla Tech Policy Fellows Amba Kak and Jason Schultz in this Indian Express op-ed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-12_151340.2665380000.png",
            "created": "2018-02-12T15:13:40.265878Z",
            "moderation_state": 3
        },
        {
            "id": 2482,
            "content_url": "https://wustl.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": [],
            "entry_type": "base",
            "title": "Washington University",
            "description": "Computer science students will participate in “studio sessions,” or group discussions that unpack how their technical education and skills intersect with issues like individual privacy, data security, and biased algorithms.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_115046.0144540000.jpg",
            "created": "2022-11-21T11:50:46.014226Z",
            "moderation_state": 3
        },
        {
            "id": 2468,
            "content_url": "https://www.bowdoin.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bowdoin College",
                    "profile_id": 6106,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Bowdoin College",
            "description": "Computer science students will participate in “ethical narratives laboratories,” where they experiment with and test the impact of technology on society. These laboratories will include transformative engagement with real and fictional narratives including case studies, science fiction readings, films, shows, and personal interviews.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_105555.0984720000.png",
            "created": "2022-11-21T10:55:55.098068Z",
            "moderation_state": 3
        },
        {
            "id": 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": 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": 1742,
            "content_url": "http://cs.brown.edu/~seny/aftp/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "equality",
                "ethics",
                "justice",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Algorithms for the People",
            "description": "Computer Science & Marginalized CommunitiesDuring our time together, my students and I read, analyzed and discussed many reports and articles and we thought a lot about computer science’s role (and sometimes absence) in various social problems. We thought about the problems that different communities were facing and whether technology-based solutions even made sense (often they didn’t!). In some cases, we also sketched new technologies that could potentially impact these communities in a positive way.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/what-we-fund/awards/responsible-computer-science-challenge/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-09_135424.5276830000.jpg",
            "created": "2020-06-09T13:54:24.527257Z",
            "moderation_state": 3
        },
        {
            "id": 483,
            "content_url": "http://www.codeisscience.com/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone",
                "open science",
                "open source",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Attend",
                "Promote",
                "Code"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code is Science",
            "description": "Computer code is strongly present in science nowadays, helping scientists handle difficult calculations and large volumes of information. When an experiment is complete, scientists publish papers reporting the results, but often they forget to publish the source code for their work. You couldn't publish a math paper without the proof, so why can you do it with code? We aim to make scientific code open source by default, so others can peer review and re-run the code. We're also creating a database of scientific journals that only publish papers accompanied by open source code.",
            "get_involved": "You can help out by contributing to technical issues, share http://www.codeisscience.com/ to spread awareness, or share your story - why is open source code in science important to *you*? Do you know of any open source journals? Send us the link!",
            "get_involved_url": "http://www.codeisscience.com/",
            "interest": "Open source should be everywhere, especially in science! Also, we have stickers...",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_142619.6724890000.jpg",
            "created": "2017-10-22T14:26:19.671643Z",
            "moderation_state": 3
        },
        {
            "id": 117,
            "content_url": "https://docs.google.com/document/d/1XAZ1QhEjqA-3wZU4QOodvVIYGsRJfPsbqXGvSPnXnRs/edit",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Conductive Contracts",
            "description": "Complete the circuit by stamping it. Your contract is digitally authorized using conductive ink, Indian stamp paper, & your thumbprint.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Exploring conductive ink",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-02T09:06:07.818000Z",
            "moderation_state": 3
        },
        {
            "id": 1540,
            "content_url": "https://tzcna.or.tz/p/news?h=Fourth+Summit+on+Community+Networks+in+Africa+held+at+the+University+of+Dodoma&id=5",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "Jabhera Matogoro",
                "Kondoa Community Network",
                "television white space"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Fourth Summit on Community Networks in Africa held at the University of Dodoma",
            "description": "Community Networks can be defined as communication by the people for the people. \"To be resilient and achieve sustainability, members of the Community Network play a critical role in the building of the community network infrastructure. The summit brought together 24 community networks from Africa and beyond, and over 134 participants from 19 countries attended the summit. These countries are Argentina, Cameroon, Canada, DRC, Ethiopia, Kenya, Liberia, Malawi, Namibia, Nigeria, South Africa, Spain, Tanzania, Uganda, UK, USA, Zimbabwe, France, and German.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It report the milestone that has been achieved on Community Network.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-01_140721.0278250000.JPG",
            "created": "2020-01-01T14:07:21.027107Z",
            "moderation_state": 3
        },
        {
            "id": 1442,
            "content_url": "https://olxihr.ucraft.net/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "health",
                "inclusion",
                "olx",
                "youth"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Uffa Modey",
            "submitter_profile_id": 307,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Esther Mwema",
                    "profile_id": 1761,
                    "is_active": true
                },
                {
                    "name": "Uffa Modey",
                    "profile_id": 307,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Community Leaders for Internet Health",
            "description": "Community Leaders for Internet Health aims to engage youth from underserved groups on the issues of Internet Health in their communities. Through this 6 weeks program, participants will collaboratively learn open leadership models necessary for raising awareness on the impact of the Internet on society. The participants will also receive guidance on open campaigning for the Internet Health Report from their assigned mentors \n\nAt the end of the program, the participants will receive certificates of participation and encouraged to continue growing in the Mozilla Internet Health Report community.",
            "get_involved": "",
            "get_involved_url": "https://forms.gle/E1BZu1Gpm1MuBKFZ6",
            "interest": "Community Leaders for Internet Health will spotlight internet issues in diverse local community contexts whilst collaborating with Community Leaders to engage with tools for open campaigning towards Internet Health.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-23_083954.7882970000.png",
            "created": "2019-10-23T08:39:54.787621Z",
            "moderation_state": 3
        },
        {
            "id": 2017,
            "content_url": "https://towardsdatascience.com/variance-in-data-from-oura-ring-and-fitbit-whos-right-4e4b8861c78a",
            "is_bookmarked": false,
            "tags": [
                "app",
                "big data",
                "bioinformatics",
                "data",
                "data science",
                "developer",
                "sensor",
                "wearables"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Variance in Data from Oura Ring and FitBit —Who’s Right?",
            "description": "Combining personal data sources like Oura and Fitbit, we draw conclusions on how to handle errors, variance and complementsUsing a graphing tool on Prifina, we can look at a user’s wearables data, compare different data points for the same time intervals, explore correlations and variations in the data itself. We can explore data from the same user, for the same interval (day, week, month) for different wearable devices.",
            "get_involved": "",
            "get_involved_url": "https://github.com/prifina/prifina-app-starter",
            "interest": "It questions the quality of data from wearables, suggest ways to enrich it for different applications and practical tips for how to utilize a smart software layer in between devices",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-18_145812.7175110000.jpeg",
            "created": "2021-03-18T14:58:12.716669Z",
            "moderation_state": 3
        },
        {
            "id": 768,
            "content_url": "http://www.grettalouw.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Colonise the Cloud",
            "description": "Colonise the Cloud is an ongoing series of animated GIFs, presented both online and as projections or on screens in physical spaces, that interrogates the nature of the internet and the so-called 'cloud'.  The works deconstruct the highly ideological visual language - the clean, simple, almost child-like diagrams of clouds, interconnecting lines, and glowing blue digits - that is used to market and represent online data storage services.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_124939.3906750000.jpg",
            "created": "2018-04-26T12:49:39.390136Z",
            "moderation_state": 3
        },
        {
            "id": 1673,
            "content_url": "https://mobilisationlab.org/stories/theres-no-going-back-heres-how-our-network-of-campaigners-is-responding-to-and-collaborating-in-this-crisis",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "movement-building"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How MobLab's campaigners are collaborating and responding to COVID19",
            "description": "Collective “aha” moments from 150 campaigners and changemakers in the MobLab network.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_183121.5421210000.jpg",
            "created": "2020-05-05T18:30:08.272539Z",
            "moderation_state": 3
        },
        {
            "id": 1159,
            "content_url": "https://soko.tech/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Mariona A. Cíller",
            "submitter_profile_id": 2344,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Science & Tech, Education, Open: Web, Software & Hardware. Journalist & Curator.",
            "description": "Co-founder & creative director at SokoTech, director of Maker Faire Barcelona & STEAMConf Barcelona, Parnterships at Smashing Media. University of Illinois B.F.A, M.Sc. & Assistant Professor. Center of Bits & Atoms (MIT) Fab Academy graduate. On 2015 co-founded SokoTech, a citizen lab dedicated to digital social innovation projects focused on the arts, science & technology. The purpose of SokoTech is to extend the use and understanding of technology, science, engineering, art & maths among society as a whole, without taking into account age, level of knowledge, status, capacities or gender.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-02_224100.4846250000.jpg",
            "created": "2019-05-02T22:41:00.484016Z",
            "moderation_state": 3
        },
        {
            "id": 487,
            "content_url": "https://github.com/trallard/Coding-foundation",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content"
            ],
            "published_by": "Tania R Allard",
            "submitter_profile_id": 151,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tania R Allard",
                    "profile_id": 151,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coding Foundation",
            "description": "Coding foundation is an open source initiative aiming to increase the numbers of women and queer individuals in undergraduate courses related to computer science and associated tech areas.",
            "get_involved": "We want people interested in sharing their stories as someone in the tech/computer science community, or encourage others to do so. We also need help to curate lists of online resources for gals willing to start a career in computer science or tech",
            "get_involved_url": "https://github.com/trallard/Coding-foundation",
            "interest": "This project is focused on increasing tech diversity because we believe more diverse communities produce better projects",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_084444.5887900000.png",
            "created": "2017-10-24T08:44:44.588418Z",
            "moderation_state": 3
        },
        {
            "id": 1992,
            "content_url": "https://community.icann.org/pages/viewpage.action?pageId=153518364",
            "is_bookmarked": false,
            "tags": [
                "communities",
                "Domain Name System (DNS)",
                "End users",
                "Internet of Things (IoT)"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Design",
                "Join community"
            ],
            "published_by": "Sarah Kiden",
            "submitter_profile_id": 491,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Kiden",
                    "profile_id": 491,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DNS and the IoT: Impact on Communities, End Users, Opportunities & Challenges",
            "description": "Co-designing Internet of Things (IoT) with Communities\n\nPresentation at the At-Large Capacity Building Webinar on 07 Dec 2020 titled \"DNS and the IoT: Impact on Communities, End Users, Opportunities and Challenges\"",
            "get_involved": "",
            "get_involved_url": "https://community.icann.org/pages/viewpage.action?pageId=153518364",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-02-08T22:04:47.724553Z",
            "moderation_state": 3
        },
        {
            "id": 1187,
            "content_url": "https://exercism.io/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2019"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Exercism",
            "description": "Code practice and mentorship for everyone  Level up your programming skills with 2,830 exercises across 50 languages, and insightful discussion with our dedicated team of welcoming mentors. Exercism is 100% free forever.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_135652.8822710000.png",
            "created": "2019-05-22T13:56:52.869546Z",
            "moderation_state": 3
        },
        {
            "id": 1288,
            "content_url": "https://codemirror.net/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CodeMirror",
            "description": "CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_225741.2725830000.png",
            "created": "2019-08-01T22:57:41.253758Z",
            "moderation_state": 3
        },
        {
            "id": 780,
            "content_url": "http://www.codeisscience.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Create content"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code is Science",
            "description": "Code is Science is a project to promote open source code in a scientific setting. Given that code is often used to produce scientific results, when the code is wrong, the science is wrong too! Scientific code should be open and peer reviewed.",
            "get_involved": "We're looking for scientists, coders, and anyone who is interested in helping the cause by contributing stories or curating open source journals.",
            "get_involved_url": "https://github.com/yochannah/code-is-science/issues",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-29_143944.5441010000.png",
            "created": "2018-04-29T14:39:44.543499Z",
            "moderation_state": 3
        },
        {
            "id": 567,
            "content_url": "http://www.coastalquestvr.com/",
            "is_bookmarked": false,
            "tags": [
                "Coastal Erosion",
                "VR Games"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Krantz",
            "submitter_profile_id": 255,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kevin Krantz",
                    "profile_id": 255,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coastal Quest VR",
            "description": "Coastal Quest VR teaches participants about the rapid rate of coastal erosion along Louisiana's coast. The game tests users methods to mitigate and restore coastlines.",
            "get_involved": "",
            "get_involved_url": "https://lafayettesciencemuseum.org",
            "interest": "The information and methodology to countering coastal erosion is useful to coastal communities as an educational tool.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-11_212939.2011830000.jpeg",
            "created": "2017-12-11T21:29:39.200448Z",
            "moderation_state": 3
        },
        {
            "id": 730,
            "content_url": "http://www.janavirgin.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CO2GLE_2",
            "description": "CO2GLE is a real-time, net-based installation that displays the amount of CO2 emitted on each second thanks to the global visits to Google. com.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_104020.8483980000.jpg",
            "created": "2018-04-24T10:40:20.847766Z",
            "moderation_state": 3
        },
        {
            "id": 1319,
            "content_url": "https://grisglobal.org/civil-society-should-be-involved-in-applying-existing-human-rights-report",
            "is_bookmarked": false,
            "tags": [
                "Digital Cooperation report",
                "Gris Global"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Samuel Osei Mensah",
            "submitter_profile_id": 1982,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Civil society should be involved in applying existing human rights -report",
            "description": "Civil society should be involved in applying existing human rights -reportGiven the wide spectrum of issues, there will of necessity be many forms of digital cooperation; some may be led by the private sector or civil society rather than government or international organisations. Moreover, special efforts are needed to ensure inclusive participation by women and other traditionally marginalised groups in all new or updated methods of global digital cooperation.\n\nEffective digital cooperation requires that multilateralism, despite current strains, be strengthened.",
            "get_involved": "",
            "get_involved_url": "https://grisglobal.org/volunteer/",
            "interest": "This document gives insight about the Digital Cooperation report.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-08_060351.1070020000.jpg",
            "created": "2019-08-08T06:03:51.106518Z",
            "moderation_state": 3
        },
        {
            "id": 1272,
            "content_url": "https://civicrm.org",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "project",
            "title": "CiviCRM Core Support and Development Inquiry",
            "description": "CiviCRM is an open source CRM built by a community of contributors and supporters, and coordinated by the Core Team. CiviCRM is web-based software used by a diverse range of organisations, particularly not-for-profit organizations (nonprofits and civic sector organizations). CiviCRM offers a complete feature set out of the box and can integrate with your website.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-31_185809.1982860000.png",
            "created": "2019-07-31T18:58:09.165014Z",
            "moderation_state": 3
        },
        {
            "id": 41,
            "content_url": "https://github.com/WinnieMakokha/Using-open-sourced-Crowd-mapping-to-improve-citizen-and-government-engagement",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "citizen engagement",
                "crowdmapping",
                "governments",
                "mozfest"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Citizen-E",
            "description": "Citizen-E is a new initiative to create a crowdsourced citizen and government engagement platform on public health and education.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-28T22:27:02.461000Z",
            "moderation_state": 3
        },
        {
            "id": 2123,
            "content_url": "https://foundation.mozilla.org/en/blog/become-an-advisor-for-the-cities-digital-rights-helpdesk/",
            "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": "Cities’ Digital Rights Helpdesk!",
            "description": "Cities Coalition for Digital Rights, UN-Habitat, and BetaNYC presented the concept of Digital Rights Helpdesk for cities at MozFest this year. City stakeholders, subject matter experts, and organizations working with cities were invited to participate in a co-creation session to design the Helpdesk and it’s features. We caught up with them afterwards to learn more about the vision of the helpdesk in upholding citizens’ digital rights, what gaps they are aiming to fill through this initiative, and how the MozFest community can get involved.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_224635.7930510000.png",
            "created": "2021-06-28T22:46:35.792846Z",
            "moderation_state": 3
        },
        {
            "id": 444,
            "content_url": "http://parameters.ssrc.org/2017/09/going-beyond-technology-creating-citizen-centered-intelligent-communities/",
            "is_bookmarked": false,
            "tags": [
                "gigabit",
                "gigabit community fund",
                "intelligent communities",
                "smart cities"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Going beyond technology: Creating citizen-centered intelligent communities",
            "description": "Cities are rushing to get “smart” in order to create new economic opportunities, to take advantage of potential systems efficiencies, and to not be left behind the technological curve. This article in The Social Science Research Council's Parameters publication explores the steps to creating an inclusive smart city.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-21_160106.0216460000.jpg",
            "created": "2017-09-21T16:01:06.020955Z",
            "moderation_state": 3
        },
        {
            "id": 1114,
            "content_url": "https://citapress.org",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "books",
                "design",
                "Feminism",
                "graphic design",
                "illustration",
                "public domain",
                "publishing",
                "sprintforih",
                "web design"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Juliana Castro",
            "submitter_profile_id": 1914,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Juan Castro Varón",
                    "profile_id": 2060,
                    "is_active": true
                },
                {
                    "name": "Juliana Castro",
                    "profile_id": 1914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cita Press",
            "description": "Cita is an open-source digital library publishing books by women and non-binary authors. It is both a literature archive and a graphic design project. Cita aims to elevate the work of those who first addressed gender inequality by promoting and distributing openly-licensed and public domain works using open-source technologies.",
            "get_involved": "People can help edit and upload books, make designs for the covers, write introductions, help clean bugs in the books and help develop a new version of it.",
            "get_involved_url": "https://github.com/citapress/citapress",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-17_195544.2486460000.jpg",
            "created": "2019-04-17T19:55:44.248215Z",
            "moderation_state": 3
        },
        {
            "id": 541,
            "content_url": "https://austinfilmschool.org",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "communication",
                "culture",
                "film",
                "filmmaking"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Fundraise",
                "Localize & translate",
                "Mentor",
                "Promote"
            ],
            "published_by": "Carrie Cates",
            "submitter_profile_id": 211,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carrie Cates",
                    "profile_id": 211,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cine Joven: Breaking Borders",
            "description": "Cine Joven: Breaking Borders will work to bring cultural understanding and compassion to both groups through collective creative technology and storytelling, while offering advanced digital arts & tech skills to public high school students located in an under-served area of Monterrey, Mexico that offers little access to high-speed connectivity.",
            "get_involved": "",
            "get_involved_url": "https://austinfilmschool.org",
            "interest": "We will be working toward cross-cultural understanding while overcoming the obstacles that would usually prevent such a project from occurring, and sharing our insight along the way.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_205533.7056360000.png",
            "created": "2017-11-02T20:55:33.704810Z",
            "moderation_state": 3
        },
        {
            "id": 159,
            "content_url": "https://www.youtube.com/watch?v=zTZbrkV3bs8&index=6&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "We’re Not Equally Vulnerable to Surveillance",
            "description": "Chris Soghoian is Principal Technologist at the ACLU. He spoke at MozFest 2016 about government surveillance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193912.7566740000.jpg",
            "created": "2017-02-09T15:06:46.668000Z",
            "moderation_state": 3
        },
        {
            "id": 2015,
            "content_url": "https://player.vimeo.com/video/520160011?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Vase",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Vase.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152640.8058970000.png",
            "created": "2021-03-06T15:26:40.805331Z",
            "moderation_state": 3
        },
        {
            "id": 2014,
            "content_url": "https://player.vimeo.com/video/520159829?badge=0&autopause=0&player_id=0&app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Photo",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Photo.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152425.5864810000.png",
            "created": "2021-03-06T15:24:25.585849Z",
            "moderation_state": 3
        },
        {
            "id": 2013,
            "content_url": "https://player.vimeo.com/video/520159589?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Family Resources",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Horse",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Horse.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152256.7564660000.png",
            "created": "2021-03-06T15:22:56.755712Z",
            "moderation_state": 3
        },
        {
            "id": 2016,
            "content_url": "https://player.vimeo.com/video/520159436?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Bowl",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Bowl.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152820.3896870000.png",
            "created": "2021-03-06T15:28:20.389031Z",
            "moderation_state": 3
        },
        {
            "id": 2012,
            "content_url": "https://player.vimeo.com/video/520159214?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Bell",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Bell.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152018.8374290000.png",
            "created": "2021-03-06T15:20:18.836814Z",
            "moderation_state": 3
        },
        {
            "id": 2005,
            "content_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "craft",
                "Dutch",
                "Family Resources",
                "mf-family-lejo",
                "MozFest 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo Crafts",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. Children can also create their own hand puppet using the artist’s craft page resources.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_183823.2458190000.png",
            "created": "2021-03-03T02:07:09.867828Z",
            "moderation_state": 3
        },
        {
            "id": 65,
            "content_url": "http://hivechicago.org/celebrating-chiteen-lit-fest-chicagos-first-literary-festival-for-teens-by-teens/",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "literary",
                "teen"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Celebrating ChiTeen Lit Fest",
            "description": "Chicago’s first literary festival for teens by teens. A collaboration of Hive Chicago Learning Network organizations.  Here's a recap.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The Chicago Teen Lit Fest aims to provide a safe and creative space for young adults to unlock and discover their unique voice through literary arts. The ChiTeen Lit Fest (https://chiteenlitfest.org/) is brought to you by Chicago Public Library, Columbia College Chicago, Poetry Foundation, UIC-College of Education, After School Matters, Center for College Access and Success, Allstate, Jewel Catering, Chicago Tribune, and Kuumba Lynx. This event is supported by the Chicago Public Library Foundation and the Hive Chicago Fund for Connected Learning at the Chicago Community Trust.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:38:54.661000Z",
            "moderation_state": 3
        },
        {
            "id": 2544,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "biometrics",
                "#data privacy",
                "data protection"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cherie Oyier",
                    "profile_id": 6501,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Deceptive Designs and Policy Holes",
            "description": "Cherie Oyier is a lawyer working on privacy and data protection law in Kenya. Oyier’s research project, “Deceptive Designs and Policy Holes Aiding Unethical Personal Data Collection for AI Training: Lessons from Worldcoin’s Iris Scan Practices in Kenya,” aims to identify effective solutions for economically vulnerable citizens, and best practices for ethical biometric data collection for AI training. Oyier’s objectives are to investigate the failures of existing systems to unearth frameworks which uphold privacy rights and promote sustainable development in Kenya.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_102125.9447580000.png",
            "created": "2024-01-11T10:21:25.944445Z",
            "moderation_state": 3
        },
        {
            "id": 189,
            "content_url": "http://thomaspark.co/2017/04/learning-css-grid-with-grid-garden/",
            "is_bookmarked": false,
            "tags": [
                "games",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Grid Garden",
            "description": "Check out the launch of Grid Garden, Thomas Park's sequel to Flexbox Froggy. Learn how to use the grid property in CSS to design the layout of your webpage. This is a fun, game-based way for intermediate web users to practice their CSS skills online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This is a fun, low-risk way to practice intermediate web literacy skills.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_121326.2928130000.png",
            "created": "2017-04-07T12:13:26.290664Z",
            "moderation_state": 3
        },
        {
            "id": 2280,
            "content_url": "https://foundation.mozilla.org/campaigns/petition-slack-block-abuse/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tell Slack: #BlockAbuse",
            "description": "Chat platform Slack fails to protect its users from harassment and abusive messages. Sign the petition calling on Slack to block abuse.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/petition-slack-block-abuse/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-09-29_210237.5207020000.jpg",
            "created": "2021-09-29T21:02:37.520367Z",
            "moderation_state": 3
        },
        {
            "id": 192,
            "content_url": "https://medium.com/read-write-participate/working-towards-a-core-curriculum-64e80a15409f",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Curriculum updates",
            "description": "Catch up with recent changes to our web literacy activities as we work towards a core curriculum. Find out what's happening next, as well - more clarity, connections, and videos(!) are on the way.",
            "get_involved": "Your feedback is warmly welcomed! Help us improve our work and refine our set of core activities for educators and learners in the field. You can contact any of us directly or file issues in our curriculum repo.",
            "get_involved_url": "https://github.com/mozilla/curriculum-final",
            "interest": "This is a great way to see what we've learned and enacted from community members' feedback through Discourse and local training events.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_150916.6040830000.png",
            "created": "2017-04-07T15:09:16.590610Z",
            "moderation_state": 3
        },
        {
            "id": 1185,
            "content_url": "https://docs.google.com/document/d/1xJJ18G5kdcHETUOrmc1SLg9GFuGi5ZcuUMvbD2L0vq4/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "data",
                "OL7",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Siouxsie Wiles",
            "submitter_profile_id": 1960,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Siouxsie Wiles",
                    "profile_id": 1960,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OL7 Case study: Open data by design",
            "description": "Case study from Mozilla Open Leaders 7 - Recognising that to make data open and reusable, it has to be deliberately designed that way.",
            "get_involved": "Looking for links to relevant documentation, or people to help share best practice.",
            "get_involved_url": "",
            "interest": "Insight into how those not working in open data learn the importance of being open by design not default.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-20T02:51:35.437310Z",
            "moderation_state": 3
        },
        {
            "id": 989,
            "content_url": "https://casahacker.org",
            "is_bookmarked": false,
            "tags": [
                "hackerspace"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Localize & translate",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 133,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 133,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Casa Hacker",
            "description": "Casa hacker is a hackerspace dedicated to putting the local communities in control of its digital experience and shaping the future of the information and communication technologies for the public good. Visit us at casahacker.org.",
            "get_involved": "",
            "get_involved_url": "https://casahacker.org",
            "interest": "Join us to make local communities web literate and empower them to shape the future of the information and communication technologies for the public good.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-13_040231.2131860000.png",
            "created": "2019-01-13T04:02:31.212526Z",
            "moderation_state": 3
        },
        {
            "id": 45,
            "content_url": "http://www.carbonheroapp.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "carbon",
                "carbonhero",
                "climate",
                "co2",
                "environment",
                "footprint",
                "mozfest"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CarbonHero",
            "description": "CarbonHero is an app that lets people reduce their environmental impact by compensating carbon emissions of their daily activities.",
            "get_involved": "We are looking for testers who want to help us refining the offering. Additionally let us know if you want to connect your service to ours or if we can exchange data.",
            "get_involved_url": "http://www.carbonheroapp.com/contact/",
            "interest": "CarbonHero empowers people to take responsibility for their behavior and encourages to take action - either by emitting less or compensating for the activities that can't be avoided.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/45.png",
            "created": "2016-10-28T14:41:44.697000Z",
            "moderation_state": 3
        },
        {
            "id": 399,
            "content_url": "http://hivetoronto.org/our-last-day-together/",
            "is_bookmarked": false,
            "tags": [
                "ca.pture",
                "cyberbullying",
                "cybersecurity",
                "cyber violence",
                "digital inclusion",
                "digital literacy",
                "online privacy & security",
                "thimble",
                "web literacy",
                "youth",
                "youth activism"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Flora Shum",
            "submitter_profile_id": 86,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Flora Shum",
                    "profile_id": 86,
                    "is_active": true
                },
                {
                    "name": "Simona Ramkisson",
                    "profile_id": 78,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Our Last Day Together",
            "description": "Ca.pture Project's 5th and final session re-cap blog post from Erum, a youth council member. Youth wrapped up their cyberbullying Thimble and had the opportunity to read each other’s stories with the Gallery Walk. The Youth Council also worked together to plan the upcoming Mozilla’s Youth-Led March Break Camp, a series of workshops where they would be teaching their peers the Ca.pture curriculum. \n“I gained valuable experience while working with my peers and learning how to code for social change.”",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-04_145114.4074110000.jpg",
            "created": "2017-07-04T14:51:14.406905Z",
            "moderation_state": 3
        },
        {
            "id": 396,
            "content_url": "http://hivetoronto.org/storytelling-through-thimble/",
            "is_bookmarked": false,
            "tags": [
                "ca.pture",
                "cyberbullying",
                "cybersecurity",
                "cyber violence",
                "digital inclusion",
                "digital literacy",
                "digital skills",
                "thimble",
                "youth",
                "youth activism"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Flora Shum",
            "submitter_profile_id": 86,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Flora Shum",
                    "profile_id": 86,
                    "is_active": true
                },
                {
                    "name": "Simona Ramkisson",
                    "profile_id": 78,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Storytelling through Thimble",
            "description": "Ca.pture Project's 4th session re-cap blog post from Erum, a youth council member. For this workshop we collaboratively mind mapped-ed cyberbullying's impact. What is cyberbulling? We questioned what roles are there, where can it happen, what happens and what can we do as a community to prevent, intervene and create safe spaces both in person and online. \n\n“I feel that the Ca.pture Thimble template has great potential in preventing cyberbullying by providing a virtual space for teens to read other youth’s stories and to be able to relate and find a community within that.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-27_195241.5204750000.jpg",
            "created": "2017-06-27T19:52:41.520151Z",
            "moderation_state": 3
        }
    ]
}