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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-related_entry_creators&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-related_entry_creators&page=27",
    "results": [
        {
            "id": 1471,
            "content_url": "https://foundation.mozilla.org/en/blog/we-asked-people-around-the-world-how-they-feel-about-artificial-intelligence-heres-what-we-learned/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Fundraise"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "We Asked People Around the World How They Feel About AI. Here’s What We Learned.",
            "description": "We asked people all around the world to take a survey and tell us what they know and how they feel about artificial intelligence (AI). Over 66,800 people responded. Here’s what we learned.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/we-asked-people-around-the-world-how-they-feel-about-artificial-intelligence-heres-what-we-learned/",
            "interest": "How people are feeling about artificial intelligence around the world.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-07_150458.3167910000.jpg",
            "created": "2019-11-07T15:04:58.316465Z",
            "moderation_state": 3
        },
        {
            "id": 1469,
            "content_url": "https://kstathou.github.io/posts/2019/11/hai-conference-notes/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "bias",
                "disinformation",
                "ethics",
                "machine learning",
                "mozfellows19"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 2262,
                    "is_active": true
                },
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HAI Conference on AI Ethics, Policy and Governance: Some highlights",
            "description": "I recently attended the HAI Conference on AI Ethics, Policy and Governance, organised by the Institute for Human-Centered Artificial Intelligence at Stanford University. It was an exciting event that was packed with interesting talks on AI + [Economics, Regulation, Ethics, Bias, Geopolitics, Disinformation]. Here, I summarise some of its highlights.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-07_105243.4868700000.jpg",
            "created": "2019-11-07T10:52:43.486376Z",
            "moderation_state": 3
        },
        {
            "id": 812,
            "content_url": "https://getblask.com",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "blog",
                "flask",
                "markdown",
                "mozsprint",
                "python",
                "web"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Mentor",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Victor suarez",
            "submitter_profile_id": 1362,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Victor suarez",
                    "profile_id": 1362,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Blask",
            "description": "A simple Blog-Engine that use Flask, Markdown and Python. This project allows to create a simple Blog using only MarkDown Syntax and use Flask for render the web page. With this project is very simple to generate a blog and its completly open source.",
            "get_involved": "",
            "get_involved_url": "https://github.com/zerasul/blask",
            "interest": "Is very interesting because the project is very simple and can be used for learn how to create a Open Source project and how to contribute on it.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-05-08T07:25:57.886039Z",
            "moderation_state": 3
        },
        {
            "id": 811,
            "content_url": "https://www.whosedata.ca",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Canada",
                "Canadian",
                "data",
                "data privacy",
                "mozsprint",
                "personal data",
                "research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Design"
            ],
            "published_by": "Sam Burton",
            "submitter_profile_id": 1359,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 1359,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Whose Data? A Canadian project",
            "description": "Whose Data? is an open source project that aims to make it easier for Canadians to answer key questions about who owns -- and what options we have to control -- data collected about us via common online (eg. social media platforms) and offline (eg. health records) activities.",
            "get_involved": "Help build and test Whose Data? by doing research online, organzing data, improving web & visual design, spreading the word, and/or sharing feedback, questions, and ideas to make the project better.",
            "get_involved_url": "https://github.com/samanthaburton/whose_data/blob/master/CONTRIBUTING.md",
            "interest": "Do you want to know more about who owns your data, but don't know where to start? Or maybe you know a lot about personal data or online privacy, and want to help others learn? Either way, this project is a great place to get started.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_022824.3448760000.jpg",
            "created": "2018-05-08T02:28:24.344408Z",
            "moderation_state": 3
        },
        {
            "id": 1786,
            "content_url": "https://aimyths.org",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Launching aimyths.org",
            "description": "I've launched a new website, aimyths.org, which offers resources to tackle 8 of the most common myths, misconceptions and inaccuracies about 'artificial intelligence.'",
            "get_involved": "",
            "get_involved_url": "https://aimyths.org",
            "interest": "Debunks myths about AI",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-07_140120.5048430000.jpg",
            "created": "2020-08-07T14:01:20.504156Z",
            "moderation_state": 3
        },
        {
            "id": 807,
            "content_url": "https://github.com/molliem/gender-bias",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprin",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Mollie Marr",
            "submitter_profile_id": 1312,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Mollie Marr",
                    "profile_id": 1312,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reading for Gender Bias",
            "description": "“Reading for Gender Bias” is a web-based text analysis tool that scans and reveals language bias associated with evaluations and letters of recommendation written for trainees and applicants. It provides a summary of feedback to authors on how they can remove bias from their letters. A friend described it as “auto-correct for gender bias.”",
            "get_involved": "Design and testing of website, coding \"rules\" related to bias",
            "get_involved_url": "https://github.com/molliem/gender-bias",
            "interest": "New tool for addressing bias",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-06_225759.1172010000.jpeg",
            "created": "2018-05-06T22:57:59.116371Z",
            "moderation_state": 3
        },
        {
            "id": 60,
            "content_url": "http://crowd2map.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crowdsourcing",
                "development",
                "fgm",
                "mapping",
                "maps",
                "mozfest",
                "tanzania"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 101,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowd2Map Tanzania crowdsourced mapping",
            "description": "Our project uses crowdsourcing to map rural Tanzania, thus improving the development in the region and fighting for important causes, such as ending female genital mutilation (FGM).",
            "get_involved": "People can find all the relevant info through our website and our GitHub repo. People can do mapping, coding, and many other things to help.",
            "get_involved_url": "https://github.com/seplute/crowd2map",
            "interest": "This is an opportunity for everyone to contribute to world improvement by doing something fun.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/60.jpg",
            "created": "2016-10-26T19:48:42.992000Z",
            "moderation_state": 3
        },
        {
            "id": 1323,
            "content_url": "https://medium.com/mozilla-festival/at-mozfest-creating-communities-for-more-open-and-inclusive-science-communication-a18c373c1c69",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "At MozFest, creating communities for open and inclusive science communication",
            "description": "A post about Gracielle Higino and the Brazil-based INGNITE project to make better, more inclusive science communication.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-14_192758.1817950000.jpg",
            "created": "2019-08-14T19:27:58.181319Z",
            "moderation_state": 3
        },
        {
            "id": 803,
            "content_url": "https://github.com/PhinchApp/Phinch/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "computational biology",
                "data visualisation",
                "genomics",
                "metadata",
                "mozsprint",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Holly Bik",
            "submitter_profile_id": 1325,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Holly Bik",
                    "profile_id": 1325,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Phinch: An interactive, exploratory data visualization tool for genomic data",
            "description": "Phinch is a open source, interactive data visualization framework for environmental genomics datasets, enabling rapid data exploration during the typical scientific research workflow. The project is a collaboration between Dr. Holly Bik (Assistant Professor at UC Riverside) and Pitch Interactive (a data visualization studio in Oakland, CA), and is funded by the Alfred P. Sloan Foundation. End users include researchers, educators, students, and citizen scientists.",
            "get_involved": "Electron app coding, bug fixes, testing out datasets, submitting feedback or visualization ideas",
            "get_involved_url": "https://github.com/PhinchApp/Phinch/blob/master/CONTRIBUTING.md",
            "interest": "DNA sequencing and genomics datasets are exciting but VERY difficult to visualize in an intuitive way. We are trying to empower scientists with better graphical frameworks, and make these exciting -Omics datasets more accessible to teachers and citizen scientists alike.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_153103.3591060000.jpg",
            "created": "2018-05-04T15:31:03.358510Z",
            "moderation_state": 3
        },
        {
            "id": 26,
            "content_url": "http://mzl.la/wwl",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "women",
                "women and web literacy",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women and Web Literacy",
            "description": "Mozilla strives to build and support an equitable and inclusive online world for everyone. To do this, we want to challenge the existing gender imbalance that exists and create an online space where we can reach gender equality at scale.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/26.png",
            "created": "2016-11-08T18:43:38.887000Z",
            "moderation_state": 3
        },
        {
            "id": 117,
            "content_url": "https://docs.google.com/document/d/1XAZ1QhEjqA-3wZU4QOodvVIYGsRJfPsbqXGvSPnXnRs/edit",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Conductive Contracts",
            "description": "Complete the circuit by stamping it. Your contract is digitally authorized using conductive ink, Indian stamp paper, & your thumbprint.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Exploring conductive ink",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-02T09:06:07.818000Z",
            "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": 797,
            "content_url": "https://github.com/me-ica/tedana/#tedana",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Elizabeth DuPre",
            "submitter_profile_id": 516,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Elizabeth DuPre",
                    "profile_id": 516,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ME-BIDS",
            "description": "ME-BIDS is a python package to improve and extended processing of one type of neuroimaging data, multi-echo functional magnetic resonance imaging (ME-fMRI). By joining with the Brain Imaging Data Structure (BIDS)-- a community-driven initiative to promote neuroimaging data re-use-- we're bringing ME-fMRI to the open source, open neuroscience community.",
            "get_involved": "Python coding, logo design, improving documentation",
            "get_involved_url": "https://github.com/ME-ICA/tedana/blob/master/CONTRIBUTING.md",
            "interest": "If you're interested in writing documentation for and working with python code, helping us create new designs (logos, mock data visualization), or just improving open neuroscience, ME-BIDS is a great project for you!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-02_203439.0116060000.jpg",
            "created": "2018-05-02T20:34:39.011251Z",
            "moderation_state": 3
        },
        {
            "id": 95,
            "content_url": "https://mozilla.github.io/womenandweb/",
            "is_bookmarked": false,
            "tags": [
                "weblit",
                "website"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                },
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Gavin Suntop",
                    "profile_id": 137,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women and Web Literacy Website",
            "description": "Information and resources related to the Women and Web literacy initiative.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozilla/womenandweb/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-02T20:51:29.182000Z",
            "moderation_state": 3
        },
        {
            "id": 1129,
            "content_url": "http://grisglobal.org/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Lily Edinam Botsyoe",
            "submitter_profile_id": 2000,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Samuel Osei Mensah",
                    "profile_id": 1982,
                    "is_active": true
                },
                {
                    "name": "Lily Edinam Botsyoe",
                    "profile_id": 2000,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Party",
            "description": "A Mozilla Sprint in Ghana with the Global Repository for Internet Studies to provide an open, all inclusive, easy-to-collaborate space that will ignite the participation of youth in Internet Governance and policy.",
            "get_involved": "Help us in translating our work to different languages, contribute to writing our newsletters, designing artworks, creating posts for our social media pages and helping create content for our online short lessons on Internet Governance.",
            "get_involved_url": "http://grisglobal.org/volunteer/",
            "interest": "It will give people a platform to contribute their voice in shaping the internet.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-29_094836.8943990000.jpg",
            "created": "2019-04-29T09:48:36.893962Z",
            "moderation_state": 3
        },
        {
            "id": 790,
            "content_url": "https://github.com/agritrans/agritrans.github.io",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise"
            ],
            "published_by": "Solomon Mekonnen",
            "submitter_profile_id": 1301,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Solomon Mekonnen",
                    "profile_id": 1301,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Translating open agricultural research to local language",
            "description": "The project proposes to translate open research outputs in agriculture into local languages like Amharic, and to communicate scientific terms in plain language that farmers can understand. The translations will be openly available to farmers and the general public using an online platform to facilitate citizen engagement in open science, including data collection and data analysis, with the expectation that citizen involvement will increase agricultural productivity.",
            "get_involved": "",
            "get_involved_url": "https://github.com/agritrans/agritrans.github.io",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-01_161012.3724210000.jpg",
            "created": "2018-05-01T16:10:12.371817Z",
            "moderation_state": 3
        },
        {
            "id": 1926,
            "content_url": "https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks#Svelte_tutorials",
            "is_bookmarked": false,
            "tags": [
                "community development",
                "CSS and JavaScript",
                "developer",
                "development",
                "javascript",
                "learning",
                "learn javascript"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "opensas",
            "submitter_profile_id": 2619,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "opensas",
                    "profile_id": 2619,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Svelte tutorials as MDN web docs",
            "description": "Step by step series of tutorials published at MDN web docs to learn to develop web applications using Svelte framework.\n\nWe will start with the most basic concepts, and we'll develop together a complete Todo application.\n\nGithub repository with source code: https://github.com/opensas/mdn-svelte-tutorial\n\nOnline development environment with the finished app: https://svelte.dev/repl/378dd79e0dfe4486a8f10823f3813190?version=3.23.2",
            "get_involved": "Spread the word about it, put it to the test, and give us feedback.",
            "get_involved_url": "https://github.com/opensas/mdn-svelte-tutorial",
            "interest": "Svelte is a radically new way to develop complex web app with a focus con developer friendliness.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-28_055244.1001340000.png",
            "created": "2020-11-28T05:52:44.099466Z",
            "moderation_state": 3
        },
        {
            "id": 1128,
            "content_url": "https://aileadersproject.pubpub.org/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "AI",
                "decentralization",
                "development",
                "digital divide",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Join community",
                "Localize & translate",
                "Take Action"
            ],
            "published_by": "Ana Carolina Rodrigues",
            "submitter_profile_id": 2264,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ana Carolina Rodrigues",
                    "profile_id": 2264,
                    "is_active": true
                },
                {
                    "name": "Victor Prata",
                    "profile_id": 1980,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A.I. Leaders Project",
            "description": "Create a community willing to discuss strategies for the development of \"Artificial Intelligence\" in the context of Latin America.",
            "get_involved": "",
            "get_involved_url": "https://aileadersproject.pubpub.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-28_175559.5453830000.png",
            "created": "2019-04-28T17:55:59.544953Z",
            "moderation_state": 3
        },
        {
            "id": 2463,
            "content_url": "https://foundation.mozilla.org/en/blog/new-tool-makhno-will-expose-geographic-social-media-censorship/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-mtf",
                "mozilla technology fund",
                "shadow banning"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hermes Center",
                    "profile_id": 6101,
                    "is_active": false
                },
                {
                    "name": "Tracking.Exposed",
                    "profile_id": 6102,
                    "is_active": false
                },
                {
                    "name": "Open Observatory of Network Interference (OONI)",
                    "profile_id": 6103,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Makhno",
            "description": "Makhno is a joint effort between the Hermes Center, Open Observatory of Network Interference (OONI) and Tracking.Exposed. The tool is intended to allow users to input content they believe could be at risk of being taken down. By coming together to build this tool, the organizations are able to pool resources to monitor what content is being removed from social media platforms.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_102804.5611650000.jpg",
            "created": "2022-11-21T10:28:04.560821Z",
            "moderation_state": 3
        },
        {
            "id": 1127,
            "content_url": "https://www.zinecat.org",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Lauren Kehoe",
            "submitter_profile_id": 1958,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Lauren Kehoe",
                    "profile_id": 1958,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Zine Union Catalog",
            "description": "Zinecat.org is a union catalog dedicated to zines! A union catalog is a resourcle where libraries can share cataloging and holdings information. The Zine Union Catalog (ZUC) lets researchers discover zine holdings by searching a single catalog, and helps librarians copy catalog records to facilitate lending across libraries. ZUC serves educators, researchers, librarians, archivists, and anyone in the general public with an interest in zines.",
            "get_involved": "Help us build the catalog, identify zine collections, spread the word, and join in the fun of making zines more findable.",
            "get_involved_url": "https://github.com/lsrkthelibrarian/zinecat.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-26_003827.6608210000.png",
            "created": "2019-04-26T00:38:27.660067Z",
            "moderation_state": 3
        },
        {
            "id": 1126,
            "content_url": "https://www.experimentalcivics.io/programcivica",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "civic tech",
                "civictools",
                "design thinking",
                "hacking",
                "innovation",
                "Mozilla Open Leadership Project",
                "open",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Sarah  Sharif",
            "submitter_profile_id": 1986,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah  Sharif",
                    "profile_id": 1986,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Program Civica",
            "description": "Podcast series on topics from civic hacking to design thinking",
            "get_involved": "",
            "get_involved_url": "https://www.experimentalcivics.io/programcivica",
            "interest": "Civic Hacking, Design Thinking, Open Leadership, Training, Learning",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_213122.9796120000.png",
            "created": "2019-04-25T21:31:22.979204Z",
            "moderation_state": 3
        },
        {
            "id": 1123,
            "content_url": "https://github.com/JulianaNovaes/Latin-American-Data-Protection-Framework",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "data privacy",
                "latin america",
                "sprintforih"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Juliana Novaes",
            "submitter_profile_id": 2008,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Juliana Novaes",
                    "profile_id": 2008,
                    "is_active": true
                },
                {
                    "name": "Ana Carolina Rodrigues",
                    "profile_id": 2264,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Protection in Latin America: A Legal Framework",
            "description": "This project aims to map in an open format data protection legal frameworks in Latin America, so that researchers and activists can understand the main differences between legislations in each country.",
            "get_involved": "Give information about data protection in your country",
            "get_involved_url": "HTTPS://FORM.JOTFORMZ.COM/90748328484670",
            "interest": "This is a way to increase the involvement of Latin Americans on data privacy, so that a people can have a whole vision of data privacy regulation in the region and to be able to compare the scenario in different countries.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_033651.7045120000.jpg",
            "created": "2019-04-25T03:36:51.703905Z",
            "moderation_state": 3
        },
        {
            "id": 775,
            "content_url": "https://github.com/cesswairimu/GirlsGetGeeky",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Mozilla Open Leadership Project",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Ceciliah Mbugua",
            "submitter_profile_id": 525,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ceciliah Mbugua",
                    "profile_id": 525,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Girls Get Geeky",
            "description": "This project builds a off-line course in markdowns for helping geeks in places with poor and slow internet connection to continue learning even when they can not access the internet. This course will be tested on a group on 10 girls in Africa while motivating them to take up careers in technology.  The course being developed is a course on Ruby on Rails.",
            "get_involved": "Contribute to code base, ideas on course content, prototyping",
            "get_involved_url": "https://github.com/cesswairimu/GirlsGetGeeky/blob/master/CONTRIBUTING.md",
            "interest": "We are building an offline course to help people in areas with  poor internet connection to code on after a failed internet connection.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_161551.9376380000.jpg",
            "created": "2018-04-26T16:15:51.936782Z",
            "moderation_state": 3
        },
        {
            "id": 774,
            "content_url": "https://vrlab.cmix.louisiana.edu/category/news/mozilla-gigabit-blog",
            "is_bookmarked": false,
            "tags": [
                "gigabit community fund",
                "virtual reality"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "CACS Virtual Reality Lab",
            "submitter_profile_id": 250,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Nicholas Lipari",
                    "profile_id": 257,
                    "is_active": true
                },
                {
                    "name": "CACS Virtual Reality Lab",
                    "profile_id": 250,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cross-community deployment of Kvasir-VR for networked VR field trips",
            "description": "We are deploying our networked educational VR techniques across communities, bringing them from Lafayette, LA to the Chattanooga, TN area. “Kvasir-VR” enables virtual field trips that include livestreamed 3D teacher imagery directly in the VR views of immersed students. The project connects two geographically-separated gigabit communities and evaluates educational aspects of the VR-embedded teacher.\n\nAdditionally, VR infrastructure and curriculum guidance will be provided to the participating schools  for educators to build course content for longer-term benefit.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_155331.3573790000.jpg",
            "created": "2018-04-26T15:53:31.356785Z",
            "moderation_state": 3
        },
        {
            "id": 773,
            "content_url": "https://live-whiteboard-website.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "collaboration",
                "education",
                "education technology",
                "mozsprint",
                "open educational resource"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "apoorvaa gupta",
            "submitter_profile_id": 482,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bhavya Aggarwal",
                    "profile_id": 500,
                    "is_active": true
                },
                {
                    "name": "apoorvaa gupta",
                    "profile_id": 482,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Live Whiteboard",
            "description": "A tool for effective distance teaching, collaborating and discussing ideas.\n\nThe Live Whiteboard is a perfect solution for people to connect with each other and write/discuss/scribble their ideas. The main goal is to develop a virtual scribble pad along with means to connect to others at the same time, with the help of chat and recordings. It will help distance learning students to get the blackboard teaching experience, people collaborating on remote projects to discuss and develop their ideas graphically and even just to scribble your own thoughts for fun purposes!",
            "get_involved": "Help us test the prototype, promote and use our product in Universities, Schools, Educational institutes, offices, etc. , contribute to the codebase, join our Gitter channel and help us improve the product.",
            "get_involved_url": "https://github.com/coslos/LiveWhiteboard-Website",
            "interest": "An awesome tool for remote collaboration on projects and ideas. It will help in distant teaching and empowerment of different communities of people who don't have adequate resources for education and are far from technology.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_131731.9995500000.jpg",
            "created": "2018-04-26T13:17:31.998875Z",
            "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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 1435,
            "content_url": "https://goifnetwork.org/",
            "is_bookmarked": false,
            "tags": [
                "education technology",
                "Ghana",
                "GOIF",
                "higher education",
                "oer",
                "olx",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Sadik Shahadu",
            "submitter_profile_id": 1498,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Greg Mcverry",
                    "profile_id": 2970,
                    "is_active": true
                },
                {
                    "name": "Sadik Shahadu",
                    "profile_id": 1498,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IndieWeb and OER Ghana",
            "description": "Open Educational Resources (OER) provide an opportunity to address the global injustices that affect education in Ghana. We will be working with university students and educators to build our own OER network in Ghana. Every member of our community gets a free website. As members begin to curate and create OER on their own sites, the community writes or remixes these resources to develop collections of community-approved OER. Our program also encourages students to take control of their online identity as leaders and curate their own learning while reflecting out loud. Start date: Jan 18 2020.",
            "get_involved": "Help us raise funds to launch this program in Ghana. We are looking for mentors and volunteers to support us. email me at [email protected] for more information.",
            "get_involved_url": "http://goifnetwork.org/",
            "interest": "This project will empower students and educators to build an OER network in Ghana",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-20_152254.0547820000.jpg",
            "created": "2019-10-22T07:35:24.904940Z",
            "moderation_state": 3
        },
        {
            "id": 1507,
            "content_url": "https://medium.com/@anoukruhaak/data-trusts-why-what-and-how-a8b53b53d34",
            "is_bookmarked": false,
            "tags": [
                "data",
                "Data trusts",
                "#mozfellows19",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Anouk Ruhaak",
            "submitter_profile_id": 2467,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Trusts: why, what, how",
            "description": "In this article I put forward the concept of data trusts as a way to claw back some control over the digital utilities that we rely on for our everyday lives and introduce the research I set out to conduct as a Mozilla Fellow.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-11T23:50:24.067961Z",
            "moderation_state": 3
        },
        {
            "id": 1515,
            "content_url": "https://foundation.mozilla.org/en/blog/should-google-know-you-better-your-doctor-does/",
            "is_bookmarked": false,
            "tags": [
                "data trust",
                "health data",
                "mozfellows19",
                "privacy",
                "surveillance capitalism"
            ],
            "issues": [],
            "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": "Should Google Know You Better than Your Doctor Does?",
            "description": "Google obtained a treasure trove of medical data on millions of US and UK patients. Here I argue that data trusts could be a way to hold the company accountable.#mozfellows19",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-19_234221.6125450000.jpg",
            "created": "2019-11-19T23:42:21.612188Z",
            "moderation_state": 3
        },
        {
            "id": 1512,
            "content_url": "https://nyupress.org/9781479837243/algorithms-of-oppression/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellow20"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI, Data Protection and Privacy policy in Africa?",
            "description": "One month into me fellowship and my questions so far:\n\n1) “The Right to be protected from decisions made purely on the basis of automated data processing”. What would this mean in African contexts?\n2) Reading Algorithms of Oppression by Safiya Umoja Noble. “Deep machine learning, which is using algorithms to replicate human thinking, is predicated on specific values from specific kinds of people—namely, the most powerful institutions in society and those who control them.” (pg, 29). \n3) Framing ideas: Data justice and Feminist approaches to AI & policy\n4) Find me on twitter @chenaichair.",
            "get_involved": "Looking for readings on the impact of AI in Africa, feminist literature on tech & policy and research to policy organisations in Africa working on AI.",
            "get_involved_url": "",
            "interest": "Developing relevant policy in the light of AI uptake in Africa.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-17_085006.5441460000.jpg",
            "created": "2019-11-17T08:50:06.543443Z",
            "moderation_state": 3
        },
        {
            "id": 1511,
            "content_url": "https://foundation.mozilla.org/en/blog/how-mozfest-open-book-internet-health-movement/",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "newsletter",
                "Open Leadership and Events",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kristina Gorr",
                    "profile_id": 1678,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How To MozFest: An Open Book For the Internet Health Movement",
            "description": "Learn more about the curation and editing process of the MozFest 10th Anniversary book, as well as submit an essay by Nov 29 for possible publication in the next chapter.",
            "get_involved": "Submit a 750-word essay for possible publication in the next chapter. Deadline Nov 29.",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/open-leadership-events/collaborate-with-us-/#10th-anniversary-mozfest-book",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-15_202106.5564650000.jpg",
            "created": "2019-11-15T20:21:06.555857Z",
            "moderation_state": 3
        },
        {
            "id": 1509,
            "content_url": "https://www.seinfo.org/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "future of work",
                "remote working"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Stephanie Itimi",
            "submitter_profile_id": 3354,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Itimi",
                    "profile_id": 3354,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An open-source digital library for Africans",
            "description": "Seinfo is an​ open-source digital library for Africans to learn digital skills needed for freelancing, remote-working and entrepreneurship. The platform enables African women and youth to learn digital skills as well as emerging tech to enable them to get remote jobs on platforms such as Fiverr, PeoplerPerHour and Upwork. Users are able to create social media profiles, add to the library and share queries in a forum.",
            "get_involved": "Help us plan events in an African state, in which the website will be used as a tool to teach people digital skills. We also need help with content and translation to help thos from portuguese and french speaking countries engage with the platfom.",
            "get_involved_url": "https://www.seinfo.org/contact",
            "interest": "A chance to help reduce the digital divide in Africa.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-15_140317.3225730000.png",
            "created": "2019-11-15T14:03:17.321789Z",
            "moderation_state": 3
        },
        {
            "id": 1508,
            "content_url": "https://medium.com/@ka.iwanska/mozfest-2019-the-hidden-face-of-online-advertising-8585e26c43fc",
            "is_bookmarked": false,
            "tags": [
                "advertising",
                "mozfellows19",
                "personal data",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozfest 2019: The hidden face of online advertising",
            "description": "How are ads targeted to users? How much can you figure out about a person based on 5 items from their recent browsing history? What does your digital profile really look like? What is the advertising model that we would accept? During a Mozfest session I co-run with Amy Shepherd from Open Rights Group we talked about the hidden face of online advertising.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-12_192623.9011570000.png",
            "created": "2019-11-12T19:26:23.900566Z",
            "moderation_state": 3
        },
        {
            "id": 1506,
            "content_url": "https://medium.com/mozilla-festival/mozfest-2019-highlights-b8084b8b64b2",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "cfp-examples-2022",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2019 Highlights",
            "description": "A post about MozFest 2019, highlighting just a few sessions, talks, and events from the week-long Festival.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-11_204600.8342870000.jpg",
            "created": "2019-11-11T20:46:00.833584Z",
            "moderation_state": 3
        },
        {
            "id": 1505,
            "content_url": "https://www.mozillapulse.org/profile/3148",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Piers Gooding",
            "submitter_profile_id": 3148,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Piers Gooding",
                    "profile_id": 3148,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Month 1 - Digital Minds and Madness - Fellowship Update",
            "description": "A couple of updates from me for my first month!\n\n1.\tI’ve published a scholarly article on the rise of new and emerging digital technologies in the mental health context. Here is a link to an open access copy. \n\nhttps://authors.elsevier.com/a/1Zv2oaR~~Q85M\n\n2.\tI’ve created a bi-weekly newsletter, and I’ll simply share a brief list of links to interesting articles and resources I come across during my fellowship. Please sign up if you're interested - https://pgooding.substack.com/\n\nThose are the key things. Check out my twitter for more detailed goings on: https://twitter.com/P_Gooding",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-11T00:50:28.304855Z",
            "moderation_state": 3
        },
        {
            "id": 1504,
            "content_url": "https://medium.com/@chadsansing/bring-mozfest-home-129332ddb18c",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "internet health",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bring MozFest Home!",
            "description": "A blog post about upcoming Community Calls too share what you learned at Mozilla Festival and brainstorm next steps.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-08_190727.2203640000.jpg",
            "created": "2019-11-08T19:07:27.219945Z",
            "moderation_state": 3
        },
        {
            "id": 1469,
            "content_url": "https://kstathou.github.io/posts/2019/11/hai-conference-notes/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "bias",
                "disinformation",
                "ethics",
                "machine learning",
                "mozfellows19"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 2262,
                    "is_active": true
                },
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HAI Conference on AI Ethics, Policy and Governance: Some highlights",
            "description": "I recently attended the HAI Conference on AI Ethics, Policy and Governance, organised by the Institute for Human-Centered Artificial Intelligence at Stanford University. It was an exciting event that was packed with interesting talks on AI + [Economics, Regulation, Ethics, Bias, Geopolitics, Disinformation]. Here, I summarise some of its highlights.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-07_105243.4868700000.jpg",
            "created": "2019-11-07T10:52:43.486376Z",
            "moderation_state": 3
        }
    ]
}