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

{
    "count": 1761,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-moderation_state&page=34",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-moderation_state&page=32",
    "results": [
        {
            "id": 1942,
            "content_url": "https://foundation.mozilla.org/blog/surveillance-actually/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaigns",
                "mozilla",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Surveillance Actually",
            "description": "Most consumers don’t realize the risks that come with their new Ring doorbell or other device – so we created a holiday-inspired video to help people see that surveillance actually… is all around. Watch it now and share it with your friends and family",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/blog/surveillance-actually/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-15_173752.2019690000.jpg",
            "created": "2020-12-15T17:37:52.199330Z",
            "moderation_state": 3
        },
        {
            "id": 1940,
            "content_url": "https://ProjectLockdown.net",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "Digital Rights",
                "Human Rights"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Code",
                "Fundraise"
            ],
            "published_by": "The IO Foundation",
            "submitter_profile_id": 4493,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "The IO Foundation",
                    "profile_id": 4493,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Project Lockdown",
            "description": "Project Lockdown is a global rights observatory tracking worldwide policies and their impact on Human and Digital Rights made possible by the active engagement of a global community of volunteers.\n\nVisit our GitHub where you can find:\n- What we are building:\nhttps://TIOF.Click/PLDRepo\n\n- The talent we are looking for:\nhttps://github.com/TheIOFoundation/ProjectLockdown/issues?q=is%3Aopen+is%3Aissue+label%3A%22Need%3A+Position%22",
            "get_involved": "Help us grow our platform with your expertise. We are looking at a variety of skills from development to fundraising and research.",
            "get_involved_url": "https://TIOF.Click/PLDEoI",
            "interest": "We are building an exciting global Rights observatory that all the civic tech community should check out and build together as a community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-09_172427.2010450000.png",
            "created": "2020-12-09T17:24:27.200387Z",
            "moderation_state": 3
        },
        {
            "id": 2152,
            "content_url": "https://www.youtube.com/watch?v=PMP4CsMhfyc",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3796,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Alternatives to Digital Ads",
            "description": "Can alternatives to invasive online ads become mainstream?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_190249.9487710000.jpeg",
            "created": "2021-07-05T16:05:26.292486Z",
            "moderation_state": 3
        },
        {
            "id": 2161,
            "content_url": "https://youtu.be/baPF-sOXP24",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The internet's original sin",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192218.5378410000.jpg",
            "created": "2021-07-05T18:10:12.070277Z",
            "moderation_state": 3
        },
        {
            "id": 1988,
            "content_url": "https://observatory.manrs.org/",
            "is_bookmarked": false,
            "tags": [
                "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": "Afghanistan's Valid BGP Routes Increased to 50%: January Fellowship Report",
            "description": "January was yet another successful month for my fellowship project. Afghanistan's RPKI valid BGP prefixes increased to 50% which was below 30% 3 months ago. I am so happy to see that 8 out of the 9 South Asian countries that I am working with have crossed the 50% RPKI valid mark. More specifically, 6 out of those 9 countries are actually with more than 85% RPKI valid routes now. This month, Bangladesh and Pakistan have increased their valid routes by 2% which is great. Besides the growth in RPKI, I had the opportunity to talk about RPKI at two conferences namely MMNOG4 and SANOG36.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-01-27_045056.6648280000.png",
            "created": "2021-01-27T04:50:56.664479Z",
            "moderation_state": 3
        },
        {
            "id": 1943,
            "content_url": "https://medium.com/prifina/liberty-equality-data-podcast-episode-2-ac9181ea38f5",
            "is_bookmarked": false,
            "tags": [
                "coding",
                "data",
                "design",
                "developer",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "L.E.D. Podcast: \"Building apps for Health Data, Insights and Personal Value\"",
            "description": "In this podcast we talk to Steven S. Charlap, MD who is a trained surgeon and the CEO of Soap Health which is building conversational AI-powered patient and physician facing interface. \nIn this podcast we focus on health data, new data generated by wearables, direct-to-consumer genome testing, to generate value on different levels (insights, utility for physicians, health-driven incentives, behavior adjustments). The discussion touches on limitations of new devices, incentivization, the need for holistic understanding of data and the context where data finds itself.",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "New applications that can be built on top of user-held data",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-16_165539.6976840000.jpg",
            "created": "2020-12-16T16:55:39.696747Z",
            "moderation_state": 3
        },
        {
            "id": 1996,
            "content_url": "https://schedule.mozillafestival.org/session/SHHMME-1",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "Family resource",
                "high school",
                "mf-family-promo",
                "MozFest 2021"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Session: AI Futures (for High School Students)",
            "description": "Are you a high school student who is confused about what exactly AI is and why it matters? Join us for a crash course on AI, how it is being used to create positive change and what challenges it poses. AI specialists from different industries will talk about their projects and invite you to share your opinions about the ethics of their projects. You'll also have the chance to talk directly to these AI experts in breakout rooms.",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/SHHMME-1",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_012447.8930810000.jpg",
            "created": "2021-03-03T01:24:47.892454Z",
            "moderation_state": 3
        },
        {
            "id": 1987,
            "content_url": "https://ceti.institute/gallery-of-the-future/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alanna Risse",
            "submitter_profile_id": 4581,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alanna Risse",
                    "profile_id": 4581,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Gallery of the Future",
            "description": "As the world is transformed by pandemics and revolutions, as physical spaces, access, and connection is lost, we reimagine the gallery spaces of the future. What could it look like? How can the art, the space, and the conversations and interactions critically engage with the world and with our communities? How does it spark and sustain inspiration - with ideas, materials, and media? How does it reveal what is possible, and what needs to change?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-01-25T17:20:51.613246Z",
            "moderation_state": 3
        },
        {
            "id": 1986,
            "content_url": "https://www.youtube.com/watch?v=1Ri2bbWpkSk",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI",
                "SANOG36"
            ],
            "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: SANOG36",
            "description": "The 36th conference of South Asia's largest technical forum known South Asian Network Operators Group (SANOG36) was held on 18-21 Jan 2021. This is the first virtual SANOG. More than 200 participants joined the conference. The event had presentations, panel discussions and tutorials on different Internet technologies for the network operators. Since, SANOG conference is very popular in the region, I took the opportunity to present my RPKI and routing security works under the Mozilla fellowship project. I highlighted the concerns of RPKI Invalids in the region and how to eliminate it.",
            "get_involved": "",
            "get_involved_url": "https://sanog.org/sanog36/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-01-24_055437.1829620000.jpg",
            "created": "2021-01-24T05:54:37.182610Z",
            "moderation_state": 3
        },
        {
            "id": 1985,
            "content_url": "https://www.youtube.com/watch?v=wxL6ZRrypWk",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "MMNOG4",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event Wrap: MMNOG4",
            "description": "The 4th conference of Myammar Network Operators Group (MMNOG4) was held on Jan 15. It was an online event. I was a speaker among several others. About 120 participants joined the session. I talked about the RPKI deployment status in Myanmar where I showed some specific issues that would improve the RPKI status of the country. The conference was broadcasted on YouTube. I am happy to work with several network operators in Myanmar to help improve RPKI adoption and enhance routing security. My talk highlighted some of the outcomes of my fellowship project with Mozilla Foundation.",
            "get_involved": "",
            "get_involved_url": "https://www.mmnog.net",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-01-24_052333.5137770000.jpg",
            "created": "2021-01-24T05:23:33.513296Z",
            "moderation_state": 3
        },
        {
            "id": 2061,
            "content_url": "https://generative-placeholders.glitch.me/",
            "is_bookmarked": false,
            "tags": [
                "generative art",
                "images",
                "placeholder"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Generative Placeholders",
            "description": "Use generative art as your image placeholders.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-04_194120.8615890000.png",
            "created": "2021-05-04T19:41:20.860877Z",
            "moderation_state": 3
        },
        {
            "id": 2160,
            "content_url": "https://youtu.be/jrZD6eK-fRw",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "On data and digital rights in Asia",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192243.8568380000.jpg",
            "created": "2021-07-05T18:09:13.842935Z",
            "moderation_state": 3
        },
        {
            "id": 1992,
            "content_url": "https://community.icann.org/pages/viewpage.action?pageId=153518364",
            "is_bookmarked": false,
            "tags": [
                "communities",
                "Domain Name System (DNS)",
                "End users",
                "Internet of Things (IoT)"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Design",
                "Join community"
            ],
            "published_by": "Sarah Kiden",
            "submitter_profile_id": 491,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Kiden",
                    "profile_id": 491,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DNS and the IoT: Impact on Communities, End Users, Opportunities & Challenges",
            "description": "Co-designing Internet of Things (IoT) with Communities\n\nPresentation at the At-Large Capacity Building Webinar on 07 Dec 2020 titled \"DNS and the IoT: Impact on Communities, End Users, Opportunities and Challenges\"",
            "get_involved": "",
            "get_involved_url": "https://community.icann.org/pages/viewpage.action?pageId=153518364",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-02-08T22:04:47.724553Z",
            "moderation_state": 3
        },
        {
            "id": 1984,
            "content_url": "https://www.atlaslab.org/",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "#artificial intelligence",
                "#Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Jonathan McCully",
            "submitter_profile_id": 3157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Atlas Lab – Breaking the Black Box of Law & Tech",
            "description": "Atlas Lab was born out of a collaboration between the Mozilla Foundation and the Digital Freedom Fund withthe goal to bridge the knowledge gap between technology and law — with the core focus on human rights defenders working on AI court cases around the world. Atlas Lab is an educational resource for lawyers to learn about automated decision making technologies (without having to learn to code) and a resource to cultivate collective legal strategy and collaboration for AI court cases across the globe.",
            "get_involved": "",
            "get_involved_url": "https://www.atlaslab.org/contact",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-01-21_135324.7147750000.png",
            "created": "2021-01-21T13:53:24.714271Z",
            "moderation_state": 3
        },
        {
            "id": 1030,
            "content_url": "https://github.com/BhuvanaMeenakshiK/FarmersGear",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Bhuvana Meenakshi Koteeswaran",
            "submitter_profile_id": 1911,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "David Bild",
                    "profile_id": 1819,
                    "is_active": true
                },
                {
                    "name": "Bhuvana Meenakshi Koteeswaran",
                    "profile_id": 1911,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Farmer's Gear",
            "description": "I’m working with farmers, NGOs, coders and citizens of a country to build this concept based web game application so that every player of the game can learn how to do agriculture in their own place and also gain access to various levels of the game by donating some amount of grains to people under the poverty line of their counry.",
            "get_involved": "I require help in development of a simple game for the project that can engage audience in learning agriculture or farming.",
            "get_involved_url": "https://github.com/BhuvanaMeenakshiK/FarmersGear",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-31T18:09:15.644697Z",
            "moderation_state": 3
        },
        {
            "id": 1995,
            "content_url": "https://schedule.mozillafestival.org/session/AXS7HB-1",
            "is_bookmarked": false,
            "tags": [
                "family",
                "mf-family-promo",
                "working parents"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Session: Mama works at home!",
            "description": "The lockdown is a tough for both parents who had to work at home and for their kids who suddenly lost all the tiny details of their daily lives from going to school, meeting their friends and exercising. The conversation will be relaxed, emotional and around the challenges both parents & kids faced and the best practices to beat the stress, boredom and spending endless hours on TV and online. We will reflect on how to deal with bad feelings from guilt, depression and focus on the bright side of the Pandemic. The discussion will include discussing the role of the Internet during this period.",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/AXS7HB-1",
            "interest": "Family Resource for parents attending MozFest",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_011754.5216160000.jpg",
            "created": "2021-03-03T01:17:54.520611Z",
            "moderation_state": 3
        },
        {
            "id": 2001,
            "content_url": "https://learn.trinitycollege.co.uk/discoverathome-downloads",
            "is_bookmarked": false,
            "tags": [
                "At Home",
                "Family resource",
                "mf-family-community",
                "MozFest 2021",
                "working parents"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Downloadable Activities: Discover At Home Guide",
            "description": "Discover at Home enables children to be rewarded for the creative activities they enjoy. It supports children to connect with local museums, theatres and arts activities they enjoy and explore new ones, online or at home, until it’s possible to visit or engage with them again. \n\nWith easy to follow guidance and lots of suggestions for arts, craft and creative activities, Discover at Home is for parents & carers who may not be arts specialists themselves and are looking for something different to keep children engaged and entertained.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_015002.5773810000.jpg",
            "created": "2021-03-03T01:50:02.576950Z",
            "moderation_state": 3
        },
        {
            "id": 2005,
            "content_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "craft",
                "Dutch",
                "Family Resources",
                "mf-family-lejo",
                "MozFest 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo Crafts",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. Children can also create their own hand puppet using the artist’s craft page resources.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_183823.2458190000.png",
            "created": "2021-03-03T02:07:09.867828Z",
            "moderation_state": 3
        },
        {
            "id": 1997,
            "content_url": "https://schedule.mozillafestival.org/session/RDJB8Q-1",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "Family resource",
                "mf-family-promo",
                "MozFest 2021",
                "Robots"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "(Dutch) MozFest Session: Newtechkids Robot Inventor Workshop for 7-12 yrs old",
            "description": "During this hands-on workshop for kids ages 7-12 and their parents, kids will learn about technology design, programming and AI. They'll become chief designers at the MozFest robot factory where they will create robot heads (using art supplies). After kids hand-draw their own code, parents will help them test their robots. 30 kids maximum per session. Required Supplies: cardboard box (which fits over child's head), colored paper, glue, tape, scissors, aluminum foil, pipe cleaners (optional). 13 March, 11:00-12:15 CET will be given in Dutch",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/RDJB8Q-1",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_013003.0110870000.jpg",
            "created": "2021-03-03T01:30:03.010511Z",
            "moderation_state": 3
        },
        {
            "id": 2156,
            "content_url": "https://youtu.be/x0xVKpDpxlg",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "#2019dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Who Wants to Be a Rebel?",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_191340.4091920000.jpg",
            "created": "2021-07-05T17:59:25.957849Z",
            "moderation_state": 3
        },
        {
            "id": 2145,
            "content_url": "https://youtu.be/3t_KfScir00",
            "is_bookmarked": false,
            "tags": [
                "#2019dnd",
                "bmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Algorithmic Gaze",
            "description": "Algorithms spread bias at gigabit speeds. What does this mean for society? And who can fix it?\n\nGuillaume Chaslot - @gchaslot\nFounder of AlgoTransparency, former software engineer at Google/YouTube, and Mozilla Fellow\n\nCansu Canca - @ccansu\nFounder and Director, AI Ethics Lab",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-01_201821.1169990000.png",
            "created": "2021-07-01T20:18:21.116779Z",
            "moderation_state": 3
        },
        {
            "id": 1998,
            "content_url": "https://schedule.mozillafestival.org/session/NRH9N3-1",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "Family resource",
                "mf-family-promo",
                "MozFest 2021"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "(English) MozFest Session: Newtechkids Robot Inventor Workshop for 7-12 yrs old",
            "description": "During this hands-on workshop for kids ages 7-12 and their parents, kids will learn about technology design, programming and AI. They'll become chief designers at the MozFest robot factory where they will create robot heads (using art supplies). After kids hand-draw their own code, parents will help them test their robots. 30 kids maximum per session. Required Supplies: - cardboard box (which fits over child's head) - art supplies: colored paper, glue, tape, scissors, aluminum foil, pipe cleaners (optional) - plain white paper - pencil and eraser",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/NRH9N3-1",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_013256.4502220000.jpg",
            "created": "2021-03-03T01:32:56.449848Z",
            "moderation_state": 3
        },
        {
            "id": 2008,
            "content_url": "https://schedule.mozillafestival.org/session/TWK9WB-1",
            "is_bookmarked": false,
            "tags": [
                "mf-family-promo"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Session: Young Leaders to the Table: AI, ethics and equity",
            "description": "If you’re a young person, or someone who cares about one, you know that they’ve got a lot to say. We want to know: what do they think about AI and ethics? In this session, optimised for those aged 18 and under, we will be bringing together young people from across the world to discuss AI, its ethical implications, and what this means for equity and justice, both online and in the real world. As technology seamlessly integrates into our daily lives, we need analytical skills to understand how it impacts the environment - and the tools to take a leading role in shaping how their world works.",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/TWK9WB-1",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_192834.8055940000.jpg",
            "created": "2021-03-05T19:28:34.804862Z",
            "moderation_state": 3
        },
        {
            "id": 2009,
            "content_url": "https://schedule.mozillafestival.org/session/BTXPQE-2",
            "is_bookmarked": false,
            "tags": [
                "game",
                "mf-family-promo",
                "misinformation",
                "youth-led",
                "youth zone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Session: Misinformation Escape Room",
            "description": "The Government is about to sign a contract to put Euphorigen into the public water supply, making the benefits of this revolutionary supplement available to the entire population. But you have suspicions, and only 45 minutes to uncover the truth! The Euphorigen Investigation is an online escape room that immerses players in a world of manipulated media, social media bots, deepfakes and other forms of misinformation. Join teams of 4-6 players and a game host and see how well you do at solving misinformation puzzles!",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/BTXPQE-2",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_195127.2463540000.jpg",
            "created": "2021-03-05T19:51:27.245730Z",
            "moderation_state": 3
        },
        {
            "id": 2016,
            "content_url": "https://player.vimeo.com/video/520159436?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Bowl",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Bowl.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152820.3896870000.png",
            "created": "2021-03-06T15:28:20.389031Z",
            "moderation_state": 3
        },
        {
            "id": 2015,
            "content_url": "https://player.vimeo.com/video/520160011?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Vase",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Vase.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152640.8058970000.png",
            "created": "2021-03-06T15:26:40.805331Z",
            "moderation_state": 3
        },
        {
            "id": 2013,
            "content_url": "https://player.vimeo.com/video/520159589?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Family Resources",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Horse",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Horse.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152256.7564660000.png",
            "created": "2021-03-06T15:22:56.755712Z",
            "moderation_state": 3
        },
        {
            "id": 2012,
            "content_url": "https://player.vimeo.com/video/520159214?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Bell",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Bell.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152018.8374290000.png",
            "created": "2021-03-06T15:20:18.836814Z",
            "moderation_state": 3
        },
        {
            "id": 2014,
            "content_url": "https://player.vimeo.com/video/520159829?badge=0&autopause=0&player_id=0&app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Photo",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Photo.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152425.5864810000.png",
            "created": "2021-03-06T15:24:25.585849Z",
            "moderation_state": 3
        },
        {
            "id": 2017,
            "content_url": "https://towardsdatascience.com/variance-in-data-from-oura-ring-and-fitbit-whos-right-4e4b8861c78a",
            "is_bookmarked": false,
            "tags": [
                "app",
                "big data",
                "bioinformatics",
                "data",
                "data science",
                "developer",
                "sensor",
                "wearables"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Variance in Data from Oura Ring and FitBit —Who’s Right?",
            "description": "Combining personal data sources like Oura and Fitbit, we draw conclusions on how to handle errors, variance and complementsUsing a graphing tool on Prifina, we can look at a user’s wearables data, compare different data points for the same time intervals, explore correlations and variations in the data itself. We can explore data from the same user, for the same interval (day, week, month) for different wearable devices.",
            "get_involved": "",
            "get_involved_url": "https://github.com/prifina/prifina-app-starter",
            "interest": "It questions the quality of data from wearables, suggest ways to enrich it for different applications and practical tips for how to utilize a smart software layer in between devices",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-18_145812.7175110000.jpeg",
            "created": "2021-03-18T14:58:12.716669Z",
            "moderation_state": 3
        },
        {
            "id": 2157,
            "content_url": "https://youtu.be/K3I5fLHoB2w",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "#2019dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The Future of Disinformation",
            "description": "What will fake content look like in five years? In 10?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_191322.5290970000.jpg",
            "created": "2021-07-05T18:00:21.068162Z",
            "moderation_state": 3
        },
        {
            "id": 2111,
            "content_url": "https://www.youtube.com/watch?v=YTlOrapai-M",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "dating apps",
                "digital love",
                "taimfme"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dating apps, AI and collaborative filtering - Mozilla Explains",
            "description": "Dating app usage is on the rise. If you're one of the millions of people looking for love online, you might be wondering, how does the app know who to show you next? Digital Dating Consultant and Mozilla Foundation’s own Ann Marie Carrothers explains how dating apps use artificial intelligence and collaborative filtering to decide who to show you next.Want to learn more about dating apps? visit https://foundation.mozilla.org/privac...",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-13_175615.1105460000.jpg",
            "created": "2021-06-25T22:41:38.417311Z",
            "moderation_state": 3
        },
        {
            "id": 2059,
            "content_url": "https://www.eventbrite.com/e/so-much-data-where-are-our-intelligent-apps-tickets-152907714089?aff=ebdssbonlinesearch",
            "is_bookmarked": false,
            "tags": [
                "application",
                "community",
                "data",
                "developer",
                "iot",
                "webinar"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Paulius Jurčys",
            "submitter_profile_id": 3914,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paulius Jurčys",
                    "profile_id": 3914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "WEBINAR: So Much Data - Where Are Our Intelligent Apps?",
            "description": "This event brings in four personal data technology experts to talk about emerging solutions with personal data. How can we unlock data from silos and move them to the user’s side? What intelligent applications can be built on data from wearable devices, IoT devices, and other public and private data?",
            "get_involved": "",
            "get_involved_url": "https://www.prifina.com",
            "interest": "Developer-focused event about building new types of apps on user-held data",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-03_193425.8057580000.jpeg",
            "created": "2021-05-03T19:34:25.805098Z",
            "moderation_state": 3
        },
        {
            "id": 2204,
            "content_url": "https://2020.internethealthreport.org/spotlights/labor-rights-unlock-data-power/",
            "is_bookmarked": false,
            "tags": [
                "dsmfihr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Unlock Data Power",
            "description": "Data rights are labor rights, especially when it comes to the platforms of the gig economy. Leveraging data for the collective good is essential for the future of work and internet health.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_225722.4526790000.png",
            "created": "2021-07-07T22:57:22.452339Z",
            "moderation_state": 3
        },
        {
            "id": 2055,
            "content_url": "https://medium.com/prifina/liberty-equality-data-podcast-episode-4-be26243f1549",
            "is_bookmarked": false,
            "tags": [
                "data",
                "#data privacy",
                "developer",
                "innovation",
                "regulation"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "L.E.D. Podcast \"Consumer Privacy: Burden or Choice?\"",
            "description": "In this Liberty. Equality. Data. Podcast we talk to Zoe Villain about various issues related to the legal aspects of data privacy. What comes after being bombarded to death by privacy and GDPR notices? Will consumer have more power over their personal preferences or will they be stuck reading 400s of pages of legalese? Is consumer privacy a choice or is it a burden?We are delighted to introduce Zoe Vilain who is currently working as a legal counsel on all matters related to personal data and shared her experienced for 10+ years of works on consumer-facing technologies and services.",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-04-14_142139.0656470000.jpg",
            "created": "2021-04-14T14:21:39.065090Z",
            "moderation_state": 3
        },
        {
            "id": 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": 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": 2102,
            "content_url": "https://www.youtube.com/watch?v=Wvgwx3gPfo4",
            "is_bookmarked": false,
            "tags": [
                "mf2021selection",
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "AI and the Environment: Friend or Foe?",
            "description": "This panel discussion plans to bring together leading journalists and experts who look at AI and the environment: both the unharnessed potential and potential pitfalls. We know that running AI -- including storing the data that enables it -- takes a huge toll on the environment. The question at hand is: is it worth it? How can AI be harnessed for climate modeling, satellite imagery and weather patterns to help farmers etc.? And, how do we balance the risks? Join us to find out. Panelists: Khari Johnson, Jackie Snow and Arunesh Sinha Moderator: Fieke Jansen",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-07_110612.7083640000.jpg",
            "created": "2021-06-07T11:06:12.605176Z",
            "moderation_state": 3
        },
        {
            "id": 2053,
            "content_url": "https://medium.com/prifina/data-transfers-after-schrems-ii-d4f579b4839c",
            "is_bookmarked": false,
            "tags": [
                "#data",
                "#datatransfers #Schrems #Privacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Promote",
                "Take Action"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Transfers After Schrems II: Breaking the Iron Curtain for Data?",
            "description": "A few days ago, we hosted a webinar on this topic, and here's the main take-away: Companies (and individuals) have to deal with unjustifiable burden of legal compliance; yet, the emerging user-centric solutions offer much reason for optimism. This is so because the user-centric model puts data on the user's side, so very little (if any) data transfer is necessary. You can find more ideas about current challenges related to data transfers and the discussion among rockstar panelists M. Corrales Compagnucci, M. Góralczyk, K. Kiviluoto and G. Strikaitė-Latušinskaja by checking the link below.",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-04-06_082352.0234270000.jpg",
            "created": "2021-04-06T08:23:52.022794Z",
            "moderation_state": 3
        },
        {
            "id": 2115,
            "content_url": "https://www.youtube.com/watch?v=RVTzY53FPbg",
            "is_bookmarked": false,
            "tags": [
                "taimfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "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": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_221043.7427720000.png",
            "created": "2021-06-28T22:10:43.742433Z",
            "moderation_state": 3
        },
        {
            "id": 2006,
            "content_url": "https://schedule.mozillafestival.org/session/MJWAMG-1",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "mozfest",
                "mozilla hubs",
                "vr",
                "xr"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Mike Heavers",
            "submitter_profile_id": 4465,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mike Heavers",
                    "profile_id": 4465,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozfest Panel: Designing Accessible VR Experiences",
            "description": "Virtual Reality introduces a host of new considerations when designing inclusive environments and experiences. This session is both a panel discussion and 3D experience in Mozilla Hubs.Panel:(https://schedule.mozillafestival.org/session/MJWAMG-1)Mar Gonzalez-Franco - Researcher at Microsoft's EPIC LabDylan Fox - Accessibility Consultant, organizer of XR AccessJ. Stephen Lee - Educator and experience designer at Portland State UniversityHubs Experience(https://hubs.mozilla.com/MvPSJJQ/mozfest-vr-accessibility)Addresses VR Accessibility considerations, research, and innovations",
            "get_involved": "research of novel advancements in accessibilitydesigned content / documents / videosactivities or creative ideas3d modeling / texturing / lighting helpaudio narration / sound effectstesting and accessibility improvementsfeedback from accessibility communitiesguiding groups through the space",
            "get_involved_url": "https://heaversm.github.io/mozfestaccess/",
            "interest": "Help understand, promote, and push the boundaries of inclusion in Social VR!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_202434.0664760000.jpg",
            "created": "2021-03-03T20:24:34.066192Z",
            "moderation_state": 3
        },
        {
            "id": 2063,
            "content_url": "https://foundation.mozilla.org/campaigns/open-letter-to-venmo-make-privacy-the-default/",
            "is_bookmarked": false,
            "tags": [
                "#advocacy",
                "advocacy",
                "Advocacy",
                "campaign",
                "campaigns",
                "#data privacy",
                "mozilla",
                "mozilla campaigns",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Letter to Venmo: Make Privacy the Default",
            "description": "Venmo has a big privacy problem. Read and co-sign the letter from Mozilla and EFF.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/open-letter-to-venmo-make-privacy-the-default/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-17_221325.6160690000.jpg",
            "created": "2021-05-17T22:13:25.615701Z",
            "moderation_state": 3
        },
        {
            "id": 2067,
            "content_url": "https://mydatarights.africa/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 4753,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 4753,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "About me",
            "description": "As a special advisor, I will provide support to the work Mozilla Foundation will embark in support the African tech ecosystem and the Kiswahili Common Voice fellows. My work is guided by principles of a feminist internet which are applied to thinking of assessment, design and implementation of tech. I focus on the intersection of digital technology and gender",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-19_082143.3966470000.png",
            "created": "2021-05-19T08:21:43.396061Z",
            "moderation_state": 3
        },
        {
            "id": 2103,
            "content_url": "https://www.youtube.com/watch?v=VC3OkU1KOfQ",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Allen",
                    "profile_id": 89,
                    "is_active": true
                },
                {
                    "name": "J. Bob Alotta",
                    "profile_id": 4248,
                    "is_active": true
                },
                {
                    "name": "Leena Haque",
                    "profile_id": 2342,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2021 Opening Circle",
            "description": "Join the Opening Circle to officially kick off the festival with the community! You'll hear from a variety of community members and Mozilla staff on what to expect from MozFest over the next two weeks and learn more about how to actively participate according to your own schedule and needs while joining from home.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-07_113541.0702120000.jpg",
            "created": "2021-06-07T11:35:41.055364Z",
            "moderation_state": 3
        },
        {
            "id": 2225,
            "content_url": "https://book.mozillafestival.org/10-years-of-activism-community-and-collaboration/the-revolution-read-write-and-participate-on-the-web",
            "is_bookmarked": false,
            "tags": [
                "mbmfb"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Revolution: Read, Write, and Participate on the Web",
            "description": "A chapter in How To MozFest Book about the internet revolution.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_184039.6586730000.png",
            "created": "2021-07-08T18:40:39.658444Z",
            "moderation_state": 3
        },
        {
            "id": 2114,
            "content_url": "https://foundation.mozilla.org/en/what-we-fund/awards/teaching-responsible-computing-playbook/",
            "is_bookmarked": false,
            "tags": [
                "taimfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Teaching Responsible Computing Playbook",
            "description": "The ultimate goal of Teaching Responsible Computing is to educate a new wave of students who bring holistic thinking to the design of technology products. To do this, it is critical for departments to work together across computing, humanistic studies, and more, and collaborate across institutions. This Playbook offers the lessons learned from the process of adapting and enhancing curricula to include responsible computing in a broad set of institutions and help others get started doing the same in their curricula.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_220552.9959950000.png",
            "created": "2021-06-28T22:05:52.995715Z",
            "moderation_state": 3
        },
        {
            "id": 2068,
            "content_url": "https://ai-observatory.in",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "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": "The AI Observatory",
            "description": "The AI Observatory is an attempt to critique the dominant narrative of ‘Artificial Intelligence’ and ‘data-driven governance’ in India, by documenting the use of Automated Decision Making Systems or ADMS, exploring their social, political and technological contexts, and documenting the actual and potential harms that they pose to individual and collective rights. It also provides activists, journalists, lawyers and affected individuals with the tools to understand and mitigate these harms using participatory legal processes and principles for design and regulation.",
            "get_involved": "",
            "get_involved_url": "https://ai-observatory.in",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-31_082755.7860790000.jpg",
            "created": "2021-05-31T08:27:55.785733Z",
            "moderation_state": 3
        },
        {
            "id": 2116,
            "content_url": "https://www.youtube.com/watch?v=R7hAh3EIQZ0",
            "is_bookmarked": false,
            "tags": [
                "taimfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "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.\n\nPlay Survival of the Best Fit: https://www.survivalofthebestfit.com/ \n\nLearn more about Mozilla Awards: https://foundation.mozilla.org/awards/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_221529.1415560000.png",
            "created": "2021-06-28T22:15:29.141326Z",
            "moderation_state": 3
        }
    ]
}