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=entry_type&page=29
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=entry_type&page=30",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=entry_type&page=28",
    "results": [
        {
            "id": 2232,
            "content_url": "https://www.cvillecscommunity.org/2021-csi.html",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "education"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Watch session"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CS Institute",
            "description": "The CS Institute is a FREE, 3-week online professional learning opportunity designed to introduce K-12 educators to computer science pedagogy and equitable teaching strategies that can be incorporated into any subject area. The \"live\" portion of the 2021 CS Institute is over, but the resources remain. If you are someone who is interested in learning how you can engage K-12 students in hands-on computer science learning and activities, the CS Institute includes videos, tutorials, lesson plans, and many other resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Learning computer science is at the heart of understanding how the internet, AI, and all things tech work.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-08-11_200018.0504020000.png",
            "created": "2021-08-11T20:00:18.049975Z",
            "moderation_state": 3
        },
        {
            "id": 1551,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "#MANRS",
                "#mozfellows19",
                "#NSRC",
                "#ROA",
                "#RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Routing security status in South Asia: December Fellowship Report",
            "description": "December 2019 was very productive for me. I reached out to more than 1000 network operators across the South Asian region to help enhance their routing security. So far, I helped create new ROAs for 1839 IPv4 and 101 IPv6 prefixes and help correct 77 IPv4 and 115 IPv6 INVALID prefixes originated by 265 ASNs across the region.\nI helped National Data Center in Bangladesh to start RPKI validation on Dec 1. I have been carrying out presentations at the local and regional NOGs to encourage network operators adopting MANRS specially ROA and RPKI Validation. In Dec, I participated npNOG5 in Nepal.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-13_181534.9463460000.png",
            "created": "2020-01-13T18:15:34.945804Z",
            "moderation_state": 3
        },
        {
            "id": 1550,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "is_bookmarked": false,
            "tags": [
                "#MANRS",
                "#mozfellows19",
                "#NSRC",
                "#ROA",
                "#RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event Wrap: bdNOG11 in Bangladesh",
            "description": "Recently I participated in bdNOG11 Conference held on Jan 10 in Cox's Bazar, Bangladesh. I conducted a 30-min presentation on Impact of RPKI Validator in Bangladesh. The room had more than 150 network engineers participated in the event. During the conference, I reached out to about 8 organizations who fixed about 36 ROAs for their prefixes. They are: AS138566, AS38562, AS137385, AS136395, AS136027, AS134382, AS133957 and AS136941.\n\nI discussed about RPKI issues with some participants and speakers. I encouraged the workshop instructors to include RPKI lab in their workshop.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-13_163750.8475770000.JPG",
            "created": "2020-01-13T16:37:50.846881Z",
            "moderation_state": 3
        },
        {
            "id": 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": 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": 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": 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": 1667,
            "content_url": "https://www.youtube.com/watch?v=VsbOql7WKwE&feature=emb_logo",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dialogues & Debates: Trustworthy Technology in the Time of a Pandemic",
            "description": "During this virtual Dialogues & Debates, Mozilla Fellow Frederike Kaltheuner answered questions on Twitter submitted by our community. Questions and answers addressed contact tracing, whether privacy and public health are a zero sum game, whether face masks thwart facial recognition tech, and far more.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_145430.7438090000.jpg",
            "created": "2020-05-05T14:54:30.743241Z",
            "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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 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": 1749,
            "content_url": "https://amc.alliedmedia.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Allied Media Conference",
            "description": "The 21st Allied Media Conference will be online from July 23 to July 26, 2020, bringing accessibility, safety, ease & care, support for presenters, and the AMC magic to this year's event.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-22_111513.0919910000.jpeg",
            "created": "2020-06-22T11:15:13.091573Z",
            "moderation_state": 3
        },
        {
            "id": 1751,
            "content_url": "https://www.fabriders.net/session-design-tips/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tips for designing an effective workshop session",
            "description": "This blog post helps facilitators understand how adults learn, the role of the facilitator, example session designs, and facilitation best practices.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-22_112457.7464670000.jpeg",
            "created": "2020-06-22T11:24:57.745911Z",
            "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": 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": 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": 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": 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": 1618,
            "content_url": "https://medium.com/@kstathou/a-walkthrough-of-orions-backend-data-and-design-decisions-f60c01b507aa",
            "is_bookmarked": false,
            "tags": [
                "data science",
                "mozfellows19",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A walkthrough of Orion’s backend, data and design decisions",
            "description": "In the previous blog, I introduced Orion, an open-source tool for the science of science that I am developing as part of my fellowship with Mozilla. Orion can be split into three parts; a backend that includes the processes that collect and analyse research data, a search engine and a data visualisation layer. In this post, I will discuss Orion’s backend as well as some important data and design choices.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-16_091734.5495960000.jpg",
            "created": "2020-03-16T09:17:34.549153Z",
            "moderation_state": 3
        },
        {
            "id": 1619,
            "content_url": "https://foundation.mozilla.org/en/blog/responsible-computer-science-challenge-mozfest/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "#RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Responsible Computer Science Challenge at MozFest",
            "description": "During MozFest 2019, Mozilla hosted the second convening of the 17 awardees of the Responsible Computer Science Challenge. The goal of this second convening was for awardees to share ideas and challenges with each other, collaborate with the global Responsible Computer Science community, and learn from others within the larger MozFest community. We achieved this with a small group convening on Thursday, a Lessons Showcase at the University College London on Friday, and attendance with the global MozFest community over the weekend.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-19_163759.4520070000.png",
            "created": "2019-12-06T16:37:59.449797Z",
            "moderation_state": 3
        },
        {
            "id": 1622,
            "content_url": "https://2020.apricot.net/",
            "is_bookmarked": false,
            "tags": [
                "APRICOT2020",
                "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: APRICOT2020 in Melbourne",
            "description": "More than 600 network engineers gather in Melbourne for the APRICOT2020 Conference held on 12-21 Feb 2020. Being APAC’s one of the biggest events, APRICOT was full of workshops, tutorials and conference sessions on Internet operational technologies. I conducted a 5-day workshop on Advance BGP and Routing Security, contributed in a day-long RPKI Deployathon and presented my paper on RPKI Deployment at the RPKI Deployment session. I could help some folks fix their ROAs. I encouraged many South Asian network operators to deploy RPKI validator in their network and join MANRS initiative.",
            "get_involved": "",
            "get_involved_url": "https://apricot.net",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-23_170835.8703000000.JPG",
            "created": "2020-03-23T17:08:35.869463Z",
            "moderation_state": 3
        },
        {
            "id": 1672,
            "content_url": "https://www.eff.org/event/at-home-with-eff-covid19",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "At Home with EFF: An Online Discussion of COVID-19 and Digital Rights",
            "description": "The COVID-19 pandemic has made obvious how important the Internet and digital tools are to our lives and how vital it is that we maintain an open and secure approach to them. Join EFF for a livestreamed video discussion about what we’ve seen that’s surprising us, and worrying us, about how governments, hospitals, tech companies, and individuals are fighting the spread of coronavirus, from open access science to cell phone tracking.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_155536.8074210000.jpg",
            "created": "2020-05-05T15:55:36.796952Z",
            "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
        },
        {
            "id": 1716,
            "content_url": "http://opendoclab.mit.edu/presents/amelia-winger-bearskin-mozilla-fellow-co-creation-studio/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Virtual Panel: Indigenous Tech, Indigenous Knowledge",
            "description": "In this public panel, Amelia Winger-Bearskin brings together Indigenous artists, technologists and knowledge keepers to discuss how we can take an ethical approach to tech projects.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-08_224550.6619710000.png",
            "created": "2020-05-08T22:45:50.661674Z",
            "moderation_state": 3
        },
        {
            "id": 1610,
            "content_url": "https://www.scu.edu/ethics/focus-areas/technology-ethics/resources/what-we-are-doing-with-ethicalcs-at-santa-clara-university/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What We Are Doing with #EthicalCS at Santa Clara University",
            "description": "Santa Clara University  was awarded a grant in April 2019 as one of the winners of the Mozilla Responsible Computer Science Challenge. The grant is aimed at promoting innovation and experimentation in the integration of ethics into undergraduate Computer Science curricula. This is a summary of what we have been doing, and some of the plans ahead.",
            "get_involved": "",
            "get_involved_url": "https://www.responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-05_134131.1163030000.png",
            "created": "2020-03-05T13:41:31.115694Z",
            "moderation_state": 3
        },
        {
            "id": 1611,
            "content_url": "https://c4ejournal.net/2019/10/10/jeff-behrends-ethics-education-in-computer-science-the-embedded-ethics-approach-2019-c4ej-41/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "education",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ethics Education in Computer Science: The Embedded EthiCS Approach",
            "description": "Jeff Behrends, Ethics Education in Computer Science: The Embedded EthiCS Approach [2019 C4eJ 41]",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-03-05T13:44:21.772557Z",
            "moderation_state": 3
        },
        {
            "id": 1612,
            "content_url": "https://web.cs.toronto.edu/news-events/events/dls1903",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ethical Challenges of Intelligent Systems to Embedding Ethics in Computer Sci",
            "description": "This talk will describe Harvard's Embedded EthiCS initiative, a novel approach to integrating ethics into computer science education that incorporates ethical reasoning throughout courses in the standard computer science curriculum. It changes existing courses rather than requiring wholly new courses.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-03-05T13:47:17.539019Z",
            "moderation_state": 3
        },
        {
            "id": 1613,
            "content_url": "https://news.umbc.edu/umbc-students-confront-ethical-challenges-through-new-computing-curriculum/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "education",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "UMBC students confront ethical challenges through new computing curriculum",
            "description": "Incorporating ethics into computing curriculum is crucial to ensure that today’s graduates are well prepared to address the complex challenges of the future, Mentis explains. Recently, she and colleagues in UMBC’s College of Engineering and Information Technology received funding from the Mozilla Foundation to support implementing ethics components in their courses.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-05_135153.8093910000.jpg",
            "created": "2020-03-05T13:51:53.809080Z",
            "moderation_state": 3
        },
        {
            "id": 1614,
            "content_url": "https://ethicslab.georgetown.edu/blog/blending-philosophy-and-computer-science",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "education",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blending Philosophy and Computer Science for Ethical Development",
            "description": "A semester in, Ethics Lab’s Mozilla Responsible CS project has shown great promise in helping students deeply consider ethics and social responsibility in their computer science work. Ethics Lab and Georgetown’s Computer Science Department were awarded the grant by the Mozilla Foundation in spring 2019 for their proposal to build ethics directly into computer science classes. The project is supported for the 2019-2020 academic year.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-05_135453.6707550000.jpg",
            "created": "2020-03-05T13:54:53.670370Z",
            "moderation_state": 3
        },
        {
            "id": 1617,
            "content_url": "https://www.derechosdigitales.org/14220/a-linguagem-comum-das-mulheres-e-uma-outra-internet/",
            "is_bookmarked": false,
            "tags": [
                "internet",
                "iwd"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Narrira",
            "submitter_profile_id": 3115,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Narrira",
                    "profile_id": 3115,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The common language of women and another possible Internet",
            "description": "The stories of the dictatorships that took place in and plagued Latin America in the 20th century have permeated students' imagination for many decades. As part of the percentage of the population  that grew in the 90s in Brazil, I grew up reading books, attending classes and watching movies on the topic. South America, in addition to being the scene of dictatorships, was also the scene of a bloody colonization, which even today leaves geographic and socioeconomic traces that permeate the way we deal with our socialization, electronic devices, and the Internet. [only in portuguese]",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-09_114045.4530910000.jpg",
            "created": "2020-03-09T11:40:45.452773Z",
            "moderation_state": 3
        },
        {
            "id": 1660,
            "content_url": "https://aisforanother.net",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "mozfellows19",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "A is for another: A dictionary of AI",
            "description": "This resource by Maya Ganesh is a great resource to map understanding of AI.\n\"A Is For Another answers the question: what is AI? Or, how do we understand what it means to be human and non-human through artificial intelligence? This dictionary presents how intelligence, humans, machines, data and mind exist across a variety of cosmologies, sciences and art practices as perceptions change over time.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-01_142841.5796170000.png",
            "created": "2020-05-01T14:28:41.579213Z",
            "moderation_state": 3
        },
        {
            "id": 1616,
            "content_url": "https://jolt.law.harvard.edu/digest/my-data-my-terms",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "#CCPA",
                "#data",
                "#datalicense",
                "#dataprivacy",
                "#GDPR",
                "#myAI",
                "#privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                },
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Personal Data Licenses: A Proposal",
            "description": "Super excited that Harvard Journal of Law & Technology  has just published our proposal to create personal data licenses: “My Data, My Terms: A Proposal for Personal Data Use Licenses”.\n\nIn this proposal, we foresee a future of user-held data, where each individual can easily control who can access their personal data. We suggest a system of shareable and understandable set of personal data licenses.\n\nPersonal data license system will instill the marketplace with needed shared trust and transparency, and help individuals “activate” their data for superior value and experiences.",
            "get_involved": "",
            "get_involved_url": "https://www.prifina.com/developer-sign-up.html",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-07_214955.6338800000.jpg",
            "created": "2020-03-07T21:49:55.633367Z",
            "moderation_state": 3
        },
        {
            "id": 1615,
            "content_url": "https://tech.newstatesman.com/guest-opinion/eu-white-paper-on-artificial-intelligence-falls-short",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "eu",
                "mozfellows19",
                "regulating"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "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": "Where the EU’s white paper on AI falls short",
            "description": "Together with Corinna Cath from the Oxford Internet Institute, I've written an opinion piece on the EU's AI strategy. \n\nThe elephant in the room is the context in which AI is being developed and applied: a tech industry that is dominated by a handful of companies, and a business model that’s premised on the exploitation of people’s data. A truly progressive tech policy needs to tackle the root causes of surveillance capitalism, ensure that those who are most vulnerable are truly protected, while paving the way forward towards real alternatives. That takes more than calculated risk reduction.",
            "get_involved": "",
            "get_involved_url": "https://tech.newstatesman.com/guest-opinion/eu-white-paper-on-artificial-intelligence-falls-short",
            "interest": "This is of interest to anyone interested in tech policy and AI regulation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-03-07T09:15:08.205484Z",
            "moderation_state": 3
        },
        {
            "id": 1621,
            "content_url": "https://foundation.mozilla.org/en/blog/responsible-computer-science-challenge-sigcse/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Responsible Computer Science Challenge at SIGCSE",
            "description": "Prior to SIGCSE being canceled, in accordance with the Governor of Oregon’s mandate for canceling convenings of certain sizes related to COVID-19, we held a pre-symposium titled “Integrating Ethics and Social Responsibility in Computing Curricula Symposium.” Our goal was to share some mini-lessons and updates on the Challenge with other computer science faculty, teachers, and community partners interested in advocating for and integrating ethics into computer science education.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-21_133041.4998600000.png",
            "created": "2020-03-21T13:30:41.499502Z",
            "moderation_state": 3
        },
        {
            "id": 1625,
            "content_url": "https://sprint.elifesciences.org",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open research",
                "open research software",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action",
                "Join community"
            ],
            "published_by": "Emmy Tsang",
            "submitter_profile_id": 2873,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmy Tsang",
                    "profile_id": 2873,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "eLife Innovation Sprint 2020",
            "description": "September 2–3 in Cambridge, UK: we invite all developers, designers, researchers, data scientists, product technologists, policy specialists and more to join us to develop open technology solutions, to redefine the ways we share and do research.\n\nWe invite you to submit your project idea until Apr 13– more information about project scope, expected participants and roles on our website. Don’t have a project idea? Hold fire! The general application is open between April 27 and May 24.\n\nWe hope to provide travel and other support to all participants who otherwise won't be able to attend.",
            "get_involved": "We invite you to lead a team to develop an open prototype, contribute your design and devops skills, help mentor newcomers, and more!",
            "get_involved_url": "https://elifesci.org/sprint-2020",
            "interest": "This is an opportunity to use open web technologies to change research and drive forward open science.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-24_095054.2966970000.jpg",
            "created": "2020-03-24T09:50:54.296160Z",
            "moderation_state": 3
        },
        {
            "id": 2284,
            "content_url": "https://www.linkedin.com/in/prathameshpchavan/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Plan & organize",
                "Write documentation"
            ],
            "published_by": "Prathamesh Chavan",
            "submitter_profile_id": 2755,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Prathamesh Chavan",
            "description": "Technical Project Manager at Red Hat",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-10-12_122037.8961750000.jpg",
            "created": "2021-10-12T12:20:37.895887Z",
            "moderation_state": 3
        },
        {
            "id": 1624,
            "content_url": "https://www.nsrc.org/workshops/2020/apricot/rpki-deployathon/index.html",
            "is_bookmarked": false,
            "tags": [
                "APRICOT2020",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Full House RPKI Deployathon at APRICOT2020",
            "description": "41 network engineers from 20 countries participated in an exciting daylong RPKI Deployathon on Feb 17, 2020 at APRICOT2020 in Melbourne. I was one of the seven facilitators at the event. Participants were provided with lab resources to deploy different opensource implementations of RPKI Validators like Routinator, RIPE NCC Validator, FORT, and OctoRPKI/GoRTR, with accompanying routing implementations from Cisco (IOS & IOS-XR), Juniper and Nokia. They tried to find the pros and cons, bugs and improvement opportunities, documentation and implementation friendliness of each implementations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-24_075050.2869680000.JPG",
            "created": "2020-03-24T07:50:50.286142Z",
            "moderation_state": 3
        }
    ]
}