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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-tags&page=33",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-tags&page=31",
    "results": [
        {
            "id": 85,
            "content_url": "https://toolkit.mozilla.org/",
            "is_bookmarked": false,
            "tags": [
                "best practices",
                "ideate",
                "innovation",
                "open source",
                "product",
                "prototype",
                "software",
                "toolkit"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Innovation Toolkit",
            "description": "Toolkit helps you incorporate human-centered design into open source product development. Whether you have a new idea or a working prototype to test, there's lots of info here to help.",
            "get_involved": "Contribute your own questions, methods, examples, and resources.",
            "get_involved_url": "https://toolkit.mozilla.org/contribute/method/",
            "interest": "Contains lots of helpful tips on how to gather insights, ideate, prototype and test. Helps you avoid common pitfalls and stay on a path toward success.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/85.png",
            "created": "2016-09-20T15:54:32.102000Z",
            "moderation_state": 3
        },
        {
            "id": 81,
            "content_url": "http://mozillascience.github.io/working-open-workshop/contributing/",
            "is_bookmarked": false,
            "tags": [
                "contributing guidelines",
                "contributing.md",
                "contributors",
                "open source",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Wrangling Web Contributions",
            "description": "In this activity you will learn how to create and maintain a CONTRIBUTING.md for an open source project. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this document on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/contributing",
            "interest": "Help writing contributor guidelines when you're starting a new open source project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:43:54.193000Z",
            "moderation_state": 3
        },
        {
            "id": 1626,
            "content_url": "https://github.com/CombatCovid/SPA-website",
            "is_bookmarked": false,
            "tags": [
                "health care",
                "know how",
                "medical equipment",
                "open hardware",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hardware Combats Covid19",
            "description": "The problem we are trying to solve: The designs(data) being generated is not easy to find, is in different languages, and when it scales to many people participating it becomes a maze of content. Currently the formats, channels and threads are difficult to follow and understand due to the urgency of the moment. We would like to help to improve the process of finding, deciding, replicating and deploying these equipments.",
            "get_involved": "The fastest way is to join or discord chat and read the project description, and the contributing guidelines.There are different fronts we are covering, development and documentation/compilation of available sources, in standard formats.",
            "get_involved_url": "https://github.com/CombatCovid/SPA-website/blob/develop/CONTRIB.md",
            "interest": "Access to open designs covid related (ventilators, masks and so on)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-03-25T18:49:42.171046Z",
            "moderation_state": 3
        },
        {
            "id": 1221,
            "content_url": "https://utkarsh2102.github.io/debian/2019/06/02/becoming-a-debian-maintainer-in-90-days.html",
            "is_bookmarked": false,
            "tags": [
                "debian",
                "foss",
                "open source",
                "technology"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Utkarsh Gupta",
            "submitter_profile_id": 2519,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Utkarsh Gupta",
                    "profile_id": 2519,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Becoming a Debian Maintainer in 90 days!",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Open Source, Debian, Maintainer, FOSS",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-16_222319.4583640000.png",
            "created": "2019-06-16T22:23:19.456451Z",
            "moderation_state": 3
        },
        {
            "id": 29,
            "content_url": "https://www.mozilla.org/en-US/technology/",
            "is_bookmarked": false,
            "tags": [
                "gaming",
                "iot",
                "open source",
                "technology",
                "vr"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Technology",
            "description": "A landing page spotlighting key technologies developed by folks at Mozilla.",
            "get_involved": "",
            "get_involved_url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1295248",
            "interest": "The page demonstrates how Mozilla builds solutions to improve the security of the Internet, champions a web that is open source, and makes systems programming accessible for more programmers.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/29.png",
            "created": "2016-11-07T23:05:50.648000Z",
            "moderation_state": 3
        },
        {
            "id": 1436,
            "content_url": "https://elifesci.org/InnovationLeaders",
            "is_bookmarked": false,
            "tags": [
                "olx",
                "open research",
                "open research software",
                "open science",
                "open source",
                "responsible research and innovation"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Join community"
            ],
            "published_by": "Emmy Tsang",
            "submitter_profile_id": 2873,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmy Tsang",
                    "profile_id": 2873,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "eLife Innovation Leaders 2020",
            "description": "An open leadership and mentorship programme for innovators developing open-source prototypes and projects for open science and research communication – February to June 2020.\n\nBased on the Mozilla Open Leadership Training Series, this programme is designed to offer:\n- a personalised experience with one-on-one mentorship;\n- a shared co-learning journey;\n- theory and practice in open leadership, project design, community engagement and more; and\n- opportunities to be supported beyond the programme.\n\nFind out more and apply by Dec 8, 2019.\n\n(Photo by Jess Brittain)",
            "get_involved": "Apply to participate and become an Innovation Leader with your open-source for open science project! Or share and contribute as a mentor or expert.",
            "get_involved_url": "https://elifesci.org/InnovationLeaders",
            "interest": "If you wish to turn your open science and research communication tool/project idea into reality, this programme is for you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-22_130926.5436390000.jpg",
            "created": "2019-10-22T13:09:26.543092Z",
            "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": 485,
            "content_url": "http://squadbox.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "online harassment",
                "open leadership zone",
                "open source"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Design"
            ],
            "published_by": "Kaitlin Mahar",
            "submitter_profile_id": 136,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Kaitlin Mahar",
                    "profile_id": 136,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Squadbox: A Tool To Combat Online Harassment Using Friendsourced Moderation",
            "description": "Squadbox is a tool to help people experiencing online harassment by having their friends moderate their messages.",
            "get_involved": "We are looking for people to contribute to the codebase, to help us design and improve the website, to help us gather resources for our potential users, and to test the tool and give us their feedback.",
            "get_involved_url": "https://github.com/amyxzhang/squadbox",
            "interest": "Online harassment silences internet users, causes emotional damage, and makes it harder for people to communicate. We cannot have a truly inclusive internet unless we develop effective solutions to combat harassment.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_030842.4286210000.png",
            "created": "2017-10-24T03:08:42.428243Z",
            "moderation_state": 3
        },
        {
            "id": 657,
            "content_url": "https://github.com/BIONF/PhyloProfile",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bioinformatics",
                "biology",
                "data visualisation",
                "dynamic analysis",
                "interactive visualisation",
                "Mozilla Open Leadership Project",
                "mozsprint",
                "open source",
                "orthology",
                "phylogenetic profiling",
                "phylogenetics"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Mentor",
                "Test & feedback"
            ],
            "published_by": "Vinh Tran",
            "submitter_profile_id": 401,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                },
                {
                    "name": "Vinh Tran",
                    "profile_id": 401,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "PhyloProfile",
            "description": "Welcome to PhyloProfile, an interactive visualisation tool for exploring complex phylogenetic profiles. Phylogenetic profiles, presence/absence patterns of genes over a set of species, are commonly used to trace the functional and evolutionary history of genes across species and time. With PhyloProfile we can enrich regular phylogenetic profiles with further data like sequence/structure similarity, to make phylogenetic profiling more meaningful. Besides the interactive visualisation, the tool offers a set of further analysis features to gain insights like the gene age or core gene estimation.",
            "get_involved": "Any kinds of contributions are very appreciated: report or fix bugs, improve source code, add new functions, share cool ideas,…",
            "get_involved_url": "https://github.com/BIONF/PhyloProfile/blob/master/CONTRIBUTING.md",
            "interest": "With the interactive visualisation and dynamic analysis ability, PhyloProfile makes the study of complex phylogenetic profiles easier for biologists.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_023740.5621220000.jpg",
            "created": "2018-03-27T14:17:18.441767Z",
            "moderation_state": 3
        },
        {
            "id": 671,
            "content_url": "https://github.com/duracloud/duracloud/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Academic",
                "cultural heritage",
                "digital",
                "DuraSpace",
                "mozsprint",
                "open source",
                "preservation",
                "research data"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Erin Tripp",
            "submitter_profile_id": 462,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Erin Tripp",
                    "profile_id": 462,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Sourcing DuraCloud:  Beyond the License",
            "description": "We're looking to build up a community around DuraCloud. It's a suite of open source software that facilitates long-term digital preservation by connecting curators of digital content to storage providers, duplicates content across providers, and performs integrity checking to verify that stored content remains unchanged. We want to develop materials to explain it why this is important, build up a community of users, and give that community the ability to be a part of the future of DuraCloud in whatever capacity makes sense to them.",
            "get_involved": "Submit user cases/ requirement, review promotional content and provide feedback, test, and squash bugs.",
            "get_involved_url": "https://github.com/duracloud/duracloud/blob/master/CONTRIBUTING.md",
            "interest": "Digital preservation impacts everyone curating academic, cultural heritage and research data or content.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211707.0288690000.jpg",
            "created": "2018-04-04T18:37:14.996377Z",
            "moderation_state": 3
        },
        {
            "id": 649,
            "content_url": "https://publiccode.net",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "government",
                "mozsprint",
                "open source",
                "policy",
                "smart cities",
                "sustainability"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Boris van Hoytema",
            "submitter_profile_id": 416,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Boris van Hoytema",
                    "profile_id": 416,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foundation For Public Code",
            "description": "Helping cities develop code together: Codebase stewardship for products that are mixed source code & policy code.We create a viable future for cities and civic operating systems that are highly participatory and drive societal engagement. A public digital infrastructure that is inclusive, usable, adaptive, open and sustainable.To achieve this we maintain, manage, contribute to and grow an ecosystem of public software and policies that help governments, communities and citizens improve their city.",
            "get_involved": "Help us improve our process, communication and organisation to support cities to develop code together.",
            "get_involved_url": "https://github.com/publiccodenet/about/blob/develop/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024817.2380010000.jpg",
            "created": "2018-03-25T15:49:32.065705Z",
            "moderation_state": 3
        },
        {
            "id": 1445,
            "content_url": "https://www.posse.community",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "olx",
                "openness",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Attend",
                "Promote"
            ],
            "published_by": "Kara de la Marck",
            "submitter_profile_id": 2826,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kara de la Marck",
                    "profile_id": 2826,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "POSSE: People in Open Source Software & Engineering",
            "description": "POSSE is a peer mentorship programme that empowers OSS participants with skills in open leadership as well as practical knowledge and tools for building healthy, sustainable open source communities.The POSSE programme will cover principles in open leadership, open source licenses, metrics to measure community and project health, ways to grow your community, diversity and inclusion, and sustainability.",
            "get_involved": "We are recruiting for participants and experts for our first cohort to take place in 2020. Register your interest here:  https://docs.google.com/forms/d/e/1FAIpQLSfiKwvkc62_Wo4soOu7Ec71_vnr4Rgd0z2oQ_msjlmXmHLjow/viewform",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSfiKwvkc62_Wo4soOu7Ec71_vnr4Rgd0z2oQ_msjlmXmHLjow/viewform",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-23_151645.8198590000.jpeg",
            "created": "2019-10-23T15:16:45.819555Z",
            "moderation_state": 3
        },
        {
            "id": 1603,
            "content_url": "https://medium.com/prifina/prifina-release-of-open-source-standard-data-profiles-and-personal-data-licenses-dd66a6627332?source=search_post---------0",
            "is_bookmarked": false,
            "tags": [
                "data privacy",
                "open source",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Proposal for open-source standard data profiles and personal data licenses",
            "description": "Democratizing personal data is an ambitious goal. \nIn February 2020, Prifina team has released an initial version of open-source standard data profile and a proposal to create a system of licenses and permissions which individuals can use in granting access to their personal data profiles. Check it out!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla network and community has a vested interest in how the future of the Internet is going to look. This proposal for open-source standard data profiles aims to give more leverage to individuals in terms of how their personal data is used.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-02-21T18:23:44.542579Z",
            "moderation_state": 3
        },
        {
            "id": 534,
            "content_url": "http://intermine.org",
            "is_bookmarked": false,
            "tags": [
                "biology",
                "genomics",
                "open science",
                "open source",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "InterMine",
            "description": "InterMine is an open source project to integrate various biological data sources and makes it easy to query the data via a website or using an API.",
            "get_involved": "User testing, picking up issues, promoting us to people in biology",
            "get_involved_url": "https://github.com/intermine/intermine",
            "interest": "Successful open source scientific software that has been around since 2002.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-31_140534.8601690000.png",
            "created": "2017-10-31T14:05:34.855905Z",
            "moderation_state": 3
        },
        {
            "id": 426,
            "content_url": "http://hivetoronto.org/open-source-for-all/",
            "is_bookmarked": false,
            "tags": [
                "ca.pture",
                "hive learning networks",
                "hive toronto",
                "open educational resource",
                "open leadership",
                "open leadership training",
                "open source",
                "youth",
                "youth activism",
                "youth-led"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Flora Shum",
            "submitter_profile_id": 86,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Flora Shum",
                    "profile_id": 86,
                    "is_active": true
                },
                {
                    "name": "Simona Ramkisson",
                    "profile_id": 78,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source for All: A call to action for community needs.",
            "description": "An article about open source leadership for all -- a call to action for community needs. Open source culture is not just for software development, coding and online initiatives. As leaders in web literacy, digital inclusion and decentralization, it’s important to acknowledge the role the internet plays in community access and needs. Our youth council demonstrate and advocate for open source to truly reflect inclusivity, diversity and accessibility.",
            "get_involved": "Lead your own youth open leadeship training in your community!",
            "get_involved_url": "https://mozilla.github.io/open-leadership-training-series/articles/opening-your-project/develop-an-open-project-strategy-with-open-canvas/",
            "interest": "Learn about open source from a community perspective and what role you can adpot to advocate for a truly inclusive, diverse and accessible open source culture.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-05_165800.9150770000.jpg",
            "created": "2017-09-05T16:58:00.914624Z",
            "moderation_state": 3
        },
        {
            "id": 387,
            "content_url": "https://www.kiwicompute.com/",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "austin",
                "coding",
                "hack for change",
                "open source",
                "teachtheweb"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Kiwi Compute: Coding for the Curious",
            "description": "There are limited resources for middle schoolers to learn code. Students use online platforms (Scratch or code.org) that integrate block ‘coding.’ When students write their first code, it becomes difficult. To run a language, you download software to a computer. Less resourced students don’t have this option and can’t download the software. We created a platform that eliminates barriers to writing code and focuses on middle schoolers. This platform runs Python in the browser and focuses on middle schoolers. The website is kid friendly with approachable language, help buttons and tutorials.",
            "get_involved": "How can we make this more learner-centered? We would love to allow learners to communicate with an expert online, that’s anonymous and helps them with their code. Students can post questions on the chat feature and teachers can reply.",
            "get_involved_url": "http://www.github.com/murtyjones/kiwi_compute",
            "interest": "This open-source project provides a unique service that fills a gap.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-22_215019.7687710000.jpg",
            "created": "2017-06-22T21:50:19.768184Z",
            "moderation_state": 3
        },
        {
            "id": 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": 88,
            "content_url": "https://octoverse.github.com/",
            "is_bookmarked": false,
            "tags": [
                "contributors",
                "developer",
                "engagement",
                "git",
                "github",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Github Shout-out",
            "description": "Github's 2016 report on the state of open source code highlights Mozilla's @acabunoc, developing new ways to engage contributors.",
            "get_involved": "Check out Abby's mentorship program.",
            "get_involved_url": "https://github.com/MozillaFoundation/mentorship-program",
            "interest": "The report details interesting trends on open and social software development. Shoutout to Abby demonstrates the importance of engagement to foster healthy and productive software projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/88.png",
            "created": "2016-09-15T14:46:11.729000Z",
            "moderation_state": 3
        },
        {
            "id": 1819,
            "content_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "is_bookmarked": false,
            "tags": [
                "media",
                "open access",
                "openness",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action"
            ],
            "published_by": "Stefaniia Ivashchenko",
            "submitter_profile_id": 4112,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Science TV",
            "description": "Science makes our life better, safer and comfortable. However, academic community is suffering from luck of funding, transparency, reproducibility and toxic environment. Some of these problems arise from commercial companies controlling scientific communication and metrics. While most of scientific research is funded from taxpayers, makes the current system of scientific development dysfunctional and inefficient. Open Science TV is a new independent scientific media platform. Our goal is to promote Open Science principles as a potential cure to these problems and give a word to scientists.",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/channel/UC1dT_gCSsu7Qkew3W699VkQ",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-08_175546.4031100000.png",
            "created": "2020-08-08T17:55:46.402723Z",
            "moderation_state": 3
        },
        {
            "id": 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": 696,
            "content_url": "http://aardwolf.social/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "application",
                "community",
                "community networks",
                "mozsprint",
                "open source",
                "open web",
                "social media"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Banjo Fox",
            "submitter_profile_id": 400,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Banjo Fox",
                    "profile_id": 400,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Aardwolf",
            "description": "Aardwolf is a new platform for creating new social networks, connected across the web. While existing social media sites work to funnel the world into a single shared experience (and advertising marketplace), we recognize that we are all individuals with different identities and interests.",
            "get_involved": "Contribute to the codebase, design layouts, create artwork, suggest features, help document, spread the word",
            "get_involved_url": "https://github.com/BanjoFox/aardwolf",
            "interest": "Our vision is to create a social-networking platform that mirrors the functionality of Facebook while also considering the needs of the community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-17_185227.7579460000.png",
            "created": "2018-04-17T18:52:27.757435Z",
            "moderation_state": 3
        },
        {
            "id": 129,
            "content_url": "https://schedule.mozillafestival.org",
            "is_bookmarked": false,
            "tags": [
                "app",
                "event",
                "mozfest",
                "open source",
                "schedule"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mavis Ou",
                    "profile_id": 37,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozfest Schedule App",
            "description": "It's a mobile-friendly web app that allows MozFest staff to easily update the official schedule of sessions, panels, activities, etc.",
            "get_involved": "Contribute to the code. Fork it for your own event.",
            "get_involved_url": "https://github.com/mozilla/mozfest-event-app",
            "interest": "It's open source, original used for SRCCON, so can be adapted to other in-person events with lots of programmatic offerings.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/129.png",
            "created": "2016-02-09T21:53:51.784000Z",
            "moderation_state": 3
        },
        {
            "id": 1247,
            "content_url": "https://runyourown.social",
            "is_bookmarked": false,
            "tags": [
                "open source",
                "social media",
                "social networking"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Darius Kazemi",
            "submitter_profile_id": 1556,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Darius Kazemi",
                    "profile_id": 1556,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Run Your Own Social",
            "description": "A guide book on how to run a small social network site for your friends.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-09_162521.7874190000.png",
            "created": "2019-07-09T16:25:21.786785Z",
            "moderation_state": 3
        },
        {
            "id": 328,
            "content_url": "https://thimbleprojects.org/semorris/271442/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "fake news",
                "hive",
                "misinformation",
                "open educational resource",
                "open source",
                "thimble",
                "x-ray goggles"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mission: Information – Misinformation Teaching Kit",
            "description": "Learners develop web and news literacy skills to empower them to recognize, evaluate, and combat fake news and misinformation. Learners will get familiar with reading, writing and participating on the web and will become stronger consumers, producers, and distributors of media in this three-part module. (photo CC BY 2.0 https://www.flickr.com/photos/glutnix/9629164)",
            "get_involved": "Test these activities with learners, then remix the lessons using Thimble OR jump over to the GitHub repo to learn more about the project, file an issue, or contact the project team with feedback!",
            "get_involved_url": "https://github.com/open-austin/fake-the-news",
            "interest": "The learning objectives underpinning each activity are informed by Mozilla's Web Literacy Map. Complete the activities in sequence, or mix and match for your learners. Need help? Visit our discussion forum to get help and share your experience.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_195259.0363970000.jpg",
            "created": "2017-05-31T19:52:59.035883Z",
            "moderation_state": 3
        },
        {
            "id": 1037,
            "content_url": "https://allcontributors.org",
            "is_bookmarked": false,
            "tags": [
                "contributors",
                "management",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Localize & translate"
            ],
            "published_by": "Jake Bolam",
            "submitter_profile_id": 2029,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jake Bolam",
                    "profile_id": 2029,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "All Contributors",
            "description": "✨ Recognize all contributors, not just the ones who push code ✨",
            "get_involved": "Our biggest efforts are focused on making the project more visible and improving the GitHub bot",
            "get_involved_url": "https://github.com/all-contributors/all-contributors/issues/166",
            "interest": "Recognizing open source contribution efforts",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-05_175400.2479160000.png",
            "created": "2019-02-05T17:54:00.247444Z",
            "moderation_state": 3
        },
        {
            "id": 803,
            "content_url": "https://github.com/PhinchApp/Phinch/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "computational biology",
                "data visualisation",
                "genomics",
                "metadata",
                "mozsprint",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Holly Bik",
            "submitter_profile_id": 1325,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Holly Bik",
                    "profile_id": 1325,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Phinch: An interactive, exploratory data visualization tool for genomic data",
            "description": "Phinch is a open source, interactive data visualization framework for environmental genomics datasets, enabling rapid data exploration during the typical scientific research workflow. The project is a collaboration between Dr. Holly Bik (Assistant Professor at UC Riverside) and Pitch Interactive (a data visualization studio in Oakland, CA), and is funded by the Alfred P. Sloan Foundation. End users include researchers, educators, students, and citizen scientists.",
            "get_involved": "Electron app coding, bug fixes, testing out datasets, submitting feedback or visualization ideas",
            "get_involved_url": "https://github.com/PhinchApp/Phinch/blob/master/CONTRIBUTING.md",
            "interest": "DNA sequencing and genomics datasets are exciting but VERY difficult to visualize in an intuitive way. We are trying to empower scientists with better graphical frameworks, and make these exciting -Omics datasets more accessible to teachers and citizen scientists alike.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_153103.3591060000.jpg",
            "created": "2018-05-04T15:31:03.358510Z",
            "moderation_state": 3
        },
        {
            "id": 1036,
            "content_url": "https://www.argentina.gob.ar/comunidad-digital-ar",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "community",
                "government",
                "open goverment",
                "open source",
                "reuse"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sebastian Ghelerman",
            "submitter_profile_id": 1977,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sebastian Ghelerman",
                    "profile_id": 1977,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Educator, Anthropologyst, Systems Thinker, Change Agent",
            "description": "Promoting openess and reuse for digital services in Argentina´s Goverment.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Open sourcing goverment digital services is a must!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-02-05T14:35:51.229261Z",
            "moderation_state": 3
        },
        {
            "id": 501,
            "content_url": "http://www.koruza.net/",
            "is_bookmarked": false,
            "tags": [
                "future-proof hardware",
                "open hardware",
                "open innovation",
                "open iot",
                "open science",
                "open source",
                "smart cities",
                "wireless"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Anja Lazar",
            "submitter_profile_id": 164,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "KORUZA Pro - Open Source and Future-proof Light-speed Networking",
            "description": "KORUZA Pro is a first affordable, open source and future-proof free-space optical communication system, enabling next generation last-mile connectivity. Data is securely transmitted point-to-point over an eye-safe collimated beam of infra-red light with 1 Gbps or 10 Gbps throughput at distances up to 150 m. KORUZA Pro is designed for professional users, but not only, its open design enables versatile options for modifications and scientific experimentation. KORUZA Pro is developed at open hardware Institute IRNAS and fabrication lab Fabrikor and is supported by the Shuttleworth Foundation.",
            "get_involved": "Koruza is developed open source and open hardware. It is available for preorder from October 2016 on. Order a kit, test it, make suggestions, help improve it.",
            "get_involved_url": "https://github.com/IRNAS/KORUZA-Pro",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_184118.5034320000.jpg",
            "created": "2017-10-25T18:41:18.502755Z",
            "moderation_state": 3
        },
        {
            "id": 684,
            "content_url": "https://github.com/rainsworth/ROSA",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open access",
                "open data",
                "open educational resource",
                "open innovation",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Rachael Ainsworth",
            "submitter_profile_id": 123,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rachael Ainsworth",
                    "profile_id": 123,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Resources for Open Science in Astronomy (ROSA)",
            "description": "Our mission is to compile and tailor open science best practices from around the web into a resource kit for astronomers to work openly from proposal to publication - we want to supply a single resource to early career scientists to empower them with the tools to practice open access/data/source/science!",
            "get_involved": "Help us compile resources, draft content/tutorials and provide feedback on the toolkit! This project relies on contributions from both the wider astrophysics and open science communities in order to benefit from diversity and range in input.",
            "get_involved_url": "https://github.com/rainsworth/ROSA/issues",
            "interest": "Many scientific fields are still dominated by closed research practices. It is often difficult to reproduce results and frustrating to build/iterate on the research of others. The reasons for this are diverse, but one is a lack of understanding about HOW to work in an open way. Let's fix this!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-10_163109.5025520000.jpg",
            "created": "2018-04-10T16:31:09.501912Z",
            "moderation_state": 3
        },
        {
            "id": 1326,
            "content_url": "https://goscommons.github.io/hardocs-guide/",
            "is_bookmarked": false,
            "tags": [
                "command line interface",
                "hardware documentation",
                "open source",
                "open source design"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hardocs: an open source CLI to make hardware documentation simple",
            "description": "Hardware documentation, specially in open hardware projects, needs to improve with regard to accessibility, interoperability as well as compatibility. We are working on the automation of key services that allow hardware communities to easily collaborate and open their hardware projects in standard formats and structure. Hardocs is a wizard command line interface meant to be flexible and git friendly. It is based on nodejs and makes really easy to deploy static websites in github pages, or gitlab pages. It also makes tedious tasks easier like managing bill of materials.",
            "get_involved": "I am looking for people with experience in javascript, people that are looking for a fun project to work like a nodejs based command line interface, or a backend developer that wants to work with express, but also users and testers that want to try this package in their hardware projects.",
            "get_involved_url": "https://t.me/hardocs19",
            "interest": "They can learn javascript, learn about open hardware and participate in open hardware projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-15_083403.9405610000.png",
            "created": "2019-08-15T08:34:03.939710Z",
            "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": 1108,
            "content_url": "http://www.harmonic21.org/the-regionalization-of-the-internet/",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "charitable",
                "cultural network",
                "global dialogue of humanity",
                "open source",
                "Virtual Net Festival",
                "virtual reality",
                "World Culture Fair"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Take Action",
                "Join community"
            ],
            "published_by": "Andreas Klinksiek",
            "submitter_profile_id": 2228,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Andreas Klinksiek",
                    "profile_id": 2228,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "GLOBAL DIALOG in the 21st Century. The Regionalization of the Internet",
            "description": "The LOCATE-SYSTEM 21\n \nOur Navigation System allows a precise definition of target groups not only according to content-related classification criteria but it specializes in the definition of any geographical range looked for.\nThe „Locate-System“ offers the user the following ranges and possibilities of Geographical Navigation:     local    -    regional    -    countrywise    -    continental    -    global\nRegional editors worldwide\n\nOne of the interesting possibilities that „Locate-System21“ offers is the organization of the virtual „21net Festival“ and the „World Culture Fair“.",
            "get_involved": "Make this project yours and get involved with ideas and contacts!",
            "get_involved_url": "http://www.harmonic21.org/cooperative-foundation/",
            "interest": "This is a global Open Source Project with the goal to generate extensive resources  to promote world culture and humanitarian projects worldwide.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-10_151508.1783540000.png",
            "created": "2019-04-10T15:15:08.177704Z",
            "moderation_state": 3
        },
        {
            "id": 553,
            "content_url": "https://github.com/rissom/unidaplan",
            "is_bookmarked": false,
            "tags": [
                "AngularJS",
                "eLifeopensciencesoapbox",
                "ELN",
                "Java",
                "mozfest",
                "open science",
                "open source",
                "PostgreSQL",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Thorsten Rissom",
            "submitter_profile_id": 238,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Thorsten Rissom",
                    "profile_id": 238,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unidaplan",
            "description": "Unidaplan (\"You need a plan\") is an open source sample management software. This software is made for scientists who need to manage their samples, plan experiments and do processes on them. The tool allows you to plan experiments and track progress, as well as search for samples with specific properties.",
            "get_involved": "Unidaplan is working, but still in prototype stage. Looking for people who would like to try it out, test it and give feedback. Contribute on GitHub (https://github.com/rissom/unidaplan).",
            "get_involved_url": "https://github.com/rissom/unidaplan",
            "interest": "Interesting for scientists who work with physical samples",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-19_181154.9325910000.png",
            "created": "2017-11-19T18:11:54.931804Z",
            "moderation_state": 3
        },
        {
            "id": 1002,
            "content_url": "https://mrpandey.github.io/d3graphTheory/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "d3.js",
                "graph theory",
                "javascript",
                "mozsprint",
                "open source",
                "sprintforih"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Fundraise",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Avinash Pandey",
            "submitter_profile_id": 2014,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Avinash Pandey",
                    "profile_id": 2014,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "D3 Graph Theory",
            "description": "Interactive and visual graph theory tutorials made using d3.js.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mrpandey/d3graphTheory",
            "interest": "It is open source.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-22_185712.5913930000.png",
            "created": "2019-01-22T18:57:12.590916Z",
            "moderation_state": 3
        },
        {
            "id": 55,
            "content_url": "http://koruza.net/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "internet",
                "mozfest",
                "network",
                "open hardware",
                "open source",
                "wireless"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "KORUZA Light-Speed Internet",
            "description": "Koruza is a wireless internet system transmitting 1/10 GB of data  through a beam of light from building to building up to 150m apart.",
            "get_involved": "Koruza is developed open source and open hardware. It is available for preorder from October 2016 on. Order a kit, test it, make suggestions, help improve it.",
            "get_involved_url": "http://new.koruza.net/contact/",
            "interest": "Instead of expensive cables or congested radio waves, Koruza transceivers connect with a beam of light. Set-up in hours, not days and connecting buildings up to 150 metres apart at 10 Gbps, Koruza transceivers are ten times cheaper than other optical connectors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/55.png",
            "created": "2016-10-26T20:45:14.976000Z",
            "moderation_state": 3
        },
        {
            "id": 820,
            "content_url": "https://opensciencemooc.eu/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open access",
                "open research",
                "open research software",
                "open science",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Jon Tennant",
            "submitter_profile_id": 1379,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jon Tennant",
                    "profile_id": 1379,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Open Science MOOC",
            "description": "Creating a community platform to help equip researchers with the skills they need to excel in a modern digital environment.",
            "get_involved": "Help us to get this project off the ground!",
            "get_involved_url": "https://github.com/OpenScienceMOOC",
            "interest": "Open Science is based on core principles such as justice, freedom, accountability, and transparency. It's about making global research work better, which is something we should all want.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_133323.7306480000.png",
            "created": "2018-05-09T13:33:23.730081Z",
            "moderation_state": 3
        },
        {
            "id": 1218,
            "content_url": "https://github.com/ushahidi/opensourcedesign",
            "is_bookmarked": false,
            "tags": [
                "design",
                "design thinking",
                "graphic design",
                "human centered design",
                "interaction design",
                "open",
                "open source",
                "product design",
                "ui design",
                "user centred design"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Eriol Fox",
            "submitter_profile_id": 1650,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Justin Scherer",
                    "profile_id": 1876,
                    "is_active": true
                },
                {
                    "name": "Eriol Fox",
                    "profile_id": 1650,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source Design",
            "description": "Opening up the way for designers to collaborate and contribute to open source software projects with support from Adobe & Designit.",
            "get_involved": "Looking for designers interested in opening up the process of design for OSS",
            "get_involved_url": "https://github.com/ushahidi/opensourcedesign",
            "interest": "Building a comprehensive, well researched and strong way forward for designers globally to collaborate and contribute to OSS projects.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-12_005126.1774410000.png",
            "created": "2019-06-12T00:51:26.176982Z",
            "moderation_state": 3
        },
        {
            "id": 287,
            "content_url": "https://openpics.xyz/",
            "is_bookmarked": false,
            "tags": [
                "images",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Pics",
            "description": "Search and download free stock photos from multiple sources for your creative projects.",
            "get_involved": "Contributors by: Adding more image sources; Allow adding pixabay pictures to favourites; Personalisation; Optimize Gallery View; Better Download manager; Write better documentation for Developers; Adding albums other than favourite to keep organized list of images",
            "get_involved_url": "https://github.com/lohanitech/openpics/blob/master/CONTRIBUTING.md",
            "interest": "Why use Open pics? It's the last image searcher you will ever need.  1. It's free and open source 2. Search images from multiple sources 3. Download high resolution images directly from gallery view 4. Keep a list of favourite images 5. Add own albums to organize list of images for future use",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-19_162747.1423960000.jpg",
            "created": "2017-05-17T23:20:46.287860Z",
            "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": 1943,
            "content_url": "https://medium.com/prifina/liberty-equality-data-podcast-episode-2-ac9181ea38f5",
            "is_bookmarked": false,
            "tags": [
                "coding",
                "data",
                "design",
                "developer",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Paul Jurcys",
            "submitter_profile_id": 3621,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Paul Jurcys",
                    "profile_id": 3621,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "L.E.D. Podcast: \"Building apps for Health Data, Insights and Personal Value\"",
            "description": "In this podcast we talk to Steven S. Charlap, MD who is a trained surgeon and the CEO of Soap Health which is building conversational AI-powered patient and physician facing interface. \nIn this podcast we focus on health data, new data generated by wearables, direct-to-consumer genome testing, to generate value on different levels (insights, utility for physicians, health-driven incentives, behavior adjustments). The discussion touches on limitations of new devices, incentivization, the need for holistic understanding of data and the context where data finds itself.",
            "get_involved": "",
            "get_involved_url": "https://dev.prifina.com",
            "interest": "New applications that can be built on top of user-held data",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-16_165539.6976840000.jpg",
            "created": "2020-12-16T16:55:39.696747Z",
            "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": 676,
            "content_url": "https://github.com/vektorious/mbac",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "3D Design",
                "3D printing",
                "bacteria",
                "computer vision",
                "mozsprint",
                "open science",
                "open science hardware",
                "python"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Alexander Kutschera",
            "submitter_profile_id": 411,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alexander Kutschera",
                    "profile_id": 411,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MBac - Taking a closer look on how bacteria move!",
            "description": "MBac is a open science hardware and software project to analyze swarm movements of bacteria.Analyzing bacteria movements is sometimes difficult. Experiments with the same bacteria often lead to very different results because the movements are depending on many different things. Thats's why a standardized hardware setup could help to avoid influences from outside and contribute to always get similar results if you repeat an experiment. Additionally using a software to analyze bacteria movements over time can increases accuracy because you don't have just one data point but hundreds.",
            "get_involved": "Help us to design and optimize the imaging setup, write scripts to analyze the images and test the complete setup!",
            "get_involved_url": "https://github.com/vektorious/mbac/issues",
            "interest": "The setup could increase the reproducibility of experiments which are performed to analyze swarm movements of bacteria. But the hardware setup can also be used as an image station to take agar plate pictures and store them on an image server.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211509.1255780000.jpg",
            "created": "2018-04-05T19:05:08.666226Z",
            "moderation_state": 3
        },
        {
            "id": 1444,
            "content_url": "https://openpostac.org/",
            "is_bookmarked": false,
            "tags": [
                "humanities",
                "olx",
                "openscience",
                "post academics",
                "social science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content",
                "Fundraise"
            ],
            "published_by": "Beth Duckles",
            "submitter_profile_id": 2905,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Beth Duckles",
                    "profile_id": 2905,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Post Academic Mentorship Program!",
            "description": "The OPA mentorship program helps people with a PhD in the social sciences and humanities share their skills and knowledge more openly. Participants in this 8 week program will expand their social networks outside of the academic system, learn how to translate their skills to address pressing problems and create an open project to share their knowledge.\n\nRecruiting for our first cohort in January 2020 and applications will open November 1st. Looking for mentors as well as an expert pool who are willing to network. We also welcome funding conversations.",
            "get_involved": "Looking to get the word out for program participants, mentors and folks who want to network with participants. Also looking for funding opportunities!",
            "get_involved_url": "https://openpostac.org/",
            "interest": "Open research matters and folks who are post acs have a lot to contribute.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-23_140551.3164150000.jpg",
            "created": "2019-10-23T14:05:51.315870Z",
            "moderation_state": 3
        },
        {
            "id": 1141,
            "content_url": "https://github.com/Opentrons/Protocols/issues/825",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "biology",
                "community",
                "community development",
                "digital protocols",
                "hackathon",
                "openscience",
                "robotics",
                "software",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Kristin Ellis",
            "submitter_profile_id": 2053,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Alise Au",
                    "profile_id": 2056,
                    "is_active": true
                },
                {
                    "name": "Laura Cox",
                    "profile_id": 2054,
                    "is_active": true
                },
                {
                    "name": "Kristin Ellis",
                    "profile_id": 2053,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Opentrons Hack-A-Tron",
            "description": "Opentrons makes low-cost, open-source robots for biologists that help them carry out experiments in their labs. Our platform encourages discovery, creation, contribution, and sharing of automated scientific workflows.\n \n\nWe're having our first ever HACKATHON as part of the Mozilla Global Sprint for Internet Health! Come join our community (in person or remotely) to contribute anything and everything -- from content, feedback, and documentation to code and hardware improvements.  \n\nWe're super excited to have you join in on the fun! Email us at [email protected] for more details.",
            "get_involved": "Help us to: improve documentation and content, create new protocols to share with our community, find interesting things to add to our hardware and software, and more!",
            "get_involved_url": "https://hack-a-tron.paperform.co/",
            "interest": "We're part of the Mozilla Open Leaders 7 cohort, and we'd love to bring more people into our network! If you're interested in the intersection of open science, robots, and community-driven biology, this is for you!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_041528.0944730000.png",
            "created": "2019-05-01T04:15:28.094078Z",
            "moderation_state": 3
        },
        {
            "id": 1620,
            "content_url": "https://medium.com/@Calkibet/openscienceke-we-go-far-together-3042ac8b1d8e",
            "is_bookmarked": false,
            "tags": [
                "#mozfellow20",
                "openscience"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenScienceKE: Open by Design and in Action — We Go Far, Together",
            "description": "This is a blogpost in a series on Open Science activities in Kenya, data management, and machine learning.",
            "get_involved": "I'd love to hear your thoughts.",
            "get_involved_url": "https://github.com/BioinfoNet",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-20_100338.4284390000.png",
            "created": "2020-03-20T10:03:38.427855Z",
            "moderation_state": 3
        },
        {
            "id": 479,
            "content_url": "https://github.com/derekhoward/HBAsets",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "Mozilla Open Leadership Project",
                "open data",
                "open leadership zone",
                "open-science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Derek Howard",
            "submitter_profile_id": 142,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Derek Howard",
                    "profile_id": 142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HBAsets",
            "description": "We're making use of open brain transcriptome data to build a tool that helps scientists  understand how sets of genes (related to a disease of interest) map onto specific brain areas, cell types at  different time points.",
            "get_involved": "Help test the prototype, provide feedback on use cases, contribute to the web app development",
            "get_involved_url": "https://github.com/derekhoward/HBAsets",
            "interest": "Facilitating the re-use and integration of valuable open data sets",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-20T20:23:19.483887Z",
            "moderation_state": 3
        },
        {
            "id": 228,
            "content_url": "https://science.mozilla.org/programs/events/mini-wow-pdx-2017/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "open-science",
                "open-source",
                "wow"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                },
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                },
                {
                    "name": "Danielle Robinson, PhD",
                    "profile_id": 90,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "mini-WOW PDX",
            "description": "At miniWOW PDX, the Mozilla Science Lab will help you take your project from idea to reality and give you technical, project management, and community building skills to kickstart your work. It's modeled as a smaller workshop akin to the Working Open Workshops that the Mozilla Science Lab has coordinated in Berlin (2016) and Montreal (2016).",
            "get_involved": "RSVP to attend, or reach out to Danielle to find out more.",
            "get_involved_url": "https://docs.google.com/forms/d/e/1FAIpQLSe7XNcDDcBWRzuiYNHRVb-MVxJwt4cz4E2uH86ZB1u_MHYPqw/viewform",
            "interest": "WOW curriculum and materials (schedule, website, mooc content) are openly licensed and available to anyone in the network who wants to teach the principles of open source to their communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_153843.1978430000.png",
            "created": "2017-04-14T15:38:43.197507Z",
            "moderation_state": 3
        },
        {
            "id": 460,
            "content_url": "https://github.com/rainsworth/ROSA",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open educational resource",
                "open leadership zone",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Rachael Ainsworth",
            "submitter_profile_id": 123,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rachael Ainsworth",
                    "profile_id": 123,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Resources for Open Science in Astronomy (ROSA)",
            "description": "Our mission is to compile and tailor open science best practices from around the web into a resource kit for astronomers to work openly from proposal to publication - we want to supply a single resource to early career scientists to empower them with the tools to practice open access/data/source/science! We envision that this project will result in two products: general open science resource kit that can be adapted to any field, and one specifically tailored for astronomy - ROSA. The end product aims to be a well-documented guide on WHY you should research openly and HOW.",
            "get_involved": "Help us compile resources, draft tutorials, design the website and provide feedback on the toolkit! This project relies on contributions from both the wider astrophysics and open science communities in order to benefit from diversity and range in input.",
            "get_involved_url": "https://github.com/rainsworth/ROSA/blob/master/ROADMAP.md",
            "interest": "Many scientific fields are still dominated by closed research practices. It is often difficult to reproduce results and frustrating to build/iterate on the research of others. The reasons for this are diverse, but one prominent issue is a lack of understanding about HOW to work in an open way.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_161009.7490470000.png",
            "created": "2017-10-10T16:10:09.746687Z",
            "moderation_state": 3
        }
    ]
}