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=interest&page=30
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=interest&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=interest&page=29",
    "results": [
        {
            "id": 167,
            "content_url": "https://blog.coralproject.net/user-submitted-malware/",
            "is_bookmarked": false,
            "tags": [
                "best practice",
                "guide",
                "journalism",
                "malware",
                "news",
                "privacy",
                "safety",
                "security"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Safety Guide on User-submitted Malware",
            "description": "When journalists ask readers to share newsworthy images, videos, audio, or documents, they risk malware attack. If editors publish those files unaltered, they risk infecting their their readers as well. This guide outlines the malware concerns and mitigation techniques that The Coral Project and others should consider in order to reduce this risk.",
            "get_involved": "Read the article and share the information with your peers. Discuss the topic with Coral Project community.",
            "get_involved_url": "https://community.coralproject.net/t/user-submitted-malware-a-safety-guide-for-journalists/541",
            "interest": "Malware can allow someone to access another person's computer. This includes ransomware that encrypts a user's computer until they pay to unlocked it and trojans that mine a user's computer and bandwidth as a part of a massive network of bots. Researchers find hundreds of examples each month.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/167.jpg",
            "created": "2017-03-22T15:57:39.287592Z",
            "moderation_state": 3
        },
        {
            "id": 923,
            "content_url": "https://github.com/rvpanoz/luna",
            "is_bookmarked": false,
            "tags": [
                "electron",
                "management",
                "nodejs",
                "npm",
                "react"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Code",
                "Design"
            ],
            "published_by": "Panos Rv",
            "submitter_profile_id": 1652,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Panos Rv",
                    "profile_id": 1652,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Luna - npm package manager",
            "description": "NPM Package manager through a modern UI. Created with ReactJS and Redux, Material-UI. Bundled with Webpack. Build on Electron.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "manage npm packages through a modern UI",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-22_145647.8814810000.png",
            "created": "2018-09-22T14:56:47.880760Z",
            "moderation_state": 3
        },
        {
            "id": 821,
            "content_url": "https://medium.com/@daviserin/help-us-build-data-literacy-curriculum-in-mozillas-sprint-42906da25930",
            "is_bookmarked": false,
            "tags": [
                "Web Literacy Curriculum"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Help us Build \"Your Personal Data and You\" Curriculum",
            "description": "In March, Mozilla Foundation unveiled new core Web Literacy curriculum. We’d like to expand it to include activities that help learners understand their personal data is online, where this data lives, and how best to protect their data.\n\nWe’re asking for your help in creating curriculum for “Your Personal Data and You.” During Mozilla’s sprint tomorrow and Friday (that’s May 10 and 11, 2018), please share your experiences: https://github.com/mozilla/global-sprint/issues/290",
            "get_involved": "What activities have you tried in the past? What would you like to see included in “Your Personal Data and You?” What resources would you like to share with us? What were the outcomes for your learners?",
            "get_involved_url": "https://github.com/mozilla/global-sprint/issues/290",
            "interest": "Many of us are beginning to acknowledge the risk that comes along with personalization of the web. But there’s still a lot of work to be done to bring our compatriots up to speed on exactly what information is being collected in order to make such wonders possible.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_142014.3902840000.png",
            "created": "2018-05-09T14:20:14.389683Z",
            "moderation_state": 3
        },
        {
            "id": 391,
            "content_url": "https://engineering.ucsb.edu/news/bringing-wifi-technology-remote-native-american-reservation-communities",
            "is_bookmarked": false,
            "tags": [
                "native americans",
                "nsf",
                "reservations",
                "wifi"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bringing wifi technology to remote Native American reservation communities",
            "description": "Belding and her collaborators at Georgia Tech, Penn State and local partner Tribal Digital Village (TDV), are working to roll out the technology and services necessary to bring online more homes, municipal buildings and businesses on 13 reservations. Some homes have internet service, but many would-be subscribers live in remote areas that are difficult to reach with current wireless technologies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "“Many residents of Native American reservations around the country don’t have internet access at all,” said Belding, “This group is at the forefront.”",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-26_151044.2300330000.jpg",
            "created": "2017-06-26T15:10:44.229394Z",
            "moderation_state": 3
        },
        {
            "id": 684,
            "content_url": "https://github.com/rainsworth/ROSA",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open access",
                "open data",
                "open educational resource",
                "open innovation",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Rachael Ainsworth",
            "submitter_profile_id": 123,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rachael Ainsworth",
                    "profile_id": 123,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Resources for Open Science in Astronomy (ROSA)",
            "description": "Our mission is to compile and tailor open science best practices from around the web into a resource kit for astronomers to work openly from proposal to publication - we want to supply a single resource to early career scientists to empower them with the tools to practice open access/data/source/science!",
            "get_involved": "Help us compile resources, draft content/tutorials and provide feedback on the toolkit! This project relies on contributions from both the wider astrophysics and open science communities in order to benefit from diversity and range in input.",
            "get_involved_url": "https://github.com/rainsworth/ROSA/issues",
            "interest": "Many scientific fields are still dominated by closed research practices. It is often difficult to reproduce results and frustrating to build/iterate on the research of others. The reasons for this are diverse, but one is a lack of understanding about HOW to work in an open way. Let's fix this!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-10_163109.5025520000.jpg",
            "created": "2018-04-10T16:31:09.501912Z",
            "moderation_state": 3
        },
        {
            "id": 460,
            "content_url": "https://github.com/rainsworth/ROSA",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open educational resource",
                "open leadership zone",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Rachael Ainsworth",
            "submitter_profile_id": 123,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rachael Ainsworth",
                    "profile_id": 123,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Resources for Open Science in Astronomy (ROSA)",
            "description": "Our mission is to compile and tailor open science best practices from around the web into a resource kit for astronomers to work openly from proposal to publication - we want to supply a single resource to early career scientists to empower them with the tools to practice open access/data/source/science! We envision that this project will result in two products: general open science resource kit that can be adapted to any field, and one specifically tailored for astronomy - ROSA. The end product aims to be a well-documented guide on WHY you should research openly and HOW.",
            "get_involved": "Help us compile resources, draft tutorials, design the website and provide feedback on the toolkit! This project relies on contributions from both the wider astrophysics and open science communities in order to benefit from diversity and range in input.",
            "get_involved_url": "https://github.com/rainsworth/ROSA/blob/master/ROADMAP.md",
            "interest": "Many scientific fields are still dominated by closed research practices. It is often difficult to reproduce results and frustrating to build/iterate on the research of others. The reasons for this are diverse, but one prominent issue is a lack of understanding about HOW to work in an open way.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_161009.7490470000.png",
            "created": "2017-10-10T16:10:09.746687Z",
            "moderation_state": 3
        },
        {
            "id": 816,
            "content_url": "https://github.com/mrjohnc/Map-of-the-open-movement",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "maps",
                "mozsprint",
                "wikimedia"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Take Action"
            ],
            "published_by": "John Cummings",
            "submitter_profile_id": 1300,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "John Cummings",
                    "profile_id": 1300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Map of the Open Movement",
            "description": "The open movement is diverse in geography, language and subject, it includes open source software, open knowledge, open access publishing, open data, open hardware, open science, open rights and government policies promoting openness. This variety makes it difficult for open organisations to work together and for others to understand the movement.\n\nWe can help solve these issues by mapping the open movement on Wikidata, a freely editable open source database and sister site to Wikipedia.",
            "get_involved": "Help promote the project on social media to groups working open",
            "get_involved_url": "https://github.com/mrjohnc/Map-of-the-open-movement",
            "interest": "Mapping the projects, people and groups working in the open movement will help us work together better",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_203226.7392620000.jpg",
            "created": "2018-05-08T20:32:26.738506Z",
            "moderation_state": 3
        },
        {
            "id": 1158,
            "content_url": "https://docs.google.com/document/d/16jOsMo7uilGm-JWKHQOw5OtK0dpIm7qqoAAoSC0PvHA/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jennifer Beamer",
            "submitter_profile_id": 2017,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jennifer Beamer",
                    "profile_id": 2017,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open For PrePrints",
            "description": "Building an Open Scholarly Communication Coaching Program \n\nTogether with my liaison librarians we are designing an open program to learn from each other about how to support scholarly communication. \n\nMy project addresses two BIG questions:\n\n1. How do we help educate liaison librarians (who often don’t have experience in research and publishing) to assist faculty with openly communicating their research and the scholarly communication process of being more open in their work practices?\n\n 2. What training, messages, and scripts can we provide librarians with to help them be more open?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Materials Created will be openly shared with the world!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T18:34:15.097222Z",
            "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": 1244,
            "content_url": "https://doctorlingo.com",
            "is_bookmarked": false,
            "tags": [
                "medical research",
                "medicine"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Shuhan He MD",
            "submitter_profile_id": 2765,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Shuhan He MD",
                    "profile_id": 2765,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Doctorlingo",
            "description": "Medicine is full of jargon, and this site helps translate medical records into plain english. Doctorlingo.com is an open database of translations between medical language and common english. A JSON based API allows for integration of this database into digital health tools, medical records, and other websites.",
            "get_involved": "",
            "get_involved_url": "https://doctorlingo.com",
            "interest": "Medical Expertise in digital mediums",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-05_164743.3508090000.png",
            "created": "2019-07-05T16:47:43.350465Z",
            "moderation_state": 3
        },
        {
            "id": 1594,
            "content_url": "https://pgooding.substack.com/subscribe",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "health",
                "health care",
                "Human Rights",
                "medical research",
                "medicine",
                "mental health",
                "#mozfellows19",
                "mozfellows19",
                "social justice"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Piers Gooding",
            "submitter_profile_id": 3148,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Piers Gooding",
                    "profile_id": 3148,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Minds & Madness: a newsletter of creepy & cool in digital mental health",
            "description": "If you're interested in a short and sharp list of news from around the web on the politics of digital tech & mental health, sign up! It's a bi-weekly list & something of a personal experiment in making my research more open and accessible. My research investigates the use of AI, machine learning & other algorithmic technologies in efforts to address mental distress, crisis, addiction, mental health conditions & disability. I’m interested in examining the obligations of designers and deployers, & the rights of user-subjects, & how those obligations and rights can be protected and enforced.",
            "get_involved": "",
            "get_involved_url": "https://app.gitbook.com/@piers-gooding/s/the-law-and-politics-of-digital-mental-health-tech/",
            "interest": "Mental distress affects as all, and a healthy internet offers healthy responses to people experiencing distress and crisis.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-04_233938.2814750000.jpg",
            "created": "2020-02-04T23:39:38.281150Z",
            "moderation_state": 3
        },
        {
            "id": 1044,
            "content_url": "http://jandig.art",
            "is_bookmarked": false,
            "tags": [
                "art",
                "augmented reality",
                "progressive web app",
                "web ar"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Pablo Diego Silva da Silva",
            "submitter_profile_id": 1973,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Rodrigo Oliveira",
                    "profile_id": 1988,
                    "is_active": true
                },
                {
                    "name": "Pablo Diego Silva da Silva",
                    "profile_id": 1973,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Jandig Project - ARt",
            "description": "We work with Artists, Curators and Developers to build an accessible AR community for enthusiasts. So that art consumers can perceive AR as a way to produce art. In open-source, to get good solution you need to get many people involved. We are working open to get diverse perspectives, contributors and form a healthy community, not a closed product.",
            "get_involved": "",
            "get_involved_url": "https://github.com/memeLab/Jandig",
            "interest": "Might inspire someone",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-01-17_220228.4715040000.jpeg",
            "created": "2019-02-13T03:24:12.239315Z",
            "moderation_state": 3
        },
        {
            "id": 72,
            "content_url": "http://mzl.la/hivesd924",
            "is_bookmarked": false,
            "tags": [
                "event",
                "gigabit community fund",
                "hive",
                "meetup"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive Austin's First Meetup",
            "description": "Hive ATX's first official meetup on 9/24: a Gigabit Fund info session, EdTech Demo, and networking event for educators, technologists and entrepreneurs interested in digital literacy and inclusion.",
            "get_involved": "We're looking for resources that support more inclusive practices in digital literacy education.",
            "get_involved_url": "",
            "interest": "MLN messaging in deck, event agenda and feedback survey; results: most participants came b/c they were invited by someone else, 100% wld recommend the event to a colleague & 92% wanted to attend a follow-up meetup in Nov/Dec.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-30T20:30:49.169000Z",
            "moderation_state": 3
        },
        {
            "id": 211,
            "content_url": "https://blog.mozilla.org/blog/2017/03/15/five-issues-that-will-determine-the-future-of-internet-health/",
            "is_bookmarked": false,
            "tags": [
                "mozilla"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sam Burton",
            "submitter_profile_id": 45,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Five issues impacting Internet Health",
            "description": "Wondering 'internet health' is? These briefing papers break down 5 key internet health issues - online privacy and security, decentralization, openness, web literacy and digital inclusion -  why they're important and what Mozilla is doing about them.",
            "get_involved": "Read and share!",
            "get_involved_url": "",
            "interest": "More specific detail on what we mean by 'internet health' and what you & Mozilla can do about it",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_164800.7363640000.jpeg",
            "created": "2017-04-11T16:48:00.735958Z",
            "moderation_state": 3
        },
        {
            "id": 1246,
            "content_url": "https://monstermatch.hiddenswitch.com",
            "is_bookmarked": false,
            "tags": [
                "cma2019",
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Benjamin Berman",
            "submitter_profile_id": 2780,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Benjamin Berman",
                    "profile_id": 2780,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MonsterMatch: A game about algorithms, AI and dating",
            "description": "Can dating apps help you find love? Yes! An algorithm matching people is now the dominant way singles meet each other in the United States. But there’s one thing most dating app makers don’t want you to know. The particular algorithm they use can do the exact opposite of finding your true love. It can permanently separate you from your perfect someone and everyone like them, due entirely to factors you don’t control.",
            "get_involved": "Play and give feedback!",
            "get_involved_url": "https://monstermatch.hiddenswitch.com",
            "interest": "Mozilla Creative Media Awards 2018 recipient",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-08_191312.2692650000.png",
            "created": "2019-07-08T19:13:12.268838Z",
            "moderation_state": 3
        },
        {
            "id": 1240,
            "content_url": "https://blog.gbaman.info/?p=976",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "mozfest2019",
                "youth zone",
                "youthzone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Andrew Mulholland",
            "submitter_profile_id": 2617,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Andrew Mulholland",
                    "profile_id": 2617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Festival 2019 – Youth Zone needs your sessions!",
            "description": "This year, the Mozilla festival is once again returning around the Autumn half-term. This year’s festival is taking place on the 26th-27th October, at Ravensbourne College, London.The Call for Proposals is open from 1st June – 1st August 2019 and Youth Zone needs your amazing sessions!Got an idea for an amazing and hands on session suitable for young people? We can't wait to read it!",
            "get_involved": "Submit your Mozfest Youth Zone sessions!",
            "get_involved_url": "https://www.mozillafestival.org/en/proposals/",
            "interest": "Mozilla Festival",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_092029.5821520000.jpg",
            "created": "2019-07-03T09:20:29.581536Z",
            "moderation_state": 3
        },
        {
            "id": 106,
            "content_url": "http://www.512tech.com/technology/mozilla-expands-its-national-gigabit-project-austin/0wo6pcOmcpRqDKrPypDfbP/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla expands its National Gigabit Project to Austin",
            "description": "Coverage of Mozilla's gigabit work",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:08:23.196000Z",
            "moderation_state": 3
        },
        {
            "id": 105,
            "content_url": "http://www.npr.org/2016/02/19/467318811/mozilla-foundation-backs-apple-in-encryption-case-with-federal-government",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Foundation Backs Apple In Encryption Case With Federal Government",
            "description": "Coverage of Mozilla's encryption campaign",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:09:17.793000Z",
            "moderation_state": 3
        },
        {
            "id": 108,
            "content_url": "http://lifehacker.com/mozillas-web-literacy-map-teaches-the-essential-web-ski-1772260465?utm_campaign=socialflow_lifehacker_twitter&utm_source=lifehacker_twitter&utm_medium=socialflow",
            "is_bookmarked": false,
            "tags": [
                "comms"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla's Web Literacy Map Teaches the Essential Web Skills Everyone Should Know",
            "description": "Story about Mozilla in Lifehacker",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:05:20.477000Z",
            "moderation_state": 3
        },
        {
            "id": 1603,
            "content_url": "https://medium.com/prifina/prifina-release-of-open-source-standard-data-profiles-and-personal-data-licenses-dd66a6627332?source=search_post---------0",
            "is_bookmarked": false,
            "tags": [
                "data privacy",
                "open source",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Proposal for open-source standard data profiles and personal data licenses",
            "description": "Democratizing personal data is an ambitious goal. \nIn February 2020, Prifina team has released an initial version of open-source standard data profile and a proposal to create a system of licenses and permissions which individuals can use in granting access to their personal data profiles. Check it out!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla network and community has a vested interest in how the future of the Internet is going to look. This proposal for open-source standard data profiles aims to give more leverage to individuals in terms of how their personal data is used.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-02-21T18:23:44.542579Z",
            "moderation_state": 3
        },
        {
            "id": 109,
            "content_url": "http://www.theatlantic.com/education/archive/2016/05/why-south-africas-tech-industry-still-needs-room-to-grow/481335/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "article",
                "literacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Can South Africa Kickstart Its Tech Industry?",
            "description": "When two reporters with The Atlantic set out to explore internet education and innovation in South Africa, Mozilla weighed in as an expert.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla sounds off on web literacy, Mozilla Learning, and our read, write, participate philosophy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/109.jpg",
            "created": "2016-07-28T15:29:40.291000Z",
            "moderation_state": 3
        },
        {
            "id": 1137,
            "content_url": "https://peoplenarthax.github.io/chromosome-js/#/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Angel Paredes",
            "submitter_profile_id": 2032,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Angel Paredes",
                    "profile_id": 2032,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChromesomeJS",
            "description": "MozSprint for ChromesomeJS",
            "get_involved": "You could help to improve the TypeScript code that is in place, add more utility functions that are applicable to genetic algorithms, write documentation or proof read what is in place, write a post about Genetic Algorithms (using or not the library), Design logo, icons or example images",
            "get_involved_url": "https://peoplenarthax.github.io/chromosome-js/#/",
            "interest": "MozSprint is here, ChromosomeJS needs your help!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-30T12:53:29.176167Z",
            "moderation_state": 3
        },
        {
            "id": 1223,
            "content_url": "https://www.getmural.io",
            "is_bookmarked": false,
            "tags": [
                "multimedia",
                "nocms",
                "Page generator",
                "visual storytelling"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Douglas Arellanes",
            "submitter_profile_id": 2530,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Douglas Arellanes",
                    "profile_id": 2530,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mural",
            "description": "A dead-simple way to create effective multimedia stories. Mural lets you build full-screen stories with video, images, text and audio, rearrange the story elements with drag and drop, and then, when the story is ready to be published, outputs everything needed to a .zip file. No platform is needed, and the stories will work on nearly any web server.",
            "get_involved": "",
            "get_involved_url": "https://www.reddit.com/r/getmural/",
            "interest": "Mural enables the quick and easy creation of rich multimedia stories without the need for a centralized platform.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-18_071055.0956070000.jpg",
            "created": "2019-06-18T07:10:55.094801Z",
            "moderation_state": 3
        },
        {
            "id": 52,
            "content_url": "https://github.com/DCTP/DetroitMusicBox",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "community tech",
                "mozfest",
                "open leadership f16",
                "storytelling"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Music Box",
            "description": "Music Box began in Detroit as a way for long-time residents to share stories and preserve the history of their rapidly gentrifying neighborhoods. We are currently widening to expand it to other neighborhoods and innovate in the way we collect stories.",
            "get_involved": "Help us to further develop our documentation, host a music box in your neighborhood, or join in the brainstorming and build-out of a story collection kiosk we are working on building!",
            "get_involved_url": "https://github.com/DCTP/DetroitMusicBox/blob/master/contributor-guidlines.md",
            "interest": "Music Box provides a way for residents to facilitate community engagement, organizing storytelling events and mobile based storytelling abilities. Participants can share stories and interact with the spaces and histories around them, and new residents and developers can gain local context.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-27T10:01:31.771000Z",
            "moderation_state": 3
        },
        {
            "id": 1943,
            "content_url": "https://medium.com/prifina/liberty-equality-data-podcast-episode-2-ac9181ea38f5",
            "is_bookmarked": false,
            "tags": [
                "coding",
                "data",
                "design",
                "developer",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "L.E.D. Podcast: \"Building apps for Health Data, Insights and Personal Value\"",
            "description": "In this podcast we talk to Steven S. Charlap, MD who is a trained surgeon and the CEO of Soap Health which is building conversational AI-powered patient and physician facing interface. \nIn this podcast we focus on health data, new data generated by wearables, direct-to-consumer genome testing, to generate value on different levels (insights, utility for physicians, health-driven incentives, behavior adjustments). The discussion touches on limitations of new devices, incentivization, the need for holistic understanding of data and the context where data finds itself.",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "New applications that can be built on top of user-held data",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-16_165539.6976840000.jpg",
            "created": "2020-12-16T16:55:39.696747Z",
            "moderation_state": 3
        },
        {
            "id": 1097,
            "content_url": "https://github.com/abhayrjoshi/The-Impartial-Machines-Project",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Test & feedback"
            ],
            "published_by": "Abhay Joshi",
            "submitter_profile_id": 1938,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sai Thejeshwar",
                    "profile_id": 1970,
                    "is_active": true
                },
                {
                    "name": "PraveenGorla",
                    "profile_id": 1846,
                    "is_active": true
                },
                {
                    "name": "Abhay Joshi",
                    "profile_id": 1938,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Impartial Machines Project",
            "description": "We are working with the community to help deliver a Dual AI Engine which tries to eliminate the potential influences/bias in the news by the means of similarity indexing and version control and helps connect the dots in facilitating the dissemination of impartial news conforming to the highest code of ethics possible.",
            "get_involved": "Contribute varying data sets that helps us improve the efficiency of the engine!",
            "get_involved_url": "https://github.com/abhayrjoshi/The-Impartial-Machines-Project/blob/master/CONTRIBUTING.md",
            "interest": "News should be non-influential to circumstances, operate independently from any influences/bias and should be prioritized based on the importance, free of any ulterior motives and validated by employing a proper community feedback loop",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-24T08:26:13.842088Z",
            "moderation_state": 3
        },
        {
            "id": 807,
            "content_url": "https://github.com/molliem/gender-bias",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprin",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Mollie Marr",
            "submitter_profile_id": 1312,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Mollie Marr",
                    "profile_id": 1312,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reading for Gender Bias",
            "description": "“Reading for Gender Bias” is a web-based text analysis tool that scans and reveals language bias associated with evaluations and letters of recommendation written for trainees and applicants. It provides a summary of feedback to authors on how they can remove bias from their letters. A friend described it as “auto-correct for gender bias.”",
            "get_involved": "Design and testing of website, coding \"rules\" related to bias",
            "get_involved_url": "https://github.com/molliem/gender-bias",
            "interest": "New tool for addressing bias",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-06_225759.1172010000.jpeg",
            "created": "2018-05-06T22:57:59.116371Z",
            "moderation_state": 3
        },
        {
            "id": 2274,
            "content_url": "https://bit.ly/3kB0g9f",
            "is_bookmarked": false,
            "tags": [
                "#coding",
                "#dataprivacy",
                "#datascience",
                "#developers",
                "#userhelddata"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Podcast: Personal Data Open Market - Consumers Controlling Their Data",
            "description": "What's the likelihood that the same 5 data titans will dominate the digital space in the next 5-7 years? \n\nAt Prifina, we are committed to creating an ecosystem that is open to all developers to build apps that create everyday value for each and every individual. \n\nCheck out this latest Serious Privacy podcast where Prifina's CEO Markus Lampinen talks to K Royal and Paul Breitbarth about the current trends in the personal data space. \n\nYou can find the podcast on all major platforms and also here: https://bit.ly/3kB0g9f",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "New tools for developers to build new apps",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-09-25_101450.4137060000.png",
            "created": "2021-09-25T10:14:50.413427Z",
            "moderation_state": 3
        },
        {
            "id": 509,
            "content_url": "https://github.com/LIDSOL/nightlynight",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Uriel",
            "submitter_profile_id": 177,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Uriel",
                    "profile_id": 177,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nightly Night",
            "description": "Helping to improve Firefox Nightly. Users are now experts with Nightly Night.",
            "get_involved": "Write some guides, reports bugs on bugzilla, share your ideas with us.",
            "get_involved_url": "https://github.com/LIDSOL/nightlynight",
            "interest": "Nightly Night is a project which help users to use and test Firefox Nightly like an expert.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-27T03:52:49.686386Z",
            "moderation_state": 3
        },
        {
            "id": 49,
            "content_url": "http://offgridthegame.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "cybersecurity",
                "games",
                "hacking",
                "indie games",
                "infosec",
                "mozfest",
                "privacy",
                "security",
                "video games"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Off Grid",
            "description": "Ever wanted to explore data privacy, circumvention technology, and cyber security while playing a game? 'Off Grid' explores these themes through stealth and hacking mechanics and puzzles, and is fully moddable for players to tell their own stories around these important subjects.",
            "get_involved": "Help reaching interested audiences, communities, and technologists, who may be interested in modding or creating interesting plays on the game to tell more in depth stories around their area of expertise, or their cultural experience of the themes of privacy and security.",
            "get_involved_url": "http://offgridthegame.com",
            "interest": "Off Grid is a unique way to explore what can be abstract or opaque issues, and creates a platform for people to tell their own stories about privacy and security through modding the game to make their own levels.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/49.jpg",
            "created": "2016-10-27T18:41:03.581000Z",
            "moderation_state": 3
        },
        {
            "id": 495,
            "content_url": "https://www.cs.ox.ac.uk/activities/HCC/",
            "is_bookmarked": false,
            "tags": [
                "human centred computing",
                "responsible research and innovation",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Digital Wildfire project",
            "submitter_profile_id": 162,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Digital Wildfire project",
                    "profile_id": 162,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Human Centred Computing at the University of Oxford",
            "description": "The Human-Centred Computing (HCC) group is part of the Department of Computer Science at the University of Oxford. We carry out a range of interdisciplinary projects that explore the relationships between technology and social life. Much of our work seeks to advance safety, fairness and responsibility in innovation. \n\nCurrent projects look at social media, algorithmic bias and quantum computing. At the Science Fair group members will be on hand talk about these projects and provide you with information to take away with you. Looking forward to seeing you there!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Of interest to anyone who'd like to hear about current research work - in particular in relation to research the promotes safety and fairness online",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_100021.5899000000.jpeg",
            "created": "2017-10-25T10:00:21.589335Z",
            "moderation_state": 3
        },
        {
            "id": 897,
            "content_url": "http://ohi-science.org/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "github",
                "open science",
                "rstudio"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 1560,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ocean Health Index",
            "description": "The Ocean Health Index measures and tracks the benefits the ocean provides to people. By synthesizing the best available data and science, we provide ocean managers with meaningful scores to help them manage their oceans more sustainably. Open source coding and publishing tools lie at the foundation of our work and enable us to calculate reproducible and transparent ocean health scores annually, which are used by stakeholders worldwide. Our tools and training materials also empower 20 groups around the world to leverage our work and code for their own data sharing and ocean management.",
            "get_involved": "",
            "get_involved_url": "http://ohi-science.org/",
            "interest": "OHI is a visible example of science benefitting from open science. As a small team of marine scientists without formal computing training, we now code openly online, see: \"Our path to better science in less time using open data science tools\" (www.nature.com/articles/s41559-017-0160).",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-20_213748.1022300000.png",
            "created": "2018-08-20T21:37:48.101459Z",
            "moderation_state": 3
        },
        {
            "id": 652,
            "content_url": "https://rising.globalvoices.org/lenguas/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital inclusion",
                "digital literacy",
                "diversity",
                "mozsprint",
                "multimedia"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Design",
                "Join community"
            ],
            "published_by": "Mónica Bonilla",
            "submitter_profile_id": 429,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Activismo lenguas: a online resource exchange for language digital activism",
            "description": "The project seeks to create a portal for peer learning and exchange for communities participating in an open and linguistically diverse web. Built upon the shared experiences of indigenous language digital activists in Latin America, the portal will document existing initiatives of digital activism in native languages (Wikipedia, Mozilla l10n, blogs, podcasts, etc), resources to start a project what tools to use, and what strategies to follow to make your project of language digital activism sustainable.",
            "get_involved": "We want to receive contributions in the organization of communities and organization and opening of volunteer projects; design and new image; promotion of our work and expansion of our network of work with partners, sponsors and contributors.",
            "get_involved_url": "https://rising.globalvoices.org/lenguas/contacto/",
            "interest": "One of the pillars of the development of the Internet is digital inclusion, we want to contribute and build a diverse web linguistically and culturally.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024538.0339510000.jpg",
            "created": "2018-03-26T22:21:41.393976Z",
            "moderation_state": 3
        },
        {
            "id": 127,
            "content_url": "https://medium.com/the-coral-project/cards-against-community-a-free-game-about-online-conversation-ee80ea41a6c6#.92oqv8zal",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Cards Against Community",
            "description": "A card game about online communities.",
            "get_involved": "Download the card artwork and help improve the cards.",
            "get_involved_url": "https://coralproject.net/cards/",
            "interest": "Online communities work in complex ways. Game helps open a conversation with any group on how they work and can evolve.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/127.jpg",
            "created": "2016-02-16T16:24:21.178000Z",
            "moderation_state": 3
        },
        {
            "id": 485,
            "content_url": "http://squadbox.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "online harassment",
                "open leadership zone",
                "open source"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Design"
            ],
            "published_by": "Kaitlin Mahar",
            "submitter_profile_id": 136,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Kaitlin Mahar",
                    "profile_id": 136,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Squadbox: A Tool To Combat Online Harassment Using Friendsourced Moderation",
            "description": "Squadbox is a tool to help people experiencing online harassment by having their friends moderate their messages.",
            "get_involved": "We are looking for people to contribute to the codebase, to help us design and improve the website, to help us gather resources for our potential users, and to test the tool and give us their feedback.",
            "get_involved_url": "https://github.com/amyxzhang/squadbox",
            "interest": "Online harassment silences internet users, causes emotional damage, and makes it harder for people to communicate. We cannot have a truly inclusive internet unless we develop effective solutions to combat harassment.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_030842.4286210000.png",
            "created": "2017-10-24T03:08:42.428243Z",
            "moderation_state": 3
        },
        {
            "id": 1361,
            "content_url": "https://foundation.mozilla.org/en/blog/journey-dark-side/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "manipulation",
                "online radicalization",
                "YouTube"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jessie Keating",
                    "profile_id": 71,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Journey From the Dark Side",
            "description": "How one teen boy got radicalized online. How his family helped him through to the other side. How you can ask your questions of this family and their very personal journey.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/journey-dark-side/",
            "interest": "Online radicalization and ways to fight it.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-21_195658.0606630000.jpg",
            "created": "2019-08-21T19:56:58.060136Z",
            "moderation_state": 3
        },
        {
            "id": 996,
            "content_url": "https://on.cfr.org/2Ml2Tct",
            "is_bookmarked": false,
            "tags": [
                "internet freedom",
                "internet health"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Babatunde Okunoye",
            "submitter_profile_id": 1969,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Babatunde Okunoye",
                    "profile_id": 1969,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Rights in Africa",
            "description": "A project to protect Digital Rights and Internet Freedom in Africa",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "On the continent with poor access to the Internet, the rights of millions of its citizens to connect to the Internet is increasingly been violated. These digital rights are human rights.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-21_120603.5742120000.jpg",
            "created": "2019-01-21T12:06:03.573579Z",
            "moderation_state": 3
        },
        {
            "id": 469,
            "content_url": "https://medium.com/@mkopel/badging-at-ala-2017-in-practice-3b4929ee23e4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Badging with Librarians at ALA 2017",
            "description": "I had the opportunity to share out some of the work I and my fellow Web Literacy Leaders have been working on over the last year at the 2017 ALA Annual Conference in Chicago in June. The panel, “Implementing Gamified Assessment and Badges: A Practical Guide” (recording is available) looked at ways libraries could build these tools into existing programs. Each of the three presenters (including myself) came at the subject from a different point of view. With over 100 librarians in the room at 830 a.m. that Monday morning, we knew right away that there was tremendous interest.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "open credentials with library staff",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_201957.2051070000.png",
            "created": "2017-10-16T20:19:57.204640Z",
            "moderation_state": 3
        },
        {
            "id": 814,
            "content_url": "https://medium.com/read-write-participate/we-asked-people-how-they-feel-about-facebook-heres-what-they-said-4a548dfeabd",
            "is_bookmarked": false,
            "tags": [
                "facebook",
                "privacy",
                "reseearch",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Vojtech Sedlak",
                    "profile_id": 83,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "We Asked People How They Feel About Facebook. Here’s What They Said.",
            "description": "47,000 people responded to our survey asking how they feel about Facebook. The data is interesting and open for your exploration.",
            "get_involved": "",
            "get_involved_url": "https://medium.com/read-write-participate/we-asked-people-how-they-feel-about-facebook-heres-what-they-said-4a548dfeabd",
            "interest": "Open data any can dig into on how people are feeling about Facebook these days.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_151948.3700460000.jpg",
            "created": "2018-05-08T15:19:48.369664Z",
            "moderation_state": 3
        },
        {
            "id": 33,
            "content_url": "https://www.crowdai.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CrowdAI",
            "description": "CrowdSourcing the development of Artificial Intelligence - An open challenge platform for data science and Open Science",
            "get_involved": "Contribute code, ideas, suggestions",
            "get_involved_url": "https://github.com/crowdAI/crowdAI",
            "interest": "Open data challenges on the web give everyone around the world a shot at tackling difficult data problems. By providing their solutions openly, participants can rapidly learn the latest powerful techniques from each other.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/33.gif",
            "created": "2016-11-01T22:43:53.183000Z",
            "moderation_state": 3
        },
        {
            "id": 805,
            "content_url": "https://forum.opendatakit.org/t/welcome-mozilla-global-sprinters/12904",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "data collection",
                "global development",
                "global health",
                "mozsprint",
                "social impact"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Localize & translate"
            ],
            "published_by": "Hélène Martin",
            "submitter_profile_id": 464,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "ODK - mobile data collection for social good",
            "description": "Open Data Kit replaces paper surveys with smartphones. It has been used to collect millions of data points for social good in challenging environments around the world.\n\nJoin us during the Mozilla Sprint to participate in creating the new ODK website. Don't worry if you have no mobile collection experience -- your perspective will be deeply useful to making sure the website is clear and to the point.\n\nWe will also be soliciting feedback on documentation. Of course, if any Sprinters come by itching to write some code, we have plenty of fun code issues to work on as well!",
            "get_involved": "Help us build a new website that clearly introduces ODK to new users.",
            "get_involved_url": "https://forum.opendatakit.org/t/welcome-mozilla-global-sprinters/12904",
            "interest": "Open Data Kit",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_183410.7432390000.png",
            "created": "2018-05-04T18:34:10.742748Z",
            "moderation_state": 3
        },
        {
            "id": 1111,
            "content_url": "https://github.com/devoworm/OW-DW-Education/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "collaboration",
                "data science",
                "education",
                "open science",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Bradly Alicea",
            "submitter_profile_id": 1928,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Bradly Alicea",
                    "profile_id": 1928,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenWorm/DevoWorm Curriculum",
            "description": "A set of short courses, tutorials, and other educational materials developed to increase open participation/collaboration in our organization, educate potential contributors on topics relevant to our organization's work, and facilitate new research- and outreach-related contributions by potential contributors.",
            "get_involved": "Help us test and evaluate the curriculum!",
            "get_involved_url": "http://openworm.org",
            "interest": "Open Education, Educational Innovation, Scientific Content, Open Leaders 7 Project",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-15_155129.6985540000.png",
            "created": "2019-04-15T15:51:29.697449Z",
            "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": 1910,
            "content_url": "https://www.instagram.com/p/B6sqVnSF99W/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Sabrina Lindridge",
            "submitter_profile_id": 4315,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sabrina Lindridge",
                    "profile_id": 4315,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foxy fan art",
            "description": "This is a open invitation to the community at large to create and collaborate some foxy (Mozilla mascot) fan art. \nAKA furries and other creative styles!",
            "get_involved": "",
            "get_involved_url": "https://www.instagram.com/sakulli_misu",
            "interest": "Openness, inclusivity, re mixing and making stuff!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-12_185712.1638270000.jpeg",
            "created": "2020-11-12T18:57:12.163476Z",
            "moderation_state": 3
        },
        {
            "id": 1444,
            "content_url": "https://openpostac.org/",
            "is_bookmarked": false,
            "tags": [
                "humanities",
                "olx",
                "openscience",
                "post academics",
                "social science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content",
                "Fundraise"
            ],
            "published_by": "Beth Duckles",
            "submitter_profile_id": 2905,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Beth Duckles",
                    "profile_id": 2905,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Post Academic Mentorship Program!",
            "description": "The OPA mentorship program helps people with a PhD in the social sciences and humanities share their skills and knowledge more openly. Participants in this 8 week program will expand their social networks outside of the academic system, learn how to translate their skills to address pressing problems and create an open project to share their knowledge.\n\nRecruiting for our first cohort in January 2020 and applications will open November 1st. Looking for mentors as well as an expert pool who are willing to network. We also welcome funding conversations.",
            "get_involved": "Looking to get the word out for program participants, mentors and folks who want to network with participants. Also looking for funding opportunities!",
            "get_involved_url": "https://openpostac.org/",
            "interest": "Open research matters and folks who are post acs have a lot to contribute.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-23_140551.3164150000.jpg",
            "created": "2019-10-23T14:05:51.315870Z",
            "moderation_state": 3
        },
        {
            "id": 1034,
            "content_url": "https://openscapes.org",
            "is_bookmarked": false,
            "tags": [
                "data science",
                "environment",
                "ocean",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 1560,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openscapes",
            "description": "We champion open practices in environmental science to help uncover data-driven solutions faster. Our work centers around a mentorship program that empowers environmental scientists with open data science tools and grows the community of practice in their labs, departments, and beyond. Our vision is a scientific culture that is more efficient and collaborative, and can uncover environmental solutions faster. Openscapes is operated by the National Center for Ecological Analysis & Synthesis (NCEAS) and is being incubated by a Mozilla Fellowship awarded to Julia Lowndes.",
            "get_involved": "Join us! There is a whole mountain of engagement to help spread the word or participate at openscapes.org",
            "get_involved_url": "https://openscapes.org",
            "interest": "Openscapes is created by an Mozilla Fellow and modeled after Mozilla Open Leaders",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-05_004511.9835790000.png",
            "created": "2019-02-05T00:45:11.982815Z",
            "moderation_state": 3
        },
        {
            "id": 1914,
            "content_url": "https://medium.com/openscienceke/affordabee-low-cost-open-access-publishing-487b42c0a884",
            "is_bookmarked": false,
            "tags": [
                "academic publishing",
                "open access"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Affordabee: Lowering the APC Publishing Cost Barrier",
            "description": "OpenScieceKE participated in the eLife Innovation Sprint. We worked on a resource, Affordabee, which aims to overcome financial barriers to open access publishing.  A platform that can help students and early-career researchers identify journals that can offer waivers or subsidies and access them, reduce the APC cost barrier for students from resource-poor settings.",
            "get_involved": "",
            "get_involved_url": "https://github.com/BioinfoNet/Affordabee",
            "interest": "Open Science enthusiasts can share the resource with researchers from resource contrained settings.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-17_222603.1638390000.png",
            "created": "2020-11-17T22:26:03.163395Z",
            "moderation_state": 3
        },
        {
            "id": 1755,
            "content_url": "https://osf.io/spkz9/wiki/home/",
            "is_bookmarked": false,
            "tags": [
                "open",
                "open leadership",
                "open science",
                "WOLO"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Micah Vandegrift",
            "submitter_profile_id": 2722,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Micah Vandegrift",
                    "profile_id": 2722,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OPEN Incubator",
            "description": "Inspired by Mozilla Open Leaders and other programs, I'm happy to share the materials from an open research development program. Openly licensed and adaptable for other iterations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "open science in action, based in part of Mozilla's open leaders program, openness",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-23_203000.6691010000.jpg",
            "created": "2020-06-23T20:30:00.668807Z",
            "moderation_state": 3
        }
    ]
}