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

{
    "count": 1761,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-tags&page=34",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-tags&page=32",
    "results": [
        {
            "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": 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": 961,
            "content_url": "https://github.com/BioinfoNet/OpenScienceKE",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Join community"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenScienceKE",
            "description": "In OpenScienceKE, we engage with Bioinformatics students and researchers to promote open, collaborative and reproducible Bioinformatics Research in Nairobi, Kenya in order to build a community of Bioinformaticians who can collaborate and spread the open science message.",
            "get_involved": "Help us test the training materials. Contribte to other publishers that offer subsidy or waivers to researcher from low income countries.",
            "get_involved_url": "https://github.com/BioinfoNet",
            "interest": "This project contains training resources that can be reused. It also contains a resource to guide researchers on how to publish open access at low cost.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-12_082624.9537490000.jpg",
            "created": "2018-11-12T08:26:24.953078Z",
            "moderation_state": 3
        },
        {
            "id": 1116,
            "content_url": "https://www.openscapes.org/blog/2019/04/08/summit-reflections1/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "culture",
                "data science",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 2086,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 2086,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Openscapes Champions Summit",
            "description": "In March 2019 I witnessed environmental scientists become champions for open data science when we brought the inaugural cohort of Openscapes Champions together for a summit in Santa Barbara, California. The summit was supported by Mozilla and hosted at the National Center for Ecological Analysis and Synthesis (NCEAS) with the purpose of building relationships, sharing lessons learned, and igniting collaborations. This is the first of several blogs, as an overview of the event and its outcomes.",
            "get_involved": "Join us! We are trying to increase the visiblity and value of open science broadly, and fundraise for the Openscapes program specifically. Thank you!",
            "get_involved_url": "https://www.openscapes.org/contact/",
            "interest": "leading a successful event to excite people about openness, community building",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-18_215623.5075320000.jpg",
            "created": "2019-04-18T21:56:23.507056Z",
            "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
        },
        {
            "id": 274,
            "content_url": "http://hypertools.readthedocs.io/en/latest/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "python",
                "visualization"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "HyperTools",
            "description": "Data visualizations can reveal trends and patterns that are not otherwise obvious from the raw data or summary statistics.  HyperTools is a library for visualizing and manipulating high-dimensional data in Python.  It is built on top of matplotlib (for plotting), seaborn (for plot styling), and scikit-learn (for data manipulation).",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/ContextLab/hypertools",
            "interest": "We are participating in the 2017 Global Sprint and would love to collaborate!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_210323.9176110000.png",
            "created": "2017-05-11T21:03:23.917090Z",
            "moderation_state": 3
        },
        {
            "id": 272,
            "content_url": "http://themethodpodcast.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "podcast"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Method: an open source, peer reviewed podcast about science",
            "description": "The Method is an open source, peer reviewed podcast about the state of science. We are a team of scientists and science-lovers who want to improve the quality, inclusivity, and productivity of our conversations about science.  Just as an open source community can improve the quality of code, we are creating a platform for the scientific community to improve the quality of our conversations about what is working in science and what is not.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/the-method/podcast",
            "interest": "We need scientists and science-lovers to listen to our podcast episodes and respond with their own opinions, experiences, stories, references, and constructive feedback.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_194202.0277840000.jpg",
            "created": "2017-05-11T19:42:02.027232Z",
            "moderation_state": 3
        },
        {
            "id": 271,
            "content_url": "https://authorcarpentry.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "curriculum",
                "global sprint",
                "gs2017",
                "libraries",
                "mozsprint",
                "open science",
                "software carpentry",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Author Carpentry",
            "description": "AuthorCarpentry is a set of open lessons designed to enhance scientific authorship and publishing in the digital age. Its aim is to promote and support best practices in open science and research communication.",
            "get_involved": "We enthusiastically welcome contributions of librarian and other research professionals.  If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/AuthorCarpentry/planning/issues",
            "interest": "AuthorCarpentry lessons cover tools, workflows, practices, and skills that help researchers prepare, submit, and publish contributions that add value to an open scholarly record and invite others to adapt and build upon their work.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-11_161511.0813060000.jpg",
            "created": "2017-05-11T16:15:11.080793Z",
            "moderation_state": 3
        },
        {
            "id": 1597,
            "content_url": "https://medium.com/@kstathou/orion-an-open-source-tool-for-the-science-of-science-4259935f91d4",
            "is_bookmarked": false,
            "tags": [
                "machine learning",
                "mozfellows19",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Orion: An open-source tool for the science of science",
            "description": "Orion is an open-source tool to monitor and measure progress in science.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-10_093132.2003810000.jpg",
            "created": "2020-02-10T09:31:32.199892Z",
            "moderation_state": 3
        },
        {
            "id": 1888,
            "content_url": "https://medium.com/openscienceke/research-data-management-it-takes-a-plan-anchored-on-a-policy-dbae2271404",
            "is_bookmarked": false,
            "tags": [
                "open science",
                "research data"
            ],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Research Data Management: It takes a plan anchored on a policy",
            "description": "It takes a plan. A plan depends on what you believe, what you should do, what your job description says, your value system, what interests you, etc. So before you sleep, you come up with a plan on what you will do, how you will do it, and the tools you will use. Your plan anchors on what you need to do and your belief system. There is always a structure on which the plan stands.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_121726.3318750000.jpg",
            "created": "2020-10-26T12:17:26.331251Z",
            "moderation_state": 3
        },
        {
            "id": 276,
            "content_url": "https://github.com/aletheia-foundation/admin",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "2018",
                "blockchain",
                "eLifeopensciencesoapbox",
                "global sprint",
                "gs2017",
                "mozfest",
                "mozsprint",
                "open access",
                "open leadership zone",
                "open science",
                "publishing"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Create content"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kade Morton",
                    "profile_id": 131,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Aletheia",
            "description": "As a decentralised open-access scientific journal, Kade would like Aletheia to be an alternative option for academic publishing. It is managed directly by the community through a decentralised autonomous organisation (DAO) with no single point of control. The database is stored across many peers to provide security — think of it as a peer to peer (P2P) publishing platform and database all rolled into one. Aletheia is being built for any academic and rigorous content, it's not domain-specific.",
            "get_involved": "Kade is looking for people experienced with academic publishing, researchers with content, and people with expertise to review content. Also needs help building the platform and the community around it. Contribute on GitHub or reach out to Kade by email ([email protected]).",
            "get_involved_url": "https://github.com/aletheia-foundation",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_175050.3496070000.jpg",
            "created": "2017-05-12T06:16:32.704235Z",
            "moderation_state": 3
        },
        {
            "id": 262,
            "content_url": "https://github.com/Open-Data-Science-at-SIO/RRROBOTS",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "RRROBOTS",
            "description": "Many scientists would like to adopt better habits for reproducible research. With Reproducible Research in R for Ocean Biosciences (RRROBOTS) our focus is on developing some lessons in doing that for scientific computing, and then teaching those lessons in a graduate-level course where students will reproduce results from existing publications.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/Open-Data-Science-at-SIO/RRROBOTS",
            "interest": "This seminar course is aimed at graduate students who have completed introductory classes in statistics and programming and are thinking about data analyses for their thesis projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_150947.1216750000.png",
            "created": "2017-05-05T15:09:47.121066Z",
            "moderation_state": 3
        },
        {
            "id": 555,
            "content_url": "https://stenci.la",
            "is_bookmarked": false,
            "tags": [
                "data",
                "eLifeopensciencesoapbox",
                "mozfest",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Nokome Bentley",
            "submitter_profile_id": 245,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Nokome Bentley",
                    "profile_id": 245,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Stencila",
            "description": "Stencila aims to make reproducible research more accessible with tools which have familiar, more intuitive and less intimidating interfaces. This also enables better collaboration between \"coders\" and \"clickers\".  Stencila Documents provide a word processor interface but allow the embedding of code written in languages such as R, Python and SQL to create tables and figures. Stencila Sheets provide a familiar spreadsheet like interface but allow cell formulas to be written in these same languages and have features to make them less error prone and more reproducible.",
            "get_involved": "Help the community shape Stencila: design and prioritise features, try out prototypes, contribute code!",
            "get_involved_url": "https://community.stenci.la/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-23_204624.7671230000.png",
            "created": "2017-11-23T20:46:24.759184Z",
            "moderation_state": 3
        },
        {
            "id": 680,
            "content_url": "https://authorcarpentry.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "curriculum",
                "mozsprint",
                "open science",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Tom Morrell",
            "submitter_profile_id": 391,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Tom Morrell",
                    "profile_id": 391,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AuthorCarpentry",
            "description": "AuthorCarpentry is a set of open lessons designed to enhance scientific authorship and publishing in the digital age. Its aim is to promote and support best practices in open science and research communication.",
            "get_involved": "Help us test and review existing lessons, or make new content from our lesson roadmap!",
            "get_involved_url": "https://github.com/AuthorCarpentry/planning/issues",
            "interest": "AuthorCarpentry lessons cover tools, workflows, practices, and skills that help researchers prepare, submit, and publish contributions that add value to an open scholarly record and invite others to adapt and build upon their work.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-06_223450.8777980000.png",
            "created": "2018-04-06T22:34:50.877163Z",
            "moderation_state": 3
        },
        {
            "id": 259,
            "content_url": "https://github.com/cmaumet/fmri_reporting",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "imaging",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Easy fMRI Reporting",
            "description": "Scientific communities are increasingly calling for more transparent research practices. Ideally, to maximise impact of research, the analysis code, data and manuscript should all be made available to the research community. In practice, this can prove to difficult and time consuming.  Another project in this year's Global Sprint, fmri_reporting is a course that explores current solutions to share data and code in support of publication of an fMRI study and provides simple recipes for different levels of data and code sharing.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/cmaumet/fmri_reporting",
            "interest": "This project would be very interested to hear from you if you've published data or code in relation to an fMRI experiment and you would like to share your thoughts on this experience.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_194738.4258560000.png",
            "created": "2017-05-04T19:47:38.425547Z",
            "moderation_state": 3
        },
        {
            "id": 513,
            "content_url": "http://brainbox.pasteur.fr/",
            "is_bookmarked": false,
            "tags": [
                "brain",
                "brain imaging",
                "citizen science",
                "collaboration",
                "mozfest",
                "neuroimaging",
                "open leadership zone",
                "open science",
                "open web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Join community",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Katja Heuer",
            "submitter_profile_id": 180,
            "bookmark_count": 6,
            "related_creators": [
                {
                    "name": "Katja Heuer",
                    "profile_id": 180,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "BrainBox",
            "description": "BrainBox is a Web application to collaboratively work with brain imaging data in real-time.",
            "get_involved": "Join our efforts on GitHub! Everybody very is welcome! We need designers to help us design the user interface and user interaction, we need coders who help us develop our tool and we need people helping us with the segmentations. We welcome every level of expertise and will be happy to help.",
            "get_involved_url": "https://github.com/OpenNeuroLab/BrainBox",
            "interest": "With BrainBox, we build on the Open Web to allow every one to contribute to study the brain.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_134011.2665620000.png",
            "created": "2017-10-27T13:40:11.265889Z",
            "moderation_state": 3
        },
        {
            "id": 1151,
            "content_url": "https://docs.google.com/document/d/e/2PACX-1vSopRCzGS15AvFIwob2vSWFf5PwyBHNGlQhxaNpJWuMaRg4nQI8S23uK630t-1x6Vqt7Zqzf06wYULt/pub",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "design thinking",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Join community"
            ],
            "published_by": "Nechari",
            "submitter_profile_id": 2050,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nechari",
                    "profile_id": 2050,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Case Study: The Found",
            "description": "The Found: a case study on improving reproductive health access through open science.",
            "get_involved": "",
            "get_involved_url": "https://github.com/NechariR/The-Found",
            "interest": "open science, reproductive justice, community participation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T05:56:37.503063Z",
            "moderation_state": 3
        },
        {
            "id": 1111,
            "content_url": "https://github.com/devoworm/OW-DW-Education/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "collaboration",
                "data science",
                "education",
                "open science",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Bradly Alicea",
            "submitter_profile_id": 1928,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Bradly Alicea",
                    "profile_id": 1928,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenWorm/DevoWorm Curriculum",
            "description": "A set of short courses, tutorials, and other educational materials developed to increase open participation/collaboration in our organization, educate potential contributors on topics relevant to our organization's work, and facilitate new research- and outreach-related contributions by potential contributors.",
            "get_involved": "Help us test and evaluate the curriculum!",
            "get_involved_url": "http://openworm.org",
            "interest": "Open Education, Educational Innovation, Scientific Content, Open Leaders 7 Project",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-15_155129.6985540000.png",
            "created": "2019-04-15T15:51:29.697449Z",
            "moderation_state": 3
        },
        {
            "id": 1618,
            "content_url": "https://medium.com/@kstathou/a-walkthrough-of-orions-backend-data-and-design-decisions-f60c01b507aa",
            "is_bookmarked": false,
            "tags": [
                "data science",
                "mozfellows19",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A walkthrough of Orion’s backend, data and design decisions",
            "description": "In the previous blog, I introduced Orion, an open-source tool for the science of science that I am developing as part of my fellowship with Mozilla. Orion can be split into three parts; a backend that includes the processes that collect and analyse research data, a search engine and a data visualisation layer. In this post, I will discuss Orion’s backend as well as some important data and design choices.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-03-16_091734.5495960000.jpg",
            "created": "2020-03-16T09:17:34.549153Z",
            "moderation_state": 3
        },
        {
            "id": 1181,
            "content_url": "https://github.com/anneclinio/documenta",
            "is_bookmarked": false,
            "tags": [
                "documentation",
                "open data",
                "open science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Anne Clinio",
            "submitter_profile_id": 1917,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Clinio",
                    "profile_id": 1917,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Documenta?!",
            "description": "The idea is to get to know, study and showcase documentation practices developed by practitioners in labs, specially citizen labs, makerspaces, hackerspaces, informal learning spaces, etc. We believe that proper documentation of projects is crucial in opening opportunities to engage persons, share visions, foster communities, inspire initiatives and reproduce objects. Documentation does not capture everything, but it helps us tracking the reasons why we obtain certain findings in our experiments, prototipes, communities. Also, allows us to learn from those who came before us and improve.",
            "get_involved": "",
            "get_involved_url": "https://github.com/anneclinio/documenta",
            "interest": "I hope it is useful to people working oin labs!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-16T20:07:28.751033Z",
            "moderation_state": 3
        },
        {
            "id": 577,
            "content_url": "https://bioSyntax.org",
            "is_bookmarked": false,
            "tags": [
                "biology",
                "genomics",
                "open science",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Artem Babaian",
            "submitter_profile_id": 273,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Artem Babaian",
                    "profile_id": 273,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "bioSyntax: Syntax Highlighting for Computational Biology",
            "description": "bioSyntax is a suite of syntax highlighting for computational biology file formats. It uses the native syntax-highlighting engines in vim, gedit, sublime and less to add color and formatting to data files. This greatly improves the human-readability and brings scientists closer to their data.",
            "get_involved": "WTB: Scientists (all disciplines) with a deep understanding of how a data-format is read. Designers with flare. Coders looking for seriously fun optimization problems.",
            "get_involved_url": "https://github.com/bioSyntax/bioSyntax",
            "interest": "bioSyntax is a unique library and can greatly improve data readability. I'm hoping to inspire scientists from all disciplines to evaluate this problem in their fields.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-01-16_070125.3708370000.gif",
            "created": "2018-01-16T07:01:25.370004Z",
            "moderation_state": 3
        },
        {
            "id": 682,
            "content_url": "https://github.com/graciellehigino/IGNITE",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "communication",
                "community building",
                "education",
                "Mozilla Open Leadership Project",
                "mozsprint",
                "open access",
                "open educational resource",
                "open science",
                "participatory science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Gracielle Higino",
            "submitter_profile_id": 406,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IGNITE",
            "description": "Science communication can empower people, and would be great if scientists could help in this mission. However, scientists are not trained to communicate their work to non-specialists (which can be really hard!), and they often think they can't do it. Because SciComm is an interdisciplinary field, why not gather people with different skills to build a fun, short, crowdsourced and reproducible SciComm workshop aimed at young scientists?",
            "get_involved": "You can help us building content, creating our visual identity, our website, analysing some data, organizing the courseware and activities, testing the workshop in your city or attending to a workshop and giving us feedback.",
            "get_involved_url": "https://github.com/graciellehigino/IGNITE",
            "interest": "This is an opportunity to science communicators to share their knowledge and help building a community. If you are not a science communicator, you will benefit form the content built in IGNITE and learn how you can spread the love for science.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-07_233215.4947050000.png",
            "created": "2018-04-07T23:32:15.494289Z",
            "moderation_state": 3
        },
        {
            "id": 810,
            "content_url": "https://github.com/vuelaendron/vuela/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "drones",
                "mozsprint",
                "open hardware",
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Proyecto Vuela",
            "submitter_profile_id": 1336,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Vuela: open science with drones",
            "description": "With Vuela we will prototype a toolkit for open science with drones, to be equally accessible to marginal communities, activists or researchers, and useful for studies or measurements for which this technology is already used but is dominated by closed source tools. This project builds upon available open source hardware and software, which will be integrated in an open, iterative, and collaborative process. Vuela is being possible thanks to a Mozilla Science 2018 mini-grant.",
            "get_involved": "We need a lot of help for this project! Luckily, there are many ways to contribute: with hardware, software, documentation, design, translation, and many more! To get started, take a look at our 'contributing' page and the list of open issues.",
            "get_involved_url": "https://github.com/vuelaendron/vuela/blob/master/CONTRIBUTING.md",
            "interest": "We believe our equal emphasis on the who, the how and the what is the most unique and exciting aspect of this project.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_004201.1164250000.jpg",
            "created": "2018-05-08T00:42:01.115778Z",
            "moderation_state": 3
        },
        {
            "id": 758,
            "content_url": "https://github.com/virbrussa/M4Labs",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "collaboration",
                "data collection",
                "experiencias colaborativas",
                "Innovation spaces",
                "labs",
                "Methodologies",
                "mozsprint",
                "oer",
                "open education",
                "Open practices",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action"
            ],
            "published_by": "Virginia Brussa",
            "submitter_profile_id": 517,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Virginia Brussa",
                    "profile_id": 517,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "M4Labs",
            "description": "Metodologías Abiertas por Laboratorios de Innovación y Espacios Colaborativos (M4Labs)  es una iniciativa para explorar, compartir y desarrollar un espacio digital donde sistematizar experiencias y prácticas desarrolladas por espacios colaborativos.  Vamos a visibilizar y recolectar recursos inherentes a las metodologías usadas en el contexto colaborativo de movimientos y labs de ciencia, educación, datos, gobierno , innovación o humanitario.  Nos interesa sensibilizar en la importancia que supone abrir éstos recursos ,  prácticas y experiencias para posibilitar su reuso y análisis.",
            "get_involved": "Completar encuesta, recolectar información, comentar Issues, participar del Met-a-thon | Complete the survey, collect collaborative practices, comment ISSUES, attend the Met-a-thon (virtual talk)",
            "get_involved_url": "https://github.com/virbrussa/M4Labs",
            "interest": "Podría ser interesante para la comunidad Mozilla , practitioners de labs, ciencia abierta,  datos abiertos, investigadores porque estamos recolectando datos  sobre experiencias que todxs usamos pero en ocasiones se encuentran dispersas, en formatos no accesibles. Necesitamos abrirlas y colaborar !",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211446.3977590000.jpg",
            "created": "2018-04-25T00:46:16.097830Z",
            "moderation_state": 3
        },
        {
            "id": 799,
            "content_url": "https://github.com/jcolomb/reagentsio_website",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open data",
                "open science"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Julien Colomb",
            "submitter_profile_id": 1314,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julien Colomb",
                    "profile_id": 1314,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Reagents.io",
            "description": "We are working to create a way to easily report accurate and exhaustive information about materials in the scientific literature, for the good of all scholars and a increased reproducibilty of research. The \"reagent_table\" will use transfer information from the provider, the lab inventory and the experiment into one spreadsheet.",
            "get_involved": "We are starting, so we need any help you can provide !",
            "get_involved_url": "https://github.com/jcolomb/reagentsio_website",
            "interest": "let's build lab material standards and have it used in the lab and literature",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_090102.0096500000.jpeg",
            "created": "2018-05-04T09:01:02.009306Z",
            "moderation_state": 3
        },
        {
            "id": 817,
            "content_url": "https://github.com/OpenReflectometry/scikit-reflectometry",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "citizen science",
                "mozsprint",
                "nuclear fusion",
                "open science",
                "plasmas",
                "radar",
                "reflectometry",
                "research",
                "science",
                "waves"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "Diogo Aguiam",
            "submitter_profile_id": 502,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Diogo Aguiam",
                    "profile_id": 502,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenReflectometry Project",
            "description": "Nuclear Fusion is the future in for clean energy production. However, we are still far from achieving it! Researchers worldwide use complex diagnostic systems to understand the nuclear fusion reaction that occurs in a plasma. One of these diagnostics uses reflectometry techniques – the propagation of waves – similar to RADAR.\nWe are creating an open source library that helps researchers use and handle reflectometry data and give easy access to example data! No need to have every new researcher rewrite the same functions over again!",
            "get_involved": "Contribute to our codebase and help us load our library with data, standards and tools!",
            "get_involved_url": "https://github.com/OpenReflectometry/scikit-reflectometry/blob/master/CONTRIBUTING.md",
            "interest": "Help us make research into nuclear fusion more accessible to everyone!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_212833.4719280000.png",
            "created": "2018-05-08T21:28:33.471438Z",
            "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": 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": 1058,
            "content_url": "https://github.com/peoplenarthax/chromosome-js",
            "is_bookmarked": false,
            "tags": [
                "javascript",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Angel Paredes",
            "submitter_profile_id": 2032,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Angel Paredes",
                    "profile_id": 2032,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChromesomeJS",
            "description": "A small library to help people develop their own Genetic Algorithms.",
            "get_involved": "People can contribute in many ways, giving feedback, contributing as coders or helping to document the project and create examples",
            "get_involved_url": "https://github.com/peoplenarthax/chromosome-js",
            "interest": "ChromosomeJS help people not only develop Genetic Algorithms, but it also aims to spread knowledge to those who are curious",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-14T07:20:55.646292Z",
            "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": 210,
            "content_url": "https://opensnp.org/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "dna",
                "genetics",
                "gs2017",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "openSNP",
            "description": "openSNP lets customers of direct-to-customer genetic tests publish their test results, find others with similar genetic variations, learn more about their results by getting the latest primary literature on their variations, and helps scientists find new associations.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint, to make openSNP even better!",
            "get_involved_url": "https://github.com/openSNP/snpr/issues?q=is%3Aissue+is%3Aopen+label%3Amozsprint",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_150946.5361120000.png",
            "created": "2017-04-11T15:09:46.535621Z",
            "moderation_state": 3
        },
        {
            "id": 1185,
            "content_url": "https://docs.google.com/document/d/1xJJ18G5kdcHETUOrmc1SLg9GFuGi5ZcuUMvbD2L0vq4/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "data",
                "OL7",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Siouxsie Wiles",
            "submitter_profile_id": 1960,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Siouxsie Wiles",
                    "profile_id": 1960,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OL7 Case study: Open data by design",
            "description": "Case study from Mozilla Open Leaders 7 - Recognising that to make data open and reusable, it has to be deliberately designed that way.",
            "get_involved": "Looking for links to relevant documentation, or people to help share best practice.",
            "get_involved_url": "",
            "interest": "Insight into how those not working in open data learn the importance of being open by design not default.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-20T02:51:35.437310Z",
            "moderation_state": 3
        },
        {
            "id": 484,
            "content_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "is_bookmarked": false,
            "tags": [
                "brains",
                "mozfest",
                "Mozilla Open Leadership Project",
                "Mozilla Science Mini-Grant Awardee",
                "network",
                "neuroscience",
                "open leadership zone",
                "open science",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Isla Staden",
            "submitter_profile_id": 124,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Isla Staden",
                    "profile_id": 124,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Brain Networks in Python",
            "description": "We're making use of Dr Whitaker's existing code base to develop open source code to investigate the human brain as a network. We are designing analyses to be reproducible, transparent and accessible to new and expert researchers. This project welcomes users and contributors from all disciplines.",
            "get_involved": "Help us test the code, feedback on documentation, help us choose a name",
            "get_involved_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "interest": "We are facilitating reproducible network neuroscience research",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-23_110742.2699050000.jpg",
            "created": "2017-10-23T11:07:42.269395Z",
            "moderation_state": 3
        },
        {
            "id": 59,
            "content_url": "https://github.com/goyalsid/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crispr",
                "hackathon",
                "mozfest",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract, analyze, and share CRISPR information from open genetic data.",
            "get_involved": "Read about the project and how you can contribute with code or documentation on the GitHub repo!",
            "get_involved_url": "https://github.com/goyalsid/phageParser/blob/master/README.md#where-can-i-get-involved",
            "interest": "CRISPR research is becoming increasingly popular, and through this project anyone can help make relevant information easier to find and use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/59.png",
            "created": "2016-10-26T20:14:25.341000Z",
            "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": 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": 757,
            "content_url": "https://github.com/UMN-EGGL/HorseGeneAnnotation",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "animals",
                "citizen science",
                "curriculum",
                "genetics",
                "horses",
                "javascript",
                "mozsprint",
                "open science",
                "python",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Rob Schaefer",
            "submitter_profile_id": 508,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rob Schaefer",
                    "profile_id": 508,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HorseGeneAnnotation",
            "description": "HorseGeneAnnotation is a manually-curated, crowd-sourced gene annotation website for the horse.",
            "get_involved": "Help us design and revise curriculum on basic genetics concepts, create a gene curation tutorial, or help develop a website (python+javascript) to put these tools in the hands of anyone who wants to help annotate the Equine genome!",
            "get_involved_url": "https://github.com/UMN-EGGL/HorseGeneAnnotation/issues",
            "interest": "This website will put tools in the hands of citizens who want to learn more about genetics and help contribute to real science experiments!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_185655.4896100000.png",
            "created": "2018-04-24T18:56:55.488910Z",
            "moderation_state": 3
        },
        {
            "id": 1180,
            "content_url": "https://github.com/anneclinio/documenta",
            "is_bookmarked": false,
            "tags": [
                "documentation",
                "open data",
                "open science"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Anne Clinio",
            "submitter_profile_id": 1917,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Clinio",
                    "profile_id": 1917,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Documenta?! an open research about documentation practices in many kinds of labs",
            "description": "The idea is to get to know, study and showcase documentation practices developed by practitioners in labs, specially citizen labs, makerspaces, hackerspaces, informal learning spaces, etc. We believe that proper documentation of projects is crucial in opening opportunities to engage persons, share visions, foster communities, inspire initiatives and reproduce objects. Documentation can help us tracking the reasons why we obtain certain findings in our experiments, prototipes, communities. Also, it allows us to testify and learn from those who came before us, improving our initiatives.",
            "get_involved": "",
            "get_involved_url": "https://github.com/anneclinio/documenta",
            "interest": "I hope it is useful for people that creating social innovation! :)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-16T20:02:45.538747Z",
            "moderation_state": 3
        },
        {
            "id": 809,
            "content_url": "https://github.com/transpose-publishing",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "academic publishing",
                "mozsprint",
                "open science",
                "peer review",
                "science"
            ],
            "issues": [],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Jessica Polka",
            "submitter_profile_id": 1338,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jessica Polka",
                    "profile_id": 1338,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "TRANSPOSE",
            "description": "We're crowdsourcing a user-editable database of scholarly journal policies to bring more transparency to publisher practices, about which little is known on a systemic level. Our focus is on three areas: the openness of peer review, credit and recognition for reviewing, and detailed policies surrounding the use of preprints.",
            "get_involved": "We primarily need people to help us fill in journal policy records. No coding is required!",
            "get_involved_url": "https://github.com/transpose-publishing/policies-database/blob/master/CONTRIBUTING.md",
            "interest": "Peer review is foundational to our current system of creating and sharing scholarly knowledge, yet almost everything about this process is shrouded in secrecy.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-07_190926.0290700000.png",
            "created": "2018-05-07T19:09:26.027807Z",
            "moderation_state": 3
        },
        {
            "id": 351,
            "content_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Brain Networks In Python",
            "description": "Brain Networks in Python is a project to make it easy to analyse neuroimaging data as a network.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/WhitakerLab/BrainNetworksInPython/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_224956.8232290000.png",
            "created": "2017-06-02T22:49:56.821365Z",
            "moderation_state": 3
        },
        {
            "id": 193,
            "content_url": "https://medium.com/read-write-participate/ada-lovelace-day-curriculum-design-workshop-at-libre-learn-lab-ed5da38b882b",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "mozilla clubs",
                "open science",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ada Lovelace Day Curriculum Design Workshop at Libre Learn Lab",
            "description": "Zannah from the Mozilla Science Lab(MSL) and Julia from the Mozilla Clubs program decided to team up to run a women in STEM themed session at Libre Learn Lab, a two-day summit for people who create, use and implement freely licensed resources for K-12 education.",
            "get_involved": "Check out the examples in the repository and see if you can add to them and/or use them in your own work.",
            "get_involved_url": "https://github.com/mozillascience/curriculum-design-workshop",
            "interest": "The workshop development and implementation process resulted in new lessons on understanding how climate effects living things and on women inventors throughout history. These are available in the GitHub repository for public use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_200944.2694010000.jpeg",
            "created": "2017-04-07T20:09:44.268975Z",
            "moderation_state": 3
        },
        {
            "id": 643,
            "content_url": "https://github.com/lwjohnst86/prodigenr",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open science",
                "open source",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Luke Johnston",
            "submitter_profile_id": 405,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Luke Johnston",
                    "profile_id": 405,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An R software toolkit to simplify an open, collaborative scientific workflow",
            "description": "Many fields of science are far behind adopting open scientific practices (e.g. share code). I believe these will be a requirement for publication in the future. However, one of the biggest challenges for many researchers/scientists is that it's not (at this point) easy to do these practices. This toolkit will simplify and automate many of these tasks.",
            "get_involved": "Help refine the specific workflow, which external tools are most appropriate, more diverse options on what may work and what is needed.",
            "get_involved_url": "https://github.com/lwjohnst86/prodigenr/blob/master/CONTRIBUTING.md",
            "interest": "Scientists and researchers in biomedical fields are increasingly needing to be aware of and practice open scientific principles... this toolkit is a way to make it easier to practice them.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-20_132817.2917000000.png",
            "created": "2018-03-21T13:31:38.781086Z",
            "moderation_state": 3
        },
        {
            "id": 188,
            "content_url": "http://spaceappsbrooklyn.com/",
            "is_bookmarked": false,
            "tags": [
                "open science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Aurelia Moser",
                    "profile_id": 44,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Space Apps 2017",
            "description": "The Mozilla Science Lab is supporting our second annual Space Apps challenge hackathon, a global event to work on the NASA earth challenges and support the advancement of the open sciences.",
            "get_involved": "Join our event in Brooklyn (4/29-4/30), reach out to us on twitter/github, or attend our Data Bootcamp (4/28/17)",
            "get_involved_url": "https://2017.spaceappschallenge.org/locations/brooklyn-ny/",
            "interest": "Anyone is welcome to join our event in Brooklyn, NY and we're happy to share our materials for the data bootcamp and hackathon projects with the world via github.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_090425.1817760000.png",
            "created": "2017-04-07T09:04:25.181233Z",
            "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": 975,
            "content_url": "https://docs.google.com/document/d/1jZtNhuhS6xq_HJnMd2tLkY3sA_5eh3jkjnlq6JnvvrE/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "open education",
                "open leadership training",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Plan & organize",
                "Promote",
                "Join community"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Case study: OpenScienceKE & the Open Leadership Framework",
            "description": "OpenScienceKE seeks to build a community of scientists, researchers and students to promote open science practices in bioinformatics research in Nairobi, Kenya. Caleb, the project lead, participated in the Mozilla Open Leaders training (OL6), and this is his case study.",
            "get_involved": "",
            "get_involved_url": "https://github.com/BioinfoNet",
            "interest": "This case study highlights the lessons caleb learned from particpating in OL6.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-15_164628.6757280000.jpg",
            "created": "2018-12-15T16:46:28.674773Z",
            "moderation_state": 3
        },
        {
            "id": 655,
            "content_url": "https://biosyntax.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bioinformatics",
                "biology",
                "computational biology",
                "genomics",
                "mozsprint",
                "open science",
                "science",
                "syntax highlighting",
                "toolkit"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Alyssa Fegen",
            "submitter_profile_id": 431,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alyssa Fegen",
                    "profile_id": 431,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "bioSyntax",
            "description": "Syntax highlighting for computational biology",
            "get_involved": "Help us test it on all platforms and look for any bugs, expand it to more platforms, editors, and file formats, or make it more user-friendly.",
            "get_involved_url": "https://github.com/bioSyntax/bioSyntax",
            "interest": "It has the potential to improve the accuracy, efficacy, and efficiency of research in genomics and could be extended to file formats in other fields.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024333.8806620000.jpg",
            "created": "2018-03-27T01:28:47.272241Z",
            "moderation_state": 3
        },
        {
            "id": 510,
            "content_url": "https://www.openml.org",
            "is_bookmarked": false,
            "tags": [
                "machine learning",
                "mozfest",
                "Mozilla Open Leadership Project",
                "open data",
                "open leadership zone",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Heidi Seibold",
            "submitter_profile_id": 178,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Machine Learning (OpenML.org)",
            "description": "A collaborative and open machine learning platform that can be accessed through your favorite tool (R, python, ...).",
            "get_involved": "Help us build an online machine learning platform through code, design, feedback or outreach!",
            "get_involved_url": "https://github.com/openml/OpenML/blob/master/CONTRIBUTING.md",
            "interest": "It's an online open science project.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_064332.0787530000.png",
            "created": "2017-10-27T06:43:32.078174Z",
            "moderation_state": 3
        },
        {
            "id": 705,
            "content_url": "https://lab.js.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "citizen science",
                "collaboration",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Felix H.",
            "submitter_profile_id": 507,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Felix H.",
                    "profile_id": 507,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "lab.js: Making online research easy",
            "description": "lab.js makes it easy to build, conduct and share research in the behavioral and cognitive sciences. The goal is to enable scientists, students and interested people everywhere to find out how the mind works.\n\nOur project provides a graphical interface that makes it easy to construct experiments without writing code. Because studies can be shared and extended openly, research becomes more transparent and easier for everyone.\n\nCome join us, and help start a new era of open, collaborative experimentation!",
            "get_involved": "We would love to have you as part of the project! Whether you prefer to write code, design things, or help with research; whatever your level of experience, you're very welcome, and we'd be thrilled to support you. Please join our efforts on GitHub!",
            "get_involved_url": "https://lab.js.org/contribute",
            "interest": "lab.js brings cognitive research to the web, using open tools",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_221129.3821570000.png",
            "created": "2018-04-23T22:11:29.381563Z",
            "moderation_state": 3
        }
    ]
}