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

**Route** - `/entries`

#Query Parameters -

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

GET /api/pulse/v2/entries/?format=api&ordering=published_by_creator&page=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=published_by_creator&page=36",
    "results": [
        {
            "id": 574,
            "content_url": "https://misinfocon.com/citizen-journalism-could-become-collateral-damage-in-the-fight-against-fake-news-c93658a59fd4",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "misinformation"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Sam Burton",
            "submitter_profile_id": 45,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Sam Burton",
                    "profile_id": 45,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Citizen journalism could become collatoral damage in the fight against fake news",
            "description": "An opinion piece for Misinfocon by Sam Burton, about the risks of relying too heavily on automation to fight misinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-01-03T21:02:51.454972Z",
            "moderation_state": 3
        },
        {
            "id": 567,
            "content_url": "http://www.coastalquestvr.com/",
            "is_bookmarked": false,
            "tags": [
                "Coastal Erosion",
                "VR Games"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Krantz",
            "submitter_profile_id": 255,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kevin Krantz",
                    "profile_id": 255,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coastal Quest VR",
            "description": "Coastal Quest VR teaches participants about the rapid rate of coastal erosion along Louisiana's coast. The game tests users methods to mitigate and restore coastlines.",
            "get_involved": "",
            "get_involved_url": "https://lafayettesciencemuseum.org",
            "interest": "The information and methodology to countering coastal erosion is useful to coastal communities as an educational tool.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-11_212939.2011830000.jpeg",
            "created": "2017-12-11T21:29:39.200448Z",
            "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": 1218,
            "content_url": "https://github.com/ushahidi/opensourcedesign",
            "is_bookmarked": false,
            "tags": [
                "design",
                "design thinking",
                "graphic design",
                "human centered design",
                "interaction design",
                "open",
                "open source",
                "product design",
                "ui design",
                "user centred design"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Eriol Fox",
            "submitter_profile_id": 1650,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Justin Scherer",
                    "profile_id": 1876,
                    "is_active": true
                },
                {
                    "name": "Eriol Fox",
                    "profile_id": 1650,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source Design",
            "description": "Opening up the way for designers to collaborate and contribute to open source software projects with support from Adobe & Designit.",
            "get_involved": "Looking for designers interested in opening up the process of design for OSS",
            "get_involved_url": "https://github.com/ushahidi/opensourcedesign",
            "interest": "Building a comprehensive, well researched and strong way forward for designers globally to collaborate and contribute to OSS projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-12_005126.1774410000.png",
            "created": "2019-06-12T00:51:26.176982Z",
            "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": 603,
            "content_url": "https://www.facebook.com/mozilla/videos/10156048012797381/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "digital inclusion",
                "net neutrality",
                "open innovation",
                "video"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Natalie Worth",
            "submitter_profile_id": 317,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Temi Lasade-Anderson",
                    "profile_id": 297,
                    "is_active": true
                },
                {
                    "name": "Natalie Worth",
                    "profile_id": 317,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Fight for Net Neutrality",
            "description": "A short explanatory video highlighting Mozilla's petition and call tool to repeal net neutrality in the United States.",
            "get_involved": "",
            "get_involved_url": "https://advocacy.mozilla.org/en-US/net-neutrality/",
            "interest": "The video specifically explains the issue of net neutrality in 2018 and promotes the Mozilla call tool website.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-27_173223.3105490000.jpg",
            "created": "2018-02-27T17:32:23.310162Z",
            "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": 1228,
            "content_url": "https://palopenmaps.org",
            "is_bookmarked": false,
            "tags": [
                "decolonization",
                "mapping",
                "open street map"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code"
            ],
            "published_by": "Majd Al-Shihabi",
            "submitter_profile_id": 1786,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Majd Al-Shihabi",
                    "profile_id": 1786,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Palestine Open Maps",
            "description": "The British colonial authorities made a number of map series of Palestine, as a part of dominating and conquering the land and its people. In many cases, those maps are the only remaining records of the 500 villages destroyed during the Nakba. Palestine Open Maps aims to \"open source\" those maps, by making them available in an open and accessible way, and through our mapathons, we are extracting the data to make it it available to artists, researchers, and anyone who needs it.",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.co.uk/e/palestine-open-maps-mapathon-savac-toronto-tickets-63550990724",
            "interest": "Using open source to extract data from historic maps",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-23_160012.8802860000.jpg",
            "created": "2019-06-23T16:00:12.879945Z",
            "moderation_state": 3
        },
        {
            "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": 577,
            "content_url": "https://bioSyntax.org",
            "is_bookmarked": false,
            "tags": [
                "biology",
                "genomics",
                "open science",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Artem Babaian",
            "submitter_profile_id": 273,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Artem Babaian",
                    "profile_id": 273,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "bioSyntax: Syntax Highlighting for Computational Biology",
            "description": "bioSyntax is a suite of syntax highlighting for computational biology file formats. It uses the native syntax-highlighting engines in vim, gedit, sublime and less to add color and formatting to data files. This greatly improves the human-readability and brings scientists closer to their data.",
            "get_involved": "WTB: Scientists (all disciplines) with a deep understanding of how a data-format is read. Designers with flare. Coders looking for seriously fun optimization problems.",
            "get_involved_url": "https://github.com/bioSyntax/bioSyntax",
            "interest": "bioSyntax is a unique library and can greatly improve data readability. I'm hoping to inspire scientists from all disciplines to evaluate this problem in their fields.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-16_070125.3708370000.gif",
            "created": "2018-01-16T07:01:25.370004Z",
            "moderation_state": 3
        },
        {
            "id": 583,
            "content_url": "https://chupadados.com",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "data protection",
                "gender and tech",
                "gender equality",
                "iot",
                "online privacy & security",
                "smart cities",
                "storytelling"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Localize & translate"
            ],
            "published_by": "Joana Varon",
            "submitter_profile_id": 287,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Joana Varon",
                    "profile_id": 287,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Sucker, the hidden faces of our beloved technologies",
            "description": "The project uses art, reporting, and storytelling to reveal the insidious impact of online surveillance, especially on women and gender non-binary people.",
            "get_involved": "looking for people who could help me code an interactive layer to improve users journey across the stories, or for interactive infographics. Also need help to copy edit English content.",
            "get_involved_url": "https://twitter.com/CodingRights",
            "interest": "advocacy and comunication about privacy and social justice",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-29_223740.0586000000.jpg",
            "created": "2018-01-29T22:37:40.058001Z",
            "moderation_state": 3
        },
        {
            "id": 584,
            "content_url": "https://medium.com/@chadsansing/creating-our-iot-futures-together-9318b06f3eff",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "internet of things",
                "online privacy & security",
                "open leadership",
                "workshop"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Katie Hendrix",
                    "profile_id": 68,
                    "is_active": true
                },
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IoT Escape Room Workshop",
            "description": "This is a blog post describing our upcoming IoT Escape Room community workshop in Chattanooga, TN, or March 8th and 9th, 2018. The big idea is to empower community members to design and build fun, collaborative, social ways to learn about Internet health issues and connected devices.",
            "get_involved": "Join us as a participant, contribute to our curriculum, ask us questions, or bring the workshop to your community, Contact curriculum manager Chad Sansing to learn more.",
            "get_involved_url": "https://medium.com/@chadsansing/creating-our-iot-futures-together-9318b06f3eff",
            "interest": "This event and its curriculum will bring together a wide range of participants and contributors from across our network and areas of interest.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-06_141058.9978030000.png",
            "created": "2018-02-06T14:10:58.997273Z",
            "moderation_state": 3
        },
        {
            "id": 585,
            "content_url": "https://medium.com/@chadsansing/practicing-open-facilitation-5f5474294d13",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "facilitation",
                "open leadership",
                "teaching"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Facilitation",
            "description": "This is a blog post describing Open Facilitation, a GitBook collecting facilitation best practices from our Web Literacy trainings and other workshops.",
            "get_involved": "Please share this resource and help improve it by asking questions and starting discussions.",
            "get_involved_url": "https://chadsansing.gitbooks.io/open-facilitation/content/",
            "interest": "This GitBook has both big-picture and tiny-detail facilitation tips for anyone running an open event, meeting, or workshop - anything from a single class to a multi-day convening.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-06_141716.9410620000.jpeg",
            "created": "2018-02-06T14:17:16.940546Z",
            "moderation_state": 3
        },
        {
            "id": 580,
            "content_url": "http://citationgecko.com",
            "is_bookmarked": false,
            "tags": [
                "app",
                "literature discovery",
                "open access",
                "recommendations"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Test & feedback",
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Barney Walker",
            "submitter_profile_id": 285,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Barney Walker",
                    "profile_id": 285,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Gecko: an open source tool for scientific literature discovery",
            "description": "Gecko is an open source web app for helping researchers find relevant scientific papers quicker. \n\nSimply provide several 'seed papers' that define an area you are interested in and Gecko will search out all the papers that they cite and all the papers that cite them. It then builds a network from these papers allowing you to quickly identify important papers you may have missed.",
            "get_involved": "We're looking for developers and designers to help make Gecko even better, as well as researchers to feedback on useful features. All levels of expertise welcome!",
            "get_involved_url": "https://github.com/bjw49/citation-network-explorer",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-28_134847.6356100000.png",
            "created": "2018-01-28T13:48:47.635190Z",
            "moderation_state": 3
        },
        {
            "id": 1230,
            "content_url": "https://pussypedia.net/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "gender and tech",
                "verification"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Zoe Mendelson",
            "submitter_profile_id": 2574,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Zoe Mendelson",
                    "profile_id": 2574,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Pussypedia",
            "description": "A free, bilingual, gender-inclusive, hyper-fact-checked, accessibly-written encyclopedia of the vagina. It's also crowd-sourced. It's also a platform for the collective generation of high-quality information. Launches July 1.",
            "get_involved": "",
            "get_involved_url": "https://forms.gle/7TTTuPgv3dEa4KjC6",
            "interest": "Who doesn't want to know more about vaginas??? (Or how to collectively verify information?)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-24_210658.7404470000.png",
            "created": "2019-06-24T21:06:58.740045Z",
            "moderation_state": 3
        },
        {
            "id": 1928,
            "content_url": "https://sites.google.com/view/the-zen-of-ml/home",
            "is_bookmarked": false,
            "tags": [
                "AI in real life",
                "design principles",
                "machine learning",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Attend"
            ],
            "published_by": "Wiebke Toussaint",
            "submitter_profile_id": 4302,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wiebke Toussaint",
                    "profile_id": 4302,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Zen of ML",
            "description": "The Zen of ML is a set of design principles for the responsible development of machine learning (ML) code and use of ML tools. It is targeted at entry-level ML practitioners that have an abundance of enthusiasm to develop and deploy ML projects, but lack the technical foundations to do so responsibly. The Zen of ML can be viewed as a culture code that promotes the responsible development and deployment of ML. It is not binding or enforceable, but is intended to shape industry norms and offer a practical guide to the properties that responsible ML design for trustworthy AI should have.",
            "get_involved": "You can get involved with The Zen of ML by contributing design principles, participating in our MozFest 2021 workshop and reviewing design principles.",
            "get_involved_url": "https://sites.google.com/view/the-zen-of-ml/get-involved",
            "interest": "We are a group of individuals that are committed to contributing and sharing insights on responsible machine learning (ML) development practices in real world environments.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_072600.2578400000.png",
            "created": "2020-11-30T07:26:00.257211Z",
            "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": 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": 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": 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": 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": 1108,
            "content_url": "http://www.harmonic21.org/the-regionalization-of-the-internet/",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "charitable",
                "cultural network",
                "global dialogue of humanity",
                "open source",
                "Virtual Net Festival",
                "virtual reality",
                "World Culture Fair"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Andreas Klinksiek",
            "submitter_profile_id": 2228,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Andreas Klinksiek",
                    "profile_id": 2228,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "GLOBAL DIALOG in the 21st Century. The Regionalization of the Internet",
            "description": "The LOCATE-SYSTEM 21\n \nOur Navigation System allows a precise definition of target groups not only according to content-related classification criteria but it specializes in the definition of any geographical range looked for.\nThe „Locate-System“ offers the user the following ranges and possibilities of Geographical Navigation:     local    -    regional    -    countrywise    -    continental    -    global\nRegional editors worldwide\n\nOne of the interesting possibilities that „Locate-System21“ offers is the organization of the virtual „21net Festival“ and the „World Culture Fair“.",
            "get_involved": "Make this project yours and get involved with ideas and contacts!",
            "get_involved_url": "http://www.harmonic21.org/cooperative-foundation/",
            "interest": "This is a global Open Source Project with the goal to generate extensive resources  to promote world culture and humanitarian projects worldwide.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-10_151508.1783540000.png",
            "created": "2019-04-10T15:15:08.177704Z",
            "moderation_state": 3
        },
        {
            "id": 1246,
            "content_url": "https://monstermatch.hiddenswitch.com",
            "is_bookmarked": false,
            "tags": [
                "cma2019",
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Benjamin Berman",
            "submitter_profile_id": 2780,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Benjamin Berman",
                    "profile_id": 2780,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MonsterMatch: A game about algorithms, AI and dating",
            "description": "Can dating apps help you find love? Yes! An algorithm matching people is now the dominant way singles meet each other in the United States. But there’s one thing most dating app makers don’t want you to know. The particular algorithm they use can do the exact opposite of finding your true love. It can permanently separate you from your perfect someone and everyone like them, due entirely to factors you don’t control.",
            "get_involved": "Play and give feedback!",
            "get_involved_url": "https://monstermatch.hiddenswitch.com",
            "interest": "Mozilla Creative Media Awards 2018 recipient",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-08_191312.2692650000.png",
            "created": "2019-07-08T19:13:12.268838Z",
            "moderation_state": 3
        },
        {
            "id": 1264,
            "content_url": "https://www.janbijster.com/project/botsup-work-in-progress/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "education",
                "game",
                "machine learning",
                "science education",
                "serious games"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Jan Bijster",
            "submitter_profile_id": 2837,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jan Bijster",
                    "profile_id": 2837,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "BotsUp",
            "description": "How do we prepare the next generation for a world with artificial intelligence? BotsUp is an online game that allows players, young and old, to intuitively become acquainted with working with AI.\nIn the game, the players train robots with self-learning algorithms to run a recycling plant. While playing you develop an understanding of - and feeling for - the strengths and weaknesses of this technology. The trained robots and collected datasamples are shared with other players, showing the importance of open knowledge exchange.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The game provides an accessible, gamified approach to",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-22_090929.1997210000.png",
            "created": "2019-07-22T09:09:29.197216Z",
            "moderation_state": 3
        },
        {
            "id": 1268,
            "content_url": "https://womenreclaimingai.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "Feminism"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Coral Manton",
            "submitter_profile_id": 2894,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Coral Manton",
                    "profile_id": 2894,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women Reclaiming AI",
            "description": "Women Reclaiming AI (WRAI) is an expanding piece of design activism presented as a feminist AI voice assistant, programmed through participatory workshops by a growing community of women. Through creating a platform for collective writing and editing the project co-creates an AI personality that challenges gender roles. \n\nWRAI is a response to the pervasive depiction of AI voice assistants gendered as women, subordinate and serving. WRAI reclaims female voices by empowering women to harness conversational AI for protest. In so doing we are educating women about AI and demystifying processes.",
            "get_involved": "",
            "get_involved_url": "https://womenreclaimingai.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-29_142438.2640340000.jpg",
            "created": "2019-07-29T14:24:38.263504Z",
            "moderation_state": 3
        },
        {
            "id": 1248,
            "content_url": "https://weekwithwanda.com",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Joe Hall",
            "submitter_profile_id": 2784,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Joe Hall",
                    "profile_id": 2784,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Week With Wanda",
            "description": "What happens when artificial intelligence goes wrong? A Week With Wanda is a hilarious (or horrifying?!) online game -- a simulation of a Siri-like virtual assistant who tries to take over your life, revealing the darkest things happening in A.I. today.Through online chats, you might learn that Wanda has signed you up for therapy; sold your location data; reported your friends to the police; even “deepfaked” you into a pornographic video... and more. (All Wanda's actions are simulated not real.)Play now, discover what's happening and share your view about what the future of A.I. should be.",
            "get_involved": "Please share with friends, family and coworkers and help raise more awareness of A.I. issues",
            "get_involved_url": "",
            "interest": "It's a humorous but revealing way to understand current issues in artificial intelligence like privacy, discrimination and corporate ownership -- and have a say yourself",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-09_165611.6470270000.png",
            "created": "2019-07-09T16:56:11.646303Z",
            "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": 1255,
            "content_url": "https://www.du.edu/ahss/opensourcearts/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "community",
                "creativity",
                "inclusion",
                "sustainability"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Create content",
                "Join community"
            ],
            "published_by": "Christopher Coleman",
            "submitter_profile_id": 2798,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Christopher Coleman",
                    "profile_id": 2798,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Clinic for Open Source Arts (COSA)",
            "description": "We explore, support, and celebrate local and global efforts to make free and open-source tools that allow people to be creative with digital technology. The focus of COSA is on free and open-source digital tools for creative expression. Free and open-source digital tools allow anyone with access to a computer to begin creating. We want to ensure that everyone has an opportunity to contribute and will especially focus on bringing women, minorities, and other underrepresented communities together as contributors to the ongoing innovation and growth of these tools.",
            "get_involved": "",
            "get_involved_url": "https://www.du.edu/ahss/opensourcearts/",
            "interest": "COSA's scope includes the open source internet languages used for creativity.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-12_194825.4464550000.jpg",
            "created": "2019-07-12T19:48:25.445663Z",
            "moderation_state": 3
        },
        {
            "id": 915,
            "content_url": "https://botwiki.org/resource/tutorial/introduction-to-mastodon-bots/",
            "is_bookmarked": false,
            "tags": [
                "bots",
                "creative automation",
                "generative art"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Introduction to Mastodon bots",
            "description": "Learn to make bots for the open web with Mastodon.",
            "get_involved": "",
            "get_involved_url": "https://botmakers.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-08_132456.4405360000.png",
            "created": "2018-09-08T13:24:56.439842Z",
            "moderation_state": 3
        },
        {
            "id": 1267,
            "content_url": "https://womenreclaimingai.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "artificial intelligence",
                "Feminism"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Coral Manton",
            "submitter_profile_id": 2894,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Coral Manton",
                    "profile_id": 2894,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women Reclaiming AI",
            "description": "Women Reclaiming AI (WRAI) is an expanding piece of design activism presented as a feminist AI voice assistant, programmed through participatory workshops by a growing community of women. Through creating a platform for collective writing and editing the project co-creates an AI personality that challenges gender roles. \n\nWRAI is a response to the pervasive depiction of AI voice assistants gendered as women, subordinate and serving. WRAI reclaims female voices by empowering women to harness conversational AI for protest - educating women in AI & demystifying processes.",
            "get_involved": "",
            "get_involved_url": "https://womenreclaimingai.com/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-29_135834.9961500000.jpg",
            "created": "2019-07-29T13:58:34.995471Z",
            "moderation_state": 3
        }
    ]
}