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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-thumbnail&page=33",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-thumbnail&page=31",
    "results": [
        {
            "id": 1099,
            "content_url": "https://github.com/anishansari/Book-Donation-System",
            "is_bookmarked": false,
            "tags": [
                "book",
                "documentation",
                "education",
                "health"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise"
            ],
            "published_by": "Anish Ansari",
            "submitter_profile_id": 2066,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anish Ansari",
                    "profile_id": 2066,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Book Donation System",
            "description": "Provides a platform for users to donate books and exchange books in order to educate each other. the user can see donor within a certain range and can request books for donation and works the same for NGOs and schools which need books in remote areas of the country.",
            "get_involved": "You can support me in anyway you want. Please go through the project and see how you can support me and make books available to everyone who needs it.",
            "get_involved_url": "https://github.com/anishansari/Book-Donation-System",
            "interest": "There are different schools and individuals in many countries have no access to books and education. So this platform is intended to solve these problems by making donation available for those who need books.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-27T08:02:25.647501Z",
            "moderation_state": 3
        },
        {
            "id": 1261,
            "content_url": "https://www.lawgazette.co.uk/commentary-and-opinion/lets-build-an-open-law-movement/5070740.article",
            "is_bookmarked": false,
            "tags": [
                "data commons",
                "justice",
                "law"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote"
            ],
            "published_by": "Emily MacLoud",
            "submitter_profile_id": 2817,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "open law movement",
            "description": "We need to focus on interoperability in the legal tech space.  How do we start? What can we learn from other open movements in the financial and health sectors? How do we evaluate success?",
            "get_involved": "Help us get the word out, Share your ideas with us, Tell us how you did it in your vertical",
            "get_involved_url": "https://www.just-access.org/#contact",
            "interest": "Access to justice is relevant to all.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-07-18T12:35:33.852008Z",
            "moderation_state": 3
        },
        {
            "id": 1416,
            "content_url": "https://internethealthreport.org/2019/readinglist/esther-mwema/",
            "is_bookmarked": false,
            "tags": [
                "IHR",
                "internet freedom",
                "internet health"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Esther Mwema",
            "submitter_profile_id": 1761,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Esther Mwema",
                    "profile_id": 1761,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Reading List by Esther Mwema - Internet Health Report",
            "description": "The internet is a futuristic concept happening at present — that is, we are living in the future. A world of all possibilities.\n\nMy reading list focuses on Internet Freedoms because as we try to ‘manage’ the internet as it evolves, we begin to witness more surveillance, censorship and digital rights abuses. \n\nThis is a world where the privileged few are trying to control the narrative just as it was before the internet was accessible to half the world's population. \n\nFreedom online, reflects freedom offline.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Internet Health Report",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-10-07T11:32:09.532392Z",
            "moderation_state": 3
        },
        {
            "id": 587,
            "content_url": "https://medium.com/@civicacceleratr/spring-2018-accelerator-digital-inclusion-c61df30fc4ef",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Spring 2018 Accelerator — Digital Inclusion",
            "description": "Points of Light Civic Accelerator is seeking applications from early-stage ventures to advance digital inclusion and 21st-century tech skills for all to succeed in the innovation economy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Digital Inclusion Opportunity",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-02-06T17:08:39.558614Z",
            "moderation_state": 3
        },
        {
            "id": 1325,
            "content_url": "https://github.com/KirankumarAmbati/I-can-not-REACT",
            "is_bookmarked": false,
            "tags": [
                "Es6",
                "javascript",
                "learn javascript",
                "react"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Code",
                "Write documentation"
            ],
            "published_by": "Kirankumar Ambati",
            "submitter_profile_id": 3045,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kirankumar Ambati",
                    "profile_id": 3045,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "i-can-not-react",
            "description": "This repository is to create React docs and examples. The main idea is to develop these docs by the community, for the community.\n\nThere are lot of contributors already contributed to the docs, you can find them on each article page of https://i-can-not-react.netlify.com website.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-08-15T06:15:11.579363Z",
            "moderation_state": 3
        },
        {
            "id": 1453,
            "content_url": "https://github.com/ronaldodecampos/Roles-Sharing-Network",
            "is_bookmarked": false,
            "tags": [
                "complex systems",
                "knowledge sharing",
                "social networking"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Design"
            ],
            "published_by": "Ronaldo Campos",
            "submitter_profile_id": 2599,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Ronaldo Campos",
                    "profile_id": 2599,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Roles in a Knowledge Sharing Network",
            "description": "Material of the session in MozFest2019 - Roles in a Knowledge Sharing Network",
            "get_involved": "",
            "get_involved_url": "https://github.com/ronaldodecampos/Roles-Sharing-Network",
            "interest": "Concepts about Social Network Analisys applied at knowlede sharing network",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-10-26T00:56:48.950026Z",
            "moderation_state": 3
        },
        {
            "id": 1119,
            "content_url": "https://www.nesta.org.uk/project/mapping-health-innovation/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "data collection",
                "data visualisation",
                "health",
                "machine learning",
                "mozfellows19",
                "mozilla fellow",
                "policy",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chantale Tippett",
                    "profile_id": 2023,
                    "is_active": true
                },
                {
                    "name": "George Richardson",
                    "profile_id": 2024,
                    "is_active": true
                },
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Health Innovation Mapping",
            "description": "We are building a Health Innovation Scanner - an open, online platform that can be used to explore and analyse innovations in health research, as well as activity in startups and social activity across the world. The Scanner will provide decision-makers with richer insight than any single data source alone can provide, allowing good ideas to be identified, supported, scaled or replicated.",
            "get_involved": "",
            "get_involved_url": "https://github.com/nestauk/health-innovation-scanner",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-23T12:13:03.597965Z",
            "moderation_state": 3
        },
        {
            "id": 1308,
            "content_url": "https://libjpeg-turbo.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2017"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "libjpeg-turbo",
            "description": "libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems, as well as progressive JPEG compression on x86 and x86-64 systems.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-08-02T04:28:48.909190Z",
            "moderation_state": 3
        },
        {
            "id": 1305,
            "content_url": "http://www.llvm.org",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2017"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "LLVM",
            "description": "The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines. The name \"LLVM\" itself is not an acronym; it is the full name of the project.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-08-02T04:19:35.122297Z",
            "moderation_state": 3
        },
        {
            "id": 1424,
            "content_url": "https://spicyip.com/2019/10/cjeu-endorses-notice-and-stay-down-for-illegal-online-content.html",
            "is_bookmarked": false,
            "tags": [
                "automation",
                "copyright"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CJEU Endorses ‘Notice and Stay Down’ For Illegal Online Content [Blog Post]",
            "description": "I write for the SpicyIP blog on the recent CJEU judgement in Eva Glawischnig-Piesczek v Facebook Ireland Limited, and the worrying endorsement of upload filters for screening online content at a global level.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-10-13T10:59:47.565969Z",
            "moderation_state": 3
        },
        {
            "id": 1599,
            "content_url": "https://foundation.mozilla.org/en/blog/best-medicine-online-disinformation-transparency/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "UK House of Lords testimony on disinformation",
            "description": "On February 4, Mozilla gave evidence to the UK’s House of Lords Select Committee on Democracy and Digital Technology about combating online disinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-02-13T21:09:08.527357Z",
            "moderation_state": 3
        },
        {
            "id": 1262,
            "content_url": "http://tech-businesshubsgh.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Fundraise"
            ],
            "published_by": "Brian Dzansi",
            "submitter_profile_id": 2677,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brian Dzansi",
                    "profile_id": 2677,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "25 days of Wow: Drafting Ghana's Startup Act",
            "description": "The 25 days of Wow is an entrepreneurial journey and tour organized by the Ghana Hubs Network. The objective of this tour is to bring together innovators and active stakeholders in the entrepreneurship ecosystem to engage on Ghana's draft entrepreneurship policy. The tour seeks to foster closer collaboration among members of the entrepreneurship ecosystem across the country towards a stronger and inclusive innovation ecosystem.\nThe expected outcome of the 25 days of wow is to draft a startup act for Ghana to create an enabling environment for innovators, entrepreneurs, and startups to thrive",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-07-21T05:44:55.744732Z",
            "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": 1029,
            "content_url": "https://medium.com/fossmec/the-6-kinds-of-people-in-computer-science-and-engineering-4e6dae122ecd",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Joel Vilanilam Zachariah",
            "submitter_profile_id": 1933,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Joel Vilanilam Zachariah",
                    "profile_id": 1933,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Communities for the 6 kinds",
            "description": "An exploration of what it takes to go from beginner state to an expert in a field.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "As we work open, it is important to understand how to create communities for all levels of proficiencies.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-31T01:07:48.246885Z",
            "moderation_state": 3
        },
        {
            "id": 1097,
            "content_url": "https://github.com/abhayrjoshi/The-Impartial-Machines-Project",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Test & feedback"
            ],
            "published_by": "Abhay Joshi",
            "submitter_profile_id": 1938,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sai Thejeshwar",
                    "profile_id": 1970,
                    "is_active": true
                },
                {
                    "name": "PraveenGorla",
                    "profile_id": 1846,
                    "is_active": true
                },
                {
                    "name": "Abhay Joshi",
                    "profile_id": 1938,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Impartial Machines Project",
            "description": "We are working with the community to help deliver a Dual AI Engine which tries to eliminate the potential influences/bias in the news by the means of similarity indexing and version control and helps connect the dots in facilitating the dissemination of impartial news conforming to the highest code of ethics possible.",
            "get_involved": "Contribute varying data sets that helps us improve the efficiency of the engine!",
            "get_involved_url": "https://github.com/abhayrjoshi/The-Impartial-Machines-Project/blob/master/CONTRIBUTING.md",
            "interest": "News should be non-influential to circumstances, operate independently from any influences/bias and should be prioritized based on the importance, free of any ulterior motives and validated by employing a proper community feedback loop",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-24T08:26:13.842088Z",
            "moderation_state": 3
        },
        {
            "id": 1098,
            "content_url": "https://medium.com/read-write-participate/putting-privacy-on-the-agenda-at-icann-dde00bb18b08",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Ayden Férdeline",
            "submitter_profile_id": 1548,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ayden Férdeline",
                    "profile_id": 1548,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Putting Privacy on the Agenda at ICANN",
            "description": "There is no shortage of opportunities for people with public interest-oriented perspectives to engage in developing policy which ultimately governs key Internet infrastructure. Here's one way I've done that.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-25T12:52:33.914871Z",
            "moderation_state": 3
        },
        {
            "id": 1180,
            "content_url": "https://github.com/anneclinio/documenta",
            "is_bookmarked": false,
            "tags": [
                "documentation",
                "open data",
                "open science"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Anne Clinio",
            "submitter_profile_id": 1917,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Clinio",
                    "profile_id": 1917,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Documenta?! an open research about documentation practices in many kinds of labs",
            "description": "The idea is to get to know, study and showcase documentation practices developed by practitioners in labs, specially citizen labs, makerspaces, hackerspaces, informal learning spaces, etc. We believe that proper documentation of projects is crucial in opening opportunities to engage persons, share visions, foster communities, inspire initiatives and reproduce objects. Documentation can help us tracking the reasons why we obtain certain findings in our experiments, prototipes, communities. Also, it allows us to testify and learn from those who came before us, improving our initiatives.",
            "get_involved": "",
            "get_involved_url": "https://github.com/anneclinio/documenta",
            "interest": "I hope it is useful for people that creating social innovation! :)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-16T20:02:45.538747Z",
            "moderation_state": 3
        },
        {
            "id": 1242,
            "content_url": "https://www.lizaelle.com/digitaldeathpractices.html",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "Artists Open Web",
                "citizen engagement",
                "Citizen Journalism",
                "Citizen Media",
                "citizen science",
                "creative automation",
                "creative industries",
                "digital inclusion",
                "media",
                "robotics"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Lizaelle Taoipu",
            "submitter_profile_id": 2759,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lizaelle Taoipu",
                    "profile_id": 2759,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Death Practices & Dying",
            "description": "A rhetorical analysis on death and its existence in the digital age of mourning.",
            "get_involved": "Help me start a conversation around death, dying, and bereavement amongst a society that is afraid to openly discuss death.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-07-04T03:13:26.363167Z",
            "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": 1220,
            "content_url": "https://github.com/fourthletter/SentencingByNumber",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Di Luong",
            "submitter_profile_id": 423,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Di Luong",
                    "profile_id": 423,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sentencing By Numbers Project",
            "description": "We have the right to evaluate and audit these “black boxes” for biases. Algorithms act on human biases by replicating these biases, thereby reinforcing and even exacerbating existing inequalities. Data literacy is a path to better understanding the human decisions behind the curtain of the great and powerful AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-06-14T14:58:16.277259Z",
            "moderation_state": 3
        },
        {
            "id": 1012,
            "content_url": "https://safenetwork.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Mohit Bansal",
            "submitter_profile_id": 2021,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "SafeNet",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Decentralized and open network storage for people",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T15:34:40.361102Z",
            "moderation_state": 3
        },
        {
            "id": 1185,
            "content_url": "https://docs.google.com/document/d/1xJJ18G5kdcHETUOrmc1SLg9GFuGi5ZcuUMvbD2L0vq4/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "data",
                "OL7",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Siouxsie Wiles",
            "submitter_profile_id": 1960,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Siouxsie Wiles",
                    "profile_id": 1960,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OL7 Case study: Open data by design",
            "description": "Case study from Mozilla Open Leaders 7 - Recognising that to make data open and reusable, it has to be deliberately designed that way.",
            "get_involved": "Looking for links to relevant documentation, or people to help share best practice.",
            "get_involved_url": "",
            "interest": "Insight into how those not working in open data learn the importance of being open by design not default.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-20T02:51:35.437310Z",
            "moderation_state": 3
        },
        {
            "id": 942,
            "content_url": "https://github.com/mozilla/Overscripted-Data-Analysis-Challenge",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Chaya Danzinger",
            "submitter_profile_id": 1699,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Overscripted Data Analysis Challenge",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/biskit1/Overscripted-Data-Analysis-Challenge",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-10-29T09:56:44.558300Z",
            "moderation_state": 3
        },
        {
            "id": 1290,
            "content_url": "https://freedesktop.org/wiki/Software/HarfBuzz/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Harfbuzz",
            "description": "HarfBuzz is a text shaping engine. It primarily supports OpenType, but also Apple Advanced Typography. HarfBuzz is used in Android, Chrome, ChromeOS, Firefox, GNOME, GTK+, KDE, LibreOffice, OpenJDK, PlayStation, Qt, XeTeX, and other places.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-08-01T23:32:31.535558Z",
            "moderation_state": 3
        },
        {
            "id": 1138,
            "content_url": "https://mozillafestival.org/house",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Create content"
            ],
            "published_by": "Lucie Click",
            "submitter_profile_id": 2298,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "I'm Lucie and I manage MozFest House, the pre-week to MozFest in Central London.",
            "description": "I'm the MozFest House events facilitator - I bring together great events, great people in a great space! I learn what your event is all about and give you the tools, support and facilities to host it in MF House. Over the week we bring together a diverse group of people and content and I can't wait to see what 2019 will bring. Over the past 6 years I have worked with a few of the events departments across Mofo and Moco, including Viewsource and Firefox at Mobile World Congress. I love the supportive community that Mozilla creates and look forward to more collaboration.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-04-30T13:33:13.700560Z",
            "moderation_state": 3
        },
        {
            "id": 120,
            "content_url": "https://www.mozillapulse.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Test & feedback",
                "Attend",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matthew Willse",
                    "profile_id": 85,
                    "is_active": true
                },
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                },
                {
                    "name": "Kristina Shu",
                    "profile_id": 95,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Pulse (about this app)",
            "description": "Discover and collaborate on projects for a healthy internet. Pulse captures and broadcasts a stream of projects by the mozilla network, in pursuit of a healthy internet.",
            "get_involved": "Get involved! Browse projects: many have a get involved link with more info on how you can contribute. Click a help tag below to find more. Or... help build Pulse: lend a hand with testing, design, or code. Join us on Github.",
            "get_involved_url": "https://github.com/mozilla/network-pulse/blob/master/README.md",
            "interest": "Around the globe, teachers, engineers, activists, and others collaborate to protect and extend the internet as a public resource. They create amazing apps, art, tools, games, and campaigns. Their impact is tremendous, but decentralized. Pulse reveals the network's footprint, it fosters collaboration and amplifies the big wins.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-03-01T19:57:02.411000Z",
            "moderation_state": 3
        },
        {
            "id": 1174,
            "content_url": "https://jumuiya.wambui.xyz/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Wambui  Karuga",
            "submitter_profile_id": 1942,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wambui  Karuga",
                    "profile_id": 1942,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Jumuiya KE",
            "description": "Jumuiya is a messenger bot that utilizes the power of social media to combat fake news and propaganda in the Kenyan political climate. Jumuiya seeks to provide web literacy services for its users for political and social empowerment.",
            "get_involved": "",
            "get_involved_url": "https://github.com/wambu-i/Jumuiya",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-12T18:44:28.861485Z",
            "moderation_state": 3
        },
        {
            "id": 1168,
            "content_url": "https://github.com/salmancade/Digital-skills-for-Refugees",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Mentor"
            ],
            "published_by": "Salim Abdullahi Ismail",
            "submitter_profile_id": 1936,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Salim Abdullahi Ismail",
                    "profile_id": 1936,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mirror Initiative- Digital skills for refugees",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/salmancade/Digital-skills-for-Refugees",
            "interest": "any other person who wish to find similar content refugees can easily use/remix",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-10T08:40:52.742149Z",
            "moderation_state": 3
        },
        {
            "id": 2281,
            "content_url": "https://github.com/MozillaFestival/mozfest-program-2018/issues",
            "is_bookmarked": false,
            "tags": [
                "cfp-examples-2022"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2018 Sessions on GitHub",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-10-04T13:50:09.861605Z",
            "moderation_state": 3
        },
        {
            "id": 1181,
            "content_url": "https://github.com/anneclinio/documenta",
            "is_bookmarked": false,
            "tags": [
                "documentation",
                "open data",
                "open science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Anne Clinio",
            "submitter_profile_id": 1917,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Clinio",
                    "profile_id": 1917,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Documenta?!",
            "description": "The idea is to get to know, study and showcase documentation practices developed by practitioners in labs, specially citizen labs, makerspaces, hackerspaces, informal learning spaces, etc. We believe that proper documentation of projects is crucial in opening opportunities to engage persons, share visions, foster communities, inspire initiatives and reproduce objects. Documentation does not capture everything, but it helps us tracking the reasons why we obtain certain findings in our experiments, prototipes, communities. Also, allows us to learn from those who came before us and improve.",
            "get_involved": "",
            "get_involved_url": "https://github.com/anneclinio/documenta",
            "interest": "I hope it is useful to people working oin labs!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-16T20:07:28.751033Z",
            "moderation_state": 3
        },
        {
            "id": 1153,
            "content_url": "https://github.com/Chenashlee/Youth-in-internet-policy",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19",
                "mozilla fellow"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Youth in Internet Policy : OL Case study",
            "description": "I have been interested in building a community of young people in the Southern African region to collaborate and contribute to internet policy processes in the sub-region. Basing the project on principles of openness seemed to provide the best guide lines to build a community where everyone feels a sense of ownership collaborative space, that everyone may contribute to in their own capacity, which is designed, built and empowered for understanding, sharing as well as participatory and inclusive.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T10:20:38.528023Z",
            "moderation_state": 3
        },
        {
            "id": 1160,
            "content_url": "https://medium.com/@RaberaW",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Winnie Makokha",
            "submitter_profile_id": 2347,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Winnie Makokha",
                    "profile_id": 2347,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ms",
            "description": "Mozfest Wrangler 2018/19. Budding scientist. Kenyan. Global citizen . Feminisms. Lover of all things social justice and cake.",
            "get_involved": "",
            "get_involved_url": "https://github.com/WinnieMakokha",
            "interest": "Plug in as they anticipate to be part of Mozfest 2019:-)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-03T13:25:47.300683Z",
            "moderation_state": 3
        },
        {
            "id": 1470,
            "content_url": "https://studiomoniker.com",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Luna Maurer",
            "submitter_profile_id": 3298,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luna Maurer",
                    "profile_id": 3298,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Moniker",
            "description": "Moniker is an Amsterdam based interactive design studio by Luna Maurer & Roel Wouters. \nWith Moniker we work on commissioned design projects while also investing in projects of an autonomous and experimental nature.\nThe studio works across various media for a diverse range of clients ranging from those in the cultural field to commercial companies. With our projects, we explore the social effects of technology – how we use technology and how it influences our daily lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-07T14:10:44.708232Z",
            "moderation_state": 3
        },
        {
            "id": 1158,
            "content_url": "https://docs.google.com/document/d/16jOsMo7uilGm-JWKHQOw5OtK0dpIm7qqoAAoSC0PvHA/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jennifer Beamer",
            "submitter_profile_id": 2017,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jennifer Beamer",
                    "profile_id": 2017,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open For PrePrints",
            "description": "Building an Open Scholarly Communication Coaching Program \n\nTogether with my liaison librarians we are designing an open program to learn from each other about how to support scholarly communication. \n\nMy project addresses two BIG questions:\n\n1. How do we help educate liaison librarians (who often don’t have experience in research and publishing) to assist faculty with openly communicating their research and the scholarly communication process of being more open in their work practices?\n\n 2. What training, messages, and scripts can we provide librarians with to help them be more open?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Materials Created will be openly shared with the world!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T18:34:15.097222Z",
            "moderation_state": 3
        },
        {
            "id": 1679,
            "content_url": "https://hasgeek.com/thus/platforms-privatized-censorship-and-free-speech-in-india/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "mozfellows19"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Platforms, privatized censorship and free speech in India",
            "description": "I will be speaking about the politics of platforms and the regulation of online speech at a discussion organised by thus.critique on May 25. The event is open to all!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-06T09:31:59.961369Z",
            "moderation_state": 3
        },
        {
            "id": 1145,
            "content_url": "https://github.com/kswhitney/access-acoustic",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "audio",
                "digital",
                "inclusion"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Kaitlin Stack Whitney",
            "submitter_profile_id": 2038,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kaitlin Stack Whitney",
                    "profile_id": 2038,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Accessible Acoustic Ecology",
            "description": "Acoustic ecology is a growing area of environmental research, in part due to exciting new open source hardware and software technologies. The tools are now more accessible, pricewise, to more people. But, like lots of science, open source acoustic ecology isn’t necessarily open to everyone yet - this project looks at developing, testing, sharing, and refining workflows for acoustic ecology projects using pilot audio data.",
            "get_involved": "",
            "get_involved_url": "https://github.com/kswhitney/access-acoustic",
            "interest": "Open science isn’t open to all unless it’s accessible",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-01T17:03:23.138240Z",
            "moderation_state": 3
        },
        {
            "id": 1151,
            "content_url": "https://docs.google.com/document/d/e/2PACX-1vSopRCzGS15AvFIwob2vSWFf5PwyBHNGlQhxaNpJWuMaRg4nQI8S23uK630t-1x6Vqt7Zqzf06wYULt/pub",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "design thinking",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Join community"
            ],
            "published_by": "Nechari",
            "submitter_profile_id": 2050,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nechari",
                    "profile_id": 2050,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Case Study: The Found",
            "description": "The Found: a case study on improving reproductive health access through open science.",
            "get_involved": "",
            "get_involved_url": "https://github.com/NechariR/The-Found",
            "interest": "open science, reproductive justice, community participation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T05:56:37.503063Z",
            "moderation_state": 3
        },
        {
            "id": 1148,
            "content_url": "http://phonk.io",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "creative coding",
                "Live Coding",
                "mobile",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Victor Diaz",
            "submitter_profile_id": 2003,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Victor Diaz",
                    "profile_id": 2003,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Phonk.io",
            "description": "Purpose: Provide an easy to follow tutorial on how to build a music instrument using an old mobile phoneOutcome: Create awareness about PhonkInvite people to use and contribute to the Phonk communityProcess:Create a section in Phonk website with links to tutorialsCreate a basic music instrumentWrite the tutorial and publish it in instructables",
            "get_involved": "I would love people to try Phonk, join the community and share what they are making with the world!",
            "get_involved_url": "https://github.com/victordiaz/phonk/issues",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-01T20:16:52.291842Z",
            "moderation_state": 3
        },
        {
            "id": 1505,
            "content_url": "https://www.mozillapulse.org/profile/3148",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Piers Gooding",
            "submitter_profile_id": 3148,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Piers Gooding",
                    "profile_id": 3148,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Month 1 - Digital Minds and Madness - Fellowship Update",
            "description": "A couple of updates from me for my first month!\n\n1.\tI’ve published a scholarly article on the rise of new and emerging digital technologies in the mental health context. Here is a link to an open access copy. \n\nhttps://authors.elsevier.com/a/1Zv2oaR~~Q85M\n\n2.\tI’ve created a bi-weekly newsletter, and I’ll simply share a brief list of links to interesting articles and resources I come across during my fellowship. Please sign up if you're interested - https://pgooding.substack.com/\n\nThose are the key things. Check out my twitter for more detailed goings on: https://twitter.com/P_Gooding",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-11T00:50:28.304855Z",
            "moderation_state": 3
        },
        {
            "id": 1150,
            "content_url": "https://github.com/samwalkow/Diversity_and_Open_Source_Software_Sustainability",
            "is_bookmarked": false,
            "tags": [
                "github"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Sam Walkow",
            "submitter_profile_id": 1961,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Walkow",
                    "profile_id": 1961,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Diversity and Open Source Software Sustainability",
            "description": "I data wrangled with a bunch of Github data to look at who is coding where in the world, and on which projects. All data is anonymous. I am hoping to look at project growth and sustainability over time, and to understand how user activities affect that sustainability.",
            "get_involved": "Feedback on what to look for in the data, how to look for it, and comments would be great.",
            "get_involved_url": "https://github.com/samwalkow/Diversity_and_Open_Source_Software_Sustainability",
            "interest": "Others might be interested in how github is used and who is using it.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T04:21:40.658524Z",
            "moderation_state": 3
        },
        {
            "id": 544,
            "content_url": "http://creativeaction.org",
            "is_bookmarked": false,
            "tags": [
                "21c skills",
                "arts education",
                "digitalarts&culture",
                "digital inclusion",
                "digital literacy",
                "education",
                "gigabit",
                "gigabit community fund",
                "social justice",
                "virtual reality",
                "youth",
                "youth-led"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Corinna Archer Kinsman",
            "submitter_profile_id": 225,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Corinna Archer Kinsman",
                    "profile_id": 225,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Creative Action Gigabit Hive Project",
            "description": "Creative Action, a nonprofit arts education organization in Austin, TX, is excited to explore how VR technology can enhance youth learning and creativity through hands-on, youth-driven arts projects that address social issues. With support from the Gigabit Community Fund, our professional teaching artists will develop VR coding and video projects with their students in our after school programs at Title I, low-income schools. Our goal is to build capacity for arts and technology integration while helping more young people develop digital literacy, 21st Century, and social emotional skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "We hope to inspire others around the possibilities of arts and technology integration in social and emotional education for youth!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-11-06T17:19:17.963993Z",
            "moderation_state": 3
        },
        {
            "id": 1775,
            "content_url": "http://www.jennwv.com/papers/checklists.pdf",
            "is_bookmarked": false,
            "tags": [
                "building-trustworthy-ai-page",
                "checklists-resources"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "curriculum",
            "title": "Co-Designing Checklists to Understand Organizational Challenges and Opportunities around Fairness in AI",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-07-21T11:38:50.249752Z",
            "moderation_state": 3
        },
        {
            "id": 2282,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "cfp-examples-2022"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2017 Sessions on GitHub",
            "description": "https://github.com/MozillaFoundation/mozfest-program-2017/issues",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-10-04T13:51:21.311474Z",
            "moderation_state": 3
        },
        {
            "id": 1458,
            "content_url": "https://foundation.mozilla.org/en/blog/save-date-responsible-cs-challenge-showcase/",
            "is_bookmarked": false,
            "tags": [
                "computer science",
                "ethics",
                "RCSC",
                "responsible computer science"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Responsible Computer Science Challenge Showcase",
            "description": "This October in London, select winners from the Responsible Computer Science Challenge will showcase their lessons at the Integrating Ethics in Computing Symposium.\n\nThe presenting educators were awarded funds from Omidyar Network, Mozilla, and other Challenge partners after developing novel ways to integrate ethics into undergraduate computer science education. Learn more about the Challenge at http://responsiblecs.org, and more about the full list of winners here.",
            "get_involved": "",
            "get_involved_url": "http://responsiblecs.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-11-05T15:30:09.978342Z",
            "moderation_state": 3
        },
        {
            "id": 1186,
            "content_url": "https://www.isc.org/kea/",
            "is_bookmarked": false,
            "tags": [
                "MOSS"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Kea",
            "description": "Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module, a portable DHCP library, libdhcp++, control agent that provides management REST interface, netconf agent that provides a YANG/NETCONF interface for Kea, and a DHCP benchmarking tool, perfdhcp.  Kea is developed by Internet Systems Consortium.  The developers website is at https://gitlab.isc.org/isc-projects/kea",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-05-22T13:53:42.715095Z",
            "moderation_state": 3
        },
        {
            "id": 1142,
            "content_url": "https://github.com/codebuddies/cb-connect",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Linda",
            "submitter_profile_id": 2059,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Linda",
                    "profile_id": 2059,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CodeBuddies Connect",
            "description": "A platform to serve the shyer members of CodeBuddies by making anonymous matches between mentors and mentees, accountability partners, and open source projects and potential contributors",
            "get_involved": "",
            "get_involved_url": "https://github.com/codebuddies/cb-connect",
            "interest": "This platform can help anyone who is looking for a buddy to help them become better a better software developer",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-01T06:59:05.838503Z",
            "moderation_state": 3
        },
        {
            "id": 1134,
            "content_url": "https://github.com/miphilomath/Dhwani",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Mohit Bansal",
            "submitter_profile_id": 2021,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohit Bansal",
                    "profile_id": 2021,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dhwani",
            "description": "Dhwani is a data privacy concerned, personal assistant for everyone.",
            "get_involved": "Contributors can help in the growth of this project in various ways, as described in the Contribution guidelines. They can contribute through their valuable suggestions, through coding contributions and other ways as well.",
            "get_involved_url": "",
            "interest": "Because every personal assistant being used requires you to share your data with them, posing threat to our digital privacy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-30T11:14:59.184977Z",
            "moderation_state": 3
        },
        {
            "id": 1136,
            "content_url": "https://github.com/InquisitiveVi/indexing-OL7",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozsprint",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Vinodh Ilangovan",
            "submitter_profile_id": 1927,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Vinodh Ilangovan",
                    "profile_id": 1927,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Inclusive Integrated Indexing",
            "description": "Inclusive Integrated Indexing is a comprehensive community driven open platform to capture all research outputs with digital identifiers",
            "get_involved": "Contribute code to set the online platform",
            "get_involved_url": "https://github.com/InquisitiveVi/indexing-OL7",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-30T11:45:25.973938Z",
            "moderation_state": 3
        }
    ]
}