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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-created&page=32",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-created&page=30",
    "results": [
        {
            "id": 330,
            "content_url": "https://github.com/drashti4/localisationofschool",
            "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": "Local Web",
            "description": "Students in schools wants to know about Computer - Internet but they don't know how to use it in right way one of the reason is teachers also don't know how to operate computer so they can't teach them. We are bridge between newbies on Internet and remote volunteers/who don’t have time to go and teach them periodically",
            "get_involved": "",
            "get_involved_url": "https://github.com/drashti4/localisationofschool",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_235256.1193200000.png",
            "created": "2017-05-31T23:12:32.202713Z",
            "moderation_state": 3
        },
        {
            "id": 329,
            "content_url": "http://opengrid.io/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "OpenGrid.io",
            "description": "OpenGrid an open-source, interactive map platform that allows users to explore multiple data sources in an easy-to-use interface. Developed to support situational awareness, incident monitoring and responses, historical data retrieval, and real-time advanced analytics. Users can perform advanced queries to filter data, search within custom boundaries, or based on the users location. Other GIS data, such as weather and Shapefiles can be overlaid on the map with other data. OpenGrid is natively compatible with desktops and mobile devices.",
            "get_involved": "There are a number of ways you can contribute to the project, such as: add or clarify the language in the documentation; fix a bug listed on the issue tracker; write a unit test; or add a new feature that is discussed on the developer documentation.",
            "get_involved_url": "https://github.com/Chicago/opengrid",
            "interest": "This is a Mozilla Global Sprint 2017 project that's a great example of open government and innovation from the City of Chicago!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_200947.1397410000.png",
            "created": "2017-05-31T20:09:47.139298Z",
            "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": 326,
            "content_url": "https://github.com/edgi-govdata-archiving/web-monitoring",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Comparing Changes on Government Web Pages",
            "description": "The Environmental Data & Governance Initiative (EDGI) has been monitoring changes to the content on tens of thousands of US government web pages. A team of analysts manually inspecting most changes has already identified significant changes to the government’s web presence, however, our work process is extremely labour-intensive. As a result we are building an open-source platform with an easy to use interface compare millions of federal web pages and review ‘diffed’ web page snapshots.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/edgi-govdata-archiving/web-monitoring/issues?q=is%3Aissue+is%3Aopen+label%3Amozsprint",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_121408.4658380000.png",
            "created": "2017-05-31T12:14:08.465535Z",
            "moderation_state": 3
        },
        {
            "id": 325,
            "content_url": "https://medium.com/@chadsansing/game-time-at-the-global-sprint-a907bdb11b7b",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Game time at the Global Sprint",
            "description": "This is a blog post pitching a last-minute invite to contribute to games-based projects in this year's Global Sprint. Help invent adventures, micro-games, puzzles, and offline games that #teachtheweb and drive demand for better online privacy and security as part of Internet Health.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mozilla-privacy-arcade",
            "interest": "This is an example of using existing comms channels to promote new projects from across the org.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_105005.9836040000.jpg",
            "created": "2017-05-31T10:50:05.983304Z",
            "moderation_state": 3
        },
        {
            "id": 324,
            "content_url": "https://geraldobarros.me/my-first-webvr-camp-roadshow-with-local-projects-based-in-sao-paulo-and-campinas/",
            "is_bookmarked": false,
            "tags": [
                "webvr"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 9,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "WebVR roadshow with local projects based in São Paulo and Campinas",
            "description": "A-Frame is a web framework for building virtual reality experiences, making it easy for anyone to get involved with virtual reality. Our goal here is to onboard developers into 3D and advance WebVR, an open platform for virtual reality that leverages the Web.At São Paulo and Campinas (brazilian cities) we teach people from technology projects to create new things using A-Frame, the result is that I teach WebVR/A-Frame to developers, creators, educators, clubbers, Mozilla volunteers and people working or not with technology, the workshops were part of the Mozilla Activate campaign.",
            "get_involved": "",
            "get_involved_url": "https://aframe.io/",
            "interest": "Our experience teaching and organizing virtual reality activities in diverse spaces shows that VR is not just for developers, but for all creators.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_034612.8219420000.png",
            "created": "2017-05-31T03:46:12.821531Z",
            "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": 322,
            "content_url": "https://github.com/MrClan/RealTimePolls",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "RealTimePoll",
            "description": "A portal from where users can create a poll, and view the updates as votes are casted, in real time.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/MrClan/RealTimePolls/issues?q=is%3Aissue+is%3Aopen+label%3Amozsprint",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_195943.7021790000.gif",
            "created": "2017-05-30T19:59:43.701920Z",
            "moderation_state": 3
        },
        {
            "id": 321,
            "content_url": "https://github.com/cliqz-oss/web-ninja",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web Ninja",
            "description": "This is a Global Sprint project dedicated to making an educational game that illustrates issues of tracking and centralisation on the web. The big idea is to monitor and limit the information leaking from your browser to keep third-party trackers from finding you on the web.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/cliqz-oss/web-ninja",
            "interest": "This is a great example of a game-based Global Sprint project dealing with core Internet health issues like Online Privacy & Security.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_172858.2768640000.png",
            "created": "2017-05-30T17:23:13.918585Z",
            "moderation_state": 3
        },
        {
            "id": 320,
            "content_url": "https://github.com/elidron/womenobservatory",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Observatorio para la mujer de habilidades digitales",
            "description": "Una comunidad segura, abierta e inclusiva para la mujer, su empoderamiento educativo y económico dentro de la web.El observatorio de habilidades digitales para la mujer es un proyecto abierto y colaborativo de diferentes comunidades y organizaciones en México y LATAM que parte de la necesidad de cerrar la Brecha Digital de género, mejorar las habilidades digitales y brindar oportunidades de desarrollo profesional y personal a las mujeres.",
            "get_involved": "Buscamos activar la participación de las mujeres para crear una comunidad de líderes, creadoras y partícipes en tecnología y la web.",
            "get_involved_url": "https://github.com/elidron/womenobservatory/blob/master/CONTRIBUTING.md",
            "interest": "Empoderar a mujeres jóvenes y adultas para activar su participación y asía crear una comunidad de líderes, creadoras y partícipes en tecnología y la web.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_162348.9880640000.png",
            "created": "2017-05-30T16:23:48.987568Z",
            "moderation_state": 3
        },
        {
            "id": 319,
            "content_url": "https://blog.mozillaindia.org/1891",
            "is_bookmarked": false,
            "tags": [
                "teachtheweb"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Literacy Camp",
            "description": "In a quest to educate 100 underprivileged students and prepare them for a better tomorrow, we have launched the 'Digital Literacy Campaign 2017. One Common dream. The Desire to learn – Basic Computer Learning, Internet & Web Literacy, Spoken English and Smartphone usage. Our goal is to open a whole new world by fueling curiosity. We will grow effective skills through fun activities. Let’s work together to empower a generation of digitally literate citizens.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_155123.0626830000.png",
            "created": "2017-05-30T15:51:23.062212Z",
            "moderation_state": 3
        },
        {
            "id": 318,
            "content_url": "http://2017.dundeedesignfestival.com/event-entry/voice-works-speech-recognition-the-internet-of-things/",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "open iot",
                "voice"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Martin Skelly",
            "submitter_profile_id": 64,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Voice Prototype Workshop",
            "description": "A series of provocative prototypes to raise awareness, encourage debate and enable change around a voice controlled Internet. Created for a workshop at the Dundee Design Festival 2017.",
            "get_involved": "Coming soon to github repo for further development",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_141406.7813530000.jpg",
            "created": "2017-05-30T14:14:06.780772Z",
            "moderation_state": 3
        },
        {
            "id": 317,
            "content_url": "https://github.com/dbild/teen-open-leadership",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Teen-driven inquiry and working in the open",
            "description": "This is a Global Sprint project focused on adapting and modifying Mozilla's Open Leadership Training Series (OLT) for a teen audience, specifically so that teens will be better equipped to launch and carry out collaborative inquiry projects and work in the open.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/dbild/teen-open-leadership",
            "interest": "This is a great example of a Global Sprint project created by a network member to adapt a Mozilla Network leadership resoruce for a local, youth audience.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-29_140509.6859110000.jpg",
            "created": "2017-05-29T14:05:09.685268Z",
            "moderation_state": 3
        },
        {
            "id": 316,
            "content_url": "https://github.com/resbazaz/studyGroup",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Research Bazaar Arizona",
            "description": "ResBazAZ is a community of researchers from all fields and all levels of skill who want to use technology to further our data analysis and inquiry. Our goal is to make a collaborative space for researchers from different fields to collaborate and allow incredible research breakthroughs happen! For the Global Sprint, ResBazAZ is proud to announce that we are partnering with Atmosphere (CyVerse) and the University of Arizona libraries to work on several projects!",
            "get_involved": "We encourage you to join us June 1st and 2nd for #mozsprint and contribute to whichever project you find the most intriguing!",
            "get_involved_url": "https://github.com/resbazaz/studyGroup",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_202256.2882170000.png",
            "created": "2017-05-26T20:22:56.287577Z",
            "moderation_state": 3
        },
        {
            "id": 315,
            "content_url": "http://www.lisard.com/open-dataopen-minds/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Elisabeth Sylvan",
                    "profile_id": 135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Data / Open Minds",
            "description": "Open Data/Open Minds (ODOM) is a program that supports people to tell local environmental and community stories through data investigations, science notebooking and civic engagement.  We are working to figure out how might we use paper, low-cost hardware, and the web to: 1) serve and display ambient live data and 2) support learning about science and data through curated and personal data collection.",
            "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/Open-Data-Open-Minds/odom_GlobalSprint2017",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_155455.8989940000.jpg",
            "created": "2017-05-26T15:54:55.898680Z",
            "moderation_state": 3
        },
        {
            "id": 314,
            "content_url": "https://github.com/DIYScience/DIYScience",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "DIYScience",
            "description": "‘DIY Science’ is a broad term that includes any initiative that tries to engage with science from a grassroots, non-institutional position: diybio community labs, civic environmental monitoring projects, patient activism groups, bioart collectives, interdisciplinary science hacking communities etc.  DIYScience is a project made up of multiple projects to network and support grassroots citizen science initiatives.",
            "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/DIYScience/DIYScience",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_154820.5279960000.png",
            "created": "2017-05-26T15:48:20.527528Z",
            "moderation_state": 3
        },
        {
            "id": 313,
            "content_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Preprint Journal Club",
            "description": "The Preprint Journal Club project aims to develop resources to encourage the hosting of Preprint journal clubs at different research institutions around the world.  We are scientists and ASAPbio Ambassadors passionate about Open Science and we believe preprints can help to promote it.",
            "get_involved": "Join us for the #mozsprint on June 1-2. We will have projects ready for you on our GitHub repository.",
            "get_involved_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_152645.1456580000.png",
            "created": "2017-05-26T15:26:45.145130Z",
            "moderation_state": 3
        },
        {
            "id": 312,
            "content_url": "https://medium.com/@anmechung/library-remixes-of-mozillas-web-literacy-curriculum-and-training-dfeb7602c553",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Library Remixes of Mozilla’s Web Literacy Curriculum and Training",
            "description": "As part of the Web Literacy Skills for Library Staff project funded by Institute of Museum and Library Services, library pilot sites are remixing Mozilla’s web literacy curriculum and training for library staff and patrons.  Here are a few highlights of what’s been accomplished by some library pilots thus far.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_032437.7218560000.png",
            "created": "2017-05-26T03:24:37.721205Z",
            "moderation_state": 3
        },
        {
            "id": 311,
            "content_url": "https://medium.com/read-write-participate/open-badges-making-stem-and-21c-skills-count-afterschool-style-1ba1ad703f54",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Badges: Making STEM and 21C Skills Count, Afterschool Style",
            "description": "Three statewide afterschool networks in Maryland, Oregon, and Michigan piloted 21C skills, STEM, and other badges in afterschool programs to better understand how to make informal learning count towards graduation and career readiness.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_032032.5279470000.jpg",
            "created": "2017-05-26T03:20:32.527410Z",
            "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": 309,
            "content_url": "https://www.eventbrite.com/e/universal-health-care-action-blitz-tickets-34680840327",
            "is_bookmarked": false,
            "tags": [
                "hacka",
                "health care",
                "open health"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Universal Health Care Action Blitz",
            "description": "Across the country Americans are rising up. Our community has never been stronger. Now it’s time to fight for our health care. Coders, videographers, editors, graphic designers, artists:\n\nJOIN US for the first ever Universal Health Care Blitz.\n\nCoders can work on health care calculators, peer to peer petitions and speaker calendars. Creatives can focus on 8 individual health care stories, from which we’ll craft video and social media campaigns aimed at turning wealth care into Universal Health care for all.\n\nAll assets created are in support of Campaign for New York Health and Health Care NOW.",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.com/e/universal-health-care-action-blitz-tickets-34680840327",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_205819.4951680000.png",
            "created": "2017-05-25T20:58:19.494838Z",
            "moderation_state": 3
        },
        {
            "id": 308,
            "content_url": "https://github.com/peekdistrict/peekdistrict",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "surveillance",
                "united kingdom"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Write documentation"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Peek District",
            "description": "We're here to collaboratively report, identify, and track the location of CCTV Surveillance cameras.They're meant to add a sense of security. Would you rather park you car or bike near one? If something goes wrong, getting access to the footage could help you. If something DOES go wrong, does a CCTV camera help you? The UK holds the largest concentration of CCTV cameras on the planet, and yet cameras have increased in many aspects of our lives, across the globe. 2013 estimates show UK coverage at 5.9 Million (1 camera for every 11 people).Who watches the watchers?",
            "get_involved": "Help us  improve public awareness; of state and corporate monitoring, and to enable these devices to work for our benefit through greater transparency and accountability.",
            "get_involved_url": "https://github.com/peekdistrict/peekdistrict",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-07_183445.2525750000.jpg",
            "created": "2017-05-25T19:58:25.021657Z",
            "moderation_state": 3
        },
        {
            "id": 307,
            "content_url": "https://learningfreewheel.wordpress.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MakersJam Mozilla Club on the Road",
            "description": "MakersJam OnTheRoad seeks to reach a wider audience by offering Maker Educator Residencies in schools and informal learning spaces, supporting them to kickstart their MakerSpaces, grow professional learning opportunities and develop an experimental/tactile approach to hands on learning of Web Literacy skills. MakersJam aims to make web literacy an embedded part of primary/elementary school curriculum and teacher/educator training.",
            "get_involved": "Help us invent different models and projects that would take the MakersJam into schools or informal learning spaces.",
            "get_involved_url": "https://github.com/shillontheroad/makers-jam",
            "interest": "People from all backgrounds can contribute to this project, especially if you love to tinker, connect seemingly random ideas, teach and learn visually or in a tactile way.     Love to code.     Love the MozFest experience",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_175326.8552330000.jpeg",
            "created": "2017-05-25T17:53:26.854175Z",
            "moderation_state": 3
        },
        {
            "id": 306,
            "content_url": "https://github.com/pransh15/decentralization-camp/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Decentralization Camp",
            "description": "A one-stop shop for someone to learn about Decentralization and why it is important.",
            "get_involved": "You can make graphics, memes, write blogs, do petitions, get us a reach, discuss with us what's necessary and what's not, review us, make websites and if nothing else urge people, Tweet about it or post it on Facebook so that we get as much suport as we need to keep this web an Open one.",
            "get_involved_url": "https://github.com/pransh15/decentralization-camp/blob/master/README.md",
            "interest": "We all have been a part of the internet, and making it what it is, and now as the scenario's changing we need to stop it. We need the web to be open, and nobody can take it away from us!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_162243.2433980000.jpg",
            "created": "2017-05-25T16:22:43.242854Z",
            "moderation_state": 3
        },
        {
            "id": 305,
            "content_url": "https://github.com/PiReel/PiReel-Core",
            "is_bookmarked": false,
            "tags": [
                "mozilla clubs",
                "teachtheweb"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pi Reel",
            "description": "Pi Reel is an easy to use animation tool, made for engineers, makers, and scientists of all skill levels. Pi Reel can create everything from animations, entrepreneurial videos, animated structures and gizmos.",
            "get_involved": "Share ideas, suggestions and feedback in our collaborative repository and discussion.",
            "get_involved_url": "https://github.com/mozilla/global-sprint/issues/68#issuecomment-303833209",
            "interest": "We work openly and use methods of communicating via the web, in the hopes of starting to put together applications developed for the cloud that enable people to express themselves.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_141710.3827230000.png",
            "created": "2017-05-25T14:17:10.382213Z",
            "moderation_state": 3
        },
        {
            "id": 304,
            "content_url": "https://github.com/p2pu/Awesome-Online-Courses",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Awesome Online Courses",
            "description": "Peer 2 Peer University (P2PU) supports access to high-quality education in public local spaces. It supports libraries and community groups in facilitating peer-led learning circles to help learners who want to take online courses together and in-person.For this Global Sprint project, P2PU needs your help to find more awesome online courses and share this list with educators and facilitators who are running learning circles around the globe.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/p2pu/Awesome-Online-Courses",
            "interest": "This is a great example of a long-time allied organization and MozFest attendee inviting all of our communities to share some of their best online learning resources with the Network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_172924.4855220000.jpg",
            "created": "2017-05-25T10:15:04.177384Z",
            "moderation_state": 3
        },
        {
            "id": 303,
            "content_url": "https://medium.com/read-write-participate/connecting-with-games-at-the-global-sprint-2bc2d665a282",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Connecting with games at the Global Sprint",
            "description": "This is a blog post inviting participation by contributors and site hosts interested in the Mozilla Privacy Arcade challenges that are part of this year's Global Sprint. It summarizes the challenges and details the kinds of participation we still hope to recruit for each. It also links out to the participant registration and site registration pages of the sprint website.",
            "get_involved": "Spread the word and contribute to a project that speaks to you during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mozilla-privacy-arcade",
            "interest": "This is the 5th blog post in a series that ramps up to - and supports - game-based projects at the Global Sprint through Mozilla Network channels like the Read, Write, Participate blog.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-24_123117.8719570000.jpeg",
            "created": "2017-05-24T12:31:17.870076Z",
            "moderation_state": 3
        },
        {
            "id": 302,
            "content_url": "https://air.mozilla.org/mozilla-curriculum-workshop-spring-2017/",
            "is_bookmarked": false,
            "tags": [
                "education",
                "educators",
                "fake news",
                "misinfocon",
                "misinformation",
                "mozilla curriculum workshop",
                "news"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Paul Oh",
            "submitter_profile_id": 15,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                },
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "Hannah Kane",
                    "profile_id": 13,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Fake News and Misinformation",
            "description": "A Mozilla Curriculum Workshop on how to help students navigate and build today's media landscape.",
            "get_involved": "Please consider joining the Global Sprint and developing an open project on the topic",
            "get_involved_url": "https://mozilla.github.io/global-sprint/",
            "interest": "\"Fake news\" and determining what is or isn't \"fake\" has critical importance in today's political landscape.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-24_181343.9405100000.png",
            "created": "2017-05-24T12:07:31.633902Z",
            "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": 300,
            "content_url": "https://medium.com/read-write-participate/kicking-off-the-mozilla-web-literacy-leaders-program-b9791a28d0f5",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Kicking off the Mozilla Web Literacy Leaders Program",
            "description": "Davis Erin Anderson from Metropolitan New York Library Council writes about participating in the web literacy leaders program.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-05-23T20:39:25.522002Z",
            "moderation_state": 3
        },
        {
            "id": 299,
            "content_url": "https://medium.com/read-write-participate/50-people-who-are-making-the-internet-a-better-place-10a7864403d",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network50",
            "description": "Mozilla is announcing its first-ever Network50 award winners — an accolade for network members who have done outstanding Internet health work over the past 18 months. Winners represent the diversity of the network. They speak different languages, work in different fields, and belong to different organizations, from UNICEF to the EFF to GirlHype.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-23_141828.7091700000.jpg",
            "created": "2017-05-23T14:18:28.708497Z",
            "moderation_state": 3
        },
        {
            "id": 298,
            "content_url": "https://github.com/WikiToLearn/Hives-Network",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "WikiToLearn",
            "description": "This is a Global Sprint project all about connecting communities of learning. The WikiToLearn Hives Network created through this project is a network of local communities which promote the creation and sharing of free educational material. The project also acts as a local \"chapter\" of WikiToLearn, facilitating the participation of new contributors, and introducing new people to the idea of open learning.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/WikiToLearn/Hives-Network",
            "interest": "This is a great example of a Global Sprint projects that acts as a virtual complement to local, face-to-face learning networks.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-23_140948.8004290000.png",
            "created": "2017-05-23T14:09:48.799878Z",
            "moderation_state": 3
        },
        {
            "id": 297,
            "content_url": "https://github.com/DH-SouthernAfrica/Capacity-Building",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "data carpentry",
                "guides",
                "mozsprint",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Introduction Course to Digital Humanities",
            "description": "Digital humanities (DH), in Southern Africa in particular, is a new buzz word. Not all those interested in DH are entirely sure what it can entail and where to find examples and resources about it.  The aim of this project is to provide newcomers with a portal and starting point to some of the many examples of DH initiatives, tools, and resources available online.",
            "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/DH-SouthernAfrica/Capacity-Building/blob/master/CONTRIBUTE.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_060857.5182490000.png",
            "created": "2017-05-22T06:08:57.517745Z",
            "moderation_state": 3
        },
        {
            "id": 296,
            "content_url": "https://felixhenninger.github.io/lab.js/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "coding",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "lab.js: Social, Cognitive and Behavioral Research in the Browser",
            "description": "lab.js is a tool for constructing browser-based studies built for (but not limited to) the social and cognitive sciences. Studies can be assembled using a graphical builder, or through code. In either case, lab.js takes care of study presentation, response collection and data storage, while providing the greatest possible flexibility with regard to study design.",
            "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/felixhenninger/lab.js",
            "interest": "Our project helps scientists studying behavior and cognition to build experiments and questionnaires in the browser. Besides collecting data, researchers can document and share their work, so that others can reproduce, extend, and recombine previous research.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_060123.3826610000.png",
            "created": "2017-05-22T06:01:23.382219Z",
            "moderation_state": 3
        },
        {
            "id": 295,
            "content_url": "https://github.com/edovio/Open_Student_Book",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "guide",
                "italian",
                "localization",
                "mozsprint",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Student Book",
            "description": "The Open Student Book project is a guide to introduce Open Projects and Open Source to students of all faculties in Italian universities. It's important to show  the potential of working in an open community and to demonstrate why doing so is important, not just for the individual but for humanity as a whole.",
            "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/edovio/Open_Student_Book/blob/master/README.md",
            "interest": "This project can also serve as a good starting place for those who are interested in learning how to work collaboratively, mixing our passions and skills to build an open project.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_054708.0038320000.png",
            "created": "2017-05-22T05:47:08.003350Z",
            "moderation_state": 3
        },
        {
            "id": 294,
            "content_url": "https://github.com/sparcopen/do-a-doathon",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "hackathon",
                "mozsprint",
                "sprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Creating a Toolkit for a Doathon",
            "description": "This project aims to create a toolkit for doing \"Do-a-thons\" (like hack-a-thons but more inclusive, like events but more impactful).  Doathons are participatory programs with remote involvement and low \"overhead\" programming.  They are designed for those who want to get stuff done but don't have enough time.",
            "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/sparcopen/do-a-doathon/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_054014.5072040000.jpg",
            "created": "2017-05-22T05:40:14.506823Z",
            "moderation_state": 3
        },
        {
            "id": 293,
            "content_url": "https://github.com/dasaderi/WhyNotOpenScience",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "science",
                "survey"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Why Not Open Science?",
            "description": "Open science refers to the entire scientific process, from developing an idea to publishing findings, being openly available for anyone to see. We want open science practices to be part of every researcher's workflow. The *Why Not Open Science?* project aims to develop a survey to help us find out about researchers' attitudes towards open science and learn about the barriers preventing them from carrying it out. Our goal is to distribute the survey to researchers all around the globe and then use the results to inform current open science training materials and institutional policies.",
            "get_involved": "Want to help? We will have a pilot survey ready for you to take and give us feedback on, as well as numerous other tasks. Check out our GitHub repository and join us for the #mozfest on June 1-2.",
            "get_involved_url": "https://github.com/dasaderi/WhyNotOpenScience/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_052715.0016060000.png",
            "created": "2017-05-22T05:27:15.000628Z",
            "moderation_state": 3
        },
        {
            "id": 292,
            "content_url": "https://www.youtube.com/watch?list=PLo3w8EB99pqJ74XIGe72c9hBZWz9Y16cY&v=8EPsnf_ZYU0",
            "is_bookmarked": false,
            "tags": [
                "code",
                "rust",
                "security",
                "systems"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Localize & translate",
                "Test & feedback"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 5,
            "related_creators": [],
            "entry_type": "base",
            "title": "Rust",
            "description": "Rust is a new, safer programming language. It allows browsers, systems and more to run much faster and more safely. Rust is syntactically similar to C++, but is designed for better memory safety while maintaining performance.",
            "get_involved": "There are many ways to contribute to the success of Rust:  Finding, triaging and fixing issues; Documentation; Community building; Tooling, IDEs and infrastructure; Libraries; Internationalization.",
            "get_involved_url": "https://www.rust-lang.org/en-US/contribute.html",
            "interest": "Rust won first place for \"most loved programming language\" in the Stack Overflow Developer Survey in 2016 and 2017.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-19_184557.9764320000.png",
            "created": "2017-05-19T18:45:57.975792Z",
            "moderation_state": 3
        },
        {
            "id": 291,
            "content_url": "https://medium.com/read-write-participate/offline-games-for-online-safety-74efa0959240",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Offline games for online safety",
            "description": "This is a blog post describing what kinds of contributions community members can make to the Offline Games Challenge during the 2017 Global Sprint. The big idea is to invent and share childhood games, playground games, and board games that can teach people - especially youth - about online privacy and safety wherever they live. This project is easy to localize and might encourage participants to adapt beloved games to #teachtheweb, as well as to invent new ones.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-offline-games-challenge/",
            "interest": "This is an example of using a comms channel to promote a project that invites broad, diverse, local participation in support of online safety and our work to drive public demand for better privacy and security.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_153201.2730130000.jpg",
            "created": "2017-05-18T15:32:01.272472Z",
            "moderation_state": 3
        },
        {
            "id": 290,
            "content_url": "https://www.eventbrite.com/e/kc-vrar-event-vrar-workshop-event-pt-2-tickets-34259441913",
            "is_bookmarked": false,
            "tags": [
                "a-frame",
                "virtual reality",
                "vr",
                "webvr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Janice Wait",
            "submitter_profile_id": 76,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Intro to VR",
            "description": "This is a three-part workshop for anyone interested learning more about virtual reality and creating VR experiences to open new learning opportunities. Participants will learn the basic building blocks of virtual reality and have an opportunity to create their own virtual environment using A-Frame. No coding experience necessary!",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.com/e/kc-vrar-event-vrar-workshop-event-pt-2-tickets-34259441913",
            "interest": "Are you interested in learning more about virtual reality? Would you like to know how you could make a virtual reality experience that will create new learning opportunities for your students?",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_150811.1288520000.jpg",
            "created": "2017-05-18T15:08:11.111686Z",
            "moderation_state": 3
        },
        {
            "id": 289,
            "content_url": "https://github.com/mozillascience/studyGroupEvents",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "open science",
                "study groups"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Study Group Event Visualization",
            "description": "The current page of Study Group Event needs enhancement as to provide information about Study Group Programs and Events. Through this page, people learns about events at individual Study Group globally. I would like to import the details of the event, add features to the website and provide statistics i.e, activities on the Study Group page and from all of the forks of the Study Group. The main purpose of the project is to provide visualization and automation to the Study Group community, so they can easily find groups globally and track activities/new developments.",
            "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/mozillascience/studyGroupEvents/labels/mozsprint",
            "interest": "It evolves on the Mozilla Science Lab's Study Group Project, a set of repositories to help structure peer learning communities around code and open science. This project collects stats and prototypes viz of our growing community.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_145710.1755750000.png",
            "created": "2017-05-18T14:57:10.169777Z",
            "moderation_state": 3
        },
        {
            "id": 288,
            "content_url": "https://github.com/cytoscape/cytoscape.js-euler",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Euler for Cytoscape.js",
            "description": "Euler is a fast, high-quality force-directed (physics simulation) layout for Cytoscape.js.  Cytoscape.js has several force-directed layouts already, but there is a need for a small filesize, fast-running, high quality layout. The existing layouts have tradeoffs, like prioritising speed over quality.",
            "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/cytoscape/cytoscape.js-euler",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-17_233233.7846930000.jpg",
            "created": "2017-05-17T23:32:33.784379Z",
            "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": 286,
            "content_url": "https://github.com/Obadha/baraza/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Baraza",
            "description": "Baraza is a social justice innovation that aims to facilitate conflict resolution at the domestic level and among community members. Baraza, presented as an android application, will allow community members seek an audience with their area chief or local administration from within the application for disputes or issues they want resolved. Additionally, they should be able to seek professional legal council from within the application.",
            "get_involved": "Help us document, design and develop various parts of the project.",
            "get_involved_url": "https://github.com/Obadha/baraza/blob/master/CONTRIBUTING.md",
            "interest": "The application allows a user to report a dispute arising, allows the local authority to see reported disputes relevant to their areas, and allows them to perform some action as per the dipute either pass a resolution from within the application or summon others..",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-17_193705.8228150000.PNG",
            "created": "2017-05-17T19:37:05.822482Z",
            "moderation_state": 3
        },
        {
            "id": 285,
            "content_url": "https://github.com/MozillaFoundation/vr-curriculum-sprint",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "digital inclusion",
                "open innovation",
                "web literacy",
                "web vr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web VR 101 Curriculum Sprint",
            "description": "This is a GitHub repo for the Web VR 101 curriculum project running during this year's Global Sprint. What if anyone, anywhere - regardless of coding experience - could build a virtual reality experience? The big idea is to introduce Web VR to new users so they understand how it works and can use it for their own teaching and learning needs. We’ll brainstorm, research, draft, and test lesson plans that introduce Web VR ideas, vocabulary, and technical skills to beginner web and Web VR users.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/vr-curriculum-sprint",
            "interest": "This is an example of a Global Sprint project sparked by widespread interest across Mozilla and network communities.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-17_103702.1102440000.png",
            "created": "2017-05-17T10:37:02.109894Z",
            "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": 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": 282,
            "content_url": "http://hivenyc.org/2017/05/15/project-learning-lab-building-effective-partnerships/",
            "is_bookmarked": false,
            "tags": [
                "educators",
                "hive learning networks",
                "hive nyc",
                "network leaders"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Hana Sun",
            "submitter_profile_id": 88,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hana Sun",
                    "profile_id": 88,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive NYC Project Learning Lab: Building Effective Partnerships",
            "description": "In April, network members in Hive NYC's Project Learning Lab, a peer learning space that aims to workshop, share practices, introduce new tools, and exchange ideas and feedback about members' projects, met for a session focused on building effective partnerships.  This post shares the best practices they identified from their own learning and experiences in building partnerships with other educators, schools, city agencies, nonprofits, and other institutions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_163412.5366100000.jpg",
            "created": "2017-05-15T16:34:12.536237Z",
            "moderation_state": 3
        }
    ]
}