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=3
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=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-description&page=2",
    "results": [
        {
            "id": 737,
            "content_url": "https://www.lucadamiani-art.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "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": "Where are Human Rights?",
            "description": "Web? Human Rights? Impact? In this piece, Damiani combines someof his case-studies and artistic practices around human rights (in collaboration with AmnestyInternational) and questions what impact this data had/has/will have.In this piece the web is seen as a platform for sharing human rights awareness, education, researchand action.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_105341.2846340000.jpg",
            "created": "2018-04-24T10:53:41.283739Z",
            "moderation_state": 3
        },
        {
            "id": 1471,
            "content_url": "https://foundation.mozilla.org/en/blog/we-asked-people-around-the-world-how-they-feel-about-artificial-intelligence-heres-what-we-learned/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Fundraise"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "We Asked People Around the World How They Feel About AI. Here’s What We Learned.",
            "description": "We asked people all around the world to take a survey and tell us what they know and how they feel about artificial intelligence (AI). Over 66,800 people responded. Here’s what we learned.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/we-asked-people-around-the-world-how-they-feel-about-artificial-intelligence-heres-what-we-learned/",
            "interest": "How people are feeling about artificial intelligence around the world.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-07_150458.3167910000.jpg",
            "created": "2019-11-07T15:04:58.316465Z",
            "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": 1135,
            "content_url": "https://github.com/abhayrjoshi/The-Impartial-Machines-Project",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "community development",
                "dual AI engine",
                "fake news",
                "impartial machines",
                "sprintforih",
                "version control"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Abhay Joshi",
            "submitter_profile_id": 1938,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 1742,
                    "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": "Please take a look at the Open Issues at https://github.com/abhayrjoshi/The-Impartial-Machines-Project/issues",
            "get_involved_url": "https://github.com/abhayrjoshi/The-Impartial-Machines-Project/blob/master/CONTRIBUTING.md",
            "interest": "Because 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": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-30_114216.7301210000.jpg",
            "created": "2019-04-30T11:42:16.729514Z",
            "moderation_state": 3
        },
        {
            "id": 1887,
            "content_url": "https://github.com/mozilla/PRESC/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "machine learning",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "David Zeber",
            "submitter_profile_id": 4239,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "David Zeber",
                    "profile_id": 4239,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Performance Robustness Evaluation for Statistical Classifiers (PRESC)",
            "description": "We are working with data scientists, developers, academics and activists to build a tool that will help evaluate the performance of machine learning classification models, specifically in areas which tend to be overlooked, such as generalizability and bias. Our focus on misclassifications, robustness and stability will help facilitate the inclusion of bias and fairness analyses on the performance reports, so that these can be taken into account when crafting or choosing between models.",
            "get_involved": "Provide perspectives based on your experience or industry on how PRESC can help in building ML workflows, including sharing test datasets, testing the tool on new datasets and models, code contributions. Join the #presc channel on MozFest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_174909.0655700000.png",
            "created": "2020-10-24T00:29:06.693296Z",
            "moderation_state": 3
        },
        {
            "id": 264,
            "content_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Participation & Collaboration on Discourse",
            "description": "We are working with community members of the Mozilla Learning Discourse forum to improve participation and collaboration in the Mozilla Clubs thread so that we can increase openness & innovation. We're doing this by assessing activity levels in current channels used for communication, interviewing community members on what inspires them to be active in these discussion channels and gathering feedback on the incentives needed to improve participation.",
            "get_involved": "People can contribute to the project in Github and/or on Discourse.",
            "get_involved_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "interest": "The project provides insightful findings on building online communities, sustaining participation and fostering high quality activity.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-08_154431.0288140000.jpeg",
            "created": "2017-05-08T15:44:31.028157Z",
            "moderation_state": 3
        },
        {
            "id": 799,
            "content_url": "https://github.com/jcolomb/reagentsio_website",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open data",
                "open science"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Julien Colomb",
            "submitter_profile_id": 1314,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julien Colomb",
                    "profile_id": 1314,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reagents.io",
            "description": "We are working to create a way to easily report accurate and exhaustive information about materials in the scientific literature, for the good of all scholars and a increased reproducibilty of research. The \"reagent_table\" will use transfer information from the provider, the lab inventory and the experiment into one spreadsheet.",
            "get_involved": "We are starting, so we need any help you can provide !",
            "get_involved_url": "https://github.com/jcolomb/reagentsio_website",
            "interest": "let's build lab material standards and have it used in the lab and literature",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_090102.0096500000.jpeg",
            "created": "2018-05-04T09:01:02.009306Z",
            "moderation_state": 3
        },
        {
            "id": 642,
            "content_url": "http://pad.software-carpentry.org/lc-sprint-2018",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "automation",
                "data cleanup",
                "digital skills",
                "libraries",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Belinda Weaver",
            "submitter_profile_id": 404,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Belinda Weaver",
                    "profile_id": 404,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Library Carpentry Sprint",
            "description": "We are using this sprint to extend and update the existing Library Carpentry curriculum. We will use a combination of etherpad: http://pad.software-carpentry.org/lc-sprint-2018, repo:  https://github.com/data-lessons/librarycarpentry and chatroom https://gitter.im/LibraryCarpentry/Lobby to organise our work.",
            "get_involved": "We need people to work on existing lessons by  submitting pull requests,  raising issues for discussion/amendment against specific lessons, supporting others in the chatroom or via the daily catchups",
            "get_involved_url": "http://pad.software-carpentry.org/lc-sprint-2018",
            "interest": "Lots of people worldwide are interested in digital skills for librarians.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025033.6150630000.jpg",
            "created": "2018-03-21T02:01:42.764422Z",
            "moderation_state": 3
        },
        {
            "id": 759,
            "content_url": "https://github.com/chrisbresky/Aquarius-Project",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "citizen science",
                "communication",
                "educators",
                "high school",
                "mentorship",
                "meteors",
                "mozsprint",
                "nasa",
                "open science",
                "participatory science",
                "space",
                "STEAM",
                "stem",
                "story",
                "storytelling",
                "teen"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Christopher Bresky",
            "submitter_profile_id": 518,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Christopher Bresky",
                    "profile_id": 518,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Aquarius Project: Open Science Engagement",
            "description": "We are using ongoing science stories to produce interactive hands-on lesson plans in STEM. We are using real science happening today to engage students not only with its relevance but with their ability to contribute, and packaging that into lesson plans for teachers to use.",
            "get_involved": "Anyone can ask a question inspired by The Aquarius Project on Twitter w/ #AquariusAMA. Scientists of diverse backgrounds, help us answer the public's questions inspired by The Aquarius Project on Twitter #AquariusAMA",
            "get_involved_url": "https://github.com/chrisbresky/Aquarius-Project/issues",
            "interest": "It is using the narrative of exploration to lower barriers of entry in science. This project is also working to use digital platforms to increase accessibility to diverse science professionals.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-25_015654.9077990000.png",
            "created": "2018-04-25T01:56:54.906970Z",
            "moderation_state": 3
        },
        {
            "id": 380,
            "content_url": "http://blog.colperscience.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Colper Science",
            "description": "We are launching a podcast on open science showing its advantages in research. Most of the episodes will be the interviews with researchers who had published a paper using open science in any form, such as open data or open source programs, and accomplished useful results. The purpose of this podcast is mainly to share stories related to the Open Science methods. We hope to share novel methods and models used by researchers, librarians, developers and others world-wide which could inspire others to follow similar paths, and make Open Science the norm.",
            "get_involved": "",
            "get_involved_url": "https://github.com/ColperScience/podcasting/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-17_024012.6688740000.png",
            "created": "2017-06-17T02:40:12.668546Z",
            "moderation_state": 3
        },
        {
            "id": 1510,
            "content_url": "https://zenodo.org/record/3543634#.Xc7eQjJKhZ2",
            "is_bookmarked": false,
            "tags": [
                "inclusion",
                "neurodiversity"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Natalia Norori",
            "submitter_profile_id": 2730,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Natalia Norori",
                    "profile_id": 2730,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Welcome to the School of the Gifted - Neurodiversity session materials",
            "description": "We are happy to share the materials and a remixable session plan for the session \"Welcome to The School of the Gifted\", part of the new Neurodiversity Space at Mozfest 2019. \n\nThis session was directed to raise awareness about Neurodiversities and was designed to help people identify their special skills and interests. \n\nWe are releasing the materials to encourage others to get involved and advocate for the recognition of the value of neurodiverse people and their special qualities. The materials are safely preserved in Zenodo for others to adapt them to their communities.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-15_173925.9045180000.png",
            "created": "2019-11-15T17:39:25.903802Z",
            "moderation_state": 3
        },
        {
            "id": 1457,
            "content_url": "https://github.com/natalianorori/HealthDataSharingIsCaring",
            "is_bookmarked": false,
            "tags": [
                "github",
                "health",
                "openaccess",
                "opendata",
                "openness",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Take Action"
            ],
            "published_by": "Natalia Norori",
            "submitter_profile_id": 2730,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Natalia Norori",
                    "profile_id": 2730,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Health Data Sharing is Caring session repository: An invitation to contribute",
            "description": "We are happy to share the end product of the session, \"Health Data Sharing is Caring\" a GitHub repository that serves as a space to collaborate towards the implementation of better practices to address the class imbalance problem in healthcare datasets. The repository contains session notes, materials and other resources relevant to the project, as well as feedback shared by session participants. \n\nThe session was part of Mozfest's Openness space and aimed to raise awareness on bias and the underrepresentation of minorities in health datasets.",
            "get_involved": "Help us shape the project, We invite you to explore the repository and contribute with your ideas by commenting on existing issues or creating new ones.",
            "get_involved_url": "https://github.com/natalianorori/HealthDataSharingIsCaring",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-05_041157.9648810000.png",
            "created": "2019-11-05T04:11:57.964227Z",
            "moderation_state": 3
        },
        {
            "id": 557,
            "content_url": "https://vrlab.cmix.louisiana.edu/category/news/mozilla-gigabit-blog/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-gigabit-community-fund"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "CACS Virtual Reality Lab",
            "submitter_profile_id": 250,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "CACS Virtual Reality Lab",
                    "profile_id": 250,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Kvasir-VR: Teacher-Guided Shared Virtual Worlds",
            "description": "We are developing educational networked virtual reality technology, bringing it to schools, and working with students to integrate their own VR scenes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Kvasir-VR is our tool for teachers and students to share virtual worlds. Students wearing VR headsets are guided through virtual field trips by live teacher imagery from a 3D camera (Kinect V2). Our Mozilla project tests the benefits of teacher-guided VR in Lafayette high schools. A high school group will also gain VR design experience by creating their own virtual reality scenes, which we will view with Kvasir-VR.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-28_192552.3647400000.png",
            "created": "2017-11-28T19:25:52.363940Z",
            "moderation_state": 3
        },
        {
            "id": 774,
            "content_url": "https://vrlab.cmix.louisiana.edu/category/news/mozilla-gigabit-blog",
            "is_bookmarked": false,
            "tags": [
                "gigabit community fund",
                "virtual reality"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "CACS Virtual Reality Lab",
            "submitter_profile_id": 250,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Nicholas Lipari",
                    "profile_id": 257,
                    "is_active": true
                },
                {
                    "name": "CACS Virtual Reality Lab",
                    "profile_id": 250,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cross-community deployment of Kvasir-VR for networked VR field trips",
            "description": "We are deploying our networked educational VR techniques across communities, bringing them from Lafayette, LA to the Chattanooga, TN area. “Kvasir-VR” enables virtual field trips that include livestreamed 3D teacher imagery directly in the VR views of immersed students. The project connects two geographically-separated gigabit communities and evaluates educational aspects of the VR-embedded teacher.\n\nAdditionally, VR infrastructure and curriculum guidance will be provided to the participating schools  for educators to build course content for longer-term benefit.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_155331.3573790000.jpg",
            "created": "2018-04-26T15:53:31.356785Z",
            "moderation_state": 3
        },
        {
            "id": 687,
            "content_url": "https://github.com/goscommons/goscommons.github.io/issues/5",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Design Documentation Hackathon (Focus: Home Appliances)",
            "description": "We are currently starting to design and document designs of home appliances in github. We are interested in creating sustainable impact using the power of open source and the commons.",
            "get_involved": "",
            "get_involved_url": "https://github.com/goscommons/goscommons.github.io/blob/master/Readme.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-12_135121.4419150000.png",
            "created": "2018-04-12T13:51:21.441365Z",
            "moderation_state": 3
        },
        {
            "id": 145,
            "content_url": "https://mozillascience.org/projects/mozillascience-software-discovery-dashboard",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Software Discovery Dashboard",
            "description": "We are creating an open source web dashboard capable of searching multiple code hosting services, such as Zenodo, Figshare, and GitHub, for the benefit of the research community.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozillascience/software-discovery-dashboard",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-04T23:17:18Z",
            "moderation_state": 3
        },
        {
            "id": 21,
            "content_url": "https://github.com/dvigneshwer/deeprust",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "deep learning",
                "mozsprint",
                "rust"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "DeepRust",
            "description": "We are creating a deep-learning crate (library) in rust-lang to provide a great experience to researchers & developers who are involved with developing learning algorithms and architecture for solving a machine learning problem.",
            "get_involved": "Code contribution and fund raising",
            "get_involved_url": "https://github.com/dvigneshwer/deeprust/blob/master/contributor/CONTRIBUTOR.md",
            "interest": "Our mission is to create a crate with the best computation ability with GPU's and provide researchers with all the units of deep learning architecture.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_200803.7133400000.png",
            "created": "2016-11-14T04:13:29.157000Z",
            "moderation_state": 3
        },
        {
            "id": 1723,
            "content_url": "https://medium.com/@anoukruhaak/open-letter-b7cb79832064",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19",
                "mozfellows19",
                "privacy",
                "procurement"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "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": "Open Letter to Matt Hancock",
            "description": "We are civil society organisations, privacy advocates and academic researchers writing to express concerns about the NHS’s plans to build a COVID-19 datastore. We share the common goal of preserving public confidence in systems that can help make us all safer. Therefore, before the NHS continues its plans, we urge you to provide the public with more information and take appropriate measures to reduce risk of data sharing and keep the aggregated data under democratic control.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/AnoukRuhaak/status/1262325042207166464?s=20",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-20T14:03:58.745933Z",
            "moderation_state": 3
        },
        {
            "id": 2146,
            "content_url": "https://www.ajl.org/avbp",
            "is_bookmarked": false,
            "tags": [
                "bmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Community Reporting of Algorithmic System Harms (CRASH) Project",
            "description": "We are building a team of AJL Agents and community partners who will work together to  learn from those who have been directly harmed by algorithmic systems, as well as from the successes and failures of bug bounty and coordinated disclosure programs, in order to create new ways to hold companies accountable, help build better AI systems, and provide new opportunities for individuals in this field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_212817.6824450000.png",
            "created": "2021-07-01T21:28:17.682225Z",
            "moderation_state": 3
        },
        {
            "id": 1119,
            "content_url": "https://www.nesta.org.uk/project/mapping-health-innovation/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "data collection",
                "data visualisation",
                "health",
                "machine learning",
                "mozfellows19",
                "mozilla fellow",
                "policy",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chantale Tippett",
                    "profile_id": 2023,
                    "is_active": true
                },
                {
                    "name": "George Richardson",
                    "profile_id": 2024,
                    "is_active": true
                },
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Health Innovation Mapping",
            "description": "We are building a Health Innovation Scanner - an open, online platform that can be used to explore and analyse innovations in health research, as well as activity in startups and social activity across the world. The Scanner will provide decision-makers with richer insight than any single data source alone can provide, allowing good ideas to be identified, supported, scaled or replicated.",
            "get_involved": "",
            "get_involved_url": "https://github.com/nestauk/health-innovation-scanner",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-23T12:13:03.597965Z",
            "moderation_state": 3
        },
        {
            "id": 849,
            "content_url": "https://peoplesopen.net",
            "is_bookmarked": false,
            "tags": [
                "community wireless",
                "mesh networking"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jenny Ryan",
            "submitter_profile_id": 497,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jenny Ryan",
                    "profile_id": 497,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "People's Open Network",
            "description": "We are building a decentralized, libre network for the East Bay: we believe in the creation of local internets and locally-relevant applications, the cultivation of community-owned telecommunications networks in the interest of autonomy and grassroots community collaboration, and ultimately, in owning the means of production by which we communicate.",
            "get_involved": "",
            "get_involved_url": "https://github.com/sudomesh",
            "interest": "Community-owned and -operated wireless mesh network in Oakland, California - 5 years and ramping!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_102800.6528050000.png",
            "created": "2018-06-25T10:28:00.652448Z",
            "moderation_state": 3
        },
        {
            "id": 2295,
            "content_url": "https://towardsdatascience.com/where-privacy-first-fails-ec24fe47a678",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "data",
                "data privacy",
                "data science",
                "engineering",
                "machine learning"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Where “Privacy First” Fails",
            "description": "“We are a privacy-first company”. You hear that all the time today. “We use privacy by design principles”. “We practice data minimization”. These are well-meaning statements, and often their implementation is also correct to the letter, yet this approach often leaves issues such as loss of data integrity or a lack of true de-identification, which sees “privacy first” fail. Let’s break these concepts down and explore some alternatives.",
            "get_involved": "Help us test our libraries and improve the data engineering techniques used",
            "get_involved_url": "https://www.prifina.com/",
            "interest": "It relates to techniques used to guarantee privacy in data sets and suggests limitations of some, and ways forward",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-10-27T15:59:06.019480Z",
            "moderation_state": 3
        },
        {
            "id": 1368,
            "content_url": "https://blog.mozilla.org/blog/2019/04/30/2-4-million-in-prizes-for-schools-teaching-ethics-alongside-computer-science/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "#RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jenn Beard",
                    "profile_id": 67,
                    "is_active": true
                },
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                },
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "$2.4 Million in Prizes for Schools Teaching Ethics Alongside Computer Science",
            "description": "We are announcing the first winners of the Responsible Computer Science Challenge. We’re awarding $2.4 million to 17 initiatives that integrate ethics into undergraduate computer science courses. The winners’ proposed curricula are novel: They include in-class role-playing games to explore the impact of technology on society. They embed philosophy experts and social scientists in computer science classes. They feature “red teams” that probe students’ projects for possible negative societal impacts. And they have computer science students partner with local nonprofits and government agencies.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-10_022353.6806900000.jpg",
            "created": "2019-09-10T02:23:53.680282Z",
            "moderation_state": 3
        },
        {
            "id": 800,
            "content_url": "https://github.com/nam-301/culturabinaria",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital literacy",
                "migrants",
                "mozsprint",
                "non-formal education"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Martina Puppi",
            "submitter_profile_id": 205,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Martina Puppi",
                    "profile_id": 205,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Designing digital literacy activities & games for low-educated migrants",
            "description": "We are an informal group of teachers, free-software activists, and volunteers in the migrants support network. We organize digital skills courses for low-educated migrants who recently arrived in our community. Our methods are based on non-formal education, which means we use lots of games and off-line activities. We are now in the process of putting our teaching materials online, so that we can easily re-use them in our own courses and other teachers can use in theirs, wherever they are. As we do so, we are also creating new materials, to improve and expand our curriculum. Help us out!",
            "get_involved": "Help us creating new teaching materials, especially in the form of games and off-line activities. Please note the materials are in ITALIAN.",
            "get_involved_url": "https://github.com/nam-301/culturabinaria/issues",
            "interest": "There is a need for specific educational resources to teach digital literacy to low-educated migrants, as this category of learners requires special attention to areas such as language, vocabulary, way the information is conveyed so that is overcomes cultural barriers, etc.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_093020.0186860000.JPG",
            "created": "2018-05-04T09:30:20.018373Z",
            "moderation_state": 3
        },
        {
            "id": 948,
            "content_url": "https://youtu.be/nA6xLlg77M8",
            "is_bookmarked": false,
            "tags": [
                "education technology",
                "Minorities",
                "trainning"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Itzel Moreno",
            "submitter_profile_id": 1688,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Itzel Moreno",
                    "profile_id": 1688,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web literacy for the deaf",
            "description": "We are a group of deaf, indigenous and hearing people that try to build a platform where three workshops are developed: entrepreneurship, leadership and biology. These workshops will be recorded in sign language and translated into English and Spanish. We want to build a community from the workshops.",
            "get_involved": "You can contribute with lending your voice for translations. In contributing to the contents of the workshops, ideas to innovate the page as well as contacts that may be interested",
            "get_involved_url": "https://www.facebook.com/GrupoDeEstudiantesMexicanosSordosEHipoacusicos/",
            "interest": "This project can be replicated in other communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_135725.9989630000.jpg",
            "created": "2018-11-07T13:57:25.998584Z",
            "moderation_state": 3
        },
        {
            "id": 339,
            "content_url": "https://github.com/LappleApple/feedmereadmes/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "feedmereadmes: A README help exchange",
            "description": "We aim to make READMEs clearer and more useful.",
            "get_involved": "Share your readme file with us to get feedback and collaboratively make suggestions on new ideas for this project.",
            "get_involved_url": "https://github.com/LappleApple/feedmereadmes/issues",
            "interest": "Project creators working in Github can place their work in a bigger context: why their work exists, what it does, what it doesn't do, etc.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_134939.1376270000.png",
            "created": "2017-06-01T13:49:39.137369Z",
            "moderation_state": 3
        },
        {
            "id": 808,
            "content_url": "http://jrost.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "community of practice",
                "mozsprint",
                "socio-technical infrastructure",
                "tools"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Join community"
            ],
            "published_by": "Daniel Mietchen",
            "submitter_profile_id": 1337,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Mietchen",
                    "profile_id": 1337,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Joint Roadmap for Open Science Tools: how can we improve our ecosystem",
            "description": "We aim to improve the open science landscape by bringing together a range of open projects to explore how they can be improved collectively and integrated towards a more interoperable open science ecosystem. Participants include Wikidata, Mozilla, Zotero, Hypothesis, DAT, Jupyter, bioRxiv, ORCID, Crossref, OJS, Meta, OSF, PLOS and others (full list at http://jrost.org/participants ).",
            "get_involved": "We want to brainstorm about how to map the open science ecosystem and how to better link ongoing and planned activities in this space. If you see a way to help with that, you’ll be most welcome.",
            "get_involved_url": "https://github.com/OpenScienceRoadmap/mozilla-sprint-2018/blob/master/CONTRIBUTING.md",
            "interest": "You can directly influence open science-related projects you care about. A strong roadmap that helps deliver an integrated and interoperable future for open tools will help ensure the durability of open projects versus closed or proprietary alternatives.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-07_184615.6312880000.png",
            "created": "2018-05-07T18:46:15.602435Z",
            "moderation_state": 3
        },
        {
            "id": 1133,
            "content_url": "https://github.com/shinadhingra18/No-Comments",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "code",
                "learning",
                "Mozilla Open Leadership Project",
                "open educational resource",
                "sprintforih",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Shina Dhingra",
            "submitter_profile_id": 2022,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Shina Dhingra",
                    "profile_id": 2022,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "No Comments",
            "description": "We aim to create plug-ins for Open Source IDEs that can convert your source code to realtime flowcharts for better navigation of code, understanding it better for students and for professionals in collaborative working environments.",
            "get_involved": "Help us build a prototype, test and give feedbacks, so that we can expand the project further.",
            "get_involved_url": "https://github.com/shinadhingra18/No-Comments",
            "interest": "Its an attempt to build new standards of coding to give the newbies and budding developers the confidence to code.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-29T21:26:40.477852Z",
            "moderation_state": 3
        },
        {
            "id": 890,
            "content_url": "https://www.sagasaga.xyz/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ways of Feeling",
            "description": "Ways of Feeling is a quest for the new set of emotions born from information technology. Until now images have mediated the relationship between individuals. Today, feelings overcome images; they set trends, induce behaviors, becoming the ultimate most valuable currency. \n\nFeelings are performed: like images, they could be untrustworthy and monetized. If images threatened the representation of reality, feelings are threatening truth itself. WOF invites to witness how images have not only become obsolete, but how feelings became top players whose truthfulness has to be constantly questioned.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-07_151926.1072830000.jpg",
            "created": "2018-08-07T15:19:26.106859Z",
            "moderation_state": 3
        },
        {
            "id": 1278,
            "content_url": "https://groundhog-chinchilla-78ef.squarespace.com/about",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Heather Stone",
            "submitter_profile_id": 1648,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Heather Stone",
                    "profile_id": 1648,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "VRStoryGram",
            "description": "VRStorygram creates an inclusive community where people from around the world and even next door easily make connections about the changing environment. Community voices become world voices through the sharing of the effects of local environmental changes using virtual reality as a vehicle to promote activism.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_215244.2261060000.png",
            "created": "2019-08-01T21:52:44.213199Z",
            "moderation_state": 3
        },
        {
            "id": 161,
            "content_url": "https://www.youtube.com/watch?v=yd3cJjDW2dY&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60&index=4",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy by Default",
            "description": "Volker Birk is the CTO of Pretty Easy Privacy. He spoke at MozFest 2016 about making online privacy simple.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194022.5217810000.jpg",
            "created": "2017-02-09T15:05:28.746000Z",
            "moderation_state": 3
        },
        {
            "id": 802,
            "content_url": "http://voice.mozilla.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Michael Henretty",
            "submitter_profile_id": 1320,
            "bookmark_count": 13,
            "related_creators": [
                {
                    "name": "Michael Henretty",
                    "profile_id": 1320,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Common Voice",
            "description": "Voice recognition technology could revolutionize the way we interact with machines, but the currently available systems are expensive and proprietary. Common Voice is a project to make voice recognition technology easily accessible to everyone. People donate their voices to a massive database that will let anyone quickly and easily train voice-enabled apps. All voice data is released into the public domain (CC-0), so it may be used by anyone from the casual hobbyist to large corporations and governments.",
            "get_involved": "Right now, Common Voice is in the process of going multi-lingual. As part of this, we need to collect (or write sentences) for people to read in all these new languages. Join us for the #mozsprint to help us gather these sentences in any languages you are interested in!",
            "get_involved_url": "https://voice-sprint.mozilla.community/",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_114946.1397170000.png",
            "created": "2018-05-04T11:49:46.139317Z",
            "moderation_state": 3
        },
        {
            "id": 857,
            "content_url": "https://www.paolocirio.net/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Aesthetics of Information Ethics",
            "description": "Visually exploring the issue of a private and secure web, this installation and open artistic residency brings a conceptual and provoking discussion around voting. With ten transparent boxes and ten questions to answer to, the installation brings a dynamic discussion for the participants, allowing in-depth critical thinking around certain issues of privacy&security. There is an hacktivist and conceptual vibe in this work, and connects on the wider practice of the artist using publicly available online information to raise awareness for social justice issues.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_064714.2171420000.png",
            "created": "2018-06-26T06:47:14.216538Z",
            "moderation_state": 3
        },
        {
            "id": 53,
            "content_url": "https://blog.mozvr.com/a-painter/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "art",
                "mozfest",
                "mozilla",
                "mozvr",
                "painting",
                "virtual reality",
                "vr",
                "webvr"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A-Painter",
            "description": "Virtual Reality Painting on the Web. Put on the headset and let your creative spirit loose in an infinite and unconstrained space, expressing yourself visually with A-Painter from Mozilla, a virtual reality painting experience delivered through WebVR.",
            "get_involved": "Connect with Mozilla VR, the team behind WebVR, A-Frame and A-Painter. Build and share custom brushes for A-Painter! Liquid fire, varying shades of kitten heads, or let a million flowers bloom with a wave of your hand!",
            "get_involved_url": "https://github.com/aframevr/a-painter",
            "interest": "Digital artists and VR enthusiasts will both love creative freedom that web-scale extensibility brings to creative tools, and everyone will enjoy the unrestricted creative expression that A-Painter enables!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/53.png",
            "created": "2016-10-26T21:48:21.638000Z",
            "moderation_state": 3
        },
        {
            "id": 2006,
            "content_url": "https://schedule.mozillafestival.org/session/MJWAMG-1",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "mozfest",
                "mozilla hubs",
                "vr",
                "xr"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Mike Heavers",
            "submitter_profile_id": 4465,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mike Heavers",
                    "profile_id": 4465,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozfest Panel: Designing Accessible VR Experiences",
            "description": "Virtual Reality introduces a host of new considerations when designing inclusive environments and experiences. This session is both a panel discussion and 3D experience in Mozilla Hubs.Panel:(https://schedule.mozillafestival.org/session/MJWAMG-1)Mar Gonzalez-Franco - Researcher at Microsoft's EPIC LabDylan Fox - Accessibility Consultant, organizer of XR AccessJ. Stephen Lee - Educator and experience designer at Portland State UniversityHubs Experience(https://hubs.mozilla.com/MvPSJJQ/mozfest-vr-accessibility)Addresses VR Accessibility considerations, research, and innovations",
            "get_involved": "research of novel advancements in accessibilitydesigned content / documents / videosactivities or creative ideas3d modeling / texturing / lighting helpaudio narration / sound effectstesting and accessibility improvementsfeedback from accessibility communitiesguiding groups through the space",
            "get_involved_url": "https://heaversm.github.io/mozfestaccess/",
            "interest": "Help understand, promote, and push the boundaries of inclusion in Social VR!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_202434.0664760000.jpg",
            "created": "2021-03-03T20:24:34.066192Z",
            "moderation_state": 3
        },
        {
            "id": 666,
            "content_url": "https://medium.com/read-write-participate/immersing-students-in-science-and-local-history-with-vr-3597ba2c24da",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Virtual Reality Ecoliteracy Curriculum",
            "description": "Virtual Reality Ecoliteracy Curriculum uses VR technology to teach eighth-grade students about the real-world impacts of climate change and coastal erosion.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_151643.5622880000.jpg",
            "created": "2018-04-02T15:16:43.560955Z",
            "moderation_state": 3
        },
        {
            "id": 1178,
            "content_url": "https://foundation.mozilla.org/campaigns/safety-first/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kristina Shu",
            "submitter_profile_id": 95,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Safety First",
            "description": "Video to help keep you & your digital loved ones secure.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-15_224125.0001960000.jpg",
            "created": "2019-05-15T22:41:24.998970Z",
            "moderation_state": 3
        },
        {
            "id": 770,
            "content_url": "http://lucadamiani-art.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "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": "My Privacy and the Social Web",
            "description": "Video-Art installation reflecting thoughts on privacy. Created with video and coding. Re-coded for the MozFest House and Mozilla Festival event, and also part of my on-going work within Art, Design and Neurodiversity, considering my neurodivergent traits.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_125314.2374000000.jpg",
            "created": "2018-04-26T12:53:14.236784Z",
            "moderation_state": 3
        },
        {
            "id": 615,
            "content_url": "https://video.vice.com/en_us/video/motherboard-inside-a-cryptoparty-in-harlem/5a8ef26af1cdb335e15a8433?utm_content=buffer4ef14&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "mozilla fellow",
                "open web",
                "open web fellows",
                "vice",
                "video"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Inside a CryptoParty in Harlem",
            "description": "VICE MOTHERBOARD meets with Matt Mitchell (Mozilla Fellow 2016), the founder of CryptoHarlem. Matt is a security researcher, operational security trainer, and data journalist who leads CryptoHarlem, impromptu workshops teaching basic cryptography tools to the predominately African American community in upper Manhattan. Previously, he worked as a data journalist for The New York Times and as a developer for CNN, Aol/Huffington Post, and other news organizations.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/cryptoharlem?lang=en",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_030047.2209790000.jpg",
            "created": "2018-03-06T03:33:32.476914Z",
            "moderation_state": 3
        },
        {
            "id": 882,
            "content_url": "https://publicbydefault.fyi/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 7,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Public By Default",
            "description": "Venmo is a popular mobile payment app, unique because it has a public feed that displays what people are paying each other for. In 2017, 207,984,218 transactions were posted to this feed. publicbydefault.fyi is a collection of stories and insights gleaned from these transactions. Through the website, you can explore five personal narratives, from a drug dealer to a couple fighting, and see a visual analysis of patterns of behavior for millions of users. Ultimately, it shows how much personal data Venmo users might be inadvertently sharing with the world through their public payments.",
            "get_involved": "Ask Venmo to put our privacy first and make all transactions private by default.",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/venmo-put-our-privacy-first/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-28_185213.0646410000.jpeg",
            "created": "2018-07-23T17:31:39.527552Z",
            "moderation_state": 3
        },
        {
            "id": 2063,
            "content_url": "https://foundation.mozilla.org/campaigns/open-letter-to-venmo-make-privacy-the-default/",
            "is_bookmarked": false,
            "tags": [
                "#advocacy",
                "advocacy",
                "Advocacy",
                "campaign",
                "campaigns",
                "#data privacy",
                "mozilla",
                "mozilla campaigns",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Letter to Venmo: Make Privacy the Default",
            "description": "Venmo has a big privacy problem. Read and co-sign the letter from Mozilla and EFF.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/open-letter-to-venmo-make-privacy-the-default/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-17_221325.6160690000.jpg",
            "created": "2021-05-17T22:13:25.615701Z",
            "moderation_state": 3
        },
        {
            "id": 462,
            "content_url": "http://falsifiable.us",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open leadership zone",
                "open science",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Ivo Jimenez",
            "submitter_profile_id": 129,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ivo Jimenez",
                    "profile_id": 129,
                    "is_active": true
                },
                {
                    "name": "Sina Hamedian",
                    "profile_id": 108,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Popper",
            "description": "Validating experimental results in research is time-consuming; it takes too long to recreate the environment where an experiment originally ran. Popper is a sound experimentation protocol rooted in best open source software practices. The Popper CLI tool aids practitioners in following the protocol and convention (for organizing files in a version-control repository), providing an easy way to implement experiments that are automatically re-executed and validated.",
            "get_involved": "We are looking for domain experts that might be willing to implement experiments following the convention and using our CLI tool. We also have a list of open issues on our github and welcome contributions of any kind",
            "get_involved_url": "http://github.com/systemslab/popper",
            "interest": "Popper allows practitioners (researchers, students) to make Open Science a reality. By following best DevOps practices taken from the Open Source Software (OSS) world, researchers get to work in the same way as OSS developers and contributors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_140811.2172810000.png",
            "created": "2017-10-11T22:08:02.079035Z",
            "moderation_state": 3
        },
        {
            "id": 572,
            "content_url": "https://github.com/libscie/profile-prototype",
            "is_bookmarked": false,
            "tags": [
                "Beaker Browser",
                "Dat",
                "open access",
                "p2p",
                "reproducibility"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Chris Hartgerink",
            "submitter_profile_id": 3135,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chris Hartgerink",
                    "profile_id": 3135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Decentralizing scholarly communication",
            "description": "Using the peer-to-peer Web protocol Dat (https://datproject.org) we are prototyping a new way of communicating research findings.",
            "get_involved": "We are always looking for new testers! We actively diversify our testing, so everyone's welcome (especially non white males from the overdeveloped countries)",
            "get_involved_url": "https://github.com/libscie/profile-prototype/issues/new",
            "interest": "This project connects developments in science and developments in Web infrastructure for the sustainability of both.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-22_100546.8905170000.png",
            "created": "2017-12-22T10:05:46.889766Z",
            "moderation_state": 3
        },
        {
            "id": 2061,
            "content_url": "https://generative-placeholders.glitch.me/",
            "is_bookmarked": false,
            "tags": [
                "generative art",
                "images",
                "placeholder"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Generative Placeholders",
            "description": "Use generative art as your image placeholders.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-04_194120.8615890000.png",
            "created": "2021-05-04T19:41:20.860877Z",
            "moderation_state": 3
        },
        {
            "id": 1018,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tell Facebook: this can't happen again.",
            "description": "Up to 50 million Facebook users had their information used by Cambridge Analytica, a private company, without their knowledge or consent. That’s not okay. Facebook needs to step up and respect its users.\n\nWill you add your name to the petition asking Facebook to change its app permissions and ensure your privacy is protected by default?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/facebook/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:27:27.903667Z",
            "moderation_state": 3
        },
        {
            "id": 1912,
            "content_url": "https://mobilise.upstage.org.nz/",
            "is_bookmarked": false,
            "tags": [
                "Cyberformance",
                "Intermedia audience",
                "Internet art",
                "Networked performance",
                "Remote collaboration"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Helen Varley Jamieson",
            "submitter_profile_id": 4324,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Helen Varley Jamieson",
                    "profile_id": 4324,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Playful platform gets a rebuild",
            "description": "UpStage, the veteran browser-based platform for live online performance (cyberformance) is undergoing a complete rebuild as part of the Creative Europe funded project \"Mobilise/Demobilise.\" The new platform ditches Flash in favour of current technologies and adds new features for artists to use in real-time digital art collaborations. It will be launched in September 2021 with a performance series on the theme of mobility and immobility. Contributors welcome - developers, documentors, designers, artists - bring your imagination with you!",
            "get_involved": "We're interested in help with streaming, browser support, and business models; and we're open to anyone who is interested to get involved in the project.",
            "get_involved_url": "https://mobilise.upstage.org.nz",
            "interest": "UpStage is a unique and innovative open source artist-led creative collaboration platform. It's open source and visionary.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-16_152351.5706500000.png",
            "created": "2020-11-16T15:23:51.570067Z",
            "moderation_state": 3
        },
        {
            "id": 1021,
            "content_url": "https://foundation.mozilla.org/en/campaigns/amazon-echo-kids/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Amazon: clarify how you're safeguarding kids' privacy",
            "description": "Update: After hearing our concerns, Amazon has updated their product page to link to a page with more information about how they’re safeguarding children’s security.\n\nAmazon is about to release an Echo Dot smart speaker for kids. We've pored over the Echo Dot's product page and we can't find the answer to an important question — What will Amazon do with the information it collects from kids?\n\nJoin us in asking Amazon to update its product page to tell parents exactly what it will do with children's data.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/amazon-echo-kids/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:35:29.192905Z",
            "moderation_state": 3
        },
        {
            "id": 608,
            "content_url": "https://www.facebook.com/riseupasone/videos/1471468869636887/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your gadget's privacy risk",
            "description": "“Until you’re hacked, until your privacy is exposed, a lot of people think, oh, what do I have to hide?”Before you buy those hot new wireless holiday gifts, hear about the risks from Kashmir Hill.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn why you need to think about the privacy in your connected devices",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_172218.3153190000.jpg",
            "created": "2018-03-01T01:04:27.301047Z",
            "moderation_state": 3
        }
    ]
}