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=-published_by_creator&page=30
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=-published_by_creator&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-published_by_creator&page=29",
    "results": [
        {
            "id": 1192,
            "content_url": "http://www.autoedit.io/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "autoEdit2",
            "description": "Fast text based video editing",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_144031.5740600000.png",
            "created": "2019-05-22T14:40:31.554172Z",
            "moderation_state": 3
        },
        {
            "id": 1251,
            "content_url": "https://runyourown.social/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Darius Kazemi",
                    "profile_id": 1556,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Run Your Own Social",
            "description": "Mozilla Fellow Darius Kazemi has published a DIY playbook for those disenchanted with Facebook, Twitter, and other platforms",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-11_190143.2463030000.png",
            "created": "2019-07-11T19:01:43.245814Z",
            "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": 251,
            "content_url": "https://github.com/MozillaFoundation/mpa-iot-escape-room-challenge/issues",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "games",
                "global sprint",
                "internet of things",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "IoT Escape Room Challenge",
            "description": "This is a Global Sprint project that asks community members to design, build, and/or facilitate an escape room scenario using connected devices that hold the clues and keys participants need to get free. There are lots of ways to get involved from suggesting story ideas to crafting puzzles to building an escape room out of inexpensive, lightweight, portable materials. The big idea is to design something that libraries and other community centers could easily assemble, disassemble, facilitate, and share between branches.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-iot-escape-room-challenge",
            "interest": "This is an example of a Global Sprint project that brings multiple communities of practice together to teach about online safety and why privacy should be the default on connected devices.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_122105.0988950000.png",
            "created": "2017-04-27T12:21:05.098119Z",
            "moderation_state": 3
        },
        {
            "id": 252,
            "content_url": "https://github.com/MozillaFoundation/mpa-offline-games-challenge",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "offline",
                "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": "Offline Games Challenge",
            "description": "This is a Global Sprint project that invites contributors to develop childhood, playground, and tabletop games that teach about online safety and inclusion in fun, low-risk ways. The big idea is to make high quality, open-source privacy and security curriculum available to anyone, anywhere, so they can teach and learn about issues like encryption, privacy, and surveillance despite limited access to the Internet.",
            "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 a Global Sprint project that aism to deliver widely adaptable teaching and learning materials to leaders throughout our network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_122636.9671740000.png",
            "created": "2017-04-27T12:26:36.966601Z",
            "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
        },
        {
            "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": 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": 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": 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": 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": 901,
            "content_url": "https://chupadados.codingrights.org/en/fuzzifyme/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                },
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "fuzzify.me",
            "description": "A browser extension to thwart Facebook's creepiest ads.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-24_143446.5794570000.png",
            "created": "2018-08-24T14:34:46.578772Z",
            "moderation_state": 3
        },
        {
            "id": 724,
            "content_url": "http://www.vanleeuwenbrothers.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Treasure Bands",
            "description": "In Treasure Bands we real-time show the hidden world of the most valuable radio frequencies in the direct environment via an interactive screen-based installation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_102433.1618520000.jpg",
            "created": "2018-04-24T10:24:33.157003Z",
            "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": 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": 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": 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": 268,
            "content_url": "https://github.com/ipsha21/altruism-in-tech",
            "is_bookmarked": false,
            "tags": [
                "diversity",
                "gender",
                "global sprint",
                "inclusion",
                "mentor",
                "tech",
                "women"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Altruism in Tech",
            "description": "The project is designed to help and guide people in tech who have lost their way, or find it difficult to start in the first place. The idea is to make the tech industry more inclusive and welcoming for a diverse set of people, by connecting them to a mentor, over internet for a call. The aim is to create a portal where interested Mozilla employees can volunteer by making themselves available for a one-on-one meeting, with a newcomer seeking help in their area of expertise.",
            "get_involved": "",
            "get_involved_url": "https://github.com/ipsha21/altruism-in-tech",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-05-10T16:43:07.471608Z",
            "moderation_state": 3
        },
        {
            "id": 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": 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": 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": 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": 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": 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": 464,
            "content_url": "https://medium.com/read-write-participate/how-will-artificial-intelligence-impact-open-technologies-fc4ac7a6119b",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Will Artificial Intelligence Impact Open Technologies?",
            "description": "Mozilla Tech Policy Fellow Jason Schultz writes about the intersection of open source and AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-12_155740.4291820000.png",
            "created": "2017-10-12T15:57:40.428859Z",
            "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": 139,
            "content_url": "https://www.youtube.com/channel/UC9MJ2wGfJ_7mbLN6rXjWztA",
            "is_bookmarked": false,
            "tags": [
                "design"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hour of Design",
            "description": "A video series with live UI design.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This can help demystify the process of design and share how even the most beautiful designs always start with a blank canvas.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-28T16:59:58.414000Z",
            "moderation_state": 3
        },
        {
            "id": 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": 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": 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": 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": 248,
            "content_url": "https://github.com/voxverus/JobTalk",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "mozsprint",
                "professional development"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "JobTalk",
            "description": "This is a Global Sprint project that aims to build a professional development platform for academics, focused on workplace reviews and network building. Think of it like Glassdoor for a unique, academic workforce. Users will use the platform to share workplace reviews across categories ranging from compensation to parenting support to mentorship. The big idea is to help users to develop robust mentoring and support networks and empower them with the information they need to succeed.",
            "get_involved": "Contribute to this project during the Global Sprint!",
            "get_involved_url": "https://github.com/voxverus/JobTalk",
            "interest": "This is a great example of community members using the web to help lead professional development in their communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_095251.8467840000.jpeg",
            "created": "2017-04-27T09:52:51.846373Z",
            "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": 2110,
            "content_url": "https://www.youtube.com/watch?v=xoue4-ohk1Y",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "ethical",
                "taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What is an Ethical Artificial Intelligence? Mozilla Explains",
            "description": "Artificial intelligence (AI) takes in information and uses it to make informed predictions. But when opaque algorithms make decisions on your behalf, ethical problems can arise.Director of AI Ethics Lab Cansu Canca explains.Featured in this video, Survival of the Best Fit is a Mozilla Creative Media awardee built by Jihyun Kim, Gábor Csapo, Miha Klasinc, and Alia ElKattan. Experience it here: https://www.survivalofthebestfit.com/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175320.9699530000.jpg",
            "created": "2021-06-25T22:37:15.591630Z",
            "moderation_state": 3
        },
        {
            "id": 44,
            "content_url": "http://www.localizationlab.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "circumvention",
                "digital security",
                "encryption",
                "internet freedom",
                "localisation",
                "localization",
                "mozfest"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Localization Lab",
            "description": "Localization Lab is a network of over 5,000 developers and volunteer translators collaborating to localize Internet freedom tools: technology that addresses security, privacy, anonymity, whistleblowing, circumvention issues, including training materials to support these tools.",
            "get_involved": "We are interested in growing our translator community as well as supporting other open source Internet freedom related projects. Let us know if you have a qualifying project or would like to contribute to translations!",
            "get_involved_url": "http://www.localizationlab.org/community/",
            "interest": "The projects that our community works on are open source technologies that help offer access to the open Internet to people around the globe and also help individuals keep their data secure. The encryption, circumvention and anonymity tools are as relevant as ever across all Internet users.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/44.png",
            "created": "2016-10-28T14:53:16.905000Z",
            "moderation_state": 3
        },
        {
            "id": 185,
            "content_url": "https://medium.com/read-write-participate/women-web-strong-7e50f123311e",
            "is_bookmarked": false,
            "tags": [
                "event",
                "gender",
                "mozfest",
                "training",
                "women",
                "women and web literacy"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women + Web = <STRONG>",
            "description": "To kick-off Mozilla Festival (Mozfest), we hosted the Women and the Web Convening on October 27th, 2016. In what was the first of it’s kind, this fringe event gathered almost 20 female leaders across the Mozilla Leadership Network. The aim of the event was not only to convene these female leaders across our network, but also to build their organizing skills and help them establish a strong community of peers leading into Mozfest.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_210411.7108320000.JPG",
            "created": "2017-04-06T21:04:11.710542Z",
            "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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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
        }
    ]
}