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=get_involved_url&page=31
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=get_involved_url&page=32",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved_url&page=30",
    "results": [
        {
            "id": 341,
            "content_url": "https://github.com/opentechinstitute/990-scraper",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Maya Wagoner",
                    "profile_id": 1779,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "990 Scraper",
            "description": "The 990 Scraper is a script for gathering information on nonprofits across the United States based on 990 tax data. This can include total revenues, number of employees, number of volunteers, location, the year it was formed, and more. The Open Technology Institute is using this tool to visualize data on nonprofits that build, use, or engage with technology for social justice, but presumably the tool could be used for any list of nonprofits you want. The script uses the ProPublica Nonprofit Explorer API, and places whatever pieces of information you want into a Google spreadsheet.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/opentechinstitute/990-scraper/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_151944.1372870000.jpg",
            "created": "2017-06-01T15:19:44.136977Z",
            "moderation_state": 3
        },
        {
            "id": 256,
            "content_url": "https://ottagit.gitbooks.io/git-push-freshman-open-curriculum/content/",
            "is_bookmarked": false,
            "tags": [
                "mozillaclubs",
                "mozlearn",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Git Push Freshman",
            "description": "The Git Push Freshman project is an open introductory course to version control concepts using Git and collaborative software development using GitHub to Computer Science first year students Maseno University, Kenya.\n\nFollowing an open curriculum developed in the course of this project and taking a hands-on approach, the project seeks to equip the students with basic technical skills necessary to enable them to contribute to open source software projects.",
            "get_involved": "Help us build the curriculum on GitHub and/or fork it to make a version of your own.",
            "get_involved_url": "https://github.com/ottagit/git_push_freshman",
            "interest": "It offers curriculum and information helpful for learners interested in collaboration, open source software and GitHub.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-03_152814.0145400000.png",
            "created": "2017-05-03T15:28:14.014081Z",
            "moderation_state": 3
        },
        {
            "id": 304,
            "content_url": "https://github.com/p2pu/Awesome-Online-Courses",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Awesome Online Courses",
            "description": "Peer 2 Peer University (P2PU) supports access to high-quality education in public local spaces. It supports libraries and community groups in facilitating peer-led learning circles to help learners who want to take online courses together and in-person.For this Global Sprint project, P2PU needs your help to find more awesome online courses and share this list with educators and facilitators who are running learning circles around the globe.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/p2pu/Awesome-Online-Courses",
            "interest": "This is a great example of a long-time allied organization and MozFest attendee inviting all of our communities to share some of their best online learning resources with the Network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_172924.4855220000.jpg",
            "created": "2017-05-25T10:15:04.177384Z",
            "moderation_state": 3
        },
        {
            "id": 240,
            "content_url": "https://paulvill.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Villoutreix",
                    "profile_id": 34,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Embryo Digital Atlas",
            "description": "Embryogenesis is the process by which a single fertilized cell is turned into a multi-cellular organism.  The Embryo Digital Atlas is a web based platform for curious citizens, students and researchers, to visualize complex experimental datasets of embryogenesis in an easy and beautiful way.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during the upcoming Global Sprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/paulvill/paulvill.github.io",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-24_235201.4380360000.png",
            "created": "2017-04-24T23:52:01.437344Z",
            "moderation_state": 3
        },
        {
            "id": 971,
            "content_url": "https://www.peblio.co",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Esther Hersh",
            "submitter_profile_id": 1777,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Esther Hersh",
                    "profile_id": 1777,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Peblio",
            "description": "Peblio is an instructional tool and resource sharing community for Computer Science teachers. Peblio makes it really easy to create and share coding lessons and adapt lessons created by others.",
            "get_involved": "",
            "get_involved_url": "https://github.com/peblio/app",
            "interest": "Yes",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-12_220211.7510760000.png",
            "created": "2018-12-12T22:02:11.750389Z",
            "moderation_state": 3
        },
        {
            "id": 308,
            "content_url": "https://github.com/peekdistrict/peekdistrict",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "surveillance",
                "united kingdom"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Write documentation"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Peek District",
            "description": "We're here to collaboratively report, identify, and track the location of CCTV Surveillance cameras.They're meant to add a sense of security. Would you rather park you car or bike near one? If something goes wrong, getting access to the footage could help you. If something DOES go wrong, does a CCTV camera help you? The UK holds the largest concentration of CCTV cameras on the planet, and yet cameras have increased in many aspects of our lives, across the globe. 2013 estimates show UK coverage at 5.9 Million (1 camera for every 11 people).Who watches the watchers?",
            "get_involved": "Help us  improve public awareness; of state and corporate monitoring, and to enable these devices to work for our benefit through greater transparency and accountability.",
            "get_involved_url": "https://github.com/peekdistrict/peekdistrict",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-07_183445.2525750000.jpg",
            "created": "2017-05-25T19:58:25.021657Z",
            "moderation_state": 3
        },
        {
            "id": 1058,
            "content_url": "https://github.com/peoplenarthax/chromosome-js",
            "is_bookmarked": false,
            "tags": [
                "javascript",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Angel Paredes",
            "submitter_profile_id": 2032,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Angel Paredes",
                    "profile_id": 2032,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChromesomeJS",
            "description": "A small library to help people develop their own Genetic Algorithms.",
            "get_involved": "People can contribute in many ways, giving feedback, contributing as coders or helping to document the project and create examples",
            "get_involved_url": "https://github.com/peoplenarthax/chromosome-js",
            "interest": "ChromosomeJS help people not only develop Genetic Algorithms, but it also aims to spread knowledge to those who are curious",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-14T07:20:55.646292Z",
            "moderation_state": 3
        },
        {
            "id": 237,
            "content_url": "https://github.com/phageParser/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "phageParser",
            "description": "PhageParser is a project to extract and annotate CRISPR information from open genetic data, making a versatile database that captures the diversity of all known CRISPR systems.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during #mozsprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/phageParser/phageParser",
            "interest": "phageParser is for anyone interested in exploring what we know about CRISPR systems in nature. This includes researchers, educators, and the general public.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-21_223647.9447240000.png",
            "created": "2017-04-21T22:36:47.944155Z",
            "moderation_state": 3
        },
        {
            "id": 787,
            "content_url": "https://github.com/phageParser/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "crispr",
                "dna",
                "genetics",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Madeleine Bonsma-Fisher",
            "submitter_profile_id": 474,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Madeleine Bonsma-Fisher",
                    "profile_id": 474,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract and organize CRISPR information from open genetic data.",
            "get_involved": "Contribute to our codebase and help us plan.",
            "get_involved_url": "https://github.com/phageParser/phageParser#phageparser",
            "interest": "CRISPR research is an important and growing field, but relevant data is hard to access and interpret. phageParser is making it easier for anyone to explore CRISPR immune systems across many species of bacteria.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211425.5145310000.jpg",
            "created": "2018-04-30T21:29:20.490914Z",
            "moderation_state": 3
        },
        {
            "id": 803,
            "content_url": "https://github.com/PhinchApp/Phinch/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "computational biology",
                "data visualisation",
                "genomics",
                "metadata",
                "mozsprint",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Holly Bik",
            "submitter_profile_id": 1325,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Holly Bik",
                    "profile_id": 1325,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Phinch: An interactive, exploratory data visualization tool for genomic data",
            "description": "Phinch is a open source, interactive data visualization framework for environmental genomics datasets, enabling rapid data exploration during the typical scientific research workflow. The project is a collaboration between Dr. Holly Bik (Assistant Professor at UC Riverside) and Pitch Interactive (a data visualization studio in Oakland, CA), and is funded by the Alfred P. Sloan Foundation. End users include researchers, educators, students, and citizen scientists.",
            "get_involved": "Electron app coding, bug fixes, testing out datasets, submitting feedback or visualization ideas",
            "get_involved_url": "https://github.com/PhinchApp/Phinch/blob/master/CONTRIBUTING.md",
            "interest": "DNA sequencing and genomics datasets are exciting but VERY difficult to visualize in an intuitive way. We are trying to empower scientists with better graphical frameworks, and make these exciting -Omics datasets more accessible to teachers and citizen scientists alike.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_153103.3591060000.jpg",
            "created": "2018-05-04T15:31:03.358510Z",
            "moderation_state": 3
        },
        {
            "id": 142,
            "content_url": "https://www.npmjs.com/package/bezier-js",
            "is_bookmarked": false,
            "tags": [
                "javascript"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bezier JS",
            "description": "A javascript library for working with Bezier curves.",
            "get_involved": "",
            "get_involved_url": "https://github.com/Pomax/bezierjs",
            "interest": "Drawing curves with code is complicated. This  much easier draw them and understand how they work!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-26T16:44:21.645000Z",
            "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": 494,
            "content_url": "https://github.com/ppolsinelli/CoopsAndDragons",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Pietro Polsinelli",
            "submitter_profile_id": 157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Pietro Polsinelli",
                    "profile_id": 157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coops & Dragons",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/ppolsinelli/CoopsAndDragons",
            "interest": "Its about exploring platform coops and their relationship with privately owned crowd sourced networks.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_083822.8757110000.png",
            "created": "2017-10-25T08:38:22.875107Z",
            "moderation_state": 3
        },
        {
            "id": 554,
            "content_url": "https://www.gamasutra.com/blogs/PietroPolsinelli/20171121/309819/Creating_A_Board_Game_On_Platform_Cooperativism.php",
            "is_bookmarked": false,
            "tags": [
                "board games",
                "platform coops",
                "serious games"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "published_by": "Pietro Polsinelli",
            "submitter_profile_id": 157,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pietro Polsinelli",
                    "profile_id": 157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Board Game On Platform Cooperativism from MozFest 2017",
            "description": "Presenting the evolution and the experience of a board game on platform cooperativism presented at MozFest 2017. It's free on Github!",
            "get_involved": "",
            "get_involved_url": "https://github.com/ppolsinelli/CoopsAndDragons/",
            "interest": "How to use board game to present complex themes, and specifically related to decentralization.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-21_183157.8332280000.jpg",
            "created": "2017-11-21T18:31:57.832474Z",
            "moderation_state": 3
        },
        {
            "id": 306,
            "content_url": "https://github.com/pransh15/decentralization-camp/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Decentralization Camp",
            "description": "A one-stop shop for someone to learn about Decentralization and why it is important.",
            "get_involved": "You can make graphics, memes, write blogs, do petitions, get us a reach, discuss with us what's necessary and what's not, review us, make websites and if nothing else urge people, Tweet about it or post it on Facebook so that we get as much suport as we need to keep this web an Open one.",
            "get_involved_url": "https://github.com/pransh15/decentralization-camp/blob/master/README.md",
            "interest": "We all have been a part of the internet, and making it what it is, and now as the scenario's changing we need to stop it. We need the web to be open, and nobody can take it away from us!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_162243.2433980000.jpg",
            "created": "2017-05-25T16:22:43.242854Z",
            "moderation_state": 3
        },
        {
            "id": 763,
            "content_url": "https://github.com/prateekiiest/Code-Sleep-Python",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Prateek Chanda",
            "submitter_profile_id": 519,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Prateek Chanda",
                    "profile_id": 519,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code Sleep Python",
            "description": "The project presents a curated list of desktop applications, games and machine learning application using python. We are currently into making more desktop applications using python which can be ported in cross-platforms and used by many.",
            "get_involved": "",
            "get_involved_url": "https://github.com/prateekiiest/Code-Sleep-Python#join-slack",
            "interest": "All Hail Python !!  If you are into making cool stuff using python, like machine learning application, AI, desktop applications or game, then this is for you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-25_071200.0983960000.png",
            "created": "2018-04-25T07:12:00.097982Z",
            "moderation_state": 3
        },
        {
            "id": 2052,
            "content_url": "https://medium.com/prifina/smart-cities-and-even-smarter-residents-empowered-by-personal-data-a8e689693852",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data privacy",
                "iot",
                "personal data",
                "sensor",
                "smart cities",
                "wearables"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Fundraise"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "news",
            "title": "How Personal Data can Empower Smart Cities and Even Smarter Residents",
            "description": "Going beyond smart cities to smarter residents with personal data?With many public sensors in cities, we've got many discussions around the utility of combinations of public data with personal data.Take for example noise, pollution, allergens and combine with breathing, stress levels, recovery, sleep etc.Gets even more interesting when you connect more household / iot devices, Alexas etcWe can build more user agency with data, by suggesting healthier routines and actions.We are exploring what else we (and developers overall) can build with some leaders in the public sensor space.",
            "get_involved": "Help us test the developer framework, build test apps / widgets , test apps",
            "get_involved_url": "https://github.com/prifina/prifina-app-starter",
            "interest": "Explores combinations of public/personal data, developer opportunities, in a privacy preserving approach",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-30_153748.2425510000.jpeg",
            "created": "2021-03-30T15:37:48.241776Z",
            "moderation_state": 3
        },
        {
            "id": 2017,
            "content_url": "https://towardsdatascience.com/variance-in-data-from-oura-ring-and-fitbit-whos-right-4e4b8861c78a",
            "is_bookmarked": false,
            "tags": [
                "app",
                "big data",
                "bioinformatics",
                "data",
                "data science",
                "developer",
                "sensor",
                "wearables"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Variance in Data from Oura Ring and FitBit —Who’s Right?",
            "description": "Combining personal data sources like Oura and Fitbit, we draw conclusions on how to handle errors, variance and complementsUsing a graphing tool on Prifina, we can look at a user’s wearables data, compare different data points for the same time intervals, explore correlations and variations in the data itself. We can explore data from the same user, for the same interval (day, week, month) for different wearable devices.",
            "get_involved": "",
            "get_involved_url": "https://github.com/prifina/prifina-app-starter",
            "interest": "It questions the quality of data from wearables, suggest ways to enrich it for different applications and practical tips for how to utilize a smart software layer in between devices",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-18_145812.7175110000.jpeg",
            "created": "2021-03-18T14:58:12.716669Z",
            "moderation_state": 3
        },
        {
            "id": 602,
            "content_url": "https://project-jste.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "global sprint",
                "javascript",
                "mozfest",
                "mozsprint",
                "open web",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Ahmed Hassan (GeeekyBoy)",
            "submitter_profile_id": 310,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Ahmed Hassan (GeeekyBoy)",
                    "profile_id": 310,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Project JavaScript Translated Edition (Jste)",
            "description": "Project Jste aims to give the opportunity for everyone to code and develop his/her own website or web application by writing a code written in his/her local natural language.",
            "get_involved": "Help us porting Jste to more languages and also translate more JS functions.",
            "get_involved_url": "https://github.com/project-jste/framework",
            "interest": "Because Project Jste will give the opportunity for everyone to code and develop his/her own website or web application in his/her local natural plain language instead of the currently used syntax which may be seemed complex for large portion of people.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025517.9964150000.jpg",
            "created": "2018-02-26T21:04:01.606593Z",
            "moderation_state": 3
        },
        {
            "id": 649,
            "content_url": "https://publiccode.net",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "government",
                "mozsprint",
                "open source",
                "policy",
                "smart cities",
                "sustainability"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Boris van Hoytema",
            "submitter_profile_id": 416,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Boris van Hoytema",
                    "profile_id": 416,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foundation For Public Code",
            "description": "Helping cities develop code together: Codebase stewardship for products that are mixed source code & policy code.We create a viable future for cities and civic operating systems that are highly participatory and drive societal engagement. A public digital infrastructure that is inclusive, usable, adaptive, open and sustainable.To achieve this we maintain, manage, contribute to and grow an ecosystem of public software and policies that help governments, communities and citizens improve their city.",
            "get_involved": "Help us improve our process, communication and organisation to support cities to develop code together.",
            "get_involved_url": "https://github.com/publiccodenet/about/blob/develop/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024817.2380010000.jpg",
            "created": "2018-03-25T15:49:32.065705Z",
            "moderation_state": 3
        },
        {
            "id": 389,
            "content_url": "https://drive.google.com/file/d/0BxF2Z6ijaGvXUWlPZTFoeFZiV1U/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "hack for change",
                "low literacy",
                "resume",
                "workforce"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Online Resume Builder",
            "description": "Our dream is to alleviate the stress and barriers often encountered when people create a resume.  The project mission was to develop an online tool that allows individuals with low literacy and word processing skills to develop a resume using an online form that populates job duties with open source O*Net data. The solution that we implemented was based off best practices developed by Austin Free-Net. The website that we built fully integrated data from the department of labor and supported the completion of a downloadable and fully customized resume in three simple steps.",
            "get_involved": "This project will continue to evolve through the discovery and implementation of new features. We need the following skills; Database Design,  SQL, Web development, UX and Graphic Design.",
            "get_involved_url": "https://github.com/qmcree/resume-builder/",
            "interest": "The idea of using open-source workforce data, analytics and solutions to help those most in need is an inclusive application of open innovation. This approach reaches the most digitally disconnected.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-22_221514.6303380000.jpg",
            "created": "2017-06-22T22:15:14.629636Z",
            "moderation_state": 3
        },
        {
            "id": 726,
            "content_url": "https://www.data-playground.org.uk",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "data literacy",
                "mozsprint",
                "open data"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community"
            ],
            "published_by": "samantha ahern",
            "submitter_profile_id": 421,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "samantha ahern",
                    "profile_id": 421,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Literacy Playground",
            "description": "An online space where 16-24 yr olds can use, interact with and understand the benefits and issues of using and sharing data so that they can make informed choices about data sharing.",
            "get_involved": "Help us to create the initial web site and develop the visual identity of the project.",
            "get_involved_url": "https://github.com/quirksahern/DataLiteracyPlayground",
            "interest": "We are hoping that will inspire a new generation to make informed choices about data for the benefit of society.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_102858.0615430000.png",
            "created": "2018-04-24T10:28:58.060781Z",
            "moderation_state": 3
        },
        {
            "id": 460,
            "content_url": "https://github.com/rainsworth/ROSA",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open educational resource",
                "open leadership zone",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Rachael Ainsworth",
            "submitter_profile_id": 123,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rachael Ainsworth",
                    "profile_id": 123,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Resources for Open Science in Astronomy (ROSA)",
            "description": "Our mission is to compile and tailor open science best practices from around the web into a resource kit for astronomers to work openly from proposal to publication - we want to supply a single resource to early career scientists to empower them with the tools to practice open access/data/source/science! We envision that this project will result in two products: general open science resource kit that can be adapted to any field, and one specifically tailored for astronomy - ROSA. The end product aims to be a well-documented guide on WHY you should research openly and HOW.",
            "get_involved": "Help us compile resources, draft tutorials, design the website and provide feedback on the toolkit! This project relies on contributions from both the wider astrophysics and open science communities in order to benefit from diversity and range in input.",
            "get_involved_url": "https://github.com/rainsworth/ROSA/blob/master/ROADMAP.md",
            "interest": "Many scientific fields are still dominated by closed research practices. It is often difficult to reproduce results and frustrating to build/iterate on the research of others. The reasons for this are diverse, but one prominent issue is a lack of understanding about HOW to work in an open way.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_161009.7490470000.png",
            "created": "2017-10-10T16:10:09.746687Z",
            "moderation_state": 3
        },
        {
            "id": 684,
            "content_url": "https://github.com/rainsworth/ROSA",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open access",
                "open data",
                "open educational resource",
                "open innovation",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Rachael Ainsworth",
            "submitter_profile_id": 123,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rachael Ainsworth",
                    "profile_id": 123,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Resources for Open Science in Astronomy (ROSA)",
            "description": "Our mission is to compile and tailor open science best practices from around the web into a resource kit for astronomers to work openly from proposal to publication - we want to supply a single resource to early career scientists to empower them with the tools to practice open access/data/source/science!",
            "get_involved": "Help us compile resources, draft content/tutorials and provide feedback on the toolkit! This project relies on contributions from both the wider astrophysics and open science communities in order to benefit from diversity and range in input.",
            "get_involved_url": "https://github.com/rainsworth/ROSA/issues",
            "interest": "Many scientific fields are still dominated by closed research practices. It is often difficult to reproduce results and frustrating to build/iterate on the research of others. The reasons for this are diverse, but one is a lack of understanding about HOW to work in an open way. Let's fix this!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-10_163109.5025520000.jpg",
            "created": "2018-04-10T16:31:09.501912Z",
            "moderation_state": 3
        },
        {
            "id": 316,
            "content_url": "https://github.com/resbazaz/studyGroup",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Research Bazaar Arizona",
            "description": "ResBazAZ is a community of researchers from all fields and all levels of skill who want to use technology to further our data analysis and inquiry. Our goal is to make a collaborative space for researchers from different fields to collaborate and allow incredible research breakthroughs happen! For the Global Sprint, ResBazAZ is proud to announce that we are partnering with Atmosphere (CyVerse) and the University of Arizona libraries to work on several projects!",
            "get_involved": "We encourage you to join us June 1st and 2nd for #mozsprint and contribute to whichever project you find the most intriguing!",
            "get_involved_url": "https://github.com/resbazaz/studyGroup",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_202256.2882170000.png",
            "created": "2017-05-26T20:22:56.287577Z",
            "moderation_state": 3
        },
        {
            "id": 764,
            "content_url": "https://github.com/ricklupton/floweaver",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "data visualisation",
                "mozsprint",
                "open data",
                "Sankey diagram",
                "visualization"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Rick Lupton",
            "submitter_profile_id": 521,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rick Lupton",
                    "profile_id": 521,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "floWeaver",
            "description": "Many kinds of data can be thought of as 'flows': energy and materials moving through industry, money flowing through the economy, telephone lines moving between providers, voters moving between parties. floWeaver helps you to exchange and analyse flow data and visualise it using Sankey diagrams.",
            "get_involved": "Help us by using floWeaver to visualise your data and giving feedback and sharing examples of the results; or help us improve the documentation and identify and fix bugs in the code.",
            "get_involved_url": "https://github.com/ricklupton/floweaver/blob/master/CONTRIBUTING.md",
            "interest": "floWeaver is an open-source tool for data visualisation, and supports open interoperability between visualisation tools by defining an open data format for Sankey diagram data.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-25_142936.6544200000.png",
            "created": "2018-04-25T14:29:36.653876Z",
            "moderation_state": 3
        },
        {
            "id": 553,
            "content_url": "https://github.com/rissom/unidaplan",
            "is_bookmarked": false,
            "tags": [
                "AngularJS",
                "eLifeopensciencesoapbox",
                "ELN",
                "Java",
                "mozfest",
                "open science",
                "open source",
                "PostgreSQL",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Thorsten Rissom",
            "submitter_profile_id": 238,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Thorsten Rissom",
                    "profile_id": 238,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unidaplan",
            "description": "Unidaplan (\"You need a plan\") is an open source sample management software. This software is made for scientists who need to manage their samples, plan experiments and do processes on them. The tool allows you to plan experiments and track progress, as well as search for samples with specific properties.",
            "get_involved": "Unidaplan is working, but still in prototype stage. Looking for people who would like to try it out, test it and give feedback. Contribute on GitHub (https://github.com/rissom/unidaplan).",
            "get_involved_url": "https://github.com/rissom/unidaplan",
            "interest": "Interesting for scientists who work with physical samples",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-19_181154.9325910000.png",
            "created": "2017-11-19T18:11:54.931804Z",
            "moderation_state": 3
        },
        {
            "id": 782,
            "content_url": "https://medium.com/read-write-participate/a-green-approach-to-open-source-in-buenos-aires-3331861a1bc1",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "ETER",
            "description": "A community-built air quality monitor that measures particle pollution in Buenos Aires, Argentina",
            "get_involved": "",
            "get_involved_url": "https://github.com/rlyehlab/ETER/blob/master/README.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-30_143312.4318960000.jpg",
            "created": "2018-04-30T14:33:12.429930Z",
            "moderation_state": 3
        },
        {
            "id": 1453,
            "content_url": "https://github.com/ronaldodecampos/Roles-Sharing-Network",
            "is_bookmarked": false,
            "tags": [
                "complex systems",
                "knowledge sharing",
                "social networking"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Design"
            ],
            "published_by": "Ronaldo Campos",
            "submitter_profile_id": 2599,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Ronaldo Campos",
                    "profile_id": 2599,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Roles in a Knowledge Sharing Network",
            "description": "Material of the session in MozFest2019 - Roles in a Knowledge Sharing Network",
            "get_involved": "",
            "get_involved_url": "https://github.com/ronaldodecampos/Roles-Sharing-Network",
            "interest": "Concepts about Social Network Analisys applied at knowlede sharing network",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-10-26T00:56:48.950026Z",
            "moderation_state": 3
        },
        {
            "id": 570,
            "content_url": "https://github.com/rust-br/2018-roadshow",
            "is_bookmarked": false,
            "tags": [
                "rust"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 9,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "2018 Brazil Rust Roadshow",
            "description": "We working with Rust programmers and associated communities to run the first Rust roadshow so that developers and programmers around the Brazil can understand, use and evangelize this language will advance make the web better and more secure.",
            "get_involved": "Help us running a Dive Into Rust workshop at your city, developing our website, build resources for mobilizers and bring new ideas to fueling our movement.",
            "get_involved_url": "https://github.com/rust-br/2018-roadshow/blob/master/CONTRIBUTING.md",
            "interest": "The Rust programming language will be important to the future of the web, making it safe and great. Having more developers understand, use and evangelize this language will advance make the web better and more secure.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-16_034006.6321630000.png",
            "created": "2017-12-16T03:40:06.631748Z",
            "moderation_state": 3
        },
        {
            "id": 662,
            "content_url": "https://github.com/rust-community/content-o-tron",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "blog",
                "mozsprint",
                "rust"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community"
            ],
            "published_by": "Mark Sta Ana",
            "submitter_profile_id": 306,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mark Sta Ana",
                    "profile_id": 306,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Content-o-Tron",
            "description": "A process to generate Rust related blog posts written by people who don't usually write blog posts.",
            "get_involved": "We're trying to formalise a process that initiates blogging themes, track the progress of user generated blog posts, provide editorial assistance and then curate the content.",
            "get_involved_url": "https://github.com/rust-community/content-o-tron",
            "interest": "Long form writing (blogging) about experiences can be intimidating and tough. We want to help people over this hurdle.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_174706.2352250000.jpg",
            "created": "2018-03-31T14:48:41.836821Z",
            "moderation_state": 3
        },
        {
            "id": 375,
            "content_url": "https://safenetwork.org/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "SAFE Network",
            "description": "The SAFE Network is a decentralized data storage and communications network that provides a secure, efficient and zero-cost infrastructure. Rather than using data centers and servers which are prone to data theft and surveillance, the SAFE Network uses advanced peer-to-peer technology that joins together the unused hard drive space, CPU power and Internet connections of all SAFE users, creating a global network.",
            "get_involved": "",
            "get_involved_url": "https://github.com/safenetwork/safenetwork",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_185331.2854860000.jpg",
            "created": "2017-06-16T18:53:31.285151Z",
            "moderation_state": 3
        },
        {
            "id": 1168,
            "content_url": "https://github.com/salmancade/Digital-skills-for-Refugees",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Mentor"
            ],
            "published_by": "Salim Abdullahi Ismail",
            "submitter_profile_id": 1936,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Salim Abdullahi Ismail",
                    "profile_id": 1936,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mirror Initiative- Digital skills for refugees",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/salmancade/Digital-skills-for-Refugees",
            "interest": "any other person who wish to find similar content refugees can easily use/remix",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-10T08:40:52.742149Z",
            "moderation_state": 3
        },
        {
            "id": 811,
            "content_url": "https://www.whosedata.ca",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Canada",
                "Canadian",
                "data",
                "data privacy",
                "mozsprint",
                "personal data",
                "research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Design"
            ],
            "published_by": "Sam Burton",
            "submitter_profile_id": 1359,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 1359,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Whose Data? A Canadian project",
            "description": "Whose Data? is an open source project that aims to make it easier for Canadians to answer key questions about who owns -- and what options we have to control -- data collected about us via common online (eg. social media platforms) and offline (eg. health records) activities.",
            "get_involved": "Help build and test Whose Data? by doing research online, organzing data, improving web & visual design, spreading the word, and/or sharing feedback, questions, and ideas to make the project better.",
            "get_involved_url": "https://github.com/samanthaburton/whose_data/blob/master/CONTRIBUTING.md",
            "interest": "Do you want to know more about who owns your data, but don't know where to start? Or maybe you know a lot about personal data or online privacy, and want to help others learn? Either way, this project is a great place to get started.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_022824.3448760000.jpg",
            "created": "2018-05-08T02:28:24.344408Z",
            "moderation_state": 3
        },
        {
            "id": 313,
            "content_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Preprint Journal Club",
            "description": "The Preprint Journal Club project aims to develop resources to encourage the hosting of Preprint journal clubs at different research institutions around the world.  We are scientists and ASAPbio Ambassadors passionate about Open Science and we believe preprints can help to promote it.",
            "get_involved": "Join us for the #mozsprint on June 1-2. We will have projects ready for you on our GitHub repository.",
            "get_involved_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_152645.1456580000.png",
            "created": "2017-05-26T15:26:45.145130Z",
            "moderation_state": 3
        },
        {
            "id": 794,
            "content_url": "https://prereview.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "diversity",
                "inclusivity",
                "mozsprint",
                "peer-to-peer mentoring"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community"
            ],
            "published_by": "Sam Hindle",
            "submitter_profile_id": 141,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Monica Granados",
                    "profile_id": 167,
                    "is_active": true
                },
                {
                    "name": "Sam Hindle",
                    "profile_id": 141,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PREreview: post, read, and engage with preprint reviews",
            "description": "PREreview seeks to diversify peer review in academia by crowdsourcing pre-publication feedback to improve the quality of published scientific output. To enable this diversification, we aim to train early-career researchers in how to review others’ scientific work, and help them gain recognition and entry into the peer review process. We believe that empowering early-career researchers with these skills will facilitate a cultural shift towards a more open and constructive peer review process.",
            "get_involved": "Help us build an outline for our Peer Review Mentoring Program",
            "get_involved_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "interest": "We want to make scientific peer review more inclusive and open for community discussion, to help science progress faster",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211406.1285510000.jpg",
            "created": "2018-05-02T01:24:13.285719Z",
            "moderation_state": 3
        },
        {
            "id": 476,
            "content_url": "https://www.prereview.org/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "Mozilla Open Leadership Project",
                "Mozilla Science Mini-Grant Awardee",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Sam Hindle",
            "submitter_profile_id": 141,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Hindle",
                    "profile_id": 141,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Preprint Journal Club Starter Kit",
            "description": "This project aims to develop resources to encourage the hosting of Preprint Journal Clubs at different research institutions around the world. The purpose of a Preprint Journal Club, in our opinion, would be to not only discuss research fresh out of the lab, but to provide an opportunity for early career researchers to develop their manuscript peer review skills, whilst also providing constructive feedback to the authors. We also hope that by introducing preprints into every-day lab practices, this project will promote the engagement of researchers with preprints.",
            "get_involved": "Volunteer to be a beta tester to test out our resources at a preprint journal club in your institution. Email us at [email protected]",
            "get_involved_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "interest": "Our project helps to promote Open Access and Open Science, and offers a complementary mechanism for science communication vs traditional publishing",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_003807.0782030000.png",
            "created": "2017-10-20T00:38:07.077499Z",
            "moderation_state": 3
        },
        {
            "id": 1139,
            "content_url": "http://learningwikibase.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "decentralization",
                "knowledge commons",
                "open data",
                "wikimedia",
                "wikipedia"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Sandra Muellrick",
            "submitter_profile_id": 2049,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sandra Muellrick",
                    "profile_id": 2049,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Learning Wikibase",
            "description": "Wikibase is an open source software suite for running a collaborative knowledge base. One installation of it is Wikidata. It's a collaborative knowledge base software that allows users to tie into a vast network of linked open data, easily adding to and ingesting knowledge from Wikidata and other instances of Wikibase, creating an ecosystem of easily shared, connected knowledge. The vision of LearningWikibase is to provide Online Materials to make it easier to install, maintain or customize your Wikibase instance. Please share you're learnings or tips with others to benefit from each other.",
            "get_involved": "Help us to create learning resources for Wikibase, add your knowledge, write technical documentation",
            "get_involved_url": "https://github.com/samu-wmde/learningwikibase/blob/master/CONTRIBUTING.md",
            "interest": "Create Decentralized Knowledgebases with Open Data and share it with others (Wikidata)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_135326.0391530000.png",
            "created": "2019-04-30T16:35:43.376706Z",
            "moderation_state": 3
        },
        {
            "id": 1150,
            "content_url": "https://github.com/samwalkow/Diversity_and_Open_Source_Software_Sustainability",
            "is_bookmarked": false,
            "tags": [
                "github"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Sam Walkow",
            "submitter_profile_id": 1961,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Walkow",
                    "profile_id": 1961,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Diversity and Open Source Software Sustainability",
            "description": "I data wrangled with a bunch of Github data to look at who is coding where in the world, and on which projects. All data is anonymous. I am hoping to look at project growth and sustainability over time, and to understand how user activities affect that sustainability.",
            "get_involved": "Feedback on what to look for in the data, how to look for it, and comments would be great.",
            "get_involved_url": "https://github.com/samwalkow/Diversity_and_Open_Source_Software_Sustainability",
            "interest": "Others might be interested in how github is used and who is using it.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T04:21:40.658524Z",
            "moderation_state": 3
        },
        {
            "id": 1109,
            "content_url": "https://github.com/SanliFaez/Commons4Academics",
            "is_bookmarked": false,
            "tags": [
                "knowledge commons"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Sanli",
            "submitter_profile_id": 2019,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sanli",
                    "profile_id": 2019,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "“The University Cooperative” Workshop",
            "description": "## One day workshop about managing academic resources as common property\n* Questions: If we want to become decision makers of our shared resources, what do we need to learn? Which tools do we need? What rights are we missing?\n* Take away: We develop a clearer understanding of how to increase resource control among the academic community. We understand better how that has been done by others. \n* Effort: To learn together how the lessons from the commons can help academics in their work. To share and discuss what we and others can do right now. To sketch a roadmap that show us the way forward.",
            "get_involved": "Organize similar workshops at your university or institution and share with us the solutions you create in those workshops",
            "get_involved_url": "https://github.com/SanliFaez/Commons4Academics/blob/master/CONTRIBUTING.md",
            "interest": "This workshop will introduce you to issues, concepts, and successful examples of academic and nonacademic communities governing common resources.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-14_171012.5011740000.png",
            "created": "2019-04-14T17:10:12.500581Z",
            "moderation_state": 3
        },
        {
            "id": 1163,
            "content_url": "https://sarahrogue.github.io/travelling-intersections/",
            "is_bookmarked": false,
            "tags": [
                "higher education",
                "inclusive",
                "internationalization",
                "intersectionality",
                "study abroad",
                "travel"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Write documentation"
            ],
            "published_by": "Sarah van der Westhuizen",
            "submitter_profile_id": 1972,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah van der Westhuizen",
                    "profile_id": 1972,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Intersectional Travel",
            "description": "Intersectional Travel is an open resource for international education practitioners at higher education institutions to use to think about intersectionality and internationalization. International education practitioners work in international or study abroad offices, and play an important role in internationalization initiatives on campus. The end goal for Intersectional Travel is to help achieve the goal of inclusive internationalization. This means making studying abroad and internationalization at home experiences more accessible and open to all students at tertiary institutions.",
            "get_involved": "Help create content using the analytical framework of intersectionality to think about internationalization / travelling / study abroad. Also, create practical activities that students and practitioners can use and implement on campus.",
            "get_involved_url": "https://github.com/SarahRogue/travelling-intersections",
            "interest": "We are all travelers in some ways. It is important to think about the privileges and obstacles situated in the experience of travelling.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-03_152105.0760530000.png",
            "created": "2019-05-03T15:21:05.075583Z",
            "moderation_state": 3
        },
        {
            "id": 102,
            "content_url": "http://storyengine.io/stories/robby-kraft/",
            "is_bookmarked": false,
            "tags": [
                "hack",
                "innovation",
                "nasa",
                "prototype",
                "science",
                "space"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tumbleweed",
            "description": "Origami artist developed paper prototypes of folding robots that could repair damaged rovers on Mars. Final five winner in NASA challenge.",
            "get_involved": "",
            "get_involved_url": "https://github.com/sciencehackdayny/tumbleweed",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/102.png",
            "created": "2016-08-03T01:36:20.573000Z",
            "moderation_state": 3
        },
        {
            "id": 1208,
            "content_url": "https://www.soupysecurity.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Slammer",
            "submitter_profile_id": 2421,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Soupy Security",
            "description": "Soupy Security is an interactive, illustrated story for information security (infosec) practitioners and the community organizations that they work with. The project is a collaboration between artist Shoog McDaniel and information security trainer, Slammer. Soupy Security is Slammer's attempt to think thru a major challenge in their work: how to build sustainable infosec pathways for small organizations. These groups are rich in people power and vision but are strapped in terms of time, money, and other necessary infrastructure to build security into their work.",
            "get_involved": "Edit the storie(s).  I'm learning Twine so if you have experience let me know. Ideas on ways to take this offline including gallery exhibits, workshops, etc",
            "get_involved_url": "https://github.com/SelinaMusuta/Soupy-Security/blob/master/contribution.md",
            "interest": "Folks interested in making infosec less scary and more accessible",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-31_163902.1351610000.jpg",
            "created": "2019-05-31T16:39:02.134578Z",
            "moderation_state": 3
        },
        {
            "id": 60,
            "content_url": "http://crowd2map.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crowdsourcing",
                "development",
                "fgm",
                "mapping",
                "maps",
                "mozfest",
                "tanzania"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 101,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowd2Map Tanzania crowdsourced mapping",
            "description": "Our project uses crowdsourcing to map rural Tanzania, thus improving the development in the region and fighting for important causes, such as ending female genital mutilation (FGM).",
            "get_involved": "People can find all the relevant info through our website and our GitHub repo. People can do mapping, coding, and many other things to help.",
            "get_involved_url": "https://github.com/seplute/crowd2map",
            "interest": "This is an opportunity for everyone to contribute to world improvement by doing something fun.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/60.jpg",
            "created": "2016-10-26T19:48:42.992000Z",
            "moderation_state": 3
        },
        {
            "id": 5,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "crowdsourcing",
                "fgm",
                "mapping",
                "mozfest",
                "tanzania",
                "women & girls"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Crowd2Map",
            "description": "Emerging from MozFest 2015, Crowd2Map improves maps of rural Tanzania to support development and humanitarian efforts — with a focus on protecting girls from female genital mutilation and ensuring they get quality education and can continue to shape their own futures.",
            "get_involved": "People outside of Tanzania can help with satellite mapping. Locally, contributors can participate using Maps.me on their mobile phone. You can also organize a mapathon in your community or contribute coding or other skills.",
            "get_involved_url": "https://github.com/seplute/crowd2map",
            "interest": "Contribute to an important global initiative while learning how an open project operates.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-01-13T20:09:47.140000Z",
            "moderation_state": 3
        },
        {
            "id": 376,
            "content_url": "https://github.com/shawnmgoulet/teachosm-for-high-school",
            "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": "TeachOSM for High School",
            "description": "This project provides educators with scale-able OpenStreetMap (OSM) geography-based educational modules developed to integrate with the United States AP Human Geography curriculum, exposing students to 21st century mapping technology.",
            "get_involved": "",
            "get_involved_url": "https://github.com/shawnmgoulet/teachosm-for-high-school",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_190513.3827540000.png",
            "created": "2017-06-16T19:05:13.382107Z",
            "moderation_state": 3
        },
        {
            "id": 307,
            "content_url": "https://learningfreewheel.wordpress.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MakersJam Mozilla Club on the Road",
            "description": "MakersJam OnTheRoad seeks to reach a wider audience by offering Maker Educator Residencies in schools and informal learning spaces, supporting them to kickstart their MakerSpaces, grow professional learning opportunities and develop an experimental/tactile approach to hands on learning of Web Literacy skills. MakersJam aims to make web literacy an embedded part of primary/elementary school curriculum and teacher/educator training.",
            "get_involved": "Help us invent different models and projects that would take the MakersJam into schools or informal learning spaces.",
            "get_involved_url": "https://github.com/shillontheroad/makers-jam",
            "interest": "People from all backgrounds can contribute to this project, especially if you love to tinker, connect seemingly random ideas, teach and learn visually or in a tactile way.     Love to code.     Love the MozFest experience",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_175326.8552330000.jpeg",
            "created": "2017-05-25T17:53:26.854175Z",
            "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
        }
    ]
}