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=id&page=27
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=id&page=28",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=id&page=26",
    "results": [
        {
            "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": 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": 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": 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": 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": 1533,
            "content_url": "https://lab.witness.org/ticks-or-it-didnt-happen/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ticks or It Didn't Happen",
            "description": "In a new report, nonprofit WITNESS -- with help from Mozilla Fellows -- has examined the state of verification and authentication technologies for synthetic media.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-17_143515.2791140000.png",
            "created": "2019-12-17T14:35:15.278395Z",
            "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": 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": 1536,
            "content_url": "https://www.giswatch.org",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "artificial intelligence",
                "data protection",
                "Human Rights",
                "policy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Global Information Watch 2019!",
            "description": "The Global Information Society Watch Report was launched at the Internet Governance forum this year. The exciting read about this book is the focus on Artificial Intelligence – Human rights, social justice and development. In looking for relevant voices for AI and Africa from rights, justice and development perspective, this resource is timely and invaluable. Together with reading the Africa reports – i am also excited that they have a thematic report on “Decolonising AI- a transfeminist approach to data and social justice.” Happy reading!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-12-24T05:01:10.790252Z",
            "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": 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": 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": 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": 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": 1543,
            "content_url": "https://medium.com/@fre8de8rike/how-europe-can-lead-the-way-to-tackle-automated-discrimination-56bba399b3b7",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "data trust",
                "discrimination",
                "#mozfellows19",
                "mozfellows19",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How Europe can lead the way to tackle automated discrimination",
            "description": "This is a written version of the evidence I have delivered at a hearing on automated discrimination at the European Parliament on December 12, 2019. The hearing was organised by the European Greens.",
            "get_involved": "I'd love to get some feedback on my analysis and the recommendations I proposed at the end.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-03_143358.5316260000.png",
            "created": "2020-01-03T14:33:58.531147Z",
            "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": 1546,
            "content_url": "https://www.youtube.com/watch?v=nxJdojmCHb4&feature=youtu.be",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The compromises and consequences of AI",
            "description": "Meet Mozilla awardees Ingrid Burrington and Brendan Byrne. Ingrid and Brendan created \"The Training Commission,\" a speculative fiction novella about the compromises and consequences of AI.\n\nLearn more about The Training Commission: https://trainingcommission.com/ \n\nLearn more about Mozilla Awards: https://foundation.mozilla.org/awards/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-06_195143.6408190000.png",
            "created": "2020-01-06T19:51:43.640441Z",
            "moderation_state": 3
        },
        {
            "id": 1547,
            "content_url": "https://medium.com/@rianeliza/ai-agriculture-and-the-future-of-farming-e6d939cf4296",
            "is_bookmarked": false,
            "tags": [
                "agriculture",
                "AI",
                "#mozfellows19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3511,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3511,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AI and Agriculture: Putting Community Principles into Practice",
            "description": "As a Mozilla Fellow, I am working on a project to ensure that AI/ML systems in agriculture are designed and implemented justly, responsibly, sustainably, and with the input of the communities where they are being implemented.  This post details my plans, and how you can get involved.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-06_220514.9919900000.jpg",
            "created": "2020-01-06T22:05:14.991352Z",
            "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": 1549,
            "content_url": "https://medium.com/@ka.iwanska/10-reasons-why-online-advertising-is-broken-d152308f50ec?source=friends_link&sk=2f74310a1ac2486ae1f1ab5a59070d8a",
            "is_bookmarked": false,
            "tags": [
                "adtech",
                "advertising",
                "mozfellows19",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Karolina Iwańska",
            "submitter_profile_id": 3152,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Karolina Iwańska",
                    "profile_id": 3152,
                    "is_active": true
                },
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3118,
                    "is_active": true
                },
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "10 Reasons Why Online Advertising is Broken",
            "description": "The online ad industry claims that personalised ads make it possible for users to browse the internet for free and for publishers to earn money for creating content. Which sounds like a win-win situation, doesn’t it? Except it’s not. In fact, the current state of online advertising creates huge risks to our personal privacy, deteriorates the quality of the media, and is subject to serious fraud which funds organised crime. Here’s a (non-exhaustive) list of 10 problems with online advertising.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a brief, evidence-based description of 10 major problems with the current online advertising system. I hope it will serve as a reference piece.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-08_104844.8397700000.png",
            "created": "2020-01-08T10:48:44.839291Z",
            "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": 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": 1552,
            "content_url": "https://www.youtube.com/watch?v=R7hAh3EIQZ0&feature=youtu.be",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Would an algorithm hire you?",
            "description": "Meet Mozilla awardee Alia ElKattan. Alia created Survival of the Best Fit, an educational game about hiring bias in AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-01-15T15:05:03.422300Z",
            "moderation_state": 3
        },
        {
            "id": 1553,
            "content_url": "https://youtu.be/RVTzY53FPbg",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Is AI stealing your feelings?",
            "description": "Meet Mozilla awardee Noah Levenson. Noah created “Stealing Ur Feelings,” an interactive film about the dangers of facial emotion recognition AI.\n\nWatch “Stealing Ur Feelings:” https://stealingurfeelin.gs/ \n\nLearn more about Mozilla Awards: https://foundation.mozilla.org/awards/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-21_153811.4381930000.png",
            "created": "2020-01-21T15:38:11.437783Z",
            "moderation_state": 3
        },
        {
            "id": 1554,
            "content_url": "https://foundation.mozilla.org/en/blog/how-connect-20-million-tanzania/",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "Kondoa Community Network",
                "#mozfellows19",
                "mozfellows19",
                "television white space"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "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": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How to Connect 20 Million in Tanzania",
            "description": "“In 2014, I started researching the possibility of using television white space technology for wireless communication,” Matogoro explains. He studied the issue while earning his PhD at University of Dodoma, and then built an operational community network in Kondoa District using the technique. “The project provided 2,000 people and four education institutions with high-speed internet connections,” Matogoro says.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It report few of my achievement and setting plan to scale-up",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-24_050717.2927090000.jpg",
            "created": "2020-01-24T05:07:17.292143Z",
            "moderation_state": 3
        },
        {
            "id": 1555,
            "content_url": "https://2020.mm-ix.net/sch.php?idx=5",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "MMNOG2020",
                "#mozfellows19",
                "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: MMNOG 2020 in Myanmar",
            "description": "I just returned from MMNOG2020 after presenting my work with Mozilla Foundation and NSRC on enhancing global routing security. The Conference held on Jan 16-17 in Yangon. I conducted a 30-min presentation on Impact of RPKI Validator in Bangladesh and lessons learned. The room was full of more than 150 network engineers. During the conference, I reached out to 6 organizations who fixed about 20 ROAs for their prefixes. They are: AS139206, AS135307, AS133384, AS134714, AS9654 and AS137861.I also took the opportunity to discussed about RPKI issues with some participants and speakers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-27_143948.9330560000.JPG",
            "created": "2020-01-27T14:39:48.932337Z",
            "moderation_state": 3
        },
        {
            "id": 1588,
            "content_url": "https://digitalid.theengineroom.org/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "digitalID",
                "mozfellows19",
                "mozfellows20",
                "policy",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lived experiences of Digital IDs",
            "description": "The project by The Engine room specifically looked at the lived experiences of Digital IDs in 5 locations including Ethiopia.Nigeria and Zimbabwe.I supported the  latter as a country researcher. By focusing on lived experiences it highlighted how people experienced the collection of their data, their perceptions around privacy and surveillance, the need to understand cultural and social context and recommendations for the involvement of civil society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It shows extended research on how people experience processes around their data",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-02_190519.7975910000.png",
            "created": "2020-02-02T19:05:19.797175Z",
            "moderation_state": 3
        },
        {
            "id": 1589,
            "content_url": "https://www.medianama.com/2020/01/223-pdp-bill-2019-advertising-ad-tech/",
            "is_bookmarked": false,
            "tags": [
                "adtech",
                "artificial intelligence",
                "data protection",
                "india",
                "#mozfellows19",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "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": "Will India's Privacy Bill Fix Broken Ad-Tech?",
            "description": "At Medianama, I examined the state of Real Time Bidding in India and how its various mechanisms will be affected by the proposed Data Protection Bill in India. As momentum grows internationally to fix the broken surveillance model of online 'attention merchants', its high time to ask our lawmakers to focus on digital consumer rights!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-03_165556.6827640000.png",
            "created": "2020-02-03T16:55:56.682022Z",
            "moderation_state": 3
        },
        {
            "id": 1590,
            "content_url": "https://sanog.org/sanog35/program.html",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "#mozfellows19",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI",
                "SANOG35"
            ],
            "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: SANOG35 in Pakistan",
            "description": "35th Conference of South Asian NOG was held in Karachi, Pakistan on Jan 20-21, 2020. My paper on the impact of RPKI validator in BD was presented by my mentor Dr. Philip Smith (NSRC). I was a remote participant during the session. Earlier, I analysed the ROA status of PK and AF operators and sent individual emails to 175 organizations about their routing issues. I helped solve about 140 RPKI ROAs of five ASNs. Some participants reached out to me as well via email and IM to get help in fixing their ROAs. I am expecting a very positive impact of SANOG35 on the RPKI status in South Asia.",
            "get_involved": "",
            "get_involved_url": "https://www.sanog.org/mailinglist.htm",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-03_191326.9284560000.jpeg",
            "created": "2020-02-03T19:13:26.927724Z",
            "moderation_state": 3
        },
        {
            "id": 1591,
            "content_url": "https://medium.com/@szymielewicz/black-boxed-politics-cebc0d5a54ad",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "#mozfellows19",
                "mozfellows19",
                "transparency"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "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": "Black-Boxed Politics: Opacity is a Choice in AI Systems",
            "description": "In this article we break down the myth of the 'black box' around AI systems and demonstrate how we can introduce basic transparency measures into these systems.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-04_094616.7517870000.png",
            "created": "2020-02-04T09:46:16.751325Z",
            "moderation_state": 3
        },
        {
            "id": 1592,
            "content_url": "https://www.euractiv.com/section/digital/opinion/the-eu-is-funding-dystopian-artificial-intelligence-projects/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19",
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [],
            "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": "Op-ed: The EU is funding dystopian Artificial Intelligence projects",
            "description": "Despite its commitment to ‘trustworthy’ artificial intelligence, the EU is bankrolling AI projects that are ethically, legally, & scientifically questionable.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-02-04T09:48:05.083236Z",
            "moderation_state": 3
        },
        {
            "id": 1593,
            "content_url": "https://www.theguardian.com/commentisfree/2020/jan/27/facial-recognition-cameras-technology-police",
            "is_bookmarked": false,
            "tags": [
                "face recognition",
                "#mozfellows19",
                "mozfellows19",
                "privacy",
                "surveillance"
            ],
            "issues": [],
            "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": "Guardian op-ed: Facial recognition cameras will put us all in an identity parade",
            "description": "My very first op-ed in The Guardian in response to the London Met police announcing that it will roll out live face recognition. \"Given all these concerns, why rush to deploy such a controversial technology? Even if it’s legal, that doesn’t mean it’s ethical. And just because a new technology becomes available, that doesn’t mean the police have “a duty” to deploy it, as the Met claimed last week.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-04_134612.9435840000.jpeg",
            "created": "2020-02-04T13:46:12.943241Z",
            "moderation_state": 3
        },
        {
            "id": 1594,
            "content_url": "https://pgooding.substack.com/subscribe",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "health",
                "health care",
                "Human Rights",
                "medical research",
                "medicine",
                "mental health",
                "#mozfellows19",
                "mozfellows19",
                "social justice"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Test & feedback"
            ],
            "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 Minds & Madness: a newsletter of creepy & cool in digital mental health",
            "description": "If you're interested in a short and sharp list of news from around the web on the politics of digital tech & mental health, sign up! It's a bi-weekly list & something of a personal experiment in making my research more open and accessible. My research investigates the use of AI, machine learning & other algorithmic technologies in efforts to address mental distress, crisis, addiction, mental health conditions & disability. I’m interested in examining the obligations of designers and deployers, & the rights of user-subjects, & how those obligations and rights can be protected and enforced.",
            "get_involved": "",
            "get_involved_url": "https://app.gitbook.com/@piers-gooding/s/the-law-and-politics-of-digital-mental-health-tech/",
            "interest": "Mental distress affects as all, and a healthy internet offers healthy responses to people experiencing distress and crisis.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-04_233938.2814750000.jpg",
            "created": "2020-02-04T23:39:38.281150Z",
            "moderation_state": 3
        },
        {
            "id": 1595,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "#mozfellows19",
                "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": "Emphasising Routing Security at Local NOGs: January Fellowship Report",
            "description": "2020 started with 3 back-to-back blockbuster Network Operators Group (NOG) meetings in South Asia. My paper on routing security was presented at all 3 events (bdNOG11, MMNOG2020 and SANOG35, check my pulse blog for more info). I could reach out to about 400 onsite participants during the meetings. In January, I could help create new ROAs and fix INVALIDs for more than 376 IPv4 and 143 IPv6 prefixes of 57 South Asian operators. Out of those, 51 IPv4 and 85 IPv6 prefixes were previously INVALID and now fixed. Till Jan'20, Bangladesh has more than 75% ROAs signed, a new milestone in the region.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-09_131130.2601130000.jpg",
            "created": "2020-02-09T13:11:30.259679Z",
            "moderation_state": 3
        },
        {
            "id": 1596,
            "content_url": "https://www.sociolegalreview.com/post/welfare-automation-in-the-shadow-of-the-indian-constitution",
            "is_bookmarked": false,
            "tags": [
                "big data",
                "#mozfellows19",
                "privacy",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Welfare Automation in the Shadow of the Indian Constitution",
            "description": "In this essay, I explore the political economy of welfare automation, in particular by examining the Indian Supreme Court's assessment of values in deliberating the constitutionality of the government-issued automated ID system in India, Aadhaar.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It provides an account of how to approach public sector machine decision making from a legal and policy perspective.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-09_182959.3685500000.jpg",
            "created": "2020-02-09T18:29:59.368213Z",
            "moderation_state": 3
        },
        {
            "id": 1597,
            "content_url": "https://medium.com/@kstathou/orion-an-open-source-tool-for-the-science-of-science-4259935f91d4",
            "is_bookmarked": false,
            "tags": [
                "machine learning",
                "mozfellows19",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Orion: An open-source tool for the science of science",
            "description": "Orion is an open-source tool to monitor and measure progress in science.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-10_093132.2003810000.jpg",
            "created": "2020-02-10T09:31:32.199892Z",
            "moderation_state": 3
        },
        {
            "id": 1599,
            "content_url": "https://foundation.mozilla.org/en/blog/best-medicine-online-disinformation-transparency/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "UK House of Lords testimony on disinformation",
            "description": "On February 4, Mozilla gave evidence to the UK’s House of Lords Select Committee on Democracy and Digital Technology about combating online disinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-02-13T21:09:08.527357Z",
            "moderation_state": 3
        },
        {
            "id": 1600,
            "content_url": "https://edri.org/the-human-rights-impacts-of-migration-control-technologies/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Petra Molnar",
            "submitter_profile_id": 3619,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Petra Molnar",
                    "profile_id": 3619,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The human rights impacts of migration control technologies",
            "description": "This is the first blogpost of a series on our new project which brings to the forefront the lived experiences of people on the move as they are impacted by technologies of migration control. The project highlights the need to regulate the opaque technological experimentation documented in and around border zones of the EU and beyond. We will be releasing a full report later in 2020, but this series of blogposts will feature some of the most interesting case studies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learn about our new project looking at the lived experiences of people affected by migration control technologies at EU borders",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-17_131506.1212920000.png",
            "created": "2020-02-17T13:15:06.120723Z",
            "moderation_state": 3
        },
        {
            "id": 1601,
            "content_url": "https://www.academia.edu/41675472/Technology_on_the_margins_AI_and_global_migration_management_from_a_human_rights_perspective",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Petra Molnar",
            "submitter_profile_id": 3619,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Petra Molnar",
                    "profile_id": 3619,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Technology on the margins: AI and global migration management",
            "description": "Experiments with new technologies in migration management are increasing. From Big Data predictions about population movements in the Mediterranean, to Canada's use of automated decision-making in immigration and refugee applications, to artificial-intelligence lie detectors deployed at European borders, States are keen to explore the use of new technologies, yet often fail to take into account profound human rights ramifications and real impacts on human lives. These technologies are largely unregulated, developed and deployed in opaque spaces with little oversight and accountability.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "How can International Human Rights Law be used to regulate migration management technologies?",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-17_131955.6363970000.png",
            "created": "2020-02-17T13:19:55.635741Z",
            "moderation_state": 3
        },
        {
            "id": 1602,
            "content_url": "https://foundation.mozilla.org/en/blog/when-one-affects-many-case-collective-consent/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "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": "When One Affects Many: The Case For Collective Consent",
            "description": "When we leave it to each of us to individually decide who we want to give access to our data, we all lose. Here are my thoughts on what collective approaches to consent might look like.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-20_131248.0550670000.jpg",
            "created": "2020-02-20T13:12:48.054477Z",
            "moderation_state": 3
        },
        {
            "id": 1603,
            "content_url": "https://medium.com/prifina/prifina-release-of-open-source-standard-data-profiles-and-personal-data-licenses-dd66a6627332?source=search_post---------0",
            "is_bookmarked": false,
            "tags": [
                "data privacy",
                "open source",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Proposal for open-source standard data profiles and personal data licenses",
            "description": "Democratizing personal data is an ambitious goal. \nIn February 2020, Prifina team has released an initial version of open-source standard data profile and a proposal to create a system of licenses and permissions which individuals can use in granting access to their personal data profiles. Check it out!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla network and community has a vested interest in how the future of the Internet is going to look. This proposal for open-source standard data profiles aims to give more leverage to individuals in terms of how their personal data is used.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-02-21T18:23:44.542579Z",
            "moderation_state": 3
        },
        {
            "id": 1604,
            "content_url": "https://foundation.mozilla.org/blog/ring-2fa-and-win-consumers/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Taís de Souza Lessa",
            "submitter_profile_id": 84,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ring, 2FA, and a Win for Consumers",
            "description": "Amazon announced that two-factor authentication (2FA) is now mandatory for all Ring users. The change comes on the heels of loud advocacy by consumers and organizations like Mozilla and Electronic Frontier Foundation (EFF).",
            "get_involved": "Help us to spread the word about this project. Please share!",
            "get_involved_url": "https://foundation.mozilla.org/blog/ring-2fa-and-win-consumers/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-21_203728.8582200000.jpg",
            "created": "2020-02-21T20:37:28.857839Z",
            "moderation_state": 3
        },
        {
            "id": 1605,
            "content_url": "https://medium.com/@rianeliza/exploring-the-agricultural-data-ecosystem-2cc21b009fcf",
            "is_bookmarked": false,
            "tags": [
                "agriculture",
                "data",
                "data trust",
                "mozfellows19",
                "trust"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3511,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3511,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Exploring the Agricultural Data Ecosystem",
            "description": "The three types of data collected on farms",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "data collection",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-02-27T17:48:10.757480Z",
            "moderation_state": 3
        },
        {
            "id": 1606,
            "content_url": "https://www.derechosdigitales.org/quienes-somos/derechos-digitales/",
            "is_bookmarked": false,
            "tags": [
                "Citizen Journalism",
                "osint",
                "OSINV"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "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": "Digital Investigations Workshops in Mexico City",
            "description": "In collaboration with Derechos Digitales I co-facilitated two workshops in Mexico City with activists and NGOs on advanced digital investigation strategies.  I am currently translating these trainings into English so that they can be given to English speakers as well.",
            "get_involved": "",
            "get_involved_url": "https://emmibevensee.com",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-27_195837.2844640000.png",
            "created": "2020-02-27T19:58:37.283959Z",
            "moderation_state": 3
        },
        {
            "id": 1607,
            "content_url": "http://www.conspiracywatch.info/syrie-la-theorie-du-complot-aura-t-elle-la-peau-de-loiac.html",
            "is_bookmarked": false,
            "tags": [
                "disinformation"
            ],
            "issues": [
                "Web Literacy"
            ],
            "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": "Syria social media disinformation campaign analysis used in article",
            "description": "After having a series of tweets go semi-viral on disinformation campaigns surrounding chemical weapons investigations by the Organisation for the Prohibition of Chemical Weapons, my infographic was used in a French-language article on the topic.",
            "get_involved": "",
            "get_involved_url": "https://emmibevensee.com",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-27_200347.5576890000.JPG",
            "created": "2020-02-27T20:03:47.557103Z",
            "moderation_state": 3
        },
        {
            "id": 1608,
            "content_url": "https://medium.com/@rianeliza/advocating-for-trustworthy-ai-and-responsible-agricultural-data-ecosystems-a-satellite-event-f67ad46300e7",
            "is_bookmarked": false,
            "tags": [
                "agriculture",
                "data commons",
                "#mozfellow20",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Design",
                "Fundraise",
                "Join community",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Rian Wanstreet",
            "submitter_profile_id": 3511,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rian Wanstreet",
                    "profile_id": 3511,
                    "is_active": true
                },
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Advocating For Trustworthy AI and Responsible Agricultural Data Ecosystems",
            "description": "Moz Fellows hosting a Satellite Event at RightsCon bringing together activists and practitioners at the intersection of digital rights and the agriculture sector.",
            "get_involved": "Advertise to networks; attend if relevant to interests, etc.",
            "get_involved_url": "https://medium.com/@rianeliza/advocating-for-trustworthy-ai-and-responsible-agricultural-data-ecosystems-a-satellite-event-f67ad46300e7",
            "interest": "Anyone interested in Trustworthy AI, development of data commons/trusts, etc",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-28_171600.6996250000.jpg",
            "created": "2020-02-28T17:16:00.699190Z",
            "moderation_state": 3
        },
        {
            "id": 1609,
            "content_url": "https://foundation.mozilla.org/en/blog/responsible-computer-science-challenge-heads-sigcse/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Responsible Computer Science Challenge Heads to SIGCSE",
            "description": "Mozilla challenge winners will demonstrate their ethical CS curricula at global forum. This symposium aims to bring together those who are interested in integrating ethics and social responsibility into Computer Science curricula. The attendees will observe current lessons, and then discuss in breakout groups. The symposium will cover strategies for teaching ethics and how to incorporate ethics at multiple points throughout a computing curriculum. It also aims to build new collaborations across fields and across institutions, critical for doing this work.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "Ethical and Responsible Computer Science, Pedagogy, Teaching",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-28_182727.6484460000.jpg",
            "created": "2020-02-28T18:27:27.648046Z",
            "moderation_state": 3
        }
    ]
}