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

**Route** - `/entries`

#Query Parameters -

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

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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=interest&page=34",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=interest&page=32",
    "results": [
        {
            "id": 694,
            "content_url": "https://github.com/MsKiden/africa-internet-measurements",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "#Access #ConnectingtheUnconnected #",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Sarah Kiden",
            "submitter_profile_id": 491,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "The Bonface",
                    "profile_id": 477,
                    "is_active": true
                },
                {
                    "name": "Sarah Kiden",
                    "profile_id": 491,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Broadband performance and Internet Measurements in Africa",
            "description": "The project aims to understand the Internet landscape in Africa, to facilitate evidence-based and informed policy making for improved Internet access.",
            "get_involved": "Help us visualise data from speed test apps. We would like to have an open data portal with content that makes sense to different audiences. Also suggest other tools to perform measurements.",
            "get_involved_url": "https://github.com/MsKiden/africa-internet-measurements",
            "interest": "The Internet is described as a network of networks. In order for it to become better, open & stable, different networks that interconnect need to be stable. There is little published information about Internet performance in Africa. We need to create an open environment for better policy regulations",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-16_220130.2481990000.png",
            "created": "2018-04-16T22:01:30.247856Z",
            "moderation_state": 3
        },
        {
            "id": 328,
            "content_url": "https://thimbleprojects.org/semorris/271442/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "fake news",
                "hive",
                "misinformation",
                "open educational resource",
                "open source",
                "thimble",
                "x-ray goggles"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mission: Information – Misinformation Teaching Kit",
            "description": "Learners develop web and news literacy skills to empower them to recognize, evaluate, and combat fake news and misinformation. Learners will get familiar with reading, writing and participating on the web and will become stronger consumers, producers, and distributors of media in this three-part module. (photo CC BY 2.0 https://www.flickr.com/photos/glutnix/9629164)",
            "get_involved": "Test these activities with learners, then remix the lessons using Thimble OR jump over to the GitHub repo to learn more about the project, file an issue, or contact the project team with feedback!",
            "get_involved_url": "https://github.com/open-austin/fake-the-news",
            "interest": "The learning objectives underpinning each activity are informed by Mozilla's Web Literacy Map. Complete the activities in sequence, or mix and match for your learners. Need help? Visit our discussion forum to get help and share your experience.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_195259.0363970000.jpg",
            "created": "2017-05-31T19:52:59.035883Z",
            "moderation_state": 3
        },
        {
            "id": 936,
            "content_url": "https://www.alliedmedia.org/peoples-ai",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "data",
                "machine learning"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 11,
            "related_creators": [],
            "entry_type": "base",
            "title": "A People's Guide to Artificial Intelligence",
            "description": "A People’s Guide to AI is a comprehensive beginner's guide to understanding AI and other data-driven tech. The guide uses a popular education approach to explore and explain AI-based technologies so that everyone—from youth to seniors, and from non-techies to experts—has the chance to think critically about the kinds of futures automated technologies can bring.",
            "get_involved": "Share the guide, organize a discussion, push everyone's understand further.",
            "get_involved_url": "",
            "interest": "The mission of A People’s Guide to AI is to open up conversation around AI by demystifying, situating, and shifting the narrative about what types of use cases AI can have for everyday people.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-15_152229.6155370000.png",
            "created": "2018-10-15T15:22:29.614867Z",
            "moderation_state": 3
        },
        {
            "id": 512,
            "content_url": "https://infosecbytes.org",
            "is_bookmarked": false,
            "tags": [
                "criptography",
                "journalism",
                "online privacy & security",
                "privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Infosec Bytes",
            "submitter_profile_id": 179,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Infosec Bytes",
                    "profile_id": 179,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Infosec Bytes",
            "description": "Infosec Bytes is online course of tutorial videos for journalists, demonstrating in clear, simple steps how to acquire, install and use secure cryptographic software applications. The videos are freely and widely available on youtube. Accessible, fun, and easy to watch and share, the videos are designed to disseminate among journalists facilitating the fast and widespread adoption of security best practice within the industry, and thereby improving the sectorial integrity, vitality and productivity of investigative journalism.",
            "get_involved": "",
            "get_involved_url": "https://infosecbytes.org",
            "interest": "The Mozilla community is widely connected to the open source, privacy oriented communities that create the tools that Infosec Bytes explains how to use.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_095324.3632550000.png",
            "created": "2017-10-27T09:53:24.362590Z",
            "moderation_state": 3
        },
        {
            "id": 461,
            "content_url": "http://blueprint.cs4all.nyc",
            "is_bookmarked": false,
            "tags": [
                "community",
                "education",
                "oer",
                "open educational resource",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Kara Chesal",
            "submitter_profile_id": 126,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kara Chesal",
                    "profile_id": 126,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenCS: Computing Education in NYC",
            "description": "Educators and technologists are invited to contribute open education resources and code to support the CS4All Blueprint, an online resource for NYC and the wider CS education community to support teaching ethical and creative computing to K-12 students.",
            "get_involved": "Contribute ethical and creative computer science education resources. Contribute to Google docs integration.",
            "get_involved_url": "https://github.com/nycdoe-cs4all/blueprint-learning-site",
            "interest": "The Mozilla community may be interested in this project if they want to contribute to the growing movement to teach kids computer science.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_214430.4599290000.jpg",
            "created": "2017-10-10T21:44:30.459408Z",
            "moderation_state": 3
        },
        {
            "id": 215,
            "content_url": "http://mzl.la/NSF_WINS",
            "is_bookmarked": false,
            "tags": [
                "challenge",
                "disaster",
                "innovation",
                "resilience",
                "wireless"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Mehan Jayasuriya",
            "submitter_profile_id": 74,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NSF WINS Wireless Innovation Challenges",
            "description": "Powered by Mozilla, the National Science Foundation Wireless Innovation for Networked Society Challenges (NSF WINS) are providing $2M in prizes for solutions that provide access in the immediate aftermath of a disaster or in underserved communities.",
            "get_involved": "Help spread the word about the Challenges and related events to your networks!",
            "get_involved_url": "http://mzl.la/NSF_WINS",
            "interest": "The NSF WINS Challenges seek teams and entrants with a wide variety of backgrounds and expertise to contribute ideas and solutions that can help connect the unconnected.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_234400.3497710000.png",
            "created": "2017-04-11T23:44:00.349298Z",
            "moderation_state": 3
        },
        {
            "id": 467,
            "content_url": "https://github.com/felipez3r0/openclasses",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open educational resource",
                "open graduation classes",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Felipe Do E. Santo",
            "submitter_profile_id": 134,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Graduation Classes",
            "description": "OGC (Open Graduation Classes) is a method built to work with students, professors, and professionals to develop open graduation classes.",
            "get_involved": "Help us testing the method, building new classes, improving the existing content, and promoting the project.",
            "get_involved_url": "https://github.com/felipez3r0/openclasses/blob/master/CONTRIBUTING.md",
            "interest": "The OGC (Open Graduation Classes) is a method built to work with students, professors, and professionals to develop open graduation classes so universities can improve their classes, students can participate in the classes building processes and professionals can suggest/improve our classes",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_192102.3948090000.png",
            "created": "2017-10-16T19:21:02.393972Z",
            "moderation_state": 3
        },
        {
            "id": 542,
            "content_url": "https://www.github.com/rwb27/openflexure_microscope",
            "is_bookmarked": false,
            "tags": [
                "3D printing",
                "computer vision",
                "future-proof hardware",
                "health care",
                "microscopy",
                "open hardware",
                "OpenSCAD"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Richard Bowman",
            "submitter_profile_id": 215,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Richard Bowman",
                    "profile_id": 215,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenFlexure Microscope",
            "description": "An open source, 3D printable microscope - complete with high quality mechanical stage.",
            "get_involved": "Help us improve the design by printing and making one, and blogging your build.  There are plenty of things to do to improve the CAD models and documentation, and it would be amazing to set up an automated build server to generate the different versions of the microscope.",
            "get_involved_url": "https://www.github.com/rwb27/openflexure_microscope",
            "interest": "The OpenFlexure Microscope aims to make high quality automated microscopy available worldwide.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-03_143635.9985250000.jpg",
            "created": "2017-11-03T14:36:35.997853Z",
            "moderation_state": 3
        },
        {
            "id": 238,
            "content_url": "https://github.com/marcosvital/teach-R-project",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Teach-R Project",
            "description": "R is an amazing open tool for data analysis and visualization, but it is known to have a steep learning curve for scientists and students that do not have a Computer Science background... But the good news is that it gets much easier if you have the chance to start learning it in a well built course aimed your own research field!",
            "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/marcosvital/teach-R-project",
            "interest": "The Open Teach-R Project is focused on creating and gathering organized courseware for anyone willing to offer an R based course for biological sciences students and researchers.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-21_224519.5533060000.png",
            "created": "2017-04-21T22:45:19.552737Z",
            "moderation_state": 3
        },
        {
            "id": 29,
            "content_url": "https://www.mozilla.org/en-US/technology/",
            "is_bookmarked": false,
            "tags": [
                "gaming",
                "iot",
                "open source",
                "technology",
                "vr"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Technology",
            "description": "A landing page spotlighting key technologies developed by folks at Mozilla.",
            "get_involved": "",
            "get_involved_url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1295248",
            "interest": "The page demonstrates how Mozilla builds solutions to improve the security of the Internet, champions a web that is open source, and makes systems programming accessible for more programmers.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/29.png",
            "created": "2016-11-07T23:05:50.648000Z",
            "moderation_state": 3
        },
        {
            "id": 1923,
            "content_url": "https://academic.oup.com/jiplp/article/15/1/24/5709090?guestAccessKey=7c0da897-eef1-4a80-b5fb-6575519f4560&fbclid=IwAR16proOxuG8PVavqd3SskXeohOExMNkzQStvpnf9twYgQQfZ5NFNuoLNN4",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "automation",
                "deepfake",
                "Law tech",
                "machine learning",
                "natural language processing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A law review paper: \"DEEP FAKES: Legal and Ethical Considerations\"",
            "description": "Hello, Mozilla community. \n\nI'd like to share with you a law review article about DEEP FAKES: it contains an overview of major issues as well as one practical suggestion how to trace deep fakes. \n\nCheck it out!",
            "get_involved": "",
            "get_involved_url": "https://academic.oup.com/jiplp/article/15/1/24/5709090?guestAccessKey=7c0da897-eef1-4a80-b5fb-6575519f4560&fbclid=IwAR16proOxuG8PVavqd3SskXeohOExMNkzQStvpnf9twYgQQfZ5NFNuoLNN4",
            "interest": "The paper provides a succinct overview of deep fakes and possible legal and ethical considerations. Also, the paper provides a practical technology solution how to identify and trace deep fakes.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-25T07:16:50.404627Z",
            "moderation_state": 3
        },
        {
            "id": 2,
            "content_url": "http://mzl.la/weblitedkit",
            "is_bookmarked": false,
            "tags": [
                "education",
                "learning",
                "thimble",
                "web literacy",
                "x-ray goggles"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Lainie DeCoursy",
                    "profile_id": 55,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web Literacy Education Kit",
            "description": "An overview of Mozilla Learning's free, open educational resources (curriculum, X-Ray Goggles, Thimble, Web Literacy Map) to teach the web in a fun, hands-on way. The kit also includes sample social media posts and graphics for supporters to help us spread the word.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The perfect way to spread our free tools & resources to our networks",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-01-23T15:07:50.031000Z",
            "moderation_state": 3
        },
        {
            "id": 350,
            "content_url": "http://hivechicago.org/portfolio/hipc-iii-understanding-openness/",
            "is_bookmarked": false,
            "tags": [
                "chicago",
                "hive",
                "interoperability",
                "open leadership",
                "portability",
                "working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Understanding Openness",
            "description": "Openness is present when you’re given permission to take action; you’re never forced to stop at any point; and the rules are clear. Hive Interoperability & Portability Coalition III: Understanding the Open Internet will create a Community of Practice for network members and affiliates around Openness as it pertains to both the Internet and learning programs.HIPC III will (1) improve the Hive Chicago community’s understanding of the open web and thereby (2) will set learning providers up for successful implementation of open sharing of learning opportunities on the HIPC II infrastructure.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The planned sessions will explore concepts like Openness, Transparency, Agency, and Portability, as well as others sourced from the community. This is a great model for extending Open Leadership into a broder community.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_211347.1199080000.jpg",
            "created": "2017-06-02T21:13:47.119378Z",
            "moderation_state": 3
        },
        {
            "id": 301,
            "content_url": "https://github.com/cskumaresan/m2s",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozilla",
                "mozilla2school",
                "mozilla community",
                "mozillakerala",
                "mozsprint",
                "open innovation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kumaresan C S",
            "submitter_profile_id": 10,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kumaresan C S",
                    "profile_id": 10,
                    "is_active": true
                },
                {
                    "name": "Rigin Oommen",
                    "profile_id": 16,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla2School",
            "description": "To introduce young school-going students to the internet and help them to explore it and make them aware of the power of internet.The initiative also introduces these young minds to the latest technology and give practical training on using it.We are planning a different methodology for this project in order to enhance its practical output. We introduce new technologies in both software and hardware programming to the students and give them the complete range of scope to choose from. We believe that this first step will enable them to choose their areas of interest",
            "get_involved": "People can contribute to the project in Github",
            "get_involved_url": "https://github.com/cskumaresan/m2s",
            "interest": "The project provides insightful findings on building curriculum and platform, sustaining participation and Create Infrastructure resources to communicate between the communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-24_093628.1158880000.jpg",
            "created": "2017-05-24T09:36:28.115334Z",
            "moderation_state": 3
        },
        {
            "id": 264,
            "content_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Participation & Collaboration on Discourse",
            "description": "We are working with community members of the Mozilla Learning Discourse forum to improve participation and collaboration in the Mozilla Clubs thread so that we can increase openness & innovation. We're doing this by assessing activity levels in current channels used for communication, interviewing community members on what inspires them to be active in these discussion channels and gathering feedback on the incentives needed to improve participation.",
            "get_involved": "People can contribute to the project in Github and/or on Discourse.",
            "get_involved_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "interest": "The project provides insightful findings on building online communities, sustaining participation and fostering high quality activity.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-08_154431.0288140000.jpeg",
            "created": "2017-05-08T15:44:31.028157Z",
            "moderation_state": 3
        },
        {
            "id": 44,
            "content_url": "http://www.localizationlab.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "circumvention",
                "digital security",
                "encryption",
                "internet freedom",
                "localisation",
                "localization",
                "mozfest"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Localization Lab",
            "description": "Localization Lab is a network of over 5,000 developers and volunteer translators collaborating to localize Internet freedom tools: technology that addresses security, privacy, anonymity, whistleblowing, circumvention issues, including training materials to support these tools.",
            "get_involved": "We are interested in growing our translator community as well as supporting other open source Internet freedom related projects. Let us know if you have a qualifying project or would like to contribute to translations!",
            "get_involved_url": "http://www.localizationlab.org/community/",
            "interest": "The projects that our community works on are open source technologies that help offer access to the open Internet to people around the globe and also help individuals keep their data secure. The encryption, circumvention and anonymity tools are as relevant as ever across all Internet users.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/44.png",
            "created": "2016-10-28T14:53:16.905000Z",
            "moderation_state": 3
        },
        {
            "id": 73,
            "content_url": "http://skellystudio.co.uk/portfolio/the-wayback-machine/",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "connected home",
                "critical design",
                "iot"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                },
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Wayback Machine",
            "description": "A prototype product which controls the availability of tech & services within a connected home. Turn a rotary dial to wind back time and turn off digital services and connections.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The prototype was created during the 2016 Mozilla Open IoT Design Sprint. As a conceptual prototype, it challenges us to think about the control we have over our technology, and the control that tech has over us.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/73.jpg",
            "created": "2016-09-27T22:09:32.648000Z",
            "moderation_state": 3
        },
        {
            "id": 195,
            "content_url": "https://iheartopendata.org/en-US/",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Support Open Access to Federally Funded Research",
            "description": "Did you know our federal taxes help fund billions of dollars in scientific research every year? But in order to see the results of that research, publishers often charge significant amounts of money to anyone that wants to read about it. Shouldn’t we be able to see what we’re paying for without having to pay for it twice?",
            "get_involved": "Do you agree?  If so, add your name to these principles and share widely so we can help create more space for open data and science.",
            "get_involved_url": "https://iheartopendata.org/en-US/#get-involved",
            "interest": "The public should have full, open access to publicly-funded research, free of cost and available online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_203757.9627690000.png",
            "created": "2017-04-07T20:37:57.959951Z",
            "moderation_state": 3
        },
        {
            "id": 1099,
            "content_url": "https://github.com/anishansari/Book-Donation-System",
            "is_bookmarked": false,
            "tags": [
                "book",
                "documentation",
                "education",
                "health"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise"
            ],
            "published_by": "Anish Ansari",
            "submitter_profile_id": 2066,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anish Ansari",
                    "profile_id": 2066,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Book Donation System",
            "description": "Provides a platform for users to donate books and exchange books in order to educate each other. the user can see donor within a certain range and can request books for donation and works the same for NGOs and schools which need books in remote areas of the country.",
            "get_involved": "You can support me in anyway you want. Please go through the project and see how you can support me and make books available to everyone who needs it.",
            "get_involved_url": "https://github.com/anishansari/Book-Donation-System",
            "interest": "There are different schools and individuals in many countries have no access to books and education. So this platform is intended to solve these problems by making donation available for those who need books.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-27T08:02:25.647501Z",
            "moderation_state": 3
        },
        {
            "id": 1143,
            "content_url": "https://github.com/msoka86/Sokafrica",
            "is_bookmarked": false,
            "tags": [
                "Mozilla Global Sprint 2019"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Meriam B.",
            "submitter_profile_id": 2018,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Meriam B.",
                    "profile_id": 2018,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sokafrica",
            "description": "Sokafrica is a solution based platform aiming to document startup stories on entrepreneurship and provide  access to resources that could lead to the creation of interactive forum/platform allowing african entrepreneurs to create synergies.",
            "get_involved": "",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSfSWZ12VCzseqm7fmmzSs3844mTNVFZJml0oJNr_1L-fcZ3Zw/viewform",
            "interest": "There is a lack of centralised information about social entrepreneurship across Africa, resulting in a lack of visibility that hinders the development of the sector.  By creating Sokafrica, I hope to foster cooperation between African Social businesses in order to solve that.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_114703.5879230000.png",
            "created": "2019-05-01T11:47:03.587231Z",
            "moderation_state": 3
        },
        {
            "id": 800,
            "content_url": "https://github.com/nam-301/culturabinaria",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital literacy",
                "migrants",
                "mozsprint",
                "non-formal education"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Martina Puppi",
            "submitter_profile_id": 205,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Martina Puppi",
                    "profile_id": 205,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Designing digital literacy activities & games for low-educated migrants",
            "description": "We are an informal group of teachers, free-software activists, and volunteers in the migrants support network. We organize digital skills courses for low-educated migrants who recently arrived in our community. Our methods are based on non-formal education, which means we use lots of games and off-line activities. We are now in the process of putting our teaching materials online, so that we can easily re-use them in our own courses and other teachers can use in theirs, wherever they are. As we do so, we are also creating new materials, to improve and expand our curriculum. Help us out!",
            "get_involved": "Help us creating new teaching materials, especially in the form of games and off-line activities. Please note the materials are in ITALIAN.",
            "get_involved_url": "https://github.com/nam-301/culturabinaria/issues",
            "interest": "There is a need for specific educational resources to teach digital literacy to low-educated migrants, as this category of learners requires special attention to areas such as language, vocabulary, way the information is conveyed so that is overcomes cultural barriers, etc.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_093020.0186860000.JPG",
            "created": "2018-05-04T09:30:20.018373Z",
            "moderation_state": 3
        },
        {
            "id": 88,
            "content_url": "https://octoverse.github.com/",
            "is_bookmarked": false,
            "tags": [
                "contributors",
                "developer",
                "engagement",
                "git",
                "github",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Github Shout-out",
            "description": "Github's 2016 report on the state of open source code highlights Mozilla's @acabunoc, developing new ways to engage contributors.",
            "get_involved": "Check out Abby's mentorship program.",
            "get_involved_url": "https://github.com/MozillaFoundation/mentorship-program",
            "interest": "The report details interesting trends on open and social software development. Shoutout to Abby demonstrates the importance of engagement to foster healthy and productive software projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/88.png",
            "created": "2016-09-15T14:46:11.729000Z",
            "moderation_state": 3
        },
        {
            "id": 165,
            "content_url": "https://mzl.la/hivechifuturedirections",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "innovation",
                "network",
                "teachtheweb",
                "weblit"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Samuel Dyson",
            "submitter_profile_id": 46,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Report: Future Directions for Hive Chicago",
            "description": "Read how learning networks like Hive Chicago are advancing the promise of the Internet for education.\n\nUntangling complex problems in education is more than a one-person job; it requires a community effort. Mozilla Hive Learning Networks are doing just that. This strategic planning report looks under the hood of what makes a Hive Learning Network function.",
            "get_involved": "",
            "get_involved_url": "http://hivechicago.org/future-directions-for-hive-chicago/",
            "interest": "The report reveals the strategies and tactics that Hive staff use to achieve our priority outcomes.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/165.png",
            "created": "2017-03-02T23:14:25.526160Z",
            "moderation_state": 3
        },
        {
            "id": 279,
            "content_url": "https://github.com/Monsauce/Open-the-North",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open data",
                "repository"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open the North",
            "description": "Open the North is a project working to making ecological community data more accessible to the remote indigenous communities through the creation of a mobile app on fish consumption guidelines and the creation of a repository to for ecological data and traditional knowledge.  This mobile friendly platform not only allows the addition of data but also the ability to download data.",
            "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/Monsauce/Open-the-North",
            "interest": "The repository welcomes data from the federal and provincial governments, NGO's, conservation groups and encourages contributions from citizen scientists.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_005321.5217520000.png",
            "created": "2017-05-15T00:53:21.521335Z",
            "moderation_state": 3
        },
        {
            "id": 604,
            "content_url": "https://github.com/autonome/web-and-messaging",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bots",
                "Browsers",
                "chat",
                "Line",
                "messaging",
                "Messenger",
                "mozsprint",
                "Telegram",
                "Wechat",
                "Whatsapp"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Dietrich Ayala",
            "submitter_profile_id": 318,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Dietrich Ayala",
                    "profile_id": 318,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web + Messaging",
            "description": "Let's explore how the web and messaging apps can play together!",
            "get_involved": "Let's ideate and prototype!",
            "get_involved_url": "https://github.com/autonome/web-and-messaging",
            "interest": "There's a global migration happening - people moving from the web into messaging apps. Let's build bridges between these worlds, using the best of both.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161552.4987220000.jpg",
            "created": "2018-02-27T19:55:25.779965Z",
            "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": 908,
            "content_url": "https://bit.ly/riot-report",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithms",
                "ethics",
                "internet health",
                "iot"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Peter Bihr",
            "submitter_profile_id": 387,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New Report: The State of Responsible IoT 2018",
            "description": "We just published the new annual ThingsCon report, \"The State of Responsible IoT\" in which experts from the ThingsCon community explore current challenges and opportunities of responsible Internet of Things. Enjoy!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "These essays explore lots of aspects that relate directly to Internet Health, with an IoT focus.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-28_131601.2564760000.png",
            "created": "2018-08-28T13:16:01.255884Z",
            "moderation_state": 3
        },
        {
            "id": 676,
            "content_url": "https://github.com/vektorious/mbac",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "3D Design",
                "3D printing",
                "bacteria",
                "computer vision",
                "mozsprint",
                "open science",
                "open science hardware",
                "python"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Alexander Kutschera",
            "submitter_profile_id": 411,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alexander Kutschera",
                    "profile_id": 411,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MBac - Taking a closer look on how bacteria move!",
            "description": "MBac is a open science hardware and software project to analyze swarm movements of bacteria.Analyzing bacteria movements is sometimes difficult. Experiments with the same bacteria often lead to very different results because the movements are depending on many different things. Thats's why a standardized hardware setup could help to avoid influences from outside and contribute to always get similar results if you repeat an experiment. Additionally using a software to analyze bacteria movements over time can increases accuracy because you don't have just one data point but hundreds.",
            "get_involved": "Help us to design and optimize the imaging setup, write scripts to analyze the images and test the complete setup!",
            "get_involved_url": "https://github.com/vektorious/mbac/issues",
            "interest": "The setup could increase the reproducibility of experiments which are performed to analyze swarm movements of bacteria. But the hardware setup can also be used as an image station to take agar plate pictures and store them on an image server.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211509.1255780000.jpg",
            "created": "2018-04-05T19:05:08.666226Z",
            "moderation_state": 3
        },
        {
            "id": 217,
            "content_url": "https://mozilla.github.io/global-sprint/",
            "is_bookmarked": false,
            "tags": [
                "event",
                "global sprint",
                "internet health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                },
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Global Sprint",
            "description": "Mozilla’s Global Sprint is a fun, fast-paced and two-day collaborative event to hack and build projects for a healthy Internet. A diverse network of scientists, educators, artists, engineers and others come together in person and online to innovate in the open.",
            "get_involved": "Register to participate, sign up to host a site, or submit a project here: https://mozilla.github.io/global-sprint/",
            "get_involved_url": "https://mozilla.github.io/global-sprint/",
            "interest": "The sprint is an awesome opportunity to contribute to open source projects, curated by Mozilla, from the comfort of your local community. We support over 30 in-person hack sites, as well as remote participants over the two-day event, across all timezones and disciplines.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-17_195731.4603530000.png",
            "created": "2017-04-13T01:09:04.090184Z",
            "moderation_state": 3
        },
        {
            "id": 603,
            "content_url": "https://www.facebook.com/mozilla/videos/10156048012797381/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "digital inclusion",
                "net neutrality",
                "open innovation",
                "video"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Natalie Worth",
            "submitter_profile_id": 317,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Temi Lasade-Anderson",
                    "profile_id": 297,
                    "is_active": true
                },
                {
                    "name": "Natalie Worth",
                    "profile_id": 317,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Fight for Net Neutrality",
            "description": "A short explanatory video highlighting Mozilla's petition and call tool to repeal net neutrality in the United States.",
            "get_involved": "",
            "get_involved_url": "https://advocacy.mozilla.org/en-US/net-neutrality/",
            "interest": "The video specifically explains the issue of net neutrality in 2018 and promotes the Mozilla call tool website.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-27_173223.3105490000.jpg",
            "created": "2018-02-27T17:32:23.310162Z",
            "moderation_state": 3
        },
        {
            "id": 561,
            "content_url": "https://futurenotmade.eu/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "copyright",
                "european union"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Future Not Made in the EU",
            "description": "Explore the amazing future we could have, if we can stop the destructive EU Copyright Reform Proposal from becoming a reality. Help us defend the open internet in the EU!",
            "get_involved": "Centrum Cyfrowe and other organizations work everyday to convince the European Commission and the European Parliament to put the copyright reform on the right track. Join our efforts.",
            "get_involved_url": "https://futurenotmade.eu/info.html",
            "interest": "The website shows innovative techological inventions that we could have -- that could improve our lives -- if only we could convince the EU Parliament to defend the open internet, and not destroy it.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-20_210615.2246960000.png",
            "created": "2017-12-05T01:57:12.156345Z",
            "moderation_state": 3
        },
        {
            "id": 193,
            "content_url": "https://medium.com/read-write-participate/ada-lovelace-day-curriculum-design-workshop-at-libre-learn-lab-ed5da38b882b",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "mozilla clubs",
                "open science",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ada Lovelace Day Curriculum Design Workshop at Libre Learn Lab",
            "description": "Zannah from the Mozilla Science Lab(MSL) and Julia from the Mozilla Clubs program decided to team up to run a women in STEM themed session at Libre Learn Lab, a two-day summit for people who create, use and implement freely licensed resources for K-12 education.",
            "get_involved": "Check out the examples in the repository and see if you can add to them and/or use them in your own work.",
            "get_involved_url": "https://github.com/mozillascience/curriculum-design-workshop",
            "interest": "The workshop development and implementation process resulted in new lessons on understanding how climate effects living things and on women inventors throughout history. These are available in the GitHub repository for public use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_200944.2694010000.jpeg",
            "created": "2017-04-07T20:09:44.268975Z",
            "moderation_state": 3
        },
        {
            "id": 258,
            "content_url": "https://core.ac.uk/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open access"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CORE",
            "description": "CORE is a 2017 Global Sprint project with a mission to aggregate all open access research outputs from repositories and journals worldwide and make them available to the public. They are currently making available 70 million of research outputs metadata and 7 million full-text papers.",
            "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/oacore/oacore-mozsprint17",
            "interest": "They are looking for enthusiastic developers, designers, data scientists to facilitate access to open access research papers around the world. Thus, they are offering a set of APIs and a Dataset ready to be used exploited.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_174304.6617580000.png",
            "created": "2017-05-04T17:43:04.661232Z",
            "moderation_state": 3
        },
        {
            "id": 1326,
            "content_url": "https://goscommons.github.io/hardocs-guide/",
            "is_bookmarked": false,
            "tags": [
                "command line interface",
                "hardware documentation",
                "open source",
                "open source design"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "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": "Hardocs: an open source CLI to make hardware documentation simple",
            "description": "Hardware documentation, specially in open hardware projects, needs to improve with regard to accessibility, interoperability as well as compatibility. We are working on the automation of key services that allow hardware communities to easily collaborate and open their hardware projects in standard formats and structure. Hardocs is a wizard command line interface meant to be flexible and git friendly. It is based on nodejs and makes really easy to deploy static websites in github pages, or gitlab pages. It also makes tedious tasks easier like managing bill of materials.",
            "get_involved": "I am looking for people with experience in javascript, people that are looking for a fun project to work like a nodejs based command line interface, or a backend developer that wants to work with express, but also users and testers that want to try this package in their hardware projects.",
            "get_involved_url": "https://t.me/hardocs19",
            "interest": "They can learn javascript, learn about open hardware and participate in open hardware projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-15_083403.9405610000.png",
            "created": "2019-08-15T08:34:03.939710Z",
            "moderation_state": 3
        },
        {
            "id": 114,
            "content_url": "http://flukeout.com/examples/typer",
            "is_bookmarked": false,
            "tags": [
                "type",
                "typing"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Alphabet Typer Race",
            "description": "Type the alphabet as fast as you can!",
            "get_involved": "They can try to type the alphabet as fast as they can.",
            "get_involved_url": "",
            "interest": "They like to type fast.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-08T22:48:17.897000Z",
            "moderation_state": 3
        },
        {
            "id": 638,
            "content_url": "http://www.dw.com/en/privacy-is-not-dead-but-its-going-to-cost-you/a-42902981",
            "is_bookmarked": false,
            "tags": [
                "egovernment",
                "iot",
                "luxury to disconnect",
                "smart cities"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Promote"
            ],
            "published_by": "Cathleen Berger",
            "submitter_profile_id": 109,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Cathleen Berger",
                    "profile_id": 109,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Privacy is not dead, but it's going to cost you",
            "description": "There’s a new kind of digital divide. It’s not the one we usually talk about when we lament the fact that nearly half of the world is still offline, disconnected from the internet due to economic circumstance or geographic misfortune. Rather, it’s the one that makes it a luxury or near impossibility for anyone to ever disconnect from the devices in their homes or in public.",
            "get_involved": "Spread the word and share your stories of when and how disconnecting and controling your data came at a price.",
            "get_involved_url": "",
            "interest": "Thinking about digital inclusion by emphasising decentralisation as a means to enhance privacy is a new angle to think about Internet Health and the future of the digital world we want to live in.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-14_182437.1331350000.jpg",
            "created": "2018-03-14T18:24:37.132529Z",
            "moderation_state": 3
        },
        {
            "id": 139,
            "content_url": "https://www.youtube.com/channel/UC9MJ2wGfJ_7mbLN6rXjWztA",
            "is_bookmarked": false,
            "tags": [
                "design"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hour of Design",
            "description": "A video series with live UI design.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This can help demystify the process of design and share how even the most beautiful designs always start with a blank canvas.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-28T16:59:58.414000Z",
            "moderation_state": 3
        },
        {
            "id": 82,
            "content_url": "http://mozillascience.github.io/working-open-workshop/roadmapping/",
            "is_bookmarked": false,
            "tags": [
                "issues",
                "milestones",
                "open source",
                "roadmap",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Introduction to Roadmapping",
            "description": "This activity is designed to help you write a Roadmap for your open source project or study group. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this doc via GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/roadmapping",
            "interest": "This can help you write a roadmap for your project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:41:48.786000Z",
            "moderation_state": 3
        },
        {
            "id": 975,
            "content_url": "https://docs.google.com/document/d/1jZtNhuhS6xq_HJnMd2tLkY3sA_5eh3jkjnlq6JnvvrE/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "open education",
                "open leadership training",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Plan & organize",
                "Promote",
                "Join community"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Case study: OpenScienceKE & the Open Leadership Framework",
            "description": "OpenScienceKE seeks to build a community of scientists, researchers and students to promote open science practices in bioinformatics research in Nairobi, Kenya. Caleb, the project lead, participated in the Mozilla Open Leaders training (OL6), and this is his case study.",
            "get_involved": "",
            "get_involved_url": "https://github.com/BioinfoNet",
            "interest": "This case study highlights the lessons caleb learned from particpating in OL6.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-15_164628.6757280000.jpg",
            "created": "2018-12-15T16:46:28.674773Z",
            "moderation_state": 3
        },
        {
            "id": 1319,
            "content_url": "https://grisglobal.org/civil-society-should-be-involved-in-applying-existing-human-rights-report",
            "is_bookmarked": false,
            "tags": [
                "Digital Cooperation report",
                "Gris Global"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Samuel Osei Mensah",
            "submitter_profile_id": 1982,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Civil society should be involved in applying existing human rights -report",
            "description": "Civil society should be involved in applying existing human rights -reportGiven the wide spectrum of issues, there will of necessity be many forms of digital cooperation; some may be led by the private sector or civil society rather than government or international organisations. Moreover, special efforts are needed to ensure inclusive participation by women and other traditionally marginalised groups in all new or updated methods of global digital cooperation.\n\nEffective digital cooperation requires that multilateralism, despite current strains, be strengthened.",
            "get_involved": "",
            "get_involved_url": "https://grisglobal.org/volunteer/",
            "interest": "This document gives insight about the Digital Cooperation report.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-08_060351.1070020000.jpg",
            "created": "2019-08-08T06:03:51.106518Z",
            "moderation_state": 3
        },
        {
            "id": 584,
            "content_url": "https://medium.com/@chadsansing/creating-our-iot-futures-together-9318b06f3eff",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "internet of things",
                "online privacy & security",
                "open leadership",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Katie Hendrix",
                    "profile_id": 68,
                    "is_active": true
                },
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IoT Escape Room Workshop",
            "description": "This is a blog post describing our upcoming IoT Escape Room community workshop in Chattanooga, TN, or March 8th and 9th, 2018. The big idea is to empower community members to design and build fun, collaborative, social ways to learn about Internet health issues and connected devices.",
            "get_involved": "Join us as a participant, contribute to our curriculum, ask us questions, or bring the workshop to your community, Contact curriculum manager Chad Sansing to learn more.",
            "get_involved_url": "https://medium.com/@chadsansing/creating-our-iot-futures-together-9318b06f3eff",
            "interest": "This event and its curriculum will bring together a wide range of participants and contributors from across our network and areas of interest.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-06_141058.9978030000.png",
            "created": "2018-02-06T14:10:58.997273Z",
            "moderation_state": 3
        },
        {
            "id": 1140,
            "content_url": "https://github.com/ssudler/barnga",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "barnga",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Avinesh Sriram",
            "submitter_profile_id": 2301,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Avinesh Sriram",
                    "profile_id": 2301,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Barnga Project",
            "description": "The Barnga Project is an online card game that facilitates intercultural understanding. It works by giving each player a different set of rules and by banning verbal communication. Players have to then figure out a common set of rules to play by, communicating only through drawing pictures on a sketchpad. This challenging game mirrors the experiences of people from different cultures who may not share the same language. By placing this obscure game on the Internet, we are making it easier for social scientists to study interactions between people of different cultures.",
            "get_involved": "Help us test the game, contribute to the UI/gameplay or server logic",
            "get_involved_url": "https://github.com/ssudler/barnga",
            "interest": "This game is the ultimate open source experience, as anyone can play it regardless of their language.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-30_191841.0672790000.png",
            "created": "2019-04-30T19:18:41.066968Z",
            "moderation_state": 3
        },
        {
            "id": 585,
            "content_url": "https://medium.com/@chadsansing/practicing-open-facilitation-5f5474294d13",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "facilitation",
                "open leadership",
                "teaching"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Facilitation",
            "description": "This is a blog post describing Open Facilitation, a GitBook collecting facilitation best practices from our Web Literacy trainings and other workshops.",
            "get_involved": "Please share this resource and help improve it by asking questions and starting discussions.",
            "get_involved_url": "https://chadsansing.gitbooks.io/open-facilitation/content/",
            "interest": "This GitBook has both big-picture and tiny-detail facilitation tips for anyone running an open event, meeting, or workshop - anything from a single class to a multi-day convening.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-06_141716.9410620000.jpeg",
            "created": "2018-02-06T14:17:16.940546Z",
            "moderation_state": 3
        },
        {
            "id": 564,
            "content_url": "https://edri.org/wp-content/uploads/2016/12/privacy4kids_booklet_web.pdf",
            "is_bookmarked": false,
            "tags": [
                "kids",
                "youth"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Defenders vs Data Intruders -- Privacy for Kids! [PDF]",
            "description": "The Internet. It's cool, fast and global! But it's also complicated, sometimes. Luckily, in our parallel universe where the Digital Defenders fight the evil Data Intruders, it is easy to see who are the good guys and who are the bad guys. This booklet \"Your guide to Digital Defenders vs. Data Intruders - Privacy for kids!\" helps young people between 10-14 years to protect their privacy. The booklet is also available in various languages.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This guide helps young people between 10-14 years to protect their privacy online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-05_223746.9825170000.png",
            "created": "2017-12-05T22:37:46.981966Z",
            "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": 74,
            "content_url": "http://pennez.com/read-2-think-2/",
            "is_bookmarked": false,
            "tags": [
                "gigabit",
                "hive",
                "kansas city",
                "kc",
                "literacy"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pennez",
            "description": "A hub for multicultural books that now leverages text-to-speech-to-text tech with children's voices to provide real-time feedback for young readers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This initiative aims to increase literary inclusion by improving reading fluency.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/74.jpg",
            "created": "2016-09-26T19:30:18.528000Z",
            "moderation_state": 3
        },
        {
            "id": 247,
            "content_url": "https://storyengine.io/stories/digital-inclusion/paul-oh/",
            "is_bookmarked": false,
            "tags": [
                "hack jam",
                "mozilla curriculum workshop",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paul Oh on Story Engine",
            "description": "In this Story Engine interview, Teaching Channel senior director and long-time Mozillian Paul Oh talks about his history with the foundation, what it's like to work on the Mozilla Curriculum Workshop, and what people can learn from and with us.",
            "get_involved": "Have a great idea for a Story Engine interview? Share your suggestions with us!",
            "get_involved_url": "https://docs.google.com/a/mozillafoundation.org/forms/d/e/1FAIpQLScsZ6NLDIo87YH8Z3guR-9slPampPTavcKgbqOJvLsrnqIVMQ/viewform",
            "interest": "This interview really captures the spirit of how we collaborate with network leaders to teach the web.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-26_102656.9006430000.jpeg",
            "created": "2017-04-26T10:26:56.900386Z",
            "moderation_state": 3
        },
        {
            "id": 2000,
            "content_url": "https://plink.in/",
            "is_bookmarked": false,
            "tags": [
                "Family resource",
                "mf-family-community",
                "MozFest 2021",
                "music"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Collaborative Game: PLINK!",
            "description": "Create epic music together with friends and strangers!\n\nPlink is a multi-player music experience by Dinahmoe that lets you jam with anyone, anywhere in the world.",
            "get_involved": "",
            "get_involved_url": "https://plink.in/",
            "interest": "This is a collaborative gaming opportunity appropriate for all ages",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_014438.5557470000.png",
            "created": "2021-03-03T01:44:38.555168Z",
            "moderation_state": 3
        }
    ]
}