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

**Route** - `/entries`

#Query Parameters -

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

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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=issues&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=issues&page=27",
    "results": [
        {
            "id": 1371,
            "content_url": "https://www.mozillapulse.org/profile/3146",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "digital inclusion",
                "mozfellows19",
                "mozilla fellow",
                "openness",
                "socio-technical infrastructure"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3146,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sustainable and Equitable Agri-tech",
            "description": "Agriculture is quickly becoming part of the machine-learning revolution as IoT platforms become embedded on farms. But these devices can be insecure, data is being consolidated, open data often only used by elites, and algorithmic prescriptions black-boxed. This project works to ensure that these algorithmically-mediated systems prioritize sustainability and equity.",
            "get_involved": "Seeking relationships within the Moz community of those with agricultural connections",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-11_170838.9465030000.jpg",
            "created": "2019-09-11T17:08:38.946184Z",
            "moderation_state": 3
        },
        {
            "id": 1529,
            "content_url": "https://medium.com/@hello_95259/ai-enhanced-advertising-the-good-the-bad-and-the-unknown-ca0607dfd96c",
            "is_bookmarked": false,
            "tags": [
                "#Adtech",
                "#Advertising",
                "#AI",
                "#Ethics",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Take Action",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Harriet Kingaby",
            "submitter_profile_id": 3118,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI, advertising, and the future of the internet",
            "description": "Over the course of my Fellowship, I’ll be exploring the potential benefits, pitfalls and unintended consequences of AI enhanced advertising globally, with a particular focus on the UK, India and Brazil. Assessing each from a consumer perspective and making recommendations for its development that can be used by both advertisers and consumer groups wishing to join the conversation.",
            "get_involved": "Answer surveys, test outputs, connect with me",
            "get_involved_url": "https://medium.com/@hello_95259/ai-enhanced-advertising-the-good-the-bad-and-the-unknown-ca0607dfd96c",
            "interest": "If you're envisioning the future of the AI enhanced internet, or advertising, get in touch!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-09_154902.7692280000.png",
            "created": "2019-12-09T15:49:02.768804Z",
            "moderation_state": 3
        },
        {
            "id": 1762,
            "content_url": "https://www.accessnow.org/facial-recognition-on-trial-emotion-and-gender-detection-under-scrutiny-in-a-court-case-in-brazil/",
            "is_bookmarked": false,
            "tags": [
                "biometrics",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Expert opinion filed in facial recognition case",
            "description": "Access Now filed an expert opinion (Portuguese) in IDEC vs. ViaQuatro, the case filed by the Brazilian consumer rights organisation IDEC  against ViaQuatro, a concessionary of the São Paulo metro. The expert opinion, submitted in the final days of the court case, addresses the topics of facial categorization/analysis and data processing in biometric systems. It warns about the lack of scientific basis for emotion detection and the systematic harms caused by automated gender-recognition technologies against trans and non-binary people",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Discusses examples of untrustworthy AI",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-06-30T08:32:36.855429Z",
            "moderation_state": 3
        },
        {
            "id": 2123,
            "content_url": "https://foundation.mozilla.org/en/blog/become-an-advisor-for-the-cities-digital-rights-helpdesk/",
            "is_bookmarked": false,
            "tags": [
                "tmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Cities’ Digital Rights Helpdesk!",
            "description": "Cities Coalition for Digital Rights, UN-Habitat, and BetaNYC presented the concept of Digital Rights Helpdesk for cities at MozFest this year. City stakeholders, subject matter experts, and organizations working with cities were invited to participate in a co-creation session to design the Helpdesk and it’s features. We caught up with them afterwards to learn more about the vision of the helpdesk in upholding citizens’ digital rights, what gaps they are aiming to fill through this initiative, and how the MozFest community can get involved.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_224635.7930510000.png",
            "created": "2021-06-28T22:46:35.792846Z",
            "moderation_state": 3
        },
        {
            "id": 844,
            "content_url": "https://medium.com/read-write-participate/progress-in-a-hostile-political-environment-raising-awareness-and-recruiting-foot-soldiers-in-the-152999c0a760",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog | Progress in a Hostile Political Environment",
            "description": "Mozilla Fellow Gigi Sohn reflects on recent tech policy and her work as a Fellow",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_143736.2119300000.png",
            "created": "2018-06-22T14:37:36.211626Z",
            "moderation_state": 3
        },
        {
            "id": 173,
            "content_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "curriculum",
                "digital skills",
                "financial inclusion",
                "kenya",
                "participatory",
                "product design",
                "research",
                "smartphones",
                "workshops"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Bobby Richter",
            "submitter_profile_id": 3452,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bobby Richter",
                    "profile_id": 3452,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Stepping into Digital Life - Digital Skills Observatory",
            "description": "Stepping Into Digital Life summarizes the methods, participants, results, and recommendations from the Digital Skills Observatory, a 12 month research project in Kenya looking at first-time use of smartphones within the low-income population. Not only is it a colourful, captivating report, it is accompanied by an open source data set with in-depth comparative analysis.",
            "get_involved": "Read the report, check out the open data sets, and tell us how it aligns with your own work.",
            "get_involved_url": "http://mozillafoundation.github.io/digital-skills-observatory/",
            "interest": "The Digital Skills Observatory is an example of a large, successful, community-run project, featuring open data practices and participatory design.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_140841.3962380000.jpg",
            "created": "2017-04-04T14:08:41.395913Z",
            "moderation_state": 3
        },
        {
            "id": 39,
            "content_url": "https://www.helixarts.com/offthebeat.html",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "youth music online collaboration"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Off The Beat",
            "description": "We want to jam with you...an experiment between Mozfest London and Northumberland. No music skills needed.",
            "get_involved": "Follow @helixarts to support our project.",
            "get_involved_url": "",
            "interest": "If interested in digital, latency, live streaming, sharing and collaborating...with a hint of an interest in music, get along. Everyone listens to music, right?!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-29T07:43:07.470000Z",
            "moderation_state": 3
        },
        {
            "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": 301,
            "content_url": "https://github.com/cskumaresan/m2s",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozilla",
                "mozilla2school",
                "mozilla community",
                "mozillakerala",
                "mozsprint",
                "open innovation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kumaresan C S",
            "submitter_profile_id": 10,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kumaresan C S",
                    "profile_id": 10,
                    "is_active": true
                },
                {
                    "name": "Rigin Oommen",
                    "profile_id": 16,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla2School",
            "description": "To introduce young school-going students to the internet and help them to explore it and make them aware of the power of internet.The initiative also introduces these young minds to the latest technology and give practical training on using it.We are planning a different methodology for this project in order to enhance its practical output. We introduce new technologies in both software and hardware programming to the students and give them the complete range of scope to choose from. We believe that this first step will enable them to choose their areas of interest",
            "get_involved": "People can contribute to the project in Github",
            "get_involved_url": "https://github.com/cskumaresan/m2s",
            "interest": "The project provides insightful findings on building curriculum and platform, sustaining participation and Create Infrastructure resources to communicate between the communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-24_093628.1158880000.jpg",
            "created": "2017-05-24T09:36:28.115334Z",
            "moderation_state": 3
        },
        {
            "id": 1032,
            "content_url": "https://nordicesmhub.github.io/",
            "is_bookmarked": false,
            "tags": [
                "artic",
                "climate",
                "earth system model",
                "EC-EARTH",
                "NorESM"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Anne Fouilloux",
            "submitter_profile_id": 1978,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Fouilloux",
                    "profile_id": 1978,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nordic Earth System Modeling Hub",
            "description": "The Nordic Earth System Modeling Community aims at building a hub around Earth System Modeling in the  Nordic countries (Denmark, Finland, Sweden, Iceland, Estonia, Norway) for sharing knowledge, codes (climate models, Galaxy climate data analysis and visualization tools), training materials so that our contributions can be exploited/reused by other communities.",
            "get_involved": "Initially we need help to better organize our github organization, build our website to explain our goals and facilitate contributions.",
            "get_involved_url": "",
            "interest": "Understanding Climate data and being able to use Climate data without being a climate specialist might be interested to other communities, and can trigger new multidisciplinary collaborations.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-04_133827.3637550000.png",
            "created": "2019-02-04T13:38:27.363198Z",
            "moderation_state": 3
        },
        {
            "id": 560,
            "content_url": "https://medium.com/@melanieannwilson/out-of-the-comfort-zone-web-literacy-training-for-library-staff-b8d4f19d1927",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "web literacy",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Out of the Comfort Zone: Web Literacy Training for Library Staff",
            "description": "The Willoughby-Eastlake Public Library is currently participating in the Mozilla Foundation’s Web Literacy pilot funded by an IMLS grant. The pilot includes 8 other libraries spread across the US from New York to Oregon.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-30_181846.0118590000.png",
            "created": "2017-11-30T18:18:46.011304Z",
            "moderation_state": 3
        },
        {
            "id": 1029,
            "content_url": "https://medium.com/fossmec/the-6-kinds-of-people-in-computer-science-and-engineering-4e6dae122ecd",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Joel Vilanilam Zachariah",
            "submitter_profile_id": 1933,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Joel Vilanilam Zachariah",
                    "profile_id": 1933,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Communities for the 6 kinds",
            "description": "An exploration of what it takes to go from beginner state to an expert in a field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "As we work open, it is important to understand how to create communities for all levels of proficiencies.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-31T01:07:48.246885Z",
            "moderation_state": 3
        },
        {
            "id": 559,
            "content_url": "https://medium.com/@melanieannwilson/bridging-the-gap-teaching-web-literacy-in-our-communities-ef023fb6fc3",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "web literacy",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bridging the Gap: Teaching Web Literacy Skills in our Communities",
            "description": "Last month, I had my first opportunity to teach an introduction to HTML coding class at the library. I was a bit more nervous before teaching the class than I usually am before teaching Word or Excel classes. I worried that there might be a big gap between what the students were expecting to learn and what I had prepared to teach.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "web literacy partner",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-30_180841.0278140000.png",
            "created": "2017-11-30T18:08:41.027453Z",
            "moderation_state": 3
        },
        {
            "id": 1030,
            "content_url": "https://github.com/BhuvanaMeenakshiK/FarmersGear",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Bhuvana Meenakshi Koteeswaran",
            "submitter_profile_id": 1911,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "David Bild",
                    "profile_id": 1819,
                    "is_active": true
                },
                {
                    "name": "Bhuvana Meenakshi Koteeswaran",
                    "profile_id": 1911,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Farmer's Gear",
            "description": "I’m working with farmers, NGOs, coders and citizens of a country to build this concept based web game application so that every player of the game can learn how to do agriculture in their own place and also gain access to various levels of the game by donating some amount of grains to people under the poverty line of their counry.",
            "get_involved": "I require help in development of a simple game for the project that can engage audience in learning agriculture or farming.",
            "get_involved_url": "https://github.com/BhuvanaMeenakshiK/FarmersGear",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-31T18:09:15.644697Z",
            "moderation_state": 3
        },
        {
            "id": 83,
            "content_url": "http://mozillascience.github.io/working-open-workshop/writing_readme/",
            "is_bookmarked": false,
            "tags": [
                "open source",
                "readme",
                "working open",
                "working open workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Project Communication",
            "description": "Handout for creating a useful and welcoming readme file for your open project. Use at the Working Open Workshop.",
            "get_involved": "Contribute to this document in GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/writing_readme",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:40:16.032000Z",
            "moderation_state": 3
        },
        {
            "id": 1317,
            "content_url": "https://medium.com/mozilla-festival/mozfest-2019-tickets-on-sale-now-d0c22ad2edcb",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2019 tickets on sale now!",
            "description": "A post announcing sales of the 2019 Festival tickets.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-07_202620.1902880000.jpg",
            "created": "2019-08-07T20:23:46.710201Z",
            "moderation_state": 3
        },
        {
            "id": 1318,
            "content_url": "https://medium.com/mozilla-festival/activists-lawmakers-engineers-speakers-at-mozfest-2019-c219b7f89138",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Activists, Lawmakers, Engineers: Speakers at MozFest 2019",
            "description": "At MozFest’s 10th anniversary, 19 luminaries will discuss what lies ahead for the internet and society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-07_203537.5634820000.jpeg",
            "created": "2019-08-07T20:35:37.563135Z",
            "moderation_state": 3
        },
        {
            "id": 558,
            "content_url": "https://medium.com/@melanieannwilson/mozfest2017-recap-73aab93d55cb",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest2017 Recap",
            "description": "I was fortunate to have the opportunity to attend this year’s MozFest in London due to my work with the IMLS web literacy grant. I had an amazing experience. One of the best “conferences” I’ve ever attended.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-30_171546.3719720000.png",
            "created": "2017-11-30T17:15:46.371310Z",
            "moderation_state": 3
        },
        {
            "id": 299,
            "content_url": "https://medium.com/read-write-participate/50-people-who-are-making-the-internet-a-better-place-10a7864403d",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network50",
            "description": "Mozilla is announcing its first-ever Network50 award winners — an accolade for network members who have done outstanding Internet health work over the past 18 months. Winners represent the diversity of the network. They speak different languages, work in different fields, and belong to different organizations, from UNICEF to the EFF to GirlHype.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-23_141828.7091700000.jpg",
            "created": "2017-05-23T14:18:28.708497Z",
            "moderation_state": 3
        },
        {
            "id": 1026,
            "content_url": "https://foundation.mozilla.org/en/campaigns/i-heart-open-data/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Did you know you’re a major funder of scientific research?",
            "description": "Did you know our federal taxes help fund billions of dollars in scientific research every year? But in order to see the results of that research, publishers often charge significant amounts of money to anyone that wants to read about it. Shouldn’t we be able to see what we’re paying for without having to pay for it twice?\n\nDo you agree? Your signature, combined with hundreds of scientists, will show our leaders that taxpayers expect to see the results of the scientific research so we can build on and expand on these findings.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/i-heart-open-data/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_230246.3696060000.png",
            "created": "2019-01-30T23:02:46.369080Z",
            "moderation_state": 3
        },
        {
            "id": 557,
            "content_url": "https://vrlab.cmix.louisiana.edu/category/news/mozilla-gigabit-blog/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-gigabit-community-fund"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "CACS Virtual Reality Lab",
            "submitter_profile_id": 250,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "CACS Virtual Reality Lab",
                    "profile_id": 250,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Kvasir-VR: Teacher-Guided Shared Virtual Worlds",
            "description": "We are developing educational networked virtual reality technology, bringing it to schools, and working with students to integrate their own VR scenes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Kvasir-VR is our tool for teachers and students to share virtual worlds. Students wearing VR headsets are guided through virtual field trips by live teacher imagery from a 3D camera (Kinect V2). Our Mozilla project tests the benefits of teacher-guided VR in Lafayette high schools. A high school group will also gain VR design experience by creating their own virtual reality scenes, which we will view with Kvasir-VR.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-28_192552.3647400000.png",
            "created": "2017-11-28T19:25:52.363940Z",
            "moderation_state": 3
        },
        {
            "id": 1310,
            "content_url": "https://mzl.la/2YobWmc",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emrys Green",
                    "profile_id": 2279,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Emrys Green",
            "description": "A quick chat with veteran MozFest Wrangler Emrys Green.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_193941.5679290000.jpg",
            "created": "2019-08-02T19:39:41.567344Z",
            "moderation_state": 3
        },
        {
            "id": 552,
            "content_url": "https://www.shareable.net/blog/how-mozillas-open-science-lab-is-empowering-the-next-generation-of-researchers",
            "is_bookmarked": false,
            "tags": [
                "fellowships",
                "open access",
                "open data",
                "open science",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Interview: Mozilla Science Lab",
            "description": "Shareable spoke with Stephanie Wright, Program Lead for the Science Lab at Mozilla, about how they're advancing the open science movement.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-16_231658.7521520000.png",
            "created": "2017-11-16T23:16:58.751750Z",
            "moderation_state": 3
        },
        {
            "id": 298,
            "content_url": "https://github.com/WikiToLearn/Hives-Network",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "WikiToLearn",
            "description": "This is a Global Sprint project all about connecting communities of learning. The WikiToLearn Hives Network created through this project is a network of local communities which promote the creation and sharing of free educational material. The project also acts as a local \"chapter\" of WikiToLearn, facilitating the participation of new contributors, and introducing new people to the idea of open learning.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/WikiToLearn/Hives-Network",
            "interest": "This is a great example of a Global Sprint projects that acts as a virtual complement to local, face-to-face learning networks.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-23_140948.8004290000.png",
            "created": "2017-05-23T14:09:48.799878Z",
            "moderation_state": 3
        },
        {
            "id": 16,
            "content_url": "http://detroitcommunitytech.org/?q=teachcommtech",
            "is_bookmarked": false,
            "tags": [
                "accessible",
                "community",
                "detroit",
                "guide",
                "learning",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Teaching Community Technology Handbook",
            "description": "This 100+ page handbook will take you through the history of popular education while offering a step-by-step guide to developing community rooted technology workshops and curricula. Community Technology focuses on teaching strategies that make learning technology accessible and relevant.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-02T17:15:26.059000Z",
            "moderation_state": 3
        },
        {
            "id": 551,
            "content_url": "https://medium.com/@slehane/mozfest-2017-its-all-about-learning-sharing-experiencing-a1741045acef",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozfest 2017 - Its All About Learning, Sharing, Experiencing",
            "description": "In 2016, I attended my first Mozfest and I remember thinking at the end: I have to come back again. This year, under the Mozilla Web Literacy Leadership program, I was fortunate enough to be able to experience Mozfest a second time. Of the many conferences I attend each year, none transmits the energy that I feel during this 2-day convening of Internet Health thinkers, movers, and motivators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-16_071503.8990330000.png",
            "created": "2017-11-16T07:15:03.897924Z",
            "moderation_state": 3
        },
        {
            "id": 297,
            "content_url": "https://github.com/DH-SouthernAfrica/Capacity-Building",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "data carpentry",
                "guides",
                "mozsprint",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Introduction Course to Digital Humanities",
            "description": "Digital humanities (DH), in Southern Africa in particular, is a new buzz word. Not all those interested in DH are entirely sure what it can entail and where to find examples and resources about it.  The aim of this project is to provide newcomers with a portal and starting point to some of the many examples of DH initiatives, tools, and resources available online.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/DH-SouthernAfrica/Capacity-Building/blob/master/CONTRIBUTE.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_060857.5182490000.png",
            "created": "2017-05-22T06:08:57.517745Z",
            "moderation_state": 3
        },
        {
            "id": 1319,
            "content_url": "https://grisglobal.org/civil-society-should-be-involved-in-applying-existing-human-rights-report",
            "is_bookmarked": false,
            "tags": [
                "Digital Cooperation report",
                "Gris Global"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Samuel Osei Mensah",
            "submitter_profile_id": 1982,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Civil society should be involved in applying existing human rights -report",
            "description": "Civil society should be involved in applying existing human rights -reportGiven the wide spectrum of issues, there will of necessity be many forms of digital cooperation; some may be led by the private sector or civil society rather than government or international organisations. Moreover, special efforts are needed to ensure inclusive participation by women and other traditionally marginalised groups in all new or updated methods of global digital cooperation.\n\nEffective digital cooperation requires that multilateralism, despite current strains, be strengthened.",
            "get_involved": "",
            "get_involved_url": "https://grisglobal.org/volunteer/",
            "interest": "This document gives insight about the Digital Cooperation report.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-08_060351.1070020000.jpg",
            "created": "2019-08-08T06:03:51.106518Z",
            "moderation_state": 3
        },
        {
            "id": 168,
            "content_url": "https://blog.coralproject.net/12000-people-have-something-to-say/",
            "is_bookmarked": false,
            "tags": [
                "commenters",
                "comments",
                "community",
                "journalism",
                "participation",
                "research",
                "survey"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Survey of People who Comment",
            "description": "Who comments on news article? What do they want? How do they behave? We surveyed 12,000 people who comment across 20 different US based news organizations and discovered useful facts about commenters.",
            "get_involved": "Join the discussion about this research with the Coral project community.",
            "get_involved_url": "https://community.coralproject.net/t/12-000-people-have-something-to-say/602",
            "interest": "This research can help newsrooms and other publishers improve their audience engagement and create more inclusive and productive communities around their content.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-22_205511.2339500000.jpg",
            "created": "2017-03-22T20:55:11.233581Z",
            "moderation_state": 3
        },
        {
            "id": 549,
            "content_url": "https://mozilla.github.io/lean-data-practices-cso/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "data",
                "data collection",
                "data management",
                "data security",
                "NGOs",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Melissa Huerta",
                    "profile_id": 61,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lean Data Practices for Civil Society Organizations",
            "description": "Lean Data Practices is a framework for NGOs to manage their data collection and storage practices to increase trust and reduce risk. This list of questions and tips is meant to stimulate conversation and thought within organizations to review their data management.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Lean Data Practices can help organizations take clear steps to protecting their community's data, and individuals can think about their own data sharing practices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-10_162618.8533410000.jpg",
            "created": "2017-11-09T20:38:19.371812Z",
            "moderation_state": 3
        },
        {
            "id": 295,
            "content_url": "https://github.com/edovio/Open_Student_Book",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "guide",
                "italian",
                "localization",
                "mozsprint",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Student Book",
            "description": "The Open Student Book project is a guide to introduce Open Projects and Open Source to students of all faculties in Italian universities. It's important to show  the potential of working in an open community and to demonstrate why doing so is important, not just for the individual but for humanity as a whole.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/edovio/Open_Student_Book/blob/master/README.md",
            "interest": "This project can also serve as a good starting place for those who are interested in learning how to work collaboratively, mixing our passions and skills to build an open project.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_054708.0038320000.png",
            "created": "2017-05-22T05:47:08.003350Z",
            "moderation_state": 3
        },
        {
            "id": 547,
            "content_url": "http://map.mideastunes.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Esra'a Al Shafei",
            "submitter_profile_id": 228,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Esra'a Al Shafei",
                    "profile_id": 228,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mapping indie artists in the Middle East",
            "description": "An interactive map that lets you explore Middle Eastern indie artists of the month. An exciting way to discover new tunes that reflects the cultural vibrancy of the region.",
            "get_involved": "Help us promote the map and Mideast Tunes overall!",
            "get_involved_url": "http://map.mideastunes.com/",
            "interest": "Listen to music that is otherwise often censored in our region.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-08_153923.8023460000.png",
            "created": "2017-11-08T15:39:23.801641Z",
            "moderation_state": 3
        },
        {
            "id": 75,
            "content_url": "http://viatorvr.com/",
            "is_bookmarked": false,
            "tags": [
                "cha",
                "digital incusion",
                "gigabit",
                "hive",
                "open innovation"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Viator VR",
            "description": "Foreign language learning is most effective when it's immersive, but not everyone can study abroad. This virtual reality tech aims to create immersive language learning environments for everyone.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This Mozilla Gigabit funded project explores emerging technology to transcend the boundaries in education.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/75.jpg",
            "created": "2016-09-26T16:59:00.839000Z",
            "moderation_state": 3
        },
        {
            "id": 546,
            "content_url": "https://www.medcognition.com/",
            "is_bookmarked": false,
            "tags": [
                "augmented reality",
                "education",
                "health care",
                "simulations",
                "training"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "John Quarles",
            "submitter_profile_id": 139,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "John Quarles",
                    "profile_id": 139,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PerSim",
            "description": "Pre-hospital providers are on the forefront of patient care. First to care and a critical link in the successful treatment of the ill and injured. Accessing high-quality patient simulation has been difficult. Until now.  Introducing PerSim™: the first affordable, portable and realistic patient simulator designed specifically for pre-hospital professionals.",
            "get_involved": "",
            "get_involved_url": "https://www.medcognition.com/",
            "interest": "PerSim uses augmented reality to offer realistic training at a fraction of the price to pre-hospital providers, a population who has always been underserved in terms of access to high fidelity simulation.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_154005.7930620000.jpg",
            "created": "2017-11-07T15:40:05.792540Z",
            "moderation_state": 3
        },
        {
            "id": 545,
            "content_url": "https://webfoundation.org/2017/11/a-healthy-internet-is-an-equal-internet/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "equality",
                "internet",
                "mozfest",
                "world wide web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Mara Silvestri",
            "submitter_profile_id": 226,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Mara Silvestri",
                    "profile_id": 226,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A healthy internet is an equal internet",
            "description": "This is a guest post from Nanjira Sambuli, the Web Foundation’s Digital Equality Advocacy Manager about her speech at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "http://www.webfoundation.org",
            "interest": "It focuses on MozFest",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_100619.1262390000.JPG",
            "created": "2017-11-07T10:06:19.125512Z",
            "moderation_state": 3
        },
        {
            "id": 294,
            "content_url": "https://github.com/sparcopen/do-a-doathon",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "hackathon",
                "mozsprint",
                "sprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Creating a Toolkit for a Doathon",
            "description": "This project aims to create a toolkit for doing \"Do-a-thons\" (like hack-a-thons but more inclusive, like events but more impactful).  Doathons are participatory programs with remote involvement and low \"overhead\" programming.  They are designed for those who want to get stuff done but don't have enough time.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/sparcopen/do-a-doathon/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-22_054014.5072040000.jpg",
            "created": "2017-05-22T05:40:14.506823Z",
            "moderation_state": 3
        },
        {
            "id": 544,
            "content_url": "http://creativeaction.org",
            "is_bookmarked": false,
            "tags": [
                "21c skills",
                "arts education",
                "digitalarts&culture",
                "digital inclusion",
                "digital literacy",
                "education",
                "gigabit",
                "gigabit community fund",
                "social justice",
                "virtual reality",
                "youth",
                "youth-led"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Corinna Archer Kinsman",
            "submitter_profile_id": 225,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Corinna Archer Kinsman",
                    "profile_id": 225,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Creative Action Gigabit Hive Project",
            "description": "Creative Action, a nonprofit arts education organization in Austin, TX, is excited to explore how VR technology can enhance youth learning and creativity through hands-on, youth-driven arts projects that address social issues. With support from the Gigabit Community Fund, our professional teaching artists will develop VR coding and video projects with their students in our after school programs at Title I, low-income schools. Our goal is to build capacity for arts and technology integration while helping more young people develop digital literacy, 21st Century, and social emotional skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "We hope to inspire others around the possibilities of arts and technology integration in social and emotional education for youth!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-11-06T17:19:17.963993Z",
            "moderation_state": 3
        },
        {
            "id": 166,
            "content_url": "http://www.bbc.com/news/world-africa-39273651",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "BBC: Web literacy training in Cape Town",
            "description": "BBC Africa segment showcasing web literacy work by Mozilla and UN Women in Cape Town, South Africa",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-03-17T18:39:14.405439Z",
            "moderation_state": 3
        },
        {
            "id": 543,
            "content_url": "http://mindyourself.io",
            "is_bookmarked": false,
            "tags": [
                "bipolar",
                "mental health",
                "open health data",
                "suicide prevention",
                "wearables"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Alan Lavender",
            "submitter_profile_id": 219,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alan Lavender",
                    "profile_id": 219,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MindYourself",
            "description": "A mental wellness wearable that detects mood swings before they happen, based on your personal data, and alerts a group of friends and/or professionals depending on severity, for an appropriate intervention ranging from a cuppa and a chat to an emergency room visit.",
            "get_involved": "developers. developers. developers.",
            "get_involved_url": "http://mindyourself.io",
            "interest": "It is a great chance to get involved with mood metrics and big data.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-03_222640.3663450000.PNG",
            "created": "2017-11-03T22:26:40.365702Z",
            "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": 1303,
            "content_url": "https://tatoeba.org/eng/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2017"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tatoeba",
            "description": "Tatoeba is a collection of sentences and translations. It's collaborative, open, free and even addictive.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_041626.4100070000.png",
            "created": "2019-08-02T04:16:26.391402Z",
            "moderation_state": 3
        },
        {
            "id": 542,
            "content_url": "https://www.github.com/rwb27/openflexure_microscope",
            "is_bookmarked": false,
            "tags": [
                "3D printing",
                "computer vision",
                "future-proof hardware",
                "health care",
                "microscopy",
                "open hardware",
                "OpenSCAD"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Richard Bowman",
            "submitter_profile_id": 215,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Richard Bowman",
                    "profile_id": 215,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenFlexure Microscope",
            "description": "An open source, 3D printable microscope - complete with high quality mechanical stage.",
            "get_involved": "Help us improve the design by printing and making one, and blogging your build.  There are plenty of things to do to improve the CAD models and documentation, and it would be amazing to set up an automated build server to generate the different versions of the microscope.",
            "get_involved_url": "https://www.github.com/rwb27/openflexure_microscope",
            "interest": "The OpenFlexure Microscope aims to make high quality automated microscopy available worldwide.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-03_143635.9985250000.jpg",
            "created": "2017-11-03T14:36:35.997853Z",
            "moderation_state": 3
        },
        {
            "id": 1012,
            "content_url": "https://safenetwork.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Mohit Bansal",
            "submitter_profile_id": 2021,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "SafeNet",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Decentralized and open network storage for people",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T15:34:40.361102Z",
            "moderation_state": 3
        },
        {
            "id": 541,
            "content_url": "https://austinfilmschool.org",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "communication",
                "culture",
                "film",
                "filmmaking"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Fundraise",
                "Localize & translate",
                "Mentor",
                "Promote"
            ],
            "published_by": "Carrie Cates",
            "submitter_profile_id": 211,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carrie Cates",
                    "profile_id": 211,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cine Joven: Breaking Borders",
            "description": "Cine Joven: Breaking Borders will work to bring cultural understanding and compassion to both groups through collective creative technology and storytelling, while offering advanced digital arts & tech skills to public high school students located in an under-served area of Monterrey, Mexico that offers little access to high-speed connectivity.",
            "get_involved": "",
            "get_involved_url": "https://austinfilmschool.org",
            "interest": "We will be working toward cross-cultural understanding while overcoming the obstacles that would usually prevent such a project from occurring, and sharing our insight along the way.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_205533.7056360000.png",
            "created": "2017-11-02T20:55:33.704810Z",
            "moderation_state": 3
        },
        {
            "id": 38,
            "content_url": "https://github.com/jperdue62/Wildcat-Within",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "badges",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transformational Profolios: the Wildcat Within",
            "description": "Creating badging projects that exhibit employability skills to future employers, motivate high school students and give back to the community.",
            "get_involved": "Businesses, educators, students, leaders and more can create badges. Programmers can help with platform design and more.",
            "get_involved_url": "https://github.com/jperdue62/Wildcat-Within",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/38.jpg",
            "created": "2016-10-30T08:31:33.744000Z",
            "moderation_state": 3
        },
        {
            "id": 539,
            "content_url": "https://www.dropbox.com/s/h01w8sjp5dfq8my/Mozfest%20Cognitive%20Accessibility%20101%20Slideshow.ppsx?dl=0",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "architecture",
                "autism",
                "dementia"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alastair Somerville",
            "submitter_profile_id": 208,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alastair Somerville",
                    "profile_id": 208,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cognitive Accessibility 101",
            "description": "Slidedeck from Cognitive Accessibility 101 session including participant feedback and sensory audit of Mozfest conference setting.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Some basic ideas on what cognitive accessibility is and how we might design physical and digital experiences inclusively.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_163316.7050480000.jpg",
            "created": "2017-11-02T16:33:16.704721Z",
            "moderation_state": 3
        },
        {
            "id": 538,
            "content_url": "https://meta.wikimedia.org/wiki/Wikipedia_4_Refugees",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Design"
            ],
            "published_by": "Martina Puppi",
            "submitter_profile_id": 205,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Martina Puppi",
                    "profile_id": 205,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#wiki4refugees",
            "description": "Digital literacy project targeting migrants and asylum seekers, aimed at teaching digital skills through learning how to edit on Wikipedia.",
            "get_involved": "",
            "get_involved_url": "https://it.wikipedia.org/wiki/Wikipedia:Wikipedia_4_Refugees",
            "interest": "To share methods on how to teach digital skills to non-standard groups of learners",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_160114.3574740000.png",
            "created": "2017-11-02T16:01:14.356865Z",
            "moderation_state": 3
        },
        {
            "id": 74,
            "content_url": "http://pennez.com/read-2-think-2/",
            "is_bookmarked": false,
            "tags": [
                "gigabit",
                "hive",
                "kansas city",
                "kc",
                "literacy"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pennez",
            "description": "A hub for multicultural books that now leverages text-to-speech-to-text tech with children's voices to provide real-time feedback for young readers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This initiative aims to increase literary inclusion by improving reading fluency.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/74.jpg",
            "created": "2016-09-26T19:30:18.528000Z",
            "moderation_state": 3
        }
    ]
}