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=help_types&page=29
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=help_types&page=30",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=help_types&page=28",
    "results": [
        {
            "id": 508,
            "content_url": "https://eraseallkittens.com/",
            "is_bookmarked": false,
            "tags": [
                "code",
                "coding",
                "css",
                "empower women",
                "game",
                "girls",
                "girls in ict day",
                "html5",
                "indie games",
                "javascript",
                "mozilla clubs for women and girls",
                "video games",
                "web games",
                "women and web literacy",
                "women & girls",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Dee Saigal",
            "submitter_profile_id": 176,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Dee Saigal",
                    "profile_id": 176,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Erase All Kittens",
            "description": "A story-driven game that introduces professional coding languages to kids, and inspires girls to code.",
            "get_involved": "The Mozilla community can support us by sending us kitten videos that we can use in E.A.K. We'd hugely appreciate support for our Kickstarter, which we're going to launch on November 15. If you're a code education expert who supports our mission to inspire more girls to code, we'd love to chat!",
            "get_involved_url": "https://eraseallkittens.com/",
            "interest": "We aim to inspire girls to code and create, globally - over half of Erase All Kitten's 130,000 players are girls.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_201153.6388730000.png",
            "created": "2017-10-26T20:11:53.638122Z",
            "moderation_state": 3
        },
        {
            "id": 635,
            "content_url": "https://github.com/chadsansing/iot-escape-room-workshop/tree/master/examples/chattanooga/control-console",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "facilitation",
                "iot",
                "open leadership",
                "workshop"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "2FA Double Key Control Panel prototype",
            "description": "This is a prototype connected device puzzle from our recent IoT Escape Room workshop at the Chattanooga Public Library. The big idea was to help community members build an escape room - a fun, social, collaborative experience - they could use to teach others about privacy and security on the Internet of Things. This puzzle used a double electronic-key lock on a spaceship control panel to demonstrate 2-factor authentication. You can find its code in the repo holding this entry; the repo also has everything you need to run a similar event!",
            "get_involved": "Check out the repo, suggest improvements, and try out the workshop or any of its activities with your community!",
            "get_involved_url": "https://github.com/chadsansing/iot-escape-room-workshop",
            "interest": "This workshp model offers community facilitators a way to practice open leadership alongside community members who want to understand the choices facing them on connected devices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-14_120247.8758800000.jpg",
            "created": "2018-03-14T12:02:47.875345Z",
            "moderation_state": 3
        },
        {
            "id": 917,
            "content_url": "http://www.fabriders.net/network-centric/",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "design thinking",
                "human centered design",
                "resources",
                "user centred design"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Dirk Slater",
            "submitter_profile_id": 1606,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Dirk Slater",
                    "profile_id": 1606,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Designing Network Centric Resources",
            "description": "Network-centric resources are people-powered and participatory resources that aim to maximise usage and engagement. They are developed through sharing ownership, enabling contribution and supporting collaboration. Those of us that are part of the tech and social change sector are driven by a need to change the world for the better and strive to share and exchange knowledge and skills. We develop resources with the aim of allowing communities and networks to use, modify and contribute back.",
            "get_involved": "",
            "get_involved_url": "http://www.fabriders.net/network-centric/",
            "interest": "This project aims to connect resource designers to share knowledge and lessons learned.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-10_125441.9255750000.png",
            "created": "2018-09-10T12:54:41.924808Z",
            "moderation_state": 3
        },
        {
            "id": 1588,
            "content_url": "https://digitalid.theengineroom.org/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "digitalID",
                "mozfellows19",
                "mozfellows20",
                "policy",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lived experiences of Digital IDs",
            "description": "The project by The Engine room specifically looked at the lived experiences of Digital IDs in 5 locations including Ethiopia.Nigeria and Zimbabwe.I supported the  latter as a country researcher. By focusing on lived experiences it highlighted how people experienced the collection of their data, their perceptions around privacy and surveillance, the need to understand cultural and social context and recommendations for the involvement of civil society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It shows extended research on how people experience processes around their data",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-02_190519.7975910000.png",
            "created": "2020-02-02T19:05:19.797175Z",
            "moderation_state": 3
        },
        {
            "id": 916,
            "content_url": "https://botwiki.org/",
            "is_bookmarked": false,
            "tags": [
                "bots",
                "creative automation"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Botwiki",
            "description": "Preserving examples of interesting and creative online bots, and providing tutorials and other resources to folks interested in making them.",
            "get_involved": "",
            "get_involved_url": "https://botmakers.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-08_132822.0204260000.png",
            "created": "2018-09-08T13:28:22.019913Z",
            "moderation_state": 3
        },
        {
            "id": 634,
            "content_url": "https://www.wired.com/story/isis-russia-manufacture-crowds/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How ISIS and Russia Won Friends and Manufactured Crowds",
            "description": "Mozilla Fellow Renee DiResta writes about media and misinformation for WIRED.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_201828.2169700000.png",
            "created": "2018-03-13T20:18:28.216404Z",
            "moderation_state": 3
        },
        {
            "id": 911,
            "content_url": "https://www.youtube.com/watch?v=AsTVWJUqxpw",
            "is_bookmarked": false,
            "tags": [
                "China",
                "disinformation",
                "international",
                "propaganda",
                "Russia",
                "trolling",
                "United States"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Katie Joseff",
            "submitter_profile_id": 1596,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Short Video on State-Sponsored Trolling",
            "description": "Defining and contextualizing the pressing issue of state-sponsored trolling throughout the world.\n\nFurther information can be found in the recent report by the Digital Intelligence Lab at Institute for the Future: http://www.iftf.org/statesponsoredtrolling/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Relates to disinformation, harassment, manipulation, and suppression online. Is a very important issue that everyone needs to know about.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-29_192509.6311050000.jpeg",
            "created": "2018-08-29T19:25:09.630829Z",
            "moderation_state": 3
        },
        {
            "id": 909,
            "content_url": "https://morethancode.cc",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Maya Wagoner",
                    "profile_id": 1779,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#MoreThanCode: Practitioners reimagine technology for justice & equity",
            "description": "Report recommends: Nothing About Us Without Us: Adopt Co-Design Methods & Concrete Community Accountability Mechanisms; From Silver Bullets to Useful Tools: Change the Narrative, Lead with Values, Recognize Multiple Frames & Terms Across the Ecosystem; #RealDiversityNumbers: Adopt proven strategies for diversity & inclusion; Developers, Developers, Developers? Recognize Different Roles & Expertise in Tech Work, Support Alternative Pathways to Participation; Coops, Collectives, & Networks, Oh My! Support Alternative Models Beyond Startups, Government Offices, and Incorporated Nonprofits",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Excellent field scan of conditions and opportunities that impact equity in technology",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-04_154424.3244100000.png",
            "created": "2018-08-28T21:54:50.159646Z",
            "moderation_state": 3
        },
        {
            "id": 908,
            "content_url": "https://bit.ly/riot-report",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "algorithms",
                "ethics",
                "internet health",
                "iot"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Peter Bihr",
            "submitter_profile_id": 387,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New Report: The State of Responsible IoT 2018",
            "description": "We just published the new annual ThingsCon report, \"The State of Responsible IoT\" in which experts from the ThingsCon community explore current challenges and opportunities of responsible Internet of Things. Enjoy!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "These essays explore lots of aspects that relate directly to Internet Health, with an IoT focus.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-28_131601.2564760000.png",
            "created": "2018-08-28T13:16:01.255884Z",
            "moderation_state": 3
        },
        {
            "id": 1244,
            "content_url": "https://doctorlingo.com",
            "is_bookmarked": false,
            "tags": [
                "medical research",
                "medicine"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Shuhan He MD",
            "submitter_profile_id": 2765,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Shuhan He MD",
                    "profile_id": 2765,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Doctorlingo",
            "description": "Medicine is full of jargon, and this site helps translate medical records into plain english. Doctorlingo.com is an open database of translations between medical language and common english. A JSON based API allows for integration of this database into digital health tools, medical records, and other websites.",
            "get_involved": "",
            "get_involved_url": "https://doctorlingo.com",
            "interest": "Medical Expertise in digital mediums",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-05_164743.3508090000.png",
            "created": "2019-07-05T16:47:43.350465Z",
            "moderation_state": 3
        },
        {
            "id": 1589,
            "content_url": "https://www.medianama.com/2020/01/223-pdp-bill-2019-advertising-ad-tech/",
            "is_bookmarked": false,
            "tags": [
                "adtech",
                "artificial intelligence",
                "data protection",
                "india",
                "#mozfellows19",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Will India's Privacy Bill Fix Broken Ad-Tech?",
            "description": "At Medianama, I examined the state of Real Time Bidding in India and how its various mechanisms will be affected by the proposed Data Protection Bill in India. As momentum grows internationally to fix the broken surveillance model of online 'attention merchants', its high time to ask our lawmakers to focus on digital consumer rights!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-03_165556.6827640000.png",
            "created": "2020-02-03T16:55:56.682022Z",
            "moderation_state": 3
        },
        {
            "id": 1594,
            "content_url": "https://pgooding.substack.com/subscribe",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "health",
                "health care",
                "Human Rights",
                "medical research",
                "medicine",
                "mental health",
                "#mozfellows19",
                "mozfellows19",
                "social justice"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Piers Gooding",
            "submitter_profile_id": 3148,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Piers Gooding",
                    "profile_id": 3148,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Minds & Madness: a newsletter of creepy & cool in digital mental health",
            "description": "If you're interested in a short and sharp list of news from around the web on the politics of digital tech & mental health, sign up! It's a bi-weekly list & something of a personal experiment in making my research more open and accessible. My research investigates the use of AI, machine learning & other algorithmic technologies in efforts to address mental distress, crisis, addiction, mental health conditions & disability. I’m interested in examining the obligations of designers and deployers, & the rights of user-subjects, & how those obligations and rights can be protected and enforced.",
            "get_involved": "",
            "get_involved_url": "https://app.gitbook.com/@piers-gooding/s/the-law-and-politics-of-digital-mental-health-tech/",
            "interest": "Mental distress affects as all, and a healthy internet offers healthy responses to people experiencing distress and crisis.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-04_233938.2814750000.jpg",
            "created": "2020-02-04T23:39:38.281150Z",
            "moderation_state": 3
        },
        {
            "id": 899,
            "content_url": "https://www.newschool.edu/digital-equity-lab/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "\"Take it or Leave it\"",
            "description": "With support from Mozilla Foundation, this research study by Digital Equity Lab (DEL) uncovers how NYC residents are forced to sacrifice online privacy for internet service. With advisory support from Open Technology Institute’s Ranking Digital Rights (RDR) project, DEL adapted RDR's global framework to the municipal level.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Thoughtful research and adaptation of global indices for local discovery of digital privacy conditions affecting vulnerable communities",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-08-21T18:39:03.477115Z",
            "moderation_state": 3
        },
        {
            "id": 897,
            "content_url": "http://ohi-science.org/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "github",
                "open science",
                "rstudio"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 1560,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ocean Health Index",
            "description": "The Ocean Health Index measures and tracks the benefits the ocean provides to people. By synthesizing the best available data and science, we provide ocean managers with meaningful scores to help them manage their oceans more sustainably. Open source coding and publishing tools lie at the foundation of our work and enable us to calculate reproducible and transparent ocean health scores annually, which are used by stakeholders worldwide. Our tools and training materials also empower 20 groups around the world to leverage our work and code for their own data sharing and ocean management.",
            "get_involved": "",
            "get_involved_url": "http://ohi-science.org/",
            "interest": "OHI is a visible example of science benefitting from open science. As a small team of marine scientists without formal computing training, we now code openly online, see: \"Our path to better science in less time using open data science tools\" (www.nature.com/articles/s41559-017-0160).",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-20_213748.1022300000.png",
            "created": "2018-08-20T21:37:48.101459Z",
            "moderation_state": 3
        },
        {
            "id": 882,
            "content_url": "https://publicbydefault.fyi/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 7,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Public By Default",
            "description": "Venmo is a popular mobile payment app, unique because it has a public feed that displays what people are paying each other for. In 2017, 207,984,218 transactions were posted to this feed. publicbydefault.fyi is a collection of stories and insights gleaned from these transactions. Through the website, you can explore five personal narratives, from a drug dealer to a couple fighting, and see a visual analysis of patterns of behavior for millions of users. Ultimately, it shows how much personal data Venmo users might be inadvertently sharing with the world through their public payments.",
            "get_involved": "Ask Venmo to put our privacy first and make all transactions private by default.",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/venmo-put-our-privacy-first/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-28_185213.0646410000.jpeg",
            "created": "2018-07-23T17:31:39.527552Z",
            "moderation_state": 3
        },
        {
            "id": 464,
            "content_url": "https://medium.com/read-write-participate/how-will-artificial-intelligence-impact-open-technologies-fc4ac7a6119b",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Will Artificial Intelligence Impact Open Technologies?",
            "description": "Mozilla Tech Policy Fellow Jason Schultz writes about the intersection of open source and AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-12_155740.4291820000.png",
            "created": "2017-10-12T15:57:40.428859Z",
            "moderation_state": 3
        },
        {
            "id": 877,
            "content_url": "https://blog.mozilla.org/blog/2018/07/19/a-science-fair-with-1-6-million-in-prizes/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Science Fair with $1.6 Million in Prizes",
            "description": "As the final part of Mozilla and the National Science Foundation’s Wireless Innovation Challenges, 14 community technologists will live demo their creative projects in Mountain View, CA this August",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-19_121829.6558480000.jpg",
            "created": "2018-07-19T12:18:29.655193Z",
            "moderation_state": 3
        },
        {
            "id": 869,
            "content_url": "https://medium.com/@_cberger_/privacy-comes-with-rising-cost-across-the-world-d9999c9cafb7",
            "is_bookmarked": false,
            "tags": [
                "data protection",
                "digital divide",
                "emerging tech",
                "privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content"
            ],
            "published_by": "Cathleen Berger",
            "submitter_profile_id": 109,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Cathleen Berger",
                    "profile_id": 109,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Luxury To Disconnect: privacy comes with rising cost across the world",
            "description": "Privacy matters. Safeguarding it, though, has become costly: it is now a luxury to disconnect. These days, disconnecting is not just about unplugging and wellbeing, the lush idea of “digital-free” vacations. It is a critical and increasingly challenging aspect of maintaining our personal space. Summarising insights from Twitter Q&As, re:publica, CyFy Africa, and RightsCon this blogpost provides a snapshot of the latest developments and questions needing to be asked with a view to emerging tech.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It is highly relevant to our Internet Health audience and serves as a progress report on the luxury to disconnect project.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-07-11T13:54:27.774606Z",
            "moderation_state": 3
        },
        {
            "id": 618,
            "content_url": "https://www.devex.com/news/want-to-reach-the-world-s-poorest-design-for-dumb-phones-90993",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Article | Want to reach the world's poorest? Design for dumb phones",
            "description": "Mozilla Fellow Amina Fazlullah speaks with DevEx about bridging the digital divide.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-08_143412.4413020000.png",
            "created": "2018-03-08T14:34:12.440928Z",
            "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": 867,
            "content_url": "http://www.theintersectionofthings.com",
            "is_bookmarked": false,
            "tags": [
                "Feminism",
                "Human Rights",
                "podcast",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Nesient Mindelan",
            "submitter_profile_id": 1510,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nesient Mindelan",
                    "profile_id": 1510,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Intersection of Things",
            "description": "The Intersection of Things is a fresh podcast that discusses a different social issue theme each episode: Work, Health, Sex, Outrage, Libraries, etc. as they relate to technology and Internet rights - all with a feminist twist. \nTwo digital rights experts on opposite sides of the Atlantic Ocean meet for a Sunday morning coffee / wine catch-up to learn from each other, interview experts, share their knowledge and have a good time.",
            "get_involved": "Please listen to the podcast, help promote it, tweet or email us your thoughts, leave a review on itunes, help us get better.",
            "get_involved_url": "http://www.theintersectionofthings.com",
            "interest": "Each episode ends up picking up on big discussions around Internet privacy, security, data health, online consent, digital literacy, and many other of the core issues that the network works on. We're always looking to bring something fresh to these discussions.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-04_170038.5142400000.png",
            "created": "2018-07-04T17:00:38.513832Z",
            "moderation_state": 3
        },
        {
            "id": 616,
            "content_url": "https://github.com/vyaspranjal33/privacy-brigade/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital security",
                "mozsprint",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Code",
                "Design",
                "Mentor",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Pranjal Vyas",
            "submitter_profile_id": 353,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Pranjal Vyas",
                    "profile_id": 353,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Privacy Brigade",
            "description": "Privacy Brigade is Project that aims to bring Awareness about Digital Privacy/Security among Individuals ,Corporate and Institutions/schools",
            "get_involved": "Plan local events, help curating resources by submitting links to books,videos",
            "get_involved_url": "https://github.com/vyaspranjal33/privacy-brigade/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025330.5410900000.jpg",
            "created": "2018-03-06T09:00:31.759978Z",
            "moderation_state": 3
        },
        {
            "id": 1432,
            "content_url": "https://opensourcearts.github.io/COSA_CL_2020/",
            "is_bookmarked": false,
            "tags": [
                "arts",
                "creative coding",
                "olx"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Promote"
            ],
            "published_by": "Christopher Coleman",
            "submitter_profile_id": 2798,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Christopher Coleman",
                    "profile_id": 2798,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "COSA Community Leaders Program",
            "description": "The Clinic for Open Source Arts (COSA) is excited to announce our Community Leaders Program for 2020. We will be focused on training leaders for the communities surrounding open source creative tools, emphasizing accessibility, inclusiveness, education, contribution, and sustainability.Our goal is to empower people to build new communities or step into existing ones with the tools and skills to guide those communities. They will interface between the creators of projects and the many types of contributors including those that code, those that educate, those that help, and those that share.",
            "get_involved": "We will be looking for",
            "get_involved_url": "https://forms.gle/7ZPUm5zri45PZLo28",
            "interest": "Open source tools for artists are part of the online ecosystem and support creativity around the world.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-21_163826.5744790000.jpg",
            "created": "2019-10-21T16:38:26.573802Z",
            "moderation_state": 3
        },
        {
            "id": 850,
            "content_url": "https://www.mozillapulse.org/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "curation",
                "network",
                "pulse"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Join community"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Kristina Shu",
                    "profile_id": 95,
                    "is_active": true
                },
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                },
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Christopher De Cairos",
                    "profile_id": 79,
                    "is_active": true
                },
                {
                    "name": "Lucie Daeye",
                    "profile_id": 301,
                    "is_active": true
                },
                {
                    "name": "Matthew Willse",
                    "profile_id": 85,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New: Share your Pulse Favs!",
            "description": "Pulse is full of incredible projects and important initiatives. Tap the heart to save your favs. And now... you can share your favs on your profile. Tap your name in the top right and then tap the favs tab below. Share that URL with anyone.",
            "get_involved": "There are three ways you can help. 1) Join Pulse, save your favs and share them with your community. 2) If you have coding skills, help us build the Pulse platform. Tap the link below. 3) Know other networks or organizations that could benefit from Pulse? Invite them to join us!",
            "get_involved_url": "https://github.com/mozilla/network-pulse/",
            "interest": "This new feature enables everyone in our network to become curators and promoters of all the great projects. Share to foster new collaboration.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_170716.3481020000.jpg",
            "created": "2018-06-25T17:07:16.347167Z",
            "moderation_state": 3
        },
        {
            "id": 849,
            "content_url": "https://peoplesopen.net",
            "is_bookmarked": false,
            "tags": [
                "community wireless",
                "mesh networking"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jenny Ryan",
            "submitter_profile_id": 497,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jenny Ryan",
                    "profile_id": 497,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "People's Open Network",
            "description": "We are building a decentralized, libre network for the East Bay: we believe in the creation of local internets and locally-relevant applications, the cultivation of community-owned telecommunications networks in the interest of autonomy and grassroots community collaboration, and ultimately, in owning the means of production by which we communicate.",
            "get_involved": "",
            "get_involved_url": "https://github.com/sudomesh",
            "interest": "Community-owned and -operated wireless mesh network in Oakland, California - 5 years and ramping!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_102800.6528050000.png",
            "created": "2018-06-25T10:28:00.652448Z",
            "moderation_state": 3
        },
        {
            "id": 615,
            "content_url": "https://video.vice.com/en_us/video/motherboard-inside-a-cryptoparty-in-harlem/5a8ef26af1cdb335e15a8433?utm_content=buffer4ef14&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "mozilla fellow",
                "open web",
                "open web fellows",
                "vice",
                "video"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Inside a CryptoParty in Harlem",
            "description": "VICE MOTHERBOARD meets with Matt Mitchell (Mozilla Fellow 2016), the founder of CryptoHarlem. Matt is a security researcher, operational security trainer, and data journalist who leads CryptoHarlem, impromptu workshops teaching basic cryptography tools to the predominately African American community in upper Manhattan. Previously, he worked as a data journalist for The New York Times and as a developer for CNN, Aol/Huffington Post, and other news organizations.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/cryptoharlem?lang=en",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_030047.2209790000.jpg",
            "created": "2018-03-06T03:33:32.476914Z",
            "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": 614,
            "content_url": "https://blog.mozilla.org/blog/2018/02/28/dear-mick-mulvaney-dont-let-equifax-off-easy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dear Mick Mulvaney: Don’t Let Equifax Off Easy",
            "description": "Mozilla has delivered a petition signed by 27,000 Americans to the Consumer Financial Protection Bureau",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-05_194121.7934810000.jpg",
            "created": "2018-03-05T19:41:21.793191Z",
            "moderation_state": 3
        },
        {
            "id": 831,
            "content_url": "https://www.slideshare.net/peterbihr/towards-a-trustmark-for-iot-30-may-2018/peterbihr/towards-a-trustmark-for-iot-30-may-2018",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "open iot",
                "trust",
                "trustmarks"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Peter Bihr",
            "submitter_profile_id": 387,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Presentation: Towards a Trustmark for IoT",
            "description": "As part of my fellowship I'm developing a concept for a trustmark for the internet of things. Here's a current snapshot of my thinking. Feedback encouraged!",
            "get_involved": "",
            "get_involved_url": "https://thingscon.com/iot-trustmark",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-05-30T10:28:10.928270Z",
            "moderation_state": 3
        },
        {
            "id": 1428,
            "content_url": "http://www.lisannebuik.com/next-senses",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "art",
                "augmented reality",
                "bodytech",
                "ethics",
                "nextnature",
                "sensor"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Lisanne Buik",
            "submitter_profile_id": 3250,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lisanne Buik",
                    "profile_id": 3250,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Next Senses",
            "description": "Next Senses is an ongoing research project and science fiction film installation by Lisanne Buik and Next Nature Network that explores the potential of AI, AR and sensor-tech to expand our senses, increase our wellbeing, and connect us to nature in unexpected ways. Join the debate on nextnature.net!",
            "get_involved": "",
            "get_involved_url": "https://www.nextnature.net/join/",
            "interest": "How can we research and support a healthy approach to embodied technologies?",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-17_145837.9347280000.jpeg",
            "created": "2019-10-17T14:58:37.934013Z",
            "moderation_state": 3
        },
        {
            "id": 1434,
            "content_url": "http://openlifesci.org/",
            "is_bookmarked": false,
            "tags": [
                "Mozilla Open Leadership Project",
                "olx",
                "open leaders x"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Promote"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Malvika Sharan",
                    "profile_id": 1924,
                    "is_active": true
                },
                {
                    "name": "Bérénice Batut",
                    "profile_id": 1856,
                    "is_active": true
                },
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Life Science",
            "description": "The Open Life Science program helps early stage researchers and potential academic leaders to become Open Science ambassadors. Participants of this 15-week mentoring & training program learn essential knowledge required to create, lead, and sustain an Open Science project, connect with members across different communities, backgrounds, and identities by sharing their experiences and expertise. Participants are empowered to become effective Open Science ambassadors in their communities.\nWe are recruiting for our first cohort to start in January 2020, but also mentors and open science experts.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Help teach others to lead openly",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-21_215251.4631290000.png",
            "created": "2019-10-21T21:52:51.462798Z",
            "moderation_state": 3
        },
        {
            "id": 828,
            "content_url": "https://drhstone.com/virtual-reality",
            "is_bookmarked": false,
            "tags": [
                "Coastal Erosion",
                "land loss",
                "science education",
                "virtual reality"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Dr. Heather Nicole Stone",
            "submitter_profile_id": 495,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Dr. Heather Nicole Stone",
                    "profile_id": 495,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Virtual Reality Ecoliteracy Curriculum (VREC)",
            "description": "The content comes from Biloxi-Chitimacha-Choctaw Tribe from Isle de Jean Charles, Louisiana whose ancestral land is disappearing. The project which focuses on utilizing emerging VR technology and high-performance networks for remotely guided collaborative exploration of 3D educational environments.  Taking advantage of emerging low-cost VR devices and improved networks, students can virtually travel to educational facilities that provide additional educational benefits than visiting the actual facility.",
            "get_involved": "",
            "get_involved_url": "https://drhstone.com/contact-me",
            "interest": "This project is important because we are sharinge enviornmental impacts not just from a numbers perspective, but from the people who live there. Users are able to immerce themselves in VR and both see and hear from the people and places.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-10_165218.1826570000.jpg",
            "created": "2018-05-10T16:52:18.169415Z",
            "moderation_state": 3
        },
        {
            "id": 611,
            "content_url": "https://medium.com/@peterbihr/welcome-to-the-post-social-media-era-bd60be62f4f1",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Welcome to the Post-Social Media Era",
            "description": "\"We’re headed into a social media winter. The post-social era has begun,\" writes Mozilla Fellow Peter Bihr.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-02_141742.6171350000.png",
            "created": "2018-03-02T14:17:42.615702Z",
            "moderation_state": 3
        },
        {
            "id": 825,
            "content_url": "https://drashti4.github.io/localisationofschool/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "localisation",
                "mozsprint",
                "webliteracy",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Write documentation",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Drashti Pandya",
            "submitter_profile_id": 1390,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chandan Baba",
                    "profile_id": 441,
                    "is_active": true
                },
                {
                    "name": "Drashti Pandya",
                    "profile_id": 1390,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "local web",
            "description": "Localized web literacy resources in a way that can be adapted by schools as curriculum. Share your story in \"women in web\" section in your native language.",
            "get_involved": "Translation of current documents, can help to create activities for curriculum, maintain Crowdin",
            "get_involved_url": "https://github.com/drashti4/localisationofschool",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-10_040203.0714710000.png",
            "created": "2018-05-10T04:02:03.070875Z",
            "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": 823,
            "content_url": "http://owlteh.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "education",
                "learning",
                "mozsprint",
                "teaching",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Daniel Villar-Onrubia",
            "submitter_profile_id": 1383,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Villar-Onrubia",
                    "profile_id": 1383,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Open Web for Learning & Teaching Expertise Hub (OWLTEH)",
            "description": "OWLTEH is an initiative that aims to gather resources and examples of inspiring practice related to the Open Web and its use for educational purposes. It is the result of the generosity of educators and learners who want to share their knowledge and experience of the Open Web, enabling others to understand and take advantage of its potential for learning and teaching.",
            "get_involved": "Identify instances of the Open Web; share stories of engagement with the open web and its use in education; record videos",
            "get_involved_url": "https://github.com/drdvo/OWLTEH",
            "interest": "OWLTEH has the potential to help raise awaress of the Open Web, why it matters for education and how it can benefit teaching and learning",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_200029.4801360000.png",
            "created": "2018-05-09T20:00:29.474654Z",
            "moderation_state": 3
        },
        {
            "id": 605,
            "content_url": "https://medium.com/mozilla-festival/what-happened-to-the-internet-f744af0e74fd",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Talks | What Happened to the Internet?",
            "description": "Today, the concept of an open, equal internet is under siege — from misinformation and biased algorithms to rampant harassment and mass surveillance.\n\nWhat can technologists, activists, and journalists do to mitigate the bad and uplift the good? Watch six talks about the internet’s thorniest issues, delivered at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-27_200957.1275600000.jpg",
            "created": "2018-02-27T20:09:57.127170Z",
            "moderation_state": 3
        },
        {
            "id": 1241,
            "content_url": "https://fitzbetweentheshelves.com/",
            "is_bookmarked": false,
            "tags": [
                "books",
                "community",
                "community building",
                "digital literacy",
                "education",
                "equity",
                "inclusion",
                "learning",
                "libraries",
                "literacy",
                "media literacy",
                "social impact",
                "social justice",
                "story",
                "storytelling",
                "youth",
                "youth activism"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Sarah FitzHenry",
            "submitter_profile_id": 2729,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sarah FitzHenry",
                    "profile_id": 2729,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Fitz Between the Shelves",
            "description": "Fitz Between the Shelves is a platform for advocacy, inspiration, and collaboration. I believe that books and libraries are critical tools for helping to create the next generation of citizens and leaders that will shape our future. Librarians have power to change the world, one reader at a time – and I am here to work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Fitz Between the Shelves is focused on creating and sharing critical content with all educators, parents, librarians, and mentors for free, so that every child can receive education and opportunities of the highest quality.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_143132.2574560000.jpg",
            "created": "2019-07-03T14:31:32.257101Z",
            "moderation_state": 3
        },
        {
            "id": 820,
            "content_url": "https://opensciencemooc.eu/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open access",
                "open research",
                "open research software",
                "open science",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Jon Tennant",
            "submitter_profile_id": 1379,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jon Tennant",
                    "profile_id": 1379,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Open Science MOOC",
            "description": "Creating a community platform to help equip researchers with the skills they need to excel in a modern digital environment.",
            "get_involved": "Help us to get this project off the ground!",
            "get_involved_url": "https://github.com/OpenScienceMOOC",
            "interest": "Open Science is based on core principles such as justice, freedom, accountability, and transparency. It's about making global research work better, which is something we should all want.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_133323.7306480000.png",
            "created": "2018-05-09T13:33:23.730081Z",
            "moderation_state": 3
        },
        {
            "id": 501,
            "content_url": "http://www.koruza.net/",
            "is_bookmarked": false,
            "tags": [
                "future-proof hardware",
                "open hardware",
                "open innovation",
                "open iot",
                "open science",
                "open source",
                "smart cities",
                "wireless"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Anja Lazar",
            "submitter_profile_id": 164,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "KORUZA Pro - Open Source and Future-proof Light-speed Networking",
            "description": "KORUZA Pro is a first affordable, open source and future-proof free-space optical communication system, enabling next generation last-mile connectivity. Data is securely transmitted point-to-point over an eye-safe collimated beam of infra-red light with 1 Gbps or 10 Gbps throughput at distances up to 150 m. KORUZA Pro is designed for professional users, but not only, its open design enables versatile options for modifications and scientific experimentation. KORUZA Pro is developed at open hardware Institute IRNAS and fabrication lab Fabrikor and is supported by the Shuttleworth Foundation.",
            "get_involved": "Koruza is developed open source and open hardware. It is available for preorder from October 2016 on. Order a kit, test it, make suggestions, help improve it.",
            "get_involved_url": "https://github.com/IRNAS/KORUZA-Pro",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_184118.5034320000.jpg",
            "created": "2017-10-25T18:41:18.502755Z",
            "moderation_state": 3
        },
        {
            "id": 819,
            "content_url": "https://github.com/thomaskuntzz/wikicours",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "education",
                "education technology",
                "edu tech",
                "mozsprint",
                "open access",
                "open source",
                "wiki"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Thomas Kuntz",
            "submitter_profile_id": 1348,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Thomas Kuntz",
                    "profile_id": 1348,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Wikicours",
            "description": "Wikicours is an online repository of school lessons that anyone can improve through a wiki, much like Wikipedia, but for courses ✏️📚\n\nPeople say technology could revolutionize education, but the tools to do so are yet to be built 🏗💻\n\nWikicours aims to do for school lessons what Wikipedia has done for encyclopedias, by building a free, comprehensive and high-quality online course site that anyone can improve. 📝📖",
            "get_involved": "Right now, we’re focused on collecting learning material, building a good website for the project and developing a branding and identity for it. We need your help! 👋 Give us your feedback and share your ideas, you can help regardless of your skills! 😉🎉",
            "get_involved_url": "https://github.com/thomaskuntzz/wikicours/blob/master/CONTRIBUTING.md",
            "interest": "We believe such an online repository of courses will be a great tool for students and teachers alike, and we hope building it will be a first step to improve the educational system for the better. 🔝🏫  If you care about education, openness and free access to knowledge, join us! ✨",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-05-09T11:27:38.013579Z",
            "moderation_state": 3
        },
        {
            "id": 500,
            "content_url": "https://github.com/tpoisot/IntroScientificComputing/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Timothée Poisot",
            "submitter_profile_id": 168,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Timothée Poisot",
                    "profile_id": 168,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Making scientific computing more open",
            "description": "Don't you wish it was easier to get started in scientific computing? Me too! I am putting together a series of lessons that people can go through on their own, to understand the best practices of the field. This is intended to help people with a bit of coding experience, that want to move to the next step and use more code for their research.",
            "get_involved": "Help us build lessons on reproducible workflows in scientific computing",
            "get_involved_url": "https://github.com/tpoisot/IntroScientificComputing/issues",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-25T18:27:52.093293Z",
            "moderation_state": 3
        },
        {
            "id": 1423,
            "content_url": "https://www.sltrib.com/opinion/commentary/2019/09/08/suresh-venkatasubramanian/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "RCSC",
                "survey"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Suresh Venkatasubramanian: Utah should opt out of the surveillance state",
            "description": "While companies can chip away at the technological limits, the legal challenges are more difficult. Any database of collected images can be used beyond its intended purpose. For example, when you got a Utah driver’s license photo, did you know it would be dumped into a database and scanned thousands of times by law enforcement agencies?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-13_001901.4369750000.jpg",
            "created": "2019-10-13T00:19:01.436661Z",
            "moderation_state": 3
        },
        {
            "id": 600,
            "content_url": "https://neutrino.js.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "build",
                "build-tool",
                "javascript",
                "mozsprint",
                "preact",
                "react",
                "vue",
                "webpack",
                "zero-config"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Eli Perelman",
            "submitter_profile_id": 308,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Eli Perelman",
                    "profile_id": 308,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Neutrino",
            "description": "Create and build modern JavaScript applications with zero initial configuration. Neutrino combines the power of webpack with the simplicity of presets.",
            "get_involved": "Help us revamp Neutrino for the latest webpack and Babel versions, improve documentation, add new features, and make Neutrino all-around more awesome. We need your help!",
            "get_involved_url": "https://spectrum.chat/neutrino",
            "interest": "It gives web developers the ability to spin up JS projects with minimal effort without losing the ability to extend the build configuration in the future, all with a focus on DRY concepts and distributable presets.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161323.8275270000.jpg",
            "created": "2018-02-22T20:42:37.893376Z",
            "moderation_state": 3
        },
        {
            "id": 1420,
            "content_url": "https://www.nature.com/articles/d41586-019-02670-w",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Localize & translate"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Look out for potential bias in chemical data sets",
            "description": "Materials science has embraced machine learning. As with other disciplines, researchers must be alert to the risks of biased data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-12_235816.5287800000.jpg",
            "created": "2019-10-12T23:58:16.528332Z",
            "moderation_state": 3
        },
        {
            "id": 1547,
            "content_url": "https://medium.com/@rianeliza/ai-agriculture-and-the-future-of-farming-e6d939cf4296",
            "is_bookmarked": false,
            "tags": [
                "agriculture",
                "AI",
                "#mozfellows19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3511,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3511,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI and Agriculture: Putting Community Principles into Practice",
            "description": "As a Mozilla Fellow, I am working on a project to ensure that AI/ML systems in agriculture are designed and implemented justly, responsibly, sustainably, and with the input of the communities where they are being implemented.  This post details my plans, and how you can get involved.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-06_220514.9919900000.jpg",
            "created": "2020-01-06T22:05:14.991352Z",
            "moderation_state": 3
        },
        {
            "id": 816,
            "content_url": "https://github.com/mrjohnc/Map-of-the-open-movement",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "maps",
                "mozsprint",
                "wikimedia"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Take Action"
            ],
            "published_by": "John Cummings",
            "submitter_profile_id": 1300,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "John Cummings",
                    "profile_id": 1300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Map of the Open Movement",
            "description": "The open movement is diverse in geography, language and subject, it includes open source software, open knowledge, open access publishing, open data, open hardware, open science, open rights and government policies promoting openness. This variety makes it difficult for open organisations to work together and for others to understand the movement.\n\nWe can help solve these issues by mapping the open movement on Wikidata, a freely editable open source database and sister site to Wikipedia.",
            "get_involved": "Help promote the project on social media to groups working open",
            "get_involved_url": "https://github.com/mrjohnc/Map-of-the-open-movement",
            "interest": "Mapping the projects, people and groups working in the open movement will help us work together better",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_203226.7392620000.jpg",
            "created": "2018-05-08T20:32:26.738506Z",
            "moderation_state": 3
        },
        {
            "id": 814,
            "content_url": "https://medium.com/read-write-participate/we-asked-people-how-they-feel-about-facebook-heres-what-they-said-4a548dfeabd",
            "is_bookmarked": false,
            "tags": [
                "facebook",
                "privacy",
                "reseearch",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Vojtech Sedlak",
                    "profile_id": 83,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "We Asked People How They Feel About Facebook. Here’s What They Said.",
            "description": "47,000 people responded to our survey asking how they feel about Facebook. The data is interesting and open for your exploration.",
            "get_involved": "",
            "get_involved_url": "https://medium.com/read-write-participate/we-asked-people-how-they-feel-about-facebook-heres-what-they-said-4a548dfeabd",
            "interest": "Open data any can dig into on how people are feeling about Facebook these days.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_151948.3700460000.jpg",
            "created": "2018-05-08T15:19:48.369664Z",
            "moderation_state": 3
        }
    ]
}