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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=issues&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=issues&page=29",
    "results": [
        {
            "id": 1058,
            "content_url": "https://github.com/peoplenarthax/chromosome-js",
            "is_bookmarked": false,
            "tags": [
                "javascript",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Angel Paredes",
            "submitter_profile_id": 2032,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Angel Paredes",
                    "profile_id": 2032,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChromesomeJS",
            "description": "A small library to help people develop their own Genetic Algorithms.",
            "get_involved": "People can contribute in many ways, giving feedback, contributing as coders or helping to document the project and create examples",
            "get_involved_url": "https://github.com/peoplenarthax/chromosome-js",
            "interest": "ChromosomeJS help people not only develop Genetic Algorithms, but it also aims to spread knowledge to those who are curious",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-14T07:20:55.646292Z",
            "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": 495,
            "content_url": "https://www.cs.ox.ac.uk/activities/HCC/",
            "is_bookmarked": false,
            "tags": [
                "human centred computing",
                "responsible research and innovation",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Digital Wildfire project",
            "submitter_profile_id": 162,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Digital Wildfire project",
                    "profile_id": 162,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Human Centred Computing at the University of Oxford",
            "description": "The Human-Centred Computing (HCC) group is part of the Department of Computer Science at the University of Oxford. We carry out a range of interdisciplinary projects that explore the relationships between technology and social life. Much of our work seeks to advance safety, fairness and responsibility in innovation. \n\nCurrent projects look at social media, algorithmic bias and quantum computing. At the Science Fair group members will be on hand talk about these projects and provide you with information to take away with you. Looking forward to seeing you there!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Of interest to anyone who'd like to hear about current research work - in particular in relation to research the promotes safety and fairness online",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_100021.5899000000.jpeg",
            "created": "2017-10-25T10:00:21.589335Z",
            "moderation_state": 3
        },
        {
            "id": 1051,
            "content_url": "http://grisglobal.org",
            "is_bookmarked": false,
            "tags": [
                "#grisglobal",
                "#mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Samuel Osei Mensah",
            "submitter_profile_id": 1982,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Lily Edinam Botsyoe",
                    "profile_id": 2000,
                    "is_active": true
                },
                {
                    "name": "Samuel Osei Mensah",
                    "profile_id": 1982,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Global Repository for Internet Studies",
            "description": "The Global Repository for Internet Studies is a collaborative space that aims to foster studies on Internet issues especially Internet policies through an all inclusive approach providing resources in forms that is understood and accessed by everyone. As the largest Internet repository, we serve as a hub for verification among other Internet related issues that needs authentication like Fake news, cyber security, fake photographs and images, etc.",
            "get_involved": "Help us create an App, scout country-based volunteers to gather internet issues and resources for the benefit of the public",
            "get_involved_url": "http://grisglobal.org/volunteer/",
            "interest": "We are working open to provide a unique way of giving users the space to contribute to making the Internet a better tool while connecting the next billion",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-02_174346.3710370000.jpg",
            "created": "2019-03-02T17:43:46.370535Z",
            "moderation_state": 3
        },
        {
            "id": 1418,
            "content_url": "https://medium.com/@Mozfest/arts-culture-at-mozfest-2019-9301eb72dda6",
            "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": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Arts & Culture at MozFest 2019",
            "description": "A post about the Arts & Culture offerings at MozFest 2019.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-11_210139.0669060000.png",
            "created": "2019-10-28T21:01:39.066362Z",
            "moderation_state": 3
        },
        {
            "id": 1422,
            "content_url": "http://cs.brown.edu/news/2019/09/04/brown-cs-makes-responsible-computer-science-integral-part-its-undergraduate-program/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "education",
                "ethics",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Brown CS Makes Responsible Computer Science Integral Part Of Undergrad Program",
            "description": "In the last few years, the department has started to offer a number of courses that exclusively address the ethical and societal impact of CS. These include Cybersecurity Ethics (new this fall); Data, Ethics and Society; and CS for Social Change. While these courses allow students to explore these subjects in depth, Brown CS felt it was important to cover ethical and societal issues in as many courses as possible and as frequently as possible.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Responsible Computer Science, Ethics, Computing",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-13_000720.6714460000.jpg",
            "created": "2019-10-13T00:07:20.671076Z",
            "moderation_state": 3
        },
        {
            "id": 276,
            "content_url": "https://github.com/aletheia-foundation/admin",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "2018",
                "blockchain",
                "eLifeopensciencesoapbox",
                "global sprint",
                "gs2017",
                "mozfest",
                "mozsprint",
                "open access",
                "open leadership zone",
                "open science",
                "publishing"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Create content"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kade Morton",
                    "profile_id": 131,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Aletheia",
            "description": "As a decentralised open-access scientific journal, Kade would like Aletheia to be an alternative option for academic publishing. It is managed directly by the community through a decentralised autonomous organisation (DAO) with no single point of control. The database is stored across many peers to provide security — think of it as a peer to peer (P2P) publishing platform and database all rolled into one. Aletheia is being built for any academic and rigorous content, it's not domain-specific.",
            "get_involved": "Kade is looking for people experienced with academic publishing, researchers with content, and people with expertise to review content. Also needs help building the platform and the community around it. Contribute on GitHub or reach out to Kade by email ([email protected]).",
            "get_involved_url": "https://github.com/aletheia-foundation",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_175050.3496070000.jpg",
            "created": "2017-05-12T06:16:32.704235Z",
            "moderation_state": 3
        },
        {
            "id": 1050,
            "content_url": "https://medium.com/mozilla-festival/what-makes-a-great-mozilla-festival-session-529dff105185?source=your_stories_page---------------------------",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Sarah Allen",
            "submitter_profile_id": 89,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Allen",
                    "profile_id": 89,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog- what makes a great MozFest session",
            "description": "I wanted to share some great examples of sessions and their proposal text from previous festivals to encourage more people to submit an idea, and to help those still editing their proposals.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Participatory projects and faciliation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-01T16:25:19.527154Z",
            "moderation_state": 3
        },
        {
            "id": 1416,
            "content_url": "https://internethealthreport.org/2019/readinglist/esther-mwema/",
            "is_bookmarked": false,
            "tags": [
                "IHR",
                "internet freedom",
                "internet health"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Esther Mwema",
            "submitter_profile_id": 1761,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Esther Mwema",
                    "profile_id": 1761,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Reading List by Esther Mwema - Internet Health Report",
            "description": "The internet is a futuristic concept happening at present — that is, we are living in the future. A world of all possibilities.\n\nMy reading list focuses on Internet Freedoms because as we try to ‘manage’ the internet as it evolves, we begin to witness more surveillance, censorship and digital rights abuses. \n\nThis is a world where the privileged few are trying to control the narrative just as it was before the internet was accessible to half the world's population. \n\nFreedom online, reflects freedom offline.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Internet Health Report",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-10-07T11:32:09.532392Z",
            "moderation_state": 3
        },
        {
            "id": 491,
            "content_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "is_bookmarked": false,
            "tags": [
                "gaming",
                "html5",
                "learn javascript",
                "mozfest",
                "open leadership zone",
                "open web",
                "web games"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Mick Chesterman",
            "submitter_profile_id": 154,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Luke Pacholski",
                    "profile_id": 147,
                    "is_active": true
                },
                {
                    "name": "Mick Chesterman",
                    "profile_id": 154,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sharing Resources for Making Webgames",
            "description": "Let’s make “Web Games to Change the World”. This project is a network of people to support issue-based, computer club activities to make web games. Together we are creating a hub of resources to help this happen in Mozilla Clubs and beyond.",
            "get_involved": "Coders - could you write simple JS games (especially using the phaser library), join our network of Mentors, share JS game resources on our wiki.   Educators, please share on creative coding exploring web and justice issues. Everyone, come to our workshop called Digital Braves at Moz Fest!",
            "get_involved_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "interest": "We hope that those involved in Mozilla Clubs and Developers who like coding for fun can come together to build a resource of fun, remixable games written in javascript and linked playful activities that help us explore the web, global issues and learn to code at the same time.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_153257.5715450000.png",
            "created": "2017-10-24T15:32:57.571188Z",
            "moderation_state": 3
        },
        {
            "id": 1417,
            "content_url": "https://www.mozillafestival.org/en/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Want to Help Us Write A Book About MozFest?",
            "description": "In celebration of the first 10 years of MozFest we’re writing a book and we want your voice to be a part of it!  Come to MozFest Oct 25-27 in London and look for our booth “How to MozFest”.  Pick up the first version (it’s free!) and contribute your stories, tips, and ideas for how YOU MozFest as part of the final version coming out in 2020!",
            "get_involved": "Buy your tickets now to join us at MozFest and lend your voice to the book!",
            "get_involved_url": "https://www.mozillafestival.org/en/",
            "interest": "The first version will ONLY be available at the 2019 MozFest and while there you can share your story to be part of the second version!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-08_174806.4762080000.jpg",
            "created": "2019-10-08T17:48:06.475466Z",
            "moderation_state": 3
        },
        {
            "id": 488,
            "content_url": "https://www.whitemarketpodcast.co.uk",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Rute Correia",
            "submitter_profile_id": 152,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rute Correia",
                    "profile_id": 152,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "White Market Podcast",
            "description": "White Market Podcast is an open podcast about free music and free culture. The show advocates for digital rights and often features movements like open source and copyleft.",
            "get_involved": "Remix everything! Create blog posts, do interviews and other features, create cool coding things and attend WMP's session at Mozfest: Open Radio, Open Minds.",
            "get_involved_url": "https://github.com/WhiteMarketPodcast/whitemarketpodcast-repo",
            "interest": "WMP tries to raise awareness on copyright, digital rights and other issues. If you're the activist-type for open web, this is a good oportunity to get hands on and create content around your specific cause. If you're looking for information about these topics, WMP is good and reliable source.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_140200.0896190000.jpg",
            "created": "2017-10-24T14:02:00.089012Z",
            "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": 1110,
            "content_url": "https://www.facebook.com/lwiiyo/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "collaboration",
                "community building",
                "digital literacy",
                "open source",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Alumanda Shakankale",
            "submitter_profile_id": 1935,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alumanda Shakankale",
                    "profile_id": 1935,
                    "is_active": true
                },
                {
                    "name": "John Griffiths",
                    "profile_id": 1869,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lwiiyo Community Literacy Initiative",
            "description": "A Community Literacy Initiative focused on increasing Computer Literacy within our communities, by so doing bridging the digital divide.",
            "get_involved": "We would like to have regular trainings and for that we need material and trainings. Help us by becoming a trainer (trainings can be done online) or with material or links to material that is ICT related.",
            "get_involved_url": "https://github.com/lwiiyo/LwiiyoCommunityLiteracyInitiative",
            "interest": "We plan to reduce the gap between theoretic learning and hands-on experience by delivering open source project based trainings that will better equip students pursuing careers in the ICT sector of Zambia",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-15_041453.0094810000.jpg",
            "created": "2019-04-15T04:14:53.008703Z",
            "moderation_state": 3
        },
        {
            "id": 487,
            "content_url": "https://github.com/trallard/Coding-foundation",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content"
            ],
            "published_by": "Tania R Allard",
            "submitter_profile_id": 151,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tania R Allard",
                    "profile_id": 151,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coding Foundation",
            "description": "Coding foundation is an open source initiative aiming to increase the numbers of women and queer individuals in undergraduate courses related to computer science and associated tech areas.",
            "get_involved": "We want people interested in sharing their stories as someone in the tech/computer science community, or encourage others to do so. We also need help to curate lists of online resources for gals willing to start a career in computer science or tech",
            "get_involved_url": "https://github.com/trallard/Coding-foundation",
            "interest": "This project is focused on increasing tech diversity because we believe more diverse communities produce better projects",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_084444.5887900000.png",
            "created": "2017-10-24T08:44:44.588418Z",
            "moderation_state": 3
        },
        {
            "id": 68,
            "content_url": "https://www.discoverdesign.org/challenges/minecraft-challenge-redesign-public-space",
            "is_bookmarked": false,
            "tags": [
                "challenge",
                "community",
                "hive",
                "minecraft"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MINECRAFT CHALLENGE: Redesign A Public Space",
            "description": "Make a great public space in Minecraft. This challenge is to design a space that promotes social interaction and a sense of community.",
            "get_involved": "https://www.discoverdesign.org/help",
            "get_involved_url": "https://www.discoverdesign.org/contact",
            "interest": "A fun way to explore the dynamics of civic spaces in an active and interactive way. Try on Thimble here: https://thimbleprojects.org/ginagrant/95757/#overview",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/68.png",
            "created": "2016-10-07T18:56:17.893000Z",
            "moderation_state": 3
        },
        {
            "id": 1427,
            "content_url": "https://github.com/twintproject/twint-utils",
            "is_bookmarked": false,
            "tags": [
                "data scie",
                "open-source",
                "osint",
                "social media",
                "twitter"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open-source Twitter Mutual Followers Detector",
            "description": "My \"mufos\" detector was accepted into the open-source Twitter OSInt platform Twint. Ideally this simple code snippet could be used in larger pipelines of data analysis. I also made a non-coder friendly version if you're curious who the mutuals are of a given account but don't know how to run code. https://colab.research.google.com/drive/1AOXQxkOWbq7KEHWVBRiOrYhTOSg3QTqq",
            "get_involved": "If you want to contribute, please contribute other projects to the Twint-utils project.",
            "get_involved_url": "https://github.com/twintproject/twint-utils",
            "interest": "Social media analysis",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-16_213853.5949020000.JPG",
            "created": "2019-10-16T21:38:53.594549Z",
            "moderation_state": 3
        },
        {
            "id": 485,
            "content_url": "http://squadbox.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "online harassment",
                "open leadership zone",
                "open source"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Design"
            ],
            "published_by": "Kaitlin Mahar",
            "submitter_profile_id": 136,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Kaitlin Mahar",
                    "profile_id": 136,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Squadbox: A Tool To Combat Online Harassment Using Friendsourced Moderation",
            "description": "Squadbox is a tool to help people experiencing online harassment by having their friends moderate their messages.",
            "get_involved": "We are looking for people to contribute to the codebase, to help us design and improve the website, to help us gather resources for our potential users, and to test the tool and give us their feedback.",
            "get_involved_url": "https://github.com/amyxzhang/squadbox",
            "interest": "Online harassment silences internet users, causes emotional damage, and makes it harder for people to communicate. We cannot have a truly inclusive internet unless we develop effective solutions to combat harassment.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_030842.4286210000.png",
            "created": "2017-10-24T03:08:42.428243Z",
            "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": 153,
            "content_url": "https://www.youtube.com/watch?v=pO-brBVRyN8&index=12&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Algorithmic Spiral of Silence",
            "description": "Zeynep Tufekci is a professor and author specializing in the intersection of technology and society. She spoke at MozFest 2016 about social media platforms, inclusion and exclusion online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193614.6556290000.jpg",
            "created": "2017-02-09T15:10:38.368000Z",
            "moderation_state": 3
        },
        {
            "id": 1381,
            "content_url": "https://medium.com/mozilla-festival/using-games-to-re-imagine-a-healthier-internet-together-cb5472bf7462",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "games",
                "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": [],
            "entry_type": "base",
            "title": "Using games to re-imagine a healthier internet together",
            "description": "A blog post about how games, play, and movement-building meet at MozFest 2019.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-01_210940.2875690000.jpg",
            "created": "2019-10-01T21:09:40.273833Z",
            "moderation_state": 3
        },
        {
            "id": 482,
            "content_url": "http://sciencefair-app.com",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "open science",
                "publishing",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Richard Smith-Unna",
            "submitter_profile_id": 140,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Richard Smith-Unna",
                    "profile_id": 140,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ScienceFair",
            "description": "A decentralised science library where research papers come to life.",
            "get_involved": "",
            "get_involved_url": "https://github.com/codeforscience/sciencefair",
            "interest": "ScienceFair redesigns scientific publishing from the ground up to be open, decentralised, and fair.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_125819.9845250000.png",
            "created": "2017-10-22T12:58:19.984120Z",
            "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": 481,
            "content_url": "https://github.com/meghanlazier/opposite-troll",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "open leadership zone",
                "trolling"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Meghan Lazier",
            "submitter_profile_id": 145,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Meghan Lazier",
                    "profile_id": 145,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What's the Opposite of a Troll?",
            "description": "Help us attempt to name, recognize and celebrate the behavior online that’s at the opposite end of the spectrum of how a troll behaves. We want to make altruism online a part of our vocabulary.",
            "get_involved": "We’re on a mission to do two things: 1.) Crowdsource names for the anti-troll. What is one word that we can use to identify the opposite of a troll? 2.) Curate and share online content and interactions that exemplifies the type of behavior, interactions and spirit of we want to see online.",
            "get_involved_url": "https://github.com/meghanlazier/opposite-troll",
            "interest": "Why should you care? Because Internet users cannot currently name the opposite of a troll in one word. It’s much easier to identify and name the behavior we don’t want to see online, versus the behavior we do. This is a problem because it’s difficult to talk about what we can’t name.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_034245.1540930000.jpg",
            "created": "2017-10-22T03:42:45.153698Z",
            "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": 268,
            "content_url": "https://github.com/ipsha21/altruism-in-tech",
            "is_bookmarked": false,
            "tags": [
                "diversity",
                "gender",
                "global sprint",
                "inclusion",
                "mentor",
                "tech",
                "women"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Altruism in Tech",
            "description": "The project is designed to help and guide people in tech who have lost their way, or find it difficult to start in the first place. The idea is to make the tech industry more inclusive and welcoming for a diverse set of people, by connecting them to a mentor, over internet for a call. The aim is to create a portal where interested Mozilla employees can volunteer by making themselves available for a one-on-one meeting, with a newcomer seeking help in their area of expertise.",
            "get_involved": "",
            "get_involved_url": "https://github.com/ipsha21/altruism-in-tech",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-05-10T16:43:07.471608Z",
            "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": 267,
            "content_url": "https://www.slideshare.net/Amirad/girls-in-ict-day-2017-un-women-and-empower-women-panel",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "empower women",
                "gender",
                "girls in ict day",
                "ict",
                "learning environment",
                "safe space",
                "space",
                "un women",
                "web literacy",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Developing Inclusive Learning spaces for Girls",
            "description": "To celebrate the International Girls in ICT Day I was asked by UN Women's Empower Women group to discuss how we can bridge the gender gap for girls in ICT. Through my work, we're learning how to create more inclusive learning spaces for women and girls that can help them succeed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-09_170355.5250580000.png",
            "created": "2017-05-09T17:03:55.524550Z",
            "moderation_state": 3
        },
        {
            "id": 1379,
            "content_url": "https://medium.com/mozilla-festival/wrangler-round-up-leena-haque-c798975686e7",
            "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": "Leena Haque",
                    "profile_id": 2342,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Leena Haque",
            "description": "A chat with MozFest 2019 Wrangler Leena Haque.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-27_185946.9872540000.png",
            "created": "2019-09-27T18:59:46.986831Z",
            "moderation_state": 3
        },
        {
            "id": 66,
            "content_url": "http://inpoints.org/index.php/category/project-us-series/",
            "is_bookmarked": false,
            "tags": [
                "design",
                "fashion",
                "hive",
                "journalism",
                "music",
                "teen"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "PROject US",
            "description": "Inpoints (http://inpoints.org/) is proud to present a special series on PROject US, a fashion, music, and media program in Chicago – Learning to Make and Make It",
            "get_involved": "Learn more by visiting the Hive Chicago portfolio page.",
            "get_involved_url": "http://hivechicago.org/portfolio/project-us/",
            "interest": "PROjectUS (http://www.pro-jectus.org/) is an initiative for young adults between the ages of 13 – 23 designed to build fashion design, music production, and new media journalism skills.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:25:18.609000Z",
            "moderation_state": 3
        },
        {
            "id": 477,
            "content_url": "https://blog.mozilla.org/berlin/en",
            "is_bookmarked": false,
            "tags": [
                "communication",
                "community",
                "Mozilla Berlin"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Cathleen Berger",
            "submitter_profile_id": 109,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Berlin moves to a new office - and a new page",
            "description": "Last week Mozilla Berlin officially moved into a new office space in Berlin-Kreuzberg. To celebrate this move we also launched a new website offering you a glimpse into our space, upcoming events, and of course the people, who work here. Have a look and please stop by to say hi in person, should you happen to be in Berlin!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_143718.9007580000.jpg",
            "created": "2017-10-20T14:37:18.900363Z",
            "moderation_state": 3
        },
        {
            "id": 266,
            "content_url": "https://elidron.github.io/womenobservatory/",
            "is_bookmarked": false,
            "tags": [
                "gender",
                "mexico",
                "spanish",
                "web literacy",
                "women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Observatorio para la mujer de habilidades digitales (women observatory in Mexico)",
            "description": "El observatorio de habilidades digitales para la mujer es un proyecto abierto y colaborativo de diferentes comunidades y organizaciones en México y LATAM que parte de la necesidad de cerrar la Brecha Digital de género, mejorar las habilidades digitales y brindar oportunidades de desarrollo profesional y personal a las mujeres.",
            "get_involved": "",
            "get_involved_url": "https://github.com/elidron/womenobservatory",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-09_165025.9143090000.png",
            "created": "2017-05-09T16:50:25.913771Z",
            "moderation_state": 3
        },
        {
            "id": 1382,
            "content_url": "https://medium.com/mozilla-festival/mozfest-in-spaaaaaace-45f3405edc3",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019",
                "youth-led",
                "youthzone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Joseph Thomas",
                    "profile_id": 3179,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest in SPAAAAAAAACE: Youth Zone 2019",
            "description": "A blog post about the Youth Zone at MozFest 2019",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-03_001301.7994870000.jpeg",
            "created": "2019-10-03T00:13:01.798618Z",
            "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": 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": 1378,
            "content_url": "https://medium.com/mozilla-festival/join-us-for-a-week-of-networking-collaboration-at-mozfest-house-21-26-october-6f33371ceffb",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "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": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Join us for a week of networking & collaboration at MozFest House, 21–25 October",
            "description": "A post about events at 2019's MozFest House.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-27_003807.7964430000.jpg",
            "created": "2019-09-27T00:38:07.795657Z",
            "moderation_state": 3
        },
        {
            "id": 475,
            "content_url": "https://blog.datproject.org/tag/science/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "DAT",
            "description": "Posts about our work with scientists, librarians, and others who want to use Dat to manage and publish research data.",
            "get_involved": "Reach out to Danielle or check out the website to learn how to get involved",
            "get_involved_url": "https://dat.land/",
            "interest": "DAT is an open source project that has now spun into several different forked projects, many related to Open Science and Open Research.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-19_201154.7016430000.png",
            "created": "2017-10-19T20:11:54.701159Z",
            "moderation_state": 3
        },
        {
            "id": 471,
            "content_url": "https://medium.com/@amina_fazlullah/bringing-broadband-to-the-unconnected-b6cb759547d2",
            "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": "Blog: Bringing Broadband to the Unconnected",
            "description": "Mozilla Tech Policy Fellow Amina Fazlullah writes about the need to connect the unconnected.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-17_162330.4883370000.png",
            "created": "2017-10-17T16:23:30.487656Z",
            "moderation_state": 3
        },
        {
            "id": 152,
            "content_url": "https://fakenews.open-austin.org/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "fake news",
                "hive",
                "media",
                "misinfocon"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mission Information, Fighting Fake News w/ Hive Austin",
            "description": "Fake the News is a Mozilla supported project from Hive Austin to help educators and teens evaluate online news for credibility and trust to strengthen their communities’ resilience to Fake News. The core team recently traveled to Misinfocon at MIT Media Lab.",
            "get_involved": "Fake the News is an open source project hosted on GitHub. We're looking for contributing developers to help build a web app, educators to pilot test and iterate the curriculum, and experts in the field to inform the content.",
            "get_involved_url": "https://fakenews.open-austin.org/",
            "interest": "Fake News is the key Internet Health indicator of our time. It is a uniquely web literacy phenomena, a digital inclusion paradox and a decentralization conundrum. This multi-disciplinary, open-source project leverages key Mozilla staff and our broad networks extending well beyond Austin.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-02-28T18:28:46.862000Z",
            "moderation_state": 3
        },
        {
            "id": 470,
            "content_url": "https://github.com/NEXMAP/odom_MozFest2017",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Design"
            ],
            "published_by": "Elisabeth Sylvan",
            "submitter_profile_id": 135,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data/Open Minds",
            "description": "Open Data/Open Minds (ODOM) supports communities to tell the stories of their local environmental and civic concerns using science journaling, crafted visualization, and data investigation.",
            "get_involved": "help us design and/or develop our narrative--stats tool, suggest datasets to use and how people could use them, provide feedback on our curriculum!",
            "get_involved_url": "https://github.com/NEXMAP/odom_MozFest2017",
            "interest": "We are getting laypeople and young people using open data and open science resources through maker activities. How great is that?",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_212107.1208640000.png",
            "created": "2017-10-16T21:21:07.120552Z",
            "moderation_state": 3
        },
        {
            "id": 150,
            "content_url": "https://eraseallkittens.com/",
            "is_bookmarked": false,
            "tags": [
                "cute"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Erase All Kittens",
            "description": "An online platform game that teaches youth to code and create on the web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's fun because you hack the game levels, writting HTML and CSS in order to complete the game.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/150.jpg",
            "created": "2016-01-01T19:35:31Z",
            "moderation_state": 3
        },
        {
            "id": 65,
            "content_url": "http://hivechicago.org/celebrating-chiteen-lit-fest-chicagos-first-literary-festival-for-teens-by-teens/",
            "is_bookmarked": false,
            "tags": [
                "hive",
                "literary",
                "teen"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Celebrating ChiTeen Lit Fest",
            "description": "Chicago’s first literary festival for teens by teens. A collaboration of Hive Chicago Learning Network organizations.  Here's a recap.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The Chicago Teen Lit Fest aims to provide a safe and creative space for young adults to unlock and discover their unique voice through literary arts. The ChiTeen Lit Fest (https://chiteenlitfest.org/) is brought to you by Chicago Public Library, Columbia College Chicago, Poetry Foundation, UIC-College of Education, After School Matters, Center for College Access and Success, Allstate, Jewel Catering, Chicago Tribune, and Kuumba Lynx. This event is supported by the Chicago Public Library Foundation and the Hive Chicago Fund for Connected Learning at the Chicago Community Trust.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:38:54.661000Z",
            "moderation_state": 3
        },
        {
            "id": 469,
            "content_url": "https://medium.com/@mkopel/badging-at-ala-2017-in-practice-3b4929ee23e4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Badging with Librarians at ALA 2017",
            "description": "I had the opportunity to share out some of the work I and my fellow Web Literacy Leaders have been working on over the last year at the 2017 ALA Annual Conference in Chicago in June. The panel, “Implementing Gamified Assessment and Badges: A Practical Guide” (recording is available) looked at ways libraries could build these tools into existing programs. Each of the three presenters (including myself) came at the subject from a different point of view. With over 100 librarians in the room at 830 a.m. that Monday morning, we knew right away that there was tremendous interest.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "open credentials with library staff",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_201957.2051070000.png",
            "created": "2017-10-16T20:19:57.204640Z",
            "moderation_state": 3
        },
        {
            "id": 263,
            "content_url": "https://mozillafoundation.github.io/atxwow0517/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "global sprint",
                "hive",
                "open leadership training",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Working Open Workshop Austin, TX",
            "description": "Mozilla hosted a miniature version of its Working Open Workshop (WOW) on May 8, 2017 for open community leaders in Austin, TX. This version pilots a train the trainer approach with the goal of supporting local leaders to run their own workshops customized for their community members.",
            "get_involved": "Check out the workshop details and materials on GitHub, then fork them to create your own WOW for your local community.",
            "get_involved_url": "https://github.com/MozillaFoundation/atxwow0517/",
            "interest": "You can run your own working open workshop!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-08_110032.7040260000.png",
            "created": "2017-05-08T11:00:32.703602Z",
            "moderation_state": 3
        },
        {
            "id": 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": 14,
            "content_url": "https://transvision.mozfr.org/",
            "is_bookmarked": false,
            "tags": [
                "localization"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transvision",
            "description": "Transvision is a specialized search engine to find localized strings of all Mozilla products and websites.",
            "get_involved": "Know PHP? Help us add new features!",
            "get_involved_url": "https://github.com/mozfr/transvision#transvision",
            "interest": "Improve translation quality of Firefox in your language",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-14T23:22:01.120000Z",
            "moderation_state": 3
        },
        {
            "id": 262,
            "content_url": "https://github.com/Open-Data-Science-at-SIO/RRROBOTS",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "RRROBOTS",
            "description": "Many scientists would like to adopt better habits for reproducible research. With Reproducible Research in R for Ocean Biosciences (RRROBOTS) our focus is on developing some lessons in doing that for scientific computing, and then teaching those lessons in a graduate-level course where students will reproduce results from existing publications.",
            "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/Open-Data-Science-at-SIO/RRROBOTS",
            "interest": "This seminar course is aimed at graduate students who have completed introductory classes in statistics and programming and are thinking about data analyses for their thesis projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_150947.1216750000.png",
            "created": "2017-05-05T15:09:47.121066Z",
            "moderation_state": 3
        },
        {
            "id": 1377,
            "content_url": "https://medium.com/@mhzfoundation/mhz-curationist-opening-cultures-together-or-mhz-curationist-collaboratively-framing-the-world-3a3c10020f9b",
            "is_bookmarked": false,
            "tags": [
                "arts",
                "content",
                "creative commons",
                "culture",
                "curation",
                "curationist",
                "global",
                "mhz foundation",
                "mozfest",
                "mozfest2019",
                "open knowledge",
                "public domain"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "MHz Foundation",
            "submitter_profile_id": 3117,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "MHz Foundation",
                    "profile_id": 3117,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MHz Curationist: Collaboratively Framing the World We Share",
            "description": "As AI amps up, this new global arts and culture site doubles down on human power to drive collaborative content creation and make significant strides in the open knowledge movement.",
            "get_involved": "Will you be at MozFest 2019? The MHz Curationist team looks forward to meeting like-minded individuals to talk collaboration and what's next in the open knowledge space and beyond. \n\nVisit us at curationist.org and let us know what user experience upgrades you would like to see in Version 2.0.",
            "get_involved_url": "http://curationist.org/join-us/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_230327.6783840000.png",
            "created": "2019-09-25T23:03:27.677569Z",
            "moderation_state": 3
        }
    ]
}