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=-get_involved&page=2
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=-get_involved&page=3",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-get_involved",
    "results": [
        {
            "id": 563,
            "content_url": "https://securedrop.org/news/securedrop-05-released",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Freddy Martinez",
            "submitter_profile_id": 252,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "SecureDrop Internationalization",
            "description": "The newest release of SecureDrop, an anonymous whistle-blowing platform, now supports multiple languages.",
            "get_involved": "We need users to help us translate SecureDrop into even more languages!",
            "get_involved_url": "https://weblate.securedrop.club/projects/securedrop/securedrop/",
            "interest": "By supporting new languages, we can enable whistleblowers to connect with newsrooms in even more regions in the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-05_214453.4519900000.png",
            "created": "2017-12-05T21:44:53.451647Z",
            "moderation_state": 3
        },
        {
            "id": 642,
            "content_url": "http://pad.software-carpentry.org/lc-sprint-2018",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "automation",
                "data cleanup",
                "digital skills",
                "libraries",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Belinda Weaver",
            "submitter_profile_id": 404,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Belinda Weaver",
                    "profile_id": 404,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Library Carpentry Sprint",
            "description": "We are using this sprint to extend and update the existing Library Carpentry curriculum. We will use a combination of etherpad: http://pad.software-carpentry.org/lc-sprint-2018, repo:  https://github.com/data-lessons/librarycarpentry and chatroom https://gitter.im/LibraryCarpentry/Lobby to organise our work.",
            "get_involved": "We need people to work on existing lessons by  submitting pull requests,  raising issues for discussion/amendment against specific lessons, supporting others in the chatroom or via the daily catchups",
            "get_involved_url": "http://pad.software-carpentry.org/lc-sprint-2018",
            "interest": "Lots of people worldwide are interested in digital skills for librarians.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025033.6150630000.jpg",
            "created": "2018-03-21T02:01:42.764422Z",
            "moderation_state": 3
        },
        {
            "id": 932,
            "content_url": "https://storyengine.io/hive/",
            "is_bookmarked": false,
            "tags": [
                "hive nyc"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Christopher Lawrence",
            "submitter_profile_id": 1661,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Christine Prefontaine",
                    "profile_id": 1372,
                    "is_active": false
                },
                {
                    "name": "Lainie DeCoursy",
                    "profile_id": 55,
                    "is_active": true
                },
                {
                    "name": "Christopher Lawrence",
                    "profile_id": 1661,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive NYC StoryEngine \"Annotatathon \"",
            "description": "In partnership with PASE, Loup is facilitating a process of collective reflection and ideation around the last decade of Hive work. \nThis will include, celebrating Hive members and achievements, documenting and reflecting on what Hive has created, and generating ideas and recommendations around what’s next.",
            "get_involved": "We need more peoplen to Annotate the stories!",
            "get_involved_url": "https://docs.google.com/presentation/d/1oorgNBuqWrfZfrOMA2cHmf5lHIKpj5EnjG44P0UN9qA/edit#slide=id.g3d31860c8f_0_122",
            "interest": "Reflective youth development practitioners discussing their practice, connectivity and issues in the field.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-05T16:40:47.390887Z",
            "moderation_state": 3
        },
        {
            "id": 810,
            "content_url": "https://github.com/vuelaendron/vuela/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "drones",
                "mozsprint",
                "open hardware",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Proyecto Vuela",
            "submitter_profile_id": 1336,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Vuela: open science with drones",
            "description": "With Vuela we will prototype a toolkit for open science with drones, to be equally accessible to marginal communities, activists or researchers, and useful for studies or measurements for which this technology is already used but is dominated by closed source tools. This project builds upon available open source hardware and software, which will be integrated in an open, iterative, and collaborative process. Vuela is being possible thanks to a Mozilla Science 2018 mini-grant.",
            "get_involved": "We need a lot of help for this project! Luckily, there are many ways to contribute: with hardware, software, documentation, design, translation, and many more! To get started, take a look at our 'contributing' page and the list of open issues.",
            "get_involved_url": "https://github.com/vuelaendron/vuela/blob/master/CONTRIBUTING.md",
            "interest": "We believe our equal emphasis on the who, the how and the what is the most unique and exciting aspect of this project.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_004201.1164250000.jpg",
            "created": "2018-05-08T00:42:01.115778Z",
            "moderation_state": 3
        },
        {
            "id": 1675,
            "content_url": "https://docs.google.com/document/d/1iNPPgHO1bQFTey3U4G6LZ4pjb05iM0AyLGYA1We6W5c/edit?pli=1#heading=h.7qp0j5vxispp",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "#CovidCreativesToolkit",
            "description": "Built collaboratively with 30+ curators this toolkit contains free resources to support creative practitioners who need to go digital due to COVID-19.",
            "get_involved": "Welcoming more contributions and additional curators to help keep the resource up-to-date.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_184436.8182200000.jpg",
            "created": "2020-05-05T18:44:36.817592Z",
            "moderation_state": 3
        },
        {
            "id": 1625,
            "content_url": "https://sprint.elifesciences.org",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open research",
                "open research software",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action",
                "Join community"
            ],
            "published_by": "Emmy Tsang",
            "submitter_profile_id": 2873,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmy Tsang",
                    "profile_id": 2873,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "eLife Innovation Sprint 2020",
            "description": "September 2–3 in Cambridge, UK: we invite all developers, designers, researchers, data scientists, product technologists, policy specialists and more to join us to develop open technology solutions, to redefine the ways we share and do research.\n\nWe invite you to submit your project idea until Apr 13– more information about project scope, expected participants and roles on our website. Don’t have a project idea? Hold fire! The general application is open between April 27 and May 24.\n\nWe hope to provide travel and other support to all participants who otherwise won't be able to attend.",
            "get_involved": "We invite you to lead a team to develop an open prototype, contribute your design and devops skills, help mentor newcomers, and more!",
            "get_involved_url": "https://elifesci.org/sprint-2020",
            "interest": "This is an opportunity to use open web technologies to change research and drive forward open science.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-24_095054.2966970000.jpg",
            "created": "2020-03-24T09:50:54.296160Z",
            "moderation_state": 3
        },
        {
            "id": 271,
            "content_url": "https://authorcarpentry.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "curriculum",
                "global sprint",
                "gs2017",
                "libraries",
                "mozsprint",
                "open science",
                "software carpentry",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Author Carpentry",
            "description": "AuthorCarpentry is a set of open lessons designed to enhance scientific authorship and publishing in the digital age. Its aim is to promote and support best practices in open science and research communication.",
            "get_involved": "We enthusiastically welcome contributions of librarian and other research professionals.  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/AuthorCarpentry/planning/issues",
            "interest": "AuthorCarpentry lessons cover tools, workflows, practices, and skills that help researchers prepare, submit, and publish contributions that add value to an open scholarly record and invite others to adapt and build upon their work.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_161511.0813060000.jpg",
            "created": "2017-05-11T16:15:11.080793Z",
            "moderation_state": 3
        },
        {
            "id": 316,
            "content_url": "https://github.com/resbazaz/studyGroup",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Research Bazaar Arizona",
            "description": "ResBazAZ is a community of researchers from all fields and all levels of skill who want to use technology to further our data analysis and inquiry. Our goal is to make a collaborative space for researchers from different fields to collaborate and allow incredible research breakthroughs happen! For the Global Sprint, ResBazAZ is proud to announce that we are partnering with Atmosphere (CyVerse) and the University of Arizona libraries to work on several projects!",
            "get_involved": "We encourage you to join us June 1st and 2nd for #mozsprint and contribute to whichever project you find the most intriguing!",
            "get_involved_url": "https://github.com/resbazaz/studyGroup",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_202256.2882170000.png",
            "created": "2017-05-26T20:22:56.287577Z",
            "moderation_state": 3
        },
        {
            "id": 822,
            "content_url": "https://storyengine.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "design thinking",
                "mozsprint",
                "network mapping",
                "networks",
                "open research",
                "research"
            ],
            "issues": [],
            "help_types": [
                "Test & feedback",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Christine Prefontaine",
            "submitter_profile_id": 1372,
            "bookmark_count": 8,
            "related_creators": [
                {
                    "name": "Alecia Kuhl",
                    "profile_id": 6,
                    "is_active": true
                },
                {
                    "name": "Christopher Lawrence",
                    "profile_id": 69,
                    "is_active": true
                },
                {
                    "name": "Christine Prefontaine",
                    "profile_id": 1372,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "StoryEngine",
            "description": "StoryEngine is way to listen to and learn from the people who matter most to an organization. It can be used to do research, monitor or evaluate a program, generate learning, or facilitate grant reporting. It's an “engine” because it generates narrative assets that can be used to power communications and decision-making. Stories become tweets and blogs, get embedded into proposals, and connect collaborators. Story collections form datasets that can analyzed to inform strategy and design decisions. StoryEngine is especially powerful in contexts where building relationships and networks is key.",
            "get_involved": "We’d love feedback on documentation and help with communication design — especially visualizing the process. We also need advice on reducing the cost per interview and on developing deep listening learning curricula and participatory analysis workshops.",
            "get_involved_url": "https://github.com/LoupDesign/StoryEngine",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_150032.4770590000.png",
            "created": "2018-05-09T15:00:32.476345Z",
            "moderation_state": 3
        },
        {
            "id": 1211,
            "content_url": "https://welti.org.ng",
            "is_bookmarked": false,
            "tags": [
                "Business meets Technology"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Ifeoma Okonji",
            "submitter_profile_id": 2449,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Ifeoma Okonji",
                    "profile_id": 2449,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Executive Director WELTI(Mozilla Open Leader)",
            "description": "WELTI is a non-profit working open to empower young women within ages 14-30 on her pillars of Technology,Leadership,Education and Health. We enable our beneficiaries leverage technology for sustainable economic development by working open and driving digital inclusion to break certain stereotypes.",
            "get_involved": "We can be helped to plan some local event to reach more people.",
            "get_involved_url": "https://docs.google.com/forms/d/1LughzKWZIHM3wQ-lB6zSOianzEp-fyaMpNJd-xYYbuk/edit",
            "interest": "We believe that having created an online community of over 300 businesses,we can have more fresh ideas,contributors and partners to enable this scale and create more impact.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-06_062234.5376130000.jpg",
            "created": "2019-06-06T06:22:34.536908Z",
            "moderation_state": 3
        },
        {
            "id": 799,
            "content_url": "https://github.com/jcolomb/reagentsio_website",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open data",
                "open science"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Julien Colomb",
            "submitter_profile_id": 1314,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julien Colomb",
                    "profile_id": 1314,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reagents.io",
            "description": "We are working to create a way to easily report accurate and exhaustive information about materials in the scientific literature, for the good of all scholars and a increased reproducibilty of research. The \"reagent_table\" will use transfer information from the provider, the lab inventory and the experiment into one spreadsheet.",
            "get_involved": "We are starting, so we need any help you can provide !",
            "get_involved_url": "https://github.com/jcolomb/reagentsio_website",
            "interest": "let's build lab material standards and have it used in the lab and literature",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_090102.0096500000.jpeg",
            "created": "2018-05-04T09:01:02.009306Z",
            "moderation_state": 3
        },
        {
            "id": 1445,
            "content_url": "https://www.posse.community",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "olx",
                "openness",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Promote"
            ],
            "published_by": "Kara de la Marck",
            "submitter_profile_id": 2826,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kara de la Marck",
                    "profile_id": 2826,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "POSSE: People in Open Source Software & Engineering",
            "description": "POSSE is a peer mentorship programme that empowers OSS participants with skills in open leadership as well as practical knowledge and tools for building healthy, sustainable open source communities.The POSSE programme will cover principles in open leadership, open source licenses, metrics to measure community and project health, ways to grow your community, diversity and inclusion, and sustainability.",
            "get_involved": "We are recruiting for participants and experts for our first cohort to take place in 2020. Register your interest here:  https://docs.google.com/forms/d/e/1FAIpQLSfiKwvkc62_Wo4soOu7Ec71_vnr4Rgd0z2oQ_msjlmXmHLjow/viewform",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSfiKwvkc62_Wo4soOu7Ec71_vnr4Rgd0z2oQ_msjlmXmHLjow/viewform",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-23_151645.8198590000.jpeg",
            "created": "2019-10-23T15:16:45.819555Z",
            "moderation_state": 3
        },
        {
            "id": 42,
            "content_url": "https://github.com/snowwitje/remedi",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "medical research",
                "mozfest",
                "open health data",
                "open leadership f16"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "REMEDI Research Access",
            "description": "REMEDI provides medical researchers access to  smart  med device data from hundreds of hospitals, and offers a way for researchers to publish study results in the form of data-driven decision-support tools for the med professionals to use in their daily work to improve patient safety.",
            "get_involved": "We are looking to collaborate with open health data and health data privacy experts, patient safety groups, medical researchers and developers",
            "get_involved_url": "https://github.com/snowwitje/remedi",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/42.png",
            "created": "2016-10-28T22:18:51.480000Z",
            "moderation_state": 3
        },
        {
            "id": 45,
            "content_url": "http://www.carbonheroapp.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "carbon",
                "carbonhero",
                "climate",
                "co2",
                "environment",
                "footprint",
                "mozfest"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CarbonHero",
            "description": "CarbonHero is an app that lets people reduce their environmental impact by compensating carbon emissions of their daily activities.",
            "get_involved": "We are looking for testers who want to help us refining the offering. Additionally let us know if you want to connect your service to ours or if we can exchange data.",
            "get_involved_url": "http://www.carbonheroapp.com/contact/",
            "interest": "CarbonHero empowers people to take responsibility for their behavior and encourages to take action - either by emitting less or compensating for the activities that can't be avoided.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/45.png",
            "created": "2016-10-28T14:41:44.697000Z",
            "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": 489,
            "content_url": "https://www.webumenia.sk/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "art gallery",
                "gallery",
                "mozfest",
                "museTech",
                "museums",
                "openGLAM",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Philo van Kemenade",
            "submitter_profile_id": 153,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Philo van Kemenade",
                    "profile_id": 153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web umenia",
            "description": "Web umenia is an open platform to explore digitized art collections from public galleries and museums.",
            "get_involved": "we are looking for help to  1) Making it super simple to get started developing  2) publish more content like articles and collections in English  3) localize and translate  4) create a ‘living pattern library’",
            "get_involved_url": "https://github.com/SlovakNationalGallery/web-umenia-2/",
            "interest": "We are working with public art organisations to make their art accessible and explorable online so curious people around the world can learn more about works of art and the context they've been created in.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_144151.8979140000.jpg",
            "created": "2017-10-24T14:41:51.897518Z",
            "moderation_state": 3
        },
        {
            "id": 1124,
            "content_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/13",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fish Dreams",
            "description": "Longitudinal Tracking of Cognitive Impairment\n\nThis tool allows providers to track cognitive assessments for high-risk MCI patients. This open-source project is designed to provide a standardized modular environment for digital psychometric analysis. \n\nThe goal of this tool is to assist PCPs, Specialists, and Researchers obtain assessment data outside of the hospital environment at set frequencies. The software is not meant to replace existing providers, but provide additional data points to support a diagnosis.",
            "get_involved": "We are looking for full application support if it looks interesting? We are looking for experts and scientists working with cognitive assessments. We are looking for advisers to help support our first open source project.",
            "get_involved_url": "https://github.com/LifeSciHack/LifeSciHack2019/issues/13",
            "interest": "Open Science, Mozilla Mini Science Grant Project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_212143.3447970000.png",
            "created": "2019-04-25T21:21:43.344228Z",
            "moderation_state": 3
        },
        {
            "id": 462,
            "content_url": "http://falsifiable.us",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open leadership zone",
                "open science",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Ivo Jimenez",
            "submitter_profile_id": 129,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ivo Jimenez",
                    "profile_id": 129,
                    "is_active": true
                },
                {
                    "name": "Sina Hamedian",
                    "profile_id": 108,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Popper",
            "description": "Validating experimental results in research is time-consuming; it takes too long to recreate the environment where an experiment originally ran. Popper is a sound experimentation protocol rooted in best open source software practices. The Popper CLI tool aids practitioners in following the protocol and convention (for organizing files in a version-control repository), providing an easy way to implement experiments that are automatically re-executed and validated.",
            "get_involved": "We are looking for domain experts that might be willing to implement experiments following the convention and using our CLI tool. We also have a list of open issues on our github and welcome contributions of any kind",
            "get_involved_url": "http://github.com/systemslab/popper",
            "interest": "Popper allows practitioners (researchers, students) to make Open Science a reality. By following best DevOps practices taken from the Open Source Software (OSS) world, researchers get to work in the same way as OSS developers and contributors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_140811.2172810000.png",
            "created": "2017-10-11T22:08:02.079035Z",
            "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": 1104,
            "content_url": "https://orthogonal-research-lab.github.io/reproducibility-website/",
            "is_bookmarked": false,
            "tags": [
                "data management",
                "digital protocols",
                "FAIR data",
                "image reproducibility",
                "replication",
                "reproducibility",
                "reproducible analysis pipelines",
                "scientific record keeping"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Localize & translate",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Magdalena Julkowska",
            "submitter_profile_id": 2148,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "April Clyburne-Sherin",
                    "profile_id": 1820,
                    "is_active": true
                },
                {
                    "name": "Rintu Kutum",
                    "profile_id": 2149,
                    "is_active": true
                },
                {
                    "name": "Bradly Alicea",
                    "profile_id": 1928,
                    "is_active": true
                },
                {
                    "name": "Magdalena Julkowska",
                    "profile_id": 2148,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Reproducibility4Everyone",
            "description": "Rigor and reproducibility are at the core of modern science and set apart scientific\ninquiry from pseudoscience. Research that is not reproducible wastes resources and\naffects scientific careers, as negative or contrasting findings are less likely to be\npublished. To address this issue, we designed materials to train researchers from diverse backgrounds\nto adopt reproducible practices. Materials have already been used for in-person workshops\nat international conferences and at universities. Over 80% of workshop participants intended to incorporate tools from the workshop into their workflows.",
            "get_involved": "We are looking for contributions to the existing material, review of the material in preparation and involvement of the community members to organize and lead the Data Reproducibility workshops themselves.",
            "get_involved_url": "https://orthogonal-research-lab.github.io/reproducibility-website/",
            "interest": "We aim to increase literacy about available tools and practices for reproducibility and rigor by developing an interactive website.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-29_161442.1905860000.png",
            "created": "2019-03-29T16:14:42.189832Z",
            "moderation_state": 3
        },
        {
            "id": 44,
            "content_url": "http://www.localizationlab.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "circumvention",
                "digital security",
                "encryption",
                "internet freedom",
                "localisation",
                "localization",
                "mozfest"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Localization Lab",
            "description": "Localization Lab is a network of over 5,000 developers and volunteer translators collaborating to localize Internet freedom tools: technology that addresses security, privacy, anonymity, whistleblowing, circumvention issues, including training materials to support these tools.",
            "get_involved": "We are interested in growing our translator community as well as supporting other open source Internet freedom related projects. Let us know if you have a qualifying project or would like to contribute to translations!",
            "get_involved_url": "http://www.localizationlab.org/community/",
            "interest": "The projects that our community works on are open source technologies that help offer access to the open Internet to people around the globe and also help individuals keep their data secure. The encryption, circumvention and anonymity tools are as relevant as ever across all Internet users.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/44.png",
            "created": "2016-10-28T14:53:16.905000Z",
            "moderation_state": 3
        },
        {
            "id": 1118,
            "content_url": "https://www.openscapes.org/blog/2019/04/08/summit-reflections1/",
            "is_bookmarked": false,
            "tags": [
                "fellows"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "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 Champions Summit",
            "description": "In March 2019 I witnessed environmental scientists become champions for open data science when we brought the inaugural cohort of Openscapes Champions together for a summit in Santa Barbara, California. The summit was supported by Mozilla and hosted at the National Center for Ecological Analysis and Synthesis (NCEAS) with the purpose of building relationships, sharing lessons learned, and igniting collaborations. This is the first of several blogs, as an overview of the event and its outcomes.",
            "get_involved": "We are fundraising to lead additional cohorts of this program, any promotion can help! Thank you!",
            "get_involved_url": "https://www.openscapes.org/contact",
            "interest": "leading a successful in-person community building event to complement online program",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-19_180525.4895500000.jpg",
            "created": "2019-04-19T18:05:25.488950Z",
            "moderation_state": 3
        },
        {
            "id": 788,
            "content_url": "https://sohw.github.io",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "learning",
                "mozsprint",
                "openness",
                "webliteracy"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Fahima Zulfath",
            "submitter_profile_id": 511,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Fahima Zulfath",
                    "profile_id": 511,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Spread Open Healthy Web",
            "description": "SOHW is an open project which seeks to bring the culture of openness among people, to come forward and share their technical skills with diverse set of people. The project was designed to guide people with required learning materials to shine in a particular tech field. Usually the most set of material available via internet will be very efficient but newcomer may find it difficult to understand it at beginner level. We welcomes volunteers to share learning material (like what they learnt a small or big thing in simple words) with us,  that will help new comers to make an initial step.",
            "get_involved": "We are delighted to have your support. Share a learning material, Design a logo, review our documentation, go through the issues and help us fixing it, report us if anything weird. Join the community. For technical support have a look at SOHW wiki. Hearty Welcome!!!! Looking for you on SOHW :)",
            "get_involved_url": "https://github.com/SOHW/Blogs/blob/master/CONTRIBUTING.md",
            "interest": "SOHW is open, accessible, and friendly platform. Volunteers are always welcome to take action for any improvement.  Share your skills, let it help newcomer to begin. Are you a newcomer very curious to contribute, join us and we are here to guide you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-01_094752.7842820000.png",
            "created": "2018-05-01T09:47:52.783779Z",
            "moderation_state": 3
        },
        {
            "id": 424,
            "content_url": "https://github.com/Carotejada/native_club",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Carolina Tejada",
            "submitter_profile_id": 97,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carolina Tejada",
                    "profile_id": 97,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Native Club",
            "description": "This project aims to train leaders in indigenous communities located in Mexico, Ecuador, Colombia, Peru and México, with the skills they need to start producing and/or localizing websites, tools, and other type of digital content.\n\nAt the end we plan to consolidate a group of open web leaders who feel empowered to foster the movement within their communities.",
            "get_involved": "We are currently developing a web basics curriculum in Spanish. Modules are described in the Repo for contributions who are whiling to help with content, videos, images, ideas, etc.",
            "get_involved_url": "https://github.com/Carotejada/native_club",
            "interest": "Because it leverages the inclusion of one of the most underrepresented communities in the world, providing them with the skills and tools to take action and have a voice.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-29_191557.7074480000.jpg",
            "created": "2017-08-29T19:15:57.706519Z",
            "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": 572,
            "content_url": "https://github.com/libscie/profile-prototype",
            "is_bookmarked": false,
            "tags": [
                "Beaker Browser",
                "Dat",
                "open access",
                "p2p",
                "reproducibility"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Chris Hartgerink",
            "submitter_profile_id": 3135,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chris Hartgerink",
                    "profile_id": 3135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Decentralizing scholarly communication",
            "description": "Using the peer-to-peer Web protocol Dat (https://datproject.org) we are prototyping a new way of communicating research findings.",
            "get_involved": "We are always looking for new testers! We actively diversify our testing, so everyone's welcome (especially non white males from the overdeveloped countries)",
            "get_involved_url": "https://github.com/libscie/profile-prototype/issues/new",
            "interest": "This project connects developments in science and developments in Web infrastructure for the sustainability of both.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-22_100546.8905170000.png",
            "created": "2017-12-22T10:05:46.889766Z",
            "moderation_state": 3
        },
        {
            "id": 1917,
            "content_url": "https://www.onceuponatech.com/",
            "is_bookmarked": false,
            "tags": [
                "education",
                "literacy",
                "media literacy",
                "podcast",
                "technology"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Once Upon a Tech",
            "description": "Once Upon a Tech is a podcast highlighting people that are working and projects that are happening at the intersection of literacy and technology.",
            "get_involved": "We are always looking for guests who want to join us to share their passion/project at the intersection of tech and literacy!",
            "get_involved_url": "https://www.onceuponatech.com/about.html",
            "interest": "We are always looking for guests who want to join us to share their passion/project at the intersection of tech and literacy!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-18_121517.7988730000.png",
            "created": "2020-11-18T12:15:17.798231Z",
            "moderation_state": 3
        },
        {
            "id": 1780,
            "content_url": "https://moondisaster.org",
            "is_bookmarked": false,
            "tags": [
                "creativemedia20",
                "deepfake",
                "disinformation",
                "misinformation",
                "nixon",
                "synthetic media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Halsey Burgund",
            "submitter_profile_id": 4039,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Halsey Burgund",
                    "profile_id": 4039,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "In Event of Moon Disaster",
            "description": "In Event of Moon Disaster explores deepfake technology and its growing role in the misinformation ecosystem. We created an alternative history using a deepfake as well as “cheap fakes” with the intent of showing how they are created, how compelling they can be and how people can minimize the chances of being unduly influenced by them. We also intend to highlight that deepfake technology and all synthetic media has positive creative uses as well.",
            "get_involved": "We always appreciate thoughtful feedback on how best to communicate our message and love to hear more ideas for spreading the word.",
            "get_involved_url": "https://moondisaster.org",
            "interest": "Experience a compelling short film; learn about cutting edge deepfake technology; learn some methods for combatting misinformation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-28_183615.1123820000.jpg",
            "created": "2020-07-28T18:36:15.111833Z",
            "moderation_state": 3
        },
        {
            "id": 1680,
            "content_url": "https://selgebali.gitbook.io/opencider/",
            "is_bookmarked": false,
            "tags": [
                "#digital inclusion",
                "equity",
                "knowledge sharing",
                "open data",
                "open research"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Sara Elgebali",
            "submitter_profile_id": 2912,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sara Elgebali",
                    "profile_id": 2912,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenCider",
            "description": "OpenCider (Open Computational Inclusion and Digital Equity Resource):\n\n* A space for knowledge-sharing, advice, good practices, workflows, and a list of tools to facilitate computational training and big data analysis.\n* Guidelines and lessons learned from LMICs (low and middle-income countries).\n* Ideas for the development of accessible, adaptable technical solutions.\n* A community space for diverse open data and open research enthusiasts to connect and collaborate.",
            "get_involved": "Ways to support:\n* Design logo, artwork\n* Contribute to survey design\n* Add content/contributions on GitHub\n* Share and interact on social media\n*Help create simplified templates for checkin and check out for computational training events",
            "get_involved_url": "https://selgebali.gitbook.io/opencider/about/get-involved",
            "interest": "Inclusion in computational spaces enriches the open data community. In order to drive innovation and discovery we need to encourage participation, contribution and visibility of under-represented groups i.e. from low and middle income countries, in open data and open research discussions.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-07T13:36:52.045743Z",
            "moderation_state": 3
        },
        {
            "id": 651,
            "content_url": "https://learningspaces.dundee.ac.uk/future-dialogues/",
            "is_bookmarked": false,
            "tags": [
                "design",
                "ethics",
                "iot",
                "voice"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Martin Skelly",
            "submitter_profile_id": 64,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Future Dialogues. Whose voice will control the future?",
            "description": "This exhibition is the culmination of a nine week interdisciplinary project at the University of Dundee sponsored by the Mozilla Open IoT Studio. 17 teams of students from Level 2 Graphic Design, Product Design and Illustration were challenged to dream up future scenarios involving voice-enabled internet services. In this exhibition the students presented ideas which range from bright optimistic visions to dark dystopian forewarnings. We hope you enjoy reading about the projects as much as we have enjoyed working on the collaboration.",
            "get_involved": "Watch out for the publication going up online in the next few weeks",
            "get_involved_url": "",
            "interest": "17 projects exploring key issues in the voice ecosystem.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-26_184349.1973940000.jpg",
            "created": "2018-03-26T16:07:57.243825Z",
            "moderation_state": 3
        },
        {
            "id": 196,
            "content_url": "https://futurecameras.wordpress.com/about/",
            "is_bookmarked": false,
            "tags": [
                "djcad",
                "open iot"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Martin Skelly",
            "submitter_profile_id": 64,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Future Cameras",
            "description": "A teaching collaboration between DJCAD and Mozilla Foundation, over a hundred students were challenged to design future cameras as part of the Mozilla Open IoT Studio. The projects explore privacy, security, ethics, open innovation, decentralization and the ever changing relationship we have with our precious memories. Online and print publication coming soon - team process blogs are at: https://futurecameras.wordpress.com/team-blogs/\n\n(featured image: https://35mm2017.wordpress.com/)",
            "get_involved": "watch out for the print & online publication coming soon",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_103926.9902960000.jpg",
            "created": "2017-04-10T10:39:26.989642Z",
            "moderation_state": 3
        },
        {
            "id": 293,
            "content_url": "https://github.com/dasaderi/WhyNotOpenScience",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "science",
                "survey"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Why Not Open Science?",
            "description": "Open science refers to the entire scientific process, from developing an idea to publishing findings, being openly available for anyone to see. We want open science practices to be part of every researcher's workflow. The *Why Not Open Science?* project aims to develop a survey to help us find out about researchers' attitudes towards open science and learn about the barriers preventing them from carrying it out. Our goal is to distribute the survey to researchers all around the globe and then use the results to inform current open science training materials and institutional policies.",
            "get_involved": "Want to help? We will have a pilot survey ready for you to take and give us feedback on, as well as numerous other tasks. Check out our GitHub repository and join us for the #mozfest on June 1-2.",
            "get_involved_url": "https://github.com/dasaderi/WhyNotOpenScience/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_052715.0016060000.png",
            "created": "2017-05-22T05:27:15.000628Z",
            "moderation_state": 3
        },
        {
            "id": 967,
            "content_url": "https://netcollective.wordpress.com",
            "is_bookmarked": false,
            "tags": [
                "gender",
                "indigenous",
                "Internet Governance",
                "islands"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Renata Aquino Ribeiro",
            "submitter_profile_id": 1796,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Renata Aquino Ribeiro",
                    "profile_id": 1796,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Voices in internet governance from the Amazon and Caribbean",
            "description": "Join and collaborate on a digital collective for inclusion",
            "get_involved": "Volunteer to document the project, facilitate online events",
            "get_involved_url": "http://netcollective.wordpress.com",
            "interest": "Connect with indigenous population and Small Island Developing States",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-04_140759.0511650000.jpg",
            "created": "2018-12-04T14:07:59.050459Z",
            "moderation_state": 3
        },
        {
            "id": 476,
            "content_url": "https://www.prereview.org/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "Mozilla Open Leadership Project",
                "Mozilla Science Mini-Grant Awardee",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Sam Hindle",
            "submitter_profile_id": 141,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Hindle",
                    "profile_id": 141,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Preprint Journal Club Starter Kit",
            "description": "This project aims to develop resources to encourage the hosting of Preprint Journal Clubs at different research institutions around the world. The purpose of a Preprint Journal Club, in our opinion, would be to not only discuss research fresh out of the lab, but to provide an opportunity for early career researchers to develop their manuscript peer review skills, whilst also providing constructive feedback to the authors. We also hope that by introducing preprints into every-day lab practices, this project will promote the engagement of researchers with preprints.",
            "get_involved": "Volunteer to be a beta tester to test out our resources at a preprint journal club in your institution. Email us at [email protected]",
            "get_involved_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "interest": "Our project helps to promote Open Access and Open Science, and offers a complementary mechanism for science communication vs traditional publishing",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_003807.0782030000.png",
            "created": "2017-10-20T00:38:07.077499Z",
            "moderation_state": 3
        },
        {
            "id": 401,
            "content_url": "http://hivetoronto.org/cyberbullying-doesnt-end-school-year/",
            "is_bookmarked": false,
            "tags": [
                "ca.pture",
                "cyberbullying",
                "cybersecurity",
                "cyber violence",
                "digital inclusion",
                "digital literacy",
                "digital skills",
                "hive toronto",
                "thimble",
                "youth",
                "youth activism",
                "youth-led"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Flora Shum",
            "submitter_profile_id": 86,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Flora Shum",
                    "profile_id": 86,
                    "is_active": true
                },
                {
                    "name": "Simona Ramkisson",
                    "profile_id": 78,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cyberbullying Doesn’t End With The School Year, Ca.pture Media Release by Canadian Internet Registration Authority",
            "description": "With the school year coming to a close, it is a good reminder that cyberbullying among youth is a year-round concern. To combat it, Hive Toronto partnered with YWCA Toronto and Youth Empowering Parents (YEP) to develop the Ca.pture project,  a youth-driven digital storytelling program for educators designed to prevent, navigate and intervene in electronic bullying.\n“At CIRA we believe that all Canadians should be able to safely enjoy the cultural, social and economic benefits of the Internet. In this regard, combatting cyberbullying is a key way we are helping build a better online Canada.”",
            "get_involved": "Use the CA.pture portfolio page for resources in creating safe space and having better conversations about cyberbullying. In addition, utiliaze the facilitation guide to host your own Ca.pture workshops.",
            "get_involved_url": "http://hivetoronto.org/portfolio/ca-pture-project/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-04_153809.7869920000.jpg",
            "created": "2017-07-04T15:38:09.786451Z",
            "moderation_state": 3
        },
        {
            "id": 400,
            "content_url": "http://hivetoronto.org/coding-combat-cyber-bullying/",
            "is_bookmarked": false,
            "tags": [
                "ca.pture",
                "cyberbullying",
                "cyber violence",
                "digital inclusion",
                "digital literacy",
                "digital skills",
                "online privacy & security",
                "web literacy",
                "youth",
                "youth activism",
                "youth-led"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Flora Shum",
            "submitter_profile_id": 86,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Flora Shum",
                    "profile_id": 86,
                    "is_active": true
                },
                {
                    "name": "Simona Ramkisson",
                    "profile_id": 78,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coding to Combat Cyberbullying",
            "description": "Mozilla’s Youth-Led March Break Camp was designed by youth for youth. Youth from the Ca.pture Youth Council, along with facilitators from YWCA Toronto, YEP and Hive Toronto collaborated and developed the structure and curriculum for the camp. The goal was to have the youth create space, provide resources and teach basic coding skills and empower their peers through story-telling, group discussions and dialogue. \n \nThis article gives an in depth in sight to how the 3 day March Break Camp from outreach to findings.",
            "get_involved": "Use the CA.pture facilitation guide to host your own youth-led Ca.pture workshop.",
            "get_involved_url": "https://thimbleprojects.org/hivetorontoteam/191343/#overview",
            "interest": "A youth-driven digital storytelling program to capture cyberbullying stories from our city and to develop open-source digital skill building activities to empower youth to prevent, navigate and intervene in electronic bullying.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-04_151202.5457450000.jpg",
            "created": "2017-07-04T15:12:02.545465Z",
            "moderation_state": 3
        },
        {
            "id": 534,
            "content_url": "http://intermine.org",
            "is_bookmarked": false,
            "tags": [
                "biology",
                "genomics",
                "open science",
                "open source",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "InterMine",
            "description": "InterMine is an open source project to integrate various biological data sources and makes it easy to query the data via a website or using an API.",
            "get_involved": "User testing, picking up issues, promoting us to people in biology",
            "get_involved_url": "https://github.com/intermine/intermine",
            "interest": "Successful open source scientific software that has been around since 2002.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-31_140534.8601690000.png",
            "created": "2017-10-31T14:05:34.855905Z",
            "moderation_state": 3
        },
        {
            "id": 553,
            "content_url": "https://github.com/rissom/unidaplan",
            "is_bookmarked": false,
            "tags": [
                "AngularJS",
                "eLifeopensciencesoapbox",
                "ELN",
                "Java",
                "mozfest",
                "open science",
                "open source",
                "PostgreSQL",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Thorsten Rissom",
            "submitter_profile_id": 238,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Thorsten Rissom",
                    "profile_id": 238,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unidaplan",
            "description": "Unidaplan (\"You need a plan\") is an open source sample management software. This software is made for scientists who need to manage their samples, plan experiments and do processes on them. The tool allows you to plan experiments and track progress, as well as search for samples with specific properties.",
            "get_involved": "Unidaplan is working, but still in prototype stage. Looking for people who would like to try it out, test it and give feedback. Contribute on GitHub (https://github.com/rissom/unidaplan).",
            "get_involved_url": "https://github.com/rissom/unidaplan",
            "interest": "Interesting for scientists who work with physical samples",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-19_181154.9325910000.png",
            "created": "2017-11-19T18:11:54.931804Z",
            "moderation_state": 3
        },
        {
            "id": 112,
            "content_url": "https://blog.webmaker.org/introducing-new-ways-to-connect-with-mozilla-learning",
            "is_bookmarked": false,
            "tags": [
                "community",
                "community call",
                "curriculum",
                "mozilla learning",
                "newsletter",
                "tweetchat",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "New Ways to Connect To Mozilla Learning",
            "description": "Mozilla Learning now offers a newsletter, curriculum workshop, community call, and Tweetchat as regular, monthly ways to connect.",
            "get_involved": "Tweet @MozTeach or email [email protected] with questions/feedback.",
            "get_involved_url": "",
            "interest": "Strengthen relationships with our community, to support & provide open/free resources, and create spaces to connect people across the globe.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-11T22:10:23.908000Z",
            "moderation_state": 3
        },
        {
            "id": 818,
            "content_url": "https://github.com/AndreaPocketsChange/PocketsChange-MoneyTalks",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital inclusion",
                "educators",
                "learning",
                "mozsprint",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Andrea Ferrero",
            "submitter_profile_id": 1350,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Andrea Ferrero",
                    "profile_id": 1350,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Money Talks and So Should We",
            "description": "Building self-assessment tools that empower us all in evaluating our relationship with money.\n\nAt Pockets Change we’re changing the way money is taught. We combine Hip Hop, Finance, and Design Thinking to build financial capability in K-12 and early adulthood.\n\nOur workshops and lessons are a start but useful and accessible finance personal assessments are severely lacking in education. Those that exist do little to support the development of self-efficacy and understanding, rather they focus on calculating compound interest and other out of date skills. Let’s build them!!",
            "get_involved": "Try out tools and share feedback, Identify and document game-based assessment strategies, Join community for future contributions",
            "get_involved_url": "https://github.com/AndreaPocketsChange/PocketsChange-MoneyTalks/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_095757.4171380000.jpg",
            "created": "2018-05-09T09:57:57.415698Z",
            "moderation_state": 3
        },
        {
            "id": 86,
            "content_url": "https://news.ycombinator.com/item?id=12527203",
            "is_bookmarked": false,
            "tags": [
                "code",
                "hacker news",
                "learning.",
                "teaching",
                "thimble"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Merits of Thimble",
            "description": "Hacker News community discuss Thimble and how it compares to other online coding tools for demos, learning, and mentorship. Localized, open source, and with a built-in tutorial feature.",
            "get_involved": "Try it out at thimble.mozilla.org, or contribute to the project's development via Github.",
            "get_involved_url": "https://github.com/mozilla/thimble.mozilla.org",
            "interest": "It's interesting to hear how people who might not be connected to the open web or web literacy movements, view this tool.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-19T15:18:18.553000Z",
            "moderation_state": 3
        },
        {
            "id": 1013,
            "content_url": "http://www.phonk.io",
            "is_bookmarked": false,
            "tags": [
                "coding",
                "creative coding",
                "Live Coding",
                "reuse",
                "trash"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Victor Diaz",
            "submitter_profile_id": 2003,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Victor Diaz",
                    "profile_id": 2003,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Phonk.io",
            "description": "A self-contained creative programming tool for new and obsolete android mobile devices",
            "get_involved": "Try it, find use cases, retarget the project",
            "get_involved_url": "",
            "interest": "People can reuse old phones and use them as a tool for teaching about coding, and upcycling tech. Furthermore old android phones are ubiquitous and very accessible in any part of the world.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_210541.6384800000.png",
            "created": "2019-01-30T21:05:41.638123Z",
            "moderation_state": 3
        },
        {
            "id": 1899,
            "content_url": "https://smat-app.com/network/",
            "is_bookmarked": false,
            "tags": [
                "big data",
                "data science",
                "disinformation",
                "elections",
                "elections and social media",
                "networks",
                "social media",
                "transparency"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "SMAT Election Interactive Network map",
            "description": "SMAT has two big updates with Mozilla. The first was the release of the V1 tools in conjunction with mozilla: https://foundation.mozilla.org/en/blog/new-open-source-tool-tracking-disinformation/ . The second was the release of an innovative and interactive online network map of the Twitter interactions of US politicians in the lead up to the US 2020 elections. https://foundation.mozilla.org/en/blog/fellow-introducing-us-election-twitter-network-graph-tool/ This cutting edge transparency tool helps to map things like influence and connections online.",
            "get_involved": "translations, development, fundraising",
            "get_involved_url": "https://gitlab.com/smat-project",
            "interest": "Innovative open-source data visualization related to elections and disinformation.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-29_004340.5853710000.png",
            "created": "2020-10-29T00:43:40.584843Z",
            "moderation_state": 3
        },
        {
            "id": 825,
            "content_url": "https://drashti4.github.io/localisationofschool/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "localisation",
                "mozsprint",
                "webliteracy",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Write documentation",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Drashti Pandya",
            "submitter_profile_id": 1390,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chandan Baba",
                    "profile_id": 441,
                    "is_active": true
                },
                {
                    "name": "Drashti Pandya",
                    "profile_id": 1390,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "local web",
            "description": "Localized web literacy resources in a way that can be adapted by schools as curriculum. Share your story in \"women in web\" section in your native language.",
            "get_involved": "Translation of current documents, can help to create activities for curriculum, maintain Crowdin",
            "get_involved_url": "https://github.com/drashti4/localisationofschool",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-10_040203.0714710000.png",
            "created": "2018-05-10T04:02:03.070875Z",
            "moderation_state": 3
        },
        {
            "id": 15,
            "content_url": "https://theglassroomnyc.org/",
            "is_bookmarked": false,
            "tags": [
                "activity",
                "control",
                "cookie",
                "data",
                "digital",
                "encryption",
                "government",
                "identities",
                "identity",
                "information",
                "monitor",
                "network",
                "nsa",
                "ownership",
                "personal",
                "privacy",
                "protect",
                "right",
                "risk",
                "safe",
                "security",
                "society",
                "surveillance",
                "track"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Glass Room",
            "description": "The Glass Room is a place to consider how you use technology and how those behind technology use you.",
            "get_involved": "Tips and resources for people who couldn't visit the pop-up store:",
            "get_involved_url": "https://theglassroomnyc.org/resources/",
            "interest": "This pop-up store looks like a slick store offering shiny consumer products. It products actually reveal the dynamics of living in the Internet age. Who are we revealing when we’re online? What facts and fictions are recreated from our digital breadcrumbs? What is known about us, and why?",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/15.jpg",
            "created": "2016-12-12T20:40:12.082000Z",
            "moderation_state": 3
        },
        {
            "id": 389,
            "content_url": "https://drive.google.com/file/d/0BxF2Z6ijaGvXUWlPZTFoeFZiV1U/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "hack for change",
                "low literacy",
                "resume",
                "workforce"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Online Resume Builder",
            "description": "Our dream is to alleviate the stress and barriers often encountered when people create a resume.  The project mission was to develop an online tool that allows individuals with low literacy and word processing skills to develop a resume using an online form that populates job duties with open source O*Net data. The solution that we implemented was based off best practices developed by Austin Free-Net. The website that we built fully integrated data from the department of labor and supported the completion of a downloadable and fully customized resume in three simple steps.",
            "get_involved": "This project will continue to evolve through the discovery and implementation of new features. We need the following skills; Database Design,  SQL, Web development, UX and Graphic Design.",
            "get_involved_url": "https://github.com/qmcree/resume-builder/",
            "interest": "The idea of using open-source workforce data, analytics and solutions to help those most in need is an inclusive application of open innovation. This approach reaches the most digitally disconnected.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-22_221514.6303380000.jpg",
            "created": "2017-06-22T22:15:14.629636Z",
            "moderation_state": 3
        },
        {
            "id": 194,
            "content_url": "http://hivenyc.org/fund/",
            "is_bookmarked": false,
            "tags": [
                "hive learning networks",
                "hive nyc"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Hana Sun",
            "submitter_profile_id": 88,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hana Sun",
                    "profile_id": 88,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive NYC Fund",
            "description": "Mozilla Hive NYC launched the Hive Fund to support network members in piloting and prototyping open educational tools to promote privacy & security, digital inclusion, and web literacy for youth and educators in New York City.  In 2017, we expect to award ~$450,000 in grants to the network.",
            "get_involved": "This fund is only open to Hive NYC members, but since so a number of Mozilla folks work with our member orgs in different ways, the most helpful way to support is to spread the word and encourage eligible groups to apply with internet health-related projects",
            "get_involved_url": "http://hivenyc.org/fund/",
            "interest": "This is the first major grantmaking for Hive NYC that will be led by Mozilla Foundation (vs a funding partner), and will more than double the amount of grant dollars awarded through the Learning Hub this year.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_201522.4170440000.png",
            "created": "2017-04-07T20:15:22.416539Z",
            "moderation_state": 3
        },
        {
            "id": 114,
            "content_url": "http://flukeout.com/examples/typer",
            "is_bookmarked": false,
            "tags": [
                "type",
                "typing"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Alphabet Typer Race",
            "description": "Type the alphabet as fast as you can!",
            "get_involved": "They can try to type the alphabet as fast as they can.",
            "get_involved_url": "",
            "interest": "They like to type fast.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-08T22:48:17.897000Z",
            "moderation_state": 3
        }
    ]
}