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=-thumbnail&page=29
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=-thumbnail&page=30",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-thumbnail&page=28",
    "results": [
        {
            "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": 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": 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": 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": 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": 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": 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": 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
        },
        {
            "id": 281,
            "content_url": "https://github.com/jasonclark/linked-people-bioscience",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "linked data",
                "mozsprint",
                "open data",
                "profiles",
                "research networks"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Linked People Bioscience",
            "description": "Linked People Bioscience is a prototype software project that allows one to visualize research and networks of expertise based on researcher interests and research collaborations. This work applies a methodology for describing researcher interests and research collaborations through the application of linked open data (LOD) which has an impact on the visibility of these researchers in search engines.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/jasonclark/linked-people-bioscience",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_013643.5978150000.png",
            "created": "2017-05-15T01:36:43.597360Z",
            "moderation_state": 3
        },
        {
            "id": 280,
            "content_url": "https://github.com/TyJK/EchoBurst",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "communication",
                "mozsprint",
                "natural language processing",
                "nlp"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "EchoBurst",
            "description": "With the dawn of the internet, many hoped that we would see an expansion in how many views a person had access to, but we have found the opposite to be the case.  We hope to solve this in part by creating a tool that works against the paradigm created by social media of increasingly isolated echo chambers thereby making it easier to find comments that promote civil discussion (i.e., are not simply toxic, but contribute to the conversation) but oppose the view of the user.",
            "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/TyJK/EchoBurst",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_010340.8007000000.png",
            "created": "2017-05-15T01:03:40.800396Z",
            "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": 278,
            "content_url": "https://thimbleprojects.org/techkim/258242/#overview",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "fake news",
                "misinformation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 105,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foiling Fake News",
            "description": "This is a teaching kit put together by Kim Wilkens and Sarah FitzHenry to teach fake news, misinformation, and media literacy to middle school students.",
            "get_involved": "Share the teaching kit on social media and remix it to use in your work with community members!",
            "get_involved_url": "",
            "interest": "This is a great example of community members using Mozilla tools (like Thimble) and Web Literacy standards to share teaching resources that fight fake news and misinformation.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_171623.1594020000.jpg",
            "created": "2017-05-12T17:16:23.158863Z",
            "moderation_state": 3
        },
        {
            "id": 277,
            "content_url": "http://www.slj.com/2017/05/programs/supermoons-cause-tidal-waves-true-or-false-our-news-literacy-program-challenges-fourth-graders-to-find-out/#_",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "media literacy",
                "misinformation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 105,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Supermoons Cause Tidal Waves",
            "description": "This is a School Library Journal article by Kim Wilkens and Sarah FitzHenry detailing how they used Mozilla's Web Literacy framework, curriculum, and tools (alongside other resources) to help teach media literacy and fake news to middle school students.",
            "get_involved": "Share the article on social media, comment on it, and share resources with Kim and Sarah.",
            "get_involved_url": "",
            "interest": "This is a great example of how our community contributes to open news efforts in the Mozilla Network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_171133.4131660000.jpg",
            "created": "2017-05-12T17:11:33.412608Z",
            "moderation_state": 3
        },
        {
            "id": 275,
            "content_url": "https://gibboncode.github.io/GIBBON/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "visualization"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "GIBBON: The Geometry and Image-Based Bioengineering add-On",
            "description": "GIBBON is an open-source MATLAB toolbox and includes an array of image and geometry visualization and processing tools. GIBBON includes tools for tetrahedral meshing and finite element analysis and thereby provides a highly flexible image-based modeling environment (e.g. for patient-specific medical device design and advanced inverse finite element analysis).",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/gibbonCode/GIBBON/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_060807.9826680000.jpg",
            "created": "2017-05-12T06:08:07.982204Z",
            "moderation_state": 3
        },
        {
            "id": 274,
            "content_url": "http://hypertools.readthedocs.io/en/latest/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "python",
                "visualization"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "HyperTools",
            "description": "Data visualizations can reveal trends and patterns that are not otherwise obvious from the raw data or summary statistics.  HyperTools is a library for visualizing and manipulating high-dimensional data in Python.  It is built on top of matplotlib (for plotting), seaborn (for plot styling), and scikit-learn (for data manipulation).",
            "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/ContextLab/hypertools",
            "interest": "We are participating in the 2017 Global Sprint and would love to collaborate!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_210323.9176110000.png",
            "created": "2017-05-11T21:03:23.917090Z",
            "moderation_state": 3
        },
        {
            "id": 273,
            "content_url": "https://github.com/mozilla-neutrino/neutrino-dev",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "javascript",
                "mozsprint",
                "open web",
                "software"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Eli Perelman",
                    "profile_id": 8,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Neutrino",
            "description": "This Global Sprint project aims to create and build modern JavaScript applications with zero initial configuration. Neutrino combines the power of Webpack with the simplicity of presets.",
            "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/mozilla-neutrino/neutrino-dev",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_204304.0556300000.png",
            "created": "2017-05-11T20:43:04.054752Z",
            "moderation_state": 3
        },
        {
            "id": 272,
            "content_url": "http://themethodpodcast.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "podcast"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Method: an open source, peer reviewed podcast about science",
            "description": "The Method is an open source, peer reviewed podcast about the state of science. We are a team of scientists and science-lovers who want to improve the quality, inclusivity, and productivity of our conversations about science.  Just as an open source community can improve the quality of code, we are creating a platform for the scientific community to improve the quality of our conversations about what is working in science and what is not.",
            "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/the-method/podcast",
            "interest": "We need scientists and science-lovers to listen to our podcast episodes and respond with their own opinions, experiences, stories, references, and constructive feedback.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_194202.0277840000.jpg",
            "created": "2017-05-11T19:42:02.027232Z",
            "moderation_state": 3
        },
        {
            "id": 271,
            "content_url": "https://authorcarpentry.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "curriculum",
                "global sprint",
                "gs2017",
                "libraries",
                "mozsprint",
                "open science",
                "software carpentry",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Author Carpentry",
            "description": "AuthorCarpentry is a set of open lessons designed to enhance scientific authorship and publishing in the digital age. Its aim is to promote and support best practices in open science and research communication.",
            "get_involved": "We enthusiastically welcome contributions of librarian and other research professionals.  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/AuthorCarpentry/planning/issues",
            "interest": "AuthorCarpentry lessons cover tools, workflows, practices, and skills that help researchers prepare, submit, and publish contributions that add value to an open scholarly record and invite others to adapt and build upon their work.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_161511.0813060000.jpg",
            "created": "2017-05-11T16:15:11.080793Z",
            "moderation_state": 3
        },
        {
            "id": 270,
            "content_url": "https://www.youtube.com/watch?v=KFMzbnSVdEs",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Are We Living Inside an Ethical (and Kind) Machine?",
            "description": "Mozilla Executive Director Mark Surman speaks at re:publica 2017, Europe’s leading conference on Internet and society, about ethics and emerging technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_134717.1769150000.png",
            "created": "2017-05-11T13:47:17.176612Z",
            "moderation_state": 3
        },
        {
            "id": 269,
            "content_url": "https://medium.com/read-write-participate/demystifying-connected-devices-9c5b7a943f08",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "escape rooms",
                "iot",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Demystifying Connected Devices",
            "description": "This is a blog post inviting broad participation in our IoT Escape Room Challenge for the 2017 Global Sprint. It introduces escape rooms and the Internet of Things and then describes many technical and non-technical ways contributors can get involved. The big idea is to community-source easily constructed, inexpensive, portable rooms or sets that libraries could share between branches to teach about connected devices in a fun, low-risk, social way.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-iot-escape-room-challenge",
            "interest": "This is an example of using a channel like Read, Write, Participate to support community work for events like the Global Sprint.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_103626.6638210000.png",
            "created": "2017-05-11T10:36:26.663220Z",
            "moderation_state": 3
        },
        {
            "id": 267,
            "content_url": "https://www.slideshare.net/Amirad/girls-in-ict-day-2017-un-women-and-empower-women-panel",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "empower women",
                "gender",
                "girls in ict day",
                "ict",
                "learning environment",
                "safe space",
                "space",
                "un women",
                "web literacy",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Developing Inclusive Learning spaces for Girls",
            "description": "To celebrate the International Girls in ICT Day I was asked by UN Women's Empower Women group to discuss how we can bridge the gender gap for girls in ICT. Through my work, we're learning how to create more inclusive learning spaces for women and girls that can help them succeed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-09_170355.5250580000.png",
            "created": "2017-05-09T17:03:55.524550Z",
            "moderation_state": 3
        },
        {
            "id": 266,
            "content_url": "https://elidron.github.io/womenobservatory/",
            "is_bookmarked": false,
            "tags": [
                "gender",
                "mexico",
                "spanish",
                "web literacy",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Observatorio para la mujer de habilidades digitales (women observatory in Mexico)",
            "description": "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": "",
            "get_involved_url": "https://github.com/elidron/womenobservatory",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-09_165025.9143090000.png",
            "created": "2017-05-09T16:50:25.913771Z",
            "moderation_state": 3
        },
        {
            "id": 265,
            "content_url": "https://paperstorm.it/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paperstorm",
            "description": "Paperstorm is a playful-but-political digital advocacy tool. It allows users to “drop” digital leaflets on maps of European cities, which urge lawmakers to reform outdated copyright law. Paperstorm is a collaboration between Mozilla and Dutch design studio Moniker.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-09_121502.5424060000.png",
            "created": "2017-05-09T12:15:02.542030Z",
            "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": 263,
            "content_url": "https://mozillafoundation.github.io/atxwow0517/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "global sprint",
                "hive",
                "open leadership training",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Working Open Workshop Austin, TX",
            "description": "Mozilla hosted a miniature version of its Working Open Workshop (WOW) on May 8, 2017 for open community leaders in Austin, TX. This version pilots a train the trainer approach with the goal of supporting local leaders to run their own workshops customized for their community members.",
            "get_involved": "Check out the workshop details and materials on GitHub, then fork them to create your own WOW for your local community.",
            "get_involved_url": "https://github.com/MozillaFoundation/atxwow0517/",
            "interest": "You can run your own working open workshop!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-08_110032.7040260000.png",
            "created": "2017-05-08T11:00:32.703602Z",
            "moderation_state": 3
        },
        {
            "id": 262,
            "content_url": "https://github.com/Open-Data-Science-at-SIO/RRROBOTS",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "RRROBOTS",
            "description": "Many scientists would like to adopt better habits for reproducible research. With Reproducible Research in R for Ocean Biosciences (RRROBOTS) our focus is on developing some lessons in doing that for scientific computing, and then teaching those lessons in a graduate-level course where students will reproduce results from existing publications.",
            "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-Science-at-SIO/RRROBOTS",
            "interest": "This seminar course is aimed at graduate students who have completed introductory classes in statistics and programming and are thinking about data analyses for their thesis projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_150947.1216750000.png",
            "created": "2017-05-05T15:09:47.121066Z",
            "moderation_state": 3
        },
        {
            "id": 261,
            "content_url": "https://medium.com/read-write-participate/web-native-games-for-privacy-inclusion-ec90c226583a",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web Native Games for Privacy and Inclusion",
            "description": "This is a blog post inviting broad participation in the Privacy & Security Game Jam Challenge during the 2017 Global Sprint. It introduces the challenge and then shares all kinds of technical and non-technical ways to contribute ideas, assets, and code. It's meant to be an example of how we can use other Mozilla channels, like Read, Write, Participate, to make community-driven projects more inviting.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-game-jam-challenge/",
            "interest": "This is an example of supporting documentation meant to invite broad network and community participation in work like the Global Sprint.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_093937.3902000000.JPG",
            "created": "2017-05-05T09:39:37.389705Z",
            "moderation_state": 3
        },
        {
            "id": 260,
            "content_url": "https://medium.com/read-write-participate/whats-a-shardnet-ad461884e51e",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "What's a Shardnet?",
            "description": "This is a blog post inviting participation in the Cryptomancer Challenge for the 2017 Global Sprint. It introduces readers to the sprint, to role-playing games in general, and to how we might use the game Cryptomancer to invent and share adventures that reflect the real-world challenges network members face in privacy, security, and digital inclusions.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-cryptomancer-challenge/",
            "interest": "This is an example of supporting documentation that shares news about our work - like the Global Sprint - across Mozilla channels and invites participation from network members.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_092417.6880030000.jpg",
            "created": "2017-05-05T09:24:17.687504Z",
            "moderation_state": 3
        },
        {
            "id": 259,
            "content_url": "https://github.com/cmaumet/fmri_reporting",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "imaging",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Easy fMRI Reporting",
            "description": "Scientific communities are increasingly calling for more transparent research practices. Ideally, to maximise impact of research, the analysis code, data and manuscript should all be made available to the research community. In practice, this can prove to difficult and time consuming.  Another project in this year's Global Sprint, fmri_reporting is a course that explores current solutions to share data and code in support of publication of an fMRI study and provides simple recipes for different levels of data and code sharing.",
            "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/cmaumet/fmri_reporting",
            "interest": "This project would be very interested to hear from you if you've published data or code in relation to an fMRI experiment and you would like to share your thoughts on this experience.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_194738.4258560000.png",
            "created": "2017-05-04T19:47:38.425547Z",
            "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": 257,
            "content_url": "http://lifehacker.com/im-aurelia-moser-community-lead-at-mozilla-and-this-i-1794805923",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How I Work: Aurelia Moser, Community Lead at Mozilla",
            "description": "Aurelia Moser builds code and community at Mozilla Science Lab. This is how she works.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_161520.5915440000.jpg",
            "created": "2017-05-04T16:15:20.591154Z",
            "moderation_state": 3
        },
        {
            "id": 256,
            "content_url": "https://ottagit.gitbooks.io/git-push-freshman-open-curriculum/content/",
            "is_bookmarked": false,
            "tags": [
                "mozillaclubs",
                "mozlearn",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Git Push Freshman",
            "description": "The Git Push Freshman project is an open introductory course to version control concepts using Git and collaborative software development using GitHub to Computer Science first year students Maseno University, Kenya.\n\nFollowing an open curriculum developed in the course of this project and taking a hands-on approach, the project seeks to equip the students with basic technical skills necessary to enable them to contribute to open source software projects.",
            "get_involved": "Help us build the curriculum on GitHub and/or fork it to make a version of your own.",
            "get_involved_url": "https://github.com/ottagit/git_push_freshman",
            "interest": "It offers curriculum and information helpful for learners interested in collaboration, open source software and GitHub.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-03_152814.0145400000.png",
            "created": "2017-05-03T15:28:14.014081Z",
            "moderation_state": 3
        },
        {
            "id": 255,
            "content_url": "https://github.com/kshitizkhanal7/Aerogami",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "digital inclusion",
                "mozsprint",
                "open innovation"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Aerogami",
            "description": "This is a Global Sprint project all about teaching the basic ideas of aerodynamics through simple language and paper airplanes. Contributors will help develop lesson plans, a workshop, and an online application that teach about the principles of flight using only the 1000 most common words in English.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/kshitizkhanal7/Aerogami",
            "interest": "This is a great example of a Global Sprint project that uses the web to deliver complex, scientific vocabulary and ideas through accessible language and hands-on activities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-03_103133.2842530000.jpg",
            "created": "2017-05-03T10:31:33.283697Z",
            "moderation_state": 3
        },
        {
            "id": 254,
            "content_url": "https://github.com/NeuroTechX/eeg-101",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "gs2017",
                "mozsprint",
                "science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "EEG 101",
            "description": "EEG 101 is a Global Sprint project to create an interactive tutorial that teaches the very basics of EEG, including where signals come from, how EEG devices work, and how to process EEG 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/NeuroTechX/eeg-101",
            "interest": "The goal with EEG 101 is to create a flexible base for EEG and BCI mobile development that novice programmers could build on top of, and could be adapted to work on multiple platforms with different EEG devices.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-28_203633.9017160000.png",
            "created": "2017-04-28T20:36:33.847847Z",
            "moderation_state": 3
        }
    ]
}