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=-get_involved_url
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=-get_involved_url&page=2",
    "previous": null,
    "results": [
        {
            "id": 545,
            "content_url": "https://webfoundation.org/2017/11/a-healthy-internet-is-an-equal-internet/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "equality",
                "internet",
                "mozfest",
                "world wide web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Mara Silvestri",
            "submitter_profile_id": 226,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Mara Silvestri",
                    "profile_id": 226,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A healthy internet is an equal internet",
            "description": "This is a guest post from Nanjira Sambuli, the Web Foundation’s Digital Equality Advocacy Manager about her speech at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "http://www.webfoundation.org",
            "interest": "It focuses on MozFest",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_100619.1262390000.JPG",
            "created": "2017-11-07T10:06:19.125512Z",
            "moderation_state": 3
        },
        {
            "id": 867,
            "content_url": "http://www.theintersectionofthings.com",
            "is_bookmarked": false,
            "tags": [
                "Feminism",
                "Human Rights",
                "podcast",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Nesient Mindelan",
            "submitter_profile_id": 1510,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nesient Mindelan",
                    "profile_id": 1510,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Intersection of Things",
            "description": "The Intersection of Things is a fresh podcast that discusses a different social issue theme each episode: Work, Health, Sex, Outrage, Libraries, etc. as they relate to technology and Internet rights - all with a feminist twist. \nTwo digital rights experts on opposite sides of the Atlantic Ocean meet for a Sunday morning coffee / wine catch-up to learn from each other, interview experts, share their knowledge and have a good time.",
            "get_involved": "Please listen to the podcast, help promote it, tweet or email us your thoughts, leave a review on itunes, help us get better.",
            "get_involved_url": "http://www.theintersectionofthings.com",
            "interest": "Each episode ends up picking up on big discussions around Internet privacy, security, data health, online consent, digital literacy, and many other of the core issues that the network works on. We're always looking to bring something fresh to these discussions.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-04_170038.5142400000.png",
            "created": "2018-07-04T17:00:38.513832Z",
            "moderation_state": 3
        },
        {
            "id": 1455,
            "content_url": "http://www.tech-girls.org/challenge.html",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "art gallery",
                "computer science",
                "online privacy & security",
                "robotics",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Join the #TechGirlsChallenge",
            "description": "Tech-Girls launched a global challenge at MozFest 2019 to help spread the internet health movement to underrepresented youth, especially girls. You can join the challenge by trying out one of our activities and then hosting your own #TechGirlsChallenge Pop-up Station in your community. \n\nActivities include: \n1) drafting a \"robot zine\" with a code of conduct for how you want your future robot companions to treat humans;\n2) designing a security avatar to protect your privacy;\n3) creating an original work of digital art that reflects diversity and/or openness to you and share",
            "get_involved": "We would love for you to try out an activity & give us feedback, promote the #TechGirlsChallenge in your network and/or host a challenge & let us know how it went!",
            "get_involved_url": "http://www.tech-girls.org/challenge.html",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-31_163300.8707730000.png",
            "created": "2019-10-31T16:33:00.870374Z",
            "moderation_state": 3
        },
        {
            "id": 121,
            "content_url": "https://github.com/slidewinder/slidewinder",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Slidewinder",
            "description": "Instant, beautiful, pick-and-mix slide decks.",
            "get_involved": "Post issues, run tests, profide feedback to UI/UX/design/development",
            "get_involved_url": "http://www.slidewinder.io/docs/",
            "interest": "Everyone gives talks and wants to re-use slides or remix old decs, or share decs with others.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T03:54:52.465000Z",
            "moderation_state": 3
        },
        {
            "id": 209,
            "content_url": "http://nooga.com/175618/downtown-alleyway-will-have-food-trucks-artists-music-fridays-in-may/?mc_cid=86d8f56ba7&mc_eid=4966e62be3",
            "is_bookmarked": false,
            "tags": [
                "#gigabit #gigabitcommunityfund #cha"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Katie Hendrix",
            "submitter_profile_id": 68,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Picnic in the Passageways",
            "description": "Hive Chattanooga will be showcasing one of their Gigabit Community Fund grantee projects with live robotics demos. This project was developed for youth who cannot easily use a mouse or keyboard but can use movement to send instruction to a computer or a robot!",
            "get_involved": "",
            "get_involved_url": "http://www.passagewayschattanooga.com/passageways/stage-genies/index.html",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-11T15:07:29.313269Z",
            "moderation_state": 3
        },
        {
            "id": 44,
            "content_url": "http://www.localizationlab.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "circumvention",
                "digital security",
                "encryption",
                "internet freedom",
                "localisation",
                "localization",
                "mozfest"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Localization Lab",
            "description": "Localization Lab is a network of over 5,000 developers and volunteer translators collaborating to localize Internet freedom tools: technology that addresses security, privacy, anonymity, whistleblowing, circumvention issues, including training materials to support these tools.",
            "get_involved": "We are interested in growing our translator community as well as supporting other open source Internet freedom related projects. Let us know if you have a qualifying project or would like to contribute to translations!",
            "get_involved_url": "http://www.localizationlab.org/community/",
            "interest": "The projects that our community works on are open source technologies that help offer access to the open Internet to people around the globe and also help individuals keep their data secure. The encryption, circumvention and anonymity tools are as relevant as ever across all Internet users.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/44.png",
            "created": "2016-10-28T14:53:16.905000Z",
            "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": 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": 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": 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": 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": 2444,
            "content_url": "http://www.hopeimmersive.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "AI bias",
                "algorithmic bias",
                "algorithmic racism",
                "cma",
                "cma2021",
                "data",
                "discrimination",
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tracey Bowen",
                    "profile_id": 6067,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Hope",
            "description": "This collection of immersive journalism and Afrofuturism artwork imagines two possible futures: one where bias and discrimination has been banished from technology, and one where it runs rampant. Through the experience, viewers learn how AI and data sets are vulnerable to bias, but also learn about the real-world, Black-led initiatives underway to counteract this bias.",
            "get_involved": "",
            "get_involved_url": "http://www.hopeimmersive.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-08_131438.9114470000.png",
            "created": "2022-11-08T13:14:38.911207Z",
            "moderation_state": 3
        },
        {
            "id": 434,
            "content_url": "http://hivetoronto.org/10-toronto-projects-helping-mozilla-shape-healthy-internet/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Promote",
                "Code"
            ],
            "published_by": "Simona Ramkisson",
            "submitter_profile_id": 78,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "10 Toronto projects helping Mozilla shape a healthy Internet",
            "description": "Hive Toronto launched the Internet Health mini-grant this year and these are 10 projects supported a healthier and accessible internet.",
            "get_involved": "",
            "get_involved_url": "http://www.hivetoronto.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-13_181411.1465180000.png",
            "created": "2017-09-13T18:14:11.145741Z",
            "moderation_state": 3
        },
        {
            "id": 1108,
            "content_url": "http://www.harmonic21.org/the-regionalization-of-the-internet/",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "charitable",
                "cultural network",
                "global dialogue of humanity",
                "open source",
                "Virtual Net Festival",
                "virtual reality",
                "World Culture Fair"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Andreas Klinksiek",
            "submitter_profile_id": 2228,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Andreas Klinksiek",
                    "profile_id": 2228,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "GLOBAL DIALOG in the 21st Century. The Regionalization of the Internet",
            "description": "The LOCATE-SYSTEM 21\n \nOur Navigation System allows a precise definition of target groups not only according to content-related classification criteria but it specializes in the definition of any geographical range looked for.\nThe „Locate-System“ offers the user the following ranges and possibilities of Geographical Navigation:     local    -    regional    -    countrywise    -    continental    -    global\nRegional editors worldwide\n\nOne of the interesting possibilities that „Locate-System21“ offers is the organization of the virtual „21net Festival“ and the „World Culture Fair“.",
            "get_involved": "Make this project yours and get involved with ideas and contacts!",
            "get_involved_url": "http://www.harmonic21.org/cooperative-foundation/",
            "interest": "This is a global Open Source Project with the goal to generate extensive resources  to promote world culture and humanitarian projects worldwide.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-10_151508.1783540000.png",
            "created": "2019-04-10T15:15:08.177704Z",
            "moderation_state": 3
        },
        {
            "id": 387,
            "content_url": "https://www.kiwicompute.com/",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "austin",
                "coding",
                "hack for change",
                "open source",
                "teachtheweb"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Kiwi Compute: Coding for the Curious",
            "description": "There are limited resources for middle schoolers to learn code. Students use online platforms (Scratch or code.org) that integrate block ‘coding.’ When students write their first code, it becomes difficult. To run a language, you download software to a computer. Less resourced students don’t have this option and can’t download the software. We created a platform that eliminates barriers to writing code and focuses on middle schoolers. This platform runs Python in the browser and focuses on middle schoolers. The website is kid friendly with approachable language, help buttons and tutorials.",
            "get_involved": "How can we make this more learner-centered? We would love to allow learners to communicate with an expert online, that’s anonymous and helps them with their code. Students can post questions on the chat feature and teachers can reply.",
            "get_involved_url": "http://www.github.com/murtyjones/kiwi_compute",
            "interest": "This open-source project provides a unique service that fills a gap.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-22_215019.7687710000.jpg",
            "created": "2017-06-22T21:50:19.768184Z",
            "moderation_state": 3
        },
        {
            "id": 917,
            "content_url": "http://www.fabriders.net/network-centric/",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "design thinking",
                "human centered design",
                "resources",
                "user centred design"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Dirk Slater",
            "submitter_profile_id": 1606,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Dirk Slater",
                    "profile_id": 1606,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Designing Network Centric Resources",
            "description": "Network-centric resources are people-powered and participatory resources that aim to maximise usage and engagement. They are developed through sharing ownership, enabling contribution and supporting collaboration. Those of us that are part of the tech and social change sector are driven by a need to change the world for the better and strive to share and exchange knowledge and skills. We develop resources with the aim of allowing communities and networks to use, modify and contribute back.",
            "get_involved": "",
            "get_involved_url": "http://www.fabriders.net/network-centric/",
            "interest": "This project aims to connect resource designers to share knowledge and lessons learned.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-10_125441.9255750000.png",
            "created": "2018-09-10T12:54:41.924808Z",
            "moderation_state": 3
        },
        {
            "id": 834,
            "content_url": "https://www.digitalc.org/connect-the-unconnected-program/",
            "is_bookmarked": false,
            "tags": [
                "nsf",
                "nsf-wins"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Liz Lazar",
            "submitter_profile_id": 1452,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Liz Lazar",
                    "profile_id": 1452,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Connect the Unconnected",
            "description": "Driven by the belief that internet access empowers and improves lives, Connect the Unconnected provides broadband connectivity, digital literacy training and access to free or reduced cost devices for underserved Cleveland residents.",
            "get_involved": "",
            "get_involved_url": "http://www.digitalc.org",
            "interest": "Showcases a model for providing broadband access via nascent technologies and incorporating training and devices to create a holistic solution.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-21_211631.4813630000.png",
            "created": "2018-06-01T14:23:24.614396Z",
            "moderation_state": 3
        },
        {
            "id": 1884,
            "content_url": "http://www.deepreckonings.com",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "creativemedia20",
                "deepfake",
                "machine learning",
                "misinformation",
                "post-truth",
                "truth"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Stephanie Lepp",
            "submitter_profile_id": 4230,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Stephanie Lepp",
                    "profile_id": 4230,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DEEP RECKONINGS",
            "description": "Deep Reckonings is a series of explicitly-marked deepfake videos that imagine Mark Zuckerberg, Brett Kavanaugh, and Alex Jones having a reckoning.  The project presents a radically different use of deepfake technology, to envision and elicit our best selves.",
            "get_involved": "",
            "get_involved_url": "http://www.deepreckonings.com/makeitreal.html",
            "interest": "Radically different use of deepfake technology — to envision and elicit our best selves",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-17_133025.5309080000.jpg",
            "created": "2020-10-17T13:30:25.530087Z",
            "moderation_state": 3
        },
        {
            "id": 232,
            "content_url": "http://www.communityleadershipsummit.com/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "conference",
                "leadership",
                "open",
                "summit"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Community Leadership Summit",
            "description": "The Community Leadership Summit 2017 brings together community leaders, organizers and managers and the projects and organizations that are interested in growing and empowering a strong community. The event pulls together the leading minds in community management, relations and online collaboration to discuss, debate and continue to refine the art of building an effective and capable community.",
            "get_involved": "Promote this important event within your network!",
            "get_involved_url": "http://www.communityleadershipsummit.com/promote/",
            "interest": "Abigail Cabunoc Mayes, Open Source Engagement Lead at Mozilla will be a keynote speaker on day 2.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-17_200258.9249240000.jpg",
            "created": "2017-04-17T20:02:58.924652Z",
            "moderation_state": 3
        },
        {
            "id": 483,
            "content_url": "http://www.codeisscience.com/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone",
                "open science",
                "open source",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Attend",
                "Promote",
                "Code"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code is Science",
            "description": "Computer code is strongly present in science nowadays, helping scientists handle difficult calculations and large volumes of information. When an experiment is complete, scientists publish papers reporting the results, but often they forget to publish the source code for their work. You couldn't publish a math paper without the proof, so why can you do it with code? We aim to make scientific code open source by default, so others can peer review and re-run the code. We're also creating a database of scientific journals that only publish papers accompanied by open source code.",
            "get_involved": "You can help out by contributing to technical issues, share http://www.codeisscience.com/ to spread awareness, or share your story - why is open source code in science important to *you*? Do you know of any open source journals? Send us the link!",
            "get_involved_url": "http://www.codeisscience.com/",
            "interest": "Open source should be everywhere, especially in science! Also, we have stickers...",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_142619.6724890000.jpg",
            "created": "2017-10-22T14:26:19.671643Z",
            "moderation_state": 3
        },
        {
            "id": 45,
            "content_url": "http://www.carbonheroapp.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "carbon",
                "carbonhero",
                "climate",
                "co2",
                "environment",
                "footprint",
                "mozfest"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CarbonHero",
            "description": "CarbonHero is an app that lets people reduce their environmental impact by compensating carbon emissions of their daily activities.",
            "get_involved": "We are looking for testers who want to help us refining the offering. Additionally let us know if you want to connect your service to ours or if we can exchange data.",
            "get_involved_url": "http://www.carbonheroapp.com/contact/",
            "interest": "CarbonHero empowers people to take responsibility for their behavior and encourages to take action - either by emitting less or compensating for the activities that can't be avoided.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/45.png",
            "created": "2016-10-28T14:41:44.697000Z",
            "moderation_state": 3
        },
        {
            "id": 205,
            "content_url": "https://drive.google.com/open?id=0B_B9-Ny1xBaRX2h6QVpBZVRBVEFUQkV1d0NZOTQ0VlVqblpV",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "digital inclusion",
                "media",
                "vblogging",
                "video",
                "web literacy",
                "youth activism"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sarah Allen",
            "submitter_profile_id": 89,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Art of Vlogging",
            "description": "Agi K is a self-taught young film maker and a Gold Arts Award achiever.  She designed and delivered a workshop called ‘Learn to Vlog’ at MozFest 2016. The workshop brought artists and activists together to learn how to start using vlogging as an art form and communication medium for news, projects, messages, ideas and diversity on the web.\nTogether with Arts Award, Agi made a lesson plan for others to re-create that workshop. \nYou can read about her experience at the festival or learn more about her and her blog on the Get involved link below.",
            "get_involved": "",
            "get_involved_url": "http://www.agik.co.uk/",
            "interest": "Learn how to use vlogging to get your voice heard.  Learn technical and broadcasting skills to be able to broadcast live news events.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_110038.5302880000.png",
            "created": "2017-04-11T11:00:38.529858Z",
            "moderation_state": 3
        },
        {
            "id": 645,
            "content_url": "https://lola.acadianacenterforthearts.org/",
            "is_bookmarked": false,
            "tags": [
                "Acadiana",
                "AcadianaCenterfortheArts",
                "education",
                "Lafayette",
                "LoLa",
                "Louisiana"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Acadiana Center for the Arts",
            "submitter_profile_id": 408,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Acadiana Center for the Arts",
                    "profile_id": 408,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PROJECT LOLA: Art + Technology Experiment",
            "description": "Geographic location limits the opportunity to learn about different types of music and have authentic hands-on experiences. This project seeks to address this issue by providing a cross-city learning experience related to the musical cultures of the respective geographic locations of Lafayette, LA and Chattanooga, TN. Through this project, we will connect youths and musicians with backgrounds in Creole and Cajun music to those familiar with the musical traditions of the Appalachian region. An additional experimental component related to the project is LoLa streaming itself at AcA.",
            "get_involved": "You can help us by sharing your knowledge of LoLa systems with us.",
            "get_involved_url": "http://www.acadianacenterforthearts.org",
            "interest": "AcA serves the community and is a local arts hub, bringing in artists from all areas of specialization. By bringing this new technology to Lafayette, we hope to connect with other gigabit cities and people in our community while making available and demystifying new technology through the arts.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-03-22T21:13:53.212286Z",
            "moderation_state": 3
        },
        {
            "id": 425,
            "content_url": "https://archive.org/details/ItinerariosEnglish",
            "is_bookmarked": false,
            "tags": [
                "distributed learning",
                "education",
                "e-learning",
                "mozfellows19",
                "mozilla fellow",
                "sei.eco",
                "ubalab",
                "web"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Code",
                "Design",
                "Fundraise"
            ],
            "published_by": "Felipe Fonseca",
            "submitter_profile_id": 30,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Felipe Fonseca",
                    "profile_id": 30,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Itinerarios - concept",
            "description": "Presentation of Itinerarios, concept of platform for distributed social learning created for the sei.eco portal.",
            "get_involved": "",
            "get_involved_url": "http://wiki.ubatuba.cc/doku.php?id=prisma:sei.eco_english",
            "interest": "It proposes an interpretation on how we can use the web to promote distributed learning, as opposed to the attempts to mimic a prototypical classroom in more traditional e-learning configurations.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-04_005623.7701270000.png",
            "created": "2017-09-04T00:56:23.769746Z",
            "moderation_state": 3
        },
        {
            "id": 436,
            "content_url": "https://github.com/openiotstudio/general/raw/master/publications/a_trustmark_for_IoT_thingscon_report.pdf",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "iot",
                "labels",
                "report",
                "research",
                "things",
                "trust",
                "trustmarks"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Design",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Trustmark for IoT: A ThingsCon Report",
            "description": "Building consumer trust in the Internet of Things by empowering users to make smarter choices. A ThingsCon Report commissioned by Mozilla’s Open IoT Studio.",
            "get_involved": "Tell us your thoughts on the report!",
            "get_involved_url": "http://thingscon.com/",
            "interest": "Understand the landscape of trustmarks and labeling of consumer connected products",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-26_134659.1925250000.png",
            "created": "2017-09-14T11:12:50.423252Z",
            "moderation_state": 3
        },
        {
            "id": 1646,
            "content_url": "https://youtube.tracking.exposed/wetest/announcement-1/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "video recommendation",
                "YouTube"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Narrira",
            "submitter_profile_id": 3115,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tracking Exposed: Collective Analysis of Algorithmic Recommendation",
            "description": "On March 25th, Tracking Exposed ran a Global Test to collect and analysis Algorithmic Recommendation around Youtube Covid-19 videos. The videos were in multiple languages to understand how recommendation works in other languages than English. \n\nI participated in the engagement for this test and super recommend participating and running other analysis using this open source project; as well to join their community!",
            "get_involved": "",
            "get_involved_url": "https://youtube.tracking.exposed/wetest/1/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-04-11T17:21:55.542211Z",
            "moderation_state": 3
        },
        {
            "id": 516,
            "content_url": "http://www.stemchampion.org",
            "is_bookmarked": false,
            "tags": [
                "education",
                "stem"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Ammar Siddiqui",
            "submitter_profile_id": 186,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ammar Siddiqui",
                    "profile_id": 186,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "STEM Champion",
            "description": "Here at STEM Champion, we feel that all young people should be prepared to think deeply and to think well so that they have the chance to become the innovators, educators, researchers, and leaders capable of solving the most pressing challenges facing our nation and our world, both today and tomorrow.\n\nOur goal is to provide a unique day conference aimed at school aged children (13-16yrs), to assist these children in directing their energy in a positive way, especially when they lack a medium to nurture and further their knowledge in fields such as STEM.",
            "get_involved": "Looking for companies interested in STEM education (middle school and secondary school) to collaborate with!",
            "get_involved_url": "https://youtu.be/Bz69044v2WI",
            "interest": "It is a STEM educational event!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_192045.0133550000.png",
            "created": "2017-10-27T19:20:45.012628Z",
            "moderation_state": 3
        },
        {
            "id": 2167,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "A Pep Talk For Nerds",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=MFOdGSKSWDY",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-07-05T18:22:35.283700Z",
            "moderation_state": 3
        },
        {
            "id": 2150,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Tech Activism Through Art",
            "description": "Can art and entertainment fuel a global movement for internet health? A conversation featuring:  Neema Iyer, Founder and Director, Pollicy  Alexander Fefegha, Co-Founder and Director, COMUZI",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=AWmL5-_GyTE",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_190357.4815250000.jpeg",
            "created": "2021-07-05T15:57:16.232671Z",
            "moderation_state": 3
        },
        {
            "id": 2105,
            "content_url": "https://www.youtube.com/watch?v=7yb4ZDeljtE&t=3541s",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd",
                "5yearsdand",
                "#taimfdd",
                "taimfdd"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Join community",
                "Watch session"
            ],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "AI & Truth",
            "description": "The AI powering our most influential communications platforms has a critical vulnerability: it rewards engagement, not truth or civility. Can AI be designed differently to avoid this pitfall? And if so, what conditions and incentives must be changed for this to be the case? A panel featuring:Jacquelyn Mason, Senior Investigative Researcher, First Draft NewsDr. Peaks Krafft, Lead, Creative Computing Institute at UALMutale Nkonde, CEO, AI for the PeopleRasha Abdul-Rahim, Acting Director, Amnesty TechModerator Brandi Geurkink, Senior Campaigner, Mozilla",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=7yb4ZDeljtE&t=3541s",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-25_193452.1962070000.png",
            "created": "2021-06-25T19:34:52.195746Z",
            "moderation_state": 3
        },
        {
            "id": 1819,
            "content_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "is_bookmarked": false,
            "tags": [
                "media",
                "open access",
                "openness",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action"
            ],
            "published_by": "Stefaniia Ivashchenko",
            "submitter_profile_id": 4112,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Science TV",
            "description": "Science makes our life better, safer and comfortable. However, academic community is suffering from luck of funding, transparency, reproducibility and toxic environment. Some of these problems arise from commercial companies controlling scientific communication and metrics. While most of scientific research is funded from taxpayers, makes the current system of scientific development dysfunctional and inefficient. Open Science TV is a new independent scientific media platform. Our goal is to promote Open Science principles as a potential cure to these problems and give a word to scientists.",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-08_175546.4031100000.png",
            "created": "2020-08-08T17:55:46.402723Z",
            "moderation_state": 3
        },
        {
            "id": 621,
            "content_url": "https://wikipathways.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "biology",
                "CC0",
                "mozsprint",
                "pathways",
                "science",
                "wiki"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Alexander Pico",
            "submitter_profile_id": 390,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alexander Pico",
                    "profile_id": 390,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "WikiPathways: Pathways for the People!",
            "description": "An online collaboration tool for drawing models of biological pathways. Unlike many other scientific databases, WikiPathways welcomes open source contributors and crowdsourced content from all citizen scientists.  These pathways are actively being used by students and researchers everyday.",
            "get_involved": "Learn about pathways, contribute new content and help develop the platform",
            "get_involved_url": "https://www.wikipathways.org/index.php/Help:Contents",
            "interest": "We love collaborating with other open platforms and communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-09_064015.1258680000.png",
            "created": "2018-03-09T06:40:15.125261Z",
            "moderation_state": 3
        },
        {
            "id": 1419,
            "content_url": "https://link.medium.com/WUmADM2jI0",
            "is_bookmarked": false,
            "tags": [
                "Demystifying dark web",
                "Mozfest 2019",
                "Onion",
                "privacy and security",
                "Tor Project"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Join community"
            ],
            "published_by": "Cybelle",
            "submitter_profile_id": 300,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cybelle",
                    "profile_id": 300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Welcome to the Tor World!  The onion routing: c’mon join the joyride",
            "description": "In a nutshell, Tor is a free-software anonymizing network that helps people around the world to use the Internet safely.",
            "get_involved": "",
            "get_involved_url": "https://www.torproject.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-12_021313.9573430000.png",
            "created": "2019-10-12T02:13:13.956968Z",
            "moderation_state": 3
        },
        {
            "id": 566,
            "content_url": "https://www.tinyurl.com/dtsmatinyhouse",
            "is_bookmarked": false,
            "tags": [
                "education",
                "mozilla",
                "Project Lead The Way",
                "Tiny House",
                "virtual reality"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Nicolette Darjean",
            "submitter_profile_id": 254,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nicolette Darjean",
                    "profile_id": 254,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "David Thibodaux STEM Magnet Academy Atomic Agora Tiny House  Lafayette, LA",
            "description": "David Thibodaux STEM Magnet Academy (DTSMA) students are producing virtual reality environments documenting The Atomic Agora Tiny House (“Atomic” Greek for tiny, “Agora” Greek for house or meeting place) project using the Nepris platform.",
            "get_involved": "Students need classrooms to test this idea in across the state and industry contributors to support the project's continuation",
            "get_involved_url": "https://www.tinyurl.com/dtsmatinyhouse",
            "interest": "This would be interesting because it explains how classrooms are using virtual reality to change the way teachers teach and students learn.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-11_013917.7498410000.JPG",
            "created": "2017-12-11T01:39:17.749105Z",
            "moderation_state": 3
        },
        {
            "id": 2433,
            "content_url": "https://www.their.tube/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tomo Kihara",
                    "profile_id": 6044,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Swap the Curators in the Tube [TheirTube]",
            "description": "This project explores how recommendation engines present different realities to different people. Users will peruse the YouTube recommendations of five wildly different personas — including a conspiracist and a racist persona — to experience how their recommendations differ.",
            "get_involved": "",
            "get_involved_url": "https://www.their.tube/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-10-31_130121.1709900000.png",
            "created": "2022-10-31T13:01:21.170577Z",
            "moderation_state": 3
        },
        {
            "id": 1526,
            "content_url": "https://foundation.mozilla.org/en/blog/project-demystify-litigation-and-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [
                "#AI",
                "#ArtificialIntelligence",
                "#digitalrights",
                "#humanrights",
                "#law",
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jonathan McCully",
            "submitter_profile_id": 3157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3413,
                    "is_active": true
                },
                {
                    "name": "Aurum Linh",
                    "profile_id": 3350,
                    "is_active": true
                },
                {
                    "name": "Jonathan McCully",
                    "profile_id": 3157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Project to Demystify Litigation and Artificial Intelligence",
            "description": "As a Mozilla Fellow, I am working with Aurum Linh on a project aimed at breaking down knowledge barriers between litigators and technologists. Find out more, and how to get involved, in this blog.",
            "get_involved": "",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuideSurvey",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-06_175842.6044120000.jpg",
            "created": "2019-12-06T17:58:42.603907Z",
            "moderation_state": 3
        },
        {
            "id": 1531,
            "content_url": "https://foundation.mozilla.org/en/blog/case-knowledge-sharing-between-technologists-and-digital-rights-litigators/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Aurum Linh",
            "submitter_profile_id": 3161,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Aurum Linh",
                    "profile_id": 3161,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Case For Knowledge-Sharing Between Technologists and Digital Rights Litigators",
            "description": "As a Mozilla Fellow, I'm working on a project aimed at breaking down knowledge barriers between litigators and technologists. This article provides background information and context on why I'm doing this work, and how you can get involved too.",
            "get_involved": "Take our survey, share with networks, contact us",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuidesABlog",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-09T20:15:21.157998Z",
            "moderation_state": 3
        },
        {
            "id": 670,
            "content_url": "https://medium.com/read-write-participate/how-do-you-feel-about-facebook-fd4f795622a0",
            "is_bookmarked": false,
            "tags": [
                "data",
                "facebook",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How Do You Feel About Facebook? Take the Survey.",
            "description": "Facebook has been in the news a lot lately. We’re curious how people feel about the social media platform these days. Take our short survey and let us know how you feel.",
            "get_involved": "People can take the survey and share the survey within their networks for their friends to take.",
            "get_involved_url": "https://www.surveygizmo.com/s3/4273732/d03b45c232a3",
            "interest": "Asking for their opinion about Facebook to try and better understand this moment.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_214153.8165130000.jpg",
            "created": "2018-04-03T18:42:10.507782Z",
            "moderation_state": 3
        },
        {
            "id": 1509,
            "content_url": "https://www.seinfo.org/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "future of work",
                "remote working"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Stephanie Itimi",
            "submitter_profile_id": 3354,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Itimi",
                    "profile_id": 3354,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An open-source digital library for Africans",
            "description": "Seinfo is an​ open-source digital library for Africans to learn digital skills needed for freelancing, remote-working and entrepreneurship. The platform enables African women and youth to learn digital skills as well as emerging tech to enable them to get remote jobs on platforms such as Fiverr, PeoplerPerHour and Upwork. Users are able to create social media profiles, add to the library and share queries in a forum.",
            "get_involved": "Help us plan events in an African state, in which the website will be used as a tool to teach people digital skills. We also need help with content and translation to help thos from portuguese and french speaking countries engage with the platfom.",
            "get_involved_url": "https://www.seinfo.org/contact",
            "interest": "A chance to help reduce the digital divide in Africa.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-15_140317.3225730000.png",
            "created": "2019-11-15T14:03:17.321789Z",
            "moderation_state": 3
        },
        {
            "id": 1056,
            "content_url": "https://www.seattle.gov/Documents/Departments/SeattleIT/Master-List-Surveillance-Technologies.pdf",
            "is_bookmarked": false,
            "tags": [
                "smart cities",
                "surveillance"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Localize & translate"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 8,
            "related_creators": [],
            "entry_type": "base",
            "title": "Seattle's Master List of Surveillance Tech",
            "description": "Originally submitted to Seattle City Council in 2017, updated quarterly, the Master List of Surveillance Technologies provides an overview of all technologies in current use at the City for surveillance. It includes license plate readers, facial recognition software, closed circuit cameras, drones, and much more. Link is a to a PDF. See the get involved link for the website with more context and activity.",
            "get_involved": "Read and review the impact reports currently being drafted.",
            "get_involved_url": "https://www.seattle.gov/tech/initiatives/privacy/surveillance-technologies",
            "interest": "Smart cities and surveillance tech is a rapidly evolving field, with significant impact on most everyone's lives.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-11_160327.8798800000.png",
            "created": "2019-03-11T16:03:27.879366Z",
            "moderation_state": 3
        },
        {
            "id": 1590,
            "content_url": "https://sanog.org/sanog35/program.html",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "#mozfellows19",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI",
                "SANOG35"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event Wrap: SANOG35 in Pakistan",
            "description": "35th Conference of South Asian NOG was held in Karachi, Pakistan on Jan 20-21, 2020. My paper on the impact of RPKI validator in BD was presented by my mentor Dr. Philip Smith (NSRC). I was a remote participant during the session. Earlier, I analysed the ROA status of PK and AF operators and sent individual emails to 175 organizations about their routing issues. I helped solve about 140 RPKI ROAs of five ASNs. Some participants reached out to me as well via email and IM to get help in fixing their ROAs. I am expecting a very positive impact of SANOG35 on the RPKI status in South Asia.",
            "get_involved": "",
            "get_involved_url": "https://www.sanog.org/mailinglist.htm",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-03_191326.9284560000.jpeg",
            "created": "2020-02-03T19:13:26.927724Z",
            "moderation_state": 3
        },
        {
            "id": 292,
            "content_url": "https://www.youtube.com/watch?list=PLo3w8EB99pqJ74XIGe72c9hBZWz9Y16cY&v=8EPsnf_ZYU0",
            "is_bookmarked": false,
            "tags": [
                "code",
                "rust",
                "security",
                "systems"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Localize & translate",
                "Test & feedback"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 5,
            "related_creators": [],
            "entry_type": "base",
            "title": "Rust",
            "description": "Rust is a new, safer programming language. It allows browsers, systems and more to run much faster and more safely. Rust is syntactically similar to C++, but is designed for better memory safety while maintaining performance.",
            "get_involved": "There are many ways to contribute to the success of Rust:  Finding, triaging and fixing issues; Documentation; Community building; Tooling, IDEs and infrastructure; Libraries; Internationalization.",
            "get_involved_url": "https://www.rust-lang.org/en-US/contribute.html",
            "interest": "Rust won first place for \"most loved programming language\" in the Stack Overflow Developer Survey in 2016 and 2017.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-19_184557.9764320000.png",
            "created": "2017-05-19T18:45:57.975792Z",
            "moderation_state": 3
        },
        {
            "id": 999,
            "content_url": "https://www.rhizomatica.org/hermes/",
            "is_bookmarked": false,
            "tags": [
                "nsf",
                "nsf-wins"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "HERMES",
            "description": "HERMES (High­-frequency Emergency and Rural Multimedia Exchange System) is autonomous network infrastructure. It enables local calling, SMS, and basic OTT messaging, all via equipment that can fit inside two suitcases, using GSM and High-Frequency radio technologies.",
            "get_involved": "",
            "get_involved_url": "https://www.rhizomatica.org/hermes/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-21_210309.6513250000.png",
            "created": "2019-01-21T21:03:09.615860Z",
            "moderation_state": 3
        },
        {
            "id": 1610,
            "content_url": "https://www.scu.edu/ethics/focus-areas/technology-ethics/resources/what-we-are-doing-with-ethicalcs-at-santa-clara-university/",
            "is_bookmarked": false,
            "tags": [
                "computing",
                "ethics",
                "#RCSC"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What We Are Doing with #EthicalCS at Santa Clara University",
            "description": "Santa Clara University  was awarded a grant in April 2019 as one of the winners of the Mozilla Responsible Computer Science Challenge. The grant is aimed at promoting innovation and experimentation in the integration of ethics into undergraduate Computer Science curricula. This is a summary of what we have been doing, and some of the plans ahead.",
            "get_involved": "",
            "get_involved_url": "https://www.responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-05_134131.1163030000.png",
            "created": "2020-03-05T13:41:31.115694Z",
            "moderation_state": 3
        },
        {
            "id": 1223,
            "content_url": "https://www.getmural.io",
            "is_bookmarked": false,
            "tags": [
                "multimedia",
                "nocms",
                "Page generator",
                "visual storytelling"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Douglas Arellanes",
            "submitter_profile_id": 2530,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Douglas Arellanes",
                    "profile_id": 2530,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mural",
            "description": "A dead-simple way to create effective multimedia stories. Mural lets you build full-screen stories with video, images, text and audio, rearrange the story elements with drag and drop, and then, when the story is ready to be published, outputs everything needed to a .zip file. No platform is needed, and the stories will work on nearly any web server.",
            "get_involved": "",
            "get_involved_url": "https://www.reddit.com/r/getmural/",
            "interest": "Mural enables the quick and easy creation of rich multimedia stories without the need for a centralized platform.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-18_071055.0956070000.jpg",
            "created": "2019-06-18T07:10:55.094801Z",
            "moderation_state": 3
        },
        {
            "id": 2294,
            "content_url": "https://medium.com/prifina/activity-is-more-than-your-exercise-sessions-case-examples-from-elite-athletes-5c5620c24fb1",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data privacy",
                "health",
                "wellness"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "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": "Activity is More Than Your Exercise Sessions — Case Examples from Elite Athletes",
            "description": "Major professional sports leagues such as the NBA have used wearables to accelerate the restart of professional games during the COVID-19 pandemic. With so many options of wearable trackers in the market, the biggest breakthrough depends on the availability of data. Most applications focus on exercise or performance, however there are countless other apps needed, such as those that help raise awareness of being static or in the same area for prolongued periods and allow the user to act on this insight",
            "get_involved": "Build prototypes for apps that help people move on data that stays with the user.",
            "get_involved_url": "https://www.prifina.com/slack.html",
            "interest": "Its a call to action to build more diverse set of apps on personal data, that promote overall wellbeing",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-10-27T15:56:40.912272Z",
            "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
        }
    ]
}