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

**Route** - `/entries`

#Query Parameters -

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

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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-help_types&page=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-help_types&page=2",
    "results": [
        {
            "id": 887,
            "content_url": "https://www.npr.org/2018/07/30/629800775/some-amazon-reviews-are-too-good-to-be-believed-theyre-paid-for",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Interview | Misinformation and Amazon reviews",
            "description": "Mozilla Fellow Renee DiResta speakes with NPR about misinformation on Amazon",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-03_122502.9152060000.png",
            "created": "2018-08-03T12:25:02.914293Z",
            "moderation_state": 3
        },
        {
            "id": 264,
            "content_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Participation & Collaboration on Discourse",
            "description": "We are working with community members of the Mozilla Learning Discourse forum to improve participation and collaboration in the Mozilla Clubs thread so that we can increase openness & innovation. We're doing this by assessing activity levels in current channels used for communication, interviewing community members on what inspires them to be active in these discussion channels and gathering feedback on the incentives needed to improve participation.",
            "get_involved": "People can contribute to the project in Github and/or on Discourse.",
            "get_involved_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "interest": "The project provides insightful findings on building online communities, sustaining participation and fostering high quality activity.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-08_154431.0288140000.jpeg",
            "created": "2017-05-08T15:44:31.028157Z",
            "moderation_state": 3
        },
        {
            "id": 2182,
            "content_url": "https://youtu.be/vi1jb2uzZIs",
            "is_bookmarked": false,
            "tags": [
                "mf2021selection",
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The Role of Tech in a Human Rights and Climate-Resilient Future",
            "description": "The future is uncertain. Whether climate policy, trade relations, or disruptive technology, we cannot be sure of how key factors reshaping the world will play out in the coming decade. Also, the operating context for business and other stakeholders is formed by the complex interactions of many factors, but often factors are considered in isolation and responses, siloed. The climate crisis plays a large role in shaping our future, with a growing impact on human rights. Water scarcity, wildfires, extreme weather, and rising sea levels already disproportionately affect marginalized populations, r",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112340.7297950000.jpeg",
            "created": "2021-07-06T11:23:40.718886Z",
            "moderation_state": 3
        },
        {
            "id": 209,
            "content_url": "http://nooga.com/175618/downtown-alleyway-will-have-food-trucks-artists-music-fridays-in-may/?mc_cid=86d8f56ba7&mc_eid=4966e62be3",
            "is_bookmarked": false,
            "tags": [
                "#gigabit #gigabitcommunityfund #cha"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Katie Hendrix",
            "submitter_profile_id": 68,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Picnic in the Passageways",
            "description": "Hive Chattanooga will be showcasing one of their Gigabit Community Fund grantee projects with live robotics demos. This project was developed for youth who cannot easily use a mouse or keyboard but can use movement to send instruction to a computer or a robot!",
            "get_involved": "",
            "get_involved_url": "http://www.passagewayschattanooga.com/passageways/stage-genies/index.html",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-11T15:07:29.313269Z",
            "moderation_state": 3
        },
        {
            "id": 606,
            "content_url": "https://medium.com/mozilla-festival/a-more-inclusive-internet-804bf6f5db5e",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Talks | A More Inclusive Internet",
            "description": "How do we connect everyone — regardless of gender or geography — to the entirety of the internet? And how do we ensure the web is a civil, safe space? Watch five talks about a more inclusive internet, delivered at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-27_201100.7194900000.jpg",
            "created": "2018-02-27T20:11:00.718743Z",
            "moderation_state": 3
        },
        {
            "id": 1288,
            "content_url": "https://codemirror.net/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CodeMirror",
            "description": "CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_225741.2725830000.png",
            "created": "2019-08-01T22:57:41.253758Z",
            "moderation_state": 3
        },
        {
            "id": 119,
            "content_url": "https://togetherjs.com/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "javascript"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Together JS",
            "description": "TogetherJS is a service for your website that makes it easy for your users to collaborate in real-time.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T20:59:16.658000Z",
            "moderation_state": 3
        },
        {
            "id": 253,
            "content_url": "https://github.com/data-lessons/librarycarpentry",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Extending Library Carpentry",
            "description": "This is a Global Sprint project meant to refresh and expand on the Library Carpentry project, a set of introductory software training resources with a focus on the needs and requirements of library professionals. Library Carpentry is an introductory software skills program, meaning that no knowledge of programming or the principles of programming are required. Contributors will use the sprint to amend, update, and extend the existing Library Carpentry lessons and get draft lessons on SQL, Python, web scraping, and other topics into final shape for launch.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/data-lessons/librarycarpentry/blob/master/CONTRIBUTING.md",
            "interest": "This is a great example of a Global Sprint project that attracts worldwide interest in using the web to deliver professional development to a community of practice.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-28_093438.3267420000.png",
            "created": "2017-04-28T09:34:38.326164Z",
            "moderation_state": 3
        },
        {
            "id": 270,
            "content_url": "https://www.youtube.com/watch?v=KFMzbnSVdEs",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Are We Living Inside an Ethical (and Kind) Machine?",
            "description": "Mozilla Executive Director Mark Surman speaks at re:publica 2017, Europe’s leading conference on Internet and society, about ethics and emerging technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_134717.1769150000.png",
            "created": "2017-05-11T13:47:17.176612Z",
            "moderation_state": 3
        },
        {
            "id": 82,
            "content_url": "http://mozillascience.github.io/working-open-workshop/roadmapping/",
            "is_bookmarked": false,
            "tags": [
                "issues",
                "milestones",
                "open source",
                "roadmap",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Introduction to Roadmapping",
            "description": "This activity is designed to help you write a Roadmap for your open source project or study group. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this doc via GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/roadmapping",
            "interest": "This can help you write a roadmap for your project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:41:48.786000Z",
            "moderation_state": 3
        },
        {
            "id": 1283,
            "content_url": "https://identihub.co/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Identihub",
            "description": "Open source hosting for your brand and visual assets",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_222728.8931700000.png",
            "created": "2019-08-01T22:27:28.873876Z",
            "moderation_state": 3
        },
        {
            "id": 847,
            "content_url": "http://www.alistairmcclymont.com",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Leap Second",
            "description": "Leap Second is a series of artworks showing the 25 leap seconds that have been added to our time so far. Leap seconds are added occasionally due to the earth gradually slowing down, primarily due to the tides. This slowing can not be predicted, but its effect means our time gradually goes out of sync with the position of the sun. This artwork will continue to grow with each added leap second.\n\nEach leap second shows the time in Unix Time: www.alistairmcclymont.com/artwork/unix-time",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_162932.1819780000.png",
            "created": "2018-06-22T16:29:32.181458Z",
            "moderation_state": 3
        },
        {
            "id": 339,
            "content_url": "https://github.com/LappleApple/feedmereadmes/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "feedmereadmes: A README help exchange",
            "description": "We aim to make READMEs clearer and more useful.",
            "get_involved": "Share your readme file with us to get feedback and collaboratively make suggestions on new ideas for this project.",
            "get_involved_url": "https://github.com/LappleApple/feedmereadmes/issues",
            "interest": "Project creators working in Github can place their work in a bigger context: why their work exists, what it does, what it doesn't do, etc.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_134939.1376270000.png",
            "created": "2017-06-01T13:49:39.137369Z",
            "moderation_state": 3
        },
        {
            "id": 2148,
            "content_url": "https://foundation.mozilla.org/en/blog/supporting-black-artists-who-are-examining-ai/",
            "is_bookmarked": false,
            "tags": [
                "bmfcr"
            ],
            "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": "Supporting Black Artists Who Are Examining AI",
            "description": "Mozilla’s latest round of Creative Media Awards will provide $245,000 in funding to Black artists who are exploring the effects of AI on racial justice.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_214723.2541620000.png",
            "created": "2021-07-01T21:47:23.253941Z",
            "moderation_state": 3
        },
        {
            "id": 25,
            "content_url": "https://medium.com/read-write-participate/mozilla-club-leadership-training-in-nairobi-and-cape-town-cbb9ad2a3f38#.jrzme63e7",
            "is_bookmarked": false,
            "tags": [
                "cape town",
                "kenya",
                "nairobi",
                "south africa",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How We’re Training Women in Africa to Teach the Web",
            "description": "A look inside Mozilla and the UN Women’s web literacy work in Nairobi and Capetown to launch  Mozilla Clubs for Women and Girls and train local leaders to teach key digital issues in a local context.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/25.jpg",
            "created": "2016-11-08T18:45:20.778000Z",
            "moderation_state": 3
        },
        {
            "id": 1465,
            "content_url": "http://www.hyphen-labs.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Sinders",
                    "profile_id": 2084,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Higher Resolutions",
            "description": "Higher Resolutions by Hyphen Labs, Caroline Sinders and Romy Gad el Rab examines what we share with machines and algorithms that define our privacy, behavior and digital rights, inspired by the question \"how did we get here?\" Focusing on technology and the next generation of 'higher power', Higher Resolutions explores the creation of power and the tools to disrupt, resist and redistribute power.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_183541.5051760000.png",
            "created": "2019-11-06T18:35:41.504628Z",
            "moderation_state": 3
        },
        {
            "id": 1043,
            "content_url": "https://foundation.mozilla.org/en/campaigns/eu-misinformation/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Letter: Facebook, Do Your Part Against Disinformation",
            "description": "Mozilla, Access Now, Reporters Without Borders, and 30 other organizations have published an open letter to Facebook. The ask: make good on your promises to provide more transparency around political advertising ahead of the 2019 EU Parliamentary Elections.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-11_153211.2405180000.jpg",
            "created": "2019-02-11T15:32:11.239611Z",
            "moderation_state": 3
        },
        {
            "id": 1048,
            "content_url": "https://medium.com/read-write-participate/seeking-projects-at-the-intersection-of-openness-and-science-3f2dd5a1fa00",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Applications Open for Open Science Mini-Grants",
            "description": "The principle of “open” doesn’t just apply to software — everything from data science to environmental research can be open source, too.\n\nThis is the thinking behind Mozilla’s Open Science Mini-Grants: awards ranging from $3,000 to $10,000 USD that support projects making science more accessible, transparent, and reproducible.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-21_181826.8160370000.png",
            "created": "2019-02-21T18:18:26.814717Z",
            "moderation_state": 3
        },
        {
            "id": 1253,
            "content_url": "https://www.survivalofthebestfit.com/",
            "is_bookmarked": false,
            "tags": [
                "cma2019",
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Survival of the Best Fit",
            "description": "A new web-based interactive game that explains how machine learning software can be biased, specifically when used carelessly to automate hiring decisions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-11_190445.5978020000.png",
            "created": "2019-07-11T19:04:45.597450Z",
            "moderation_state": 3
        },
        {
            "id": 213,
            "content_url": "https://savethelink.org/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "network",
                "petition"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Erika Drushka",
            "submitter_profile_id": 54,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Save the Link",
            "description": "Links are essential to freedom of expression online and censoring links will break the Web as we know it. This advocacy campaign lets you tell decision-makers that you oppose regulations that aim to censor links.",
            "get_involved": "Sign the petition, and sign your organisation up to join the network.",
            "get_involved_url": "https://savethelink.org/",
            "interest": "This networked campaign, led by OpenMedia, has over 100 groups signed up to launch a platform for campaigning against proposals that restrict or censor hyperlinking across the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_174216.7402530000.png",
            "created": "2017-04-11T17:42:16.739720Z",
            "moderation_state": 3
        },
        {
            "id": 359,
            "content_url": "https://blog.mozilla.org/blog/2017/06/06/new-mozilla-poll-americans-political-parties-overwhelmingly-support-net-neutrality/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Poll: Americans Overwhelmingly Support Net Neutrality",
            "description": "A recent public opinion poll carried out by Mozilla and Ipsos revealed overwhelming support across party lines for net neutrality, with over three quarters of Americans (76%) supporting net neutrality. Eighty-one percent of Democrats and 73% of Republicans are in favor of it.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_145916.9646760000.jpg",
            "created": "2017-06-06T14:59:16.964377Z",
            "moderation_state": 3
        },
        {
            "id": 2156,
            "content_url": "https://youtu.be/x0xVKpDpxlg",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "#2019dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Who Wants to Be a Rebel?",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_191340.4091920000.jpg",
            "created": "2021-07-05T17:59:25.957849Z",
            "moderation_state": 3
        },
        {
            "id": 218,
            "content_url": "https://andyhub.com/concepts/mobile-reporting/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "atxh4c",
                "hack for change",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Andrew Nelson",
                    "profile_id": 25,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mobile Map IO",
            "description": "Mobile Map IO is boilerplate code and design for creating mobile reporting apps. This open-source project on Github is built using popular, proven web technologies to allow it to be most easily picked up by other civic hackers. With Mobile Map IO, a civic hacker can create a mobile app with an API and mapping capabilities customized for their project in less than an hour.",
            "get_involved": "Share issues or ideas",
            "get_involved_url": "https://github.com/werdnanoslen/mobile-map-io/labels/mozsprint",
            "interest": "This is a great open-source project from a Mozilla Open Leadership Fellow for the 2017 Global Sprint",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_142301.7321070000.png",
            "created": "2017-04-13T14:23:01.731647Z",
            "moderation_state": 3
        },
        {
            "id": 1171,
            "content_url": "https://medium.com/read-write-participate/fellowships-were-seeking-open-internet-engineers-66eed422cc28",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fellowships: Mozilla Is Seeking Open Internet Engineers",
            "description": "Mozilla is expanding its Fellowship program with a new track, focusing on core internet infrastructure in the Global South. Mozilla seeking Fellows for open internet engineering: developers who can help bring the unconnected — roughly four billion users in the Global South and remote locations — online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-10_164546.4516840000.png",
            "created": "2019-05-10T16:45:46.451103Z",
            "moderation_state": 3
        },
        {
            "id": 2150,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Tech Activism Through Art",
            "description": "Can art and entertainment fuel a global movement for internet health? A conversation featuring:  Neema Iyer, Founder and Director, Pollicy  Alexander Fefegha, Co-Founder and Director, COMUZI",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=AWmL5-_GyTE",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_190357.4815250000.jpeg",
            "created": "2021-07-05T15:57:16.232671Z",
            "moderation_state": 3
        },
        {
            "id": 136,
            "content_url": "http://cariboudigital.net/winners-losers-in-the-global-app-economy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Winners and Losers in the Global App Economy",
            "description": "A research report to look deeper at the global trends in app revenue flow, with a particularly lens on emerging markets.",
            "get_involved": "Read, use and share the report",
            "get_involved_url": "",
            "interest": "Research was supported by Mozilla Foundation, and maps to our goals around digital inclusion, and many other points in the Mozilla Mission.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-01T15:41:11.326000Z",
            "moderation_state": 3
        },
        {
            "id": 373,
            "content_url": "https://github.com/acgetchell/CDT-plusplus",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Causal Dynamical Triangulations in C++",
            "description": "Quantize spacetime on your laptop. Causal Dynamical Triangulations is a candidate theory of quantum gravity in which the smooth geometry of spacetime is replaced by piece-wise flat simplicial geometries using tetrahedrons and their 4D analogues.",
            "get_involved": "",
            "get_involved_url": "https://github.com/acgetchell/CDT-plusplus/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-16_134705.3962800000.gif",
            "created": "2017-06-16T13:47:05.395658Z",
            "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": 969,
            "content_url": "https://dingdingding.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "DING",
            "description": "In the second-ever edition of DING — Mozilla’s magazine about technology, society, and the future — we say goodbye to oppressive technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_003431.0035260000.png",
            "created": "2018-12-07T00:34:31.002874Z",
            "moderation_state": 3
        },
        {
            "id": 2540,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-kenyas-inaugural-cohort-of-responsible-computing-challenge-awardees/",
            "is_bookmarked": false,
            "tags": [
                "#RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing Kenya’s Inaugural Cohort of Responsible Computing Challenge Awardees",
            "description": "Mozilla’s expansion of the Responsible Computing Challenge in East Africa is ready for take-off. Eight universities embedding ethical studies in their computer science curricula will receive a cumulative sum of USD $200,000 in grants.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-06-29_155211.1075100000.jpg",
            "created": "2023-06-29T15:52:11.107249Z",
            "moderation_state": 3
        },
        {
            "id": 2206,
            "content_url": "https://foundation.mozilla.org/en/blog/its-a-wrap-movement-building-from-home/",
            "is_bookmarked": false,
            "tags": [
                "mbmfcr"
            ],
            "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": "It’s a wrap: Movement-Building from Home",
            "description": "After four weeks of amazing, restorative dialogue with over 100 community members during our Movement-Building from Home series of calls, we have learned a lot about online facilitation and community management during the COVID19 crisis. (Watch the calls on demand on this playlist.)",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_230148.6837350000.png",
            "created": "2021-07-07T23:01:48.683515Z",
            "moderation_state": 3
        },
        {
            "id": 1920,
            "content_url": "https://www.weforum.org/agenda/2020/01/civil-society-skills-gap-digital-transformation/",
            "is_bookmarked": false,
            "tags": [
                "connectivity",
                "digital skills",
                "latin america"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Melissa Huerta",
                    "profile_id": 61,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Here's how Latin American communities are bridging the skills gap",
            "description": "WEF post, published Jan. 2020",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-19T17:43:49.894927Z",
            "moderation_state": 3
        },
        {
            "id": 449,
            "content_url": "https://medium.com/read-write-participate/promoting-legal-protections-for-privacy-rights-in-the-united-states-a2c1d0404349",
            "is_bookmarked": false,
            "tags": [
                "online privacy & security",
                "privacy",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Promoting Legal Protections for Privacy Rights in the United States",
            "description": "Mozilla Tech Policy Fellow Camille Fischer writes about her work to promote privacy rights in the United States.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-28_192339.6447930000.jpg",
            "created": "2017-09-28T19:23:39.644410Z",
            "moderation_state": 3
        },
        {
            "id": 667,
            "content_url": "https://medium.com/read-write-participate/mapping-oregons-wetlands-with-help-from-high-schoolers-and-gigabit-technology-d526677aaf41",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Real Time Wetland Restoration Mapping and Analysis",
            "description": "High school students in Oregon will stream GIS data collected from wetlands to the Army Corps of Engineers in real-time, taking advantage of Eugene’s high-speed, low-latency gigabit network. In the process, students will support the local ecosystem — and learn all about an emerging technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_151853.0339740000.jpg",
            "created": "2018-04-02T15:18:53.033462Z",
            "moderation_state": 3
        },
        {
            "id": 93,
            "content_url": "https://www.youtube.com/watch?v=NmWRifoFmDQ",
            "is_bookmarked": false,
            "tags": [
                "internet",
                "movement",
                "risk",
                "state of the web",
                "surveillance",
                "talk",
                "video",
                "web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Power and Empowerment on the Internet",
            "description": "Mark Surman reflects on the internet freedom movement in the age of empires.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Despite monopolies, walled gardens, and surveillance on the internet, there's a grassroots movement for online freedom, creativity and opportunity for all.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/93.png",
            "created": "2016-09-09T19:15:22.179000Z",
            "moderation_state": 3
        },
        {
            "id": 1289,
            "content_url": "https://github.com/phoenixframework/firenest/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Phoenix and Firenest",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_232802.7611700000.png",
            "created": "2019-08-01T23:28:02.743856Z",
            "moderation_state": 3
        },
        {
            "id": 2219,
            "content_url": "https://book.mozillafestival.org/creating-participatory-events",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Creating Participatory Events",
            "description": "MozFest was forged by the event design and facilitation principles of Aspiration’s Allen “Gunner” Gunn. His guidelines for creating participatory events provided a blueprint and complemented our open ethos for the festival.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_182927.3660600000.png",
            "created": "2021-07-08T18:29:27.365831Z",
            "moderation_state": 3
        },
        {
            "id": 1009,
            "content_url": "https://medium.com/read-write-participate/announcing-openscapes-open-science-is-better-science-debe520d3de5",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openscapes",
            "description": "Mozilla Fellow Julia Lowndes has launched a mentorship program to help environmental scientists work more openly",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-29_140359.1243740000.png",
            "created": "2019-01-29T14:03:59.123889Z",
            "moderation_state": 3
        },
        {
            "id": 774,
            "content_url": "https://vrlab.cmix.louisiana.edu/category/news/mozilla-gigabit-blog",
            "is_bookmarked": false,
            "tags": [
                "gigabit community fund",
                "virtual reality"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "CACS Virtual Reality Lab",
            "submitter_profile_id": 250,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Nicholas Lipari",
                    "profile_id": 257,
                    "is_active": true
                },
                {
                    "name": "CACS Virtual Reality Lab",
                    "profile_id": 250,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cross-community deployment of Kvasir-VR for networked VR field trips",
            "description": "We are deploying our networked educational VR techniques across communities, bringing them from Lafayette, LA to the Chattanooga, TN area. “Kvasir-VR” enables virtual field trips that include livestreamed 3D teacher imagery directly in the VR views of immersed students. The project connects two geographically-separated gigabit communities and evaluates educational aspects of the VR-embedded teacher.\n\nAdditionally, VR infrastructure and curriculum guidance will be provided to the participating schools  for educators to build course content for longer-term benefit.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_155331.3573790000.jpg",
            "created": "2018-04-26T15:53:31.356785Z",
            "moderation_state": 3
        },
        {
            "id": 2452,
            "content_url": "https://badili.co.ke/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "common voice",
                "machine learning",
                "natural language processing"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Badili Innovations",
                    "profile_id": 6088,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "LivHealth Kiswahili Corpus",
            "description": "LivHealth Kiswahili Corpus aims to empower local communities to correctly identify livestock syndromes and get timely interventions from qualified livestock practitioners. Using Natural Language Processing (NLP), Machine Learning (ML), and Artificial Intelligence (AI), the project will build Kiswahili text-to-speech models for disseminating disease information to marginalized communities. Working closely with their partner, One Health Center in Africa (OHRECA), they will enhance the functionality of the system to enable communities easy access to disease information on demand and in Kiswahili.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-18_124442.1615610000.jpg",
            "created": "2022-11-18T12:44:42.161103Z",
            "moderation_state": 3
        },
        {
            "id": 2210,
            "content_url": "https://one.compost.digital/",
            "is_bookmarked": false,
            "tags": [
                "dsmfcr"
            ],
            "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": "Compost Magazine Issue 1: Fertile Grounds",
            "description": "Even as existing digital infrastructure fails to embolden truth or bring people together, we are hopeful. In Fertile Grounds we explore how our decaying web can help new networks flourish.\n\nThis debut issue of COMPOST magazine features writing and art about technologies, protocols, and communities that enable authentic and trustful connections.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_175249.3864660000.png",
            "created": "2021-07-08T17:52:49.386249Z",
            "moderation_state": 3
        },
        {
            "id": 252,
            "content_url": "https://github.com/MozillaFoundation/mpa-offline-games-challenge",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "offline",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Offline Games Challenge",
            "description": "This is a Global Sprint project that invites contributors to develop childhood, playground, and tabletop games that teach about online safety and inclusion in fun, low-risk ways. The big idea is to make high quality, open-source privacy and security curriculum available to anyone, anywhere, so they can teach and learn about issues like encryption, privacy, and surveillance despite limited access to the Internet.",
            "get_involved": "Spread the word and contribute during the Global Sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-offline-games-challenge",
            "interest": "This is an example of a Global Sprint project that aism to deliver widely adaptable teaching and learning materials to leaders throughout our network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-27_122636.9671740000.png",
            "created": "2017-04-27T12:26:36.966601Z",
            "moderation_state": 3
        },
        {
            "id": 1829,
            "content_url": "https://medium.com/mozilla-festival/7-steps-to-a-great-mozfest-proposal-eff4f1cee6fe",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "7 Steps to a Great MozFest Proposal",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_105139.3094960000.png",
            "created": "2020-09-07T10:51:39.285173Z",
            "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": 131,
            "content_url": "http://newslynx.readthedocs.org/en/latest/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NewsLynx",
            "description": "A tool for measuring the qualitative and quantitative impact of news stories.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Enables journalists and publishers to measure the impact of their stories.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-02T19:58:52.061000Z",
            "moderation_state": 3
        },
        {
            "id": 1293,
            "content_url": "https://riseup.net/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2017"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Riseup Networks",
            "description": "Riseup provides online communication tools for people and groups working on liberatory social change. We are a project to create democratic alternatives and practice self-determination by controlling our own secure means of communications.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_033704.4957970000.png",
            "created": "2019-08-02T03:37:04.272207Z",
            "moderation_state": 3
        },
        {
            "id": 17,
            "content_url": "https://air.mozilla.org/foundation-demos-november-25-2016/",
            "is_bookmarked": false,
            "tags": [
                "demos"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "25 Nov 2016 – Demos of our recent projects, including design, engineering, and related programs. Featuring recent participants of Open Leadership Training!",
            "get_involved": "Everyone is welcome to join the video call.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "twitter crisis, Tim Head @betatim (3:20)\nOpenStudentBook, Edoardo Viola @edovio (8:57)\nDigital Skills Observatory, Bonface @thebonface & Alex @xelawafs (12:20)\ncrowdmapping, Winnie @IamProvisional (20:28)\nYou Look Familiar, Minn Soe (@minn_so) (23:55)\nOpen Data Hack, Dennis Ndegwa @dendegwa (36:00)",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/17.png",
            "created": "2016-11-28T20:48:47.199000Z",
            "moderation_state": 3
        },
        {
            "id": 125,
            "content_url": "https://github.com/tennysonholloway/sms-vote-updates",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "SMS Vote Updater",
            "description": "This is a service that texts you when your legislator votes in congress.",
            "get_involved": "",
            "get_involved_url": "https://github.com/tennysonholloway/sms-vote-updates",
            "interest": "It makes easy to keep track of real political action.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-23T20:30:41.063000Z",
            "moderation_state": 3
        }
    ]
}