A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=published_by__profile
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=published_by__profile&page=2",
    "previous": null,
    "results": [
        {
            "id": 418,
            "content_url": "https://blog.mozilla.org/blog/2017/08/08/mozilla-information-trust-initiative-building-movement-fight-misinformation-online/",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "fakenews",
                "fellows",
                "fellowships",
                "misinfocon",
                "misinformation"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Phillip Smith",
            "submitter_profile_id": 3,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Phillip Smith",
                    "profile_id": 50,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Mozilla Information Trust Initiative",
            "description": "Building a movement to fight misinformation online",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-09_224957.8145850000.jpg",
            "created": "2017-08-09T22:49:14.905249Z",
            "moderation_state": 3
        },
        {
            "id": 391,
            "content_url": "https://engineering.ucsb.edu/news/bringing-wifi-technology-remote-native-american-reservation-communities",
            "is_bookmarked": false,
            "tags": [
                "native americans",
                "nsf",
                "reservations",
                "wifi"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bringing wifi technology to remote Native American reservation communities",
            "description": "Belding and her collaborators at Georgia Tech, Penn State and local partner Tribal Digital Village (TDV), are working to roll out the technology and services necessary to bring online more homes, municipal buildings and businesses on 13 reservations. Some homes have internet service, but many would-be subscribers live in remote areas that are difficult to reach with current wireless technologies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "“Many residents of Native American reservations around the country don’t have internet access at all,” said Belding, “This group is at the forefront.”",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-26_151044.2300330000.jpg",
            "created": "2017-06-26T15:10:44.229394Z",
            "moderation_state": 3
        },
        {
            "id": 224,
            "content_url": "https://www.newamerica.org/weekly/edition-161/factoring-schools-calculus-city-budgeting/",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "austin",
                "budget",
                "civics",
                "government",
                "hack for change",
                "hive",
                "participatory",
                "politics"
            ],
            "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": "Austin Budget Party",
            "description": "The Austin Monitor and Open Austin are developing a web-app that allows students to develop a city budget proposal. A grant from the Mozilla Gigabit Community fund will allow student representatives from different schools to craft a final budget proposal over a video conference call. An accompanying curriculum will help simulates the budget deliberation process in pilot classrooms throughout the city.",
            "get_involved": "Report a bug or request a feature by opening a new issue or review open issues and leave a comment if you'd like to help or if you need more information.",
            "get_involved_url": "https://github.com/open-austin/budgetparty/",
            "interest": "Austin Budget Party uses the web to engage citizens to participate in one of the most consequential government functions. The open-source app and curriculum can one day be modified for any city.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_215659.0128580000.png",
            "created": "2017-04-13T21:56:59.012292Z",
            "moderation_state": 3
        },
        {
            "id": 218,
            "content_url": "https://andyhub.com/concepts/mobile-reporting/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "atxh4c",
                "hack for change",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Andrew Nelson",
                    "profile_id": 25,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mobile Map IO",
            "description": "Mobile Map IO is boilerplate code and design for creating mobile reporting apps. This open-source project on Github is built using popular, proven web technologies to allow it to be most easily picked up by other civic hackers. With Mobile Map IO, a civic hacker can create a mobile app with an API and mapping capabilities customized for their project in less than an hour.",
            "get_involved": "Share issues or ideas",
            "get_involved_url": "https://github.com/werdnanoslen/mobile-map-io/labels/mozsprint",
            "interest": "This is a great open-source project from a Mozilla Open Leadership Fellow for the 2017 Global Sprint",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_142301.7321070000.png",
            "created": "2017-04-13T14:23:01.731647Z",
            "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": 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": 409,
            "content_url": "https://blandinonbroadband.org",
            "is_bookmarked": false,
            "tags": [
                "blandin",
                "blog",
                "broadband",
                "fiber",
                "funder",
                "isp",
                "wireless"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blandin on Broadband",
            "description": "Blandin on Broadband is maintained by the Broadband team members at the Blandin Foundation. Our goal is to share information that supports and promotes broadband access and use – especially in rural Minnesota.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Blandin on Broadband engages with Internet Health issues in rural Minnesota and their stories mirror the challenges and opportunities of communities all around the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-27_191803.0314360000.jpg",
            "created": "2017-07-27T19:18:03.031126Z",
            "moderation_state": 3
        },
        {
            "id": 199,
            "content_url": "https://medium.com/read-write-participate/penpal-schools-field-trip-to-pakistan-80d9bc011c00",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "gigabit",
                "hive",
                "pakistan",
                "virtual reality",
                "vr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Virtual Reality Field Trip to Pakistan with PenPal Schools",
            "description": "PenPal Schools’ new course “VR Field Trip to Pakistan” will develop cultural competency for young learners worldwide by enabling them to experience the bustling streets, ancient forts, and stunning mosques of Lahore. They’ll also get a glimpse of Pakistan’s rich culture, arts, food, and traditions — all while improving their reading, writing, and technology skills.\n\nMozilla is excited to support this experience with a grant from the Gigabit Community Fund; enabling the PenPal Schools to reach young people through their captivating Web technology.",
            "get_involved": "Teachers can signup for the course online today.",
            "get_involved_url": "https://go.penpalschools.com/projects/vr-field-trip-to-pakistan",
            "interest": "PenPal Schools’ initial seed funding actually came through a grant from Hive NYC in 2012 for what was then called, PenPal News.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_202101.0410850000.jpg",
            "created": "2017-04-10T20:21:01.040532Z",
            "moderation_state": 3
        },
        {
            "id": 232,
            "content_url": "http://www.communityleadershipsummit.com/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "conference",
                "leadership",
                "open",
                "summit"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Community Leadership Summit",
            "description": "The Community Leadership Summit 2017 brings together community leaders, organizers and managers and the projects and organizations that are interested in growing and empowering a strong community. The event pulls together the leading minds in community management, relations and online collaboration to discuss, debate and continue to refine the art of building an effective and capable community.",
            "get_involved": "Promote this important event within your network!",
            "get_involved_url": "http://www.communityleadershipsummit.com/promote/",
            "interest": "Abigail Cabunoc Mayes, Open Source Engagement Lead at Mozilla will be a keynote speaker on day 2.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-17_200258.9249240000.jpg",
            "created": "2017-04-17T20:02:58.924652Z",
            "moderation_state": 3
        },
        {
            "id": 263,
            "content_url": "https://mozillafoundation.github.io/atxwow0517/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "global sprint",
                "hive",
                "open leadership training",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Working Open Workshop Austin, TX",
            "description": "Mozilla hosted a miniature version of its Working Open Workshop (WOW) on May 8, 2017 for open community leaders in Austin, TX. This version pilots a train the trainer approach with the goal of supporting local leaders to run their own workshops customized for their community members.",
            "get_involved": "Check out the workshop details and materials on GitHub, then fork them to create your own WOW for your local community.",
            "get_involved_url": "https://github.com/MozillaFoundation/atxwow0517/",
            "interest": "You can run your own working open workshop!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-08_110032.7040260000.png",
            "created": "2017-05-08T11:00:32.703602Z",
            "moderation_state": 3
        },
        {
            "id": 388,
            "content_url": "http://www.austinpolicecomplaints.org/",
            "is_bookmarked": false,
            "tags": [
                "accountability",
                "analytics",
                "atxh4c",
                "austin",
                "hack for change",
                "policing",
                "policy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Austin Police Complaints",
            "description": "When residents of Austin, TX wish to file complaints against police, they must go through The Office of the Police Monitor — an office and process that are largely unknown. Our project seeks to inform and empower citizens, while holding the OPM publicly accountable. We're creating a website/mobile app to drive awareness of the OPM, guide users through the process, and generate a notarized complaint. (photo credit CC BY 2.0 https://www.flickr.com/photos/webhostingreview/3090392251)",
            "get_involved": "Future iterations would integrate key OPM oversight by gathering user data as well as public records, then generating visual analytics to better inform citizens and shape city negotiations with police.",
            "get_involved_url": "",
            "interest": "A representative democracy relies on the power of an informed public, and the freedom to share, receive, and ingest that information relies on a free and open internet. The analytics our project gathers allows us to collect and share information about policing.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-22_220307.7253870000.jpg",
            "created": "2017-06-22T22:03:07.724719Z",
            "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": 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": 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": 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": 329,
            "content_url": "http://opengrid.io/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "OpenGrid.io",
            "description": "OpenGrid an open-source, interactive map platform that allows users to explore multiple data sources in an easy-to-use interface. Developed to support situational awareness, incident monitoring and responses, historical data retrieval, and real-time advanced analytics. Users can perform advanced queries to filter data, search within custom boundaries, or based on the users location. Other GIS data, such as weather and Shapefiles can be overlaid on the map with other data. OpenGrid is natively compatible with desktops and mobile devices.",
            "get_involved": "There are a number of ways you can contribute to the project, such as: add or clarify the language in the documentation; fix a bug listed on the issue tracker; write a unit test; or add a new feature that is discussed on the developer documentation.",
            "get_involved_url": "https://github.com/Chicago/opengrid",
            "interest": "This is a Mozilla Global Sprint 2017 project that's a great example of open government and innovation from the City of Chicago!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_200947.1397410000.png",
            "created": "2017-05-31T20:09:47.139298Z",
            "moderation_state": 3
        },
        {
            "id": 389,
            "content_url": "https://drive.google.com/file/d/0BxF2Z6ijaGvXUWlPZTFoeFZiV1U/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "hack for change",
                "low literacy",
                "resume",
                "workforce"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Online Resume Builder",
            "description": "Our dream is to alleviate the stress and barriers often encountered when people create a resume.  The project mission was to develop an online tool that allows individuals with low literacy and word processing skills to develop a resume using an online form that populates job duties with open source O*Net data. The solution that we implemented was based off best practices developed by Austin Free-Net. The website that we built fully integrated data from the department of labor and supported the completion of a downloadable and fully customized resume in three simple steps.",
            "get_involved": "This project will continue to evolve through the discovery and implementation of new features. We need the following skills; Database Design,  SQL, Web development, UX and Graphic Design.",
            "get_involved_url": "https://github.com/qmcree/resume-builder/",
            "interest": "The idea of using open-source workforce data, analytics and solutions to help those most in need is an inclusive application of open innovation. This approach reaches the most digitally disconnected.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-22_221514.6303380000.jpg",
            "created": "2017-06-22T22:15:14.629636Z",
            "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": 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": 328,
            "content_url": "https://thimbleprojects.org/semorris/271442/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "fake news",
                "hive",
                "misinformation",
                "open educational resource",
                "open source",
                "thimble",
                "x-ray goggles"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mission: Information – Misinformation Teaching Kit",
            "description": "Learners develop web and news literacy skills to empower them to recognize, evaluate, and combat fake news and misinformation. Learners will get familiar with reading, writing and participating on the web and will become stronger consumers, producers, and distributors of media in this three-part module. (photo CC BY 2.0 https://www.flickr.com/photos/glutnix/9629164)",
            "get_involved": "Test these activities with learners, then remix the lessons using Thimble OR jump over to the GitHub repo to learn more about the project, file an issue, or contact the project team with feedback!",
            "get_involved_url": "https://github.com/open-austin/fake-the-news",
            "interest": "The learning objectives underpinning each activity are informed by Mozilla's Web Literacy Map. Complete the activities in sequence, or mix and match for your learners. Need help? Visit our discussion forum to get help and share your experience.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_195259.0363970000.jpg",
            "created": "2017-05-31T19:52:59.035883Z",
            "moderation_state": 3
        },
        {
            "id": 324,
            "content_url": "https://geraldobarros.me/my-first-webvr-camp-roadshow-with-local-projects-based-in-sao-paulo-and-campinas/",
            "is_bookmarked": false,
            "tags": [
                "webvr"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 9,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "WebVR roadshow with local projects based in São Paulo and Campinas",
            "description": "A-Frame is a web framework for building virtual reality experiences, making it easy for anyone to get involved with virtual reality. Our goal here is to onboard developers into 3D and advance WebVR, an open platform for virtual reality that leverages the Web.At São Paulo and Campinas (brazilian cities) we teach people from technology projects to create new things using A-Frame, the result is that I teach WebVR/A-Frame to developers, creators, educators, clubbers, Mozilla volunteers and people working or not with technology, the workshops were part of the Mozilla Activate campaign.",
            "get_involved": "",
            "get_involved_url": "https://aframe.io/",
            "interest": "Our experience teaching and organizing virtual reality activities in diverse spaces shows that VR is not just for developers, but for all creators.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_034612.8219420000.png",
            "created": "2017-05-31T03:46:12.821531Z",
            "moderation_state": 3
        },
        {
            "id": 570,
            "content_url": "https://github.com/rust-br/2018-roadshow",
            "is_bookmarked": false,
            "tags": [
                "rust"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 9,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "2018 Brazil Rust Roadshow",
            "description": "We working with Rust programmers and associated communities to run the first Rust roadshow so that developers and programmers around the Brazil can understand, use and evangelize this language will advance make the web better and more secure.",
            "get_involved": "Help us running a Dive Into Rust workshop at your city, developing our website, build resources for mobilizers and bring new ideas to fueling our movement.",
            "get_involved_url": "https://github.com/rust-br/2018-roadshow/blob/master/CONTRIBUTING.md",
            "interest": "The Rust programming language will be important to the future of the web, making it safe and great. Having more developers understand, use and evangelize this language will advance make the web better and more secure.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-16_034006.6321630000.png",
            "created": "2017-12-16T03:40:06.631748Z",
            "moderation_state": 3
        },
        {
            "id": 301,
            "content_url": "https://github.com/cskumaresan/m2s",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozilla",
                "mozilla2school",
                "mozilla community",
                "mozillakerala",
                "mozsprint",
                "open innovation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kumaresan C S",
            "submitter_profile_id": 10,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kumaresan C S",
                    "profile_id": 10,
                    "is_active": true
                },
                {
                    "name": "Rigin Oommen",
                    "profile_id": 16,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla2School",
            "description": "To introduce young school-going students to the internet and help them to explore it and make them aware of the power of internet.The initiative also introduces these young minds to the latest technology and give practical training on using it.We are planning a different methodology for this project in order to enhance its practical output. We introduce new technologies in both software and hardware programming to the students and give them the complete range of scope to choose from. We believe that this first step will enable them to choose their areas of interest",
            "get_involved": "People can contribute to the project in Github",
            "get_involved_url": "https://github.com/cskumaresan/m2s",
            "interest": "The project provides insightful findings on building curriculum and platform, sustaining participation and Create Infrastructure resources to communicate between the communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-24_093628.1158880000.jpg",
            "created": "2017-05-24T09:36:28.115334Z",
            "moderation_state": 3
        },
        {
            "id": 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": 302,
            "content_url": "https://air.mozilla.org/mozilla-curriculum-workshop-spring-2017/",
            "is_bookmarked": false,
            "tags": [
                "education",
                "educators",
                "fake news",
                "misinfocon",
                "misinformation",
                "mozilla curriculum workshop",
                "news"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Paul Oh",
            "submitter_profile_id": 15,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                },
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "Hannah Kane",
                    "profile_id": 13,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Fake News and Misinformation",
            "description": "A Mozilla Curriculum Workshop on how to help students navigate and build today's media landscape.",
            "get_involved": "Please consider joining the Global Sprint and developing an open project on the topic",
            "get_involved_url": "https://mozilla.github.io/global-sprint/",
            "interest": "\"Fake news\" and determining what is or isn't \"fake\" has critical importance in today's political landscape.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-24_181343.9405100000.png",
            "created": "2017-05-24T12:07:31.633902Z",
            "moderation_state": 3
        },
        {
            "id": 987,
            "content_url": "https://mozguna.github.io",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Plan & organize",
                "Create content"
            ],
            "published_by": "Shubhendra Singh Chauhan",
            "submitter_profile_id": 17,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Shubhendra Singh Chauhan",
                    "profile_id": 17,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozGuna",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozguna/mozguna",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-10_184511.2531580000.jpg",
            "created": "2019-01-10T18:45:11.252477Z",
            "moderation_state": 3
        },
        {
            "id": 310,
            "content_url": "http://opensourcehelpwanted.com",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jeffrey Fisher",
            "submitter_profile_id": 19,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jeffrey Fisher",
                    "profile_id": 19,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source Help Wanted",
            "description": "Helps you find issues you can work on and become a contributor!",
            "get_involved": "Looking for help transforming this tool into the open source search tool it was meant to be!",
            "get_involved_url": "https://github.com/jeffslofish/open-source-help-wanted",
            "interest": "It helps you find open source issues to work on quickly and easily",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-05-26T01:09:44.449957Z",
            "moderation_state": 3
        },
        {
            "id": 425,
            "content_url": "https://archive.org/details/ItinerariosEnglish",
            "is_bookmarked": false,
            "tags": [
                "distributed learning",
                "education",
                "e-learning",
                "mozfellows19",
                "mozilla fellow",
                "sei.eco",
                "ubalab",
                "web"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Design",
                "Fundraise"
            ],
            "published_by": "Felipe Fonseca",
            "submitter_profile_id": 30,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Felipe Fonseca",
                    "profile_id": 30,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Itinerarios - concept",
            "description": "Presentation of Itinerarios, concept of platform for distributed social learning created for the sei.eco portal.",
            "get_involved": "",
            "get_involved_url": "http://wiki.ubatuba.cc/doku.php?id=prisma:sei.eco_english",
            "interest": "It proposes an interpretation on how we can use the web to promote distributed learning, as opposed to the attempts to mimic a prototypical classroom in more traditional e-learning configurations.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-04_005623.7701270000.png",
            "created": "2017-09-04T00:56:23.769746Z",
            "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": 178,
            "content_url": "https://savethememe.net/en",
            "is_bookmarked": false,
            "tags": [
                "copyright"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Save The Memes",
            "description": "A tool to call European MEPs in support of protecting User Generated Content in the EU",
            "get_involved": "If you're in Europe, try to call your MEP!",
            "get_involved_url": "https://savethememe.net/en",
            "interest": "Great example of internet advocacy",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-06T20:20:59.675121Z",
            "moderation_state": 3
        },
        {
            "id": 598,
            "content_url": "https://www.facebook.com/riseupasone/videos/1494838820633225/",
            "is_bookmarked": false,
            "tags": [
                "hacked",
                "Playstation"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Playstation Hacked",
            "description": "\"I called up Sony and I told them 'Hey, someone stole my account, and I don't have access to it.' And they basically blamed me for it.\"\n\nHere's what could happen if your PlayStation is hacked.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-02-16T05:35:55.266079Z",
            "moderation_state": 3
        },
        {
            "id": 617,
            "content_url": "https://medium.com/read-write-participate/were-watching-back-414aea818722",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Brett Gaylor",
                    "profile_id": 43,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "We're Watching Back: Stories of Surveillance at the MIT Open Doc Lab",
            "description": "For 4 days, Mozilla fellows and guests workshopped a series of projects that aimed to disrupt traditional narratives around privacy and surveillance. These projects had emerged from a collaboration between the Open Society Foundation and Mozilla to shift public narratives away from the false binary of privacy vs. security towards a more holistic discussion of the cultural impact of ubiquitous surveillance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_172250.7368370000.jpg",
            "created": "2018-03-07T19:51:37.698234Z",
            "moderation_state": 3
        },
        {
            "id": 609,
            "content_url": "https://www.facebook.com/riseupasone/videos/1494838820633225/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Playstation Hacked",
            "description": "\"I called up Sony and I told them 'Hey, someone stole my account, and I don't have access to it.' And they basically blamed me for it.\"Here's what could happen if your PlayStation is hacked.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Steps you can take to  protect your online services",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_172159.2919690000.jpg",
            "created": "2018-03-01T01:05:56.400273Z",
            "moderation_state": 3
        },
        {
            "id": 608,
            "content_url": "https://www.facebook.com/riseupasone/videos/1471468869636887/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your gadget's privacy risk",
            "description": "“Until you’re hacked, until your privacy is exposed, a lot of people think, oh, what do I have to hide?”Before you buy those hot new wireless holiday gifts, hear about the risks from Kashmir Hill.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn why you need to think about the privacy in your connected devices",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_172218.3153190000.jpg",
            "created": "2018-03-01T01:04:27.301047Z",
            "moderation_state": 3
        },
        {
            "id": 610,
            "content_url": "https://www.facebook.com/riseupasone/videos/1486817828101991/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hacked Baby Monitor",
            "description": "\"All of a sudden I heard the video camera move.\"A hacker controlled this mother's baby monitor—while she was breastfeeding topless.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_172143.2455580000.jpg",
            "created": "2018-03-01T01:07:01.757574Z",
            "moderation_state": 3
        },
        {
            "id": 188,
            "content_url": "http://spaceappsbrooklyn.com/",
            "is_bookmarked": false,
            "tags": [
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Space Apps 2017",
            "description": "The Mozilla Science Lab is supporting our second annual Space Apps challenge hackathon, a global event to work on the NASA earth challenges and support the advancement of the open sciences.",
            "get_involved": "Join our event in Brooklyn (4/29-4/30), reach out to us on twitter/github, or attend our Data Bootcamp (4/28/17)",
            "get_involved_url": "https://2017.spaceappschallenge.org/locations/brooklyn-ny/",
            "interest": "Anyone is welcome to join our event in Brooklyn, NY and we're happy to share our materials for the data bootcamp and hackathon projects with the world via github.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_090425.1817760000.png",
            "created": "2017-04-07T09:04:25.181233Z",
            "moderation_state": 3
        },
        {
            "id": 217,
            "content_url": "https://mozilla.github.io/global-sprint/",
            "is_bookmarked": false,
            "tags": [
                "event",
                "global sprint",
                "internet health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                },
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Global Sprint",
            "description": "Mozilla’s Global Sprint is a fun, fast-paced and two-day collaborative event to hack and build projects for a healthy Internet. A diverse network of scientists, educators, artists, engineers and others come together in person and online to innovate in the open.",
            "get_involved": "Register to participate, sign up to host a site, or submit a project here: https://mozilla.github.io/global-sprint/",
            "get_involved_url": "https://mozilla.github.io/global-sprint/",
            "interest": "The sprint is an awesome opportunity to contribute to open source projects, curated by Mozilla, from the comfort of your local community. We support over 30 in-person hack sites, as well as remote participants over the two-day event, across all timezones and disciplines.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-17_195731.4603530000.png",
            "created": "2017-04-13T01:09:04.090184Z",
            "moderation_state": 3
        },
        {
            "id": 228,
            "content_url": "https://science.mozilla.org/programs/events/mini-wow-pdx-2017/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "open-science",
                "open-source",
                "wow"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                },
                {
                    "name": "Danielle Robinson, PhD",
                    "profile_id": 90,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "mini-WOW PDX",
            "description": "At miniWOW PDX, the Mozilla Science Lab will help you take your project from idea to reality and give you technical, project management, and community building skills to kickstart your work. It's modeled as a smaller workshop akin to the Working Open Workshops that the Mozilla Science Lab has coordinated in Berlin (2016) and Montreal (2016).",
            "get_involved": "RSVP to attend, or reach out to Danielle to find out more.",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSe7XNcDDcBWRzuiYNHRVb-MVxJwt4cz4E2uH86ZB1u_MHYPqw/viewform",
            "interest": "WOW curriculum and materials (schedule, website, mooc content) are openly licensed and available to anyone in the network who wants to teach the principles of open source to their communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_153843.1978430000.png",
            "created": "2017-04-14T15:38:43.197507Z",
            "moderation_state": 3
        },
        {
            "id": 289,
            "content_url": "https://github.com/mozillascience/studyGroupEvents",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "open science",
                "study groups"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Study Group Event Visualization",
            "description": "The current page of Study Group Event needs enhancement as to provide information about Study Group Programs and Events. Through this page, people learns about events at individual Study Group globally. I would like to import the details of the event, add features to the website and provide statistics i.e, activities on the Study Group page and from all of the forks of the Study Group. The main purpose of the project is to provide visualization and automation to the Study Group community, so they can easily find groups globally and track activities/new developments.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during #mozsprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/mozillascience/studyGroupEvents/labels/mozsprint",
            "interest": "It evolves on the Mozilla Science Lab's Study Group Project, a set of repositories to help structure peer learning communities around code and open science. This project collects stats and prototypes viz of our growing community.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_145710.1755750000.png",
            "created": "2017-05-18T14:57:10.169777Z",
            "moderation_state": 3
        },
        {
            "id": 628,
            "content_url": "https://medium.com/read-write-participate/im-a-hacker-for-good-619aa8f3fd9c",
            "is_bookmarked": false,
            "tags": [
                "hacking"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "I’m a Hacker. For Good",
            "description": "Matt Mitchell, a hacker working at the intersection of social justice and technology, says organizations must be proactive in protecting themselves from hackers. That means having “an understanding of the digital threats,” he says, “and planning before problems occur.”\n\nFord-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "Apply to be a fellow!",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Learn more about the Ford-Mozilla Open Web Fellowship program",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_121826.7385950000.png",
            "created": "2018-03-13T12:18:26.738163Z",
            "moderation_state": 3
        },
        {
            "id": 624,
            "content_url": "https://medium.com/mozilla-internet-citizen/uncensored-access-to-information-e4909bbd8b6b",
            "is_bookmarked": false,
            "tags": [
                "censorship"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Uncensored Access to Information",
            "description": "Berhan Taye Gemeda, peace studies practitioner and social justice activist, talks about the dangers of censorship and surveillance. She says, “We must continue to fight to make sure the Internet is open, accessible, and affordable to the millions and millions of people who need information.”\n\nFord-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Showcases our Open Web Fellows",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_111756.0193820000.png",
            "created": "2018-03-13T11:17:56.018946Z",
            "moderation_state": 3
        },
        {
            "id": 625,
            "content_url": "https://medium.com/read-write-participate/calling-all-hackers-for-good-daeff1accc34?source=---------1----------------",
            "is_bookmarked": false,
            "tags": [
                "consumer rights",
                "internet utility"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Calling all hackers for good",
            "description": "Éirann Leverett, academic, red teamer, and entrepreneur, talks about privacy and security as a consumer rights issue. Because public utilities increasingly rely on the Internet, he explains, the Internet should be framed — and funded — as a public utility.\n\nFord-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "Apply to be a fellow!",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Learn more about the Ford-Mozilla Open Web Fellowship",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_113400.4293440000.png",
            "created": "2018-03-13T11:34:00.428949Z",
            "moderation_state": 3
        },
        {
            "id": 627,
            "content_url": "https://medium.com/read-write-participate/digital-security-good-for-democracy-487cbf5de897",
            "is_bookmarked": false,
            "tags": [
                "data driven journalism",
                "digital security"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Security = Good for Democracy",
            "description": "Jennifer Helsby, data scientist and researcher, talks about freedom of the press and digital security as essential to democracy. “Some of the most important investigative journalism has come from leaks,” she says, “and wouldn’t be possible without a secure way for journalists and their sources to communicate.”\n\nFord-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "Apply to be a fellow!",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Learn more about the Ford-Mozilla Open Web Fellowship program.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_121505.1696780000.png",
            "created": "2018-03-13T12:15:05.169373Z",
            "moderation_state": 3
        },
        {
            "id": 629,
            "content_url": "https://medium.com/mozilla-internet-citizen/who-gets-to-make-technology-17276191c14f",
            "is_bookmarked": false,
            "tags": [
                "bias"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Who Gets to Make Technology?",
            "description": "Steffania Paola Costa di Albanez, developer, designer, and visual artist, calls for diversity among developers of technology to reflect the diversity of its end users. People have different experiences, she explains, and that influences the way they develop things as well as how people are able to use them.\n\nFord-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "Apply to be a fellow!",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Learn more about the Ford-Mozilla Open Web Fellowship program",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_122058.8267390000.png",
            "created": "2018-03-13T12:20:58.826126Z",
            "moderation_state": 3
        },
        {
            "id": 630,
            "content_url": "https://medium.com/mozilla-internet-citizen/techs-implicit-bias-problem-8a4705e67aa4",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "ethics"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tech’s Implicit Bias Problem",
            "description": "Suchana Seth, a physicist-turned-data scientist, talks about the dangers of predication errors and the importance of developing algorithms that are fairer, more transparent, and more accountable.\n\nFord-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "Apply to be a fellow!",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Learn more about the Ford-Mozilla Open Web Fellowship Program",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_122348.7552970000.png",
            "created": "2018-03-13T12:23:48.754972Z",
            "moderation_state": 3
        },
        {
            "id": 631,
            "content_url": "https://medium.com/mozilla-internet-citizen/my-digital-superpower-762bc9ff273d?source=---------7----------------",
            "is_bookmarked": false,
            "tags": [
                "metadata"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "My Digital Superpower",
            "description": "Sid Rao, a security analyst specializing in communication protocols, explains how metadata from our day-to-day Internet activities can be exploited. “We don’t know how we’re being tracked,” he warns, “or how our personal data is being used.”\n\nFord-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "Apply to be a fellow!",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Learn more about our Ford-Mozilla Open Web Fellowship program",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_122610.4836640000.png",
            "created": "2018-03-13T12:26:10.483295Z",
            "moderation_state": 3
        },
        {
            "id": 626,
            "content_url": "https://medium.com/read-write-participate/five-tools-for-your-digital-security-tool-box-6666f8bba377",
            "is_bookmarked": false,
            "tags": [
                "digital security"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Five Tools for Your Digital Security Tool Box",
            "description": "Etienne Maynier, security engineer and digital researcher, talks about the prevalence of digital surveillance. “Everything we do is recorded by someone, somewhere,” he says. “We need to stop surveillance before it’s used against us.”Ford-Mozilla Open Web Fellows are technologists, makers, policy wonks, and civil society advocates passionate about protecting the free and open internet.",
            "get_involved": "Apply to be a fellow!",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/fellowships/",
            "interest": "Learn more about the Ford-Mozilla Open Web Fellows Program",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_121207.2954840000.png",
            "created": "2018-03-13T12:12:07.294938Z",
            "moderation_state": 3
        },
        {
            "id": 475,
            "content_url": "https://blog.datproject.org/tag/science/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "DAT",
            "description": "Posts about our work with scientists, librarians, and others who want to use Dat to manage and publish research data.",
            "get_involved": "Reach out to Danielle or check out the website to learn how to get involved",
            "get_involved_url": "https://dat.land/",
            "interest": "DAT is an open source project that has now spun into several different forked projects, many related to Open Science and Open Research.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-19_201154.7016430000.png",
            "created": "2017-10-19T20:11:54.701159Z",
            "moderation_state": 3
        }
    ]
}