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=-id&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=-id&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-id&page=29",
    "results": [
        {
            "id": 387,
            "content_url": "https://www.kiwicompute.com/",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "austin",
                "coding",
                "hack for change",
                "open source",
                "teachtheweb"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Kiwi Compute: Coding for the Curious",
            "description": "There are limited resources for middle schoolers to learn code. Students use online platforms (Scratch or code.org) that integrate block ‘coding.’ When students write their first code, it becomes difficult. To run a language, you download software to a computer. Less resourced students don’t have this option and can’t download the software. We created a platform that eliminates barriers to writing code and focuses on middle schoolers. This platform runs Python in the browser and focuses on middle schoolers. The website is kid friendly with approachable language, help buttons and tutorials.",
            "get_involved": "How can we make this more learner-centered? We would love to allow learners to communicate with an expert online, that’s anonymous and helps them with their code. Students can post questions on the chat feature and teachers can reply.",
            "get_involved_url": "http://www.github.com/murtyjones/kiwi_compute",
            "interest": "This open-source project provides a unique service that fills a gap.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-22_215019.7687710000.jpg",
            "created": "2017-06-22T21:50:19.768184Z",
            "moderation_state": 3
        },
        {
            "id": 386,
            "content_url": "https://americanlibrariesmagazine.org/blogs/the-scoop/mozfest-comics-zines-and-open-images/",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2016: Comics, Zines, and Open Images",
            "description": "Leading a session at MozFest requires a different approach from your typical library conference presentation. Held in London October 28–29, MozFest is Mozilla Foundation’s annual event. Its DIY, hands-on environment provided a wide avenue for facilitation methods of all kinds.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-22_143944.8651400000.JPG",
            "created": "2017-06-22T14:39:44.864573Z",
            "moderation_state": 3
        },
        {
            "id": 385,
            "content_url": "https://appdevelopermagazine.com/5298/2017/6/21/mozilla-updated-thimble-but-there-is-more-to-the-story/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Interview: Mozilla Thimble Gets a Makeover",
            "description": "App Developer Magazine spoke with Luke Pacholski, Coding Design Engineer at Mozilla, about recent upgrades to Thimble.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-21_173620.1231530000.jpg",
            "created": "2017-06-21T17:36:20.122764Z",
            "moderation_state": 3
        },
        {
            "id": 384,
            "content_url": "https://blog.mozilla.org/blog/2017/06/21/2-million-prize-decentralize-web-apply-today/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A $2 Million Prize to Decentralize the Web. Apply Today",
            "description": "Mozilla and the National Science Foundation are offering a $2 million prize for big ideas that decentralize the web. And we’re accepting applications starting today (June 21).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-21_134146.1084840000.jpg",
            "created": "2017-06-21T13:41:46.108183Z",
            "moderation_state": 3
        },
        {
            "id": 383,
            "content_url": "https://medium.com/@dgregory_99602/rhode-coders-the-new-tech-workforce-development-model-4db1899fdd2d",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "RHODE CODERS: The new tech workforce development model",
            "description": "As part of Mozilla's IMLS web literacy project,  Providence Public Library decided to make workforce development the focus of their adult and teen programming.  They created a flagship program called “Rhode Coders” as two separate 10-week cohorts (HTML5 & CSS3 and JavaScript) where adults and teens can explore the world of coding without any of the traditional barriers of cost, fear, or lack of knowledge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-21_043147.7944560000.png",
            "created": "2017-06-21T04:31:47.793781Z",
            "moderation_state": 3
        },
        {
            "id": 382,
            "content_url": "https://www.tsl.texas.gov/ld/librarydevelopments/?p=21014",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Everything You Wanted to Know About WiFi Hotspot Lending But Were Afraid To Ask",
            "description": "“I don’t have Internet at home and I need to complete my homework or apply for a job.”\n\n“I’m experiencing a break in Internet service due to a recent move or lack of funds.”\n\n“I’m heading out on vacation where I’m unsure of the WiFi connectivity and want to be able to check email and upload photos.”\n\nThese are just a few of the reasons that patrons have given for checking out a WiFi hotspot device from a participating library. But what is this technology and how does it work?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Internet connectivity is vital for so many aspects of our lives.  For some, a WiFi hotspot is a convenience; while for others, it’s their only way to be connected.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-20_052235.0928070000.jpg",
            "created": "2017-06-20T05:22:35.092104Z",
            "moderation_state": 3
        },
        {
            "id": 381,
            "content_url": "https://www.datafoundry.com/blog/policy/a-texas-size-victory-for-encryption/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Texas-Sized Victory for Encryption",
            "description": "Texas has proven that it is a leading state when it comes to privacy rights and the right to protection of (digital) property. Governor Greg Abbott signed the Texas Cybercrime Act into law. The act states that a person commits an offense if they intentionally interrupt or suspend access to a computer system or computer network without the effective consent of the owner. It also makes the decryption of private information a criminal offense. It is the first bill passed in the U.S. to protect an individual’s right to privacy using encryption.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-20_051523.6242770000.jpg",
            "created": "2017-06-20T05:15:23.623924Z",
            "moderation_state": 3
        },
        {
            "id": 380,
            "content_url": "http://blog.colperscience.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Colper Science",
            "description": "We are launching a podcast on open science showing its advantages in research. Most of the episodes will be the interviews with researchers who had published a paper using open science in any form, such as open data or open source programs, and accomplished useful results. The purpose of this podcast is mainly to share stories related to the Open Science methods. We hope to share novel methods and models used by researchers, librarians, developers and others world-wide which could inspire others to follow similar paths, and make Open Science the norm.",
            "get_involved": "",
            "get_involved_url": "https://github.com/ColperScience/podcasting/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-17_024012.6688740000.png",
            "created": "2017-06-17T02:40:12.668546Z",
            "moderation_state": 3
        },
        {
            "id": 379,
            "content_url": "https://medium.com/@mkopel/toward-a-digital-inclusion-academy-e45b4dced34",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Toward a Digital Inclusion Academy",
            "description": "The ideas of “Reuse & Remix” are at the heart of the net, and of library culture. As new ideas become tested solutions, we have a need to make sure that they are easily replicable and scalable, and that the knowledge to do so, or at least to gain exposure, is accessible.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-06-16T23:10:42.785213Z",
            "moderation_state": 3
        },
        {
            "id": 378,
            "content_url": "https://medium.com/read-write-participate/on-becoming-a-mozilla-web-literacy-leader-e24491fe84d6",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "open leadership",
                "professional development"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "On becoming a Mozilla Web Literacy Leader",
            "description": "I’m a member of the Volunteer Services Team at Multnomah County Library (MCL) in Portland, Oregon. Much of my day-to-day work involves creating better access to volunteer experiences at the library, connecting people with information, and digging into the volunteer database. Through this program I’ll be able to stretch my leadership muscles and explore web literacy.  Joanna Milner and I led sessions on coding and programming languages. Neither of us had much experience with this, but we both believed in the sentiment of this GIF…",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_230617.7726530000.gif",
            "created": "2017-06-16T23:06:17.772344Z",
            "moderation_state": 3
        },
        {
            "id": 377,
            "content_url": "https://medium.com/@Joannalib/who-am-i-and-why-am-i-here-a2a5996052d0",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web literacy, libraries, and the room to fail.",
            "description": "My passion has always been empowering library staff and patrons to find and evaluate the best resources for their informational and entertainment needs. I was very excited to discover Mozilla’s Web Literacy goals and learning opportunities.  To rise to the challenge of serving our patrons, library staff need to be analytical, flexible, curious and collaborative, and to adapt to rapid changes in technology and informational needs. We also need to be comfortable with trying and failing and trying again, openly and in front of our colleagues and patrons.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_215433.5727060000.jpeg",
            "created": "2017-06-16T21:54:33.572201Z",
            "moderation_state": 3
        },
        {
            "id": 376,
            "content_url": "https://github.com/shawnmgoulet/teachosm-for-high-school",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "TeachOSM for High School",
            "description": "This project provides educators with scale-able OpenStreetMap (OSM) geography-based educational modules developed to integrate with the United States AP Human Geography curriculum, exposing students to 21st century mapping technology.",
            "get_involved": "",
            "get_involved_url": "https://github.com/shawnmgoulet/teachosm-for-high-school",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_190513.3827540000.png",
            "created": "2017-06-16T19:05:13.382107Z",
            "moderation_state": 3
        },
        {
            "id": 375,
            "content_url": "https://safenetwork.org/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "SAFE Network",
            "description": "The SAFE Network is a decentralized data storage and communications network that provides a secure, efficient and zero-cost infrastructure. Rather than using data centers and servers which are prone to data theft and surveillance, the SAFE Network uses advanced peer-to-peer technology that joins together the unused hard drive space, CPU power and Internet connections of all SAFE users, creating a global network.",
            "get_involved": "",
            "get_involved_url": "https://github.com/safenetwork/safenetwork",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_185331.2854860000.jpg",
            "created": "2017-06-16T18:53:31.285151Z",
            "moderation_state": 3
        },
        {
            "id": 374,
            "content_url": "https://github.com/GrantRVD/data-neuroscience",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Data Neuroscientist",
            "description": "The Data Neuroscientist is an attempt to re-imagine what neuroscience education would look like from a data-driven approach. At the center of the project is a syllabus and curriculum intended to mimic what a student would find in the core course requirements of a neuroscience masters or Ph.D. program. The mission of The Data Neuroscientist is to compile and distribute the resources for such a syllabus in an open-access way, as well as provide a template for anyone who wants to make such a curriculum for a different area of study.",
            "get_involved": "",
            "get_involved_url": "https://github.com/GrantRVD/data-neuroscience/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_183650.3881940000.png",
            "created": "2017-06-16T18:36:50.387879Z",
            "moderation_state": 3
        },
        {
            "id": 373,
            "content_url": "https://github.com/acgetchell/CDT-plusplus",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Causal Dynamical Triangulations in C++",
            "description": "Quantize spacetime on your laptop. Causal Dynamical Triangulations is a candidate theory of quantum gravity in which the smooth geometry of spacetime is replaced by piece-wise flat simplicial geometries using tetrahedrons and their 4D analogues.",
            "get_involved": "",
            "get_involved_url": "https://github.com/acgetchell/CDT-plusplus/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_134705.3962800000.gif",
            "created": "2017-06-16T13:47:05.395658Z",
            "moderation_state": 3
        },
        {
            "id": 372,
            "content_url": "https://medium.com/@PaoloBalboa/what-we-talk-about-when-we-talk-about-web-literacy-6f3b569e557f",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "libraries",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What We Talk About When We Talk About Web Literacy",
            "description": "In my line of work, I interact with hundreds of strangers — usually older, retired folks — every day to show them how a tiny slice of the Internet works. What I witnessed that day was a genuine desire from a sample of the public that wanted to make sense of the increasingly frenetic pace of the Internet and the content it produces.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_032928.3194810000.png",
            "created": "2017-06-16T03:29:28.318807Z",
            "moderation_state": 3
        },
        {
            "id": 371,
            "content_url": "https://medium.com/@slehane/going-up-35832804bc",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Going Up? Describing 'Open' in 10 Seconds",
            "description": "A year ago I might have described my work with Mozilla as ‘’ I’m learning about resources to help people create, participate and use the Web more effectively.’’  I’m still learning about what it means to work in the open and describe Internet Health, but if you get into an elevator with me today,  you might hear \"global leadership that advocates, influences policy, and educates on issues around privacy and security, decentralization, digital inclusion and education.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_032214.4188760000.jpeg",
            "created": "2017-06-16T03:22:14.418337Z",
            "moderation_state": 3
        },
        {
            "id": 370,
            "content_url": "https://medium.com/@khudson_11619/f4267c3d65f4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web Literacy Leaders: My Introduction to Openness",
            "description": "My goal now is to get as smart as I can on the subject of web literacy so I can train others and impart that knowledge as part of Mozilla’s first cohort of Web Literacy Leaders. My target audience are military members transitioning to civilian life, veterans who have already transitioned, and their family members. My focus is to help them achieve their higher education goals, and understand that web literacy is an important part of their success in education.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_030847.5788930000.jpeg",
            "created": "2017-06-16T03:08:47.578377Z",
            "moderation_state": 3
        },
        {
            "id": 369,
            "content_url": "https://medium.com/@anmechung/introducing-mozillas-web-literacy-leaders-c7f230d0e4dd",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "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": "Introducing Mozilla's Web Literacy Leaders",
            "description": "Meet Mozilla’s Web Literacy Leaders who are participating in a six-month, cohort-based program designed to build a cadre of learners, teachers, and leaders who become advocates of an open and healthy internet by teaching others core web literacy skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_025823.7053460000.jpg",
            "created": "2017-06-16T02:58:23.704750Z",
            "moderation_state": 3
        },
        {
            "id": 368,
            "content_url": "https://medium.com/read-write-participate/heres-an-opportunity-to-make-progress-on-misinformation-track-the-indicators-c9779fa31784",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "inclusion",
                "internet health",
                "misinformation"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Phillip Smith",
            "submitter_profile_id": 50,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Phillip Smith",
                    "profile_id": 50,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Let's make progress on misinformation",
            "description": "Mozilla’s Internet Health indicators give us a scorecard to use in the fight against misinformation.",
            "get_involved": "Looking for input on the framing of the problem, as well as suggestions for indicators & data that can be used to track it.",
            "get_involved_url": "https://medium.com/read-write-participate/heres-an-opportunity-to-make-progress-on-misinformation-track-the-indicators-c9779fa31784",
            "interest": "A post that explores to how misinformation intersects with Internet Health, and asks for input on which indicators might help us to understand the problem and how progress can be made toward solutions.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-14_204438.2556310000.jpg",
            "created": "2017-06-14T20:44:38.254901Z",
            "moderation_state": 3
        },
        {
            "id": 367,
            "content_url": "https://www.theverge.com/2017/6/5/15720882/mozilla-firefox-online-protection-class-physical-defense",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A case for taking online protection as seriously as physical defense",
            "description": "An overview from The Verge on why women should protect themselves as much online as they do offline.",
            "get_involved": "Run a self-defense workshop with your community!",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-12_190314.8364620000.jpg",
            "created": "2017-06-12T19:03:14.835844Z",
            "moderation_state": 3
        },
        {
            "id": 366,
            "content_url": "https://youtu.be/uapYgf-HQKo",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Solana Larsen",
            "submitter_profile_id": 81,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "From Connected Toasters to Global Digital Rights (Video)",
            "description": "A lively panel at the Stockholm Internet Forum in May 2017 dove into the challenges and opportunities for future global digital rights. The panel was moderated by Renata Avila (Web Foundation) with participation of Solana Larsen (Mozilla), Gbénga Sèsan (Paradigm Initiative, Nigeria), Lisa Garcia (Foundation for Media Alternatives, The Philippines), Malavika Jayaram (Digital Asia Hub), and Renato Rocha Souza (Universidade Federal de Minas Gerais, Brazil).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Great insights from global panelists about the challenges and opportunities of the new frontier of Internet connectivity",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-11_203403.3060530000.png",
            "created": "2017-06-11T20:34:03.305436Z",
            "moderation_state": 3
        },
        {
            "id": 365,
            "content_url": "https://mozillafestival.org/proposals",
            "is_bookmarked": false,
            "tags": [
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Hannah Kane",
            "submitter_profile_id": 13,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Call for Proposals",
            "description": "MozFest is the world's leading festival for the open Internet movement. It will be held October 27-29, 2017 at Ravensbourne College, London. Anyone may submit a proposal for MozFest 2017. MozFest sessions cover a wide range of topics, but share two important qualities: they are interactive and inclusive.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-09_205529.5182660000.jpg",
            "created": "2017-06-09T20:27:13.405822Z",
            "moderation_state": 3
        },
        {
            "id": 364,
            "content_url": "https://medium.com/read-write-participate/mozilla-privacy-arcade-mozsprint-recap-1125afcda9c7",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Privacy Arcade: A MozSprint Recap",
            "description": "This is a quick recap of participation in Mozilla Privacy Arcade projects at the 2017 Global Sprint including highlights and lessons learned.",
            "get_involved": "Follow the links in the post to test some games and offer feedback. Visit the \"Get Involved\" link to try a #Privacy decision-making game!",
            "get_involved_url": "https://github.com/barrosgeraldo/mozsprint-privacy-security-situations",
            "interest": "This is an example of how to summarize outcomes, next steps, and reflections from a network-wide event.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-09_101753.4272170000.jpeg",
            "created": "2017-06-09T10:17:53.426591Z",
            "moderation_state": 3
        },
        {
            "id": 363,
            "content_url": "https://arkodyuti.com/2017/06/06/all-about-helloweb-curriculum-workshop/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "All about #HelloWeb Curriculum Workshop",
            "description": "This is a quick recap of a curriculum development event hosted by local organizers in Bengaluru, India. The workshop supports the larger #HelloWeb campaign which promotes web literacy and digital inclusion. Volunteers in that campaign #teachtheweb at government schools and orphanages. Given the campaign's success over the last two years, volunteers need new, localized curriculum to bring to the schools and youth they serve.",
            "get_involved": "Check out the repo and stay tuned for more in-depth reporting.",
            "get_involved_url": "https://github.com/arkodyuti/helloweb",
            "interest": "This is a great example of an initial report from a Mozilla-supported event that helps local leaders and network members solve local Internet health challenges.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-09_101223.8324650000.jpg",
            "created": "2017-06-09T10:12:23.832080Z",
            "moderation_state": 3
        },
        {
            "id": 361,
            "content_url": "http://hivenyc.org/2017/05/22/new-york-2017-state-hive-meet/",
            "is_bookmarked": false,
            "tags": [
                "hive learning networks",
                "hive nyc"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "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 State of the Hive 2017",
            "description": "Mozilla Hive NYC’s State of the Hive 2017, our annual meetup to celebrate and assess the network’s strategic direction, was held on Friday, May 12th at Center for Social Innovation with 76 attendees from 53 organizations, community allies, and field partners.  Topics explored include: creating inclusive digital learning experiences for youth, measuring social emotional evaluation in web literacy programs, creating accessible pathways to learning in computer science, and building effective external partnerships as a network.",
            "get_involved": "Join us at our next meetup on July 13th at The New School.  Registration on our website coming soon.",
            "get_involved_url": "https://www.hivenyc.org",
            "interest": "Hive NYC’s expertise in developing emerging leaders, responding to needs of local communities, and working across sectors on a city level is essential to shaping Mozilla’s global strategy in advocating for an open, healthy internet.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_215818.7111250000.jpg",
            "created": "2017-06-06T21:58:18.710675Z",
            "moderation_state": 3
        },
        {
            "id": 360,
            "content_url": "https://goo.gl/forms/TeKY7EcGGAaikidz1",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Mehan Jayasuriya",
            "submitter_profile_id": 74,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NSF WINS Bay Area Meet-Up (7/25)",
            "description": "Mozilla and the NSF are partnering to give away $2M in prizes for wireless solutions that connect the unconnected and keep communities connected following major disasters. At this meet-up, you'll learn more about the WINS Challenges, hear from local experts in the field of community wireless networking and have an opportunity to network with others who are interested in the Challenges. The event will take place at Mozilla's San Francisco community space (2 Harrison St, San Francisco, CA 94105) from 6:30 to 8:30pm on 7/25/17. Light refreshments will be served.",
            "get_involved": "Please help share the event details and RSVP link widely with your networks in the Bay Area!",
            "get_involved_url": "https://goo.gl/forms/TeKY7EcGGAaikidz1",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_210121.0034510000.png",
            "created": "2017-06-06T21:01:21.002889Z",
            "moderation_state": 3
        },
        {
            "id": 359,
            "content_url": "https://blog.mozilla.org/blog/2017/06/06/new-mozilla-poll-americans-political-parties-overwhelmingly-support-net-neutrality/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Poll: Americans Overwhelmingly Support Net Neutrality",
            "description": "A recent public opinion poll carried out by Mozilla and Ipsos revealed overwhelming support across party lines for net neutrality, with over three quarters of Americans (76%) supporting net neutrality. Eighty-one percent of Democrats and 73% of Republicans are in favor of it.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_145916.9646760000.jpg",
            "created": "2017-06-06T14:59:16.964377Z",
            "moderation_state": 3
        },
        {
            "id": 358,
            "content_url": "https://www.youtube.com/watch?v=dRDz_1a8vqQ",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "re:publica"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet Health Clinic",
            "description": "At re:publica 2017, Mozilla's Internet Health Clinic examined the state of privacy, inclusion and openness online. Come have a look.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_145753.6951110000.png",
            "created": "2017-06-06T14:57:53.694798Z",
            "moderation_state": 3
        },
        {
            "id": 351,
            "content_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Brain Networks In Python",
            "description": "Brain Networks in Python is a project to make it easy to analyse neuroimaging data as a network.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/WhitakerLab/BrainNetworksInPython/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_224956.8232290000.png",
            "created": "2017-06-02T22:49:56.821365Z",
            "moderation_state": 3
        },
        {
            "id": 350,
            "content_url": "http://hivechicago.org/portfolio/hipc-iii-understanding-openness/",
            "is_bookmarked": false,
            "tags": [
                "chicago",
                "hive",
                "interoperability",
                "open leadership",
                "portability",
                "working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Understanding Openness",
            "description": "Openness is present when you’re given permission to take action; you’re never forced to stop at any point; and the rules are clear. Hive Interoperability & Portability Coalition III: Understanding the Open Internet will create a Community of Practice for network members and affiliates around Openness as it pertains to both the Internet and learning programs.HIPC III will (1) improve the Hive Chicago community’s understanding of the open web and thereby (2) will set learning providers up for successful implementation of open sharing of learning opportunities on the HIPC II infrastructure.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The planned sessions will explore concepts like Openness, Transparency, Agency, and Portability, as well as others sourced from the community. This is a great model for extending Open Leadership into a broder community.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_211347.1199080000.jpg",
            "created": "2017-06-02T21:13:47.119378Z",
            "moderation_state": 3
        },
        {
            "id": 349,
            "content_url": "http://blogs.edweek.org/edweek/learning_deeply/2017/05/the_common_denominator_between_sesame_street_and_the_internet_learning.html",
            "is_bookmarked": false,
            "tags": [
                "article",
                "chicago",
                "hive",
                "learning"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Common Denominator Between Sesame Street and the Internet? Learning",
            "description": "Today, the Hive Chicago Fund for Connected Learning at The Chicago Community Trust, in partnership with the Hive Chicago Learning Network at the Mozilla Foundation, are asking a similar question: How can the internet, digital media, and technology be leveraged for learning?\n\nThis Education Week post is by Sana N. Jafri, a program officer with the Hive Chicago Fund for Connected Learning at The Chicago Community Trust. \n\n(photo credit CC BY 2.0 https://www.flickr.com/photos/ssoosay/5762345557)",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Sana makes a compelling and simple case for Mozilla's investment in Web Literacy and Hive Networks.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_210827.7760200000.jpg",
            "created": "2017-06-02T21:08:27.775490Z",
            "moderation_state": 3
        },
        {
            "id": 348,
            "content_url": "https://www.wsj.com/articles/dont-expose-yourself-a-guide-to-online-privacy-1496249766",
            "is_bookmarked": false,
            "tags": [
                "article",
                "wall street journal",
                "wsj"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "WSJ Guide to Online Privacy",
            "description": "Here’s how even non-techie people can start fighting back against Facebook, Google and other internet snoops.  People would care more about privacy if they knew how exposed they already are online, says WSJ Personal Tech columnist Geoffrey A. Fowler. In an experiment, he showed a handful of strangers their own personal info—and managed to shock every one. Photo/Video: Emily Prapuolenis/The Wall Street Journal",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This is a great, practical example of how to make privacy and security issues more meaningful to everyone.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_205817.9621040000.png",
            "created": "2017-06-02T20:58:17.961524Z",
            "moderation_state": 3
        },
        {
            "id": 347,
            "content_url": "http://atxhackforchange.org",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "austin",
                "gigabit",
                "gigabit community fund",
                "hackathon",
                "hack for change",
                "hive",
                "internet health",
                "mozfest",
                "open leadership",
                "prize",
                "sprint",
                "working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "ATX Hack for Change Featuring Mozilla!",
            "description": "Since 2013, ATX Hack For Change has brought together people from all walks of life to tackle the unique issues facing Austin. The 3-day hackathon focuses on social good projects submitted and hacked-on by the community; spanning over 107 projects in 3 years.This year Mozilla is partnering to provide an Internet Health award to a project that addresses Internet Health – a selected project will travel to the 2017 Mozilla Festival in London. Mozilla will also be announcing the Gigabit Community Fund RFP and our GigaTECHs sponsorship with the City of Austin.",
            "get_involved": "Attend the event to contribute or just learn more about the projects and follow-up anytime!",
            "get_involved_url": "https://stedwards.app.box.com/v/ATXH4CProjects2017",
            "interest": "This is a premier community hackathon that might serve as a model for other communities interested in creating compelling, cross-sector collaborations.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_204122.1226340000.jpg",
            "created": "2017-06-02T20:41:22.122020Z",
            "moderation_state": 3
        },
        {
            "id": 346,
            "content_url": "https://herox.com/GigaTECHSATX",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "challenge",
                "gigabit",
                "gigabit community fund",
                "hive"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "City of Austin's GigaTECHs Challenge",
            "description": "Mozilla is the Education Track sponsor for the City of Austin's GigaTECHs challenge: How might we use technology to create a learning experience that bridges social and geographical boundaries for Austin's next generation of civic leaders? \n\nCompetitors will have the opportunity to win $38,000 in prize money as part of a broader nationwide initiative led by U.S Ignite to encourage next-generation Gigabit Internet application.",
            "get_involved": "Spread the word to folks in Austin and Apply Today!",
            "get_involved_url": "https://herox.com/GigaTECHSATX",
            "interest": "We’re looking for a solution that leverages the accessibility and power of online virtual or augmented reality technology to help learners communicate, collaborate and create together. This is a great opportunity for current, past or future grantees from Mozilla's Gigabit Community Fund.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_202300.1526390000.jpg",
            "created": "2017-06-02T20:23:00.149310Z",
            "moderation_state": 3
        },
        {
            "id": 345,
            "content_url": "https://github.com/Carotejada/Caja-de-herramientas-para-emprendedores/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carolina Tejada",
                    "profile_id": 97,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Caja de herramientas para emprendedores / Toolkit for entrepreneurs",
            "description": "Este proyecto pretende poner al alcance de emprendedores, pequeñas y medianas industrias de países en desarrollo como Colombia, experiencias, conocimiento y herramientas de alto impacto y bajo costo, utilizados por empresas y organizaciones de talla mundial.",
            "get_involved": "The main way to contribute to this project is to share experiences, success stories, tools, low (or zero) cost technologies and good practices that can be adapted by entrepreneurs, small and medium enterprises.",
            "get_involved_url": "https://github.com/Carotejada/Caja-de-herramientas-para-emprendedores/blob/master/CONTRIBUIR.md",
            "interest": "En principio buscamos recopilar contribuciones de expertos y aficionados, de diferentes disciplinas, ubicados en cualquier parte del mundo. Esta información será sistematizada y compartida abiertamente en una plataforma colaborativa la cual se definirá como parte del proyecto.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_160314.0441910000.jpg",
            "created": "2017-06-02T16:03:14.042997Z",
            "moderation_state": 3
        },
        {
            "id": 344,
            "content_url": "https://github.com/deniselinn/connectchicago",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Connect Chicago",
            "description": "This is a GitHub landing page for collaborative community co-working for Connect Chicago, a citywide digital inclusion initiative as part of the 2017 Global Sprint.Project members are working with nonprofit partners, advocates, and community members in 2017 to identify gaps in access & training resources across the city so they can co-build & support solutions to fill those gaps.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/deniselinn/connectchicago",
            "interest": "This is a great example of a local project tapping into the Mozilla Network for open problem-solving on a key issue like digital inclusion.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_185053.8799390000.png",
            "created": "2017-06-01T18:45:55.317252Z",
            "moderation_state": 3
        },
        {
            "id": 343,
            "content_url": "https://github.com/cliqz-oss/green-analytics",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Green-Analytics",
            "description": "The aim is to build an analytics service, which the users can use on their websites, blogs etc. The existing solutions like Google Analytics, Piwik etc all rely on server-side aggregation which means they cookies, IP or other parameters to link the message on the backend. Privacy preserving analytics service is meant to cover a wide range of use-cases: Unique visits and page loads. Returning customers.",
            "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/cliqz-oss/green-analytics/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_152931.0705710000.jpg",
            "created": "2017-06-01T15:29:31.070315Z",
            "moderation_state": 3
        },
        {
            "id": 342,
            "content_url": "https://github.com/nifrasismail/feedback",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "NIFRAS ISMAIL",
                    "profile_id": 14,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "FeedBACK API",
            "description": "Today feed backs are given by only based on the 5 start rating or reviews. we have a plan to create a global feedback API to giving more specific feedbacks to the users. Example say a food we are categorizes the rating based on spicy, healthy, look and feel, richness, and etc. These categories are not handled by a single hand it should be a crowd source",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/nifrasismail/feedback/blob/master/Contributing.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_152624.3625380000.png",
            "created": "2017-06-01T15:26:24.362016Z",
            "moderation_state": 3
        },
        {
            "id": 341,
            "content_url": "https://github.com/opentechinstitute/990-scraper",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Maya Wagoner",
                    "profile_id": 1779,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "990 Scraper",
            "description": "The 990 Scraper is a script for gathering information on nonprofits across the United States based on 990 tax data. This can include total revenues, number of employees, number of volunteers, location, the year it was formed, and more. The Open Technology Institute is using this tool to visualize data on nonprofits that build, use, or engage with technology for social justice, but presumably the tool could be used for any list of nonprofits you want. The script uses the ProPublica Nonprofit Explorer API, and places whatever pieces of information you want into a Google spreadsheet.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/opentechinstitute/990-scraper/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_151944.1372870000.jpg",
            "created": "2017-06-01T15:19:44.136977Z",
            "moderation_state": 3
        },
        {
            "id": 340,
            "content_url": "https://indicators.internethealthreport.org",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Solana Larsen",
            "submitter_profile_id": 81,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How would you measure the health of the Internet?",
            "description": "If you want to know if the Internet is healthy, what do you track? The number of people online? The speed of your connection? We're crowd-sourcing indicators for Mozilla's Internet Health Report until June 16, 2017.",
            "get_involved": "Add your suggestions!",
            "get_involved_url": "https://indicators.internethealthreport.org",
            "interest": "Because figuring out how to measure the health of the Internet is something we all need to work on together!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_145624.6476130000.png",
            "created": "2017-06-01T14:56:24.647119Z",
            "moderation_state": 3
        },
        {
            "id": 339,
            "content_url": "https://github.com/LappleApple/feedmereadmes/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "feedmereadmes: A README help exchange",
            "description": "We aim to make READMEs clearer and more useful.",
            "get_involved": "Share your readme file with us to get feedback and collaboratively make suggestions on new ideas for this project.",
            "get_involved_url": "https://github.com/LappleApple/feedmereadmes/issues",
            "interest": "Project creators working in Github can place their work in a bigger context: why their work exists, what it does, what it doesn't do, etc.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_134939.1376270000.png",
            "created": "2017-06-01T13:49:39.137369Z",
            "moderation_state": 3
        },
        {
            "id": 338,
            "content_url": "https://github.com/algobook/algoBook",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "algoBook - The Curated Book of Algorithm",
            "description": "algoBook is a curated list of algorithms, solutions and their explanations on the basis of community feedback. It is an open platform for users to come and submit solutions to various algorithms in any language and of any platform. These Algorithms are added with their complexity mentioned in the description so that users can explore solutions for different complexity.",
            "get_involved": "Help us simplify the UI, improve code architecture and add basic features.",
            "get_involved_url": "https://github.com/algobook/algoBook/blob/master/CONTRIBUTING.md",
            "interest": "This is a community based platform where people can learn and share algorithms of any language and platform.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_133159.3793230000.png",
            "created": "2017-06-01T13:31:59.378865Z",
            "moderation_state": 3
        },
        {
            "id": 335,
            "content_url": "https://codebuddies.org/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CodeBuddies",
            "description": "We're a community of independent code learners who help each other on Slack and schedule virtual hangouts to pair program or for study motivation. Members come from around the world and we strive to create a safe space for anyone to start study groups and learn together. The project started in 2014, is free and open-sourced on Github, we're a part of the Open Collective, and our platform (codebuddies.org) is 100% community/volunteer-built.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/codebuddiesdotorg/codebuddies/blob/staging/contributing.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_004247.7077810000.png",
            "created": "2017-06-01T00:42:47.707152Z",
            "moderation_state": 3
        },
        {
            "id": 334,
            "content_url": "https://github.com/cliqz-oss/privacy-bot",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy bot",
            "description": "Privacy Bot gathers, persists and analyzes privacy policies. Privacy policies are a legal requirement for websites handling users' data. So anyone should be able to access them, read them and understand what it takes (in terms of privacy) to be using a given service. Except no one reads them 🙈 . User's fault? Probably not.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/cliqz-oss/privacy-bot/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_003917.8168190000.png",
            "created": "2017-06-01T00:39:17.816332Z",
            "moderation_state": 3
        },
        {
            "id": 333,
            "content_url": "http://odiogosilva.github.io/TriFusion/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "TriFusion",
            "description": "Streamlining phylogenomic data gathering, processing and visualization. TriFusion is a python GUI and command line desktop application that aims to provide an easy to use, fast and powerful toolkit for dealing with proteome and alignment data in phylogenomic projects. We are looking for any kind of contribution and feedback from the general community.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/ODiogoSilva/TriFusion/issues/270",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_000453.9306820000.png",
            "created": "2017-06-01T00:04:53.930424Z",
            "moderation_state": 3
        },
        {
            "id": 332,
            "content_url": "https://github.com/pomochieng/Jilinde-App",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "JILINDE",
            "description": "Develop an application that will report cases of Gender Based Violence to relevant authorities for adults and children, to be able to seek help and immediate medical attention.",
            "get_involved": "",
            "get_involved_url": "https://github.com/pomochieng/Jilinde-App",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_232505.2982030000.jpg",
            "created": "2017-05-31T23:25:05.297776Z",
            "moderation_state": 3
        },
        {
            "id": 331,
            "content_url": "https://github.com/girlscript/contribute-girlscript",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "GirlScript",
            "description": "In India, the international non- profit brands such as women who code, django girls etc. are out of reach from the women of tier-two or tier-three cities. Their events not only demand organiser to have a strong background but also the process of establishing a new chapter is too long! Through ‘GirlScript’ , I want to make a whole new community of women in technology where they will be learning about various technologies specially in computer science, IT and security.",
            "get_involved": "",
            "get_involved_url": "https://github.com/girlscript/contribute-girlscript",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_231747.3827430000.jpg",
            "created": "2017-05-31T23:17:47.382334Z",
            "moderation_state": 3
        }
    ]
}