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&page=26
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&page=27",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&page=25",
    "results": [
        {
            "id": 605,
            "content_url": "https://medium.com/mozilla-festival/what-happened-to-the-internet-f744af0e74fd",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Talks | What Happened to the Internet?",
            "description": "Today, the concept of an open, equal internet is under siege — from misinformation and biased algorithms to rampant harassment and mass surveillance.\n\nWhat can technologists, activists, and journalists do to mitigate the bad and uplift the good? Watch six talks about the internet’s thorniest issues, 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_200957.1275600000.jpg",
            "created": "2018-02-27T20:09:57.127170Z",
            "moderation_state": 3
        },
        {
            "id": 604,
            "content_url": "https://github.com/autonome/web-and-messaging",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bots",
                "Browsers",
                "chat",
                "Line",
                "messaging",
                "Messenger",
                "mozsprint",
                "Telegram",
                "Wechat",
                "Whatsapp"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Dietrich Ayala",
            "submitter_profile_id": 318,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Dietrich Ayala",
                    "profile_id": 318,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web + Messaging",
            "description": "Let's explore how the web and messaging apps can play together!",
            "get_involved": "Let's ideate and prototype!",
            "get_involved_url": "https://github.com/autonome/web-and-messaging",
            "interest": "There's a global migration happening - people moving from the web into messaging apps. Let's build bridges between these worlds, using the best of both.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161552.4987220000.jpg",
            "created": "2018-02-27T19:55:25.779965Z",
            "moderation_state": 3
        },
        {
            "id": 603,
            "content_url": "https://www.facebook.com/mozilla/videos/10156048012797381/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "digital inclusion",
                "net neutrality",
                "open innovation",
                "video"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Natalie Worth",
            "submitter_profile_id": 317,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Temi Lasade-Anderson",
                    "profile_id": 297,
                    "is_active": true
                },
                {
                    "name": "Natalie Worth",
                    "profile_id": 317,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Fight for Net Neutrality",
            "description": "A short explanatory video highlighting Mozilla's petition and call tool to repeal net neutrality in the United States.",
            "get_involved": "",
            "get_involved_url": "https://advocacy.mozilla.org/en-US/net-neutrality/",
            "interest": "The video specifically explains the issue of net neutrality in 2018 and promotes the Mozilla call tool website.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-27_173223.3105490000.jpg",
            "created": "2018-02-27T17:32:23.310162Z",
            "moderation_state": 3
        },
        {
            "id": 602,
            "content_url": "https://project-jste.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "global sprint",
                "javascript",
                "mozfest",
                "mozsprint",
                "open web",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Ahmed Hassan (GeeekyBoy)",
            "submitter_profile_id": 310,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Ahmed Hassan (GeeekyBoy)",
                    "profile_id": 310,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Project JavaScript Translated Edition (Jste)",
            "description": "Project Jste aims to give the opportunity for everyone to code and develop his/her own website or web application by writing a code written in his/her local natural language.",
            "get_involved": "Help us porting Jste to more languages and also translate more JS functions.",
            "get_involved_url": "https://github.com/project-jste/framework",
            "interest": "Because Project Jste will give the opportunity for everyone to code and develop his/her own website or web application in his/her local natural plain language instead of the currently used syntax which may be seemed complex for large portion of people.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025517.9964150000.jpg",
            "created": "2018-02-26T21:04:01.606593Z",
            "moderation_state": 3
        },
        {
            "id": 601,
            "content_url": "https://opensnp.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bioinformatics",
                "biology",
                "citizen science",
                "genetics",
                "mozsprint",
                "participatory science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Write documentation"
            ],
            "published_by": "Bastian Greshake Tzovaras",
            "submitter_profile_id": 150,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "openSNP - Sharing Personal Genomes",
            "description": "Open up your own genome by putting it into the public domain to allow for interesting and participatory science. Find others with similar genetic variations, and learn more about your genome by finding the latest primary literature.",
            "get_involved": "Help us by contributing new code and improving our documentation and design!",
            "get_involved_url": "https://github.com/openSNP/snpr",
            "interest": "openSNP takes the Mozilla values to genetics, personal genomics and bioinformatics!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161630.4307930000.jpg",
            "created": "2018-02-25T18:37:19.406164Z",
            "moderation_state": 3
        },
        {
            "id": 600,
            "content_url": "https://neutrino.js.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "build",
                "build-tool",
                "javascript",
                "mozsprint",
                "preact",
                "react",
                "vue",
                "webpack",
                "zero-config"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Eli Perelman",
            "submitter_profile_id": 308,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Eli Perelman",
                    "profile_id": 308,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Neutrino",
            "description": "Create and build modern JavaScript applications with zero initial configuration. Neutrino combines the power of webpack with the simplicity of presets.",
            "get_involved": "Help us revamp Neutrino for the latest webpack and Babel versions, improve documentation, add new features, and make Neutrino all-around more awesome. We need your help!",
            "get_involved_url": "https://spectrum.chat/neutrino",
            "interest": "It gives web developers the ability to spin up JS projects with minimal effort without losing the ability to extend the build configuration in the future, all with a focus on DRY concepts and distributable presets.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161323.8275270000.jpg",
            "created": "2018-02-22T20:42:37.893376Z",
            "moderation_state": 3
        },
        {
            "id": 599,
            "content_url": "https://www.wired.com/story/ajit-pais-plan-will-take-broadband-away-from-poor-people/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed | Ajit Pai’s Plan Will Take Broadband Away From Poor People",
            "description": "In WIRED, Mozilla Fellows Gigi Sohn and Amina Fazlullah write about the FCC's attack on the Lifeline program.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-21_154206.0894730000.png",
            "created": "2018-02-21T15:42:06.088718Z",
            "moderation_state": 3
        },
        {
            "id": 598,
            "content_url": "https://www.facebook.com/riseupasone/videos/1494838820633225/",
            "is_bookmarked": false,
            "tags": [
                "hacked",
                "Playstation"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Playstation Hacked",
            "description": "\"I called up Sony and I told them 'Hey, someone stole my account, and I don't have access to it.' And they basically blamed me for it.\"\n\nHere's what could happen if your PlayStation is hacked.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-02-16T05:35:55.266079Z",
            "moderation_state": 3
        },
        {
            "id": 597,
            "content_url": "https://medium.com/read-write-participate/meet-alice-hagenimana-a-member-of-the-innovator-club-in-nyarugenge-district-e8ad9ebb6585",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "digital inclusion",
                "digital skills",
                "gender and tech",
                "rwanda",
                "story",
                "user profile",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Meet Alice Hagenimana, A Member of the Innovator Club in Nyarugenge District",
            "description": "This article is part of a series of posts featuring individuals across Rwanda who are learning digital skills as we develop a digitally literate country. Alice has been learning digital skills at her local learning group for 6 months and is ready to tackle technology projects and be a women in tech. This project is the first of it's kind and a collaboration between Mozilla and Digital Opportunity Trust.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This project is the first of it's kind and part of a country-wide rollout of digital skills.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-15_204026.7260130000.jpeg",
            "created": "2018-02-15T20:40:26.725397Z",
            "moderation_state": 3
        },
        {
            "id": 596,
            "content_url": "https://medium.com/read-write-participate/mozilla-learning-groups-in-rwanda-spreading-digital-skills-at-the-speed-of-light-4e71b3f19aa9",
            "is_bookmarked": false,
            "tags": [
                "Digital Inclusion",
                "Digital Skills",
                "East Africa",
                "Internet Health",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Spreading Digital Skills in Rwanda with the Digital Ambassador Program",
            "description": "Mozilla and Digital Opportunity Trust are on a mission to spread digital skills across Rwanda. Here's a look at how we're doing that with the help of some Digital Ambassadors.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This is the first program of it's kinda, a country-wide rollout of digital skills with the local government.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-15_203632.8687140000.jpeg",
            "created": "2018-02-15T20:36:32.868155Z",
            "moderation_state": 3
        },
        {
            "id": 595,
            "content_url": "https://medium.com/@slehane/libraries-literacy-and-leadership-a-journey-with-the-mozilla-community-85f828a7114a",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "libraries",
                "open",
                "open badges",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Libraries, Literacy, and Leadership Journey with the Mozilla Community",
            "description": "In 2016, I embarked on a web literacy project with the Mozilla Foundation and Providence Public Library (PPL) in Rhode Island. With the support from the Institute of Museum and Library Science (IMLS) , we set out to leverage libraries, as community educators, to learn and teach web literacy skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Journey from web literacy to internet health",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-15_202928.6479480000.png",
            "created": "2018-02-15T20:29:28.647447Z",
            "moderation_state": 3
        },
        {
            "id": 594,
            "content_url": "https://www.accessnow.org/cms/assets/uploads/2018/02/Encryption-in-the-United-States-Crypto-Colloquium-Outcomes-Report.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Report | Encryption in the U.S.",
            "description": "This report from Access Now — produced with input from Mozilla's Tech Policy Fellows — concludes that any policy mandating backdoors into encrypted products “would likely be effective for only a minimal time, would be substantially costly, and might harm security in general.”",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-15_200712.8748280000.png",
            "created": "2018-02-15T20:07:12.873754Z",
            "moderation_state": 3
        },
        {
            "id": 593,
            "content_url": "https://medium.com/read-write-participate/ok-google-delete-my-account-no-wait-no-really-a0f8bbd26265",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Chris Hartgerink",
            "submitter_profile_id": 3135,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chris Hartgerink",
                    "profile_id": 3135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog: OK Google, Delete My Account",
            "description": "Mozilla Fellow Chris Hartgerink on his experience untangling from Google.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-15_171921.0330980000.png",
            "created": "2018-02-15T17:19:21.032067Z",
            "moderation_state": 3
        },
        {
            "id": 592,
            "content_url": "http://indianexpress.com/article/opinion/columns/right-to-privacy-justice-krishna-committee-information-theft-big-data-large-concerns-5060033/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed: Big Data, Large Concerns",
            "description": "\"Consent and accountability should be at the core of [India's] new privacy law,\" write Mozilla Tech Policy Fellows Amba Kak and Jason Schultz in this Indian Express op-ed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-12_151340.2665380000.png",
            "created": "2018-02-12T15:13:40.265878Z",
            "moderation_state": 3
        },
        {
            "id": 591,
            "content_url": "https://elifesci.org/innovationsprint2018",
            "is_bookmarked": false,
            "tags": [
                "eLife",
                "event",
                "global sprint",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Design"
            ],
            "published_by": "Naomi Penfold",
            "submitter_profile_id": 99,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Naomi Penfold",
                    "profile_id": 99,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "eLife Innovation Sprint 2018",
            "description": "A two-day challenge for developers, designers, technologists and researchers to create and prototype new ideas to bring cutting-edge technology to open research communication — May 10-11 2018 in Cambridge, UK. \n\nAre you a change maker or web wrangler, UX champion or data tinkerer? Join us to collaborate and work openly to improve research transparency and accessibility, and accelerate discovery in life sciences. Apply now! https://elifesci.org/innovationsprint2018.",
            "get_involved": "Apply now for the sprint at https://elifesci.org/innovationsprint2018. Applications are open until 9am GMT on March 5, we’ll let you know the outcome by March 23. Travel support available. Find out more via the link.",
            "get_involved_url": "https://elifesci.org/innovationsprint2018",
            "interest": "This is an Associate Event to Mozilla Global Sprint. Projects worked on at the eLife event will be posted to the Global Sprint for others to contribute to virtually; if you can’t come to Cambridge, you can contribute virtually via the Global Sprint.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-08_143936.6337880000.jpg",
            "created": "2018-02-08T14:39:36.632909Z",
            "moderation_state": 3
        },
        {
            "id": 590,
            "content_url": "https://medium.com/read-write-participate/exploring-gender-and-technology-in-latin-america-7d021b8010e0",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog: Exploring Gender and Technology in Latin America",
            "description": "Recently, Derechos Digitales mapped the landscape of women-led organizations standing up for human rights online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-08_140247.3321430000.png",
            "created": "2018-02-08T14:02:47.331814Z",
            "moderation_state": 3
        },
        {
            "id": 589,
            "content_url": "https://medium.com/@daviserin/road-testing-mozillas-new-web-literacy-activities-9ee0eff2aae7",
            "is_bookmarked": false,
            "tags": [
                "badges",
                "curriculum",
                "libraries",
                "professional development",
                "training",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Road Testing Mozilla's new web literacy activities",
            "description": "My colleague Molly Schwartz and I kicked off a new series of Web Literacy trainings at METRO this morning. As part of our grant with Mozilla Foundation, we pilot-tested a new round of activities to help learners better understand the ways in which the environment of the web impacts the information we ask for and receive. We also tested a new badging platform as part of this work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-08_072343.2083380000.png",
            "created": "2018-02-08T07:23:43.206830Z",
            "moderation_state": 3
        },
        {
            "id": 588,
            "content_url": "https://medium.com/@civicacceleratr/spring-2018-accelerator-digital-inclusion-c61df30fc4ef",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Sydette Harry",
            "submitter_profile_id": 104,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Meghan McDermott",
                    "profile_id": 292,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Points of Light - Call for Submissions",
            "description": "Points of Light Civic Accelerator is seeking applications from early-stage ventures to advance digital inclusion and 21st-century tech skills for all to succeed in the innovation economy.",
            "get_involved": "Submit proposals to advance digital inclusion",
            "get_involved_url": "http://cvcx.org/spring2018civicaccelerator/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_235529.7140550000.jpg",
            "created": "2018-02-06T17:30:11.565004Z",
            "moderation_state": 3
        },
        {
            "id": 587,
            "content_url": "https://medium.com/@civicacceleratr/spring-2018-accelerator-digital-inclusion-c61df30fc4ef",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Spring 2018 Accelerator — Digital Inclusion",
            "description": "Points of Light Civic Accelerator is seeking applications from early-stage ventures to advance digital inclusion and 21st-century tech skills for all to succeed in the innovation economy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Digital Inclusion Opportunity",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-02-06T17:08:39.558614Z",
            "moderation_state": 3
        },
        {
            "id": 585,
            "content_url": "https://medium.com/@chadsansing/practicing-open-facilitation-5f5474294d13",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "facilitation",
                "open leadership",
                "teaching"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Facilitation",
            "description": "This is a blog post describing Open Facilitation, a GitBook collecting facilitation best practices from our Web Literacy trainings and other workshops.",
            "get_involved": "Please share this resource and help improve it by asking questions and starting discussions.",
            "get_involved_url": "https://chadsansing.gitbooks.io/open-facilitation/content/",
            "interest": "This GitBook has both big-picture and tiny-detail facilitation tips for anyone running an open event, meeting, or workshop - anything from a single class to a multi-day convening.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-06_141716.9410620000.jpeg",
            "created": "2018-02-06T14:17:16.940546Z",
            "moderation_state": 3
        },
        {
            "id": 584,
            "content_url": "https://medium.com/@chadsansing/creating-our-iot-futures-together-9318b06f3eff",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "internet of things",
                "online privacy & security",
                "open leadership",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Katie Hendrix",
                    "profile_id": 68,
                    "is_active": true
                },
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IoT Escape Room Workshop",
            "description": "This is a blog post describing our upcoming IoT Escape Room community workshop in Chattanooga, TN, or March 8th and 9th, 2018. The big idea is to empower community members to design and build fun, collaborative, social ways to learn about Internet health issues and connected devices.",
            "get_involved": "Join us as a participant, contribute to our curriculum, ask us questions, or bring the workshop to your community, Contact curriculum manager Chad Sansing to learn more.",
            "get_involved_url": "https://medium.com/@chadsansing/creating-our-iot-futures-together-9318b06f3eff",
            "interest": "This event and its curriculum will bring together a wide range of participants and contributors from across our network and areas of interest.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-06_141058.9978030000.png",
            "created": "2018-02-06T14:10:58.997273Z",
            "moderation_state": 3
        },
        {
            "id": 583,
            "content_url": "https://chupadados.com",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "data protection",
                "gender and tech",
                "gender equality",
                "iot",
                "online privacy & security",
                "smart cities",
                "storytelling"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Localize & translate"
            ],
            "published_by": "Joana Varon",
            "submitter_profile_id": 287,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Joana Varon",
                    "profile_id": 287,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Sucker, the hidden faces of our beloved technologies",
            "description": "The project uses art, reporting, and storytelling to reveal the insidious impact of online surveillance, especially on women and gender non-binary people.",
            "get_involved": "looking for people who could help me code an interactive layer to improve users journey across the stories, or for interactive infographics. Also need help to copy edit English content.",
            "get_involved_url": "https://twitter.com/CodingRights",
            "interest": "advocacy and comunication about privacy and social justice",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-29_223740.0586000000.jpg",
            "created": "2018-01-29T22:37:40.058001Z",
            "moderation_state": 3
        },
        {
            "id": 582,
            "content_url": "https://dataselfie.it",
            "is_bookmarked": false,
            "tags": [
                "facebook",
                "personality prediction"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Hang Do Thi Duc",
            "submitter_profile_id": 288,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Hang Do Thi Duc",
                    "profile_id": 288,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Selfie",
            "description": "Data Selfie is a browser extension that tracks you while you are on Facebook to show you your own data traces and reveal what machine learning algorithms could predict about your personality based on that data.The tool explores our relationship to the online data we leave behind as a result of media consumption and social networks - the information you share consciously and unconsciously.",
            "get_involved": "Help out on Github: https://github.com/d4t4x/data-selfie",
            "get_involved_url": "https://github.com/d4t4x/data-selfie",
            "interest": "Open source project/browser extension about data privacy, with example of Facebook",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025817.4685070000.jpg",
            "created": "2018-01-29T19:13:16.795443Z",
            "moderation_state": 3
        },
        {
            "id": 581,
            "content_url": "https://securityplanner.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Bram Abramson",
            "submitter_profile_id": 281,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Security Planner",
            "description": "Security Planner is a simple way to get tailored, straight-forwarded recommendations for staying safe online.  To use it, answer a few questions about your digital habits and the technology you use.  In response, Security Planner provides plain-language recommendations based on independent, peer-reviewed advice from experts.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-29_144732.2715120000.jpg",
            "created": "2018-01-29T14:47:32.270964Z",
            "moderation_state": 3
        },
        {
            "id": 580,
            "content_url": "http://citationgecko.com",
            "is_bookmarked": false,
            "tags": [
                "app",
                "literature discovery",
                "open access",
                "recommendations"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Test & feedback",
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Barney Walker",
            "submitter_profile_id": 285,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Barney Walker",
                    "profile_id": 285,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Gecko: an open source tool for scientific literature discovery",
            "description": "Gecko is an open source web app for helping researchers find relevant scientific papers quicker. \n\nSimply provide several 'seed papers' that define an area you are interested in and Gecko will search out all the papers that they cite and all the papers that cite them. It then builds a network from these papers allowing you to quickly identify important papers you may have missed.",
            "get_involved": "We're looking for developers and designers to help make Gecko even better, as well as researchers to feedback on useful features. All levels of expertise welcome!",
            "get_involved_url": "https://github.com/bjw49/citation-network-explorer",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-28_134847.6356100000.png",
            "created": "2018-01-28T13:48:47.635190Z",
            "moderation_state": 3
        },
        {
            "id": 578,
            "content_url": "https://medium.com/read-write-participate/host-an-open-internet-activist-7e22374221c9",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Host an Open Internet Activist",
            "description": "The Ford-Mozilla Open Web Fellowship program is seeking host organizations: like-minded groups working on the front lines of internet health\n\nLearn more: https://mzl.la/2mLvJaj\n\nApply: https://mzl.la/2DinAEV",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-16_140921.2476200000.png",
            "created": "2018-01-16T14:09:21.246476Z",
            "moderation_state": 3
        },
        {
            "id": 577,
            "content_url": "https://bioSyntax.org",
            "is_bookmarked": false,
            "tags": [
                "biology",
                "genomics",
                "open science",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Artem Babaian",
            "submitter_profile_id": 273,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Artem Babaian",
                    "profile_id": 273,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "bioSyntax: Syntax Highlighting for Computational Biology",
            "description": "bioSyntax is a suite of syntax highlighting for computational biology file formats. It uses the native syntax-highlighting engines in vim, gedit, sublime and less to add color and formatting to data files. This greatly improves the human-readability and brings scientists closer to their data.",
            "get_involved": "WTB: Scientists (all disciplines) with a deep understanding of how a data-format is read. Designers with flare. Coders looking for seriously fun optimization problems.",
            "get_involved_url": "https://github.com/bioSyntax/bioSyntax",
            "interest": "bioSyntax is a unique library and can greatly improve data readability. I'm hoping to inspire scientists from all disciplines to evaluate this problem in their fields.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-16_070125.3708370000.gif",
            "created": "2018-01-16T07:01:25.370004Z",
            "moderation_state": 3
        },
        {
            "id": 576,
            "content_url": "https://medium.com/@mkopel/announcing-the-digital-inclusion-resource-library-86f06fcbcaba",
            "is_bookmarked": false,
            "tags": [
                "libraries"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing the Digital Inclusion Resource Library",
            "description": "At library.digitalinclusion.org, you’ll find the beginnings of a new collection of documents, reports, teaching aids and other assets used by digital inclusion practitioners of all stripes. The platform will not only serve up community tools, but can point out to interactive content as well.",
            "get_involved": "",
            "get_involved_url": "https://ndia.relatedworks.io/public/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-06_045625.2280330000.png",
            "created": "2018-01-06T04:56:25.227269Z",
            "moderation_state": 3
        },
        {
            "id": 575,
            "content_url": "https://medium.com/read-write-participate/mapping-the-open-leadership-journey-bcaa39f16995",
            "is_bookmarked": false,
            "tags": [
                "open leadership",
                "working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 8,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Leadership Map white paper",
            "description": "This is a blog post announcing the public alpha of our Open Leadership Map white paper. The paper itself is a framework for developing more curriculum and documentation about open leadership and working open. We'd love to have your help in improving this resource. Let us know what makes sense, what seems confusing, and what we've missed!",
            "get_involved": "You can give us feedback on the white paper and its open leadership framework by filing issues in its repo or by emailing project lead Chad Sansing.",
            "get_involved_url": "https://mozilla.github.io/olm-whitepaper/",
            "interest": "We hope network members will adapt the white paper and any open leadership resources that follow for local audiences.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-08_171406.6126410000.png",
            "created": "2018-01-03T22:43:20.368633Z",
            "moderation_state": 3
        },
        {
            "id": 574,
            "content_url": "https://misinfocon.com/citizen-journalism-could-become-collateral-damage-in-the-fight-against-fake-news-c93658a59fd4",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "misinformation"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Sam Burton",
            "submitter_profile_id": 45,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 45,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Citizen journalism could become collatoral damage in the fight against fake news",
            "description": "An opinion piece for Misinfocon by Sam Burton, about the risks of relying too heavily on automation to fight misinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-01-03T21:02:51.454972Z",
            "moderation_state": 3
        },
        {
            "id": 573,
            "content_url": "https://blog.mozilla.org/blog/2017/12/20/plugging-in-on-policy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Cori Zarek",
                    "profile_id": 111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog: Plugging in on Policy",
            "description": "Mozilla Tech Policy Fellows continue to lead policy conversations around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-03_180821.3741650000.jpg",
            "created": "2018-01-03T18:08:21.373466Z",
            "moderation_state": 3
        },
        {
            "id": 572,
            "content_url": "https://github.com/libscie/profile-prototype",
            "is_bookmarked": false,
            "tags": [
                "Beaker Browser",
                "Dat",
                "open access",
                "p2p",
                "reproducibility"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Chris Hartgerink",
            "submitter_profile_id": 3135,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chris Hartgerink",
                    "profile_id": 3135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Decentralizing scholarly communication",
            "description": "Using the peer-to-peer Web protocol Dat (https://datproject.org) we are prototyping a new way of communicating research findings.",
            "get_involved": "We are always looking for new testers! We actively diversify our testing, so everyone's welcome (especially non white males from the overdeveloped countries)",
            "get_involved_url": "https://github.com/libscie/profile-prototype/issues/new",
            "interest": "This project connects developments in science and developments in Web infrastructure for the sustainability of both.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-22_100546.8905170000.png",
            "created": "2017-12-22T10:05:46.889766Z",
            "moderation_state": 3
        },
        {
            "id": 571,
            "content_url": "https://twitter.com/NishatFAhmed",
            "is_bookmarked": false,
            "tags": [
                "data collection",
                "data driven journalism",
                "data visualisation",
                "fake news",
                "mobile journalism",
                "verification"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "CityJourno",
            "submitter_profile_id": 259,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Journo",
            "description": "Interested in advancing local journalism, in a global way! Also strong focus on developing content and audiences in the developing world. #mojo (mobile journalism)  #ddj (data driven journalism) #dataviz (data visualisation) #fakenews #verification.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-12-18T22:56:50.827605Z",
            "moderation_state": 3
        },
        {
            "id": 570,
            "content_url": "https://github.com/rust-br/2018-roadshow",
            "is_bookmarked": false,
            "tags": [
                "rust"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 9,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "2018 Brazil Rust Roadshow",
            "description": "We working with Rust programmers and associated communities to run the first Rust roadshow so that developers and programmers around the Brazil can understand, use and evangelize this language will advance make the web better and more secure.",
            "get_involved": "Help us running a Dive Into Rust workshop at your city, developing our website, build resources for mobilizers and bring new ideas to fueling our movement.",
            "get_involved_url": "https://github.com/rust-br/2018-roadshow/blob/master/CONTRIBUTING.md",
            "interest": "The Rust programming language will be important to the future of the web, making it safe and great. Having more developers understand, use and evangelize this language will advance make the web better and more secure.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-16_034006.6321630000.png",
            "created": "2017-12-16T03:40:06.631748Z",
            "moderation_state": 3
        },
        {
            "id": 569,
            "content_url": "https://www.nytimes.com/2017/12/08/opinion/holiday-gifts-toys-spying.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 5,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed: Don’t Give Kids Holiday Gifts That Can Spy on Them",
            "description": "Mozilla's Ashley Boyd writes about connected toys in the New York Times",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-12_130622.0629270000.png",
            "created": "2017-12-12T13:06:22.062436Z",
            "moderation_state": 3
        },
        {
            "id": 568,
            "content_url": "http://shona-d.blogspot.com/2017/12/from-this-day-forwardi-vow.html",
            "is_bookmarked": false,
            "tags": [
                "#MozFest"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Lashona Dickerson",
            "submitter_profile_id": 237,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lashona Dickerson",
                    "profile_id": 237,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "From This Day Forward...I Vow",
            "description": "MozFest was a time of professional rejuvenation. A time to unite with collaborate, connect, and commit to a healthy and open internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-12-12T04:44:16.091887Z",
            "moderation_state": 3
        },
        {
            "id": 567,
            "content_url": "http://www.coastalquestvr.com/",
            "is_bookmarked": false,
            "tags": [
                "Coastal Erosion",
                "VR Games"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Krantz",
            "submitter_profile_id": 255,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kevin Krantz",
                    "profile_id": 255,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coastal Quest VR",
            "description": "Coastal Quest VR teaches participants about the rapid rate of coastal erosion along Louisiana's coast. The game tests users methods to mitigate and restore coastlines.",
            "get_involved": "",
            "get_involved_url": "https://lafayettesciencemuseum.org",
            "interest": "The information and methodology to countering coastal erosion is useful to coastal communities as an educational tool.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-11_212939.2011830000.jpeg",
            "created": "2017-12-11T21:29:39.200448Z",
            "moderation_state": 3
        },
        {
            "id": 566,
            "content_url": "https://www.tinyurl.com/dtsmatinyhouse",
            "is_bookmarked": false,
            "tags": [
                "education",
                "mozilla",
                "Project Lead The Way",
                "Tiny House",
                "virtual reality"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Nicolette Darjean",
            "submitter_profile_id": 254,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nicolette Darjean",
                    "profile_id": 254,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "David Thibodaux STEM Magnet Academy Atomic Agora Tiny House  Lafayette, LA",
            "description": "David Thibodaux STEM Magnet Academy (DTSMA) students are producing virtual reality environments documenting The Atomic Agora Tiny House (“Atomic” Greek for tiny, “Agora” Greek for house or meeting place) project using the Nepris platform.",
            "get_involved": "Students need classrooms to test this idea in across the state and industry contributors to support the project's continuation",
            "get_involved_url": "https://www.tinyurl.com/dtsmatinyhouse",
            "interest": "This would be interesting because it explains how classrooms are using virtual reality to change the way teachers teach and students learn.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-11_013917.7498410000.JPG",
            "created": "2017-12-11T01:39:17.749105Z",
            "moderation_state": 3
        },
        {
            "id": 565,
            "content_url": "https://medium.com/@mkopel/mozfest-exposure-cross-pollination-and-tomorrows-new-internet-66d2a5ad212d",
            "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": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2017: Exposure, Cross-Pollination and Tomorrow's New Internet",
            "description": "Earlier this year, I wrote a little bit about the value of IRL coalitions working toward internet health. A month out from attending Mozfest 2017 (and a BIG thank you to Mozilla & IMLS for bringing me!), I am reminded of this because of the conversations and efforts that could only happen by making these human connections. So much of our progress is based on cross-pollination of ideas, and it is these human networks and experiences that allow gardens to flourish. In this dark hour of the internet, this is where we might find hope.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-09_035729.7877830000.png",
            "created": "2017-12-09T03:57:29.787371Z",
            "moderation_state": 3
        },
        {
            "id": 564,
            "content_url": "https://edri.org/wp-content/uploads/2016/12/privacy4kids_booklet_web.pdf",
            "is_bookmarked": false,
            "tags": [
                "kids",
                "youth"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Defenders vs Data Intruders -- Privacy for Kids! [PDF]",
            "description": "The Internet. It's cool, fast and global! But it's also complicated, sometimes. Luckily, in our parallel universe where the Digital Defenders fight the evil Data Intruders, it is easy to see who are the good guys and who are the bad guys. This booklet \"Your guide to Digital Defenders vs. Data Intruders - Privacy for kids!\" helps young people between 10-14 years to protect their privacy. The booklet is also available in various languages.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This guide helps young people between 10-14 years to protect their privacy online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-05_223746.9825170000.png",
            "created": "2017-12-05T22:37:46.981966Z",
            "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": 562,
            "content_url": "https://edri.org/wp-content/uploads/2013/10/paper07_web_20130202.pdf",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "copyright",
                "european union"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Copyright: Challenges of the Digital Era [PDF]",
            "description": "This booklet looks at the foundations of the profound disconnect that has developed between citizens and the law around copyright in the EU.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The EDRi Papers published a comprehensive overview of the EU Copyright Directive, which had been in the works for over a decade. This booklet helps people connect with the legislation that, ultimately, shapes the way we can interact with the Internet in Europe.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-05_214419.7147220000.png",
            "created": "2017-12-05T21:44:19.714319Z",
            "moderation_state": 3
        },
        {
            "id": 561,
            "content_url": "https://futurenotmade.eu/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "copyright",
                "european union"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Future Not Made in the EU",
            "description": "Explore the amazing future we could have, if we can stop the destructive EU Copyright Reform Proposal from becoming a reality. Help us defend the open internet in the EU!",
            "get_involved": "Centrum Cyfrowe and other organizations work everyday to convince the European Commission and the European Parliament to put the copyright reform on the right track. Join our efforts.",
            "get_involved_url": "https://futurenotmade.eu/info.html",
            "interest": "The website shows innovative techological inventions that we could have -- that could improve our lives -- if only we could convince the EU Parliament to defend the open internet, and not destroy it.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-20_210615.2246960000.png",
            "created": "2017-12-05T01:57:12.156345Z",
            "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": 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": 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": 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": 555,
            "content_url": "https://stenci.la",
            "is_bookmarked": false,
            "tags": [
                "data",
                "eLifeopensciencesoapbox",
                "mozfest",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Nokome Bentley",
            "submitter_profile_id": 245,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Nokome Bentley",
                    "profile_id": 245,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Stencila",
            "description": "Stencila aims to make reproducible research more accessible with tools which have familiar, more intuitive and less intimidating interfaces. This also enables better collaboration between \"coders\" and \"clickers\".  Stencila Documents provide a word processor interface but allow the embedding of code written in languages such as R, Python and SQL to create tables and figures. Stencila Sheets provide a familiar spreadsheet like interface but allow cell formulas to be written in these same languages and have features to make them less error prone and more reproducible.",
            "get_involved": "Help the community shape Stencila: design and prioritise features, try out prototypes, contribute code!",
            "get_involved_url": "https://community.stenci.la/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-23_204624.7671230000.png",
            "created": "2017-11-23T20:46:24.759184Z",
            "moderation_state": 3
        }
    ]
}