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&page=27
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&page=28",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&page=26",
    "results": [
        {
            "id": 554,
            "content_url": "https://www.gamasutra.com/blogs/PietroPolsinelli/20171121/309819/Creating_A_Board_Game_On_Platform_Cooperativism.php",
            "is_bookmarked": false,
            "tags": [
                "board games",
                "platform coops",
                "serious games"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "published_by": "Pietro Polsinelli",
            "submitter_profile_id": 157,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pietro Polsinelli",
                    "profile_id": 157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Board Game On Platform Cooperativism from MozFest 2017",
            "description": "Presenting the evolution and the experience of a board game on platform cooperativism presented at MozFest 2017. It's free on Github!",
            "get_involved": "",
            "get_involved_url": "https://github.com/ppolsinelli/CoopsAndDragons/",
            "interest": "How to use board game to present complex themes, and specifically related to decentralization.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-21_183157.8332280000.jpg",
            "created": "2017-11-21T18:31:57.832474Z",
            "moderation_state": 3
        },
        {
            "id": 553,
            "content_url": "https://github.com/rissom/unidaplan",
            "is_bookmarked": false,
            "tags": [
                "AngularJS",
                "eLifeopensciencesoapbox",
                "ELN",
                "Java",
                "mozfest",
                "open science",
                "open source",
                "PostgreSQL",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Thorsten Rissom",
            "submitter_profile_id": 238,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Thorsten Rissom",
                    "profile_id": 238,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unidaplan",
            "description": "Unidaplan (\"You need a plan\") is an open source sample management software. This software is made for scientists who need to manage their samples, plan experiments and do processes on them. The tool allows you to plan experiments and track progress, as well as search for samples with specific properties.",
            "get_involved": "Unidaplan is working, but still in prototype stage. Looking for people who would like to try it out, test it and give feedback. Contribute on GitHub (https://github.com/rissom/unidaplan).",
            "get_involved_url": "https://github.com/rissom/unidaplan",
            "interest": "Interesting for scientists who work with physical samples",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-19_181154.9325910000.png",
            "created": "2017-11-19T18:11:54.931804Z",
            "moderation_state": 3
        },
        {
            "id": 552,
            "content_url": "https://www.shareable.net/blog/how-mozillas-open-science-lab-is-empowering-the-next-generation-of-researchers",
            "is_bookmarked": false,
            "tags": [
                "fellowships",
                "open access",
                "open data",
                "open science",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Interview: Mozilla Science Lab",
            "description": "Shareable spoke with Stephanie Wright, Program Lead for the Science Lab at Mozilla, about how they're advancing the open science movement.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-16_231658.7521520000.png",
            "created": "2017-11-16T23:16:58.751750Z",
            "moderation_state": 3
        },
        {
            "id": 551,
            "content_url": "https://medium.com/@slehane/mozfest-2017-its-all-about-learning-sharing-experiencing-a1741045acef",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozfest 2017 - Its All About Learning, Sharing, Experiencing",
            "description": "In 2016, I attended my first Mozfest and I remember thinking at the end: I have to come back again. This year, under the Mozilla Web Literacy Leadership program, I was fortunate enough to be able to experience Mozfest a second time. Of the many conferences I attend each year, none transmits the energy that I feel during this 2-day convening of Internet Health thinkers, movers, and motivators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-16_071503.8990330000.png",
            "created": "2017-11-16T07:15:03.897924Z",
            "moderation_state": 3
        },
        {
            "id": 550,
            "content_url": "https://privacynotincluded.org",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "iot",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Take Action"
            ],
            "published_by": "Paul Johnson",
            "submitter_profile_id": 234,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Paul Johnson",
                    "profile_id": 234,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "*Privacy Not Included: a holiday buyer's guide from Mozilla",
            "description": "*Privacy Not Included is a shopping companion to help consumers identify Internet-connected products that meet their privacy and security needs. Our goal: To make products’ privacy and security features as obvious as their price.",
            "get_involved": "",
            "get_involved_url": "https://privacynotincluded.org",
            "interest": "It's a consumer-friendly entry point into the conversation about privacy & security and connected devices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-15_190033.7234660000.jpg",
            "created": "2017-11-15T19:00:33.723031Z",
            "moderation_state": 3
        },
        {
            "id": 549,
            "content_url": "https://mozilla.github.io/lean-data-practices-cso/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "data",
                "data collection",
                "data management",
                "data security",
                "NGOs",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Melissa Huerta",
                    "profile_id": 61,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lean Data Practices for Civil Society Organizations",
            "description": "Lean Data Practices is a framework for NGOs to manage their data collection and storage practices to increase trust and reduce risk. This list of questions and tips is meant to stimulate conversation and thought within organizations to review their data management.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Lean Data Practices can help organizations take clear steps to protecting their community's data, and individuals can think about their own data sharing practices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-10_162618.8533410000.jpg",
            "created": "2017-11-09T20:38:19.371812Z",
            "moderation_state": 3
        },
        {
            "id": 548,
            "content_url": "https://medium.com/@daviserin/turning-intent-into-action-the-madlib-manifesto-fab43fb44e2a",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Turning Intent into Action: The MadLib Manifesto",
            "description": "Returning to MozFest as a Web Literacy Leader made for a lovely experience; the crush of amazing programming and brilliant ideas at the festival was even better with friends! (And our evening out over Indian was so spectacular I ate at Cinnamon Bazaar again the next night.)",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-09_052618.7405520000.png",
            "created": "2017-11-09T05:26:18.738615Z",
            "moderation_state": 3
        },
        {
            "id": 547,
            "content_url": "http://map.mideastunes.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Esra'a Al Shafei",
            "submitter_profile_id": 228,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Esra'a Al Shafei",
                    "profile_id": 228,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mapping indie artists in the Middle East",
            "description": "An interactive map that lets you explore Middle Eastern indie artists of the month. An exciting way to discover new tunes that reflects the cultural vibrancy of the region.",
            "get_involved": "Help us promote the map and Mideast Tunes overall!",
            "get_involved_url": "http://map.mideastunes.com/",
            "interest": "Listen to music that is otherwise often censored in our region.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-08_153923.8023460000.png",
            "created": "2017-11-08T15:39:23.801641Z",
            "moderation_state": 3
        },
        {
            "id": 546,
            "content_url": "https://www.medcognition.com/",
            "is_bookmarked": false,
            "tags": [
                "augmented reality",
                "education",
                "health care",
                "simulations",
                "training"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "John Quarles",
            "submitter_profile_id": 139,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "John Quarles",
                    "profile_id": 139,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PerSim",
            "description": "Pre-hospital providers are on the forefront of patient care. First to care and a critical link in the successful treatment of the ill and injured. Accessing high-quality patient simulation has been difficult. Until now.  Introducing PerSim™: the first affordable, portable and realistic patient simulator designed specifically for pre-hospital professionals.",
            "get_involved": "",
            "get_involved_url": "https://www.medcognition.com/",
            "interest": "PerSim uses augmented reality to offer realistic training at a fraction of the price to pre-hospital providers, a population who has always been underserved in terms of access to high fidelity simulation.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_154005.7930620000.jpg",
            "created": "2017-11-07T15:40:05.792540Z",
            "moderation_state": 3
        },
        {
            "id": 545,
            "content_url": "https://webfoundation.org/2017/11/a-healthy-internet-is-an-equal-internet/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "equality",
                "internet",
                "mozfest",
                "world wide web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Mara Silvestri",
            "submitter_profile_id": 226,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Mara Silvestri",
                    "profile_id": 226,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A healthy internet is an equal internet",
            "description": "This is a guest post from Nanjira Sambuli, the Web Foundation’s Digital Equality Advocacy Manager about her speech at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "http://www.webfoundation.org",
            "interest": "It focuses on MozFest",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_100619.1262390000.JPG",
            "created": "2017-11-07T10:06:19.125512Z",
            "moderation_state": 3
        },
        {
            "id": 544,
            "content_url": "http://creativeaction.org",
            "is_bookmarked": false,
            "tags": [
                "21c skills",
                "arts education",
                "digitalarts&culture",
                "digital inclusion",
                "digital literacy",
                "education",
                "gigabit",
                "gigabit community fund",
                "social justice",
                "virtual reality",
                "youth",
                "youth-led"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Corinna Archer Kinsman",
            "submitter_profile_id": 225,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Corinna Archer Kinsman",
                    "profile_id": 225,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Creative Action Gigabit Hive Project",
            "description": "Creative Action, a nonprofit arts education organization in Austin, TX, is excited to explore how VR technology can enhance youth learning and creativity through hands-on, youth-driven arts projects that address social issues. With support from the Gigabit Community Fund, our professional teaching artists will develop VR coding and video projects with their students in our after school programs at Title I, low-income schools. Our goal is to build capacity for arts and technology integration while helping more young people develop digital literacy, 21st Century, and social emotional skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "We hope to inspire others around the possibilities of arts and technology integration in social and emotional education for youth!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-11-06T17:19:17.963993Z",
            "moderation_state": 3
        },
        {
            "id": 543,
            "content_url": "http://mindyourself.io",
            "is_bookmarked": false,
            "tags": [
                "bipolar",
                "mental health",
                "open health data",
                "suicide prevention",
                "wearables"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Alan Lavender",
            "submitter_profile_id": 219,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alan Lavender",
                    "profile_id": 219,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MindYourself",
            "description": "A mental wellness wearable that detects mood swings before they happen, based on your personal data, and alerts a group of friends and/or professionals depending on severity, for an appropriate intervention ranging from a cuppa and a chat to an emergency room visit.",
            "get_involved": "developers. developers. developers.",
            "get_involved_url": "http://mindyourself.io",
            "interest": "It is a great chance to get involved with mood metrics and big data.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-03_222640.3663450000.PNG",
            "created": "2017-11-03T22:26:40.365702Z",
            "moderation_state": 3
        },
        {
            "id": 542,
            "content_url": "https://www.github.com/rwb27/openflexure_microscope",
            "is_bookmarked": false,
            "tags": [
                "3D printing",
                "computer vision",
                "future-proof hardware",
                "health care",
                "microscopy",
                "open hardware",
                "OpenSCAD"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Richard Bowman",
            "submitter_profile_id": 215,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Richard Bowman",
                    "profile_id": 215,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenFlexure Microscope",
            "description": "An open source, 3D printable microscope - complete with high quality mechanical stage.",
            "get_involved": "Help us improve the design by printing and making one, and blogging your build.  There are plenty of things to do to improve the CAD models and documentation, and it would be amazing to set up an automated build server to generate the different versions of the microscope.",
            "get_involved_url": "https://www.github.com/rwb27/openflexure_microscope",
            "interest": "The OpenFlexure Microscope aims to make high quality automated microscopy available worldwide.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-03_143635.9985250000.jpg",
            "created": "2017-11-03T14:36:35.997853Z",
            "moderation_state": 3
        },
        {
            "id": 541,
            "content_url": "https://austinfilmschool.org",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "communication",
                "culture",
                "film",
                "filmmaking"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Fundraise",
                "Localize & translate",
                "Mentor",
                "Promote"
            ],
            "published_by": "Carrie Cates",
            "submitter_profile_id": 211,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carrie Cates",
                    "profile_id": 211,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cine Joven: Breaking Borders",
            "description": "Cine Joven: Breaking Borders will work to bring cultural understanding and compassion to both groups through collective creative technology and storytelling, while offering advanced digital arts & tech skills to public high school students located in an under-served area of Monterrey, Mexico that offers little access to high-speed connectivity.",
            "get_involved": "",
            "get_involved_url": "https://austinfilmschool.org",
            "interest": "We will be working toward cross-cultural understanding while overcoming the obstacles that would usually prevent such a project from occurring, and sharing our insight along the way.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_205533.7056360000.png",
            "created": "2017-11-02T20:55:33.704810Z",
            "moderation_state": 3
        },
        {
            "id": 540,
            "content_url": "https://mozillascience.github.io/WOW-Kansas/",
            "is_bookmarked": false,
            "tags": [
                "kansas",
                "libraries",
                "open data",
                "open educational resource",
                "open science",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                },
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                },
                {
                    "name": "Jenn Beard",
                    "profile_id": 67,
                    "is_active": true
                },
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "University of Kansas Working Open Workshop",
            "description": "Mozilla hosted a Working Open Workshop (WOW) in collaboration with University of Kansas Libraries on Oct 16-17, 2017. This version focused on training local researchers how to work more openly and what opportunities for working more openly looked like at KU.",
            "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/mozillascience/WOW-Kansas",
            "interest": "You, too, can host a WOW and run your own workshop in your community!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_181643.8341670000.png",
            "created": "2017-11-02T18:16:43.833302Z",
            "moderation_state": 3
        },
        {
            "id": 539,
            "content_url": "https://www.dropbox.com/s/h01w8sjp5dfq8my/Mozfest%20Cognitive%20Accessibility%20101%20Slideshow.ppsx?dl=0",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "architecture",
                "autism",
                "dementia"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alastair Somerville",
            "submitter_profile_id": 208,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alastair Somerville",
                    "profile_id": 208,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cognitive Accessibility 101",
            "description": "Slidedeck from Cognitive Accessibility 101 session including participant feedback and sensory audit of Mozfest conference setting.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Some basic ideas on what cognitive accessibility is and how we might design physical and digital experiences inclusively.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_163316.7050480000.jpg",
            "created": "2017-11-02T16:33:16.704721Z",
            "moderation_state": 3
        },
        {
            "id": 538,
            "content_url": "https://meta.wikimedia.org/wiki/Wikipedia_4_Refugees",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Design"
            ],
            "published_by": "Martina Puppi",
            "submitter_profile_id": 205,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Martina Puppi",
                    "profile_id": 205,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#wiki4refugees",
            "description": "Digital literacy project targeting migrants and asylum seekers, aimed at teaching digital skills through learning how to edit on Wikipedia.",
            "get_involved": "",
            "get_involved_url": "https://it.wikipedia.org/wiki/Wikipedia:Wikipedia_4_Refugees",
            "interest": "To share methods on how to teach digital skills to non-standard groups of learners",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_160114.3574740000.png",
            "created": "2017-11-02T16:01:14.356865Z",
            "moderation_state": 3
        },
        {
            "id": 537,
            "content_url": "https://medium.com/read-write-participate/how-much-indians-get-to-use-the-internet-vs-how-much-of-the-internet-we-get-to-use-4b84bc440775",
            "is_bookmarked": false,
            "tags": [
                "net neutrality",
                "zero rating"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Much Indians Get to Use the Internet vs. How Much of the Internet We Get to Use",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A look at how India has engaged in the net neutrality debate.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-01_181008.6425580000.jpeg",
            "created": "2017-11-01T18:10:08.631996Z",
            "moderation_state": 3
        },
        {
            "id": 536,
            "content_url": "https://blog.mozilla.org/blog/2017/11/01/10-fascinating-things-we-learned-when-we-asked-the-world-how-connected-are-you/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "10 Things We Learned When We Asked The World ‘How Connected Are You?’",
            "description": "In August, Mozilla sent out a survey asking “How connected are you?“ What we learned is fascinating. Like: People in India are more likely to own a smart appliance, whereas people in Argentina are more likely to own a smart TV. And: People everywhere are worried that a more connected future will jeopardize their privacy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-01_140138.7074560000.png",
            "created": "2017-11-01T14:01:38.706923Z",
            "moderation_state": 3
        },
        {
            "id": 535,
            "content_url": "https://blog.mozilla.org/blog/2017/11/01/275k-in-grants-for-creative-gigabit-projects-across-the-u-s/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "$275K for Creative Gigabit Projects Across the U.S.",
            "description": "From augmented reality training for first responders, to robotics classes for high school students, Mozilla is supporting bright ideas that leverage gigabit internet to create more open and innovative cities.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-01_124728.2690240000.jpg",
            "created": "2017-11-01T12:47:28.268531Z",
            "moderation_state": 3
        },
        {
            "id": 534,
            "content_url": "http://intermine.org",
            "is_bookmarked": false,
            "tags": [
                "biology",
                "genomics",
                "open science",
                "open source",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "InterMine",
            "description": "InterMine is an open source project to integrate various biological data sources and makes it easy to query the data via a website or using an API.",
            "get_involved": "User testing, picking up issues, promoting us to people in biology",
            "get_involved_url": "https://github.com/intermine/intermine",
            "interest": "Successful open source scientific software that has been around since 2002.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-31_140534.8601690000.png",
            "created": "2017-10-31T14:05:34.855905Z",
            "moderation_state": 3
        },
        {
            "id": 533,
            "content_url": "https://medium.com/mozilla-internet-citizen/new-research-how-germans-americans-women-and-men-feel-about-internet-health-71bad08562df",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 45,
                    "is_active": true
                },
                {
                    "name": "Abdoul Coulibaly",
                    "profile_id": 53,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Report: Attitudes Toward Internet Issues",
            "description": "Fresh research from Mozilla explores perceptions of internet health among Americans and Germans; women and men; and various age, income and education levels",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-31_135436.0516140000.png",
            "created": "2017-10-31T13:54:36.050862Z",
            "moderation_state": 3
        },
        {
            "id": 518,
            "content_url": "https://github.com/AdrienneNepenthe/Open-Data-Week-2018-Submission-Form-for-MozFest",
            "is_bookmarked": false,
            "tags": [
                "data",
                "government",
                "mozfest",
                "nyc",
                "open data",
                "open innovation",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Adrienne Schmoeker",
            "submitter_profile_id": 188,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Adrienne Schmoeker",
                    "profile_id": 188,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "NYC Open Data Week 2018 - Open Call for Submissions",
            "description": "To raise awareness about NYC Open Data (www.nyc.gov/opendata) the team partnered with the civic technology community to produce Open Data Week 2017 which engaged over 900 New Yorkers! We’re now asking for submissions of ideas for Open Data Week 2018 and hope we'll get lots of new ideas. What I'd love help with is having folks propose edits to the submission form copy - I want to make sure getting people engaged is done with a useful open process and tool!",
            "get_involved": "Help us by proposing edits to the copy in the Open Data Week 2018 Submission Form via our GitHub: https://github.com/AdrienneNepenthe/Open-Data-Week-2018-Submission-Form-for-MozFest",
            "get_involved_url": "https://github.com/AdrienneNepenthe/Open-Data-Week-2018-Submission-Form-for-MozFest",
            "interest": "This is an opportunity to help an open government program (NYC Open Data!) be even more open in our practice!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-28_053147.6085610000.png",
            "created": "2017-10-28T05:31:47.608186Z",
            "moderation_state": 3
        },
        {
            "id": 517,
            "content_url": "https://docubricks.com/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Tobias Wenzel aka MakerTobey",
            "submitter_profile_id": 125,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Tobias Wenzel aka MakerTobey",
                    "profile_id": 125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DocuBricks - Open Science Hardware Documentations",
            "description": "DocuBricks is the centrepiece of our initiative to develop open infrastructure for Open Science Hardware to flourish. The DocuBricks format is an open, modular documentation structure for high-quality presentation of open hardware projects.",
            "get_involved": "We are looking for contributors for the website code, rewriting the off-line editor for online use, integrating the tool into partner platforms, improve user-interfaces, and mentor a diverse set of cool projects using DocuBricks.",
            "get_involved_url": "https://github.com/DocuBricks/meta",
            "interest": "Good documentations of hardware designs can elevate free and open source hardware to a similar level as FOSS! This open source infrasturcture piece aims to make this easier and better. Help to build DocuBricks to enable this exciting new movement!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_235528.2907280000.jpg",
            "created": "2017-10-27T23:55:28.289829Z",
            "moderation_state": 3
        },
        {
            "id": 516,
            "content_url": "http://www.stemchampion.org",
            "is_bookmarked": false,
            "tags": [
                "education",
                "stem"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Ammar Siddiqui",
            "submitter_profile_id": 186,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ammar Siddiqui",
                    "profile_id": 186,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "STEM Champion",
            "description": "Here at STEM Champion, we feel that all young people should be prepared to think deeply and to think well so that they have the chance to become the innovators, educators, researchers, and leaders capable of solving the most pressing challenges facing our nation and our world, both today and tomorrow.\n\nOur goal is to provide a unique day conference aimed at school aged children (13-16yrs), to assist these children in directing their energy in a positive way, especially when they lack a medium to nurture and further their knowledge in fields such as STEM.",
            "get_involved": "Looking for companies interested in STEM education (middle school and secondary school) to collaborate with!",
            "get_involved_url": "https://youtu.be/Bz69044v2WI",
            "interest": "It is a STEM educational event!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_192045.0133550000.png",
            "created": "2017-10-27T19:20:45.012628Z",
            "moderation_state": 3
        },
        {
            "id": 514,
            "content_url": "https://ipfs.io",
            "is_bookmarked": false,
            "tags": [
                "content addressing",
                "decentralization",
                "distributed",
                "open data",
                "p2p"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Jeromy Johnson",
            "submitter_profile_id": 181,
            "bookmark_count": 6,
            "related_creators": [
                {
                    "name": "Jeromy Johnson",
                    "profile_id": 181,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IPFS",
            "description": "Making the web more peer to peer",
            "get_involved": "Plan local meetups, build apps using ipfs",
            "get_involved_url": "https://github.com/ipfs/community",
            "interest": "ipfs allows people to share and store data together, enabling more people to access the webs content",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_154909.7862510000.png",
            "created": "2017-10-27T15:49:09.785820Z",
            "moderation_state": 3
        },
        {
            "id": 513,
            "content_url": "http://brainbox.pasteur.fr/",
            "is_bookmarked": false,
            "tags": [
                "brain",
                "brain imaging",
                "citizen science",
                "collaboration",
                "mozfest",
                "neuroimaging",
                "open leadership zone",
                "open science",
                "open web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Join community",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Katja Heuer",
            "submitter_profile_id": 180,
            "bookmark_count": 6,
            "related_creators": [
                {
                    "name": "Katja Heuer",
                    "profile_id": 180,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "BrainBox",
            "description": "BrainBox is a Web application to collaboratively work with brain imaging data in real-time.",
            "get_involved": "Join our efforts on GitHub! Everybody very is welcome! We need designers to help us design the user interface and user interaction, we need coders who help us develop our tool and we need people helping us with the segmentations. We welcome every level of expertise and will be happy to help.",
            "get_involved_url": "https://github.com/OpenNeuroLab/BrainBox",
            "interest": "With BrainBox, we build on the Open Web to allow every one to contribute to study the brain.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_134011.2665620000.png",
            "created": "2017-10-27T13:40:11.265889Z",
            "moderation_state": 3
        },
        {
            "id": 512,
            "content_url": "https://infosecbytes.org",
            "is_bookmarked": false,
            "tags": [
                "criptography",
                "journalism",
                "online privacy & security",
                "privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Infosec Bytes",
            "submitter_profile_id": 179,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Infosec Bytes",
                    "profile_id": 179,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Infosec Bytes",
            "description": "Infosec Bytes is online course of tutorial videos for journalists, demonstrating in clear, simple steps how to acquire, install and use secure cryptographic software applications. The videos are freely and widely available on youtube. Accessible, fun, and easy to watch and share, the videos are designed to disseminate among journalists facilitating the fast and widespread adoption of security best practice within the industry, and thereby improving the sectorial integrity, vitality and productivity of investigative journalism.",
            "get_involved": "",
            "get_involved_url": "https://infosecbytes.org",
            "interest": "The Mozilla community is widely connected to the open source, privacy oriented communities that create the tools that Infosec Bytes explains how to use.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_095324.3632550000.png",
            "created": "2017-10-27T09:53:24.362590Z",
            "moderation_state": 3
        },
        {
            "id": 511,
            "content_url": "https://medium.com/@ambaonadventure/how-much-indians-get-to-use-the-internet-vs-how-much-of-the-internet-we-get-to-use-4b84bc440775",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Essay: How Much Indians Use the Internet vs. How Much of the Internet We Use",
            "description": "Mozilla Tech Policy Fellow Amba Kak writes about internet access in India.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_083139.6211100000.png",
            "created": "2017-10-27T08:31:39.620446Z",
            "moderation_state": 3
        },
        {
            "id": 510,
            "content_url": "https://www.openml.org",
            "is_bookmarked": false,
            "tags": [
                "machine learning",
                "mozfest",
                "Mozilla Open Leadership Project",
                "open data",
                "open leadership zone",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Heidi Seibold",
            "submitter_profile_id": 178,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Machine Learning (OpenML.org)",
            "description": "A collaborative and open machine learning platform that can be accessed through your favorite tool (R, python, ...).",
            "get_involved": "Help us build an online machine learning platform through code, design, feedback or outreach!",
            "get_involved_url": "https://github.com/openml/OpenML/blob/master/CONTRIBUTING.md",
            "interest": "It's an online open science project.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_064332.0787530000.png",
            "created": "2017-10-27T06:43:32.078174Z",
            "moderation_state": 3
        },
        {
            "id": 509,
            "content_url": "https://github.com/LIDSOL/nightlynight",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Uriel",
            "submitter_profile_id": 177,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Uriel",
                    "profile_id": 177,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nightly Night",
            "description": "Helping to improve Firefox Nightly. Users are now experts with Nightly Night.",
            "get_involved": "Write some guides, reports bugs on bugzilla, share your ideas with us.",
            "get_involved_url": "https://github.com/LIDSOL/nightlynight",
            "interest": "Nightly Night is a project which help users to use and test Firefox Nightly like an expert.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-27T03:52:49.686386Z",
            "moderation_state": 3
        },
        {
            "id": 508,
            "content_url": "https://eraseallkittens.com/",
            "is_bookmarked": false,
            "tags": [
                "code",
                "coding",
                "css",
                "empower women",
                "game",
                "girls",
                "girls in ict day",
                "html5",
                "indie games",
                "javascript",
                "mozilla clubs for women and girls",
                "video games",
                "web games",
                "women and web literacy",
                "women & girls",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Dee Saigal",
            "submitter_profile_id": 176,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Dee Saigal",
                    "profile_id": 176,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Erase All Kittens",
            "description": "A story-driven game that introduces professional coding languages to kids, and inspires girls to code.",
            "get_involved": "The Mozilla community can support us by sending us kitten videos that we can use in E.A.K. We'd hugely appreciate support for our Kickstarter, which we're going to launch on November 15. If you're a code education expert who supports our mission to inspire more girls to code, we'd love to chat!",
            "get_involved_url": "https://eraseallkittens.com/",
            "interest": "We aim to inspire girls to code and create, globally - over half of Erase All Kitten's 130,000 players are girls.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_201153.6388730000.png",
            "created": "2017-10-26T20:11:53.638122Z",
            "moderation_state": 3
        },
        {
            "id": 507,
            "content_url": "https://chicktech.org/for-students/rural/",
            "is_bookmarked": false,
            "tags": [
                "curation",
                "curriculum",
                "discussion",
                "distributed learning",
                "diversity",
                "empower women",
                "girl",
                "inclusion",
                "inclusivity",
                "mozfest",
                "open leadership zone",
                "schools",
                "women & girls",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Katie SanFilippo",
            "submitter_profile_id": 174,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Katie SanFilippo",
                    "profile_id": 174,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChickTech School Kits/Clubs",
            "description": "To work with collaborators to build curricula and resources for school kits/clubs so that students in rural, underserved and underrepresented areas can access and learn skills in tech.",
            "get_involved": "Help us edit curricula to make it inclusive for all, build and support a Discussion Forum",
            "get_involved_url": "https://github.com/ChickTech/Kits-and-Clubs",
            "interest": "Building community and support to create diverse and inclusive tech environment for all",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_152703.8029420000.jpg",
            "created": "2017-10-26T15:27:03.802274Z",
            "moderation_state": 3
        },
        {
            "id": 506,
            "content_url": "https://civicdr.org/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "digital security",
                "localisation",
                "resilience"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Holly Kilroy",
            "submitter_profile_id": 173,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Holly Kilroy",
                    "profile_id": 173,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Center for Digital Resilience",
            "description": "The Center for Digital Resilience works to strengthen civil society’s resilience to digital threats. We work with communities of NGOs to improve their collective understanding of the threats they face and how to mitigate them. If and when those threats materialise we work with digital security experts to facilitate fast, effective responses.",
            "get_involved": "If you're a digital security service provider in any field and have the capacity to help NGOs in need we'd love to talk to you!",
            "get_involved_url": "https://civicdr.org/",
            "interest": "Are you part of a CSO community that wants to improve its resilience to digital threats? Are you a digital security provider of any kind that has the capacity to help or is looking for clients? This may be a useful project for you!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_145509.2404440000.jpg",
            "created": "2017-10-26T14:55:09.239880Z",
            "moderation_state": 3
        },
        {
            "id": 505,
            "content_url": "https://fieldguide.sproutfund.org/community-building/voices-from-the-field/",
            "is_bookmarked": false,
            "tags": [
                "activism",
                "advocacy",
                "collaboration",
                "community building",
                "community of practice",
                "events",
                "facilitation",
                "human centered design",
                "mozfest",
                "networks",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Promote",
                "Create content"
            ],
            "published_by": "Dustin Stiver",
            "submitter_profile_id": 40,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tricia Monticello Kievlan",
                    "profile_id": 175,
                    "is_active": true
                },
                {
                    "name": "Dustin Stiver",
                    "profile_id": 40,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Sprout Fund's Community Building Field Guide",
            "description": "The Community Building Field Guide is an effort to develop an open source resource that documents Sprout’s community building philosophy and showcases “dispatches from the field.”",
            "get_involved": "We’re inviting people from our home in Pittsburgh and from further afield to share their insights on the best ways to mobilize people to make an impact on the issues they care about most.",
            "get_involved_url": "http://sproutfund.org/dispatch",
            "interest": "We are creating a collection of stories about community builders — the activists and advocates who use open practices to catalyze civic action. People like you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_164334.5464640000.png",
            "created": "2017-10-26T14:17:20.188511Z",
            "moderation_state": 3
        },
        {
            "id": 503,
            "content_url": "https://meta.wikimedia.org/wiki/Connect",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "leadership",
                "mediawiki",
                "mentoring",
                "mozfest",
                "network mapping",
                "open leadership zone",
                "peer-to-peer learning",
                "wikimedia",
                "wikipedia"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Maria Cruz",
            "submitter_profile_id": 171,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Maria Cruz",
                    "profile_id": 171,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wikimedia Resource Center: Connect",
            "description": "A directory to help connect people to thematic groups, and to other fellow community members that can support newcomers in the Wikimedia movement.",
            "get_involved": "Help by creating a js form on mediawiki context, to be used on meta.wikimedia.org",
            "get_involved_url": "https://github.com/macruzbar/Wikimedia-Resource-Center",
            "interest": "\"Connect\" not only offers a structured approach to building a learning network, it also offers specific practices for connecting newcomers to thematic groups, and to other community members who may be able to support their peers. Interested in connecting people + building networks? This is for you!",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_220410.7471240000.png",
            "created": "2017-10-25T22:04:10.746795Z",
            "moderation_state": 3
        },
        {
            "id": 502,
            "content_url": "https://github.com/aath0/MinoritiesInResearch",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Athina Tzovara",
            "submitter_profile_id": 169,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                },
                {
                    "name": "Athina Tzovara",
                    "profile_id": 169,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How does research treat underrepresented minorities?",
            "description": "The goal of this project is to collectively design a questionnaire and use it to evaluate how members of underrepresented minorities perceive research that directly concerns them.",
            "get_involved": "Help us create a questionnaire: design its content and key directions, test it and provide feedback!",
            "get_involved_url": "https://github.com/aath0/MinoritiesInResearch/blob/master/CONTRIBUTING.md",
            "interest": "This project will enable members of traditionally underrepresented groups in science to be heard and share their experience with research done in their communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-25T19:31:21.543636Z",
            "moderation_state": 3
        },
        {
            "id": 501,
            "content_url": "http://www.koruza.net/",
            "is_bookmarked": false,
            "tags": [
                "future-proof hardware",
                "open hardware",
                "open innovation",
                "open iot",
                "open science",
                "open source",
                "smart cities",
                "wireless"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Anja Lazar",
            "submitter_profile_id": 164,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "KORUZA Pro - Open Source and Future-proof Light-speed Networking",
            "description": "KORUZA Pro is a first affordable, open source and future-proof free-space optical communication system, enabling next generation last-mile connectivity. Data is securely transmitted point-to-point over an eye-safe collimated beam of infra-red light with 1 Gbps or 10 Gbps throughput at distances up to 150 m. KORUZA Pro is designed for professional users, but not only, its open design enables versatile options for modifications and scientific experimentation. KORUZA Pro is developed at open hardware Institute IRNAS and fabrication lab Fabrikor and is supported by the Shuttleworth Foundation.",
            "get_involved": "Koruza is developed open source and open hardware. It is available for preorder from October 2016 on. Order a kit, test it, make suggestions, help improve it.",
            "get_involved_url": "https://github.com/IRNAS/KORUZA-Pro",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_184118.5034320000.jpg",
            "created": "2017-10-25T18:41:18.502755Z",
            "moderation_state": 3
        },
        {
            "id": 500,
            "content_url": "https://github.com/tpoisot/IntroScientificComputing/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Timothée Poisot",
            "submitter_profile_id": 168,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Timothée Poisot",
                    "profile_id": 168,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Making scientific computing more open",
            "description": "Don't you wish it was easier to get started in scientific computing? Me too! I am putting together a series of lessons that people can go through on their own, to understand the best practices of the field. This is intended to help people with a bit of coding experience, that want to move to the next step and use more code for their research.",
            "get_involved": "Help us build lessons on reproducible workflows in scientific computing",
            "get_involved_url": "https://github.com/tpoisot/IntroScientificComputing/issues",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-25T18:27:52.093293Z",
            "moderation_state": 3
        },
        {
            "id": 499,
            "content_url": "https://github.com/Monsauce/Open-the-North",
            "is_bookmarked": false,
            "tags": [
                "localisation",
                "mozfest",
                "open data",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Monica Granados",
            "submitter_profile_id": 167,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Monica Granados",
                    "profile_id": 167,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Guide to Eating Ontario Fishes mobile app",
            "description": "Ontario Ministry of the Environment and Climate Change (MOECC) publishes guidelines on how many fish of (a given subset of sportfish) is safe to eat. While this information is available in a printed guide and on their website, the information is displayed not displayed in a user-friendly format and is inaccessible to individuals living in remote regions of the province. We are building a mobile app version of the guide using open data available through the MOECC.",
            "get_involved": "Help us on make a better user interface. The beta app has a rough user interface and needs a designer's touch!",
            "get_involved_url": "https://github.com/Monsauce/Open-the-North/blob/master/CONTRIBUTING.md",
            "interest": "We are working in the open to make open data more accessible.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_172033.6272700000.png",
            "created": "2017-10-25T17:20:33.626650Z",
            "moderation_state": 3
        },
        {
            "id": 498,
            "content_url": "http://www.toledolibrary.org/blog/training-on-web-literacy",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "professional development",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Training on Web Literacy - Toledo Lucas County Public Library",
            "description": "As one of the Web Literacy Trainers at Toledo Lucas County Public Library, I can tell you that I for one have learned quite a bit! Over the course of the last 12+ months and 8 training classes later, I without a doubt have a more informed knowledge of how the World Wide Web and Internet operate and what they can offer. In years previous as a college student, consumer, and social media user, I didn’t give much thought to areas such as security, protection, third party tracking, hacking and overall, being web literate.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_170031.2607270000.png",
            "created": "2017-10-25T17:00:31.260325Z",
            "moderation_state": 3
        },
        {
            "id": 497,
            "content_url": "https://medium.com/@terahlyons/the-international-project-of-ai-governance-1fca928e05d4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Essay: The International Project of AI Governance",
            "description": "Mozilla Tech Policy Fellow Terah Lyons writes about the intersection of artificial intelligence and public policy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_130545.1498950000.png",
            "created": "2017-10-25T13:05:45.149423Z",
            "moderation_state": 3
        },
        {
            "id": 495,
            "content_url": "https://www.cs.ox.ac.uk/activities/HCC/",
            "is_bookmarked": false,
            "tags": [
                "human centred computing",
                "responsible research and innovation",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Digital Wildfire project",
            "submitter_profile_id": 162,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Digital Wildfire project",
                    "profile_id": 162,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Human Centred Computing at the University of Oxford",
            "description": "The Human-Centred Computing (HCC) group is part of the Department of Computer Science at the University of Oxford. We carry out a range of interdisciplinary projects that explore the relationships between technology and social life. Much of our work seeks to advance safety, fairness and responsibility in innovation. \n\nCurrent projects look at social media, algorithmic bias and quantum computing. At the Science Fair group members will be on hand talk about these projects and provide you with information to take away with you. Looking forward to seeing you there!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Of interest to anyone who'd like to hear about current research work - in particular in relation to research the promotes safety and fairness online",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_100021.5899000000.jpeg",
            "created": "2017-10-25T10:00:21.589335Z",
            "moderation_state": 3
        },
        {
            "id": 494,
            "content_url": "https://github.com/ppolsinelli/CoopsAndDragons",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Pietro Polsinelli",
            "submitter_profile_id": 157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Pietro Polsinelli",
                    "profile_id": 157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coops & Dragons",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/ppolsinelli/CoopsAndDragons",
            "interest": "Its about exploring platform coops and their relationship with privately owned crowd sourced networks.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_083822.8757110000.png",
            "created": "2017-10-25T08:38:22.875107Z",
            "moderation_state": 3
        },
        {
            "id": 493,
            "content_url": "https://songwhip.com",
            "is_bookmarked": false,
            "tags": [
                "music"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Design"
            ],
            "published_by": "Wilson Page",
            "submitter_profile_id": 161,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wilson Page",
                    "profile_id": 161,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Songwhip",
            "description": "Songwhip creates universal music links everyone can play. Whether you're an artist announcing your latest release or sharing your latest musical find with friends, it's best done with a Songwhip link.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Songwhip democritises music sharing by removing the barriers between siloed music platforms.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_083749.5476460000.png",
            "created": "2017-10-25T08:37:49.547302Z",
            "moderation_state": 3
        },
        {
            "id": 492,
            "content_url": "https://frametrail.org",
            "is_bookmarked": false,
            "tags": [
                "Annotation",
                "Open Video",
                "Remix"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Joscha Jaeger",
            "submitter_profile_id": 156,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Joscha Jaeger",
                    "profile_id": 156,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "FrameTrail",
            "description": "FrameTrail is an open source software that let's you experience, manage and edit interactive video directly in your web browser.It enables you to hyperlink filmic contents, include additional multimedia documents (e.g. text overlays, images or interactive maps) and to add supplementing materials (annotations) at specific points.",
            "get_involved": "Test the prototype, give us feedback, file an issue or get in touch for a collaborative project idea",
            "get_involved_url": "https://frametrail.org/contributing.html",
            "interest": "FrameTrail contributes to a more open, linked, transparent, accessible and remixable web of video contents.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-30_150040.9405420000.png",
            "created": "2017-10-24T15:56:06.803870Z",
            "moderation_state": 3
        },
        {
            "id": 491,
            "content_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "is_bookmarked": false,
            "tags": [
                "gaming",
                "html5",
                "learn javascript",
                "mozfest",
                "open leadership zone",
                "open web",
                "web games"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Mick Chesterman",
            "submitter_profile_id": 154,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Luke Pacholski",
                    "profile_id": 147,
                    "is_active": true
                },
                {
                    "name": "Mick Chesterman",
                    "profile_id": 154,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sharing Resources for Making Webgames",
            "description": "Let’s make “Web Games to Change the World”. This project is a network of people to support issue-based, computer club activities to make web games. Together we are creating a hub of resources to help this happen in Mozilla Clubs and beyond.",
            "get_involved": "Coders - could you write simple JS games (especially using the phaser library), join our network of Mentors, share JS game resources on our wiki.   Educators, please share on creative coding exploring web and justice issues. Everyone, come to our workshop called Digital Braves at Moz Fest!",
            "get_involved_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "interest": "We hope that those involved in Mozilla Clubs and Developers who like coding for fun can come together to build a resource of fun, remixable games written in javascript and linked playful activities that help us explore the web, global issues and learn to code at the same time.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_153257.5715450000.png",
            "created": "2017-10-24T15:32:57.571188Z",
            "moderation_state": 3
        },
        {
            "id": 490,
            "content_url": "https://www.ecmwf.int/",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open data"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Claudia Vitolo",
            "submitter_profile_id": 155,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Claudia Vitolo",
                    "profile_id": 155,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unthinkable weather",
            "description": "ECMWF and the Copernicus programme provide a large amount of open weather and environmental data. These data is not only useful for the weather and environmental communities but it could benefit anyone: from scientists and students in many fields to companies and NGOs. We will present lots of creative ways of using our open weather and climate data. The inspiration comes from years of research in combination with some spectacular ideas developed at the ECMWF OpenDataHack 2017. Come and join us!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The application of weather and environmental data can benefit anyone.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-24T15:25:58.906312Z",
            "moderation_state": 3
        }
    ]
}