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=issues&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=issues&page=30",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=issues&page=28",
    "results": [
        {
            "id": 74,
            "content_url": "http://pennez.com/read-2-think-2/",
            "is_bookmarked": false,
            "tags": [
                "gigabit",
                "hive",
                "kansas city",
                "kc",
                "literacy"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pennez",
            "description": "A hub for multicultural books that now leverages text-to-speech-to-text tech with children's voices to provide real-time feedback for young readers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This initiative aims to increase literary inclusion by improving reading fluency.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/74.jpg",
            "created": "2016-09-26T19:30:18.528000Z",
            "moderation_state": 3
        },
        {
            "id": 1042,
            "content_url": "https://blog.mozilla.org/blog/2019/02/06/does-your-sex-toy-use-encryption/",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                },
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Does Your Sex Toy Use Encryption?",
            "description": "Last November, we assessed the privacy and security features of 70 popular products, from Nintendo Switch and Google Home to drones and smart coffee makers. The idea: help consumers shop for gifts by highlighting a product’s privacy features, rather than just price and performance.\n\nNow, we’re assessing 18 more products, just in time for February 14.\n\nWe researched vibrators; smart beds and sleep trackers; connected aromatherapy machines; and more.",
            "get_involved": "Share the guide, comment on the products, rate products on the Creep-O-Meter, recommend products to include in the guide",
            "get_involved_url": "https://foundation.mozilla.org/en/privacynotincluded/",
            "interest": "Privacy and security of connected devices",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-08_172328.7494410000.png",
            "created": "2019-02-08T17:23:28.748983Z",
            "moderation_state": 3
        },
        {
            "id": 290,
            "content_url": "https://www.eventbrite.com/e/kc-vrar-event-vrar-workshop-event-pt-2-tickets-34259441913",
            "is_bookmarked": false,
            "tags": [
                "a-frame",
                "virtual reality",
                "vr",
                "webvr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Janice Wait",
            "submitter_profile_id": 76,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Intro to VR",
            "description": "This is a three-part workshop for anyone interested learning more about virtual reality and creating VR experiences to open new learning opportunities. Participants will learn the basic building blocks of virtual reality and have an opportunity to create their own virtual environment using A-Frame. No coding experience necessary!",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.com/e/kc-vrar-event-vrar-workshop-event-pt-2-tickets-34259441913",
            "interest": "Are you interested in learning more about virtual reality? Would you like to know how you could make a virtual reality experience that will create new learning opportunities for your students?",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_150811.1288520000.jpg",
            "created": "2017-05-18T15:08:11.111686Z",
            "moderation_state": 3
        },
        {
            "id": 535,
            "content_url": "https://blog.mozilla.org/blog/2017/11/01/275k-in-grants-for-creative-gigabit-projects-across-the-u-s/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "$275K for Creative Gigabit Projects Across the U.S.",
            "description": "From augmented reality training for first responders, to robotics classes for high school students, Mozilla is supporting bright ideas that leverage gigabit internet to create more open and innovative cities.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-01_124728.2690240000.jpg",
            "created": "2017-11-01T12:47:28.268531Z",
            "moderation_state": 3
        },
        {
            "id": 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": 165,
            "content_url": "https://mzl.la/hivechifuturedirections",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "innovation",
                "network",
                "teachtheweb",
                "weblit"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Samuel Dyson",
            "submitter_profile_id": 46,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Report: Future Directions for Hive Chicago",
            "description": "Read how learning networks like Hive Chicago are advancing the promise of the Internet for education.\n\nUntangling complex problems in education is more than a one-person job; it requires a community effort. Mozilla Hive Learning Networks are doing just that. This strategic planning report looks under the hood of what makes a Hive Learning Network function.",
            "get_involved": "",
            "get_involved_url": "http://hivechicago.org/future-directions-for-hive-chicago/",
            "interest": "The report reveals the strategies and tactics that Hive staff use to achieve our priority outcomes.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/165.png",
            "created": "2017-03-02T23:14:25.526160Z",
            "moderation_state": 3
        },
        {
            "id": 1040,
            "content_url": "https://medium.com/read-write-participate/introducing-the-superrr-fellowship-for-feminist-technologists-a78062612287",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Feminist Tech Fellowship",
            "description": "Julia Kloiber has launched the Feminist Tech Fellowship, a program for technologists, artists, and activists working at the intersection of feminism and technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-07_143338.6284190000.png",
            "created": "2019-02-07T14:33:38.627936Z",
            "moderation_state": 3
        },
        {
            "id": 1045,
            "content_url": "https://www.americanscientist.org/article/open-science-isnt-always-open-to-all-scientists",
            "is_bookmarked": false,
            "tags": [
                "open",
                "open access",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kaitlin Stack Whitney",
            "submitter_profile_id": 2038,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaitlin Stack Whitney",
                    "profile_id": 2038,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Science Isn't Always Open to All Scientists",
            "description": "Current efforts to make research more accessible and transparent via \"open science\" can reinforce inequality within STEM professions.",
            "get_involved": "Can comment on the article online, write a letter to the editor - or write a distinct essay",
            "get_involved_url": "https://www.americanscientist.org/article/open-science-isnt-always-open-to-all-scientists",
            "interest": "Previous Moz Science Fellow Dr. Bahlai and current Moz Open Leader (Culture Track) Dr. Stack Whitney were co-creators of this essay exploring structural barriers to open science",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-02-14T16:11:43.328505Z",
            "moderation_state": 3
        },
        {
            "id": 1370,
            "content_url": "https://tvws.co.tz",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "Jabhera Matogoro",
                "Kondoa Community Network",
                "mozfellows19",
                "mozilla fellow",
                "television white space"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Internet Engineer Mozilla Fellow",
            "description": "In Tanzania, barriers hindering broadband access include a reluctance of most communications service providers to invest in rural areas, partly because the return on investment (ROI) is lower and takes an extended period of time to recoup initial outlays in rural areas as compared to urban areas. This project intends to scale-up community network initiatives to connect the unconnected population in Tanzania. The project will build upon previous experience in building Kondoa Community Network (KCN). The project will make use of a wireless communication solution based on television white space.",
            "get_involved": "Help us to scale-up the project in Tanzania and beyond",
            "get_involved_url": "",
            "interest": "Television white space technology sound to be such innovative approach to connect the unconnected population in developing countries",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-11_003607.3525430000.png",
            "created": "2019-09-11T00:36:07.352058Z",
            "moderation_state": 3
        },
        {
            "id": 533,
            "content_url": "https://medium.com/mozilla-internet-citizen/new-research-how-germans-americans-women-and-men-feel-about-internet-health-71bad08562df",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 45,
                    "is_active": true
                },
                {
                    "name": "Abdoul Coulibaly",
                    "profile_id": 53,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Report: Attitudes Toward Internet Issues",
            "description": "Fresh research from Mozilla explores perceptions of internet health among Americans and Germans; women and men; and various age, income and education levels",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-31_135436.0516140000.png",
            "created": "2017-10-31T13:54:36.050862Z",
            "moderation_state": 3
        },
        {
            "id": 1038,
            "content_url": "https://github.com/humanetech-community/awesome-humane-tech",
            "is_bookmarked": false,
            "tags": [
                "ad-blockers",
                "awareness",
                "consent",
                "ethics",
                "health",
                "Humane technology",
                "inclusivity",
                "internet freedom",
                "mindfulness",
                "privacy",
                "security",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Take Action"
            ],
            "published_by": "Arnold Schrijver",
            "submitter_profile_id": 1981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Arnold Schrijver",
                    "profile_id": 1981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Awesome Humane Tech",
            "description": "A curated list of Humane Technology projects that provides links to open-source projects and information resources that you can use to improve your own tech habits, or the projects that your are building yourself.\n\nHumane Technology helps improve Wellbeing, Freedom and Society and allows humans to flourish, and humanity to thrive, and it is the answer to mitigate or entirely avoid the Harms of Technology. Harms that are all around us - surveillance capitalism, erosion of social fabric, tech-related health issues, lack of ethics, etc. - and need to be addressed.",
            "get_involved": "Do you know about other good Humane Technology resources? Then submit a PR to the Github repository. Thank you!",
            "get_involved_url": "https://community.humanetech.com",
            "interest": "Any person will benefit from applying Humane Technology, no matter whether you are a developer, a customer or a user.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-06_160910.6319170000.png",
            "created": "2019-02-06T16:09:10.631253Z",
            "moderation_state": 3
        },
        {
            "id": 164,
            "content_url": "https://www.youtube.com/watch?v=lBwz-Jag1ZE&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60&index=1",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Surveillance and Race Online",
            "description": "Simone Browne is Associate Professor in the Department of African and African Diaspora Studies at the University of Texas at Austin. She spoke at MozFest 2016 about surveillance and race online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194213.9573100000.jpg",
            "created": "2017-02-09T15:02:59.938000Z",
            "moderation_state": 3
        },
        {
            "id": 1367,
            "content_url": "https://medium.com/mozilla-festival/wrangler-round-up-philo-van-kemenade-a9773f3f4522",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Philo van Kemenade",
                    "profile_id": 153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Philo van Kemenade",
            "description": "A conversation with MozFest Wrangler Philo van Kemenade",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-06_201035.2341840000.jpg",
            "created": "2019-09-06T20:10:35.233556Z",
            "moderation_state": 3
        },
        {
            "id": 518,
            "content_url": "https://github.com/AdrienneNepenthe/Open-Data-Week-2018-Submission-Form-for-MozFest",
            "is_bookmarked": false,
            "tags": [
                "data",
                "government",
                "mozfest",
                "nyc",
                "open data",
                "open innovation",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Adrienne Schmoeker",
            "submitter_profile_id": 188,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Adrienne Schmoeker",
                    "profile_id": 188,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "NYC Open Data Week 2018 - Open Call for Submissions",
            "description": "To raise awareness about NYC Open Data (www.nyc.gov/opendata) the team partnered with the civic technology community to produce Open Data Week 2017 which engaged over 900 New Yorkers! We’re now asking for submissions of ideas for Open Data Week 2018 and hope we'll get lots of new ideas. What I'd love help with is having folks propose edits to the submission form copy - I want to make sure getting people engaged is done with a useful open process and tool!",
            "get_involved": "Help us by proposing edits to the copy in the Open Data Week 2018 Submission Form via our GitHub: https://github.com/AdrienneNepenthe/Open-Data-Week-2018-Submission-Form-for-MozFest",
            "get_involved_url": "https://github.com/AdrienneNepenthe/Open-Data-Week-2018-Submission-Form-for-MozFest",
            "interest": "This is an opportunity to help an open government program (NYC Open Data!) be even more open in our practice!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-28_053147.6085610000.png",
            "created": "2017-10-28T05:31:47.608186Z",
            "moderation_state": 3
        },
        {
            "id": 1035,
            "content_url": "https://community.humanetech.com/t/3322",
            "is_bookmarked": false,
            "tags": [
                "community",
                "community building",
                "diversity",
                "health",
                "human centered design",
                "Humane technology",
                "Human Rights",
                "inclusivity",
                "internet freedom",
                "Methodologies",
                "Mozilla Open Leadership Project",
                "participation",
                "social",
                "society",
                "wellbeing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Arnold Schrijver",
            "submitter_profile_id": 1981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Arnold Schrijver",
                    "profile_id": 1981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Pyramids of Humane Technology",
            "description": "Humanity has become subservient to technology, but tech should serve us instead. Disruptive innovation has exposed us to many dangers: The Harms of Technology. \n\nHumane Tech Community exists to fight them, bring Humane Technology back. By promoting solutions that improve Wellbeing, Freedom and Society, so that humans can flourish and humanity can thrive with beneficial tech.\n\nThe challenge is huge. So how do we manage that? We have developed The Pyramids of Humane Technology, a model and methodology to divide and conquer. We are into pyramid building again. Do you build with us? Be a builder.",
            "get_involved": "We are at the start of evolving our methodology and organization, grow our team of members, and reach great heights. And we need you to help us!",
            "get_involved_url": "https://humanetech.com",
            "interest": "Presenting our community's breakdown structure and methodology that makes adoption of Humane Technology more manageable and easy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-05_095919.2392390000.png",
            "created": "2019-02-05T09:59:19.238734Z",
            "moderation_state": 3
        },
        {
            "id": 517,
            "content_url": "https://docubricks.com/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Tobias Wenzel aka MakerTobey",
            "submitter_profile_id": 125,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Tobias Wenzel aka MakerTobey",
                    "profile_id": 125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DocuBricks - Open Science Hardware Documentations",
            "description": "DocuBricks is the centrepiece of our initiative to develop open infrastructure for Open Science Hardware to flourish. The DocuBricks format is an open, modular documentation structure for high-quality presentation of open hardware projects.",
            "get_involved": "We are looking for contributors for the website code, rewriting the off-line editor for online use, integrating the tool into partner platforms, improve user-interfaces, and mentor a diverse set of cool projects using DocuBricks.",
            "get_involved_url": "https://github.com/DocuBricks/meta",
            "interest": "Good documentations of hardware designs can elevate free and open source hardware to a similar level as FOSS! This open source infrasturcture piece aims to make this easier and better. Help to build DocuBricks to enable this exciting new movement!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_235528.2907280000.jpg",
            "created": "2017-10-27T23:55:28.289829Z",
            "moderation_state": 3
        },
        {
            "id": 162,
            "content_url": "https://www.youtube.com/watch?v=4krgs4gHSbI&index=3&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Half the Population is Not Connected",
            "description": "Katharina Borchert is Chief Innovation Officer at Mozilla. She spoke at MozFest 2016 about equal access to the Internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194050.1225130000.jpg",
            "created": "2017-02-09T15:04:49.068000Z",
            "moderation_state": 3
        },
        {
            "id": 516,
            "content_url": "http://www.stemchampion.org",
            "is_bookmarked": false,
            "tags": [
                "education",
                "stem"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Ammar Siddiqui",
            "submitter_profile_id": 186,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ammar Siddiqui",
                    "profile_id": 186,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "STEM Champion",
            "description": "Here at STEM Champion, we feel that all young people should be prepared to think deeply and to think well so that they have the chance to become the innovators, educators, researchers, and leaders capable of solving the most pressing challenges facing our nation and our world, both today and tomorrow.\n\nOur goal is to provide a unique day conference aimed at school aged children (13-16yrs), to assist these children in directing their energy in a positive way, especially when they lack a medium to nurture and further their knowledge in fields such as STEM.",
            "get_involved": "Looking for companies interested in STEM education (middle school and secondary school) to collaborate with!",
            "get_involved_url": "https://youtu.be/Bz69044v2WI",
            "interest": "It is a STEM educational event!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_192045.0133550000.png",
            "created": "2017-10-27T19:20:45.012628Z",
            "moderation_state": 3
        },
        {
            "id": 285,
            "content_url": "https://github.com/MozillaFoundation/vr-curriculum-sprint",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "digital inclusion",
                "open innovation",
                "web literacy",
                "web vr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web VR 101 Curriculum Sprint",
            "description": "This is a GitHub repo for the Web VR 101 curriculum project running during this year's Global Sprint. What if anyone, anywhere - regardless of coding experience - could build a virtual reality experience? The big idea is to introduce Web VR to new users so they understand how it works and can use it for their own teaching and learning needs. We’ll brainstorm, research, draft, and test lesson plans that introduce Web VR ideas, vocabulary, and technical skills to beginner web and Web VR users.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/vr-curriculum-sprint",
            "interest": "This is an example of a Global Sprint project sparked by widespread interest across Mozilla and network communities.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-17_103702.1102440000.png",
            "created": "2017-05-17T10:37:02.109894Z",
            "moderation_state": 3
        },
        {
            "id": 1036,
            "content_url": "https://www.argentina.gob.ar/comunidad-digital-ar",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "community",
                "government",
                "open goverment",
                "open source",
                "reuse"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sebastian Ghelerman",
            "submitter_profile_id": 1977,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sebastian Ghelerman",
                    "profile_id": 1977,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Educator, Anthropologyst, Systems Thinker, Change Agent",
            "description": "Promoting openess and reuse for digital services in Argentina´s Goverment.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Open sourcing goverment digital services is a must!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-02-05T14:35:51.229261Z",
            "moderation_state": 3
        },
        {
            "id": 1368,
            "content_url": "https://blog.mozilla.org/blog/2019/04/30/2-4-million-in-prizes-for-schools-teaching-ethics-alongside-computer-science/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "#RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jenn Beard",
                    "profile_id": 67,
                    "is_active": true
                },
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                },
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "$2.4 Million in Prizes for Schools Teaching Ethics Alongside Computer Science",
            "description": "We are announcing the first winners of the Responsible Computer Science Challenge. We’re awarding $2.4 million to 17 initiatives that integrate ethics into undergraduate computer science courses. The winners’ proposed curricula are novel: They include in-class role-playing games to explore the impact of technology on society. They embed philosophy experts and social scientists in computer science classes. They feature “red teams” that probe students’ projects for possible negative societal impacts. And they have computer science students partner with local nonprofits and government agencies.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-10_022353.6806900000.jpg",
            "created": "2019-09-10T02:23:53.680282Z",
            "moderation_state": 3
        },
        {
            "id": 1033,
            "content_url": "https://medium.com/read-write-participate/apply-to-host-a-mozilla-fellow-d3f82106fcef",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Apply to Host a Mozilla Fellow",
            "description": "Ford Foundation and Mozilla are accepting applications from organizations eager to host a Mozilla Fellow. If you’re an organization championing internet health, apply.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-04_153645.2392490000.jpg",
            "created": "2019-02-04T15:36:45.238882Z",
            "moderation_state": 3
        },
        {
            "id": 511,
            "content_url": "https://medium.com/@ambaonadventure/how-much-indians-get-to-use-the-internet-vs-how-much-of-the-internet-we-get-to-use-4b84bc440775",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Essay: How Much Indians Use the Internet vs. How Much of the Internet We Use",
            "description": "Mozilla Tech Policy Fellow Amba Kak writes about internet access in India.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_083139.6211100000.png",
            "created": "2017-10-27T08:31:39.620446Z",
            "moderation_state": 3
        },
        {
            "id": 72,
            "content_url": "http://mzl.la/hivesd924",
            "is_bookmarked": false,
            "tags": [
                "event",
                "gigabit community fund",
                "hive",
                "meetup"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive Austin's First Meetup",
            "description": "Hive ATX's first official meetup on 9/24: a Gigabit Fund info session, EdTech Demo, and networking event for educators, technologists and entrepreneurs interested in digital literacy and inclusion.",
            "get_involved": "We're looking for resources that support more inclusive practices in digital literacy education.",
            "get_involved_url": "",
            "interest": "MLN messaging in deck, event agenda and feedback survey; results: most participants came b/c they were invited by someone else, 100% wld recommend the event to a colleague & 92% wanted to attend a follow-up meetup in Nov/Dec.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-30T20:30:49.169000Z",
            "moderation_state": 3
        },
        {
            "id": 160,
            "content_url": "https://www.youtube.com/watch?v=3k8WVijL124&index=5&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Ethics of Open Source",
            "description": "Ashe Dryden is a programmer, diversity advocate and author. She spoke at MozFest 2016 about the ethics of unpaid labor and open source software.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193955.0879520000.jpg",
            "created": "2017-02-09T15:06:17.745000Z",
            "moderation_state": 3
        },
        {
            "id": 509,
            "content_url": "https://github.com/LIDSOL/nightlynight",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Uriel",
            "submitter_profile_id": 177,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Uriel",
                    "profile_id": 177,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nightly Night",
            "description": "Helping to improve Firefox Nightly. Users are now experts with Nightly Night.",
            "get_involved": "Write some guides, reports bugs on bugzilla, share your ideas with us.",
            "get_involved_url": "https://github.com/LIDSOL/nightlynight",
            "interest": "Nightly Night is a project which help users to use and test Firefox Nightly like an expert.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-27T03:52:49.686386Z",
            "moderation_state": 3
        },
        {
            "id": 283,
            "content_url": "https://github.com/libscie/liberator",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open access",
                "open science",
                "publishing"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Chris Hartgerink",
            "submitter_profile_id": 3135,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chris Hartgerink",
                    "profile_id": 3135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Liberate Science",
            "description": "Public access to the public domain is crucial, but not a given. Some research can be freely available and reused, but isn't. Why? Because no one has made it available. There are 594,375 research papers that are easy to identify as public domain for which public access isn't sure.  Liberate Science aims to ensure public access to the public domain, for everyone and for any purpose.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/libscie/liberator",
            "interest": "The end-goal of this project is a website where the user gets prompted to upload an article that can be liberated, if they have access (or can get access). All it requires is a quick download from the publisher, and upload to the website --- Liberator takes care of the rest.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-16_004204.2479840000.jpg",
            "created": "2017-05-16T00:42:04.247606Z",
            "moderation_state": 3
        },
        {
            "id": 1363,
            "content_url": "https://medium.com/mozilla-festival/looking-back-dialogues-debates-at-mozfest-a9fe23e6ddbf",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Looking back: Dialogues & Debates at MozFest",
            "description": "A look back at MozFest's speakers series.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-23_220911.3874510000.jpg",
            "created": "2019-08-23T22:09:11.386730Z",
            "moderation_state": 3
        },
        {
            "id": 282,
            "content_url": "http://hivenyc.org/2017/05/15/project-learning-lab-building-effective-partnerships/",
            "is_bookmarked": false,
            "tags": [
                "educators",
                "hive learning networks",
                "hive nyc",
                "network leaders"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Hana Sun",
            "submitter_profile_id": 88,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hana Sun",
                    "profile_id": 88,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive NYC Project Learning Lab: Building Effective Partnerships",
            "description": "In April, network members in Hive NYC's Project Learning Lab, a peer learning space that aims to workshop, share practices, introduce new tools, and exchange ideas and feedback about members' projects, met for a session focused on building effective partnerships.  This post shares the best practices they identified from their own learning and experiences in building partnerships with other educators, schools, city agencies, nonprofits, and other institutions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_163412.5366100000.jpg",
            "created": "2017-05-15T16:34:12.536237Z",
            "moderation_state": 3
        },
        {
            "id": 507,
            "content_url": "https://chicktech.org/for-students/rural/",
            "is_bookmarked": false,
            "tags": [
                "curation",
                "curriculum",
                "discussion",
                "distributed learning",
                "diversity",
                "empower women",
                "girl",
                "inclusion",
                "inclusivity",
                "mozfest",
                "open leadership zone",
                "schools",
                "women & girls",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Katie SanFilippo",
            "submitter_profile_id": 174,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Katie SanFilippo",
                    "profile_id": 174,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChickTech School Kits/Clubs",
            "description": "To work with collaborators to build curricula and resources for school kits/clubs so that students in rural, underserved and underrepresented areas can access and learn skills in tech.",
            "get_involved": "Help us edit curricula to make it inclusive for all, build and support a Discussion Forum",
            "get_involved_url": "https://github.com/ChickTech/Kits-and-Clubs",
            "interest": "Building community and support to create diverse and inclusive tech environment for all",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_152703.8029420000.jpg",
            "created": "2017-10-26T15:27:03.802274Z",
            "moderation_state": 3
        },
        {
            "id": 158,
            "content_url": "https://www.youtube.com/watch?v=n3whd0Wr-Bg&index=7&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Solving Online Harassment",
            "description": "Katherine Maher is Executive Director of the Wikimedia Foundation. She spoke at MozFest 2016 about building for inclusivity online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193841.6902280000.jpg",
            "created": "2017-02-09T15:07:22.245000Z",
            "moderation_state": 3
        },
        {
            "id": 1032,
            "content_url": "https://nordicesmhub.github.io/",
            "is_bookmarked": false,
            "tags": [
                "artic",
                "climate",
                "earth system model",
                "EC-EARTH",
                "NorESM"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Anne Fouilloux",
            "submitter_profile_id": 1978,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Fouilloux",
                    "profile_id": 1978,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nordic Earth System Modeling Hub",
            "description": "The Nordic Earth System Modeling Community aims at building a hub around Earth System Modeling in the  Nordic countries (Denmark, Finland, Sweden, Iceland, Estonia, Norway) for sharing knowledge, codes (climate models, Galaxy climate data analysis and visualization tools), training materials so that our contributions can be exploited/reused by other communities.",
            "get_involved": "Initially we need help to better organize our github organization, build our website to explain our goals and facilitate contributions.",
            "get_involved_url": "",
            "interest": "Understanding Climate data and being able to use Climate data without being a climate specialist might be interested to other communities, and can trigger new multidisciplinary collaborations.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-04_133827.3637550000.png",
            "created": "2019-02-04T13:38:27.363198Z",
            "moderation_state": 3
        },
        {
            "id": 35,
            "content_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bobby Richter",
                    "profile_id": 3452,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Skills Observatory",
            "description": "Studying the impact of digital skills on people, smartphones, and digital financial services.",
            "get_involved": "Becoming an Open Research Volunteer for this project is a great opportunity to learn skills related to research, design, and technology while providing guidance and leadership for participants and other community members.",
            "get_involved_url": "https://github.com/MozillaFoundation/digital-skills-observatory",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/35.jpg",
            "created": "2016-11-01T22:30:40.519000Z",
            "moderation_state": 3
        },
        {
            "id": 1034,
            "content_url": "https://openscapes.org",
            "is_bookmarked": false,
            "tags": [
                "data science",
                "environment",
                "ocean",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 1560,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openscapes",
            "description": "We champion open practices in environmental science to help uncover data-driven solutions faster. Our work centers around a mentorship program that empowers environmental scientists with open data science tools and grows the community of practice in their labs, departments, and beyond. Our vision is a scientific culture that is more efficient and collaborative, and can uncover environmental solutions faster. Openscapes is operated by the National Center for Ecological Analysis & Synthesis (NCEAS) and is being incubated by a Mozilla Fellowship awarded to Julia Lowndes.",
            "get_involved": "Join us! There is a whole mountain of engagement to help spread the word or participate at openscapes.org",
            "get_involved_url": "https://openscapes.org",
            "interest": "Openscapes is created by an Mozilla Fellow and modeled after Mozilla Open Leaders",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-05_004511.9835790000.png",
            "created": "2019-02-05T00:45:11.982815Z",
            "moderation_state": 3
        },
        {
            "id": 1039,
            "content_url": "https://www.linkedin.com/in/chenai-chair/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "internet freedom",
                "Internet Governance",
                "mozfellows19",
                "mozilla fellow",
                "policy",
                "tech policy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Emerging leaders in Internet Governance",
            "description": "Providing a space and support forum for young people in Africa to collaborate and work together with diverse stakeholders in order to influence policy development and processes in the region.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Working with youth, working on inclusive civic engagement or working in building capacity it might be of interest.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-07_124604.3491720000.JPG",
            "created": "2019-02-07T12:46:04.348777Z",
            "moderation_state": 3
        },
        {
            "id": 503,
            "content_url": "https://meta.wikimedia.org/wiki/Connect",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "leadership",
                "mediawiki",
                "mentoring",
                "mozfest",
                "network mapping",
                "open leadership zone",
                "peer-to-peer learning",
                "wikimedia",
                "wikipedia"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Maria Cruz",
            "submitter_profile_id": 171,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Maria Cruz",
                    "profile_id": 171,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wikimedia Resource Center: Connect",
            "description": "A directory to help connect people to thematic groups, and to other fellow community members that can support newcomers in the Wikimedia movement.",
            "get_involved": "Help by creating a js form on mediawiki context, to be used on meta.wikimedia.org",
            "get_involved_url": "https://github.com/macruzbar/Wikimedia-Resource-Center",
            "interest": "\"Connect\" not only offers a structured approach to building a learning network, it also offers specific practices for connecting newcomers to thematic groups, and to other community members who may be able to support their peers. Interested in connecting people + building networks? This is for you!",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_220410.7471240000.png",
            "created": "2017-10-25T22:04:10.746795Z",
            "moderation_state": 3
        },
        {
            "id": 1029,
            "content_url": "https://medium.com/fossmec/the-6-kinds-of-people-in-computer-science-and-engineering-4e6dae122ecd",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Joel Vilanilam Zachariah",
            "submitter_profile_id": 1933,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Joel Vilanilam Zachariah",
                    "profile_id": 1933,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Communities for the 6 kinds",
            "description": "An exploration of what it takes to go from beginner state to an expert in a field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "As we work open, it is important to understand how to create communities for all levels of proficiencies.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-31T01:07:48.246885Z",
            "moderation_state": 3
        },
        {
            "id": 157,
            "content_url": "https://www.youtube.com/watch?v=p4cftN0jtYg&index=8&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The People's Shield and the Government's Sword",
            "description": "Sahar Aziz is a Professor of Law at Texas A&M University. She spoke at MozFest 2016 about governments and grassroots movements alike leveraging technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193816.4861300000.jpg",
            "created": "2017-02-09T15:07:58.497000Z",
            "moderation_state": 3
        },
        {
            "id": 502,
            "content_url": "https://github.com/aath0/MinoritiesInResearch",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Athina Tzovara",
            "submitter_profile_id": 169,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                },
                {
                    "name": "Athina Tzovara",
                    "profile_id": 169,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How does research treat underrepresented minorities?",
            "description": "The goal of this project is to collectively design a questionnaire and use it to evaluate how members of underrepresented minorities perceive research that directly concerns them.",
            "get_involved": "Help us create a questionnaire: design its content and key directions, test it and provide feedback!",
            "get_involved_url": "https://github.com/aath0/MinoritiesInResearch/blob/master/CONTRIBUTING.md",
            "interest": "This project will enable members of traditionally underrepresented groups in science to be heard and share their experience with research done in their communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-25T19:31:21.543636Z",
            "moderation_state": 3
        },
        {
            "id": 280,
            "content_url": "https://github.com/TyJK/EchoBurst",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "communication",
                "mozsprint",
                "natural language processing",
                "nlp"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "EchoBurst",
            "description": "With the dawn of the internet, many hoped that we would see an expansion in how many views a person had access to, but we have found the opposite to be the case.  We hope to solve this in part by creating a tool that works against the paradigm created by social media of increasingly isolated echo chambers thereby making it easier to find comments that promote civil discussion (i.e., are not simply toxic, but contribute to the conversation) but oppose the view of the user.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/TyJK/EchoBurst",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_010340.8007000000.png",
            "created": "2017-05-15T01:03:40.800396Z",
            "moderation_state": 3
        },
        {
            "id": 9,
            "content_url": "http://bit.ly/2hQhKPR",
            "is_bookmarked": false,
            "tags": [
                "badges",
                "credentials",
                "curriculum",
                "training",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web Literacy Leaders: Web Literacy and 21C Skills, Curriculum, Trainings, and Credentials",
            "description": "A link to resources associated with making the case for web literacy and 21C skills:  research-based Web Literacy Map, curriculum, training, and credentials from 2016.  Next step for spread and contributing to Internet of Health: Grow more Web Literacy Leaders in 2017.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Co-creation of web literacy materials and making the case by cross MoFo team and partners",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-16T23:01:30.292000Z",
            "moderation_state": 3
        },
        {
            "id": 1026,
            "content_url": "https://foundation.mozilla.org/en/campaigns/i-heart-open-data/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Did you know you’re a major funder of scientific research?",
            "description": "Did you know our federal taxes help fund billions of dollars in scientific research every year? But in order to see the results of that research, publishers often charge significant amounts of money to anyone that wants to read about it. Shouldn’t we be able to see what we’re paying for without having to pay for it twice?\n\nDo you agree? Your signature, combined with hundreds of scientists, will show our leaders that taxpayers expect to see the results of the scientific research so we can build on and expand on these findings.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/i-heart-open-data/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_230246.3696060000.png",
            "created": "2019-01-30T23:02:46.369080Z",
            "moderation_state": 3
        },
        {
            "id": 156,
            "content_url": "https://www.youtube.com/watch?v=AHb2Ki1XK88&index=9&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Nature of the Internet",
            "description": "Mitchell Baker is Executive Chairwoman of Mozilla, and Mark Surman is Executive Director of the Mozilla Foundation. They spoke at MozFest 2016 about seismic shifts online, and Mozilla’s work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194320.1148420000.jpg",
            "created": "2017-02-09T15:08:42.137000Z",
            "moderation_state": 3
        },
        {
            "id": 498,
            "content_url": "http://www.toledolibrary.org/blog/training-on-web-literacy",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "professional development",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Training on Web Literacy - Toledo Lucas County Public Library",
            "description": "As one of the Web Literacy Trainers at Toledo Lucas County Public Library, I can tell you that I for one have learned quite a bit! Over the course of the last 12+ months and 8 training classes later, I without a doubt have a more informed knowledge of how the World Wide Web and Internet operate and what they can offer. In years previous as a college student, consumer, and social media user, I didn’t give much thought to areas such as security, protection, third party tracking, hacking and overall, being web literate.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_170031.2607270000.png",
            "created": "2017-10-25T17:00:31.260325Z",
            "moderation_state": 3
        },
        {
            "id": 1030,
            "content_url": "https://github.com/BhuvanaMeenakshiK/FarmersGear",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Bhuvana Meenakshi Koteeswaran",
            "submitter_profile_id": 1911,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "David Bild",
                    "profile_id": 1819,
                    "is_active": true
                },
                {
                    "name": "Bhuvana Meenakshi Koteeswaran",
                    "profile_id": 1911,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Farmer's Gear",
            "description": "I’m working with farmers, NGOs, coders and citizens of a country to build this concept based web game application so that every player of the game can learn how to do agriculture in their own place and also gain access to various levels of the game by donating some amount of grains to people under the poverty line of their counry.",
            "get_involved": "I require help in development of a simple game for the project that can engage audience in learning agriculture or farming.",
            "get_involved_url": "https://github.com/BhuvanaMeenakshiK/FarmersGear",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-31T18:09:15.644697Z",
            "moderation_state": 3
        },
        {
            "id": 279,
            "content_url": "https://github.com/Monsauce/Open-the-North",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open data",
                "repository"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open the North",
            "description": "Open the North is a project working to making ecological community data more accessible to the remote indigenous communities through the creation of a mobile app on fish consumption guidelines and the creation of a repository to for ecological data and traditional knowledge.  This mobile friendly platform not only allows the addition of data but also the ability to download data.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/Monsauce/Open-the-North",
            "interest": "The repository welcomes data from the federal and provincial governments, NGO's, conservation groups and encourages contributions from citizen scientists.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_005321.5217520000.png",
            "created": "2017-05-15T00:53:21.521335Z",
            "moderation_state": 3
        },
        {
            "id": 1326,
            "content_url": "https://goscommons.github.io/hardocs-guide/",
            "is_bookmarked": false,
            "tags": [
                "command line interface",
                "hardware documentation",
                "open source",
                "open source design"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hardocs: an open source CLI to make hardware documentation simple",
            "description": "Hardware documentation, specially in open hardware projects, needs to improve with regard to accessibility, interoperability as well as compatibility. We are working on the automation of key services that allow hardware communities to easily collaborate and open their hardware projects in standard formats and structure. Hardocs is a wizard command line interface meant to be flexible and git friendly. It is based on nodejs and makes really easy to deploy static websites in github pages, or gitlab pages. It also makes tedious tasks easier like managing bill of materials.",
            "get_involved": "I am looking for people with experience in javascript, people that are looking for a fun project to work like a nodejs based command line interface, or a backend developer that wants to work with express, but also users and testers that want to try this package in their hardware projects.",
            "get_involved_url": "https://t.me/hardocs19",
            "interest": "They can learn javascript, learn about open hardware and participate in open hardware projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-15_083403.9405610000.png",
            "created": "2019-08-15T08:34:03.939710Z",
            "moderation_state": 3
        },
        {
            "id": 495,
            "content_url": "https://www.cs.ox.ac.uk/activities/HCC/",
            "is_bookmarked": false,
            "tags": [
                "human centred computing",
                "responsible research and innovation",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Digital Wildfire project",
            "submitter_profile_id": 162,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Digital Wildfire project",
                    "profile_id": 162,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Human Centred Computing at the University of Oxford",
            "description": "The Human-Centred Computing (HCC) group is part of the Department of Computer Science at the University of Oxford. We carry out a range of interdisciplinary projects that explore the relationships between technology and social life. Much of our work seeks to advance safety, fairness and responsibility in innovation. \n\nCurrent projects look at social media, algorithmic bias and quantum computing. At the Science Fair group members will be on hand talk about these projects and provide you with information to take away with you. Looking forward to seeing you there!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Of interest to anyone who'd like to hear about current research work - in particular in relation to research the promotes safety and fairness online",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_100021.5899000000.jpeg",
            "created": "2017-10-25T10:00:21.589335Z",
            "moderation_state": 3
        }
    ]
}