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

**Route** - `/entries`

#Query Parameters -

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

GET /api/pulse/v2/entries/?format=api&ordering=-description&page=28
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-description&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-description&page=27",
    "results": [
        {
            "id": 938,
            "content_url": "http://dcdpindia.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Local to Global: India's Rural Artisans Go Digital",
            "description": "DigiKargha, an initiative of DEF India, aims to support its traditional handloom and handicraft clusters of India in an effort to lead them towards maturity and sustainability through digital empowerment and socio-economic sustainability.\n\nDigiKargha primarily involve inclusive and decentralised use of Information Communication Technology (ICT) and other digital tools in critical aspects of cluster development, especially improving and scaling up weaving skills, designs, marketing and entrepreneurship, along with creating sustainable livelihood options for youth in the clusters.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To understand how rural India is transforming with the help of digital tools",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-22_180408.1028940000.JPG",
            "created": "2018-10-22T18:04:08.102181Z",
            "moderation_state": 3
        },
        {
            "id": 1026,
            "content_url": "https://foundation.mozilla.org/en/campaigns/i-heart-open-data/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Did you know you’re a major funder of scientific research?",
            "description": "Did you know our federal taxes help fund billions of dollars in scientific research every year? But in order to see the results of that research, publishers often charge significant amounts of money to anyone that wants to read about it. Shouldn’t we be able to see what we’re paying for without having to pay for it twice?\n\nDo you agree? Your signature, combined with hundreds of scientists, will show our leaders that taxpayers expect to see the results of the scientific research so we can build on and expand on these findings.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/i-heart-open-data/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_230246.3696060000.png",
            "created": "2019-01-30T23:02:46.369080Z",
            "moderation_state": 3
        },
        {
            "id": 195,
            "content_url": "https://iheartopendata.org/en-US/",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Support Open Access to Federally Funded Research",
            "description": "Did you know our federal taxes help fund billions of dollars in scientific research every year? But in order to see the results of that research, publishers often charge significant amounts of money to anyone that wants to read about it. Shouldn’t we be able to see what we’re paying for without having to pay for it twice?",
            "get_involved": "Do you agree?  If so, add your name to these principles and share widely so we can help create more space for open data and science.",
            "get_involved_url": "https://iheartopendata.org/en-US/#get-involved",
            "interest": "The public should have full, open access to publicly-funded research, free of cost and available online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_203757.9627690000.png",
            "created": "2017-04-07T20:37:57.959951Z",
            "moderation_state": 3
        },
        {
            "id": 1134,
            "content_url": "https://github.com/miphilomath/Dhwani",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Mohit Bansal",
            "submitter_profile_id": 2021,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohit Bansal",
                    "profile_id": 2021,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dhwani",
            "description": "Dhwani is a data privacy concerned, personal assistant for everyone.",
            "get_involved": "Contributors can help in the growth of this project in various ways, as described in the Contribution guidelines. They can contribute through their valuable suggestions, through coding contributions and other ways as well.",
            "get_involved_url": "",
            "interest": "Because every personal assistant being used requires you to share your data with them, posing threat to our digital privacy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-30T11:14:59.184977Z",
            "moderation_state": 3
        },
        {
            "id": 332,
            "content_url": "https://github.com/pomochieng/Jilinde-App",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "JILINDE",
            "description": "Develop an application that will report cases of Gender Based Violence to relevant authorities for adults and children, to be able to seek help and immediate medical attention.",
            "get_involved": "",
            "get_involved_url": "https://github.com/pomochieng/Jilinde-App",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_232505.2982030000.jpg",
            "created": "2017-05-31T23:25:05.297776Z",
            "moderation_state": 3
        },
        {
            "id": 431,
            "content_url": "http://www.dw.com/en/check-up-for-the-internet/a-40412208",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "media"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Solana Larsen",
            "submitter_profile_id": 81,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Solana Larsen",
                    "profile_id": 81,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Visits Deutche Welle Akademie",
            "description": "Deutsche Welle Akademie is Germany's leading organization for international media development. Mozilla paid them a visit for a lunchtime talk about Internet health for staff in Berlin (and Bonn via video). Check out the link for a DW interview with Solana Larsen, Mozilla's editor of the Internet Health Report.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-26_141432.4247450000.jpg",
            "created": "2017-09-12T12:06:25.083260Z",
            "moderation_state": 3
        },
        {
            "id": 1592,
            "content_url": "https://www.euractiv.com/section/digital/opinion/the-eu-is-funding-dystopian-artificial-intelligence-projects/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19",
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Op-ed: The EU is funding dystopian Artificial Intelligence projects",
            "description": "Despite its commitment to ‘trustworthy’ artificial intelligence, the EU is bankrolling AI projects that are ethically, legally, & scientifically questionable.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-02-04T09:48:05.083236Z",
            "moderation_state": 3
        },
        {
            "id": 1724,
            "content_url": "https://www.onehealthtech.com/post/surveillance-as-a-first-response",
            "is_bookmarked": false,
            "tags": [
                "covid19",
                "health data",
                "#mozfellows19",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Surveillance as a first response?",
            "description": "Desperate times call for desperate measures, or so the adage goes. And these are desperate times. With a rising death toll, increased unemployment, and a virus that continues to befuddle us all, it is no wonder that our governments, weakened by years of austerity, are reaching for extraordinary tools to flatten the curve. But while measures may be desperate, they should also be appropriate, lawful and just. It’s unlikely that the NHS's current plan to build a large-scale Covid-19 datastore meets any of those requirements.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-20_140816.2050350000.jpeg",
            "created": "2020-05-20T14:08:16.204463Z",
            "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": 911,
            "content_url": "https://www.youtube.com/watch?v=AsTVWJUqxpw",
            "is_bookmarked": false,
            "tags": [
                "China",
                "disinformation",
                "international",
                "propaganda",
                "Russia",
                "trolling",
                "United States"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Katie Joseff",
            "submitter_profile_id": 1596,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Short Video on State-Sponsored Trolling",
            "description": "Defining and contextualizing the pressing issue of state-sponsored trolling throughout the world.\n\nFurther information can be found in the recent report by the Digital Intelligence Lab at Institute for the Future: http://www.iftf.org/statesponsoredtrolling/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Relates to disinformation, harassment, manipulation, and suppression online. Is a very important issue that everyone needs to know about.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-29_192509.6311050000.jpeg",
            "created": "2018-08-29T19:25:09.630829Z",
            "moderation_state": 3
        },
        {
            "id": 1884,
            "content_url": "http://www.deepreckonings.com",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "creativemedia20",
                "deepfake",
                "machine learning",
                "misinformation",
                "post-truth",
                "truth"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Stephanie Lepp",
            "submitter_profile_id": 4230,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Stephanie Lepp",
                    "profile_id": 4230,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DEEP RECKONINGS",
            "description": "Deep Reckonings is a series of explicitly-marked deepfake videos that imagine Mark Zuckerberg, Brett Kavanaugh, and Alex Jones having a reckoning.  The project presents a radically different use of deepfake technology, to envision and elicit our best selves.",
            "get_involved": "",
            "get_involved_url": "http://www.deepreckonings.com/makeitreal.html",
            "interest": "Radically different use of deepfake technology — to envision and elicit our best selves",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-17_133025.5309080000.jpg",
            "created": "2020-10-17T13:30:25.530087Z",
            "moderation_state": 3
        },
        {
            "id": 1719,
            "content_url": "https://digitalfreedomfund.org/what-decolonising-digital-rights-looks-like/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Aurum Linh",
            "submitter_profile_id": 3350,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurum Linh",
                    "profile_id": 3350,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Decolonisation in the Digital Rights Field",
            "description": "Decolonisation is core to all of our work as NGOs and non-profits. We are striving to create a future that is equitable and just. To do that, we need to dismantle the systems of racism, anti-blackness, and colonisation embedded in every aspect of our society.\n\nThis is a particularly urgent conversation to have in the digital rights field, given the belief that technology will liberate us from these biases. In reality, we can see that it is deepening these divides and automating these systems of oppression.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-13T17:25:48.370365Z",
            "moderation_state": 3
        },
        {
            "id": 1551,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "#MANRS",
                "#mozfellows19",
                "#NSRC",
                "#ROA",
                "#RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Routing security status in South Asia: December Fellowship Report",
            "description": "December 2019 was very productive for me. I reached out to more than 1000 network operators across the South Asian region to help enhance their routing security. So far, I helped create new ROAs for 1839 IPv4 and 101 IPv6 prefixes and help correct 77 IPv4 and 115 IPv6 INVALID prefixes originated by 265 ASNs across the region.\nI helped National Data Center in Bangladesh to start RPKI validation on Dec 1. I have been carrying out presentations at the local and regional NOGs to encourage network operators adopting MANRS specially ROA and RPKI Validation. In Dec, I participated npNOG5 in Nepal.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-13_181534.9463460000.png",
            "created": "2020-01-13T18:15:34.945804Z",
            "moderation_state": 3
        },
        {
            "id": 2142,
            "content_url": "https://www.youtube.com/watch?v=F366d5pVLVA",
            "is_bookmarked": false,
            "tags": [
                "bmfdd"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Responding to Coded Bias: Black Women Interrogating AI",
            "description": "Deborah Raji (featured in the film Coded Bias) engages a panel of technologists on critical themes highlighted in the documentary, including technology-based discrimination around race and gender, representation, intersectionality, and civic engagement. Panelists: Deborah Raji (Mozilla Fellow), Renee Cummings (Data Activist, University of Virginia), Ayanna Howard (Dean, College of Engineering, Ohio State), Ifeoma Ozoma (Founder and Principal, Earthseed).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_195456.9776280000.png",
            "created": "2021-07-01T19:54:56.977359Z",
            "moderation_state": 3
        },
        {
            "id": 300,
            "content_url": "https://medium.com/read-write-participate/kicking-off-the-mozilla-web-literacy-leaders-program-b9791a28d0f5",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Kicking off the Mozilla Web Literacy Leaders Program",
            "description": "Davis Erin Anderson from Metropolitan New York Library Council writes about participating in the web literacy leaders program.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-05-23T20:39:25.522002Z",
            "moderation_state": 3
        },
        {
            "id": 566,
            "content_url": "https://www.tinyurl.com/dtsmatinyhouse",
            "is_bookmarked": false,
            "tags": [
                "education",
                "mozilla",
                "Project Lead The Way",
                "Tiny House",
                "virtual reality"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Nicolette Darjean",
            "submitter_profile_id": 254,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nicolette Darjean",
                    "profile_id": 254,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "David Thibodaux STEM Magnet Academy Atomic Agora Tiny House  Lafayette, LA",
            "description": "David Thibodaux STEM Magnet Academy (DTSMA) students are producing virtual reality environments documenting The Atomic Agora Tiny House (“Atomic” Greek for tiny, “Agora” Greek for house or meeting place) project using the Nepris platform.",
            "get_involved": "Students need classrooms to test this idea in across the state and industry contributors to support the project's continuation",
            "get_involved_url": "https://www.tinyurl.com/dtsmatinyhouse",
            "interest": "This would be interesting because it explains how classrooms are using virtual reality to change the way teachers teach and students learn.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-11_013917.7498410000.JPG",
            "created": "2017-12-11T01:39:17.749105Z",
            "moderation_state": 3
        },
        {
            "id": 719,
            "content_url": "http://www.davidbooth.uk.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Need a Break",
            "description": "David Booth is a sculptor. He is drawn to create work that suggests reinvention and escape by creating work with transformative use of materials.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_101550.8708600000.jpg",
            "created": "2018-04-24T10:15:50.870164Z",
            "moderation_state": 3
        },
        {
            "id": 2111,
            "content_url": "https://www.youtube.com/watch?v=YTlOrapai-M",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "dating apps",
                "digital love",
                "taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dating apps, AI and collaborative filtering - Mozilla Explains",
            "description": "Dating app usage is on the rise. If you're one of the millions of people looking for love online, you might be wondering, how does the app know who to show you next? Digital Dating Consultant and Mozilla Foundation’s own Ann Marie Carrothers explains how dating apps use artificial intelligence and collaborative filtering to decide who to show you next.Want to learn more about dating apps? visit https://foundation.mozilla.org/privac...",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175615.1105460000.jpg",
            "created": "2021-06-25T22:41:38.417311Z",
            "moderation_state": 3
        },
        {
            "id": 274,
            "content_url": "http://hypertools.readthedocs.io/en/latest/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "python",
                "visualization"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "HyperTools",
            "description": "Data visualizations can reveal trends and patterns that are not otherwise obvious from the raw data or summary statistics.  HyperTools is a library for visualizing and manipulating high-dimensional data in Python.  It is built on top of matplotlib (for plotting), seaborn (for plot styling), and scikit-learn (for data manipulation).",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/ContextLab/hypertools",
            "interest": "We are participating in the 2017 Global Sprint and would love to collaborate!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_210323.9176110000.png",
            "created": "2017-05-11T21:03:23.917090Z",
            "moderation_state": 3
        },
        {
            "id": 582,
            "content_url": "https://dataselfie.it",
            "is_bookmarked": false,
            "tags": [
                "facebook",
                "personality prediction"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Hang Do Thi Duc",
            "submitter_profile_id": 288,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Selfie",
            "description": "Data Selfie is a browser extension that tracks you while you are on Facebook to show you your own data traces and reveal what machine learning algorithms could predict about your personality based on that data.The tool explores our relationship to the online data we leave behind as a result of media consumption and social networks - the information you share consciously and unconsciously.",
            "get_involved": "Help out on Github: https://github.com/d4t4x/data-selfie",
            "get_involved_url": "https://github.com/d4t4x/data-selfie",
            "interest": "Open source project/browser extension about data privacy, with example of Facebook",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025817.4685070000.jpg",
            "created": "2018-01-29T19:13:16.795443Z",
            "moderation_state": 3
        },
        {
            "id": 2178,
            "content_url": "https://www.youtube.com/watch?v=TXL4SfXH5zM",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Debunking Fake News and Fake Science",
            "description": "Data scientist Emily Gorcenski and Verge reporter Sarah Jeong discuss the roots and proliferation of fake news and fake science.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192745.4850750000.jpg",
            "created": "2021-07-05T18:32:43.607007Z",
            "moderation_state": 3
        },
        {
            "id": 2204,
            "content_url": "https://2020.internethealthreport.org/spotlights/labor-rights-unlock-data-power/",
            "is_bookmarked": false,
            "tags": [
                "dsmfihr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Unlock Data Power",
            "description": "Data rights are labor rights, especially when it comes to the platforms of the gig economy. Leveraging data for the collective good is essential for the future of work and internet health.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_225722.4526790000.png",
            "created": "2021-07-07T22:57:22.452339Z",
            "moderation_state": 3
        },
        {
            "id": 873,
            "content_url": "http://peerproduction.net/issues/issue-12-makerspaces-and-institutions/practitioner-reflections/make-space-prod/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luca M. Damiani",
                    "profile_id": 504,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Make Space Prod",
            "description": "Data, reflections, key-words, conceptual notes, ethnographic observations. This piece collects and share some questions + thoughts related to the politics of practicing within the field of digital art making, specifically reviewing how that connects with inclusion, diversity, participation and public engagement. Tensions and reflections on the artistic practice, tech-creative production, new or old technologies, credits, outputs, next steps for professional growth constantly come to the table. Can we read and reflect on our data and experience to create better practices?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-17_110924.9231150000.png",
            "created": "2018-07-17T11:09:24.922380Z",
            "moderation_state": 3
        },
        {
            "id": 2535,
            "content_url": "https://www.datakind.org/",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "data",
                "data futures lab",
                "data science"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Black Wealth Data Center",
                    "profile_id": 6339,
                    "is_active": false
                },
                {
                    "name": "DataKind",
                    "profile_id": 6340,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "DataKind",
            "description": "DataKind is a global nonprofit headquartered in the U.S. that seeks to leverage data science for the greater good. Working in collaboration with the Black Wealth Data Center, DataKind will create an interactive data tool to help community leaders, policymakers, and access providers understand broadband inequalities in the U.S. Leveraging existing but dispersed data and a network of collaborators, DataKind aspires to shine a light on where “digital deserts” exist, and how different communities are impacted by them.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-16_080825.3341470000.jpg",
            "created": "2023-05-16T08:08:25.333798Z",
            "moderation_state": 3
        },
        {
            "id": 1655,
            "content_url": "https://dataethics.eu/publicprocurement/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "White Paper: Data Ethics in Public Procurement",
            "description": "Dataethics.eu is releasing a white paper on public procurement of AI technologies providing a detailed map for public procurers to choose AI-based services and solutions that put data ethics, democracy and fundamental rights first.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_165017.1540530000.png",
            "created": "2020-04-29T16:50:17.153704Z",
            "moderation_state": 3
        },
        {
            "id": 836,
            "content_url": "http://www.johnphilipsage.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "DATA DRAG",
            "description": "Data Drag’s aim is to perform as a bridge between Art+Data and Queering Mozfest, while acting as an open receptacle of cross-connected ideas and collaborative research-based critical thinking between different agents (Pia Pandelaki, Stephanie Ouillon, John Philip Sage). The theory of the quantified self will be explored through a queer lens where data collection will be considered as drag, that’s to say, the computational production of fictions of the self.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-07_100900.5317200000.jpg",
            "created": "2018-06-07T10:09:00.531027Z",
            "moderation_state": 3
        },
        {
            "id": 43,
            "content_url": "http://everypolitician.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "data",
                "everypolitician",
                "gender",
                "legislatures",
                "mozfest",
                "parliament",
                "politicians"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "EveryPolitician",
            "description": "Data about every national legislature in the world, freely available for you to use. Current and historic data. Useful and consistent formats: CSV, JSON, code libraries. Growing all the time.",
            "get_involved": "Help us by: 1. playing at gender-balance.org    2. telling us about sources we've not got yet   3. using the data to do wonderful things",
            "get_involved_url": "",
            "interest": "We've got 71, 933 politicians from 233 countries (so far)... and growing. Useful for parliamentary monitoring orgs., civic tech coders, journalists, researchers, historians and... citizens!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/43.jpg",
            "created": "2016-10-28T22:15:23.076000Z",
            "moderation_state": 3
        },
        {
            "id": 1845,
            "content_url": "https://podcast.drzavljand.si/drzavljan-d/056-daniel-leufer-and-ai-demystification/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "mozilla fellow",
                "open web fellows"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "aimyths.org on the Državljan D podcast",
            "description": "Daniel appeared as a guest on the podcast of Državljan D, the Slovenian digital rights organisation, to discuss aimyths.org",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-10-05T11:11:32.524941Z",
            "moderation_state": 3
        },
        {
            "id": 1905,
            "content_url": "https://aitalk.podbean.com/e/ai-myths/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Podcast appearance on Skynet Today",
            "description": "Daniel and Alexa appeared on the Skynet Today podcast to talk about aimyths.org",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-02T15:54:17.694486Z",
            "moderation_state": 3
        },
        {
            "id": 463,
            "content_url": "https://gitlab.com/cameralibre/cut-copy-and-paste",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Sam Muirhead",
            "submitter_profile_id": 130,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Muirhead",
                    "profile_id": 130,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cut, Copy & Paste: Open Source collaboration workshops (without digital tools!)",
            "description": "'Cut, Copy & Paste' is a workshop format to teach people how open source online collaboration works, in a creative, hands-on way, with no digital tools required! The primary target groups are designers, illustrators, animators, artists, and writers - people working in creative fields who may not ordinarily be exposed to open source ideas, or have the experience of collaborating in this way. Want to know how to do version control using only rubber stamps and a photocopier? I'll be running an open source zine-making workshop all weekend at MozFest, so drop in and try it for yourself!",
            "get_involved": "TAKE PART in the workshop at MozFest; SHARE LINKS to other examples of teaching Open Source in a fun, lo-fi way; contribute NEW IDEAS - what else could work? Could you using prose/poetry/music/illustration to teach Open Source? GIVE FEEDBACK: are there important aspects of open source to get across?",
            "get_involved_url": "https://gitlab.com/cameralibre/cut-copy-and-paste",
            "interest": "Anyone working in open source struggles to explain what makes it special to people outside of tech - Cut, Copy & Paste doesn't just tell people about open source collaboration, it gives them a tangible, memorable experience of it - in a short timeframe, and without any digital tools.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-12_075048.6190490000.png",
            "created": "2017-10-12T07:50:48.618658Z",
            "moderation_state": 3
        },
        {
            "id": 1045,
            "content_url": "https://www.americanscientist.org/article/open-science-isnt-always-open-to-all-scientists",
            "is_bookmarked": false,
            "tags": [
                "open",
                "open access",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kaitlin Stack Whitney",
            "submitter_profile_id": 2038,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaitlin Stack Whitney",
                    "profile_id": 2038,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Science Isn't Always Open to All Scientists",
            "description": "Current efforts to make research more accessible and transparent via \"open science\" can reinforce inequality within STEM professions.",
            "get_involved": "Can comment on the article online, write a letter to the editor - or write a distinct essay",
            "get_involved_url": "https://www.americanscientist.org/article/open-science-isnt-always-open-to-all-scientists",
            "interest": "Previous Moz Science Fellow Dr. Bahlai and current Moz Open Leader (Culture Track) Dr. Stack Whitney were co-creators of this essay exploring structural barriers to open science",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-02-14T16:11:43.328505Z",
            "moderation_state": 3
        },
        {
            "id": 2527,
            "content_url": "https://rewardreports.github.io/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Graduates for Engaged and Extended Scholarship in Computer Science and Engineering (GEESE)",
                    "profile_id": 6330,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reward Reports",
            "description": "Current AI documentation tools are able to account for model outputs, but not for outcomes generated by the system itself over time. For the past year, the team at the Graduates for Engaged and Extended Scholarship in Computer Science and Engineering (GEESE) have developed Reward Reports to address this gap. Reward Reports is an audit tool for comparing a system’s observed behaviors with the assumptions and expectations of its designers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_100228.2005790000.png",
            "created": "2023-05-10T10:02:28.200255Z",
            "moderation_state": 3
        },
        {
            "id": 1154,
            "content_url": "https://docs.google.com/document/d/1y1e2jYqMiFk3Yk_-MuNdOqx0QsRz0TyT1oGJq9thsWo/edit#heading=h.ux2z11acevgf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Cambria Finegold",
            "submitter_profile_id": 2030,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cambria Finegold",
                    "profile_id": 2030,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenLeaders 7 case study",
            "description": "Culture track case study for OpenLeaders 7",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To capture reflections from OL7 participants",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T11:13:12.675832Z",
            "moderation_state": 3
        },
        {
            "id": 2169,
            "content_url": "https://www.youtube.com/watch?v=_mMhDA4z4BA",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "It Takes a Hacker to Catch a Hacker",
            "description": "CryptoHarlem founder and Mozilla Fellow Matt Mitchell shares six steps for keeping activists and NGOs safe online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193052.8178890000.jpg",
            "created": "2021-07-05T18:24:22.580622Z",
            "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": 2530,
            "content_url": "https://crossover.social/",
            "is_bookmarked": false,
            "tags": [
                "#",
                "audit tools",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Check First",
                    "profile_id": 6333,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "CrossOver",
            "description": "CrossOver simulates social media and big platform users to collect data about recommended content and then compares it to data provided by the platform's own APIs when available. Its monitoring devices are hosted by volunteers at residential addresses. Monitored websites are Twitter, YouTube, Facebook pages and groups, Google search predictions, Google News, Reddit, Odysee, and Mastodon. Building on top of their pilot project in Belgium, they will add 14 monitoring devices to seven French-speaking countries around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_101808.3105630000.png",
            "created": "2023-05-10T10:18:08.310319Z",
            "moderation_state": 3
        },
        {
            "id": 2547,
            "content_url": "https://creativesgarage.org/about",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "art",
                "multi-disciplinary arts"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Creatives Garage Trust",
                    "profile_id": 6504,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "ARTificial Intelligence in Africa",
            "description": "Creatives Garage is a multi-disciplinary arts organization in Kenya that provides a platform for creatives to share, collaborate, create new works, gain market access and push boundaries. Their research project “ARTificial Intelligence in Africa: Investigating the impacts of AI on the Creative Community in Kenya,” will use the experience of Kenyan creatives to explore whether AI can democratize the creative industries in the region and examine whether AI generates new opportunities for African creatives -and interrogate how it might exacerbate inequalities and further disenfranchise creatives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_103130.6769400000.png",
            "created": "2024-01-11T10:31:30.676582Z",
            "moderation_state": 3
        },
        {
            "id": 544,
            "content_url": "http://creativeaction.org",
            "is_bookmarked": false,
            "tags": [
                "21c skills",
                "arts education",
                "digitalarts&culture",
                "digital inclusion",
                "digital literacy",
                "education",
                "gigabit",
                "gigabit community fund",
                "social justice",
                "virtual reality",
                "youth",
                "youth-led"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Corinna Archer Kinsman",
            "submitter_profile_id": 225,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Corinna Archer Kinsman",
                    "profile_id": 225,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Creative Action Gigabit Hive Project",
            "description": "Creative Action, a nonprofit arts education organization in Austin, TX, is excited to explore how VR technology can enhance youth learning and creativity through hands-on, youth-driven arts projects that address social issues. With support from the Gigabit Community Fund, our professional teaching artists will develop VR coding and video projects with their students in our after school programs at Title I, low-income schools. Our goal is to build capacity for arts and technology integration while helping more young people develop digital literacy, 21st Century, and social emotional skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "We hope to inspire others around the possibilities of arts and technology integration in social and emotional education for youth!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-11-06T17:19:17.963993Z",
            "moderation_state": 3
        },
        {
            "id": 38,
            "content_url": "https://github.com/jperdue62/Wildcat-Within",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "badges",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transformational Profolios: the Wildcat Within",
            "description": "Creating badging projects that exhibit employability skills to future employers, motivate high school students and give back to the community.",
            "get_involved": "Businesses, educators, students, leaders and more can create badges. Programmers can help with platform design and more.",
            "get_involved_url": "https://github.com/jperdue62/Wildcat-Within",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/38.jpg",
            "created": "2016-10-30T08:31:33.744000Z",
            "moderation_state": 3
        },
        {
            "id": 756,
            "content_url": "https://github.com/opendigitalsafety/Digital-Safety-for-Open-Researchers",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital safety",
                "higher education",
                "mozsprint",
                "public scholarship"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Digital Safety Open Researchers",
            "submitter_profile_id": 515,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Digital Safety Open Researchers",
                    "profile_id": 515,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Safety for Open Researchers",
            "description": "Creating a GitBook that will help researchers work open with confidence in their digital safety!  This project will produce a open educational resource (OER) for members of the higher ed community looking to mitigate digital safety threats while working and teaching open.",
            "get_involved": "Help us by sharing your digital safety stories, recommended tools and strategies, teaching materials, and favorite readings.  Share your feedback on our outlined structure.",
            "get_involved_url": "https://github.com/opendigitalsafety/Digital-Safety-for-Open-Researchers",
            "interest": "Digital safety and privacy threats (like doxxing and cyberbullying) can create a chilling effect on open research, academic freedom, and those who work open.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_173644.7029760000.png",
            "created": "2018-04-24T17:36:44.702307Z",
            "moderation_state": 3
        },
        {
            "id": 820,
            "content_url": "https://opensciencemooc.eu/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open access",
                "open research",
                "open research software",
                "open science",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Jon Tennant",
            "submitter_profile_id": 1379,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jon Tennant",
                    "profile_id": 1379,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Open Science MOOC",
            "description": "Creating a community platform to help equip researchers with the skills they need to excel in a modern digital environment.",
            "get_involved": "Help us to get this project off the ground!",
            "get_involved_url": "https://github.com/OpenScienceMOOC",
            "interest": "Open Science is based on core principles such as justice, freedom, accountability, and transparency. It's about making global research work better, which is something we should all want.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_133323.7306480000.png",
            "created": "2018-05-09T13:33:23.730081Z",
            "moderation_state": 3
        },
        {
            "id": 1286,
            "content_url": "https://h5p.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "H5P",
            "description": "Create, share and reuse interactive HTML5 content in your browser",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_225050.4624610000.png",
            "created": "2019-08-01T22:50:50.445475Z",
            "moderation_state": 3
        },
        {
            "id": 2000,
            "content_url": "https://plink.in/",
            "is_bookmarked": false,
            "tags": [
                "Family resource",
                "mf-family-community",
                "MozFest 2021",
                "music"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Collaborative Game: PLINK!",
            "description": "Create epic music together with friends and strangers!\n\nPlink is a multi-player music experience by Dinahmoe that lets you jam with anyone, anywhere in the world.",
            "get_involved": "",
            "get_involved_url": "https://plink.in/",
            "interest": "This is a collaborative gaming opportunity appropriate for all ages",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_014438.5557470000.png",
            "created": "2021-03-03T01:44:38.555168Z",
            "moderation_state": 3
        },
        {
            "id": 600,
            "content_url": "https://neutrino.js.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "build",
                "build-tool",
                "javascript",
                "mozsprint",
                "preact",
                "react",
                "vue",
                "webpack",
                "zero-config"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Eli Perelman",
            "submitter_profile_id": 308,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Eli Perelman",
                    "profile_id": 308,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Neutrino",
            "description": "Create and build modern JavaScript applications with zero initial configuration. Neutrino combines the power of webpack with the simplicity of presets.",
            "get_involved": "Help us revamp Neutrino for the latest webpack and Babel versions, improve documentation, add new features, and make Neutrino all-around more awesome. We need your help!",
            "get_involved_url": "https://spectrum.chat/neutrino",
            "interest": "It gives web developers the ability to spin up JS projects with minimal effort without losing the ability to extend the build configuration in the future, all with a focus on DRY concepts and distributable presets.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161323.8275270000.jpg",
            "created": "2018-02-22T20:42:37.893376Z",
            "moderation_state": 3
        },
        {
            "id": 1128,
            "content_url": "https://aileadersproject.pubpub.org/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "AI",
                "decentralization",
                "development",
                "digital divide",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Join community",
                "Localize & translate",
                "Take Action"
            ],
            "published_by": "Ana Carolina Rodrigues",
            "submitter_profile_id": 2264,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ana Carolina Rodrigues",
                    "profile_id": 2264,
                    "is_active": true
                },
                {
                    "name": "Victor Prata",
                    "profile_id": 1980,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A.I. Leaders Project",
            "description": "Create a community willing to discuss strategies for the development of \"Artificial Intelligence\" in the context of Latin America.",
            "get_involved": "",
            "get_involved_url": "https://aileadersproject.pubpub.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-28_175559.5453830000.png",
            "created": "2019-04-28T17:55:59.544953Z",
            "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": 2534,
            "content_url": "https://wonyoung.so/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wonyoung So",
                    "profile_id": 6337,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Countering Tenant Screening",
            "description": "Countering Tenant Screening Using Tenant Screening Data aims to develop a crowdsourcing tool and/or campaign to audit tenant screening services used by property owners. It seeks to reveal the patterns of the inner algorithms, data structures, and representations, by collecting tenant screening reports as well as denied renters’ experiences.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_103619.0422370000.jpg",
            "created": "2023-05-10T10:36:19.041970Z",
            "moderation_state": 3
        }
    ]
}