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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-published_by__profile&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-published_by__profile&page=29",
    "results": [
        {
            "id": 926,
            "content_url": "https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3000014",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "André Maia Chagas",
                    "profile_id": 1550,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The case for open scientific hardware",
            "description": "Here, a case is made for the use of free open source hardware in research and education, including countries and institutions where funds were never the biggest problem.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-28_131538.4390150000.png",
            "created": "2018-09-28T13:15:38.438487Z",
            "moderation_state": 3
        },
        {
            "id": 925,
            "content_url": "https://blog.mozilla.org/blog/2018/09/25/1-6-million-to-connect-unconnected-americans-our-nsf-wins-competition-grand-prize-winners/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "NSF-WINS Grand Prize Winners",
            "description": "After months of prototyping and judging, Mozilla and the National Science Foundation are fueling the best and brightest ideas for bringing more Americans online",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-25_112422.4038710000.jpg",
            "created": "2018-09-25T11:24:22.403572Z",
            "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": 468,
            "content_url": "http://www.cnn.com/2017/10/14/opinions/internet-of-things-future-surman-thorne-opinion/index.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Essay: The future of the Internet of Things depends on this",
            "description": "A CNN.com by op-ed by Mark Surman and Michelle Thorne. The authors discuss an open, decentralized approach to IoT.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_201138.4106180000.png",
            "created": "2017-10-16T20:11:38.410046Z",
            "moderation_state": 3
        },
        {
            "id": 1668,
            "content_url": "https://foundation.mozilla.org/en/blog/privacy-norms-and-pandemic/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog: Privacy Norms and the Pandemic",
            "description": "Writes Mark Surman: \"Will things like digital contact tracing leave a legacy of better privacy norms, or worse ones?\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_145537.9307810000.jpg",
            "created": "2020-05-05T14:55:37.930235Z",
            "moderation_state": 3
        },
        {
            "id": 1670,
            "content_url": "https://www.eff.org/issues/covid-19",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "COVID-19 and Digital Rights",
            "description": "Many of our digital rights are impacted by COVID-19. Now more than ever, EFF is dedicated to ensuring that technology supports freedom, justice, and innovation for all the people of the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_155415.2003770000.png",
            "created": "2020-05-05T15:54:15.199868Z",
            "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": 951,
            "content_url": "https://www.youtube.com/watch?v=jrZD6eK-fRw&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=8",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data and Digital Rights in Asia",
            "description": "Amba Kak, polict advisor at Mozilla, speaks at MozFest 2018. Amba focuses on privacy, net neutrality and free speech in India.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_162939.9669080000.jpg",
            "created": "2018-11-07T16:29:39.966524Z",
            "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": 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": 783,
            "content_url": "https://medium.com/read-write-participate/a-tool-for-open-government-in-hungary-2680140d41bc",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Parliamentary Debates Open",
            "description": "An open-source tool for journalists that scrapes and processes Hungarian National Assembly debates using Natural Language Processing.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-30_143529.7926730000.png",
            "created": "2018-04-30T14:35:29.792012Z",
            "moderation_state": 3
        },
        {
            "id": 772,
            "content_url": "https://www.newschool.edu/digital-equity-lab/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Take It or Leave It: NYC Residents, Online Privacy & Internet Service",
            "description": "This report ranks New York City’s major Internet Service Providers based on the degree of privacy control and consent they offer consumers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_130352.6832470000.png",
            "created": "2018-04-26T13:03:52.682688Z",
            "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": 358,
            "content_url": "https://www.youtube.com/watch?v=dRDz_1a8vqQ",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "re:publica"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet Health Clinic",
            "description": "At re:publica 2017, Mozilla's Internet Health Clinic examined the state of privacy, inclusion and openness online. Come have a look.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-06_145753.6951110000.png",
            "created": "2017-06-06T14:57:53.694798Z",
            "moderation_state": 3
        },
        {
            "id": 906,
            "content_url": "https://medium.com/read-write-participate/in-chattanooga-pairing-access-with-literacy-6474405fc457",
            "is_bookmarked": false,
            "tags": [
                "nsf",
                "nsf-wins"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NoogaNet",
            "description": "The NoogaNet project brings underserved neighborhoods online — and then teaches residents how the network infrastructure works",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-24_144214.2434420000.png",
            "created": "2018-08-24T14:42:14.242813Z",
            "moderation_state": 3
        },
        {
            "id": 991,
            "content_url": "https://fosh-following-demand.github.io/en/about",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Free and Open-Source Hardware",
            "description": "Mozilla Fellow André Maia Chagas is building free and open-source hardware for scientists. Take the survey to help his research: http://ec2-3-17-144-2.us-east-2.compute.amazonaws.com/index.php/456854?newtest=Y&lang=en",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-16_173249.7054460000.png",
            "created": "2019-01-16T17:32:49.704800Z",
            "moderation_state": 3
        },
        {
            "id": 866,
            "content_url": "https://www.wired.com/story/the-complexity-of-simply-searching-for-medical-advice/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed | The Complexity of Simply Searching for Medical Advice",
            "description": "Mozilla Fellow Renee DiResta writes about \"search void\" -- a situation where searching for answers about a keyword returns content produced by a niche group with a particular agenda.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-03_194800.9114400000.png",
            "created": "2018-07-03T19:48:00.909779Z",
            "moderation_state": 3
        },
        {
            "id": 934,
            "content_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/industry-support/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Letter: Putting Humanity at the Heart of Technical Education",
            "description": "\"We—founders, CEOs, technologists, investors and others who care deeply about the future of technology—add our names to those championing the many efforts to reinvent CS education. It is a critically important step in advancing the industry we care about so deeply, ensuring a healthy, thriving internet and securing a bright human future.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-12_125902.8193590000.png",
            "created": "2018-10-12T12:59:02.818959Z",
            "moderation_state": 3
        },
        {
            "id": 1170,
            "content_url": "https://blog.mozilla.org/blog/2019/04/29/facebooks-ad-archive-api-is-inadequate/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Facebook ad archive API analysis",
            "description": "Facebook’s tool meets only two of experts’ five minimum standards. That’s a failing grade.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-05-10T16:44:49.111710Z",
            "moderation_state": 3
        },
        {
            "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": 868,
            "content_url": "https://dingdingding.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jon Rogers",
                    "profile_id": 1435,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ding Magazine",
            "description": "Ding -- a magazine about the 'internet of things' -- has a new home on the web: https://dingdingding.org/Read stories and interviews from the 2017 edition, and stay tuned for a new issue in fall 2018.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-05_191805.2759380000.jpg",
            "created": "2018-07-05T19:18:05.275145Z",
            "moderation_state": 3
        },
        {
            "id": 171,
            "content_url": "https://www.safaribooksonline.com/library/view/geospatial-data-and/9781491984314/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Geospatial Data and Analysis ebook",
            "description": "Geospatial data, or data with location information, is generated in huge volumes every day by billions of mobile phones, IoT sensors, drones, nanosatellites, and many other sources in an unending stream. This practical ebook introduces you to the landscape of tools and methods for making sense of all that data, and shows you how to apply geospatial analytics to a variety of issues, large and small.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-31_201349.4761200000.png",
            "created": "2017-03-31T20:13:49.475118Z",
            "moderation_state": 3
        },
        {
            "id": 172,
            "content_url": "https://github.com/openiotstudio/general/blob/master/publications/Practices%20for%20a%20Healthy%20Internet%20of%20Things%20Open%20IoT%20Studio%20github.pdf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Practices for a Healthy Internet of Things",
            "description": "The Open IoT Studio's first-annual publication. Learnings, musings and prototypes related to a healthier Internet of Things.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-31_203312.6022790000.png",
            "created": "2017-03-31T20:33:12.601711Z",
            "moderation_state": 3
        },
        {
            "id": 1737,
            "content_url": "https://foundation.mozilla.org/en/blog/examining-human-labor-behind-ai/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Examining the Human Labor Behind AI",
            "description": "http://trk.network/ is a tool and advocacy initiative by Caroline Sinders spotlighting unjust labor in the machine learning pipeline\n\nClick \"Visit\" to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-08_182412.9190000000.jpg",
            "created": "2020-06-08T18:24:12.918644Z",
            "moderation_state": 3
        },
        {
            "id": 619,
            "content_url": "https://medium.com/read-write-participate/an-internet-that-fits-on-your-keychain-ae582d8bcd48",
            "is_bookmarked": false,
            "tags": [
                "nsf",
                "nsf-wins"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Project Lantern",
            "description": "Project Lantern provides citizens with a decentralized network and accompanying apps in the aftermath of natural disasters",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-08_184245.3001290000.png",
            "created": "2018-03-08T18:42:45.299422Z",
            "moderation_state": 3
        },
        {
            "id": 431,
            "content_url": "http://www.dw.com/en/check-up-for-the-internet/a-40412208",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "media"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Solana Larsen",
            "submitter_profile_id": 81,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Solana Larsen",
                    "profile_id": 81,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Visits Deutche Welle Akademie",
            "description": "Deutsche Welle Akademie is Germany's leading organization for international media development. Mozilla paid them a visit for a lunchtime talk about Internet health for staff in Berlin (and Bonn via video). Check out the link for a DW interview with Solana Larsen, Mozilla's editor of the Internet Health Report.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-26_141432.4247450000.jpg",
            "created": "2017-09-12T12:06:25.083260Z",
            "moderation_state": 3
        },
        {
            "id": 366,
            "content_url": "https://youtu.be/uapYgf-HQKo",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Solana Larsen",
            "submitter_profile_id": 81,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "From Connected Toasters to Global Digital Rights (Video)",
            "description": "A lively panel at the Stockholm Internet Forum in May 2017 dove into the challenges and opportunities for future global digital rights. The panel was moderated by Renata Avila (Web Foundation) with participation of Solana Larsen (Mozilla), Gbénga Sèsan (Paradigm Initiative, Nigeria), Lisa Garcia (Foundation for Media Alternatives, The Philippines), Malavika Jayaram (Digital Asia Hub), and Renato Rocha Souza (Universidade Federal de Minas Gerais, Brazil).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Great insights from global panelists about the challenges and opportunities of the new frontier of Internet connectivity",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-11_203403.3060530000.png",
            "created": "2017-06-11T20:34:03.305436Z",
            "moderation_state": 3
        },
        {
            "id": 420,
            "content_url": "https://digitalimpact.org/internet-health-a-checkup-for-civil-society/",
            "is_bookmarked": false,
            "tags": [
                "internet health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Solana Larsen",
            "submitter_profile_id": 81,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Solana Larsen",
                    "profile_id": 81,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Internet Health: A Checkup for Civil Society",
            "description": "Register now for a (free, of course) virtual roundtable discussion on September 27, 2017 led by Lucy Bernholz, Director of Stanford University's Digital Civil Society Lab (DCSL) with Solana Larsen, Editor of Mozilla’s Internet Health Report, Dhanaraj Thakur, Senior Research Manager at the Alliance for Affordable Internet and the World Wide Web Foundation; and Jessica Feldman, media theorist, artist, and Postdoctoral Fellow at the DCSL.",
            "get_involved": "Sign up to take part",
            "get_involved_url": "",
            "interest": "Internet health – how do we define, measure, and foster it for social good?",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-14_123514.4485120000.png",
            "created": "2017-08-14T12:35:14.447794Z",
            "moderation_state": 3
        },
        {
            "id": 340,
            "content_url": "https://indicators.internethealthreport.org",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Solana Larsen",
            "submitter_profile_id": 81,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How would you measure the health of the Internet?",
            "description": "If you want to know if the Internet is healthy, what do you track? The number of people online? The speed of your connection? We're crowd-sourcing indicators for Mozilla's Internet Health Report until June 16, 2017.",
            "get_involved": "Add your suggestions!",
            "get_involved_url": "https://indicators.internethealthreport.org",
            "interest": "Because figuring out how to measure the health of the Internet is something we all need to work on together!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_145624.6476130000.png",
            "created": "2017-06-01T14:56:24.647119Z",
            "moderation_state": 3
        },
        {
            "id": 434,
            "content_url": "http://hivetoronto.org/10-toronto-projects-helping-mozilla-shape-healthy-internet/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Promote",
                "Code"
            ],
            "published_by": "Simona Ramkisson",
            "submitter_profile_id": 78,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "10 Toronto projects helping Mozilla shape a healthy Internet",
            "description": "Hive Toronto launched the Internet Health mini-grant this year and these are 10 projects supported a healthier and accessible internet.",
            "get_involved": "",
            "get_involved_url": "http://www.hivetoronto.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-13_181411.1465180000.png",
            "created": "2017-09-13T18:14:11.145741Z",
            "moderation_state": 3
        },
        {
            "id": 214,
            "content_url": "http://hivetoronto.org/coding-combat-cyber-bullying/",
            "is_bookmarked": false,
            "tags": [
                "ca.pture"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Simona Ramkisson",
            "submitter_profile_id": 78,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hive Toronto Ca.pture March Break Camp",
            "description": "An overview of Hive Toronto's youth designed cyberbullying workshop series. Over 3 days, our youth council facilitated 20+ youth from across Toronto on how to train educators to have better conversations about cyberviolence in their schools.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A \"for educators, by youth\" project which looks to create safe spaces to encourage dialogue about cyberviolence in schools.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_181229.3773560000.jpeg",
            "created": "2017-04-11T18:12:29.376724Z",
            "moderation_state": 3
        },
        {
            "id": 412,
            "content_url": "https://medium.com/@anmechung/web-literacy-leaders-fueling-the-movement-together-39f1b5cd24ff",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "open leadership",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web Literacy Leaders: Fueling the Movement Together",
            "description": "The first cohort of Mozilla Web Literacy Leaders met on July 18–19 in Chicago to continue growing their open leadership skills. Through skill sharing and design thinking they deepened their knowledge about web literacy and what it will take to support a healthy internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-02_180022.3299630000.png",
            "created": "2017-08-02T18:00:22.329383Z",
            "moderation_state": 3
        },
        {
            "id": 548,
            "content_url": "https://medium.com/@daviserin/turning-intent-into-action-the-madlib-manifesto-fab43fb44e2a",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Turning Intent into Action: The MadLib Manifesto",
            "description": "Returning to MozFest as a Web Literacy Leader made for a lovely experience; the crush of amazing programming and brilliant ideas at the festival was even better with friends! (And our evening out over Indian was so spectacular I ate at Cinnamon Bazaar again the next night.)",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-09_052618.7405520000.png",
            "created": "2017-11-09T05:26:18.738615Z",
            "moderation_state": 3
        },
        {
            "id": 551,
            "content_url": "https://medium.com/@slehane/mozfest-2017-its-all-about-learning-sharing-experiencing-a1741045acef",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozfest 2017 - Its All About Learning, Sharing, Experiencing",
            "description": "In 2016, I attended my first Mozfest and I remember thinking at the end: I have to come back again. This year, under the Mozilla Web Literacy Leadership program, I was fortunate enough to be able to experience Mozfest a second time. Of the many conferences I attend each year, none transmits the energy that I feel during this 2-day convening of Internet Health thinkers, movers, and motivators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-16_071503.8990330000.png",
            "created": "2017-11-16T07:15:03.897924Z",
            "moderation_state": 3
        },
        {
            "id": 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": 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": 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": 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": 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": 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": 498,
            "content_url": "http://www.toledolibrary.org/blog/training-on-web-literacy",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "professional development",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Training on Web Literacy - Toledo Lucas County Public Library",
            "description": "As one of the Web Literacy Trainers at Toledo Lucas County Public Library, I can tell you that I for one have learned quite a bit! Over the course of the last 12+ months and 8 training classes later, I without a doubt have a more informed knowledge of how the World Wide Web and Internet operate and what they can offer. In years previous as a college student, consumer, and social media user, I didn’t give much thought to areas such as security, protection, third party tracking, hacking and overall, being web literate.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_170031.2607270000.png",
            "created": "2017-10-25T17:00:31.260325Z",
            "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": 480,
            "content_url": "https://medium.com/@shannon.m.wells/21st-century-skills-badging-a-bridge-from-education-to-the-workforce-350f8ac688c4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "21st Century Skills Badging: A bridge from education to the workforce",
            "description": "The New World of Work (NWoW) 21st Century Skills program provides free video, curriculum, assessment, and digital badge resources to California community colleges and their partners, including secondary institutions, workforce boards, and employers. NWoW’s Competencies, Attributes, and Traits for the “Top 10” 21st Century Skills were established based on Mozilla's 21C skills and competencies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_204424.1326530000.png",
            "created": "2017-10-20T20:44:24.132305Z",
            "moderation_state": 3
        },
        {
            "id": 429,
            "content_url": "https://medium.com/@PaoloBalboa/sharing-iterating-and-badging-in-the-digital-divide-85f8f2d737ca",
            "is_bookmarked": false,
            "tags": [
                "badges",
                "libraries",
                "professional development"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "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": "Sharing, Iterating, and Badging in the Digital Divide",
            "description": "If I learn anything from this Web Literacy pilot project, it’s the value of iterative thinking.\n\nI like concrete goals, scheduled updates, and comprehensive work plans, then sticking to them until my job is finished. That’s my baseline. I’m not the best at setting these goals, and primarily I thought this pilot would mold me into a better planner. It has, of course, just like anything else that involves coordinating moving parts, but I am evolving with my project here in Cleveland.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-08_192912.0104660000.png",
            "created": "2017-09-08T19:29:12.009742Z",
            "moderation_state": 3
        },
        {
            "id": 403,
            "content_url": "https://medium.com/@daviserin/toward-a-healthier-internet-6ce4f02c90c",
            "is_bookmarked": false,
            "tags": [
                "internal health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Toward a Healthier Internet",
            "description": "Having just (re)joined a gym, purchased a fitness tracker, and signed up with a personal trainer, it’s safe to say that I’m prioritizing my health these days.\n\nWith this view firmly in place, reading Mozilla’s Internet Health Report takes on a (probably unintentional) biological framework: how does the health of the internet effect the health of those who use it? What does it mean for a person to be healthy? And how do these attributes translate to a system of mechanical parts?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-11_183505.2278210000.png",
            "created": "2017-07-11T18:35:05.227496Z",
            "moderation_state": 3
        },
        {
            "id": 386,
            "content_url": "https://americanlibrariesmagazine.org/blogs/the-scoop/mozfest-comics-zines-and-open-images/",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2016: Comics, Zines, and Open Images",
            "description": "Leading a session at MozFest requires a different approach from your typical library conference presentation. Held in London October 28–29, MozFest is Mozilla Foundation’s annual event. Its DIY, hands-on environment provided a wide avenue for facilitation methods of all kinds.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-22_143944.8651400000.JPG",
            "created": "2017-06-22T14:39:44.864573Z",
            "moderation_state": 3
        },
        {
            "id": 383,
            "content_url": "https://medium.com/@dgregory_99602/rhode-coders-the-new-tech-workforce-development-model-4db1899fdd2d",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "RHODE CODERS: The new tech workforce development model",
            "description": "As part of Mozilla's IMLS web literacy project,  Providence Public Library decided to make workforce development the focus of their adult and teen programming.  They created a flagship program called “Rhode Coders” as two separate 10-week cohorts (HTML5 & CSS3 and JavaScript) where adults and teens can explore the world of coding without any of the traditional barriers of cost, fear, or lack of knowledge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-21_043147.7944560000.png",
            "created": "2017-06-21T04:31:47.793781Z",
            "moderation_state": 3
        },
        {
            "id": 379,
            "content_url": "https://medium.com/@mkopel/toward-a-digital-inclusion-academy-e45b4dced34",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Toward a Digital Inclusion Academy",
            "description": "The ideas of “Reuse & Remix” are at the heart of the net, and of library culture. As new ideas become tested solutions, we have a need to make sure that they are easily replicable and scalable, and that the knowledge to do so, or at least to gain exposure, is accessible.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-06-16T23:10:42.785213Z",
            "moderation_state": 3
        }
    ]
}