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_creator&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_creator&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=published_by_creator&page=29",
    "results": [
        {
            "id": 848,
            "content_url": "https://virtualcampfi.re",
            "is_bookmarked": false,
            "tags": [
                "anthropology",
                "digital ethnography",
                "digital literacy",
                "facebook",
                "social networking",
                "user research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jenny Ryan",
            "submitter_profile_id": 497,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jenny Ryan",
                    "profile_id": 497,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Virtual Campfire: An Ethnography of Online Social Networking",
            "description": "Based on 5 years of participant-observation on MySpace, Facebook, and Tribe.net, The Virtual Campfire explores the increasingly blurred boundaries between human and machine, public and private, voyeurism and exhibitionism, the history of media and our digitized future. Woven throughout are the stories and experiences of those who engage with these sites regularly and ritualistically, the generation of \"digital natives\" whose tales attest to the often strange and uncomfortable ways online social networking sites have come to be embedded in the everyday lives of American youth.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "digital ethnography of online social networking, based in research conducted from 2003-2007",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-06-25T10:23:56.976403Z",
            "moderation_state": 3
        },
        {
            "id": 1516,
            "content_url": "https://www.mozillapulse.org/profile/3114",
            "is_bookmarked": false,
            "tags": [
                "#MANRS",
                "#mozfellows19",
                "#NSRC",
                "#ROA",
                "#RPKI"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A boost in RPKI ROA signing in South Asia",
            "description": "My first month (Oct 2019) with Mozilla and NSRC was great. Here are some updates of my project:\n\n1. Drafted my travel and event plan for the upcoming year. It'd be real crazy with 17 events, 100 days of traveling in 14 countries.\n2. Prepared a per-country database for south asian ASN to track their progress on RPKI ROA.\n3. Helped 42 organisations to fix 47 invalid ROAs and create 447 new ROAs.\n4. Setup RPKI Validator at the National Data Center in Bangladesh.\n5. Going to conduct awareness session at npNOG5 conference on Dec 8, 2019 in Nepal.\n\nLooking forward to having exciting days ahead.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-20_191826.8788110000.png",
            "created": "2019-11-20T19:18:26.878491Z",
            "moderation_state": 3
        },
        {
            "id": 1519,
            "content_url": "https://medium.com/@rianeliza/the-rise-of-blockchain-in-agriculture-growing-data-connections-7c7134450e81",
            "is_bookmarked": false,
            "tags": [
                "agriculture",
                "big data",
                "blockchain",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3146,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The rise of blockchain in Agriculture: Growing data connections",
            "description": "Blockchain is often dismissed as all hype. But in sectors like agriculture, private ledgers and consortiums are being created at breakneck speed. What are the ramifications, and why should we be paying attention?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-01_204051.1359870000.jpg",
            "created": "2019-12-01T20:40:51.135253Z",
            "moderation_state": 3
        },
        {
            "id": 1522,
            "content_url": "https://foundation.mozilla.org/en/blog/dismantling-ai-myths-and-hype/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "fellows",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dismantling AI Myths and Hype",
            "description": "As a Mozilla Fellow, I’m looking for ways to challenge and subvert inaccurate narratives about AI",
            "get_involved": "",
            "get_involved_url": "https://forms.gle/7YshbkDNu4b8tckZ6",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-05T11:16:21.897572Z",
            "moderation_state": 3
        },
        {
            "id": 850,
            "content_url": "https://www.mozillapulse.org/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "curation",
                "network",
                "pulse"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Join community"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Kristina Shu",
                    "profile_id": 95,
                    "is_active": true
                },
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                },
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Christopher De Cairos",
                    "profile_id": 79,
                    "is_active": true
                },
                {
                    "name": "Lucie Daeye",
                    "profile_id": 301,
                    "is_active": true
                },
                {
                    "name": "Matthew Willse",
                    "profile_id": 85,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New: Share your Pulse Favs!",
            "description": "Pulse is full of incredible projects and important initiatives. Tap the heart to save your favs. And now... you can share your favs on your profile. Tap your name in the top right and then tap the favs tab below. Share that URL with anyone.",
            "get_involved": "There are three ways you can help. 1) Join Pulse, save your favs and share them with your community. 2) If you have coding skills, help us build the Pulse platform. Tap the link below. 3) Know other networks or organizations that could benefit from Pulse? Invite them to join us!",
            "get_involved_url": "https://github.com/mozilla/network-pulse/",
            "interest": "This new feature enables everyone in our network to become curators and promoters of all the great projects. Share to foster new collaboration.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_170716.3481020000.jpg",
            "created": "2018-06-25T17:07:16.347167Z",
            "moderation_state": 3
        },
        {
            "id": 1523,
            "content_url": "https://www.centerfordigitalcommons.org/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Introducing the Global Center for the Digital Commons",
            "description": "The Global Center for the Digital Commonns - GCDC - is finally online!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-05_150408.2575550000.png",
            "created": "2019-12-05T15:04:08.256835Z",
            "moderation_state": 3
        },
        {
            "id": 1526,
            "content_url": "https://foundation.mozilla.org/en/blog/project-demystify-litigation-and-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "#ArtificialIntelligence",
                "#digitalrights",
                "#humanrights",
                "#law",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jonathan McCully",
            "submitter_profile_id": 3157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3413,
                    "is_active": true
                },
                {
                    "name": "Aurum Linh",
                    "profile_id": 3350,
                    "is_active": true
                },
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Project to Demystify Litigation and Artificial Intelligence",
            "description": "As a Mozilla Fellow, I am working with Aurum Linh on a project aimed at breaking down knowledge barriers between litigators and technologists. Find out more, and how to get involved, in this blog.",
            "get_involved": "",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuideSurvey",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-06_175842.6044120000.jpg",
            "created": "2019-12-06T17:58:42.603907Z",
            "moderation_state": 3
        },
        {
            "id": 1525,
            "content_url": "https://www.fastcompany.com/90428465/see-big-techs-terrible-diversity-record-visualized-using-its-logos",
            "is_bookmarked": false,
            "tags": [
                "diversity"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matt Stempeck",
            "submitter_profile_id": 3410,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Matt Stempeck",
                    "profile_id": 3410,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "See Big Tech’s terrible diversity record, visualized using its logos",
            "description": "I created these data visualizations of tech's relatively stagnant progress in US employee diversity, using their logos and brand colors.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-06_163951.1480140000.png",
            "created": "2019-12-06T16:39:51.147331Z",
            "moderation_state": 3
        },
        {
            "id": 1839,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook-stop-group-recommendations/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "campaigns",
                "mozilla"
            ],
            "issues": [],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Facebook: Stop Group Recommendations",
            "description": "Facebook Groups pose a major threat in this election season.They’ve become hidden breeding grounds for disinformation campaigns and organizing platforms for extremists. And Facebook’s own algorithmic recommendation engines actively grow these networks by promoting them to unsuspecting users – something the company has known since 2016.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/facebook-stop-group-recommendations/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-25_212024.9992900000.jpg",
            "created": "2020-09-25T21:20:24.998773Z",
            "moderation_state": 3
        },
        {
            "id": 1528,
            "content_url": "https://medium.com/@divij.joshi/mozilla-fellowship-monthly-update-november-2019-1062da1aa004",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Monthly Fellowship Update (November, 2019)",
            "description": "An update on how I spent November 2019 improving machine decision making in India!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-09T10:35:35.204257Z",
            "moderation_state": 3
        },
        {
            "id": 1529,
            "content_url": "https://medium.com/@hello_95259/ai-enhanced-advertising-the-good-the-bad-and-the-unknown-ca0607dfd96c",
            "is_bookmarked": false,
            "tags": [
                "#Adtech",
                "#Advertising",
                "#AI",
                "#Ethics",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Take Action",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Harriet Kingaby",
            "submitter_profile_id": 3118,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI, advertising, and the future of the internet",
            "description": "Over the course of my Fellowship, I’ll be exploring the potential benefits, pitfalls and unintended consequences of AI enhanced advertising globally, with a particular focus on the UK, India and Brazil. Assessing each from a consumer perspective and making recommendations for its development that can be used by both advertisers and consumer groups wishing to join the conversation.",
            "get_involved": "Answer surveys, test outputs, connect with me",
            "get_involved_url": "https://medium.com/@hello_95259/ai-enhanced-advertising-the-good-the-bad-and-the-unknown-ca0607dfd96c",
            "interest": "If you're envisioning the future of the AI enhanced internet, or advertising, get in touch!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-09_154902.7692280000.png",
            "created": "2019-12-09T15:49:02.768804Z",
            "moderation_state": 3
        },
        {
            "id": 1663,
            "content_url": "https://thewire.in/tech/covid-19-aarogya-setu-surveillance",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "India’s Digital Response to COVID-19 Risks Creating a Crisis of Trust",
            "description": "India's 'digital' responses to the CoViD-19 pandemic risks undermining public health and public trust. In this brief article I assess the harms of these responses and suggest measures to mitigate the risks of digital technologies in light of the pandemic.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-04T13:38:11.526800Z",
            "moderation_state": 3
        },
        {
            "id": 1888,
            "content_url": "https://medium.com/openscienceke/research-data-management-it-takes-a-plan-anchored-on-a-policy-dbae2271404",
            "is_bookmarked": false,
            "tags": [
                "open science",
                "research data"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Research Data Management: It takes a plan anchored on a policy",
            "description": "It takes a plan. A plan depends on what you believe, what you should do, what your job description says, your value system, what interests you, etc. So before you sleep, you come up with a plan on what you will do, how you will do it, and the tools you will use. Your plan anchors on what you need to do and your belief system. There is always a structure on which the plan stands.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_121726.3318750000.jpg",
            "created": "2020-10-26T12:17:26.331251Z",
            "moderation_state": 3
        },
        {
            "id": 1889,
            "content_url": "https://www.multiplicity.tech",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Lujain Ibrahim",
            "submitter_profile_id": 4197,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lujain Ibrahim",
                    "profile_id": 4197,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Multiplicity",
            "description": "Multiplicity is a digital curation on the internet's place in our lives, on both a personal and socio-political level, as young people in different parts of the world. We, students and alumni of NYU Abu Dhabi and NYU, critically examine the internet's influence, and explore ways to build a healthier and more equitable internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_122728.9504570000.png",
            "created": "2020-10-26T12:27:28.949883Z",
            "moderation_state": 3
        },
        {
            "id": 1531,
            "content_url": "https://foundation.mozilla.org/en/blog/case-knowledge-sharing-between-technologists-and-digital-rights-litigators/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Aurum Linh",
            "submitter_profile_id": 3161,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Aurum Linh",
                    "profile_id": 3161,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Case For Knowledge-Sharing Between Technologists and Digital Rights Litigators",
            "description": "As a Mozilla Fellow, I'm working on a project aimed at breaking down knowledge barriers between litigators and technologists. This article provides background information and context on why I'm doing this work, and how you can get involved too.",
            "get_involved": "Take our survey, share with networks, contact us",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuidesABlog",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-09T20:15:21.157998Z",
            "moderation_state": 3
        },
        {
            "id": 1887,
            "content_url": "https://github.com/mozilla/PRESC/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "machine learning",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "David Zeber",
            "submitter_profile_id": 4239,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "David Zeber",
                    "profile_id": 4239,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Performance Robustness Evaluation for Statistical Classifiers (PRESC)",
            "description": "We are working with data scientists, developers, academics and activists to build a tool that will help evaluate the performance of machine learning classification models, specifically in areas which tend to be overlooked, such as generalizability and bias. Our focus on misclassifications, robustness and stability will help facilitate the inclusion of bias and fairness analyses on the performance reports, so that these can be taken into account when crafting or choosing between models.",
            "get_involved": "Provide perspectives based on your experience or industry on how PRESC can help in building ML workflows, including sharing test datasets, testing the tool on new datasets and models, code contributions. Join the #presc channel on MozFest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_174909.0655700000.png",
            "created": "2020-10-24T00:29:06.693296Z",
            "moderation_state": 3
        },
        {
            "id": 1532,
            "content_url": "https://medium.com/@narriral/vigil%C3%A2ncia-privacidade-e-seguran%C3%A7a-digital-parte-1-c206d497b108",
            "is_bookmarked": false,
            "tags": [
                "journalism",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "published_by": "Narrira",
            "submitter_profile_id": 3115,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Narrira",
                    "profile_id": 3115,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Thinking about data with journalists (PT)",
            "description": "Last month I was invited to talk about data and privacy to journalists in a conference in Brazil. I'm publishing my talk (only in Portuguese for now) in three parts:\n\n1. What is the Internet\n2. Brazilian surveillance context\n3. How to protect our privacy and security online",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-10_005455.5968830000.jpg",
            "created": "2019-12-10T00:54:55.596244Z",
            "moderation_state": 3
        },
        {
            "id": 1886,
            "content_url": "https://www.riftunit.net/",
            "is_bookmarked": false,
            "tags": [
                "creative industries",
                "digital storytelling",
                "higher education",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Marsha Courneya",
            "submitter_profile_id": 2921,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Marsha Courneya",
                    "profile_id": 2921,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Narrative Future of AI",
            "description": "The future of digital storytelling will involve the increasing use of algorithmic tools, both to develop new forms of narrative and to find efficiencies in creative production. However, unsupervised algorithms trained on massive amounts of web-based text come with issues of bias most harmfully pertaining to gender, race, and class. The Narrative Future of AI project aims to address, through a series of workshops, problematic cultural biases of machine learning through the creation of a series of media works that challenge and explore bias in new algorithmic technologies, such as GPT-3.",
            "get_involved": "Join the #narrativefutureofai channel on mozfest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "This project will apply AI creatively to highlight biases, meaning that a wide variety of skillsets will be crucial to its success.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-28_015222.2008940000.jpg",
            "created": "2020-10-23T15:15:26.445870Z",
            "moderation_state": 3
        },
        {
            "id": 2055,
            "content_url": "https://medium.com/prifina/liberty-equality-data-podcast-episode-4-be26243f1549",
            "is_bookmarked": false,
            "tags": [
                "data",
                "#data privacy",
                "developer",
                "innovation",
                "regulation"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "L.E.D. Podcast \"Consumer Privacy: Burden or Choice?\"",
            "description": "In this Liberty. Equality. Data. Podcast we talk to Zoe Villain about various issues related to the legal aspects of data privacy. What comes after being bombarded to death by privacy and GDPR notices? Will consumer have more power over their personal preferences or will they be stuck reading 400s of pages of legalese? Is consumer privacy a choice or is it a burden?We are delighted to introduce Zoe Vilain who is currently working as a legal counsel on all matters related to personal data and shared her experienced for 10+ years of works on consumer-facing technologies and services.",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-04-14_142139.0656470000.jpg",
            "created": "2021-04-14T14:21:39.065090Z",
            "moderation_state": 3
        },
        {
            "id": 1825,
            "content_url": "https://foundation.mozilla.org/en/blog/report-responsible-computer-science-challenge-summer-summit-2020/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Report: Responsible Computer Science Challenge Summer Summit 2020",
            "description": "During July 2020, Mozilla hosted the third convening of the 19 awardees of the Responsible Computer Science Challenge. This was the third in-person meeting, following the July 2019 Summer Kick-Off in San Francisco and October 2019 MozFest Convening in London. The goal of this third convening was to celebrate our year together, talk about the work ahead, discuss the challenges of teaching through a pandemic, acknowledge the importance of teaching race in the classroom, hear from industry, and share ideas in breakout groups.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/what-we-fund/awards/responsible-computer-science-challenge/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-27_165509.8156810000.png",
            "created": "2020-08-27T16:55:09.815060Z",
            "moderation_state": 3
        },
        {
            "id": 1992,
            "content_url": "https://community.icann.org/pages/viewpage.action?pageId=153518364",
            "is_bookmarked": false,
            "tags": [
                "communities",
                "Domain Name System (DNS)",
                "End users",
                "Internet of Things (IoT)"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Design",
                "Join community"
            ],
            "published_by": "Sarah Kiden",
            "submitter_profile_id": 491,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Kiden",
                    "profile_id": 491,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DNS and the IoT: Impact on Communities, End Users, Opportunities & Challenges",
            "description": "Co-designing Internet of Things (IoT) with Communities\n\nPresentation at the At-Large Capacity Building Webinar on 07 Dec 2020 titled \"DNS and the IoT: Impact on Communities, End Users, Opportunities and Challenges\"",
            "get_involved": "",
            "get_involved_url": "https://community.icann.org/pages/viewpage.action?pageId=153518364",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-02-08T22:04:47.724553Z",
            "moderation_state": 3
        },
        {
            "id": 1535,
            "content_url": "https://www.aljazeera.com/programmes/countingthecost/2019/12/carbon-trading-bring-world-biggest-polluters-heel-191207125618830.html",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "discrimination",
                "#mozfellows19",
                "mozfellows19",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Al Jazeera interview on automated discrimination",
            "description": "Frederike Kaltheuner, a Mozilla tech policy fellow, tells Al Jazeera that the tech industry faces large problems including a lack of diversity as well as a general lack of accountability.\"We tend to treat the sector as something that is fundamentally different from everything else. We don't expect tobacco companies to self-regulate, we don't expect ethics guidelines to guide the oil industry, and yet when it comes to tech, we tend to agree on these very fluffy standards,\" Kaltheuner says.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-23_134657.0552760000.png",
            "created": "2019-12-23T13:46:57.054828Z",
            "moderation_state": 3
        },
        {
            "id": 897,
            "content_url": "http://ohi-science.org/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "github",
                "open science",
                "rstudio"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 1560,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ocean Health Index",
            "description": "The Ocean Health Index measures and tracks the benefits the ocean provides to people. By synthesizing the best available data and science, we provide ocean managers with meaningful scores to help them manage their oceans more sustainably. Open source coding and publishing tools lie at the foundation of our work and enable us to calculate reproducible and transparent ocean health scores annually, which are used by stakeholders worldwide. Our tools and training materials also empower 20 groups around the world to leverage our work and code for their own data sharing and ocean management.",
            "get_involved": "",
            "get_involved_url": "http://ohi-science.org/",
            "interest": "OHI is a visible example of science benefitting from open science. As a small team of marine scientists without formal computing training, we now code openly online, see: \"Our path to better science in less time using open data science tools\" (www.nature.com/articles/s41559-017-0160).",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-20_213748.1022300000.png",
            "created": "2018-08-20T21:37:48.101459Z",
            "moderation_state": 3
        },
        {
            "id": 1544,
            "content_url": "https://indianexpress.com/article/opinion/columns/data-and-its-discontents-lok-sabha-personal-data-protection-bill-6197029/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19",
                "#privacy and security"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data and It's Discontents",
            "description": "A primer on the Government of India's forays into data regulation and its implications for privacy and data justice.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-03_170544.9432980000.jpg",
            "created": "2020-01-03T17:05:44.942449Z",
            "moderation_state": 3
        },
        {
            "id": 1540,
            "content_url": "https://tzcna.or.tz/p/news?h=Fourth+Summit+on+Community+Networks+in+Africa+held+at+the+University+of+Dodoma&id=5",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "Jabhera Matogoro",
                "Kondoa Community Network",
                "television white space"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Fourth Summit on Community Networks in Africa held at the University of Dodoma",
            "description": "Community Networks can be defined as communication by the people for the people. \"To be resilient and achieve sustainability, members of the Community Network play a critical role in the building of the community network infrastructure. The summit brought together 24 community networks from Africa and beyond, and over 134 participants from 19 countries attended the summit. These countries are Argentina, Cameroon, Canada, DRC, Ethiopia, Kenya, Liberia, Malawi, Namibia, Nigeria, South Africa, Spain, Tanzania, Uganda, UK, USA, Zimbabwe, France, and German.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It report the milestone that has been achieved on Community Network.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-01_140721.0278250000.JPG",
            "created": "2020-01-01T14:07:21.027107Z",
            "moderation_state": 3
        },
        {
            "id": 549,
            "content_url": "https://mozilla.github.io/lean-data-practices-cso/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "data",
                "data collection",
                "data management",
                "data security",
                "NGOs",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Melissa Huerta",
                    "profile_id": 61,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lean Data Practices for Civil Society Organizations",
            "description": "Lean Data Practices is a framework for NGOs to manage their data collection and storage practices to increase trust and reduce risk. This list of questions and tips is meant to stimulate conversation and thought within organizations to review their data management.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Lean Data Practices can help organizations take clear steps to protecting their community's data, and individuals can think about their own data sharing practices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-10_162618.8533410000.jpg",
            "created": "2017-11-09T20:38:19.371812Z",
            "moderation_state": 3
        },
        {
            "id": 992,
            "content_url": "https://opensourcediversity.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jona Azizaj",
            "submitter_profile_id": 1864,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jona Azizaj",
                    "profile_id": 1864,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source Diversity",
            "description": "For more diversity & inclusion in free & open source software communities 😊",
            "get_involved": "",
            "get_involved_url": "https://github.com/opensourcediversity",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-17_210940.4861480000.png",
            "created": "2019-01-17T21:09:40.485463Z",
            "moderation_state": 3
        },
        {
            "id": 1541,
            "content_url": "https://tzcna.or.tz/p/news?h=Policy+and+Regulation%3A+Prerequisites+towards+Resilient+Community+Networks+in+Africa&id=12",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "policy",
                "regulation",
                "sustainability model"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Policy and Regulation: Prerequisites towards Resilient Community Networks",
            "description": "While more than half of the global population has access to the Internet, still there is a large digital divide in terms of Internet access among the regions. According to the recent International Telecommunication Union (ITU, 2019) statistics, it is clearly shown that Europe is the region with the highest Internet usage rates, whereas Africa, the region with the lowest Internet usage rates. In this blog post, we present a summary of the recent AfriNIC-31 summit and later call for policies and regulations towards resilient community networks in Africa from various stakeholders.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It help to show major issues that requires immediate attention to help the uptake of community networks in Africa",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-01_141625.4913210000.jpg",
            "created": "2020-01-01T14:16:25.489875Z",
            "moderation_state": 3
        },
        {
            "id": 1539,
            "content_url": "https://npnog.org.np/npnog5/programs/conference/",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event wrap: npNOG5 in Kathmandu",
            "description": "I have conducted a 20-min presentation session on RPKI and routing security at npNOG5 held on Dec 13, 2019 in Nepal with more than 100 participants. I took the opportunity to collaborate with local operators to fix their ROAs.\n\n(A) Reached out to Nepalese organizations about RPKI ROA: 6\n1. Worldlink (AS17501)\n2. Classic Tech (AS55915)\n3. Mercantile Systems (AS4613)\n4. Vianet Comm (AS45650)\n5. Ncell (AS38565)\n6. Techminds Networks (AS58504)\n \n(B) Total ROA fixed: 19\n1. Nepal Police (AS 139237): 1\n2. Arrownet (AS 639910: 3\n3. Subisu Cablenet (AS 4007): 2\n4. Ultranet Comm (AS 136530): 13",
            "get_involved": "",
            "get_involved_url": "https://npnog.org.np/npnog5/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-31_201408.5071730000.jpg",
            "created": "2019-12-31T20:14:08.506605Z",
            "moderation_state": 3
        },
        {
            "id": 1538,
            "content_url": "https://www.mozillapulse.org/profile/3114",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Enhancing routing security: November Fellowship Report",
            "description": "My second month (November 2019) as a Mozilla OIE Fellow was very exciting. I could engage myself in different activities focusing on routing security and RPKI in the South Asian region. Here are some highlights:\n\n1. Analyzing routing security readiness in South Asia and communicating with about 200 operators to fix their ROA. About 700 ROA of 66 ASN in AF, BD, BT, MM and NP were fixed.\n2. Conducted a presentation session on routing security at npNOG5 conference in Nepal.\n3. Preparing presentations and workshop materials for upcoming conferences (MMNOG2020 and bdNOG11).",
            "get_involved": "",
            "get_involved_url": "https://www.manrs.org/isps/join/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-31_194915.8791140000.png",
            "created": "2019-12-31T19:49:15.878550Z",
            "moderation_state": 3
        },
        {
            "id": 917,
            "content_url": "http://www.fabriders.net/network-centric/",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "design thinking",
                "human centered design",
                "resources",
                "user centred design"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Dirk Slater",
            "submitter_profile_id": 1606,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Dirk Slater",
                    "profile_id": 1606,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Designing Network Centric Resources",
            "description": "Network-centric resources are people-powered and participatory resources that aim to maximise usage and engagement. They are developed through sharing ownership, enabling contribution and supporting collaboration. Those of us that are part of the tech and social change sector are driven by a need to change the world for the better and strive to share and exchange knowledge and skills. We develop resources with the aim of allowing communities and networks to use, modify and contribute back.",
            "get_involved": "",
            "get_involved_url": "http://www.fabriders.net/network-centric/",
            "interest": "This project aims to connect resource designers to share knowledge and lessons learned.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-10_125441.9255750000.png",
            "created": "2018-09-10T12:54:41.924808Z",
            "moderation_state": 3
        },
        {
            "id": 1537,
            "content_url": "https://www.bellingcat.com/news/2019/12/19/transnational-white-terror-exposing-atomwaffen-and-the-iron-march-networks/",
            "is_bookmarked": false,
            "tags": [
                "data-science",
                "hate tracking",
                "investigation",
                "maps",
                "osint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open-Source Investigation into Online Hate Networks",
            "description": "We dug into and exposed the shady networks of transnational white-supremacist terror using open-source investigation tools. We revealed organizing, funding, and infiltration methods of groups like aimed at turning online hate and disinformation campaigns into real-world violence. We even made interactive maps exposing the international spread of Iron March users and potential Atomwaffen Division organizers in an effort to help make not just a healthier internet, but also a freer global society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Uses a range of open-source tools to expose hate-based disinformation campaigns online.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-29_221345.6348210000.jpg",
            "created": "2019-12-29T22:13:45.634206Z",
            "moderation_state": 3
        },
        {
            "id": 1534,
            "content_url": "https://www.academia.edu/40912737/Submission_to_the_Advisory_Committee_of_the_Human_Rights_Council_-_Questionnaire_on_new_and_emerging_digital_technologies_and_human_rights",
            "is_bookmarked": false,
            "tags": [
                "health",
                "mental health",
                "Welfare"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Piers Gooding",
            "submitter_profile_id": 3148,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Piers Gooding",
                    "profile_id": 3148,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Rights, Mental Health and Sensitive Personal Data",
            "description": "Early in 2019, the United Nations Human Rights Council requested an investigation by an advisory committee into the human rights dimensions of new and emerging technologies. I wrote a submission concerning developments in the world of mental health care. I highlighted the promise (e.g. digital ‘supported decision-making’ tools in healthcare services) but also the perils (e.g. welfare surveillance of service users, police and security agencies sharing citizens non-criminal mental health data, and un-tested and poorly regulated AI-based suicide alerts used by major social media companies).",
            "get_involved": "Help connect those interested in applying the principles of Mozilla's Internet Health principles in the mental health context",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-18_102004.5654350000.PNG",
            "created": "2019-12-18T10:20:04.565039Z",
            "moderation_state": 3
        },
        {
            "id": 1890,
            "content_url": "https://medium.com/prifina/introducing-the-liberty-equality-data-podcast-8fb925d44b1e?source=friends_link&sk=c7256a9b23f20ac76fbfbab84c643042",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New Podcast \"Liberty. Equality. Data.\"",
            "description": "\"Liberty. Equality. Data.\" is a new podcast series aiming to foster the discussions about the value that individuals can get from their data. In this podcast, industry leaders and pioneers talk about the most the opportunities with the user-held data and an open data market. \n\nIn the first episode,  “Building Your Smart Home with Connected Sensors and Data”, we talked with Mrs. Kathy Giori (ex-Mozilla) who is a leading IoT expert building smart home systems that combine various sensors with data sources to open the gates for new solutions for smart living. \n\nCheck it out, subscribe, and enjoy!",
            "get_involved": "",
            "get_involved_url": "https://medium.com/prifina/introducing-the-liberty-equality-data-podcast-8fb925d44b1e",
            "interest": "Discussions with industry leaders about the opportunities with user-held data",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_230543.1170390000.jpeg",
            "created": "2020-10-26T23:05:43.116698Z",
            "moderation_state": 3
        },
        {
            "id": 701,
            "content_url": "https://abqgig.org/",
            "is_bookmarked": false,
            "tags": [
                "nsf-wins"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Michael Sanchez",
            "submitter_profile_id": 503,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Michael Sanchez",
                    "profile_id": 503,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "NSF - WINS  BarelasGig1 Mmwave to Transform Barelas Neighborhood!",
            "description": "AbqGig is pleased to announce today that they have won a $10,000 grant from the NSF - Mozilla WINS Challenge to begin transforming Barelas into a Smart Gigabit neighborhood. \nBy using the latest millimeter wave (mmwave) technology to connect to the low-cost City of Albuquerque’s public access Central Avenue fiber, AbqGig and their contractor partner CDM Telecom Consultants, will deploy a wireless gigabit demonstration into the heart of Barelas at a fraction of the cost of laying fixed-line fiber!\nAbqGig is a non-profit broadband working group, formed three years ago by a group of local Engrs",
            "get_involved": "Help us plan local events with Barelas Community which in turn contributes our fundraising efforts...",
            "get_involved_url": "https://abqgig.org/#",
            "interest": "Footprint for building high speed fixed wireless community network, that delivers gigabit speeds!",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_141258.6294670000.JPG",
            "created": "2018-04-23T14:12:58.628844Z",
            "moderation_state": 3
        },
        {
            "id": 1902,
            "content_url": "http://makeflix.fun",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "community networks",
                "community of practice",
                "creativity",
                "decentralization",
                "environment",
                "makerparty",
                "open access",
                "reuse",
                "sustainability"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Rhea Muthane",
            "submitter_profile_id": 4295,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rhea Muthane",
                    "profile_id": 4295,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Makeflix",
            "description": "Makeflix is a creative repair project that enables people to creatively connect with themselves, their surrounding, their community and the environment through waste, repurposing and repair.",
            "get_involved": "Help us build a makers manifesto, figuring international collaborations and facilitators",
            "get_involved_url": "https://www.instagram.com/the.makeflix.playbook/",
            "interest": "It's a playful approach to trash that builds awareness about consumption behaviours, the environment and wellbeing.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-31_064025.4395160000.jpg",
            "created": "2020-10-31T06:40:25.438473Z",
            "moderation_state": 3
        },
        {
            "id": 2232,
            "content_url": "https://www.cvillecscommunity.org/2021-csi.html",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "education"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Watch session"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CS Institute",
            "description": "The CS Institute is a FREE, 3-week online professional learning opportunity designed to introduce K-12 educators to computer science pedagogy and equitable teaching strategies that can be incorporated into any subject area. The \"live\" portion of the 2021 CS Institute is over, but the resources remain. If you are someone who is interested in learning how you can engage K-12 students in hands-on computer science learning and activities, the CS Institute includes videos, tutorials, lesson plans, and many other resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learning computer science is at the heart of understanding how the internet, AI, and all things tech work.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-08-11_200018.0504020000.png",
            "created": "2021-08-11T20:00:18.049975Z",
            "moderation_state": 3
        },
        {
            "id": 1551,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "#MANRS",
                "#mozfellows19",
                "#NSRC",
                "#ROA",
                "#RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Routing security status in South Asia: December Fellowship Report",
            "description": "December 2019 was very productive for me. I reached out to more than 1000 network operators across the South Asian region to help enhance their routing security. So far, I helped create new ROAs for 1839 IPv4 and 101 IPv6 prefixes and help correct 77 IPv4 and 115 IPv6 INVALID prefixes originated by 265 ASNs across the region.\nI helped National Data Center in Bangladesh to start RPKI validation on Dec 1. I have been carrying out presentations at the local and regional NOGs to encourage network operators adopting MANRS specially ROA and RPKI Validation. In Dec, I participated npNOG5 in Nepal.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-13_181534.9463460000.png",
            "created": "2020-01-13T18:15:34.945804Z",
            "moderation_state": 3
        },
        {
            "id": 1550,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "#MANRS",
                "#mozfellows19",
                "#NSRC",
                "#ROA",
                "#RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event Wrap: bdNOG11 in Bangladesh",
            "description": "Recently I participated in bdNOG11 Conference held on Jan 10 in Cox's Bazar, Bangladesh. I conducted a 30-min presentation on Impact of RPKI Validator in Bangladesh. The room had more than 150 network engineers participated in the event. During the conference, I reached out to about 8 organizations who fixed about 36 ROAs for their prefixes. They are: AS138566, AS38562, AS137385, AS136395, AS136027, AS134382, AS133957 and AS136941.\n\nI discussed about RPKI issues with some participants and speakers. I encouraged the workshop instructors to include RPKI lab in their workshop.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-13_163750.8475770000.JPG",
            "created": "2020-01-13T16:37:50.846881Z",
            "moderation_state": 3
        },
        {
            "id": 932,
            "content_url": "https://storyengine.io/hive/",
            "is_bookmarked": false,
            "tags": [
                "hive nyc"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Christopher Lawrence",
            "submitter_profile_id": 1661,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Christine Prefontaine",
                    "profile_id": 1372,
                    "is_active": false
                },
                {
                    "name": "Lainie DeCoursy",
                    "profile_id": 55,
                    "is_active": true
                },
                {
                    "name": "Christopher Lawrence",
                    "profile_id": 1661,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive NYC StoryEngine \"Annotatathon \"",
            "description": "In partnership with PASE, Loup is facilitating a process of collective reflection and ideation around the last decade of Hive work. \nThis will include, celebrating Hive members and achievements, documenting and reflecting on what Hive has created, and generating ideas and recommendations around what’s next.",
            "get_involved": "We need more peoplen to Annotate the stories!",
            "get_involved_url": "https://docs.google.com/presentation/d/1oorgNBuqWrfZfrOMA2cHmf5lHIKpj5EnjG44P0UN9qA/edit#slide=id.g3d31860c8f_0_122",
            "interest": "Reflective youth development practitioners discussing their practice, connectivity and issues in the field.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-05T16:40:47.390887Z",
            "moderation_state": 3
        },
        {
            "id": 1548,
            "content_url": "https://medium.com/@ka.iwanska/behavioural-advertising-101-5fee17913b22",
            "is_bookmarked": false,
            "tags": [
                "advertising",
                "data",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                },
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Behavioural Advertising 101",
            "description": "A brief introduction to the types of ads we encounter online — and what they know about us.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-08_104512.3532620000.png",
            "created": "2020-01-08T10:45:12.352820Z",
            "moderation_state": 3
        },
        {
            "id": 1891,
            "content_url": "https://bdnog.org/bdnog12/index.php",
            "is_bookmarked": false,
            "tags": [
                "bdNOG",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event Wrap: bdNOG12 in Bangladesh",
            "description": "The 12th conference of Bangladesh Network Operators Group (bdNOG12) was held in 12-14 Oct, 2020. It's the largest technical conference in Bangladesh. During one of the technical sessions I have presented a paper on my project with Mozilla Foundation. I have shared my activities to help improve routing security and RPKI deployment in Bangladesh and around the South Asian region. More than 100 participants joined my session. I have also conducted a hands-on tutorial on DNS Security (DNSSEC).\nhttps://www.youtube.com/watch?v=9-nfccLZUKQ&t=4151s\nhttps://www.youtube.com/watch?v=4YOol7bv6Cg&t=7732s",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-27_151930.8489940000.png",
            "created": "2020-10-27T15:19:30.848552Z",
            "moderation_state": 3
        },
        {
            "id": 1211,
            "content_url": "https://welti.org.ng",
            "is_bookmarked": false,
            "tags": [
                "Business meets Technology"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Ifeoma Okonji",
            "submitter_profile_id": 2449,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Ifeoma Okonji",
                    "profile_id": 2449,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Executive Director WELTI(Mozilla Open Leader)",
            "description": "WELTI is a non-profit working open to empower young women within ages 14-30 on her pillars of Technology,Leadership,Education and Health. We enable our beneficiaries leverage technology for sustainable economic development by working open and driving digital inclusion to break certain stereotypes.",
            "get_involved": "We can be helped to plan some local event to reach more people.",
            "get_involved_url": "https://docs.google.com/forms/d/1LughzKWZIHM3wQ-lB6zSOianzEp-fyaMpNJd-xYYbuk/edit",
            "interest": "We believe that having created an online community of over 300 businesses,we can have more fresh ideas,contributors and partners to enable this scale and create more impact.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-06_062234.5376130000.jpg",
            "created": "2019-06-06T06:22:34.536908Z",
            "moderation_state": 3
        },
        {
            "id": 977,
            "content_url": "https://github.com/barbarogenius/LGCPS",
            "is_bookmarked": false,
            "tags": [
                "art",
                "design",
                "FLOSS"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Larisa Blazic",
            "submitter_profile_id": 1867,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Larisa Blazic",
                    "profile_id": 1867,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Libre Graphics Community Print Shoppe",
            "description": "Micro hackspace that promotes Free software culture and practice.\n Totally hypothetical at the moment.",
            "get_involved": "More soon.",
            "get_involved_url": "",
            "interest": "Apreciation of Free sopftware for graphics",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-17_181620.3380870000.png",
            "created": "2018-12-17T18:16:20.337114Z",
            "moderation_state": 3
        },
        {
            "id": 939,
            "content_url": "http://defindia.org/education-empowerment-2/#START",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "START",
            "description": "START is a digital learning and MIL toolkit, which has been developed after years of experience in imparting functional digital literacy through hands-on training and workshops in rural and tribal communities. It has been designed exclusively for first-generation technology users to promote digital inclusion and fight information poverty.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/OsamaManzar",
            "interest": "To understand how barriers of language can be broken when it comes to digital literacy",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-22T18:14:00.981509Z",
            "moderation_state": 3
        },
        {
            "id": 938,
            "content_url": "http://dcdpindia.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Local to Global: India's Rural Artisans Go Digital",
            "description": "DigiKargha, an initiative of DEF India, aims to support its traditional handloom and handicraft clusters of India in an effort to lead them towards maturity and sustainability through digital empowerment and socio-economic sustainability.\n\nDigiKargha primarily involve inclusive and decentralised use of Information Communication Technology (ICT) and other digital tools in critical aspects of cluster development, especially improving and scaling up weaving skills, designs, marketing and entrepreneurship, along with creating sustainable livelihood options for youth in the clusters.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To understand how rural India is transforming with the help of digital tools",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-22_180408.1028940000.JPG",
            "created": "2018-10-22T18:04:08.102181Z",
            "moderation_state": 3
        },
        {
            "id": 919,
            "content_url": "http://www.new-harvest.org",
            "is_bookmarked": false,
            "tags": [
                "bioinformatics",
                "biology",
                "computational biology",
                "engineering",
                "open access",
                "open hardware"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Kate Krueger",
            "submitter_profile_id": 1630,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kate Krueger",
                    "profile_id": 1630,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Research Director",
            "description": "I run a distributed team of scientists performing basic research in cellular agriculture - the use of cell cultures for food production. We are creating the field of cellular agriculture as an open research environment - our scientists publish in open journals and share their results at our conferences and in other public fora.",
            "get_involved": "",
            "get_involved_url": "https://www.new-harvest.org/contact",
            "interest": "It is interesting to see a new scientific discipline emerge openly.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-14_165233.7190450000.png",
            "created": "2018-09-14T16:52:33.718324Z",
            "moderation_state": 3
        },
        {
            "id": 930,
            "content_url": "https://github.com/mlbonatelli/SciCommMgz",
            "is_bookmarked": false,
            "tags": [
                "magazine",
                "SciComm",
                "science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Maria Letícia Bonatelli",
            "submitter_profile_id": 1620,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Maria Letícia Bonatelli",
                    "profile_id": 1620,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Science Communication Magazine",
            "description": "Have you ever thought why so many scientists don't do Science Communication? It's overwhelming to always feel the pressure of publishing in high-impact peer-reviewed science magazines. But what if there is a Science Communication Magazine where they publish to a broader public and also get a publication that will be value to their curriculum? That is our project idea, wanna help us make that happen?",
            "get_involved": "Help us build the SciComm Magazine",
            "get_involved_url": "https://github.com/mlbonatelli/SciCommMgz",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-03T18:10:12.389843Z",
            "moderation_state": 3
        }
    ]
}