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

**Route** - `/entries`

#Query Parameters -

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

GET /api/pulse/v2/entries/?format=api&ordering=-get_involved
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-get_involved&page=2",
    "previous": null,
    "results": [
        {
            "id": 192,
            "content_url": "https://medium.com/read-write-participate/working-towards-a-core-curriculum-64e80a15409f",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Curriculum updates",
            "description": "Catch up with recent changes to our web literacy activities as we work towards a core curriculum. Find out what's happening next, as well - more clarity, connections, and videos(!) are on the way.",
            "get_involved": "Your feedback is warmly welcomed! Help us improve our work and refine our set of core activities for educators and learners in the field. You can contact any of us directly or file issues in our curriculum repo.",
            "get_involved_url": "https://github.com/mozilla/curriculum-final",
            "interest": "This is a great way to see what we've learned and enacted from community members' feedback through Discourse and local training events.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_150916.6040830000.png",
            "created": "2017-04-07T15:09:16.590610Z",
            "moderation_state": 3
        },
        {
            "id": 32,
            "content_url": "https://github.com/swoopi/swoopi",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Swoopi",
            "description": "Camera interactions for the Raspberry Pi.",
            "get_involved": "Your contributions are appreciated!",
            "get_involved_url": "https://swoopi.readthedocs.io/en/latest/contributing.html",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-01T22:47:30.746000Z",
            "moderation_state": 3
        },
        {
            "id": 1137,
            "content_url": "https://peoplenarthax.github.io/chromosome-js/#/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Angel Paredes",
            "submitter_profile_id": 2032,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Angel Paredes",
                    "profile_id": 2032,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChromesomeJS",
            "description": "MozSprint for ChromesomeJS",
            "get_involved": "You could help to improve the TypeScript code that is in place, add more utility functions that are applicable to genetic algorithms, write documentation or proof read what is in place, write a post about Genetic Algorithms (using or not the library), Design logo, icons or example images",
            "get_involved_url": "https://peoplenarthax.github.io/chromosome-js/#/",
            "interest": "MozSprint is here, ChromosomeJS needs your help!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-30T12:53:29.176167Z",
            "moderation_state": 3
        },
        {
            "id": 1113,
            "content_url": "https://cmasuki.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Mentor",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Dimitra Blana",
            "submitter_profile_id": 2005,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Dimitra Blana",
                    "profile_id": 2005,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Movement Analysis Code for Everyone",
            "description": "A free online platform for sharing movement analysis code, with step-by-step tutorials on how to develop and use it.\n\nClinical movement analysis involves the measurement of human movement, typically walking, to help understand pathologies that affect movement. Writing code can save time and reduce errors by automating routine tasks, and produce new insights by enabling complex calculations. \n\nOur project wants to bring everyone interested in motion analysis together, to share code and the expertise that exists in the community.",
            "get_involved": "You could contribute code and documentation for motion analysis applications, suggest improvements to existing resources and request new ones, join our mailing list and the conversation on Slack!",
            "get_involved_url": "https://github.com/cmasuki/open-code/blob/master/README.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-17_165516.4627500000.JPG",
            "created": "2019-04-17T16:55:16.461068Z",
            "moderation_state": 3
        },
        {
            "id": 1846,
            "content_url": "https://tarciziosilva.com.br/blog/posts/algorithmic-racism-timeline/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "algorithmic racism",
                "credit score",
                "facial recognition",
                "natural language processing",
                "risk score",
                "search engines",
                "stock photos",
                "visual computing"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Tarcízio Silva",
            "submitter_profile_id": 4169,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Tarcízio Silva",
                    "profile_id": 4169,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Algorithmic Racism Timeline",
            "description": "The timeline is a curated collection of cases of algorithmic racism in technologies or tools like social media platforms, mobile apps, visual computing, facial recognition, natural language processing etc. The goal is to increase awareness regarding algorithmic harms.\n\nPublished in three languages:\nEN - https://tarciziosilva.com.br/blog/posts/algorithmic-racism-timeline/\nBR-PT - https://tarciziosilva.com.br/blog/posts/racismo-algoritmico-linha-do-tempo/\nES - https://tarciziosilva.com.br/blog/posts/timeline-linea-del-tiempo-racismo-algoritmico/",
            "get_involved": "You can use the timeline to promote awareness; send me new cases to be added; or translate to other languages.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-08_005053.1657890000.jpg",
            "created": "2020-10-08T00:50:53.165459Z",
            "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": 306,
            "content_url": "https://github.com/pransh15/decentralization-camp/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Decentralization Camp",
            "description": "A one-stop shop for someone to learn about Decentralization and why it is important.",
            "get_involved": "You can make graphics, memes, write blogs, do petitions, get us a reach, discuss with us what's necessary and what's not, review us, make websites and if nothing else urge people, Tweet about it or post it on Facebook so that we get as much suport as we need to keep this web an Open one.",
            "get_involved_url": "https://github.com/pransh15/decentralization-camp/blob/master/README.md",
            "interest": "We all have been a part of the internet, and making it what it is, and now as the scenario's changing we need to stop it. We need the web to be open, and nobody can take it away from us!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_162243.2433980000.jpg",
            "created": "2017-05-25T16:22:43.242854Z",
            "moderation_state": 3
        },
        {
            "id": 1237,
            "content_url": "http://infosen.senado.gob.mx/sgsp/gaceta/64/1/2019-04-29-1/assets/documentos/Inic_MORENA_Ley_Inst_Electorales.pdf",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "disability",
                "inclusion",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Itzel Moreno",
            "submitter_profile_id": 1688,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Itzel Moreno",
                    "profile_id": 1688,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Collaboration in the right to vote legislation for the Mexican disability",
            "description": "Our participation as a digital disability research group was the collaboration with Senator Ricardo Monreal A. to legislate the right to vote of Mexican citizens in disability to vote with total accessibility in the polling stations",
            "get_involved": "You can join our community. We held a First Forum on Citizenship, Education and Universal Accessibility in May 2019 in Morelos. You can collaborate with us from a chat on Skype or perform with us a practice  and share us your experiences of empowerment.",
            "get_involved_url": "https://literacyforthedeaf.com/",
            "interest": "Digital inclusion empowers and has given us cohesion as a community. This achievement is transcendent for the health movement on the Internet because it also means democratic inclusion. It is one of its implications",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_020315.6647940000.jpg",
            "created": "2019-07-03T02:03:15.664005Z",
            "moderation_state": 3
        },
        {
            "id": 645,
            "content_url": "https://lola.acadianacenterforthearts.org/",
            "is_bookmarked": false,
            "tags": [
                "Acadiana",
                "AcadianaCenterfortheArts",
                "education",
                "Lafayette",
                "LoLa",
                "Louisiana"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Acadiana Center for the Arts",
            "submitter_profile_id": 408,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Acadiana Center for the Arts",
                    "profile_id": 408,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PROJECT LOLA: Art + Technology Experiment",
            "description": "Geographic location limits the opportunity to learn about different types of music and have authentic hands-on experiences. This project seeks to address this issue by providing a cross-city learning experience related to the musical cultures of the respective geographic locations of Lafayette, LA and Chattanooga, TN. Through this project, we will connect youths and musicians with backgrounds in Creole and Cajun music to those familiar with the musical traditions of the Appalachian region. An additional experimental component related to the project is LoLa streaming itself at AcA.",
            "get_involved": "You can help us by sharing your knowledge of LoLa systems with us.",
            "get_involved_url": "http://www.acadianacenterforthearts.org",
            "interest": "AcA serves the community and is a local arts hub, bringing in artists from all areas of specialization. By bringing this new technology to Lafayette, we hope to connect with other gigabit cities and people in our community while making available and demystifying new technology through the arts.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-03-22T21:13:53.212286Z",
            "moderation_state": 3
        },
        {
            "id": 704,
            "content_url": "https://github.com/nucleus-network/missioninfo",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Sarah Morris",
            "submitter_profile_id": 484,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Morris",
                    "profile_id": 484,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mission:Information Algorithm Lesson",
            "description": "I am working to create a computer science lesson as part of a broader, media and web literacy curriculum kit called Mission:Information. This new lesson will focus on algorithms and aims to empower teens to better understand how algorithms shape the Internet and the information they see online, and to help teens develop skills they need to make the Internet a more open, informative, and welcoming space.",
            "get_involved": "You can help us by providing feedback, testing the curriculum with learners, sharing ideas, and remixing the curriculum",
            "get_involved_url": "https://github.com/nucleus-network/missioninfo",
            "interest": "We're eager to work with educators and people with CS education experience, GitHub experience, or a background in media. This project is interdisciplinary and welcomes a wide range of contributions since misinformation and Internet Health issues can't be solved in a vacuum.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_211554.0123150000.PNG",
            "created": "2018-04-23T21:15:54.011862Z",
            "moderation_state": 3
        },
        {
            "id": 682,
            "content_url": "https://github.com/graciellehigino/IGNITE",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "communication",
                "community building",
                "education",
                "Mozilla Open Leadership Project",
                "mozsprint",
                "open access",
                "open educational resource",
                "open science",
                "participatory science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Gracielle Higino",
            "submitter_profile_id": 406,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IGNITE",
            "description": "Science communication can empower people, and would be great if scientists could help in this mission. However, scientists are not trained to communicate their work to non-specialists (which can be really hard!), and they often think they can't do it. Because SciComm is an interdisciplinary field, why not gather people with different skills to build a fun, short, crowdsourced and reproducible SciComm workshop aimed at young scientists?",
            "get_involved": "You can help us building content, creating our visual identity, our website, analysing some data, organizing the courseware and activities, testing the workshop in your city or attending to a workshop and giving us feedback.",
            "get_involved_url": "https://github.com/graciellehigino/IGNITE",
            "interest": "This is an opportunity to science communicators to share their knowledge and help building a community. If you are not a science communicator, you will benefit form the content built in IGNITE and learn how you can spread the love for science.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-07_233215.4947050000.png",
            "created": "2018-04-07T23:32:15.494289Z",
            "moderation_state": 3
        },
        {
            "id": 1277,
            "content_url": "https://psych-ds.github.io/#page-top",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Psych-DS",
            "description": "A specification for psychological datasets",
            "get_involved": "You can help Right now, discussions about this project take place via comments and edits to the technical specification draft, on the mailing list, and in issues in our GitHub repository.  Click below to join the mailing list OR to hear about Psych-DS when we officially launch the specification.",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSeOZXtGgGcJ7pFcWKEsTlAKUZQdVg1QCWOuJUVtmEzIkUbkjw/viewform",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_214130.9030110000.png",
            "created": "2019-08-01T21:41:30.888484Z",
            "moderation_state": 3
        },
        {
            "id": 483,
            "content_url": "http://www.codeisscience.com/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone",
                "open science",
                "open source",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Attend",
                "Promote",
                "Code"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code is Science",
            "description": "Computer code is strongly present in science nowadays, helping scientists handle difficult calculations and large volumes of information. When an experiment is complete, scientists publish papers reporting the results, but often they forget to publish the source code for their work. You couldn't publish a math paper without the proof, so why can you do it with code? We aim to make scientific code open source by default, so others can peer review and re-run the code. We're also creating a database of scientific journals that only publish papers accompanied by open source code.",
            "get_involved": "You can help out by contributing to technical issues, share http://www.codeisscience.com/ to spread awareness, or share your story - why is open source code in science important to *you*? Do you know of any open source journals? Send us the link!",
            "get_involved_url": "http://www.codeisscience.com/",
            "interest": "Open source should be everywhere, especially in science! Also, we have stickers...",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_142619.6724890000.jpg",
            "created": "2017-10-22T14:26:19.671643Z",
            "moderation_state": 3
        },
        {
            "id": 1152,
            "content_url": "https://grp-bio-it.embl-community.io/blogs/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "community building",
                "digital storytelling",
                "equity",
                "interview",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Create content"
            ],
            "published_by": "Malvika Sharan",
            "submitter_profile_id": 1924,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Malvika Sharan",
                    "profile_id": 1924,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bio-IT community blogs",
            "description": "The Bio-IT community project at EMBL allows scientists to share their bioinformatics skills, expertise, and resources with others in the community.  With the Bio-IT community blogs, we want to shift our focus towards creating more opportunities for our members of diverse expertise, backgrounds, and identities in order to create more community engagement. \n\nThis project aims to create space for our members to highlight their personal stories, scientific work, insights, and open dialogues. With the tool of Digital Storytelling, I want to create relatable contents for our community members.",
            "get_involved": "You can help me share stories of personal success, struggles, and insights with a wider scientific community. We will schedule a short (~30 minutes) meeting to chat, and I will draft your story to publish as a blog or interview.",
            "get_involved_url": "https://grp-bio-it.embl-community.io/blogs/contribute/",
            "interest": "I want to include as many voices as possible to highlight diverse perspectives and offer a more complete 'un-edited' reflection of our members in STEM, specifically of those who have been previously excluded. Your voice will make a huge difference in this effort.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-02_095041.3060560000.png",
            "created": "2019-05-02T09:50:41.305162Z",
            "moderation_state": 3
        },
        {
            "id": 575,
            "content_url": "https://medium.com/read-write-participate/mapping-the-open-leadership-journey-bcaa39f16995",
            "is_bookmarked": false,
            "tags": [
                "open leadership",
                "working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 8,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                },
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Leadership Map white paper",
            "description": "This is a blog post announcing the public alpha of our Open Leadership Map white paper. The paper itself is a framework for developing more curriculum and documentation about open leadership and working open. We'd love to have your help in improving this resource. Let us know what makes sense, what seems confusing, and what we've missed!",
            "get_involved": "You can give us feedback on the white paper and its open leadership framework by filing issues in its repo or by emailing project lead Chad Sansing.",
            "get_involved_url": "https://mozilla.github.io/olm-whitepaper/",
            "interest": "We hope network members will adapt the white paper and any open leadership resources that follow for local audiences.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-08_171406.6126410000.png",
            "created": "2018-01-03T22:43:20.368633Z",
            "moderation_state": 3
        },
        {
            "id": 1,
            "content_url": "https://leaomozillaclubs.com/digital-inclusion-faster-curriculum-experimental-fb65e3e335ec#.9fofcctna",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "labs",
                "learning",
                "mozilla clubs"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Inclusion: Faster Curriculum Experimental",
            "description": "Experiment focused on teaching basic computer and web skills in 3 weeks.",
            "get_involved": "You can give feedback and develop local digital inclusion activities.",
            "get_involved_url": "",
            "interest": "Because digital inclusion can connect everyone to the internet",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-02-03T00:06:59.318000Z",
            "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": 46,
            "content_url": "http://hackbrexit.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "brexit",
                "mozfest",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hack Brexit",
            "description": "A workshop to continue building two open source projects that were originally built during the Hack Brexit hackathon this summer to create positive dialogue and action beyond Brexit.",
            "get_involved": "You can get involved in lots of ways, technical or non technical but we are especially looking for Ruby developers at present. Join our Meetup.",
            "get_involved_url": "https://www.meetup.com/Hack-Brexit/events/235083725/",
            "interest": "Whether you're technical or non technical, voted to leave or remain: Brexit affects us all. The aim of Hack Brexit is to continue to create dialogue and action for a country divided.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/46.jpg",
            "created": "2016-10-28T01:33:18.201000Z",
            "moderation_state": 3
        },
        {
            "id": 948,
            "content_url": "https://youtu.be/nA6xLlg77M8",
            "is_bookmarked": false,
            "tags": [
                "education technology",
                "Minorities",
                "trainning"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Itzel Moreno",
            "submitter_profile_id": 1688,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Itzel Moreno",
                    "profile_id": 1688,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web literacy for the deaf",
            "description": "We are a group of deaf, indigenous and hearing people that try to build a platform where three workshops are developed: entrepreneurship, leadership and biology. These workshops will be recorded in sign language and translated into English and Spanish. We want to build a community from the workshops.",
            "get_involved": "You can contribute with lending your voice for translations. In contributing to the contents of the workshops, ideas to innovate the page as well as contacts that may be interested",
            "get_involved_url": "https://www.facebook.com/GrupoDeEstudiantesMexicanosSordosEHipoacusicos/",
            "interest": "This project can be replicated in other communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_135725.9989630000.jpg",
            "created": "2018-11-07T13:57:25.998584Z",
            "moderation_state": 3
        },
        {
            "id": 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": 509,
            "content_url": "https://github.com/LIDSOL/nightlynight",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Uriel",
            "submitter_profile_id": 177,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Uriel",
                    "profile_id": 177,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nightly Night",
            "description": "Helping to improve Firefox Nightly. Users are now experts with Nightly Night.",
            "get_involved": "Write some guides, reports bugs on bugzilla, share your ideas with us.",
            "get_involved_url": "https://github.com/LIDSOL/nightlynight",
            "interest": "Nightly Night is a project which help users to use and test Firefox Nightly like an expert.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-27T03:52:49.686386Z",
            "moderation_state": 3
        },
        {
            "id": 1157,
            "content_url": "https://malvikasharan.github.io/surrounded-by-giants/",
            "is_bookmarked": false,
            "tags": [
                "collaborative",
                "Interviews",
                "stories",
                "web 2.0"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Malvika Sharan",
            "submitter_profile_id": 1924,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Malvika Sharan",
                    "profile_id": 1924,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Storytelling to Shape Culture",
            "description": "There is a clear divide between learners and active contributors in informatics communities. A large proportion of members who are currently missing or not actively participating in the community are women and members of other historically underrepresented groups. With this project, I wanted to actively and consciously involve as many diverse members as possible to gain their perspectives and share their stories. I chose digital storytelling as a tool to enhance the visibility of our members and improve their engagement within the community by creating opportunities for their participation.",
            "get_involved": "Would you like to share your academic stories of success and struggles with others? Please participate in this project by giving 15 minutes of your time. More information at: https://grp-bio-it.embl-community.io/blogs/posts/2019-05-04-mozilla-ol-casestudy/",
            "get_involved_url": "https://twitter.com/MalvikaSharan",
            "interest": "This project aims to highlight your personal stories, scientific work, and insights, in the form of blog posts, interviews, and open dialogues.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-02_164232.1268550000.jpg",
            "created": "2019-05-02T16:42:32.126181Z",
            "moderation_state": 3
        },
        {
            "id": 8,
            "content_url": "https://mozillascience.github.io/open-data-primers/",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "primers",
                "science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Primers",
            "description": "An online handbook of Open Data Training Primers developed by the Mozilla Science Lab and their community members.  These primers are designed to read at your own pace and pick and choose the topics you want to read concerning open data.",
            "get_involved": "Would love feedback on the primers so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "Lays out basics of open data for anyone interested in the topic and assumes no prior knowledge.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:15:05.909000Z",
            "moderation_state": 3
        },
        {
            "id": 7,
            "content_url": "https://mozillascience.github.io/open-data-guides/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "open data",
                "science",
                "train-the-trainer"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Instructor Guides",
            "description": "This site is a resource for train-the-trainer type materials on Open Data. It's meant to provide a series of approachable, fun, collaborative workshops where each of the modules is interactive and customizable to meet a variety of audiences.",
            "get_involved": "Would love feedback on the instructor guides so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "This website will help those who want to teach others about Open Data.  It has pre-packaged exercises and resources that can be remixed for different audiences.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:25:14.414000Z",
            "moderation_state": 3
        },
        {
            "id": 1377,
            "content_url": "https://medium.com/@mhzfoundation/mhz-curationist-opening-cultures-together-or-mhz-curationist-collaboratively-framing-the-world-3a3c10020f9b",
            "is_bookmarked": false,
            "tags": [
                "arts",
                "content",
                "creative commons",
                "culture",
                "curation",
                "curationist",
                "global",
                "mhz foundation",
                "mozfest",
                "mozfest2019",
                "open knowledge",
                "public domain"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "MHz Foundation",
            "submitter_profile_id": 3117,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "MHz Foundation",
                    "profile_id": 3117,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MHz Curationist: Collaboratively Framing the World We Share",
            "description": "As AI amps up, this new global arts and culture site doubles down on human power to drive collaborative content creation and make significant strides in the open knowledge movement.",
            "get_involved": "Will you be at MozFest 2019? The MHz Curationist team looks forward to meeting like-minded individuals to talk collaboration and what's next in the open knowledge space and beyond. \n\nVisit us at curationist.org and let us know what user experience upgrades you would like to see in Version 2.0.",
            "get_involved_url": "http://curationist.org/join-us/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-25_230327.6783840000.png",
            "created": "2019-09-25T23:03:27.677569Z",
            "moderation_state": 3
        },
        {
            "id": 821,
            "content_url": "https://medium.com/@daviserin/help-us-build-data-literacy-curriculum-in-mozillas-sprint-42906da25930",
            "is_bookmarked": false,
            "tags": [
                "Web Literacy Curriculum"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Help us Build \"Your Personal Data and You\" Curriculum",
            "description": "In March, Mozilla Foundation unveiled new core Web Literacy curriculum. We’d like to expand it to include activities that help learners understand their personal data is online, where this data lives, and how best to protect their data.\n\nWe’re asking for your help in creating curriculum for “Your Personal Data and You.” During Mozilla’s sprint tomorrow and Friday (that’s May 10 and 11, 2018), please share your experiences: https://github.com/mozilla/global-sprint/issues/290",
            "get_involved": "What activities have you tried in the past? What would you like to see included in “Your Personal Data and You?” What resources would you like to share with us? What were the outcomes for your learners?",
            "get_involved_url": "https://github.com/mozilla/global-sprint/issues/290",
            "interest": "Many of us are beginning to acknowledge the risk that comes along with personalization of the web. But there’s still a lot of work to be done to bring our compatriots up to speed on exactly what information is being collected in order to make such wonders possible.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_142014.3902840000.png",
            "created": "2018-05-09T14:20:14.389683Z",
            "moderation_state": 3
        },
        {
            "id": 705,
            "content_url": "https://lab.js.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "citizen science",
                "collaboration",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Felix H.",
            "submitter_profile_id": 507,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Felix H.",
                    "profile_id": 507,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "lab.js: Making online research easy",
            "description": "lab.js makes it easy to build, conduct and share research in the behavioral and cognitive sciences. The goal is to enable scientists, students and interested people everywhere to find out how the mind works.\n\nOur project provides a graphical interface that makes it easy to construct experiments without writing code. Because studies can be shared and extended openly, research becomes more transparent and easier for everyone.\n\nCome join us, and help start a new era of open, collaborative experimentation!",
            "get_involved": "We would love to have you as part of the project! Whether you prefer to write code, design things, or help with research; whatever your level of experience, you're very welcome, and we'd be thrilled to support you. Please join our efforts on GitHub!",
            "get_involved_url": "https://lab.js.org/contribute",
            "interest": "lab.js brings cognitive research to the web, using open tools",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_221129.3821570000.png",
            "created": "2018-04-23T22:11:29.381563Z",
            "moderation_state": 3
        },
        {
            "id": 960,
            "content_url": "https://github.com/graciellehigino/IGNITE/issues/19",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "decentralization",
                "open access",
                "science communication"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Gracielle Higino",
            "submitter_profile_id": 406,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Maria Letícia Bonatelli",
                    "profile_id": 1620,
                    "is_active": true
                },
                {
                    "name": "Daniela Saderi",
                    "profile_id": 1549,
                    "is_active": true
                },
                {
                    "name": "Felipe Do E. Santo",
                    "profile_id": 134,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IGNITE notes from MozFest2018",
            "description": "This is the summary of what we learned at MozFest2018 in the session intitled \"Defying our senses to promote diversity and inclusion in science communication with IGNITE\". There, we tried to think about irreverent solutions to accessibility problems in science communication and outreach. If you participated and want to be credited or just keep in touch, please, let us know! <3",
            "get_involved": "We would love some feedback on the content we've made, and we are looking for more tips! How can we use our senses in a creative way to communicate science?",
            "get_involved_url": "https://github.com/graciellehigino/IGNITE/",
            "interest": "We came up with pretty good advices for scientists that want to communicate science, but we always apreciate more tips!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-10_212947.1909940000.jpg",
            "created": "2018-11-10T21:29:47.190420Z",
            "moderation_state": 3
        },
        {
            "id": 1455,
            "content_url": "http://www.tech-girls.org/challenge.html",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "art gallery",
                "computer science",
                "online privacy & security",
                "robotics",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Join the #TechGirlsChallenge",
            "description": "Tech-Girls launched a global challenge at MozFest 2019 to help spread the internet health movement to underrepresented youth, especially girls. You can join the challenge by trying out one of our activities and then hosting your own #TechGirlsChallenge Pop-up Station in your community. \n\nActivities include: \n1) drafting a \"robot zine\" with a code of conduct for how you want your future robot companions to treat humans;\n2) designing a security avatar to protect your privacy;\n3) creating an original work of digital art that reflects diversity and/or openness to you and share",
            "get_involved": "We would love for you to try out an activity & give us feedback, promote the #TechGirlsChallenge in your network and/or host a challenge & let us know how it went!",
            "get_involved_url": "http://www.tech-girls.org/challenge.html",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-31_163300.8707730000.png",
            "created": "2019-10-31T16:33:00.870374Z",
            "moderation_state": 3
        },
        {
            "id": 1110,
            "content_url": "https://www.facebook.com/lwiiyo/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "collaboration",
                "community building",
                "digital literacy",
                "open source",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Alumanda Shakankale",
            "submitter_profile_id": 1935,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alumanda Shakankale",
                    "profile_id": 1935,
                    "is_active": true
                },
                {
                    "name": "John Griffiths",
                    "profile_id": 1869,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lwiiyo Community Literacy Initiative",
            "description": "A Community Literacy Initiative focused on increasing Computer Literacy within our communities, by so doing bridging the digital divide.",
            "get_involved": "We would like to have regular trainings and for that we need material and trainings. Help us by becoming a trainer (trainings can be done online) or with material or links to material that is ICT related.",
            "get_involved_url": "https://github.com/lwiiyo/LwiiyoCommunityLiteracyInitiative",
            "interest": "We plan to reduce the gap between theoretic learning and hands-on experience by delivering open source project based trainings that will better equip students pursuing careers in the ICT sector of Zambia",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-15_041453.0094810000.jpg",
            "created": "2019-04-15T04:14:53.008703Z",
            "moderation_state": 3
        },
        {
            "id": 1649,
            "content_url": "https://www.activisthandbook.org",
            "is_bookmarked": false,
            "tags": [
                "#activism",
                "#opensource",
                "#wiki"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Joppe Hoekstra",
            "submitter_profile_id": 3772,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Joppe Hoekstra",
                    "profile_id": 3772,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Activist Handbook: Wikipedia for activists",
            "description": "Activist Handbook is a Wikipedia-like site for everyone to exchange knowledge and experiences on activism. It's open source & free to use. By activists, for activists.\n\nAnyone can contribute to the Activist Handbook: We are an open community that empowers progressive activists all over the world. \n\nOn our site we have guides on how to grow your movement, make a successful petition and organise a protest. All knowledge is complemented by personal experiences of activists. Information is adapted to your local context. And if some content is missing, you can add it yourself to help others.",
            "get_involved": "We work together in various teams:\n- Content Creation (writing articles, publishing videos)\n- Developers (NodeJS, VueJS, WikiJS and/or web design)\n- Communication (managing social media, community building)\n- Finance (looking for funding)\n- Events\n- Translation\n\nWe welcome everyone to join!",
            "get_involved_url": "https://www.activisthandbook.org/join",
            "interest": "We are enabling activists all over the world to exchange knowledge and experiences with our modern Wiki-based platform.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_131735.3536060000.png",
            "created": "2020-04-29T13:17:35.353139Z",
            "moderation_state": 3
        },
        {
            "id": 12,
            "content_url": "https://prototype.internethealthreport.org/",
            "is_bookmarked": false,
            "tags": [
                "internet health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet Health Report",
            "description": "How do we measure the health of the Internet? In 2016, we laid the groundwork for a new open source effort to track the health of the Internet from year to year. The prototype for the report is launching in January 2017 (check back!).",
            "get_involved": "We will be requesting feedback on the prototype and gathering ideas for the next version in 2017.",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_130025.0393240000.png",
            "created": "2016-12-16T11:38:54.053000Z",
            "moderation_state": 3
        },
        {
            "id": 1432,
            "content_url": "https://opensourcearts.github.io/COSA_CL_2020/",
            "is_bookmarked": false,
            "tags": [
                "arts",
                "creative coding",
                "olx"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Promote"
            ],
            "published_by": "Christopher Coleman",
            "submitter_profile_id": 2798,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Christopher Coleman",
                    "profile_id": 2798,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "COSA Community Leaders Program",
            "description": "The Clinic for Open Source Arts (COSA) is excited to announce our Community Leaders Program for 2020. We will be focused on training leaders for the communities surrounding open source creative tools, emphasizing accessibility, inclusiveness, education, contribution, and sustainability.Our goal is to empower people to build new communities or step into existing ones with the tools and skills to guide those communities. They will interface between the creators of projects and the many types of contributors including those that code, those that educate, those that help, and those that share.",
            "get_involved": "We will be looking for",
            "get_involved_url": "https://forms.gle/7ZPUm5zri45PZLo28",
            "interest": "Open source tools for artists are part of the online ecosystem and support creativity around the world.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-21_163826.5744790000.jpg",
            "created": "2019-10-21T16:38:26.573802Z",
            "moderation_state": 3
        },
        {
            "id": 815,
            "content_url": "https://github.com/CommonsPlatform/Admin",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Nick Wood",
            "submitter_profile_id": 1365,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Nick Wood",
                    "profile_id": 1365,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "The Commons Platform",
            "description": "The Commons Platform is a new social media platform for community and collaboration, based on values, built by everyone for everyone and owned by everyone",
            "get_involved": "We welcome all people, skills and contributions in our growing diverse co-creation group. Contact us via Github or at [email protected] or join our Facebook group",
            "get_involved_url": "https://www.facebook.com/groups/1103998413064508/",
            "interest": "We aim to make open source, privacy and security and collaboration the default through this global platform",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_203215.2027650000.jpg",
            "created": "2018-05-08T20:32:15.202121Z",
            "moderation_state": 3
        },
        {
            "id": 652,
            "content_url": "https://rising.globalvoices.org/lenguas/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital inclusion",
                "digital literacy",
                "diversity",
                "mozsprint",
                "multimedia"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Design",
                "Join community"
            ],
            "published_by": "Mónica Bonilla",
            "submitter_profile_id": 429,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Activismo lenguas: a online resource exchange for language digital activism",
            "description": "The project seeks to create a portal for peer learning and exchange for communities participating in an open and linguistically diverse web. Built upon the shared experiences of indigenous language digital activists in Latin America, the portal will document existing initiatives of digital activism in native languages (Wikipedia, Mozilla l10n, blogs, podcasts, etc), resources to start a project what tools to use, and what strategies to follow to make your project of language digital activism sustainable.",
            "get_involved": "We want to receive contributions in the organization of communities and organization and opening of volunteer projects; design and new image; promotion of our work and expansion of our network of work with partners, sponsors and contributors.",
            "get_involved_url": "https://rising.globalvoices.org/lenguas/contacto/",
            "interest": "One of the pillars of the development of the Internet is digital inclusion, we want to contribute and build a diverse web linguistically and culturally.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024538.0339510000.jpg",
            "created": "2018-03-26T22:21:41.393976Z",
            "moderation_state": 3
        },
        {
            "id": 808,
            "content_url": "http://jrost.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "community of practice",
                "mozsprint",
                "socio-technical infrastructure",
                "tools"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Join community"
            ],
            "published_by": "Daniel Mietchen",
            "submitter_profile_id": 1337,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Mietchen",
                    "profile_id": 1337,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Joint Roadmap for Open Science Tools: how can we improve our ecosystem",
            "description": "We aim to improve the open science landscape by bringing together a range of open projects to explore how they can be improved collectively and integrated towards a more interoperable open science ecosystem. Participants include Wikidata, Mozilla, Zotero, Hypothesis, DAT, Jupyter, bioRxiv, ORCID, Crossref, OJS, Meta, OSF, PLOS and others (full list at http://jrost.org/participants ).",
            "get_involved": "We want to brainstorm about how to map the open science ecosystem and how to better link ongoing and planned activities in this space. If you see a way to help with that, you’ll be most welcome.",
            "get_involved_url": "https://github.com/OpenScienceRoadmap/mozilla-sprint-2018/blob/master/CONTRIBUTING.md",
            "interest": "You can directly influence open science-related projects you care about. A strong roadmap that helps deliver an integrated and interoperable future for open tools will help ensure the durability of open projects versus closed or proprietary alternatives.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-07_184615.6312880000.png",
            "created": "2018-05-07T18:46:15.602435Z",
            "moderation_state": 3
        },
        {
            "id": 487,
            "content_url": "https://github.com/trallard/Coding-foundation",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content"
            ],
            "published_by": "Tania R Allard",
            "submitter_profile_id": 151,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tania R Allard",
                    "profile_id": 151,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coding Foundation",
            "description": "Coding foundation is an open source initiative aiming to increase the numbers of women and queer individuals in undergraduate courses related to computer science and associated tech areas.",
            "get_involved": "We want people interested in sharing their stories as someone in the tech/computer science community, or encourage others to do so. We also need help to curate lists of online resources for gals willing to start a career in computer science or tech",
            "get_involved_url": "https://github.com/trallard/Coding-foundation",
            "interest": "This project is focused on increasing tech diversity because we believe more diverse communities produce better projects",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_084444.5887900000.png",
            "created": "2017-10-24T08:44:44.588418Z",
            "moderation_state": 3
        },
        {
            "id": 1903,
            "content_url": "https://callfortrust.online",
            "is_bookmarked": false,
            "tags": [
                "benchmark",
                "business integrity",
                "fairness",
                "index",
                "online community",
                "openness",
                "reliability",
                "safety",
                "tranparency",
                "Trustability"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jan Otten",
            "submitter_profile_id": 4298,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jan Otten",
                    "profile_id": 4298,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "CALLforTRUST",
            "description": "Platform for creating and assessing Online Trustability.",
            "get_involved": "We search interested people who want to work with us in benchmarking online trustability.",
            "get_involved_url": "https://callfortrust.online/login",
            "interest": "We work on the criteria of online trustability",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-02_133034.6863720000.jpg",
            "created": "2020-11-02T13:30:34.685499Z",
            "moderation_state": 3
        },
        {
            "id": 662,
            "content_url": "https://github.com/rust-community/content-o-tron",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "blog",
                "mozsprint",
                "rust"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community"
            ],
            "published_by": "Mark Sta Ana",
            "submitter_profile_id": 306,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mark Sta Ana",
                    "profile_id": 306,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Content-o-Tron",
            "description": "A process to generate Rust related blog posts written by people who don't usually write blog posts.",
            "get_involved": "We're trying to formalise a process that initiates blogging themes, track the progress of user generated blog posts, provide editorial assistance and then curate the content.",
            "get_involved_url": "https://github.com/rust-community/content-o-tron",
            "interest": "Long form writing (blogging) about experiences can be intimidating and tough. We want to help people over this hurdle.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_174706.2352250000.jpg",
            "created": "2018-03-31T14:48:41.836821Z",
            "moderation_state": 3
        },
        {
            "id": 481,
            "content_url": "https://github.com/meghanlazier/opposite-troll",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "open leadership zone",
                "trolling"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Meghan Lazier",
            "submitter_profile_id": 145,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Meghan Lazier",
                    "profile_id": 145,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What's the Opposite of a Troll?",
            "description": "Help us attempt to name, recognize and celebrate the behavior online that’s at the opposite end of the spectrum of how a troll behaves. We want to make altruism online a part of our vocabulary.",
            "get_involved": "We’re on a mission to do two things: 1.) Crowdsource names for the anti-troll. What is one word that we can use to identify the opposite of a troll? 2.) Curate and share online content and interactions that exemplifies the type of behavior, interactions and spirit of we want to see online.",
            "get_involved_url": "https://github.com/meghanlazier/opposite-troll",
            "interest": "Why should you care? Because Internet users cannot currently name the opposite of a troll in one word. It’s much easier to identify and name the behavior we don’t want to see online, versus the behavior we do. This is a problem because it’s difficult to talk about what we can’t name.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_034245.1540930000.jpg",
            "created": "2017-10-22T03:42:45.153698Z",
            "moderation_state": 3
        },
        {
            "id": 780,
            "content_url": "http://www.codeisscience.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Create content"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code is Science",
            "description": "Code is Science is a project to promote open source code in a scientific setting. Given that code is often used to produce scientific results, when the code is wrong, the science is wrong too! Scientific code should be open and peer reviewed.",
            "get_involved": "We're looking for scientists, coders, and anyone who is interested in helping the cause by contributing stories or curating open source journals.",
            "get_involved_url": "https://github.com/yochannah/code-is-science/issues",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-29_143944.5441010000.png",
            "created": "2018-04-29T14:39:44.543499Z",
            "moderation_state": 3
        },
        {
            "id": 72,
            "content_url": "http://mzl.la/hivesd924",
            "is_bookmarked": false,
            "tags": [
                "event",
                "gigabit community fund",
                "hive",
                "meetup"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive Austin's First Meetup",
            "description": "Hive ATX's first official meetup on 9/24: a Gigabit Fund info session, EdTech Demo, and networking event for educators, technologists and entrepreneurs interested in digital literacy and inclusion.",
            "get_involved": "We're looking for resources that support more inclusive practices in digital literacy education.",
            "get_involved_url": "",
            "interest": "MLN messaging in deck, event agenda and feedback survey; results: most participants came b/c they were invited by someone else, 100% wld recommend the event to a colleague & 92% wanted to attend a follow-up meetup in Nov/Dec.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-30T20:30:49.169000Z",
            "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": 1921,
            "content_url": "https://world.openfoodfacts.org/discover",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "crowdsourcing",
                "environment",
                "health",
                "opendata",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Pierre Slamich",
            "submitter_profile_id": 4371,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pierre Slamich",
                    "profile_id": 4371,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Food Facts",
            "description": "Open Food Facts is the \"wikipedia of food\". Using the collaborative mobile app for Android and iPhone, you can help make food transparency a reality across the globe.\nYou take photos, and community effort and artificial intelligence then allow us to create data about the products, and to compute health and environmental scores. \nAll our work is open source and opendata, and we're strictly independant from the food industry.\nThat way, you can know if a product is good for you and for the planet, help other make food choices that work for them, and help foster research.",
            "get_involved": "We're looking for coders (to help us improve the tech) and decoders (to decipher all the food that's surrounding us). \nThe impact of Open Food Facts grows by spreading the word, adding new products using the app, translating the project, and much much more.",
            "get_involved_url": "https://world.openfoodfacts.org/contribute",
            "interest": "Open Food Facts uses tech and community to have a systemic impact on the health and environmental aspects of the food system.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-23T09:15:24.864648Z",
            "moderation_state": 3
        },
        {
            "id": 505,
            "content_url": "https://fieldguide.sproutfund.org/community-building/voices-from-the-field/",
            "is_bookmarked": false,
            "tags": [
                "activism",
                "advocacy",
                "collaboration",
                "community building",
                "community of practice",
                "events",
                "facilitation",
                "human centered design",
                "mozfest",
                "networks",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Promote",
                "Create content"
            ],
            "published_by": "Dustin Stiver",
            "submitter_profile_id": 40,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tricia Monticello Kievlan",
                    "profile_id": 175,
                    "is_active": true
                },
                {
                    "name": "Dustin Stiver",
                    "profile_id": 40,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Sprout Fund's Community Building Field Guide",
            "description": "The Community Building Field Guide is an effort to develop an open source resource that documents Sprout’s community building philosophy and showcases “dispatches from the field.”",
            "get_involved": "We’re inviting people from our home in Pittsburgh and from further afield to share their insights on the best ways to mobilize people to make an impact on the issues they care about most.",
            "get_involved_url": "http://sproutfund.org/dispatch",
            "interest": "We are creating a collection of stories about community builders — the activists and advocates who use open practices to catalyze civic action. People like you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_164334.5464640000.png",
            "created": "2017-10-26T14:17:20.188511Z",
            "moderation_state": 3
        },
        {
            "id": 1912,
            "content_url": "https://mobilise.upstage.org.nz/",
            "is_bookmarked": false,
            "tags": [
                "Cyberformance",
                "Intermedia audience",
                "Internet art",
                "Networked performance",
                "Remote collaboration"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Helen Varley Jamieson",
            "submitter_profile_id": 4324,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Helen Varley Jamieson",
                    "profile_id": 4324,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Playful platform gets a rebuild",
            "description": "UpStage, the veteran browser-based platform for live online performance (cyberformance) is undergoing a complete rebuild as part of the Creative Europe funded project \"Mobilise/Demobilise.\" The new platform ditches Flash in favour of current technologies and adds new features for artists to use in real-time digital art collaborations. It will be launched in September 2021 with a performance series on the theme of mobility and immobility. Contributors welcome - developers, documentors, designers, artists - bring your imagination with you!",
            "get_involved": "We're interested in help with streaming, browser support, and business models; and we're open to anyone who is interested to get involved in the project.",
            "get_involved_url": "https://mobilise.upstage.org.nz",
            "interest": "UpStage is a unique and innovative open source artist-led creative collaboration platform. It's open source and visionary.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-16_152351.5706500000.png",
            "created": "2020-11-16T15:23:51.570067Z",
            "moderation_state": 3
        },
        {
            "id": 755,
            "content_url": "http://emergencell.cs.washington.edu",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "nsf-wins"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Spencer Sevilla",
            "submitter_profile_id": 498,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Spencer Sevilla",
                    "profile_id": 498,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "EmergenCell",
            "description": "EmergenCell is a super simple and easy to setup LTE network-in-a-box, designed to be deployed by emergency workers in the wake of a natural disaster. EmergenCell uses emergency attach mode to immediately support all phones within range without requiring SIM cards. EmergenCell comes pre-packaged with various webservices and tools that fill basic user needs (mapping, mark yourself safe, contact an EMT) without requiring an Internet connection.",
            "get_involved": "We're always looking for help contributing to our effort, either coding, design, or anything else. We're also looking for connections in the emergency response space.",
            "get_involved_url": "http://emergencell.cs.washington.edu",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-04-24T13:46:13.830249Z",
            "moderation_state": 3
        },
        {
            "id": 809,
            "content_url": "https://github.com/transpose-publishing",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "academic publishing",
                "mozsprint",
                "open science",
                "peer review",
                "science"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Jessica Polka",
            "submitter_profile_id": 1338,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jessica Polka",
                    "profile_id": 1338,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "TRANSPOSE",
            "description": "We're crowdsourcing a user-editable database of scholarly journal policies to bring more transparency to publisher practices, about which little is known on a systemic level. Our focus is on three areas: the openness of peer review, credit and recognition for reviewing, and detailed policies surrounding the use of preprints.",
            "get_involved": "We primarily need people to help us fill in journal policy records. No coding is required!",
            "get_involved_url": "https://github.com/transpose-publishing/policies-database/blob/master/CONTRIBUTING.md",
            "interest": "Peer review is foundational to our current system of creating and sharing scholarly knowledge, yet almost everything about this process is shrouded in secrecy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-07_190926.0290700000.png",
            "created": "2018-05-07T19:09:26.027807Z",
            "moderation_state": 3
        }
    ]
}