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=28
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved_url&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved_url&page=27",
    "results": [
        {
            "id": 19,
            "content_url": "https://mozilla.github.io/foundation-icons/",
            "is_bookmarked": false,
            "tags": [
                "fonts",
                "icons",
                "logos"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Foundation Icon Font",
            "description": "An icon font that features all of the icons from the various websites and apps maintained by the Mozilla Foundation. Also includes downloadable SVG files for each icon.",
            "get_involved": "Looking for people to try it out & leave feedback.",
            "get_involved_url": "https://github.com/flukeout/foundation-icons",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-21T22:36:39.330000Z",
            "moderation_state": 3
        },
        {
            "id": 1893,
            "content_url": "https://github.com/fourthletter/nanny-surveillance",
            "is_bookmarked": false,
            "tags": [
                "tai-hackathon-landing",
                "tai-wg"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Di Luong",
            "submitter_profile_id": 423,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Di Luong",
                    "profile_id": 423,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nanny Surveillance State",
            "description": "This project will explore the impact of surveillance and artificial intelligence on the labor industry, particularly on domestic workers, e.g., nannies and housekeepers. The use of artificial intelligence or AI in the labor sector has become increasingly more prevalent. Examples include tracking labor productivity, health status, and replacing core job activities among others. AI is simultaneously capturing the employee’s digital footprint while also predicting their next move.",
            "get_involved": "Are you a computer scientist with a background on AI? Or are you may be a talented visual artist. We welcome your ideas and unique talent, and will not discount anyone's contribution.",
            "get_involved_url": "https://github.com/fourthletter/nanny-surveillance",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-27_170418.6242330000.jpg",
            "created": "2020-10-27T17:04:18.623919Z",
            "moderation_state": 3
        },
        {
            "id": 116,
            "content_url": "https://github.com/gembarrett/coconduct-builder",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Code of Conduct builder",
            "description": "An online tool for building a thorough and well-supported Code of Conduct specific to a community's online and/or offline environment.",
            "get_involved": "",
            "get_involved_url": "https://github.com/gembarrett/coconduct-builder",
            "interest": "The challenge to write and support a code of conduct and healthy community is shared by many people.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-07T16:57:48.768000Z",
            "moderation_state": 3
        },
        {
            "id": 275,
            "content_url": "https://gibboncode.github.io/GIBBON/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "visualization"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "GIBBON: The Geometry and Image-Based Bioengineering add-On",
            "description": "GIBBON is an open-source MATLAB toolbox and includes an array of image and geometry visualization and processing tools. GIBBON includes tools for tetrahedral meshing and finite element analysis and thereby provides a highly flexible image-based modeling environment (e.g. for patient-specific medical device design and advanced inverse finite element analysis).",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/gibbonCode/GIBBON/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_060807.9826680000.jpg",
            "created": "2017-05-12T06:08:07.982204Z",
            "moderation_state": 3
        },
        {
            "id": 331,
            "content_url": "https://github.com/girlscript/contribute-girlscript",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "GirlScript",
            "description": "In India, the international non- profit brands such as women who code, django girls etc. are out of reach from the women of tier-two or tier-three cities. Their events not only demand organiser to have a strong background but also the process of establishing a new chapter is too long! Through ‘GirlScript’ , I want to make a whole new community of women in technology where they will be learning about various technologies specially in computer science, IT and security.",
            "get_involved": "",
            "get_involved_url": "https://github.com/girlscript/contribute-girlscript",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_231747.3827430000.jpg",
            "created": "2017-05-31T23:17:47.382334Z",
            "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": 59,
            "content_url": "https://github.com/goyalsid/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crispr",
                "hackathon",
                "mozfest",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract, analyze, and share CRISPR information from open genetic data.",
            "get_involved": "Read about the project and how you can contribute with code or documentation on the GitHub repo!",
            "get_involved_url": "https://github.com/goyalsid/phageParser/blob/master/README.md#where-can-i-get-involved",
            "interest": "CRISPR research is becoming increasingly popular, and through this project anyone can help make relevant information easier to find and use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/59.png",
            "created": "2016-10-26T20:14:25.341000Z",
            "moderation_state": 3
        },
        {
            "id": 682,
            "content_url": "https://github.com/graciellehigino/IGNITE",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "communication",
                "community building",
                "education",
                "Mozilla Open Leadership Project",
                "mozsprint",
                "open access",
                "open educational resource",
                "open science",
                "participatory science"
            ],
            "issues": [
                "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": "Gracielle Higino",
            "submitter_profile_id": 406,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IGNITE",
            "description": "Science communication can empower people, and would be great if scientists could help in this mission. However, scientists are not trained to communicate their work to non-specialists (which can be really hard!), and they often think they can't do it. Because SciComm is an interdisciplinary field, why not gather people with different skills to build a fun, short, crowdsourced and reproducible SciComm workshop aimed at young scientists?",
            "get_involved": "You can help us building content, creating our visual identity, our website, analysing some data, organizing the courseware and activities, testing the workshop in your city or attending to a workshop and giving us feedback.",
            "get_involved_url": "https://github.com/graciellehigino/IGNITE",
            "interest": "This is an opportunity to science communicators to share their knowledge and help building a community. If you are not a science communicator, you will benefit form the content built in IGNITE and learn how you can spread the love for science.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-07_233215.4947050000.png",
            "created": "2018-04-07T23:32:15.494289Z",
            "moderation_state": 3
        },
        {
            "id": 960,
            "content_url": "https://github.com/graciellehigino/IGNITE/issues/19",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "decentralization",
                "open access",
                "science communication"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Gracielle Higino",
            "submitter_profile_id": 406,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Maria Letícia Bonatelli",
                    "profile_id": 1620,
                    "is_active": true
                },
                {
                    "name": "Daniela Saderi",
                    "profile_id": 1549,
                    "is_active": true
                },
                {
                    "name": "Felipe Do E. Santo",
                    "profile_id": 134,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IGNITE notes from MozFest2018",
            "description": "This is the summary of what we learned at MozFest2018 in the session intitled \"Defying our senses to promote diversity and inclusion in science communication with IGNITE\". There, we tried to think about irreverent solutions to accessibility problems in science communication and outreach. If you participated and want to be credited or just keep in touch, please, let us know! <3",
            "get_involved": "We would love some feedback on the content we've made, and we are looking for more tips! How can we use our senses in a creative way to communicate science?",
            "get_involved_url": "https://github.com/graciellehigino/IGNITE/",
            "interest": "We came up with pretty good advices for scientists that want to communicate science, but we always apreciate more tips!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-10_212947.1909940000.jpg",
            "created": "2018-11-10T21:29:47.190420Z",
            "moderation_state": 3
        },
        {
            "id": 374,
            "content_url": "https://github.com/GrantRVD/data-neuroscience",
            "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": "The Data Neuroscientist",
            "description": "The Data Neuroscientist is an attempt to re-imagine what neuroscience education would look like from a data-driven approach. At the center of the project is a syllabus and curriculum intended to mimic what a student would find in the core course requirements of a neuroscience masters or Ph.D. program. The mission of The Data Neuroscientist is to compile and distribute the resources for such a syllabus in an open-access way, as well as provide a template for anyone who wants to make such a curriculum for a different area of study.",
            "get_involved": "",
            "get_involved_url": "https://github.com/GrantRVD/data-neuroscience/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_183650.3881940000.png",
            "created": "2017-06-16T18:36:50.387879Z",
            "moderation_state": 3
        },
        {
            "id": 1231,
            "content_url": "https://medium.com/free-code-camp/how-to-wish-someone-happy-birthday-using-augmented-reality-3809776cb655",
            "is_bookmarked": false,
            "tags": [
                "aframe",
                "augmented reality",
                "virtual reality",
                "webv"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Design"
            ],
            "published_by": "Pratik Parmar",
            "submitter_profile_id": 2485,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Pratik Parmar",
                    "profile_id": 2485,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AR Birthday",
            "description": "Wishing birthday to your loved ones in another city is never easy. But using technology like Augmented Reality you can expand your creativity and wish them.",
            "get_involved": "https://github.com/HackyRoot/A-Frame-Examples",
            "get_involved_url": "https://github.com/HackyRoot/A-Frame-Examples",
            "interest": "This is an unique use of augmented reality in real life. It's built usign AFrame, which makes it easy to built for anyone.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-25_055926.8740540000.jpeg",
            "created": "2019-06-25T05:59:26.873627Z",
            "moderation_state": 3
        },
        {
            "id": 650,
            "content_url": "https://github.com/iceLearn/Openlearnresearch",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Join community"
            ],
            "published_by": "Dilrukshi Gamage",
            "submitter_profile_id": 417,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Dilrukshi Gamage",
                    "profile_id": 417,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Learning Research",
            "description": "Have you taken any (Massive) Open Online Course MOOCs? In such platforms i,e Coursera, edX, FutureLearn etc.. learners are information consumers. The learning platforms are decentralized to learn but suppressed the interaction and collaboration between learners. Learning experience in these platforms isolated the learners, yet learners better learn while learning together.This project we will build an open online learning community platform and grow the community to learn with each other with open groups.",
            "get_involved": "Help us to design interfaces, develop, and implement the platform or come and join the learning community to talk study togehter",
            "get_involved_url": "https://github.com/iceLearn/Openlearnresearch",
            "interest": "Learning in Open course while collaborating with diverse teams",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024711.3219810000.jpg",
            "created": "2018-03-25T19:46:24.297744Z",
            "moderation_state": 3
        },
        {
            "id": 785,
            "content_url": "https://github.com/InnovaPolitica/Pawah-tech-for-human-rights",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "civictools",
                "digitalrights",
                "digitalsecurity",
                "freespeech",
                "Human Rights",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Cristian León",
            "submitter_profile_id": 531,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cristian León",
                    "profile_id": 531,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Pawah! Tech for human rights",
            "description": "Pawah! is a tool to defend human rights through documentation of potential abuses.",
            "get_involved": "Help us looking through our documentation, improving the idea, implementing the project",
            "get_involved_url": "https://github.com/InnovaPolitica/Pawah-tech-for-human-rights",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-30_171158.3978980000.jpg",
            "created": "2018-04-30T17:11:58.397302Z",
            "moderation_state": 3
        },
        {
            "id": 1136,
            "content_url": "https://github.com/InquisitiveVi/indexing-OL7",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozsprint",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Vinodh Ilangovan",
            "submitter_profile_id": 1927,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Vinodh Ilangovan",
                    "profile_id": 1927,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Inclusive Integrated Indexing",
            "description": "Inclusive Integrated Indexing is a comprehensive community driven open platform to capture all research outputs with digital identifiers",
            "get_involved": "Contribute code to set the online platform",
            "get_involved_url": "https://github.com/InquisitiveVi/indexing-OL7",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-30T11:45:25.973938Z",
            "moderation_state": 3
        },
        {
            "id": 534,
            "content_url": "http://intermine.org",
            "is_bookmarked": false,
            "tags": [
                "biology",
                "genomics",
                "open science",
                "open source",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "InterMine",
            "description": "InterMine is an open source project to integrate various biological data sources and makes it easy to query the data via a website or using an API.",
            "get_involved": "User testing, picking up issues, promoting us to people in biology",
            "get_involved_url": "https://github.com/intermine/intermine",
            "interest": "Successful open source scientific software that has been around since 2002.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-31_140534.8601690000.png",
            "created": "2017-10-31T14:05:34.855905Z",
            "moderation_state": 3
        },
        {
            "id": 514,
            "content_url": "https://ipfs.io",
            "is_bookmarked": false,
            "tags": [
                "content addressing",
                "decentralization",
                "distributed",
                "open data",
                "p2p"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Jeromy Johnson",
            "submitter_profile_id": 181,
            "bookmark_count": 6,
            "related_creators": [
                {
                    "name": "Jeromy Johnson",
                    "profile_id": 181,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IPFS",
            "description": "Making the web more peer to peer",
            "get_involved": "Plan local meetups, build apps using ipfs",
            "get_involved_url": "https://github.com/ipfs/community",
            "interest": "ipfs allows people to share and store data together, enabling more people to access the webs content",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_154909.7862510000.png",
            "created": "2017-10-27T15:49:09.785820Z",
            "moderation_state": 3
        },
        {
            "id": 268,
            "content_url": "https://github.com/ipsha21/altruism-in-tech",
            "is_bookmarked": false,
            "tags": [
                "diversity",
                "gender",
                "global sprint",
                "inclusion",
                "mentor",
                "tech",
                "women"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Altruism in Tech",
            "description": "The project is designed to help and guide people in tech who have lost their way, or find it difficult to start in the first place. The idea is to make the tech industry more inclusive and welcoming for a diverse set of people, by connecting them to a mentor, over internet for a call. The aim is to create a portal where interested Mozilla employees can volunteer by making themselves available for a one-on-one meeting, with a newcomer seeking help in their area of expertise.",
            "get_involved": "",
            "get_involved_url": "https://github.com/ipsha21/altruism-in-tech",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-05-10T16:43:07.471608Z",
            "moderation_state": 3
        },
        {
            "id": 501,
            "content_url": "http://www.koruza.net/",
            "is_bookmarked": false,
            "tags": [
                "future-proof hardware",
                "open hardware",
                "open innovation",
                "open iot",
                "open science",
                "open source",
                "smart cities",
                "wireless"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Anja Lazar",
            "submitter_profile_id": 164,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "KORUZA Pro - Open Source and Future-proof Light-speed Networking",
            "description": "KORUZA Pro is a first affordable, open source and future-proof free-space optical communication system, enabling next generation last-mile connectivity. Data is securely transmitted point-to-point over an eye-safe collimated beam of infra-red light with 1 Gbps or 10 Gbps throughput at distances up to 150 m. KORUZA Pro is designed for professional users, but not only, its open design enables versatile options for modifications and scientific experimentation. KORUZA Pro is developed at open hardware Institute IRNAS and fabrication lab Fabrikor and is supported by the Shuttleworth Foundation.",
            "get_involved": "Koruza is developed open source and open hardware. It is available for preorder from October 2016 on. Order a kit, test it, make suggestions, help improve it.",
            "get_involved_url": "https://github.com/IRNAS/KORUZA-Pro",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_184118.5034320000.jpg",
            "created": "2017-10-25T18:41:18.502755Z",
            "moderation_state": 3
        },
        {
            "id": 466,
            "content_url": "https://github.com/itidigitalbr/privacy-board-game",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 133,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy Board Game",
            "description": "The Privacy Board Game is an open, offline, extensible and board game to explore and analyze everyday situations on the Internet and learn how to navigate safely using good online security and privacy practices.",
            "get_involved": "Contribute to the project by testing the game, translating to your language, or collaborating on Github",
            "get_involved_url": "https://github.com/itidigitalbr/privacy-board-game/blob/master/CONTRIBUTING.md",
            "interest": "People are enact strong online safety habits through offline board game that's a fun way to learn anything, and bonus: our game is open, offline and extensible.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_172501.9109320000.png",
            "created": "2017-10-16T17:25:01.910449Z",
            "moderation_state": 3
        },
        {
            "id": 679,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "africa",
                "Female Genital Mutilation",
                "fgm",
                "mapping",
                "maps",
                "mozsprint",
                "openstreetmap",
                "tanzania"
            ],
            "issues": [
                "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": "Janet Chapman",
            "submitter_profile_id": 214,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 214,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowdsourced Mapping to fight FGM and aid development in Tanzania",
            "description": "Help us map rural Tanzania into OpenStreetMap and help protect girls from Female Genital Mutilation",
            "get_involved": "Help us map, improve our project and attend the global sprint!",
            "get_involved_url": "https://github.com/janetchapman/contribute-Crowd2Map",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-06_133113.4408290000.jpg",
            "created": "2018-04-06T13:31:13.440349Z",
            "moderation_state": 3
        },
        {
            "id": 281,
            "content_url": "https://github.com/jasonclark/linked-people-bioscience",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "linked data",
                "mozsprint",
                "open data",
                "profiles",
                "research networks"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Linked People Bioscience",
            "description": "Linked People Bioscience is a prototype software project that allows one to visualize research and networks of expertise based on researcher interests and research collaborations. This work applies a methodology for describing researcher interests and research collaborations through the application of linked open data (LOD) which has an impact on the visibility of these researchers in search engines.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/jasonclark/linked-people-bioscience",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_013643.5978150000.png",
            "created": "2017-05-15T01:36:43.597360Z",
            "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": 685,
            "content_url": "https://www.parkology.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "children",
                "city parks",
                "collaboration",
                "community",
                "empowerment",
                "empower women",
                "environment",
                "equity",
                "mozsprint",
                "new york city",
                "park",
                "smart cities",
                "urban"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Jeffrey M Keefer",
            "submitter_profile_id": 473,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Jeffrey M Keefer",
                    "profile_id": 473,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Parkology: An Open Online Community for People Who Love Parks",
            "description": "All residents of urban communities will be able to share ideas, tools, and resources and be empowered to promote access to a quality park within a 10-minute walk from home.",
            "get_involved": "Help us test our new online community www.parkology.org by signing up, sharing information, and telling your friends about it!!!",
            "get_involved_url": "https://github.com/jeffreykeefer/Parkology",
            "interest": "Parks and outdoor open green space within a 10-minute walk from home are essential to the physical, social, environmental, and economic health of a community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-03_180956.1214050000.jpg",
            "created": "2018-04-10T19:38:18.056663Z",
            "moderation_state": 3
        },
        {
            "id": 310,
            "content_url": "http://opensourcehelpwanted.com",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jeffrey Fisher",
            "submitter_profile_id": 19,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jeffrey Fisher",
                    "profile_id": 19,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source Help Wanted",
            "description": "Helps you find issues you can work on and become a contributor!",
            "get_involved": "Looking for help transforming this tool into the open source search tool it was meant to be!",
            "get_involved_url": "https://github.com/jeffslofish/open-source-help-wanted",
            "interest": "It helps you find open source issues to work on quickly and easily",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-05-26T01:09:44.449957Z",
            "moderation_state": 3
        },
        {
            "id": 612,
            "content_url": "https://github.com/jibe-b/HACKccessibility-expose-the-documentation/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "documentation",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jibé Bohuon",
            "submitter_profile_id": 334,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jibé Bohuon",
                    "profile_id": 334,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HACKccessibility - expose the documentation that lives in the developer's head",
            "description": "Documentation requires a lot of human energy, and tons of programs are fully featured and yet little documented. To overcome this issue, an HACKccessibility wizard is being developed to help developers document undocumented code.Ever encountered softwares with too little documentation or been delayed in writing the documentation of the program you develop? Let's gather our energy in making the process of documentation easier!",
            "get_involved": "Help us design more help scenarios and develop the wizard",
            "get_involved_url": "https://github.com/jibe-b/HACKccessibility-expose-the-documentation/blob/master/CONTRIBUTING.md",
            "interest": "Let's make it easier for the developers to document the code. Developers and users will benefit.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161511.9417400000.jpg",
            "created": "2018-03-03T23:55:35.553120Z",
            "moderation_state": 3
        },
        {
            "id": 56,
            "content_url": "http://refigure.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "canvas",
                "experimental results",
                "figure",
                "mozfest",
                "open leadership f16",
                "refigure",
                "repeats",
                "reproducibility"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Figure Canvas",
            "description": "A tool for scientists to report repeats of experiments",
            "get_involved": "development, outreach, beta testers, find us on Github",
            "get_involved_url": "https://github.com/j-joe-akin/fig-can/",
            "interest": "experimental data is more and more important with an increasingly data driven lifestyle; we ask how real is the data?",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/56.png",
            "created": "2016-10-26T20:39:24.333000Z",
            "moderation_state": 3
        },
        {
            "id": 697,
            "content_url": "https://openheartproject.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jo Philipp Pauls",
            "submitter_profile_id": 494,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jo Philipp Pauls",
                    "profile_id": 494,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenHeart Project",
            "description": "The OpenHeart Project is an open-source research project which aims to improve research practices within the field of mechanical circulatory support and ultimately improve outcomes and quality of life for heart failure patients around the globe. Key objectives of the OpenHeart Project are:- Improved collaboration, standardization and sharing of existing knowledge- Improved training and education- Development of new and improved solutions for mechanical circulatory support.",
            "get_involved": "Help us test our platform and give feedback. Web developer, designer, coder, who are keen to help with a website and educational tools (e.g. interactive maps, animations).",
            "get_involved_url": "https://github.com/JoPauls/OpenHeart-Project",
            "interest": "Help build an open source community. Interest in building websites or interactive online tools. Approach of OpenHeart Project could be emulated for other research fields or communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-18_225516.4269100000.PNG",
            "created": "2018-04-18T22:55:16.426476Z",
            "moderation_state": 3
        },
        {
            "id": 38,
            "content_url": "https://github.com/jperdue62/Wildcat-Within",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "badges",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transformational Profolios: the Wildcat Within",
            "description": "Creating badging projects that exhibit employability skills to future employers, motivate high school students and give back to the community.",
            "get_involved": "Businesses, educators, students, leaders and more can create badges. Programmers can help with platform design and more.",
            "get_involved_url": "https://github.com/jperdue62/Wildcat-Within",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/38.jpg",
            "created": "2016-10-30T08:31:33.744000Z",
            "moderation_state": 3
        },
        {
            "id": 284,
            "content_url": "https://github.com/jpwrobinson/OpenDerby",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "curriculum",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Derby",
            "description": "Open Derby solves an unanswered science problem in open collaboration.  Our project teaches individuals and research groups to transition to working openly. Participants will combine open data, Github, and Jupyter/R-markdown in an open notebook to ensure their findings are reproducible and openly available.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/jpwrobinson/OpenDerby",
            "interest": "We expect that most derbies will be run for graduate students who are interested in learning open science tools, but we encourage post-docs and PIs to take a leadership role.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-16_004800.1479120000.png",
            "created": "2017-05-16T00:48:00.147643Z",
            "moderation_state": 3
        },
        {
            "id": 703,
            "content_url": "https://github.com/JustinyAhin/open-african-repository/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Justin Sègbédji Ahinon",
            "submitter_profile_id": 443,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Justin Sègbédji Ahinon",
                    "profile_id": 443,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open African Repository",
            "description": "The OAR is an open source project that aims to create a web platform that will bring together all sources of scientific content produced by Africans. This platform will be powered by a community of contributors who will, on the one hand, identify the different sources of African scientific content, and on the other hand will propose them for the platform with abstracts.",
            "get_involved": "",
            "get_involved_url": "https://github.com/JustinyAhin/open-african-repository/issues",
            "interest": "This project will help to have in a same and only place, all the sources of scientifics contents produced by africans",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_194906.4299390000.png",
            "created": "2018-04-23T19:49:06.429104Z",
            "moderation_state": 3
        },
        {
            "id": 1834,
            "content_url": "https://www.their.tube",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithmic bias",
                "video recommendation",
                "YouTube"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Tomo",
            "submitter_profile_id": 4153,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tomo",
                    "profile_id": 4153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "TheirTube",
            "description": "Theirtube is a Youtube filter bubble simulator that provides a look into how videos are recommended on other people's YouTube. Users can experience how the YouTube home page would look for six different personas. Each persona simulates the viewing environment of real Youtube users who experienced being inside a recommendation bubble through recreating a Youtube account with a similar viewing history. TheirTube shows how YouTube’s recommendations can drastically shape someone’s experience on the platform and, as a result, shape their worldview.",
            "get_involved": "",
            "get_involved_url": "https://github.com/kihapper/TheirTube",
            "interest": "It shows insights into how the Youtube recommendation engine is working",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-11_192320.2058600000.png",
            "created": "2020-09-11T19:23:20.205472Z",
            "moderation_state": 3
        },
        {
            "id": 246,
            "content_url": "https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Italia l10n Guide",
            "description": "This Global Sprint project aims to create a localization guide for Italian volunteers that can be adapted by community members around the world. Its goal is to make Mozilla’s products, events and core values accessible for Italian users.",
            "get_involved": "Contribute to this project during the Global Sprint!",
            "get_involved_url": "https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide",
            "interest": "This project is a great example of volunteers creating a localization resource that can, itself, be further localized by and for other communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-26_095315.1838650000.png",
            "created": "2017-04-26T09:53:15.183613Z",
            "moderation_state": 3
        },
        {
            "id": 255,
            "content_url": "https://github.com/kshitizkhanal7/Aerogami",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "digital inclusion",
                "mozsprint",
                "open innovation"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Aerogami",
            "description": "This is a Global Sprint project all about teaching the basic ideas of aerodynamics through simple language and paper airplanes. Contributors will help develop lesson plans, a workshop, and an online application that teach about the principles of flight using only the 1000 most common words in English.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/kshitizkhanal7/Aerogami",
            "interest": "This is a great example of a Global Sprint project that uses the web to deliver complex, scientific vocabulary and ideas through accessible language and hands-on activities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-03_103133.2842530000.jpg",
            "created": "2017-05-03T10:31:33.283697Z",
            "moderation_state": 3
        },
        {
            "id": 1145,
            "content_url": "https://github.com/kswhitney/access-acoustic",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "audio",
                "digital",
                "inclusion"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Kaitlin Stack Whitney",
            "submitter_profile_id": 2038,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kaitlin Stack Whitney",
                    "profile_id": 2038,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Accessible Acoustic Ecology",
            "description": "Acoustic ecology is a growing area of environmental research, in part due to exciting new open source hardware and software technologies. The tools are now more accessible, pricewise, to more people. But, like lots of science, open source acoustic ecology isn’t necessarily open to everyone yet - this project looks at developing, testing, sharing, and refining workflows for acoustic ecology projects using pilot audio data.",
            "get_involved": "",
            "get_involved_url": "https://github.com/kswhitney/access-acoustic",
            "interest": "Open science isn’t open to all unless it’s accessible",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-01T17:03:23.138240Z",
            "moderation_state": 3
        },
        {
            "id": 50,
            "content_url": "https://github.com/lab804/labmet-weatherstation/blob/develop/README.md",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "agriculture",
                "arduino",
                "iot",
                "mozfest"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Go Green IoT",
            "description": "Labmet is an open source platform that was built with a simple goal: to help people with agriculture by seamlessly using the agronomical best practices on their own planted food, and to help them lower environmental impact.",
            "get_involved": "It would be awesome to have contributors to our project! There is plenty of stuff that the project requires and the community can help such as adding agricultural and agrometeorological models to the labmet libraries, improving the weather station code, electronic project, adding more sensors.",
            "get_involved_url": "https://github.com/lab804",
            "interest": "With this project people around the world will minimize water waste, avoid unnecessary pesticides, and reduce environmental contaminates. A simple IoT platform will help them utilize all the agronomic best practices.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/50.jpg",
            "created": "2016-10-27T18:37:20.470000Z",
            "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": 245,
            "content_url": "https://github.com/lesliePhD/open_funders_canada",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Funders Canada",
            "description": "This is a Global Sprint project supporting continued development of the Landscape tool. Landscape (http://landscape.ajah.ca/) is a pilot project for an open tool that helps people find out who is funding who, for what kind of projects, and when this funding is happening. This includes funding from governments, foundations, and corporations.",
            "get_involved": "Contribute to this project as part of the Global Sprint!",
            "get_involved_url": "https://github.com/lesliePhD/open_funders_canada",
            "interest": "This is a model project for network members looking to pool and share information about funding sources for programming and sustainability.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-26_094712.5208330000.png",
            "created": "2017-04-26T09:47:12.520469Z",
            "moderation_state": 3
        },
        {
            "id": 283,
            "content_url": "https://github.com/libscie/liberator",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open access",
                "open science",
                "publishing"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Chris Hartgerink",
            "submitter_profile_id": 3135,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chris Hartgerink",
                    "profile_id": 3135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Liberate Science",
            "description": "Public access to the public domain is crucial, but not a given. Some research can be freely available and reused, but isn't. Why? Because no one has made it available. There are 594,375 research papers that are easy to identify as public domain for which public access isn't sure.  Liberate Science aims to ensure public access to the public domain, for everyone and for any purpose.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/libscie/liberator",
            "interest": "The end-goal of this project is a website where the user gets prompted to upload an article that can be liberated, if they have access (or can get access). All it requires is a quick download from the publisher, and upload to the website --- Liberator takes care of the rest.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-16_004204.2479840000.jpg",
            "created": "2017-05-16T00:42:04.247606Z",
            "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": 509,
            "content_url": "https://github.com/LIDSOL/nightlynight",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Uriel",
            "submitter_profile_id": 177,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Uriel",
                    "profile_id": 177,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nightly Night",
            "description": "Helping to improve Firefox Nightly. Users are now experts with Nightly Night.",
            "get_involved": "Write some guides, reports bugs on bugzilla, share your ideas with us.",
            "get_involved_url": "https://github.com/LIDSOL/nightlynight",
            "interest": "Nightly Night is a project which help users to use and test Firefox Nightly like an expert.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-27T03:52:49.686386Z",
            "moderation_state": 3
        },
        {
            "id": 1124,
            "content_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/13",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fish Dreams",
            "description": "Longitudinal Tracking of Cognitive Impairment\n\nThis tool allows providers to track cognitive assessments for high-risk MCI patients. This open-source project is designed to provide a standardized modular environment for digital psychometric analysis. \n\nThe goal of this tool is to assist PCPs, Specialists, and Researchers obtain assessment data outside of the hospital environment at set frequencies. The software is not meant to replace existing providers, but provide additional data points to support a diagnosis.",
            "get_involved": "We are looking for full application support if it looks interesting? We are looking for experts and scientists working with cognitive assessments. We are looking for advisers to help support our first open source project.",
            "get_involved_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/13",
            "interest": "Open Science, Mozilla Mini Science Grant Project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_212143.3447970000.png",
            "created": "2019-04-25T21:21:43.344228Z",
            "moderation_state": 3
        },
        {
            "id": 1125,
            "content_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/15",
            "is_bookmarked": false,
            "tags": [
                "Polypharmacy"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Symptom Minimizer",
            "description": "An application which helps patients and healthcare providers prescribe medication to maximize quality of life instead of drug reactions.",
            "get_involved": "Looking for help to conduct research with the senior community. Looking for help building out the application. Looking for support from those doing existing drug interaction research. Looking for advisers in general for the project.",
            "get_involved_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/15",
            "interest": "Open Science, Mozilla Mini Science Grant Project, Health",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_212851.3832920000.jpg",
            "created": "2019-04-25T21:28:51.382825Z",
            "moderation_state": 3
        },
        {
            "id": 323,
            "content_url": "https://github.com/lisahandsonline/Internet-Safety-Driving-Licence",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet Safety Driving Licence",
            "description": "The Internet Safety Driving Licence is an open source online modular short course built to empower young people (aged 13+) to use the Internet ethically, safely & securely: to live, play & work well online.Think of it as a kind of Cyber-Ed: 5 modules comprising a formal online programme that will prepare a learner to sit the final Internet Safety Driving Test.Successful completion of all 5 Cyber-Ed modules by a learner will lead to the award of a full Internet Safety Driving Licence.",
            "get_involved": "Contribute ideas, content, assets and more to help this project grow.",
            "get_involved_url": "https://github.com/lisahandsonline/Internet-Safety-Driving-Licence/issues",
            "interest": "This helps educators share best practices for learners who want to publish themselves online, become thought leaders and learn skills and tools that enable them to stay safe and happy online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_204118.5880420000.jpg",
            "created": "2017-05-30T20:41:18.587760Z",
            "moderation_state": 3
        },
        {
            "id": 287,
            "content_url": "https://openpics.xyz/",
            "is_bookmarked": false,
            "tags": [
                "images",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Pics",
            "description": "Search and download free stock photos from multiple sources for your creative projects.",
            "get_involved": "Contributors by: Adding more image sources; Allow adding pixabay pictures to favourites; Personalisation; Optimize Gallery View; Better Download manager; Write better documentation for Developers; Adding albums other than favourite to keep organized list of images",
            "get_involved_url": "https://github.com/lohanitech/openpics/blob/master/CONTRIBUTING.md",
            "interest": "Why use Open pics? It's the last image searcher you will ever need.  1. It's free and open source 2. Search images from multiple sources 3. Download high resolution images directly from gallery view 4. Keep a list of favourite images 5. Add own albums to organize list of images for future use",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-19_162747.1423960000.jpg",
            "created": "2017-05-17T23:20:46.287860Z",
            "moderation_state": 3
        },
        {
            "id": 822,
            "content_url": "https://storyengine.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "design thinking",
                "mozsprint",
                "network mapping",
                "networks",
                "open research",
                "research"
            ],
            "issues": [],
            "help_types": [
                "Test & feedback",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Christine Prefontaine",
            "submitter_profile_id": 1372,
            "bookmark_count": 8,
            "related_creators": [
                {
                    "name": "Alecia Kuhl",
                    "profile_id": 6,
                    "is_active": true
                },
                {
                    "name": "Christopher Lawrence",
                    "profile_id": 69,
                    "is_active": true
                },
                {
                    "name": "Christine Prefontaine",
                    "profile_id": 1372,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "StoryEngine",
            "description": "StoryEngine is way to listen to and learn from the people who matter most to an organization. It can be used to do research, monitor or evaluate a program, generate learning, or facilitate grant reporting. It's an “engine” because it generates narrative assets that can be used to power communications and decision-making. Stories become tweets and blogs, get embedded into proposals, and connect collaborators. Story collections form datasets that can analyzed to inform strategy and design decisions. StoryEngine is especially powerful in contexts where building relationships and networks is key.",
            "get_involved": "We’d love feedback on documentation and help with communication design — especially visualizing the process. We also need advice on reducing the cost per interview and on developing deep listening learning curricula and participatory analysis workshops.",
            "get_involved_url": "https://github.com/LoupDesign/StoryEngine",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_150032.4770590000.png",
            "created": "2018-05-09T15:00:32.476345Z",
            "moderation_state": 3
        },
        {
            "id": 1127,
            "content_url": "https://www.zinecat.org",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Lauren Kehoe",
            "submitter_profile_id": 1958,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Lauren Kehoe",
                    "profile_id": 1958,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Zine Union Catalog",
            "description": "Zinecat.org is a union catalog dedicated to zines! A union catalog is a resourcle where libraries can share cataloging and holdings information. The Zine Union Catalog (ZUC) lets researchers discover zine holdings by searching a single catalog, and helps librarians copy catalog records to facilitate lending across libraries. ZUC serves educators, researchers, librarians, archivists, and anyone in the general public with an interest in zines.",
            "get_involved": "Help us build the catalog, identify zine collections, spread the word, and join in the fun of making zines more findable.",
            "get_involved_url": "https://github.com/lsrkthelibrarian/zinecat.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-26_003827.6608210000.png",
            "created": "2019-04-26T00:38:27.660067Z",
            "moderation_state": 3
        },
        {
            "id": 1144,
            "content_url": "https://medium.com/@alushaks/lwiiyo-community-literacy-initiative-9e889192747c",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content"
            ],
            "published_by": "Alumanda Shakankale",
            "submitter_profile_id": 1935,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alumanda Shakankale",
                    "profile_id": 1935,
                    "is_active": true
                },
                {
                    "name": "John Griffiths",
                    "profile_id": 2134,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lwiiyo Community Literacy Initiative",
            "description": "Lwiiyo is a Non-profit Community ICT Literacy Initiative focused on increasing Computer Literacy within our communities, by so doing bridging the digital divide. Furthermore encouraging the use of ICTs in attaining sustainability.",
            "get_involved": "Help with recommendations or links to resources",
            "get_involved_url": "https://github.com/lwiiyo/LwiiyoCommunityLiteracyInitiative",
            "interest": "Its an opportunity to provide training for those in need of improving their skill or learning a new skill in ICT.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_145313.1026930000.jpg",
            "created": "2019-05-01T14:53:13.101846Z",
            "moderation_state": 3
        },
        {
            "id": 1110,
            "content_url": "https://www.facebook.com/lwiiyo/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "collaboration",
                "community building",
                "digital literacy",
                "open source",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Alumanda Shakankale",
            "submitter_profile_id": 1935,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alumanda Shakankale",
                    "profile_id": 1935,
                    "is_active": true
                },
                {
                    "name": "John Griffiths",
                    "profile_id": 1869,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lwiiyo Community Literacy Initiative",
            "description": "A Community Literacy Initiative focused on increasing Computer Literacy within our communities, by so doing bridging the digital divide.",
            "get_involved": "We would like to have regular trainings and for that we need material and trainings. Help us by becoming a trainer (trainings can be done online) or with material or links to material that is ICT related.",
            "get_involved_url": "https://github.com/lwiiyo/LwiiyoCommunityLiteracyInitiative",
            "interest": "We plan to reduce the gap between theoretic learning and hands-on experience by delivering open source project based trainings that will better equip students pursuing careers in the ICT sector of Zambia",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-15_041453.0094810000.jpg",
            "created": "2019-04-15T04:14:53.008703Z",
            "moderation_state": 3
        }
    ]
}