A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=published_by_creator&page=32
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=published_by_creator&page=33",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=published_by_creator&page=31",
    "results": [
        {
            "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": 1011,
            "content_url": "https://github.com/joomla/cross-cms-compliance",
            "is_bookmarked": false,
            "tags": [
                "content managment systems",
                "data protection",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Heather Burns",
            "submitter_profile_id": 1915,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Heather Burns",
                    "profile_id": 1915,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cross-CMS privacy working group",
            "description": "Our vision is that through collaboration, open source CMS projects can help transform our development communities into ones which empower user privacy through a positive and proactive approach to governance, standards, and tools, rather than a negative and reactive approach to privacy as a legal compliance obligation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-29T14:26:28.670018Z",
            "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": 1929,
            "content_url": "https://www.kendra.io",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "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": "Daniel Harris",
            "submitter_profile_id": 4374,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Harris",
                    "profile_id": 4374,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Kendraio",
            "description": "Kendraio",
            "get_involved": "",
            "get_involved_url": "https://www.kendra.io",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-30T10:28:02.674757Z",
            "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": 2054,
            "content_url": "https://towardsdatascience.com/no-one-knows-you-like-your-wearables-are-they-on-your-side-5422296f2f02",
            "is_bookmarked": false,
            "tags": [
                "app",
                "data",
                "#data privacy",
                "decentralization",
                "GDPR",
                "health",
                "health data",
                "iot",
                "quantified self",
                "wearables",
                "wellness"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Take Action"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "No One Knows You Like Your Wearables - Are They On Your Side?",
            "description": "What we might learn about ourselves by combining data from multiple wearables? By combining information from all your wearables, including your phone, into the same place, you can look at your holistic data points and answer interesting questions. Well, at least start interesting arguments with and pose more questions. In this post we look at how this data stands up, if it looks realistic, what we can glean from it and what we may be able to build on top of it by having it on our side as users.",
            "get_involved": "Let's build amazing apps on the users side using Prifina, where data builds value for users.",
            "get_involved_url": "https://www.prifina.com",
            "interest": "This post explores data from wearables, how to utilize it in apps and the concept of having the apps run on the users side",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-04-11_231557.6681990000.png",
            "created": "2021-04-11T23:15:57.667642Z",
            "moderation_state": 3
        },
        {
            "id": 1899,
            "content_url": "https://smat-app.com/network/",
            "is_bookmarked": false,
            "tags": [
                "big data",
                "data science",
                "disinformation",
                "elections",
                "elections and social media",
                "networks",
                "social media",
                "transparency"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "SMAT Election Interactive Network map",
            "description": "SMAT has two big updates with Mozilla. The first was the release of the V1 tools in conjunction with mozilla: https://foundation.mozilla.org/en/blog/new-open-source-tool-tracking-disinformation/ . The second was the release of an innovative and interactive online network map of the Twitter interactions of US politicians in the lead up to the US 2020 elections. https://foundation.mozilla.org/en/blog/fellow-introducing-us-election-twitter-network-graph-tool/ This cutting edge transparency tool helps to map things like influence and connections online.",
            "get_involved": "translations, development, fundraising",
            "get_involved_url": "https://gitlab.com/smat-project",
            "interest": "Innovative open-source data visualization related to elections and disinformation.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-29_004340.5853710000.png",
            "created": "2020-10-29T00:43:40.584843Z",
            "moderation_state": 3
        },
        {
            "id": 1991,
            "content_url": "https://foundation.mozilla.org/en/blog/building-stronger-fellowships-and-awards/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Hanan Elmasu",
            "submitter_profile_id": 4600,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hanan Elmasu",
                    "profile_id": 4600,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Building Stronger Fellowships and Awards",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-02-02T11:00:06.053365Z",
            "moderation_state": 3
        },
        {
            "id": 1898,
            "content_url": "https://www.facebook.com/groups/strumfest",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Join community"
            ],
            "published_by": "Henk Brent",
            "submitter_profile_id": 4285,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Henk Brent",
                    "profile_id": 4285,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Strumfest",
            "description": "Sing/Play on screen lyrics and chords.",
            "get_involved": "Looking to promote sessions and recruit more hosts.",
            "get_involved_url": "https://www.facebook.com/groups/strumfest",
            "interest": "Celebrating the internet as a way to reach people in isolation with music.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-10-28T07:44:10.994994Z",
            "moderation_state": 3
        },
        {
            "id": 2052,
            "content_url": "https://medium.com/prifina/smart-cities-and-even-smarter-residents-empowered-by-personal-data-a8e689693852",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data privacy",
                "iot",
                "personal data",
                "sensor",
                "smart cities",
                "wearables"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Fundraise"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "news",
            "title": "How Personal Data can Empower Smart Cities and Even Smarter Residents",
            "description": "Going beyond smart cities to smarter residents with personal data?With many public sensors in cities, we've got many discussions around the utility of combinations of public data with personal data.Take for example noise, pollution, allergens and combine with breathing, stress levels, recovery, sleep etc.Gets even more interesting when you connect more household / iot devices, Alexas etcWe can build more user agency with data, by suggesting healthier routines and actions.We are exploring what else we (and developers overall) can build with some leaders in the public sensor space.",
            "get_involved": "Help us test the developer framework, build test apps / widgets , test apps",
            "get_involved_url": "https://github.com/prifina/prifina-app-starter",
            "interest": "Explores combinations of public/personal data, developer opportunities, in a privacy preserving approach",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-30_153748.2425510000.jpeg",
            "created": "2021-03-30T15:37:48.241776Z",
            "moderation_state": 3
        },
        {
            "id": 1914,
            "content_url": "https://medium.com/openscienceke/affordabee-low-cost-open-access-publishing-487b42c0a884",
            "is_bookmarked": false,
            "tags": [
                "academic publishing",
                "open access"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Affordabee: Lowering the APC Publishing Cost Barrier",
            "description": "OpenScieceKE participated in the eLife Innovation Sprint. We worked on a resource, Affordabee, which aims to overcome financial barriers to open access publishing.  A platform that can help students and early-career researchers identify journals that can offer waivers or subsidies and access them, reduce the APC cost barrier for students from resource-poor settings.",
            "get_involved": "",
            "get_involved_url": "https://github.com/BioinfoNet/Affordabee",
            "interest": "Open Science enthusiasts can share the resource with researchers from resource contrained settings.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-17_222603.1638390000.png",
            "created": "2020-11-17T22:26:03.163395Z",
            "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": 1896,
            "content_url": "https://youtu.be/F46lX5VIoas?t=8234",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "AI policy",
                "data privacy",
                "decentralization",
                "differential privacy",
                "federated learning",
                "human centered design",
                "Humane technology",
                "machine learning",
                "open source",
                "privacy",
                "reinforcement learning",
                "tai-wg",
                "user research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Madeleine Shang",
            "submitter_profile_id": 4262,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Madeleine Shang",
                    "profile_id": 4262,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Privacy Preserving Browser: as an alternative to Surveillance Capitalism",
            "description": "\"If you are not paying for a product, YOU'RE the product\"-tech proverbWe are not the owner nor the benefactor of data.This created a model that is exploitative and leads to negative outcomes as a community / society i.e. over consumption/environmental damage, extremism, entertainment without true fulfillment/enjoy that is robbing people of their most scarce asset: our time and futures.If we hand control of data back to the ppl via the browser, will that shift us towards a new capital model? Where data is rewarded to companies building better products for consumer and community well-being?",
            "get_involved": "Join the #alt_2_surveillance_capital on mozfest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "Algorithm and AI is making decisions that affects all of us and changing our behaviours. We would like your help to create a more positive and equitable future alternative to Surveillance Capitalism. Starting with a differentially private browser.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-27_212033.7400670000.png",
            "created": "2020-10-27T21:20:33.739589Z",
            "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": 1002,
            "content_url": "https://mrpandey.github.io/d3graphTheory/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "d3.js",
                "graph theory",
                "javascript",
                "mozsprint",
                "open source",
                "sprintforih"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Fundraise",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Avinash Pandey",
            "submitter_profile_id": 2014,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Avinash Pandey",
                    "profile_id": 2014,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "D3 Graph Theory",
            "description": "Interactive and visual graph theory tutorials made using d3.js.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mrpandey/d3graphTheory",
            "interest": "It is open source.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-22_185712.5913930000.png",
            "created": "2019-01-22T18:57:12.590916Z",
            "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": 1239,
            "content_url": "https://acoaf.wordpress.com",
            "is_bookmarked": false,
            "tags": [
                "education",
                "inclusion",
                "tactile material"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Design"
            ],
            "published_by": "Nikolaos Nerantzis",
            "submitter_profile_id": 1528,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nikolaos Nerantzis",
                    "profile_id": 1528,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ZCP1",
            "description": "Promoting Inclusive STEM Education by Creating Tactile Material (Swell Paper & 3D Print) for Biology & Astronomy from Mixed Students’ Group.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_073450.2364400000.png",
            "created": "2019-07-03T07:34:50.236078Z",
            "moderation_state": 3
        },
        {
            "id": 1908,
            "content_url": "https://en.flossmanuals.net/phaser-game-making-in-glitch/_full/",
            "is_bookmarked": false,
            "tags": [
                "glitch",
                "javascript"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "mickfuzz",
            "submitter_profile_id": 4300,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "mickfuzz",
                    "profile_id": 4300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Game Making using Gltch.com and Phaser Javascript Library",
            "description": "Game Making using Gitch.com and Phaser Javascript Library\n\nLots of fun making games and well designed resources on choosing your own game patterns to add.",
            "get_involved": "Test the contents with your coding club",
            "get_involved_url": "https://en.flossmanuals.net/phaser-game-making-in-glitch/_full/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-05_161155.0677070000.png",
            "created": "2020-11-05T16:11:55.067105Z",
            "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": 1910,
            "content_url": "https://www.instagram.com/p/B6sqVnSF99W/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Sabrina Lindridge",
            "submitter_profile_id": 4315,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sabrina Lindridge",
                    "profile_id": 4315,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foxy fan art",
            "description": "This is a open invitation to the community at large to create and collaborate some foxy (Mozilla mascot) fan art. \nAKA furries and other creative styles!",
            "get_involved": "",
            "get_involved_url": "https://www.instagram.com/sakulli_misu",
            "interest": "Openness, inclusivity, re mixing and making stuff!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-12_185712.1638270000.jpeg",
            "created": "2020-11-12T18:57:12.163476Z",
            "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
        },
        {
            "id": 1623,
            "content_url": "https://www.mozillapulse.org/profile/3114/projects",
            "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": "Routing Security Awareness in South Asia: February Fellowship Report",
            "description": "Amid COVID19 crisis, Feb 2020 was still a productive month for my project. I could participate in APRICOT2020, APAC’s one of the largest conferences on Internet operational technologies and that was indeed a great event. I had several sessions on routing security. Besides, I could reach out to about 100 onsite participants during the meetings. In Feb, I could help create new ROAs and fix INVALIDs for more than 315 IPv4 and 14 IPv6 prefixes of 56 South Asian operators. During this unfavorable time, I continue reaching out to network operators and helping them remotely to fix their ROAs.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-23_180024.3845340000.JPG",
            "created": "2020-03-23T18:00:24.384125Z",
            "moderation_state": 3
        },
        {
            "id": 1620,
            "content_url": "https://medium.com/@Calkibet/openscienceke-we-go-far-together-3042ac8b1d8e",
            "is_bookmarked": false,
            "tags": [
                "#mozfellow20",
                "openscience"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenScienceKE: Open by Design and in Action — We Go Far, Together",
            "description": "This is a blogpost in a series on Open Science activities in Kenya, data management, and machine learning.",
            "get_involved": "I'd love to hear your thoughts.",
            "get_involved_url": "https://github.com/BioinfoNet",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-20_100338.4284390000.png",
            "created": "2020-03-20T10:03:38.427855Z",
            "moderation_state": 3
        },
        {
            "id": 1918,
            "content_url": "https://www.youtube.com/channel/UC6fGwvRMhqAzn0DVZoJJ_uA",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Mukulu Kioko",
            "submitter_profile_id": 4336,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mukulu Kioko",
                    "profile_id": 4336,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Talents of Nairobi",
            "description": "Stories from around Nairobi, and the rest of Kenya.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-19T11:34:13.439699Z",
            "moderation_state": 3
        },
        {
            "id": 1631,
            "content_url": "https://soundcloud.com/user-951817091/the-aapti-podcast-discussing-surveillance-with-divij-joshi-mozilla-policy-fellow",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "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": "Facial Recognition in India: Discussion on the Aapti Podcast",
            "description": "I discuss my work around the use of AI in the criminal justice system in India, and welfare automation and privacy in India, at the Aapti Institute's podcast, with host Aditi Ramesh.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-30_140013.9867790000.png",
            "created": "2020-03-30T14:00:13.986449Z",
            "moderation_state": 3
        },
        {
            "id": 1629,
            "content_url": "https://www.medianama.com/2020/03/223-coronavirus-pandemic-reconsider-internet-as-infrastructure/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "internet health",
                "#mozfellows19"
            ],
            "issues": [],
            "help_types": [
                "Take Action"
            ],
            "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": "Covid-19, and the internet as infrastructure",
            "description": "As the Covid-19 pandemic unfolds, it forces us to contend with policy failures which fail to sustain the internet in times of crisis. Here, I argue that policy and legal measures must consider approaches to the internet as critical public infrastructure.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-30_110414.8087470000.jpg",
            "created": "2020-03-30T11:04:14.808302Z",
            "moderation_state": 3
        },
        {
            "id": 1044,
            "content_url": "http://jandig.art",
            "is_bookmarked": false,
            "tags": [
                "art",
                "augmented reality",
                "progressive web app",
                "web ar"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Pablo Diego Silva da Silva",
            "submitter_profile_id": 1973,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Rodrigo Oliveira",
                    "profile_id": 1988,
                    "is_active": true
                },
                {
                    "name": "Pablo Diego Silva da Silva",
                    "profile_id": 1973,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Jandig Project - ARt",
            "description": "We work with Artists, Curators and Developers to build an accessible AR community for enthusiasts. So that art consumers can perceive AR as a way to produce art. In open-source, to get good solution you need to get many people involved. We are working open to get diverse perspectives, contributors and form a healthy community, not a closed product.",
            "get_involved": "",
            "get_involved_url": "https://github.com/memeLab/Jandig",
            "interest": "Might inspire someone",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-01-17_220228.4715040000.jpeg",
            "created": "2019-02-13T03:24:12.239315Z",
            "moderation_state": 3
        },
        {
            "id": 1626,
            "content_url": "https://github.com/CombatCovid/SPA-website",
            "is_bookmarked": false,
            "tags": [
                "health care",
                "know how",
                "medical equipment",
                "open hardware",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hardware Combats Covid19",
            "description": "The problem we are trying to solve: The designs(data) being generated is not easy to find, is in different languages, and when it scales to many people participating it becomes a maze of content. Currently the formats, channels and threads are difficult to follow and understand due to the urgency of the moment. We would like to help to improve the process of finding, deciding, replicating and deploying these equipments.",
            "get_involved": "The fastest way is to join or discord chat and read the project description, and the contributing guidelines.There are different fronts we are covering, development and documentation/compilation of available sources, in standard formats.",
            "get_involved_url": "https://github.com/CombatCovid/SPA-website/blob/develop/CONTRIB.md",
            "interest": "Access to open designs covid related (ventilators, masks and so on)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-03-25T18:49:42.171046Z",
            "moderation_state": 3
        },
        {
            "id": 1042,
            "content_url": "https://blog.mozilla.org/blog/2019/02/06/does-your-sex-toy-use-encryption/",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                },
                {
                    "name": "Kevin Zawacki",
                    "profile_id": 82,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Does Your Sex Toy Use Encryption?",
            "description": "Last November, we assessed the privacy and security features of 70 popular products, from Nintendo Switch and Google Home to drones and smart coffee makers. The idea: help consumers shop for gifts by highlighting a product’s privacy features, rather than just price and performance.\n\nNow, we’re assessing 18 more products, just in time for February 14.\n\nWe researched vibrators; smart beds and sleep trackers; connected aromatherapy machines; and more.",
            "get_involved": "Share the guide, comment on the products, rate products on the Creep-O-Meter, recommend products to include in the guide",
            "get_involved_url": "https://foundation.mozilla.org/en/privacynotincluded/",
            "interest": "Privacy and security of connected devices",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-08_172328.7494410000.png",
            "created": "2019-02-08T17:23:28.748983Z",
            "moderation_state": 3
        },
        {
            "id": 1036,
            "content_url": "https://www.argentina.gob.ar/comunidad-digital-ar",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "community",
                "government",
                "open goverment",
                "open source",
                "reuse"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sebastian Ghelerman",
            "submitter_profile_id": 1977,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sebastian Ghelerman",
                    "profile_id": 1977,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Educator, Anthropologyst, Systems Thinker, Change Agent",
            "description": "Promoting openess and reuse for digital services in Argentina´s Goverment.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Open sourcing goverment digital services is a must!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-02-05T14:35:51.229261Z",
            "moderation_state": 3
        },
        {
            "id": 1628,
            "content_url": "http://ohrh.law.ox.ac.uk/dutch-court-provides-valuable-precedent-for-human-rights-in-the-digital-welfare-state/",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "algorithmic bias",
                "#mozfellows19",
                "transparency"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Risk Classification Algorithms and Human Rights Law",
            "description": "I examine the recent ruling by a Hague District Court which struck down a risk scoring algorithm being used by the Dutch Government for fraud detection and welfare eligibility.",
            "get_involved": "",
            "get_involved_url": "Https://divij.me",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-29_084104.1410930000.jpg",
            "created": "2020-03-29T08:41:04.128708Z",
            "moderation_state": 3
        },
        {
            "id": 1634,
            "content_url": "https://www.hebbel-am-ufer.de/en/hau3000/new-technologies-old-discrimination/?fbclid=IwAR3Cr5GdqLW4vp0eG4FQk6k7V1fBD5DhLZYEXcerl6kz5UOrH8aPg6t26yc%27A%3D0",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "AI",
                "discrimination",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "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": "New Technologies, Old Discrimination",
            "description": "This text was published in the  HAU publication for the festival “Spy on Me #2 – Künstlerische Manöver für die digitale Gegenwart”.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-31_080823.1247510000.jpeg",
            "created": "2020-03-31T08:08:23.123983Z",
            "moderation_state": 3
        },
        {
            "id": 1506,
            "content_url": "https://medium.com/mozilla-festival/mozfest-2019-highlights-b8084b8b64b2",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "cfp-examples-2022",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2019 Highlights",
            "description": "A post about MozFest 2019, highlighting just a few sessions, talks, and events from the week-long Festival.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-11_204600.8342870000.jpg",
            "created": "2019-11-11T20:46:00.833584Z",
            "moderation_state": 3
        },
        {
            "id": 1238,
            "content_url": "https://open-archive.org",
            "is_bookmarked": false,
            "tags": [
                "Archiving",
                "Citizen Journalism",
                "Citizen Media",
                "digital inclusion",
                "Media Verification",
                "Narative Agency",
                "Privacy Usability",
                "Secure Preservation"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Fundraise"
            ],
            "published_by": "Natalie Cadranel",
            "submitter_profile_id": 2703,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Natalie Cadranel",
                    "profile_id": 2703,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Founder & Director",
            "description": "Secure Mobile Media Preservation for activists, human rights defenders, journalists, archivists, historians, lawyers and anyone else seeking to create secure, verifiable media collections.",
            "get_involved": "Help us test the apps on ios / android, contribute to the code base, spread the word, host personal digital archiving events at local libraries and maker spaces",
            "get_involved_url": "https://open-archive.org/contact/",
            "interest": "This is a project offering tools for those facing surveillance, censorship, limited internet, or other threats to freedom of expression.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_030434.2904450000.png",
            "created": "2019-07-03T03:04:34.289655Z",
            "moderation_state": 3
        },
        {
            "id": 1035,
            "content_url": "https://community.humanetech.com/t/3322",
            "is_bookmarked": false,
            "tags": [
                "community",
                "community building",
                "diversity",
                "health",
                "human centered design",
                "Humane technology",
                "Human Rights",
                "inclusivity",
                "internet freedom",
                "Methodologies",
                "Mozilla Open Leadership Project",
                "participation",
                "social",
                "society",
                "wellbeing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Arnold Schrijver",
            "submitter_profile_id": 1981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Arnold Schrijver",
                    "profile_id": 1981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Pyramids of Humane Technology",
            "description": "Humanity has become subservient to technology, but tech should serve us instead. Disruptive innovation has exposed us to many dangers: The Harms of Technology. \n\nHumane Tech Community exists to fight them, bring Humane Technology back. By promoting solutions that improve Wellbeing, Freedom and Society, so that humans can flourish and humanity can thrive with beneficial tech.\n\nThe challenge is huge. So how do we manage that? We have developed The Pyramids of Humane Technology, a model and methodology to divide and conquer. We are into pyramid building again. Do you build with us? Be a builder.",
            "get_involved": "We are at the start of evolving our methodology and organization, grow our team of members, and reach great heights. And we need you to help us!",
            "get_involved_url": "https://humanetech.com",
            "interest": "Presenting our community's breakdown structure and methodology that makes adoption of Humane Technology more manageable and easy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-05_095919.2392390000.png",
            "created": "2019-02-05T09:59:19.238734Z",
            "moderation_state": 3
        },
        {
            "id": 1034,
            "content_url": "https://openscapes.org",
            "is_bookmarked": false,
            "tags": [
                "data science",
                "environment",
                "ocean",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 1560,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openscapes",
            "description": "We champion open practices in environmental science to help uncover data-driven solutions faster. Our work centers around a mentorship program that empowers environmental scientists with open data science tools and grows the community of practice in their labs, departments, and beyond. Our vision is a scientific culture that is more efficient and collaborative, and can uncover environmental solutions faster. Openscapes is operated by the National Center for Ecological Analysis & Synthesis (NCEAS) and is being incubated by a Mozilla Fellowship awarded to Julia Lowndes.",
            "get_involved": "Join us! There is a whole mountain of engagement to help spread the word or participate at openscapes.org",
            "get_involved_url": "https://openscapes.org",
            "interest": "Openscapes is created by an Mozilla Fellow and modeled after Mozilla Open Leaders",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-05_004511.9835790000.png",
            "created": "2019-02-05T00:45:11.982815Z",
            "moderation_state": 3
        },
        {
            "id": 1037,
            "content_url": "https://allcontributors.org",
            "is_bookmarked": false,
            "tags": [
                "contributors",
                "management",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Localize & translate"
            ],
            "published_by": "Jake Bolam",
            "submitter_profile_id": 2029,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jake Bolam",
                    "profile_id": 2029,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "All Contributors",
            "description": "✨ Recognize all contributors, not just the ones who push code ✨",
            "get_involved": "Our biggest efforts are focused on making the project more visible and improving the GitHub bot",
            "get_involved_url": "https://github.com/all-contributors/all-contributors/issues/166",
            "interest": "Recognizing open source contribution efforts",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-05_175400.2479160000.png",
            "created": "2019-02-05T17:54:00.247444Z",
            "moderation_state": 3
        },
        {
            "id": 892,
            "content_url": "https://dolphin.town",
            "is_bookmarked": false,
            "tags": [
                "social networking"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Darius Kazemi",
            "submitter_profile_id": 1556,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Darius Kazemi",
                    "profile_id": 1556,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dolphin TOwn",
            "description": "A social network where you are only allowed to screech like a dolphin.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This shows how open source can be used to create really weird social spaces with minimal effort. It's a fork of Mastodon with a few lines of code changed to only allow the letter E.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-15_182418.5928870000.png",
            "created": "2018-08-15T18:24:18.592274Z",
            "moderation_state": 3
        },
        {
            "id": 1907,
            "content_url": "https://mickfuzz.github.io/makecode-platformer-101/",
            "is_bookmarked": false,
            "tags": [
                "game making",
                "makecode"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Code",
                "Write documentation"
            ],
            "published_by": "mickfuzz",
            "submitter_profile_id": 4300,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "mickfuzz",
                    "profile_id": 4300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Game Making with Make Code Arcade",
            "description": "A project based approach to learning to code using Game Making and focusing on users choosing Game Design Patterns",
            "get_involved": "",
            "get_involved_url": "https://mickfuzz.github.io/makecode-platformer-101/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-05_160949.4130260000.png",
            "created": "2020-11-05T16:09:49.412534Z",
            "moderation_state": 3
        },
        {
            "id": 1047,
            "content_url": "https://relaynet.link/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Gus Narea",
            "submitter_profile_id": 2111,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Gus Narea",
                    "profile_id": 2111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Relaynet",
            "description": "Relaynet is a technology that will help people circumvent Internet blackouts caused by repressive regimes or natural disasters. There's a working proof of concept integrating Twitter. Relaynet expected to be ready for real-world use in Q3.",
            "get_involved": "At this early stage, the most valuable support is having the input of people affected by Internet shutdowns: What app(s) would you need to use in a shutdown? How could data be distributed in your region?",
            "get_involved_url": "https://gitter.im/relaynet/community",
            "interest": "Because this is the first viable way to truly circumvent complete Internet blackouts -- Those where VPNs/Tor can't help",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-16_163654.0791510000.png",
            "created": "2019-02-16T16:36:54.078722Z",
            "moderation_state": 3
        },
        {
            "id": 1912,
            "content_url": "https://mobilise.upstage.org.nz/",
            "is_bookmarked": false,
            "tags": [
                "Cyberformance",
                "Intermedia audience",
                "Internet art",
                "Networked performance",
                "Remote collaboration"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Helen Varley Jamieson",
            "submitter_profile_id": 4324,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Helen Varley Jamieson",
                    "profile_id": 4324,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Playful platform gets a rebuild",
            "description": "UpStage, the veteran browser-based platform for live online performance (cyberformance) is undergoing a complete rebuild as part of the Creative Europe funded project \"Mobilise/Demobilise.\" The new platform ditches Flash in favour of current technologies and adds new features for artists to use in real-time digital art collaborations. It will be launched in September 2021 with a performance series on the theme of mobility and immobility. Contributors welcome - developers, documentors, designers, artists - bring your imagination with you!",
            "get_involved": "We're interested in help with streaming, browser support, and business models; and we're open to anyone who is interested to get involved in the project.",
            "get_involved_url": "https://mobilise.upstage.org.nz",
            "interest": "UpStage is a unique and innovative open source artist-led creative collaboration platform. It's open source and visionary.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-16_152351.5706500000.png",
            "created": "2020-11-16T15:23:51.570067Z",
            "moderation_state": 3
        },
        {
            "id": 1050,
            "content_url": "https://medium.com/mozilla-festival/what-makes-a-great-mozilla-festival-session-529dff105185?source=your_stories_page---------------------------",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Sarah Allen",
            "submitter_profile_id": 89,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Allen",
                    "profile_id": 89,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog- what makes a great MozFest session",
            "description": "I wanted to share some great examples of sessions and their proposal text from previous festivals to encourage more people to submit an idea, and to help those still editing their proposals.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Participatory projects and faciliation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-01T16:25:19.527154Z",
            "moderation_state": 3
        },
        {
            "id": 1744,
            "content_url": "https://botor.no/",
            "is_bookmarked": false,
            "tags": [
                "automation",
                "awareness",
                "bots",
                "conversational agents",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "FOREIGN OBJECTS",
            "submitter_profile_id": 3944,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "FOREIGN OBJECTS",
                    "profile_id": 3944,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bot or Not",
            "description": "BOT OR NOT is an online game that engages people in thinking critically about artificial agents that pretend to be human. Potentially matched to either a bot or a person, players are forced to question not only the human-ness of their opponent, but also themselves as they engage in a two-way guessing game.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-11_140724.4474890000.png",
            "created": "2020-06-11T14:07:24.447200Z",
            "moderation_state": 3
        },
        {
            "id": 1045,
            "content_url": "https://www.americanscientist.org/article/open-science-isnt-always-open-to-all-scientists",
            "is_bookmarked": false,
            "tags": [
                "open",
                "open access",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kaitlin Stack Whitney",
            "submitter_profile_id": 2038,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaitlin Stack Whitney",
                    "profile_id": 2038,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Science Isn't Always Open to All Scientists",
            "description": "Current efforts to make research more accessible and transparent via \"open science\" can reinforce inequality within STEM professions.",
            "get_involved": "Can comment on the article online, write a letter to the editor - or write a distinct essay",
            "get_involved_url": "https://www.americanscientist.org/article/open-science-isnt-always-open-to-all-scientists",
            "interest": "Previous Moz Science Fellow Dr. Bahlai and current Moz Open Leader (Culture Track) Dr. Stack Whitney were co-creators of this essay exploring structural barriers to open science",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-02-14T16:11:43.328505Z",
            "moderation_state": 3
        },
        {
            "id": 1648,
            "content_url": "https://caravanmagazine.in/health/india-digitial-response-covid-19-risks-inefficacy-exclusion-discrimination",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Take Action",
                "Localize & translate"
            ],
            "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": "India’s digital response to COVID-19 risks inefficacy and discrimination",
            "description": "Government's in India have increasingly turned to surveillance tools to respond to the CoViD-19 Pandemic. In this article for the Caravan Magazine, we analyse why these technological responses are not only of limited use in the Indian context, but why the context in which they are being implemented risks punitively excluding and discriminating certain populations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-19_122552.0284050000.jpg",
            "created": "2020-04-19T12:25:52.027825Z",
            "moderation_state": 3
        },
        {
            "id": 1038,
            "content_url": "https://github.com/humanetech-community/awesome-humane-tech",
            "is_bookmarked": false,
            "tags": [
                "ad-blockers",
                "awareness",
                "consent",
                "ethics",
                "health",
                "Humane technology",
                "inclusivity",
                "internet freedom",
                "mindfulness",
                "privacy",
                "security",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Take Action"
            ],
            "published_by": "Arnold Schrijver",
            "submitter_profile_id": 1981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Arnold Schrijver",
                    "profile_id": 1981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Awesome Humane Tech",
            "description": "A curated list of Humane Technology projects that provides links to open-source projects and information resources that you can use to improve your own tech habits, or the projects that your are building yourself.\n\nHumane Technology helps improve Wellbeing, Freedom and Society and allows humans to flourish, and humanity to thrive, and it is the answer to mitigate or entirely avoid the Harms of Technology. Harms that are all around us - surveillance capitalism, erosion of social fabric, tech-related health issues, lack of ethics, etc. - and need to be addressed.",
            "get_involved": "Do you know about other good Humane Technology resources? Then submit a PR to the Github repository. Thank you!",
            "get_involved_url": "https://community.humanetech.com",
            "interest": "Any person will benefit from applying Humane Technology, no matter whether you are a developer, a customer or a user.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-06_160910.6319170000.png",
            "created": "2019-02-06T16:09:10.631253Z",
            "moderation_state": 3
        },
        {
            "id": 1636,
            "content_url": "https://www.facebook.com/142220055851036/videos/323303571960696/",
            "is_bookmarked": false,
            "tags": [
                "elections and social media",
                "firefox",
                "mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Elections and Social Media Conference",
            "description": "The South Africa Elections Commission & UNDP hosted the SAFEGUARDING ELECTORAL INTEGRITY IN THE DIGITAL AGE CONFERENCE 2020\nStrategies for Combatting Digital Disinformation – An African Conference. I spoke on \"Big data analytics, social media and elections\" and facilitated a break out session on strategies. My recommendations to EMBs included:\n1) A multidisciplinary and multistakeholder approach to frame the issue\n2) More profile on tech tools such as Mozilla Firefox's Facebook container\n3) EMBs focusing on online manipulation and the impact in assess how free and fair elections are",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-01_144043.1121310000.png",
            "created": "2020-04-01T14:40:43.111242Z",
            "moderation_state": 3
        }
    ]
}