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

{
    "count": 1758,
    "next": null,
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-issues&page=36",
    "results": [
        {
            "id": 1205,
            "content_url": "https://medium.com/read-write-participate/theres-something-seriously-wrong-with-dating-apps-f41db8af1e82",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MonsterMatch",
            "description": "MonsterMatch is a dating app simulator that reveals the invisible, algorithmic discrimination that often takes place on dating apps. Learn more and play at https://monstermatch.hiddenswitch.com",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-24_164608.1841240000.png",
            "created": "2019-05-24T16:46:08.183477Z",
            "moderation_state": 3
        },
        {
            "id": 965,
            "content_url": "https://cancerletter.com/articles/20181116_1/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Artificial intelligence can entrench disparities—here’s what we must do",
            "description": "How can we bring together the excitement for the possibilities of AI in medicine with the sobering reality of stubborn health disparities that remain despite technological advances?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-30_173454.1156620000.jpg",
            "created": "2018-11-30T17:34:54.115253Z",
            "moderation_state": 3
        },
        {
            "id": 14,
            "content_url": "https://transvision.mozfr.org/",
            "is_bookmarked": false,
            "tags": [
                "localization"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Transvision",
            "description": "Transvision is a specialized search engine to find localized strings of all Mozilla products and websites.",
            "get_involved": "Know PHP? Help us add new features!",
            "get_involved_url": "https://github.com/mozfr/transvision#transvision",
            "interest": "Improve translation quality of Firefox in your language",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-14T23:22:01.120000Z",
            "moderation_state": 3
        },
        {
            "id": 961,
            "content_url": "https://github.com/BioinfoNet/OpenScienceKE",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Join community"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenScienceKE",
            "description": "In OpenScienceKE, we engage with Bioinformatics students and researchers to promote open, collaborative and reproducible Bioinformatics Research in Nairobi, Kenya in order to build a community of Bioinformaticians who can collaborate and spread the open science message.",
            "get_involved": "Help us test the training materials. Contribte to other publishers that offer subsidy or waivers to researcher from low income countries.",
            "get_involved_url": "https://github.com/BioinfoNet",
            "interest": "This project contains training resources that can be reused. It also contains a resource to guide researchers on how to publish open access at low cost.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-12_082624.9537490000.jpg",
            "created": "2018-11-12T08:26:24.953078Z",
            "moderation_state": 3
        },
        {
            "id": 1211,
            "content_url": "https://welti.org.ng",
            "is_bookmarked": false,
            "tags": [
                "Business meets Technology"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Ifeoma Okonji",
            "submitter_profile_id": 2449,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Ifeoma Okonji",
                    "profile_id": 2449,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Executive Director WELTI(Mozilla Open Leader)",
            "description": "WELTI is a non-profit working open to empower young women within ages 14-30 on her pillars of Technology,Leadership,Education and Health. We enable our beneficiaries leverage technology for sustainable economic development by working open and driving digital inclusion to break certain stereotypes.",
            "get_involved": "We can be helped to plan some local event to reach more people.",
            "get_involved_url": "https://docs.google.com/forms/d/1LughzKWZIHM3wQ-lB6zSOianzEp-fyaMpNJd-xYYbuk/edit",
            "interest": "We believe that having created an online community of over 300 businesses,we can have more fresh ideas,contributors and partners to enable this scale and create more impact.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-06_062234.5376130000.jpg",
            "created": "2019-06-06T06:22:34.536908Z",
            "moderation_state": 3
        },
        {
            "id": 1201,
            "content_url": "https://medium.com/@Mozfest/dreaming-up-mozfest-2019-in-barcelona-e6e5af22281d",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dreaming up MozFest 2019 in Barcelona",
            "description": "A story about MozRetreat 2019, the week-long collaborative workshop where we co-design MozFest with community volunteers from around the world.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-23_021620.8802540000.jpg",
            "created": "2019-05-23T02:16:20.879765Z",
            "moderation_state": 3
        },
        {
            "id": 1626,
            "content_url": "https://github.com/CombatCovid/SPA-website",
            "is_bookmarked": false,
            "tags": [
                "health care",
                "know how",
                "medical equipment",
                "open hardware",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hardware Combats Covid19",
            "description": "The problem we are trying to solve: The designs(data) being generated is not easy to find, is in different languages, and when it scales to many people participating it becomes a maze of content. Currently the formats, channels and threads are difficult to follow and understand due to the urgency of the moment. We would like to help to improve the process of finding, deciding, replicating and deploying these equipments.",
            "get_involved": "The fastest way is to join or discord chat and read the project description, and the contributing guidelines.There are different fronts we are covering, development and documentation/compilation of available sources, in standard formats.",
            "get_involved_url": "https://github.com/CombatCovid/SPA-website/blob/develop/CONTRIB.md",
            "interest": "Access to open designs covid related (ventilators, masks and so on)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-03-25T18:49:42.171046Z",
            "moderation_state": 3
        },
        {
            "id": 261,
            "content_url": "https://medium.com/read-write-participate/web-native-games-for-privacy-inclusion-ec90c226583a",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Web Native Games for Privacy and Inclusion",
            "description": "This is a blog post inviting broad participation in the Privacy & Security Game Jam Challenge during the 2017 Global Sprint. It introduces the challenge and then shares all kinds of technical and non-technical ways to contribute ideas, assets, and code. It's meant to be an example of how we can use other Mozilla channels, like Read, Write, Participate, to make community-driven projects more inviting.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-game-jam-challenge/",
            "interest": "This is an example of supporting documentation meant to invite broad network and community participation in work like the Global Sprint.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_093937.3902000000.JPG",
            "created": "2017-05-05T09:39:37.389705Z",
            "moderation_state": 3
        },
        {
            "id": 469,
            "content_url": "https://medium.com/@mkopel/badging-at-ala-2017-in-practice-3b4929ee23e4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Badging with Librarians at ALA 2017",
            "description": "I had the opportunity to share out some of the work I and my fellow Web Literacy Leaders have been working on over the last year at the 2017 ALA Annual Conference in Chicago in June. The panel, “Implementing Gamified Assessment and Badges: A Practical Guide” (recording is available) looked at ways libraries could build these tools into existing programs. Each of the three presenters (including myself) came at the subject from a different point of view. With over 100 librarians in the room at 830 a.m. that Monday morning, we knew right away that there was tremendous interest.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "open credentials with library staff",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_201957.2051070000.png",
            "created": "2017-10-16T20:19:57.204640Z",
            "moderation_state": 3
        },
        {
            "id": 971,
            "content_url": "https://www.peblio.co",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Esther Hersh",
            "submitter_profile_id": 1777,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Esther Hersh",
                    "profile_id": 1777,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Peblio",
            "description": "Peblio is an instructional tool and resource sharing community for Computer Science teachers. Peblio makes it really easy to create and share coding lessons and adapt lessons created by others.",
            "get_involved": "",
            "get_involved_url": "https://github.com/peblio/app",
            "interest": "Yes",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-12_220211.7510760000.png",
            "created": "2018-12-12T22:02:11.750389Z",
            "moderation_state": 3
        },
        {
            "id": 957,
            "content_url": "https://www.youtube.com/watch?v=EwT9Mpzft4I&index=2&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tech Has an Inclusion Problem",
            "description": "Nathalie Richards, co-founder of EduKit, speaks at MozFest 2018.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163655.5173660000.png",
            "created": "2018-11-07T16:36:55.517031Z",
            "moderation_state": 3
        },
        {
            "id": 952,
            "content_url": "https://www.youtube.com/watch?v=cyEwbmYn7fA&index=7&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy, Identity, and Gender Online",
            "description": "Soudeh Rad, president of Feminist Spectrum, speaks at MozFest 2018. Feminist Spectrum is a Paris-based nonprofit working on gender equality and education.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163057.3538890000.jpg",
            "created": "2018-11-07T16:30:57.353362Z",
            "moderation_state": 3
        },
        {
            "id": 463,
            "content_url": "https://gitlab.com/cameralibre/cut-copy-and-paste",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Sam Muirhead",
            "submitter_profile_id": 130,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Muirhead",
                    "profile_id": 130,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cut, Copy & Paste: Open Source collaboration workshops (without digital tools!)",
            "description": "'Cut, Copy & Paste' is a workshop format to teach people how open source online collaboration works, in a creative, hands-on way, with no digital tools required! The primary target groups are designers, illustrators, animators, artists, and writers - people working in creative fields who may not ordinarily be exposed to open source ideas, or have the experience of collaborating in this way. Want to know how to do version control using only rubber stamps and a photocopier? I'll be running an open source zine-making workshop all weekend at MozFest, so drop in and try it for yourself!",
            "get_involved": "TAKE PART in the workshop at MozFest; SHARE LINKS to other examples of teaching Open Source in a fun, lo-fi way; contribute NEW IDEAS - what else could work? Could you using prose/poetry/music/illustration to teach Open Source? GIVE FEEDBACK: are there important aspects of open source to get across?",
            "get_involved_url": "https://gitlab.com/cameralibre/cut-copy-and-paste",
            "interest": "Anyone working in open source struggles to explain what makes it special to people outside of tech - Cut, Copy & Paste doesn't just tell people about open source collaboration, it gives them a tangible, memorable experience of it - in a short timeframe, and without any digital tools.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-12_075048.6190490000.png",
            "created": "2017-10-12T07:50:48.618658Z",
            "moderation_state": 3
        },
        {
            "id": 260,
            "content_url": "https://medium.com/read-write-participate/whats-a-shardnet-ad461884e51e",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "games",
                "global sprint",
                "mozsprint",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "What's a Shardnet?",
            "description": "This is a blog post inviting participation in the Cryptomancer Challenge for the 2017 Global Sprint. It introduces readers to the sprint, to role-playing games in general, and to how we might use the game Cryptomancer to invent and share adventures that reflect the real-world challenges network members face in privacy, security, and digital inclusions.",
            "get_involved": "Spread the word and contribute during the sprint!",
            "get_involved_url": "https://github.com/MozillaFoundation/mpa-cryptomancer-challenge/",
            "interest": "This is an example of supporting documentation that shares news about our work - like the Global Sprint - across Mozilla channels and invites participation from network members.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_092417.6880030000.jpg",
            "created": "2017-05-05T09:24:17.687504Z",
            "moderation_state": 3
        },
        {
            "id": 64,
            "content_url": "http://motherboard.vice.com/read/the-black-community-needs-encryption",
            "is_bookmarked": false,
            "tags": [
                "crypto",
                "cryptography",
                "encryption",
                "harlem",
                "new york",
                "nyc",
                "open web fellows",
                "privacy",
                "security"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CryptoHarlem",
            "description": "Motherboard published an interview with Matt Mitchell, a Mozilla Open Web Fellow. He shares valuable and candid insight on privacy education and making it more inclusive.",
            "get_involved": "Matt trains activists & journalists in digital security, focused on marginalized populations often aggressively monitored & disenfranchised. His fellowship is based at Color of Change.",
            "get_involved_url": "https://www.cryptoparty.in/nyc",
            "interest": "Matt is a security researcher and data journalist who leads CryptoHarlem, teaching basic cryptography tools to the predominately African American community in upper Manhattan.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_131742.2960690000.jpg",
            "created": "2016-10-19T21:45:37.190000Z",
            "moderation_state": 3
        },
        {
            "id": 948,
            "content_url": "https://youtu.be/nA6xLlg77M8",
            "is_bookmarked": false,
            "tags": [
                "education technology",
                "Minorities",
                "trainning"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Itzel Moreno",
            "submitter_profile_id": 1688,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Itzel Moreno",
                    "profile_id": 1688,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web literacy for the deaf",
            "description": "We are a group of deaf, indigenous and hearing people that try to build a platform where three workshops are developed: entrepreneurship, leadership and biology. These workshops will be recorded in sign language and translated into English and Spanish. We want to build a community from the workshops.",
            "get_involved": "You can contribute with lending your voice for translations. In contributing to the contents of the workshops, ideas to innovate the page as well as contacts that may be interested",
            "get_involved_url": "https://www.facebook.com/GrupoDeEstudiantesMexicanosSordosEHipoacusicos/",
            "interest": "This project can be replicated in other communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_135725.9989630000.jpg",
            "created": "2018-11-07T13:57:25.998584Z",
            "moderation_state": 3
        },
        {
            "id": 1621,
            "content_url": "https://foundation.mozilla.org/en/blog/responsible-computer-science-challenge-sigcse/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Responsible Computer Science Challenge at SIGCSE",
            "description": "Prior to SIGCSE being canceled, in accordance with the Governor of Oregon’s mandate for canceling convenings of certain sizes related to COVID-19, we held a pre-symposium titled “Integrating Ethics and Social Responsibility in Computing Curricula Symposium.” Our goal was to share some mini-lessons and updates on the Challenge with other computer science faculty, teachers, and community partners interested in advocating for and integrating ethics into computer science education.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-21_133041.4998600000.png",
            "created": "2020-03-21T13:30:41.499502Z",
            "moderation_state": 3
        },
        {
            "id": 1627,
            "content_url": "https://cmci.colorado.edu/~cafi5706/SIGCSE2020_EthicsSyllabi.pdf",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "Pedagogy",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "What Do We Teach When We Teach Tech Ethics? A Syllabi Analysis",
            "description": "To both describe current trends in computing ethics coursework and to provide guidance for further ethics inclusion in computing, we present an in-depth qualitative analysis of 115 syllabi from university technology ethics courses.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-03-27T19:13:12.618324Z",
            "moderation_state": 3
        },
        {
            "id": 945,
            "content_url": "https://afrodemocracyjournal.wordpress.com",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Chris Zumani Zimba",
            "submitter_profile_id": 1710,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chris Zumani Zimba",
                    "profile_id": 1710,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Afro Democracy Journal, a Blog of Chrizzima University Democracy (CDU)",
            "description": "A blog with well researched weekly political articals on the crucial happenings in Zambia and across Africa aimed at promoting and defending democracy, human rights and good governance.",
            "get_involved": "Help to grow and popularize the site in Zambia and Africa",
            "get_involved_url": "http://Afrodemocracyjournal.wordpress.com",
            "interest": "Because democracy, human rights and good governance award needs regional and global partnerships, networking and sources",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-11-02T15:03:48.977488Z",
            "moderation_state": 3
        },
        {
            "id": 462,
            "content_url": "http://falsifiable.us",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open leadership zone",
                "open science",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Ivo Jimenez",
            "submitter_profile_id": 129,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ivo Jimenez",
                    "profile_id": 129,
                    "is_active": true
                },
                {
                    "name": "Sina Hamedian",
                    "profile_id": 108,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Popper",
            "description": "Validating experimental results in research is time-consuming; it takes too long to recreate the environment where an experiment originally ran. Popper is a sound experimentation protocol rooted in best open source software practices. The Popper CLI tool aids practitioners in following the protocol and convention (for organizing files in a version-control repository), providing an easy way to implement experiments that are automatically re-executed and validated.",
            "get_involved": "We are looking for domain experts that might be willing to implement experiments following the convention and using our CLI tool. We also have a list of open issues on our github and welcome contributions of any kind",
            "get_involved_url": "http://github.com/systemslab/popper",
            "interest": "Popper allows practitioners (researchers, students) to make Open Science a reality. By following best DevOps practices taken from the Open Source Software (OSS) world, researchers get to work in the same way as OSS developers and contributors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_140811.2172810000.png",
            "created": "2017-10-11T22:08:02.079035Z",
            "moderation_state": 3
        },
        {
            "id": 475,
            "content_url": "https://blog.datproject.org/tag/science/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "DAT",
            "description": "Posts about our work with scientists, librarians, and others who want to use Dat to manage and publish research data.",
            "get_involved": "Reach out to Danielle or check out the website to learn how to get involved",
            "get_involved_url": "https://dat.land/",
            "interest": "DAT is an open source project that has now spun into several different forked projects, many related to Open Science and Open Research.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-19_201154.7016430000.png",
            "created": "2017-10-19T20:11:54.701159Z",
            "moderation_state": 3
        },
        {
            "id": 982,
            "content_url": "https://github.com/tedarbyshire/trust-tools",
            "is_bookmarked": false,
            "tags": [
                "data privacy",
                "digital inclusion",
                "online privacy & security",
                "trust"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Tessa Darbyshire",
            "submitter_profile_id": 1881,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tessa Darbyshire",
                    "profile_id": 1881,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Better Than Compliant",
            "description": "Improving the relationship between brands and consumers by building transparency, inclusion and dialogue into digital interactions. Focused specifically on making complex privacy policies machine readable and human comprehendible.",
            "get_involved": "Facilitate user testing",
            "get_involved_url": "https://github.com/tedarbyshire/trust-tools",
            "interest": "Designing open source tools to protect digital privacy",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-12-18T18:49:53.406365Z",
            "moderation_state": 3
        },
        {
            "id": 461,
            "content_url": "http://blueprint.cs4all.nyc",
            "is_bookmarked": false,
            "tags": [
                "community",
                "education",
                "oer",
                "open educational resource",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Kara Chesal",
            "submitter_profile_id": 126,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kara Chesal",
                    "profile_id": 126,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenCS: Computing Education in NYC",
            "description": "Educators and technologists are invited to contribute open education resources and code to support the CS4All Blueprint, an online resource for NYC and the wider CS education community to support teaching ethical and creative computing to K-12 students.",
            "get_involved": "Contribute ethical and creative computer science education resources. Contribute to Google docs integration.",
            "get_involved_url": "https://github.com/nycdoe-cs4all/blueprint-learning-site",
            "interest": "The Mozilla community may be interested in this project if they want to contribute to the growing movement to teach kids computer science.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_214430.4599290000.jpg",
            "created": "2017-10-10T21:44:30.459408Z",
            "moderation_state": 3
        },
        {
            "id": 1617,
            "content_url": "https://www.derechosdigitales.org/14220/a-linguagem-comum-das-mulheres-e-uma-outra-internet/",
            "is_bookmarked": false,
            "tags": [
                "internet",
                "iwd"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Narrira",
            "submitter_profile_id": 3115,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Narrira",
                    "profile_id": 3115,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The common language of women and another possible Internet",
            "description": "The stories of the dictatorships that took place in and plagued Latin America in the 20th century have permeated students' imagination for many decades. As part of the percentage of the population  that grew in the 90s in Brazil, I grew up reading books, attending classes and watching movies on the topic. South America, in addition to being the scene of dictatorships, was also the scene of a bloody colonization, which even today leaves geographic and socioeconomic traces that permeate the way we deal with our socialization, electronic devices, and the Internet. [only in portuguese]",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-09_114045.4530910000.jpg",
            "created": "2020-03-09T11:40:45.452773Z",
            "moderation_state": 3
        },
        {
            "id": 1200,
            "content_url": "https://medium.com/mozilla-festival/mark-surman-on-mozfest-2019-4f3b932dd37a",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mark Surman on MozFest 2019",
            "description": "A message from Mozilla Foundation Executive Director about MozFest 2019",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_232534.3374850000.png",
            "created": "2019-12-30T23:25:34.337168Z",
            "moderation_state": 3
        },
        {
            "id": 983,
            "content_url": "https://www.mozillapulse.org/profile/1880",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Join community",
                "Mentor",
                "Promote"
            ],
            "published_by": "Thomas Sithole",
            "submitter_profile_id": 1880,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Thomas Sithole",
                    "profile_id": 1880,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Fostering Youth Participation in Civic Transformation (FOYOPACT)",
            "description": "Fostering Youth Participation for Civic Transformation (FOYOPACT)  is meant to expand opportunities for young people to participate in decision making processes and public life and empower them to transition from a culture of exclusion, silence and limitation to one of inclusion and effective participation in matters of development and community transformation. The challenge faced by youth, especially in Africa is that they are not given space to make decisions even on matters that affect them. This happens in all aspects of life.",
            "get_involved": "Collaboration, partnership and project support",
            "get_involved_url": "",
            "interest": "It speaks to giving youth space and leveraging on their innovative voice to tackle societal challenges",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-12-18T19:10:38.453114Z",
            "moderation_state": 3
        },
        {
            "id": 941,
            "content_url": "https://www.youtube.com/watch?v=nA6xLlg77M8&feature=youtu.be",
            "is_bookmarked": false,
            "tags": [
                "Deaf",
                "education",
                "inclusion",
                "indigenous",
                "internet",
                "Minorities",
                "workforce"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Itzel Moreno",
            "submitter_profile_id": 1688,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Itzel Moreno",
                    "profile_id": 1688,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web Literacy for the Deaf.",
            "description": "Hello!  Our session is Web Literacy for the Deaf and this is a video that we had worked out to support tomorrow's session .  We are a group of deaf, indigenous and hearing people with different areas of experience. We have worked on this for a while and we hope you like it very much. There will also be a BSL interpreter that Mozilla Fest has had the attention to provide us. This event is so important for us because it is knowing that our voice does exist and is our language, thoughts and scope that transcends our walls because the internet does provide solutions to segregation.",
            "get_involved": "1. Help us to build up 3 workshops: a) entrepreneurship, b) leadership workshop and c) biology workshop. People can support in the construction of the content of this workshops, platform and innovation. Simply support on how to improve, how to do practices.",
            "get_involved_url": "https://www.facebook.com/GrupoDeEstudiantesMexicanosSordosEHipoacusicos/",
            "interest": "Because trhis session proposes solutions to improve workfoce and inclusion of minoritarian communities that are in  poverty.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-26_022600.3487470000.jpg",
            "created": "2018-10-26T02:26:00.348028Z",
            "moderation_state": 3
        },
        {
            "id": 939,
            "content_url": "http://defindia.org/education-empowerment-2/#START",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "START",
            "description": "START is a digital learning and MIL toolkit, which has been developed after years of experience in imparting functional digital literacy through hands-on training and workshops in rural and tribal communities. It has been designed exclusively for first-generation technology users to promote digital inclusion and fight information poverty.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/OsamaManzar",
            "interest": "To understand how barriers of language can be broken when it comes to digital literacy",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-22T18:14:00.981509Z",
            "moderation_state": 3
        },
        {
            "id": 938,
            "content_url": "http://dcdpindia.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Local to Global: India's Rural Artisans Go Digital",
            "description": "DigiKargha, an initiative of DEF India, aims to support its traditional handloom and handicraft clusters of India in an effort to lead them towards maturity and sustainability through digital empowerment and socio-economic sustainability.\n\nDigiKargha primarily involve inclusive and decentralised use of Information Communication Technology (ICT) and other digital tools in critical aspects of cluster development, especially improving and scaling up weaving skills, designs, marketing and entrepreneurship, along with creating sustainable livelihood options for youth in the clusters.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To understand how rural India is transforming with the help of digital tools",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-22_180408.1028940000.JPG",
            "created": "2018-10-22T18:04:08.102181Z",
            "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
        }
    ]
}