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=tags&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=tags&page=30",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=tags&page=28",
    "results": [
        {
            "id": 1846,
            "content_url": "https://tarciziosilva.com.br/blog/posts/algorithmic-racism-timeline/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "algorithmic racism",
                "credit score",
                "facial recognition",
                "natural language processing",
                "risk score",
                "search engines",
                "stock photos",
                "visual computing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Tarcízio Silva",
            "submitter_profile_id": 4169,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Tarcízio Silva",
                    "profile_id": 4169,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Algorithmic Racism Timeline",
            "description": "The timeline is a curated collection of cases of algorithmic racism in technologies or tools like social media platforms, mobile apps, visual computing, facial recognition, natural language processing etc. The goal is to increase awareness regarding algorithmic harms.\n\nPublished in three languages:\nEN - https://tarciziosilva.com.br/blog/posts/algorithmic-racism-timeline/\nBR-PT - https://tarciziosilva.com.br/blog/posts/racismo-algoritmico-linha-do-tempo/\nES - https://tarciziosilva.com.br/blog/posts/timeline-linea-del-tiempo-racismo-algoritmico/",
            "get_involved": "You can use the timeline to promote awareness; send me new cases to be added; or translate to other languages.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-08_005053.1657890000.jpg",
            "created": "2020-10-08T00:50:53.165459Z",
            "moderation_state": 3
        },
        {
            "id": 457,
            "content_url": "https://ecleipteon.github.io/Thalos",
            "is_bookmarked": false,
            "tags": [
                "criptography",
                "mozfest",
                "online privacy & security",
                "online security",
                "open leadership zone"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Luca Maria Castiglione",
            "submitter_profile_id": 122,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Thalos",
            "description": "Simple and Secure approach to file storage in untrusted environments",
            "get_involved": "",
            "get_involved_url": "https://ecleipteon.github.io/Thalos",
            "interest": "Everyone should have the right to store their file in the cloud without concerning about privacy violantions.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-10-09T17:58:23.554256Z",
            "moderation_state": 3
        },
        {
            "id": 512,
            "content_url": "https://infosecbytes.org",
            "is_bookmarked": false,
            "tags": [
                "criptography",
                "journalism",
                "online privacy & security",
                "privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Infosec Bytes",
            "submitter_profile_id": 179,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Infosec Bytes",
                    "profile_id": 179,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Infosec Bytes",
            "description": "Infosec Bytes is online course of tutorial videos for journalists, demonstrating in clear, simple steps how to acquire, install and use secure cryptographic software applications. The videos are freely and widely available on youtube. Accessible, fun, and easy to watch and share, the videos are designed to disseminate among journalists facilitating the fast and widespread adoption of security best practice within the industry, and thereby improving the sectorial integrity, vitality and productivity of investigative journalism.",
            "get_involved": "",
            "get_involved_url": "https://infosecbytes.org",
            "interest": "The Mozilla community is widely connected to the open source, privacy oriented communities that create the tools that Infosec Bytes explains how to use.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_095324.3632550000.png",
            "created": "2017-10-27T09:53:24.362590Z",
            "moderation_state": 3
        },
        {
            "id": 787,
            "content_url": "https://github.com/phageParser/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "crispr",
                "dna",
                "genetics",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Madeleine Bonsma-Fisher",
            "submitter_profile_id": 474,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Madeleine Bonsma-Fisher",
                    "profile_id": 474,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract and organize CRISPR information from open genetic data.",
            "get_involved": "Contribute to our codebase and help us plan.",
            "get_involved_url": "https://github.com/phageParser/phageParser#phageparser",
            "interest": "CRISPR research is an important and growing field, but relevant data is hard to access and interpret. phageParser is making it easier for anyone to explore CRISPR immune systems across many species of bacteria.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211425.5145310000.jpg",
            "created": "2018-04-30T21:29:20.490914Z",
            "moderation_state": 3
        },
        {
            "id": 59,
            "content_url": "https://github.com/goyalsid/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crispr",
                "hackathon",
                "mozfest",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract, analyze, and share CRISPR information from open genetic data.",
            "get_involved": "Read about the project and how you can contribute with code or documentation on the GitHub repo!",
            "get_involved_url": "https://github.com/goyalsid/phageParser/blob/master/README.md#where-can-i-get-involved",
            "interest": "CRISPR research is becoming increasingly popular, and through this project anyone can help make relevant information easier to find and use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/59.png",
            "created": "2016-10-26T20:14:25.341000Z",
            "moderation_state": 3
        },
        {
            "id": 73,
            "content_url": "http://skellystudio.co.uk/portfolio/the-wayback-machine/",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "connected home",
                "critical design",
                "iot"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                },
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Wayback Machine",
            "description": "A prototype product which controls the availability of tech & services within a connected home. Turn a rotary dial to wind back time and turn off digital services and connections.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The prototype was created during the 2016 Mozilla Open IoT Design Sprint. As a conceptual prototype, it challenges us to think about the control we have over our technology, and the control that tech has over us.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/73.jpg",
            "created": "2016-09-27T22:09:32.648000Z",
            "moderation_state": 3
        },
        {
            "id": 1449,
            "content_url": "http://www.karsten-wenzlaff.de",
            "is_bookmarked": false,
            "tags": [
                "Alternative Finance",
                "blockchain",
                "Crowdfunding"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Karsten Wenzlaff",
            "submitter_profile_id": 3265,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Crowdfunding and Alternative Finance Expert",
            "description": "Karsten Wenzlaff is a Crowdfunding expert from Germany. He is working at the University of Hamburg in the fields of Civic Crowdfunding and is an Editor of the Alternative Finance Benchmarking Report of the University of Cambridge Centre for Alternative Finance.. With his company ikosom and as part of the projects Crowd-Fund-Port and CE-Responsible (Interreg Central Europe Program) he supports social entrepreneurs and zebra-startups in reaching out to their audience, accessing finance and connecting to corporates. He also serves as the Secretary-General of the German Crowdfunding Association.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-25_062642.8962160000.jpg",
            "created": "2019-10-25T06:26:42.895738Z",
            "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": 60,
            "content_url": "http://crowd2map.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crowdsourcing",
                "development",
                "fgm",
                "mapping",
                "maps",
                "mozfest",
                "tanzania"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 101,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowd2Map Tanzania crowdsourced mapping",
            "description": "Our project uses crowdsourcing to map rural Tanzania, thus improving the development in the region and fighting for important causes, such as ending female genital mutilation (FGM).",
            "get_involved": "People can find all the relevant info through our website and our GitHub repo. People can do mapping, coding, and many other things to help.",
            "get_involved_url": "https://github.com/seplute/crowd2map",
            "interest": "This is an opportunity for everyone to contribute to world improvement by doing something fun.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/60.jpg",
            "created": "2016-10-26T19:48:42.992000Z",
            "moderation_state": 3
        },
        {
            "id": 1921,
            "content_url": "https://world.openfoodfacts.org/discover",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "crowdsourcing",
                "environment",
                "health",
                "opendata",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Pierre Slamich",
            "submitter_profile_id": 4371,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pierre Slamich",
                    "profile_id": 4371,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Food Facts",
            "description": "Open Food Facts is the \"wikipedia of food\". Using the collaborative mobile app for Android and iPhone, you can help make food transparency a reality across the globe.\nYou take photos, and community effort and artificial intelligence then allow us to create data about the products, and to compute health and environmental scores. \nAll our work is open source and opendata, and we're strictly independant from the food industry.\nThat way, you can know if a product is good for you and for the planet, help other make food choices that work for them, and help foster research.",
            "get_involved": "We're looking for coders (to help us improve the tech) and decoders (to decipher all the food that's surrounding us). \nThe impact of Open Food Facts grows by spreading the word, adding new products using the app, translating the project, and much much more.",
            "get_involved_url": "https://world.openfoodfacts.org/contribute",
            "interest": "Open Food Facts uses tech and community to have a systemic impact on the health and environmental aspects of the food system.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-23T09:15:24.864648Z",
            "moderation_state": 3
        },
        {
            "id": 5,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "crowdsourcing",
                "fgm",
                "mapping",
                "mozfest",
                "tanzania",
                "women & girls"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Crowd2Map",
            "description": "Emerging from MozFest 2015, Crowd2Map improves maps of rural Tanzania to support development and humanitarian efforts — with a focus on protecting girls from female genital mutilation and ensuring they get quality education and can continue to shape their own futures.",
            "get_involved": "People outside of Tanzania can help with satellite mapping. Locally, contributors can participate using Maps.me on their mobile phone. You can also organize a mapathon in your community or contribute coding or other skills.",
            "get_involved_url": "https://github.com/seplute/crowd2map",
            "interest": "Contribute to an important global initiative while learning how an open project operates.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-01-13T20:09:47.140000Z",
            "moderation_state": 3
        },
        {
            "id": 64,
            "content_url": "http://motherboard.vice.com/read/the-black-community-needs-encryption",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "encryption",
                "harlem",
                "new york",
                "nyc",
                "open web fellows",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CryptoHarlem",
            "description": "Motherboard published an interview with Matt Mitchell, a Mozilla Open Web Fellow. He shares valuable and candid insight on privacy education and making it more inclusive.",
            "get_involved": "Matt trains activists & journalists in digital security, focused on marginalized populations often aggressively monitored & disenfranchised. His fellowship is based at Color of Change.",
            "get_involved_url": "https://www.cryptoparty.in/nyc",
            "interest": "Matt is a security researcher and data journalist who leads CryptoHarlem, teaching basic cryptography tools to the predominately African American community in upper Manhattan.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_131742.2960690000.jpg",
            "created": "2016-10-19T21:45:37.190000Z",
            "moderation_state": 3
        },
        {
            "id": 615,
            "content_url": "https://video.vice.com/en_us/video/motherboard-inside-a-cryptoparty-in-harlem/5a8ef26af1cdb335e15a8433?utm_content=buffer4ef14&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "mozilla fellow",
                "open web",
                "open web fellows",
                "vice",
                "video"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Inside a CryptoParty in Harlem",
            "description": "VICE MOTHERBOARD meets with Matt Mitchell (Mozilla Fellow 2016), the founder of CryptoHarlem. Matt is a security researcher, operational security trainer, and data journalist who leads CryptoHarlem, impromptu workshops teaching basic cryptography tools to the predominately African American community in upper Manhattan. Previously, he worked as a data journalist for The New York Times and as a developer for CNN, Aol/Huffington Post, and other news organizations.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/cryptoharlem?lang=en",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_030047.2209790000.jpg",
            "created": "2018-03-06T03:33:32.476914Z",
            "moderation_state": 3
        },
        {
            "id": 615,
            "content_url": "https://video.vice.com/en_us/video/motherboard-inside-a-cryptoparty-in-harlem/5a8ef26af1cdb335e15a8433?utm_content=buffer4ef14&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "mozilla fellow",
                "open web",
                "open web fellows",
                "vice",
                "video"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Inside a CryptoParty in Harlem",
            "description": "VICE MOTHERBOARD meets with Matt Mitchell (Mozilla Fellow 2016), the founder of CryptoHarlem. Matt is a security researcher, operational security trainer, and data journalist who leads CryptoHarlem, impromptu workshops teaching basic cryptography tools to the predominately African American community in upper Manhattan. Previously, he worked as a data journalist for The New York Times and as a developer for CNN, Aol/Huffington Post, and other news organizations.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/cryptoharlem?lang=en",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_030047.2209790000.jpg",
            "created": "2018-03-06T03:33:32.476914Z",
            "moderation_state": 3
        },
        {
            "id": 64,
            "content_url": "http://motherboard.vice.com/read/the-black-community-needs-encryption",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "encryption",
                "harlem",
                "new york",
                "nyc",
                "open web fellows",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CryptoHarlem",
            "description": "Motherboard published an interview with Matt Mitchell, a Mozilla Open Web Fellow. He shares valuable and candid insight on privacy education and making it more inclusive.",
            "get_involved": "Matt trains activists & journalists in digital security, focused on marginalized populations often aggressively monitored & disenfranchised. His fellowship is based at Color of Change.",
            "get_involved_url": "https://www.cryptoparty.in/nyc",
            "interest": "Matt is a security researcher and data journalist who leads CryptoHarlem, teaching basic cryptography tools to the predominately African American community in upper Manhattan.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_131742.2960690000.jpg",
            "created": "2016-10-19T21:45:37.190000Z",
            "moderation_state": 3
        },
        {
            "id": 140,
            "content_url": "http://flexboxfroggy.com/",
            "is_bookmarked": false,
            "tags": [
                "css",
                "game"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Flexbox Froggy",
            "description": "Flexbox Froggy is a game for learning CSS flexbox.",
            "get_involved": "",
            "get_involved_url": "https://github.com/thomaspark/flexboxfroggy/",
            "interest": "Fun way to learn how to format web content. Takes inspiration from the games Frogger, CSS Diner and Erase all Kittens.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-05_220758.3514990000.png",
            "created": "2016-01-27T19:06:29.553000Z",
            "moderation_state": 3
        },
        {
            "id": 508,
            "content_url": "https://eraseallkittens.com/",
            "is_bookmarked": false,
            "tags": [
                "code",
                "coding",
                "css",
                "empower women",
                "game",
                "girls",
                "girls in ict day",
                "html5",
                "indie games",
                "javascript",
                "mozilla clubs for women and girls",
                "video games",
                "web games",
                "women and web literacy",
                "women & girls",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Dee Saigal",
            "submitter_profile_id": 176,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Dee Saigal",
                    "profile_id": 176,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Erase All Kittens",
            "description": "A story-driven game that introduces professional coding languages to kids, and inspires girls to code.",
            "get_involved": "The Mozilla community can support us by sending us kitten videos that we can use in E.A.K. We'd hugely appreciate support for our Kickstarter, which we're going to launch on November 15. If you're a code education expert who supports our mission to inspire more girls to code, we'd love to chat!",
            "get_involved_url": "https://eraseallkittens.com/",
            "interest": "We aim to inspire girls to code and create, globally - over half of Erase All Kitten's 130,000 players are girls.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_201153.6388730000.png",
            "created": "2017-10-26T20:11:53.638122Z",
            "moderation_state": 3
        },
        {
            "id": 1926,
            "content_url": "https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks#Svelte_tutorials",
            "is_bookmarked": false,
            "tags": [
                "community development",
                "CSS and JavaScript",
                "developer",
                "development",
                "javascript",
                "learning",
                "learn javascript"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "opensas",
            "submitter_profile_id": 2619,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "opensas",
                    "profile_id": 2619,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Svelte tutorials as MDN web docs",
            "description": "Step by step series of tutorials published at MDN web docs to learn to develop web applications using Svelte framework.\n\nWe will start with the most basic concepts, and we'll develop together a complete Todo application.\n\nGithub repository with source code: https://github.com/opensas/mdn-svelte-tutorial\n\nOnline development environment with the finished app: https://svelte.dev/repl/378dd79e0dfe4486a8f10823f3813190?version=3.23.2",
            "get_involved": "Spread the word about it, put it to the test, and give us feedback.",
            "get_involved_url": "https://github.com/opensas/mdn-svelte-tutorial",
            "interest": "Svelte is a radically new way to develop complex web app with a focus con developer friendliness.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-28_055244.1001340000.png",
            "created": "2020-11-28T05:52:44.099466Z",
            "moderation_state": 3
        },
        {
            "id": 671,
            "content_url": "https://github.com/duracloud/duracloud/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Academic",
                "cultural heritage",
                "digital",
                "DuraSpace",
                "mozsprint",
                "open source",
                "preservation",
                "research data"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Erin Tripp",
            "submitter_profile_id": 462,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Erin Tripp",
                    "profile_id": 462,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Sourcing DuraCloud:  Beyond the License",
            "description": "We're looking to build up a community around DuraCloud. It's a suite of open source software that facilitates long-term digital preservation by connecting curators of digital content to storage providers, duplicates content across providers, and performs integrity checking to verify that stored content remains unchanged. We want to develop materials to explain it why this is important, build up a community of users, and give that community the ability to be a part of the future of DuraCloud in whatever capacity makes sense to them.",
            "get_involved": "Submit user cases/ requirement, review promotional content and provide feedback, test, and squash bugs.",
            "get_involved_url": "https://github.com/duracloud/duracloud/blob/master/CONTRIBUTING.md",
            "interest": "Digital preservation impacts everyone curating academic, cultural heritage and research data or content.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211707.0288690000.jpg",
            "created": "2018-04-04T18:37:14.996377Z",
            "moderation_state": 3
        },
        {
            "id": 1108,
            "content_url": "http://www.harmonic21.org/the-regionalization-of-the-internet/",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "charitable",
                "cultural network",
                "global dialogue of humanity",
                "open source",
                "Virtual Net Festival",
                "virtual reality",
                "World Culture Fair"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Andreas Klinksiek",
            "submitter_profile_id": 2228,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Andreas Klinksiek",
                    "profile_id": 2228,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "GLOBAL DIALOG in the 21st Century. The Regionalization of the Internet",
            "description": "The LOCATE-SYSTEM 21\n \nOur Navigation System allows a precise definition of target groups not only according to content-related classification criteria but it specializes in the definition of any geographical range looked for.\nThe „Locate-System“ offers the user the following ranges and possibilities of Geographical Navigation:     local    -    regional    -    countrywise    -    continental    -    global\nRegional editors worldwide\n\nOne of the interesting possibilities that „Locate-System21“ offers is the organization of the virtual „21net Festival“ and the „World Culture Fair“.",
            "get_involved": "Make this project yours and get involved with ideas and contacts!",
            "get_involved_url": "http://www.harmonic21.org/cooperative-foundation/",
            "interest": "This is a global Open Source Project with the goal to generate extensive resources  to promote world culture and humanitarian projects worldwide.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-10_151508.1783540000.png",
            "created": "2019-04-10T15:15:08.177704Z",
            "moderation_state": 3
        },
        {
            "id": 1116,
            "content_url": "https://www.openscapes.org/blog/2019/04/08/summit-reflections1/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "culture",
                "data science",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 2086,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 2086,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Openscapes Champions Summit",
            "description": "In March 2019 I witnessed environmental scientists become champions for open data science when we brought the inaugural cohort of Openscapes Champions together for a summit in Santa Barbara, California. The summit was supported by Mozilla and hosted at the National Center for Ecological Analysis and Synthesis (NCEAS) with the purpose of building relationships, sharing lessons learned, and igniting collaborations. This is the first of several blogs, as an overview of the event and its outcomes.",
            "get_involved": "Join us! We are trying to increase the visiblity and value of open science broadly, and fundraise for the Openscapes program specifically. Thank you!",
            "get_involved_url": "https://www.openscapes.org/contact/",
            "interest": "leading a successful event to excite people about openness, community building",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-18_215623.5075320000.jpg",
            "created": "2019-04-18T21:56:23.507056Z",
            "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": 1377,
            "content_url": "https://medium.com/@mhzfoundation/mhz-curationist-opening-cultures-together-or-mhz-curationist-collaboratively-framing-the-world-3a3c10020f9b",
            "is_bookmarked": false,
            "tags": [
                "arts",
                "content",
                "creative commons",
                "culture",
                "curation",
                "curationist",
                "global",
                "mhz foundation",
                "mozfest",
                "mozfest2019",
                "open knowledge",
                "public domain"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "MHz Foundation",
            "submitter_profile_id": 3117,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "MHz Foundation",
                    "profile_id": 3117,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MHz Curationist: Collaboratively Framing the World We Share",
            "description": "As AI amps up, this new global arts and culture site doubles down on human power to drive collaborative content creation and make significant strides in the open knowledge movement.",
            "get_involved": "Will you be at MozFest 2019? The MHz Curationist team looks forward to meeting like-minded individuals to talk collaboration and what's next in the open knowledge space and beyond. \n\nVisit us at curationist.org and let us know what user experience upgrades you would like to see in Version 2.0.",
            "get_involved_url": "http://curationist.org/join-us/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_230327.6783840000.png",
            "created": "2019-09-25T23:03:27.677569Z",
            "moderation_state": 3
        },
        {
            "id": 1147,
            "content_url": "https://drive.google.com/file/d/1u_HQG3fBZ2vOt6-TvUSzo73XQ5KJ__DE/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "Culture Track",
                "OL7"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Belen Gimenez Ciciolli",
            "submitter_profile_id": 1959,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Belen Gimenez Ciciolli",
                    "profile_id": 1959,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Assessing Open Culture in our work: An invite for implementation and growth",
            "description": "Assessing and reflecting on the Open Culture factors and the Digital\nSecurity workshops and materials we provide at TEDIC. Case Study for the Culture Track of Mozilla Open Leaders Cohort 7.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_190148.7227860000.png",
            "created": "2019-05-01T19:01:48.722243Z",
            "moderation_state": 3
        },
        {
            "id": 1146,
            "content_url": "https://drive.google.com/file/d/1u_HQG3fBZ2vOt6-TvUSzo73XQ5KJ__DE/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "Culture Track",
                "OL7"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Take Action",
                "Create content",
                "Promote"
            ],
            "published_by": "Belen Gimenez Ciciolli",
            "submitter_profile_id": 1959,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Belen Gimenez Ciciolli",
                    "profile_id": 1959,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Assessing Open Culture in our work: An invite for implementation and growth",
            "description": "Assessing and reflecting on the Open Culture factors and the Digital Security workshops and materials we provide at TEDIC. Case Study for Culture Track for the Mozilla Open Leaders Cohort 7.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_185350.6396330000.png",
            "created": "2019-05-01T18:53:50.639198Z",
            "moderation_state": 3
        },
        {
            "id": 507,
            "content_url": "https://chicktech.org/for-students/rural/",
            "is_bookmarked": false,
            "tags": [
                "curation",
                "curriculum",
                "discussion",
                "distributed learning",
                "diversity",
                "empower women",
                "girl",
                "inclusion",
                "inclusivity",
                "mozfest",
                "open leadership zone",
                "schools",
                "women & girls",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Katie SanFilippo",
            "submitter_profile_id": 174,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Katie SanFilippo",
                    "profile_id": 174,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChickTech School Kits/Clubs",
            "description": "To work with collaborators to build curricula and resources for school kits/clubs so that students in rural, underserved and underrepresented areas can access and learn skills in tech.",
            "get_involved": "Help us edit curricula to make it inclusive for all, build and support a Discussion Forum",
            "get_involved_url": "https://github.com/ChickTech/Kits-and-Clubs",
            "interest": "Building community and support to create diverse and inclusive tech environment for all",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_152703.8029420000.jpg",
            "created": "2017-10-26T15:27:03.802274Z",
            "moderation_state": 3
        },
        {
            "id": 850,
            "content_url": "https://www.mozillapulse.org/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "curation",
                "network",
                "pulse"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Join community"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Kristina Shu",
                    "profile_id": 95,
                    "is_active": true
                },
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                },
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Christopher De Cairos",
                    "profile_id": 79,
                    "is_active": true
                },
                {
                    "name": "Lucie Daeye",
                    "profile_id": 301,
                    "is_active": true
                },
                {
                    "name": "Matthew Willse",
                    "profile_id": 85,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New: Share your Pulse Favs!",
            "description": "Pulse is full of incredible projects and important initiatives. Tap the heart to save your favs. And now... you can share your favs on your profile. Tap your name in the top right and then tap the favs tab below. Share that URL with anyone.",
            "get_involved": "There are three ways you can help. 1) Join Pulse, save your favs and share them with your community. 2) If you have coding skills, help us build the Pulse platform. Tap the link below. 3) Know other networks or organizations that could benefit from Pulse? Invite them to join us!",
            "get_involved_url": "https://github.com/mozilla/network-pulse/",
            "interest": "This new feature enables everyone in our network to become curators and promoters of all the great projects. Share to foster new collaboration.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_170716.3481020000.jpg",
            "created": "2018-06-25T17:07:16.347167Z",
            "moderation_state": 3
        },
        {
            "id": 1377,
            "content_url": "https://medium.com/@mhzfoundation/mhz-curationist-opening-cultures-together-or-mhz-curationist-collaboratively-framing-the-world-3a3c10020f9b",
            "is_bookmarked": false,
            "tags": [
                "arts",
                "content",
                "creative commons",
                "culture",
                "curation",
                "curationist",
                "global",
                "mhz foundation",
                "mozfest",
                "mozfest2019",
                "open knowledge",
                "public domain"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "MHz Foundation",
            "submitter_profile_id": 3117,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "MHz Foundation",
                    "profile_id": 3117,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MHz Curationist: Collaboratively Framing the World We Share",
            "description": "As AI amps up, this new global arts and culture site doubles down on human power to drive collaborative content creation and make significant strides in the open knowledge movement.",
            "get_involved": "Will you be at MozFest 2019? The MHz Curationist team looks forward to meeting like-minded individuals to talk collaboration and what's next in the open knowledge space and beyond. \n\nVisit us at curationist.org and let us know what user experience upgrades you would like to see in Version 2.0.",
            "get_involved_url": "http://curationist.org/join-us/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_230327.6783840000.png",
            "created": "2019-09-25T23:03:27.677569Z",
            "moderation_state": 3
        },
        {
            "id": 20,
            "content_url": "https://issuu.com/mozfest/docs/mozex",
            "is_bookmarked": false,
            "tags": [
                "art",
                "curation",
                "design",
                "digital",
                "media",
                "technology"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozEx",
            "description": "Exhibition curated by the digital learning teams at the Tate and V&A museums. Showcases dynamic digital artwork that spans many disciplines & media. The exhibit explores links between art, society, and the digital world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Exhibition catalog navigates the value of art to society through web-literacy, digital inclusion and accessibility, social action, privacy, policy, and hacking. This book is a collection of the artist' work, giving a window into the MozEx exhibit, experience and exchange.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/20.png",
            "created": "2016-11-14T16:29:04.015000Z",
            "moderation_state": 3
        },
        {
            "id": 1377,
            "content_url": "https://medium.com/@mhzfoundation/mhz-curationist-opening-cultures-together-or-mhz-curationist-collaboratively-framing-the-world-3a3c10020f9b",
            "is_bookmarked": false,
            "tags": [
                "arts",
                "content",
                "creative commons",
                "culture",
                "curation",
                "curationist",
                "global",
                "mhz foundation",
                "mozfest",
                "mozfest2019",
                "open knowledge",
                "public domain"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "MHz Foundation",
            "submitter_profile_id": 3117,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "MHz Foundation",
                    "profile_id": 3117,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MHz Curationist: Collaboratively Framing the World We Share",
            "description": "As AI amps up, this new global arts and culture site doubles down on human power to drive collaborative content creation and make significant strides in the open knowledge movement.",
            "get_involved": "Will you be at MozFest 2019? The MHz Curationist team looks forward to meeting like-minded individuals to talk collaboration and what's next in the open knowledge space and beyond. \n\nVisit us at curationist.org and let us know what user experience upgrades you would like to see in Version 2.0.",
            "get_involved_url": "http://curationist.org/join-us/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_230327.6783840000.png",
            "created": "2019-09-25T23:03:27.677569Z",
            "moderation_state": 3
        },
        {
            "id": 278,
            "content_url": "https://thimbleprojects.org/techkim/258242/#overview",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "fake news",
                "misinformation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 105,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foiling Fake News",
            "description": "This is a teaching kit put together by Kim Wilkens and Sarah FitzHenry to teach fake news, misinformation, and media literacy to middle school students.",
            "get_involved": "Share the teaching kit on social media and remix it to use in your work with community members!",
            "get_involved_url": "",
            "interest": "This is a great example of community members using Mozilla tools (like Thimble) and Web Literacy standards to share teaching resources that fight fake news and misinformation.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_171623.1594020000.jpg",
            "created": "2017-05-12T17:16:23.158863Z",
            "moderation_state": 3
        },
        {
            "id": 271,
            "content_url": "https://authorcarpentry.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "curriculum",
                "global sprint",
                "gs2017",
                "libraries",
                "mozsprint",
                "open science",
                "software carpentry",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Author Carpentry",
            "description": "AuthorCarpentry is a set of open lessons designed to enhance scientific authorship and publishing in the digital age. Its aim is to promote and support best practices in open science and research communication.",
            "get_involved": "We enthusiastically welcome contributions of librarian and other research professionals.  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/AuthorCarpentry/planning/issues",
            "interest": "AuthorCarpentry lessons cover tools, workflows, practices, and skills that help researchers prepare, submit, and publish contributions that add value to an open scholarly record and invite others to adapt and build upon their work.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_161511.0813060000.jpg",
            "created": "2017-05-11T16:15:11.080793Z",
            "moderation_state": 3
        },
        {
            "id": 423,
            "content_url": "https://github.com/MozillaFoundation/Gigabit-101-Workshop",
            "is_bookmarked": false,
            "tags": [
                "4k",
                "artificial intelligence",
                "curriculum",
                "edtech",
                "gigabit",
                "innovation",
                "open educational resource",
                "virtual reality"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Gigabit 101 Workshop Materials Available",
            "description": "The Mozilla Gigabit Community Fund provides grant funding to support the creation of gigabit technologies such as virtual reality, 4K video, and artificial intelligence. Our goal is to increase participation in technology innovation in support of a healthy Internet where all people are empowered, safe, and independent online. It became evident that while many people are aware of whether they have high-speed internet access, they may not know what it enables. This workshop helps to demystify terms, highlight ways it's being utilized, and help people innovate for their own projects and purposes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-25_204106.0946450000.jpg",
            "created": "2017-08-25T20:41:06.093876Z",
            "moderation_state": 3
        },
        {
            "id": 113,
            "content_url": "https://d157rqmxrxj6ey.cloudfront.net/amira/33977/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "girls",
                "learning",
                "teaching kit",
                "women"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Teaching Kit: Combating Cyber Violence Against Women & Girls",
            "description": "Teaching kit provides understanding of cyber violence against women & girls, creating safer places online, recognizing bullying/attacks.",
            "get_involved": "Join the discussion on the forum and share your stories.",
            "get_involved_url": "https://discourse.webmaker.org/t/tips-curriculum-and-resources-for-teaching-the-web-to-women-and-girls/579",
            "interest": "For the internet to remain an open & safe place, we need to understand why & how cyber violence occurs to step in and prevent it.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/113.jpg",
            "created": "2016-03-11T22:05:11.520000Z",
            "moderation_state": 3
        },
        {
            "id": 589,
            "content_url": "https://medium.com/@daviserin/road-testing-mozillas-new-web-literacy-activities-9ee0eff2aae7",
            "is_bookmarked": false,
            "tags": [
                "badges",
                "curriculum",
                "libraries",
                "professional development",
                "training",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Road Testing Mozilla's new web literacy activities",
            "description": "My colleague Molly Schwartz and I kicked off a new series of Web Literacy trainings at METRO this morning. As part of our grant with Mozilla Foundation, we pilot-tested a new round of activities to help learners better understand the ways in which the environment of the web impacts the information we ask for and receive. We also tested a new badging platform as part of this work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-08_072343.2083380000.png",
            "created": "2018-02-08T07:23:43.206830Z",
            "moderation_state": 3
        },
        {
            "id": 507,
            "content_url": "https://chicktech.org/for-students/rural/",
            "is_bookmarked": false,
            "tags": [
                "curation",
                "curriculum",
                "discussion",
                "distributed learning",
                "diversity",
                "empower women",
                "girl",
                "inclusion",
                "inclusivity",
                "mozfest",
                "open leadership zone",
                "schools",
                "women & girls",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Katie SanFilippo",
            "submitter_profile_id": 174,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Katie SanFilippo",
                    "profile_id": 174,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChickTech School Kits/Clubs",
            "description": "To work with collaborators to build curricula and resources for school kits/clubs so that students in rural, underserved and underrepresented areas can access and learn skills in tech.",
            "get_involved": "Help us edit curricula to make it inclusive for all, build and support a Discussion Forum",
            "get_involved_url": "https://github.com/ChickTech/Kits-and-Clubs",
            "interest": "Building community and support to create diverse and inclusive tech environment for all",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_152703.8029420000.jpg",
            "created": "2017-10-26T15:27:03.802274Z",
            "moderation_state": 3
        },
        {
            "id": 228,
            "content_url": "https://science.mozilla.org/programs/events/mini-wow-pdx-2017/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "open-science",
                "open-source",
                "wow"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                },
                {
                    "name": "Danielle Robinson, PhD",
                    "profile_id": 90,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "mini-WOW PDX",
            "description": "At miniWOW PDX, the Mozilla Science Lab will help you take your project from idea to reality and give you technical, project management, and community building skills to kickstart your work. It's modeled as a smaller workshop akin to the Working Open Workshops that the Mozilla Science Lab has coordinated in Berlin (2016) and Montreal (2016).",
            "get_involved": "RSVP to attend, or reach out to Danielle to find out more.",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSe7XNcDDcBWRzuiYNHRVb-MVxJwt4cz4E2uH86ZB1u_MHYPqw/viewform",
            "interest": "WOW curriculum and materials (schedule, website, mooc content) are openly licensed and available to anyone in the network who wants to teach the principles of open source to their communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_153843.1978430000.png",
            "created": "2017-04-14T15:38:43.197507Z",
            "moderation_state": 3
        },
        {
            "id": 205,
            "content_url": "https://drive.google.com/open?id=0B_B9-Ny1xBaRX2h6QVpBZVRBVEFUQkV1d0NZOTQ0VlVqblpV",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "digital inclusion",
                "media",
                "vblogging",
                "video",
                "web literacy",
                "youth activism"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sarah Allen",
            "submitter_profile_id": 89,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Art of Vlogging",
            "description": "Agi K is a self-taught young film maker and a Gold Arts Award achiever.  She designed and delivered a workshop called ‘Learn to Vlog’ at MozFest 2016. The workshop brought artists and activists together to learn how to start using vlogging as an art form and communication medium for news, projects, messages, ideas and diversity on the web.\nTogether with Arts Award, Agi made a lesson plan for others to re-create that workshop. \nYou can read about her experience at the festival or learn more about her and her blog on the Get involved link below.",
            "get_involved": "",
            "get_involved_url": "http://www.agik.co.uk/",
            "interest": "Learn how to use vlogging to get your voice heard.  Learn technical and broadcasting skills to be able to broadcast live news events.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_110038.5302880000.png",
            "created": "2017-04-11T11:00:38.529858Z",
            "moderation_state": 3
        },
        {
            "id": 680,
            "content_url": "https://authorcarpentry.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "curriculum",
                "mozsprint",
                "open science",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Tom Morrell",
            "submitter_profile_id": 391,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Tom Morrell",
                    "profile_id": 391,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AuthorCarpentry",
            "description": "AuthorCarpentry is a set of open lessons designed to enhance scientific authorship and publishing in the digital age. Its aim is to promote and support best practices in open science and research communication.",
            "get_involved": "Help us test and review existing lessons, or make new content from our lesson roadmap!",
            "get_involved_url": "https://github.com/AuthorCarpentry/planning/issues",
            "interest": "AuthorCarpentry lessons cover tools, workflows, practices, and skills that help researchers prepare, submit, and publish contributions that add value to an open scholarly record and invite others to adapt and build upon their work.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-06_223450.8777980000.png",
            "created": "2018-04-06T22:34:50.877163Z",
            "moderation_state": 3
        },
        {
            "id": 417,
            "content_url": "http://press.etc.cmu.edu/content/game-jam-guide",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "gaming"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Chrystian Rodriguez",
            "submitter_profile_id": 87,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hive NYC Network Member - Games for Change: Game Jam Guide",
            "description": "Hive NYC is excited to share the release of the Game Jam Guide! A practical how-to resource for educators, It is the culminating work of four Moveable Game Jam events hosted in 2016 and 2017 funded by the Hive Digital Media Learning Fund. Events were held in four NYC boroughs, bringing together over 200 NYC students to learn game design through interactive activities that combined digital learning and civic engagement.",
            "get_involved": "G4C is also looking for your feedback!!!  Games for Change is interested in what users find useful and how they can improve the guide.  If interested in providing feedback or would like more information, please email [email protected]",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-04_220804.0813100000.png",
            "created": "2017-08-04T22:08:04.080014Z",
            "moderation_state": 3
        },
        {
            "id": 193,
            "content_url": "https://medium.com/read-write-participate/ada-lovelace-day-curriculum-design-workshop-at-libre-learn-lab-ed5da38b882b",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "mozilla clubs",
                "open science",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ada Lovelace Day Curriculum Design Workshop at Libre Learn Lab",
            "description": "Zannah from the Mozilla Science Lab(MSL) and Julia from the Mozilla Clubs program decided to team up to run a women in STEM themed session at Libre Learn Lab, a two-day summit for people who create, use and implement freely licensed resources for K-12 education.",
            "get_involved": "Check out the examples in the repository and see if you can add to them and/or use them in your own work.",
            "get_involved_url": "https://github.com/mozillascience/curriculum-design-workshop",
            "interest": "The workshop development and implementation process resulted in new lessons on understanding how climate effects living things and on women inventors throughout history. These are available in the GitHub repository for public use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_200944.2694010000.jpeg",
            "created": "2017-04-07T20:09:44.268975Z",
            "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": 173,
            "content_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "curriculum",
                "digital skills",
                "financial inclusion",
                "kenya",
                "participatory",
                "product design",
                "research",
                "smartphones",
                "workshops"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Bobby Richter",
            "submitter_profile_id": 3452,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bobby Richter",
                    "profile_id": 3452,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Stepping into Digital Life - Digital Skills Observatory",
            "description": "Stepping Into Digital Life summarizes the methods, participants, results, and recommendations from the Digital Skills Observatory, a 12 month research project in Kenya looking at first-time use of smartphones within the low-income population. Not only is it a colourful, captivating report, it is accompanied by an open source data set with in-depth comparative analysis.",
            "get_involved": "Read the report, check out the open data sets, and tell us how it aligns with your own work.",
            "get_involved_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "interest": "The Digital Skills Observatory is an example of a large, successful, community-run project, featuring open data practices and participatory design.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_140841.3962380000.jpg",
            "created": "2017-04-04T14:08:41.395913Z",
            "moderation_state": 3
        },
        {
            "id": 660,
            "content_url": "https://medium.com/@anmechung/launching-mozillas-core-web-literacy-curriculum-and-badges-b70e20a81542",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "digital badges",
                "digital literacy",
                "libraries",
                "open internet"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Launching Mozilla’s Core Web Literacy Curriculum and Digital Badges",
            "description": "Today, we are launching Mozilla’s Core Web Literacy Curriculum and digital badges through Digitalme to provide learners with basic competencies of how to read, write, and participate on the web.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/web-literacy/core-curriculum/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-29_201054.6150460000.jpg",
            "created": "2018-03-29T20:10:54.614225Z",
            "moderation_state": 3
        },
        {
            "id": 757,
            "content_url": "https://github.com/UMN-EGGL/HorseGeneAnnotation",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "animals",
                "citizen science",
                "curriculum",
                "genetics",
                "horses",
                "javascript",
                "mozsprint",
                "open science",
                "python",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Rob Schaefer",
            "submitter_profile_id": 508,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rob Schaefer",
                    "profile_id": 508,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HorseGeneAnnotation",
            "description": "HorseGeneAnnotation is a manually-curated, crowd-sourced gene annotation website for the horse.",
            "get_involved": "Help us design and revise curriculum on basic genetics concepts, create a gene curation tutorial, or help develop a website (python+javascript) to put these tools in the hands of anyone who wants to help annotate the Equine genome!",
            "get_involved_url": "https://github.com/UMN-EGGL/HorseGeneAnnotation/issues",
            "interest": "This website will put tools in the hands of citizens who want to learn more about genetics and help contribute to real science experiments!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_185655.4896100000.png",
            "created": "2018-04-24T18:56:55.488910Z",
            "moderation_state": 3
        },
        {
            "id": 10,
            "content_url": "http://mzl.la/MLN2016Timeline",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "curriculum",
                "gigabit",
                "hive",
                "iot",
                "mln",
                "mozfest",
                "mozilla leadership network",
                "privacy",
                "science",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Leadership Network 2016 Reflections Timeline",
            "description": "An Interactive timeline featuring highlights from the Mozilla Leadership Network in 2016.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn more about key events, announcements, and new projects from across the MLN team in 2016.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-16T21:40:36.101000Z",
            "moderation_state": 3
        },
        {
            "id": 181,
            "content_url": "https://medium.com/read-write-participate/training-leaders-with-mozilla-in-nairobi-and-dar-es-salaam-cae38f1ed12e",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "east africa",
                "internet health",
                "kenya",
                "mozilla clubs",
                "open leadership",
                "tanzania",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Training Digital Leaders with Mozilla in Nairobi and Dar es Salaam",
            "description": "Join us as we head to Dar es Salaam, Tanzania and Nairobi, Kenya to run Mozilla Club Leadership Trainings. These trainings were in-person, one day training for individuals facilitating Mozilla Clubs through the Mozilla DOT Clubs project. Participants received an introduction to Mozilla, working open, web literacy, facilitation techniques, tools and resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Teaching Internet Health in East Africa and training digital leaders to run Mozilla Clubs",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_205135.9098530000.jpg",
            "created": "2017-04-06T20:51:35.909317Z",
            "moderation_state": 3
        },
        {
            "id": 112,
            "content_url": "https://blog.webmaker.org/introducing-new-ways-to-connect-with-mozilla-learning",
            "is_bookmarked": false,
            "tags": [
                "community",
                "community call",
                "curriculum",
                "mozilla learning",
                "newsletter",
                "tweetchat",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "New Ways to Connect To Mozilla Learning",
            "description": "Mozilla Learning now offers a newsletter, curriculum workshop, community call, and Tweetchat as regular, monthly ways to connect.",
            "get_involved": "Tweet @MozTeach or email [email protected] with questions/feedback.",
            "get_involved_url": "",
            "interest": "Strengthen relationships with our community, to support & provide open/free resources, and create spaces to connect people across the globe.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-11T22:10:23.908000Z",
            "moderation_state": 3
        }
    ]
}