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

**Route** - `/entries`

#Query Parameters -

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

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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved_url&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved_url&page=29",
    "results": [
        {
            "id": 145,
            "content_url": "https://mozillascience.org/projects/mozillascience-software-discovery-dashboard",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Software Discovery Dashboard",
            "description": "We are creating an open source web dashboard capable of searching multiple code hosting services, such as Zenodo, Figshare, and GitHub, for the benefit of the research community.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozillascience/software-discovery-dashboard",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-04T23:17:18Z",
            "moderation_state": 3
        },
        {
            "id": 289,
            "content_url": "https://github.com/mozillascience/studyGroupEvents",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "open science",
                "study groups"
            ],
            "issues": [
                "Web Literacy",
                "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": "Study Group Event Visualization",
            "description": "The current page of Study Group Event needs enhancement as to provide information about Study Group Programs and Events. Through this page, people learns about events at individual Study Group globally. I would like to import the details of the event, add features to the website and provide statistics i.e, activities on the Study Group page and from all of the forks of the Study Group. The main purpose of the project is to provide visualization and automation to the Study Group community, so they can easily find groups globally and track activities/new developments.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during #mozsprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/mozillascience/studyGroupEvents/labels/mozsprint",
            "interest": "It evolves on the Mozilla Science Lab's Study Group Project, a set of repositories to help structure peer learning communities around code and open science. This project collects stats and prototypes viz of our growing community.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-18_145710.1755750000.png",
            "created": "2017-05-18T14:57:10.169777Z",
            "moderation_state": 3
        },
        {
            "id": 79,
            "content_url": "http://mozillascience.github.io/working-open-workshop/code_of_conduct/",
            "is_bookmarked": false,
            "tags": [
                "code of conduct",
                "harrassment",
                "inclusive",
                "welcoming",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Getting Started with Codes of Conduct",
            "description": "This activity walks you through some considerations associated with anti-harassment policies, and help you put in place a plan and process for creating a welcoming, inclusive, harrassment-free space.",
            "get_involved": "Contribute to this guide via GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/code_of_conduct",
            "interest": "Help writing a code of conduct",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:47:52.881000Z",
            "moderation_state": 3
        },
        {
            "id": 81,
            "content_url": "http://mozillascience.github.io/working-open-workshop/contributing/",
            "is_bookmarked": false,
            "tags": [
                "contributing guidelines",
                "contributing.md",
                "contributors",
                "open source",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Wrangling Web Contributions",
            "description": "In this activity you will learn how to create and maintain a CONTRIBUTING.md for an open source project. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this document on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/contributing",
            "interest": "Help writing contributor guidelines when you're starting a new open source project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:43:54.193000Z",
            "moderation_state": 3
        },
        {
            "id": 76,
            "content_url": "http://mozillascience.github.io/working-open-workshop/data_reuse/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "reuse",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your Data Can Live Forever: How to Plan for Data Reuse",
            "description": "This activity is designed to help you understand what someone outside your research project (or you in 5-10 years) would need to know about your data in order to build on your work.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/data_reuse",
            "interest": "Help writing a data reuse plan when you're using data",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:52:50.296000Z",
            "moderation_state": 3
        },
        {
            "id": 80,
            "content_url": "http://mozillascience.github.io/working-open-workshop/github_for_collaboration/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "contributors",
                "github",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "GitHub for Collaboration on Open Projects",
            "description": "Get comfortable with a Collaborative workflow in the GitHub interface. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/github_for_collaboration",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:45:47.468000Z",
            "moderation_state": 3
        },
        {
            "id": 77,
            "content_url": "http://mozillascience.github.io/working-open-workshop/personas_pathways/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "contributors",
                "pathways",
                "personas",
                "users",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Personas and Pathways for Growing Communities",
            "description": "This activity is designed to help you identify potential users and contributors, understand their goals and motivations, help them join your project, and grow them into strong community members.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/personas_pathways",
            "interest": "Help thinking about your community",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:51:20.935000Z",
            "moderation_state": 3
        },
        {
            "id": 82,
            "content_url": "http://mozillascience.github.io/working-open-workshop/roadmapping/",
            "is_bookmarked": false,
            "tags": [
                "issues",
                "milestones",
                "open source",
                "roadmap",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Introduction to Roadmapping",
            "description": "This activity is designed to help you write a Roadmap for your open source project or study group. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this doc via GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/roadmapping",
            "interest": "This can help you write a roadmap for your project",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:41:48.786000Z",
            "moderation_state": 3
        },
        {
            "id": 78,
            "content_url": "http://mozillascience.github.io/working-open-workshop/sprints_events/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "events",
                "sprints",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Running Sprints and Community Events",
            "description": "This activity is designed to get you started on the planning for your first sprint or community event. Used at the Working Open Workshop.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/sprints_events",
            "interest": "Help organizing a community event",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:49:32.946000Z",
            "moderation_state": 3
        },
        {
            "id": 83,
            "content_url": "http://mozillascience.github.io/working-open-workshop/writing_readme/",
            "is_bookmarked": false,
            "tags": [
                "open source",
                "readme",
                "working open",
                "working open workshop"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Project Communication",
            "description": "Handout for creating a useful and welcoming readme file for your open project. Use at the Working Open Workshop.",
            "get_involved": "Contribute to this document in GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/writing_readme",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:40:16.032000Z",
            "moderation_state": 3
        },
        {
            "id": 540,
            "content_url": "https://mozillascience.github.io/WOW-Kansas/",
            "is_bookmarked": false,
            "tags": [
                "kansas",
                "libraries",
                "open data",
                "open educational resource",
                "open science",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Localize & translate"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                },
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                },
                {
                    "name": "Jenn Beard",
                    "profile_id": 67,
                    "is_active": true
                },
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "University of Kansas Working Open Workshop",
            "description": "Mozilla hosted a Working Open Workshop (WOW) in collaboration with University of Kansas Libraries on Oct 16-17, 2017. This version focused on training local researchers how to work more openly and what opportunities for working more openly looked like at KU.",
            "get_involved": "Check out the workshop details and materials on GitHub, then fork them to create your own WOW for your local community.",
            "get_involved_url": "https://github.com/mozillascience/WOW-Kansas",
            "interest": "You, too, can host a WOW and run your own workshop in your community!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_181643.8341670000.png",
            "created": "2017-11-02T18:16:43.833302Z",
            "moderation_state": 3
        },
        {
            "id": 86,
            "content_url": "https://news.ycombinator.com/item?id=12527203",
            "is_bookmarked": false,
            "tags": [
                "code",
                "hacker news",
                "learning.",
                "teaching",
                "thimble"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Merits of Thimble",
            "description": "Hacker News community discuss Thimble and how it compares to other online coding tools for demos, learning, and mentorship. Localized, open source, and with a built-in tutorial feature.",
            "get_involved": "Try it out at thimble.mozilla.org, or contribute to the project's development via Github.",
            "get_involved_url": "https://github.com/mozilla/thimble.mozilla.org",
            "interest": "It's interesting to hear how people who might not be connected to the open web or web literacy movements, view this tool.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-19T15:18:18.553000Z",
            "moderation_state": 3
        },
        {
            "id": 144,
            "content_url": "http://www.webmaker.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Webmaker Android",
            "description": "Webmaker enables people to discover, create, and share rich content from their mobile device.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozilla/webmaker-core/blob/develop/README.md",
            "interest": "It brings some of the web’s best features to a mobile app, going beyond a soundbite or photo filter enabling truly creative projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-23T06:13:56.720000Z",
            "moderation_state": 3
        },
        {
            "id": 95,
            "content_url": "https://mozilla.github.io/womenandweb/",
            "is_bookmarked": false,
            "tags": [
                "weblit",
                "website"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                },
                {
                    "name": "Gideon Thomas",
                    "profile_id": 51,
                    "is_active": true
                },
                {
                    "name": "Gavin Suntop",
                    "profile_id": 137,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women and Web Literacy Website",
            "description": "Information and resources related to the Women and Web literacy initiative.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozilla/womenandweb/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-02T20:51:29.182000Z",
            "moderation_state": 3
        },
        {
            "id": 322,
            "content_url": "https://github.com/MrClan/RealTimePolls",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "RealTimePoll",
            "description": "A portal from where users can create a poll, and view the updates as votes are casted, in real time.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/MrClan/RealTimePolls/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-05-30_195943.7021790000.gif",
            "created": "2017-05-30T19:59:43.701920Z",
            "moderation_state": 3
        },
        {
            "id": 816,
            "content_url": "https://github.com/mrjohnc/Map-of-the-open-movement",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "maps",
                "mozsprint",
                "wikimedia"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Take Action"
            ],
            "published_by": "John Cummings",
            "submitter_profile_id": 1300,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "John Cummings",
                    "profile_id": 1300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Map of the Open Movement",
            "description": "The open movement is diverse in geography, language and subject, it includes open source software, open knowledge, open access publishing, open data, open hardware, open science, open rights and government policies promoting openness. This variety makes it difficult for open organisations to work together and for others to understand the movement.\n\nWe can help solve these issues by mapping the open movement on Wikidata, a freely editable open source database and sister site to Wikipedia.",
            "get_involved": "Help promote the project on social media to groups working open",
            "get_involved_url": "https://github.com/mrjohnc/Map-of-the-open-movement",
            "interest": "Mapping the projects, people and groups working in the open movement will help us work together better",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_203226.7392620000.jpg",
            "created": "2018-05-08T20:32:26.738506Z",
            "moderation_state": 3
        },
        {
            "id": 1002,
            "content_url": "https://mrpandey.github.io/d3graphTheory/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "d3.js",
                "graph theory",
                "javascript",
                "mozsprint",
                "open source",
                "sprintforih"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Fundraise",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Avinash Pandey",
            "submitter_profile_id": 2014,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Avinash Pandey",
                    "profile_id": 2014,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "D3 Graph Theory",
            "description": "Interactive and visual graph theory tutorials made using d3.js.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mrpandey/d3graphTheory",
            "interest": "It is open source.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-22_185712.5913930000.png",
            "created": "2019-01-22T18:57:12.590916Z",
            "moderation_state": 3
        },
        {
            "id": 694,
            "content_url": "https://github.com/MsKiden/africa-internet-measurements",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "#Access #ConnectingtheUnconnected #",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Sarah Kiden",
            "submitter_profile_id": 491,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "The Bonface",
                    "profile_id": 477,
                    "is_active": true
                },
                {
                    "name": "Sarah Kiden",
                    "profile_id": 491,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Broadband performance and Internet Measurements in Africa",
            "description": "The project aims to understand the Internet landscape in Africa, to facilitate evidence-based and informed policy making for improved Internet access.",
            "get_involved": "Help us visualise data from speed test apps. We would like to have an open data portal with content that makes sense to different audiences. Also suggest other tools to perform measurements.",
            "get_involved_url": "https://github.com/MsKiden/africa-internet-measurements",
            "interest": "The Internet is described as a network of networks. In order for it to become better, open & stable, different networks that interconnect need to be stable. There is little published information about Internet performance in Africa. We need to create an open environment for better policy regulations",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-16_220130.2481990000.png",
            "created": "2018-04-16T22:01:30.247856Z",
            "moderation_state": 3
        },
        {
            "id": 800,
            "content_url": "https://github.com/nam-301/culturabinaria",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital literacy",
                "migrants",
                "mozsprint",
                "non-formal education"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Martina Puppi",
            "submitter_profile_id": 205,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Martina Puppi",
                    "profile_id": 205,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Designing digital literacy activities & games for low-educated migrants",
            "description": "We are an informal group of teachers, free-software activists, and volunteers in the migrants support network. We organize digital skills courses for low-educated migrants who recently arrived in our community. Our methods are based on non-formal education, which means we use lots of games and off-line activities. We are now in the process of putting our teaching materials online, so that we can easily re-use them in our own courses and other teachers can use in theirs, wherever they are. As we do so, we are also creating new materials, to improve and expand our curriculum. Help us out!",
            "get_involved": "Help us creating new teaching materials, especially in the form of games and off-line activities. Please note the materials are in ITALIAN.",
            "get_involved_url": "https://github.com/nam-301/culturabinaria/issues",
            "interest": "There is a need for specific educational resources to teach digital literacy to low-educated migrants, as this category of learners requires special attention to areas such as language, vocabulary, way the information is conveyed so that is overcomes cultural barriers, etc.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_093020.0186860000.JPG",
            "created": "2018-05-04T09:30:20.018373Z",
            "moderation_state": 3
        },
        {
            "id": 1457,
            "content_url": "https://github.com/natalianorori/HealthDataSharingIsCaring",
            "is_bookmarked": false,
            "tags": [
                "github",
                "health",
                "openaccess",
                "opendata",
                "openness",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Take Action"
            ],
            "published_by": "Natalia Norori",
            "submitter_profile_id": 2730,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Natalia Norori",
                    "profile_id": 2730,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Health Data Sharing is Caring session repository: An invitation to contribute",
            "description": "We are happy to share the end product of the session, \"Health Data Sharing is Caring\" a GitHub repository that serves as a space to collaborate towards the implementation of better practices to address the class imbalance problem in healthcare datasets. The repository contains session notes, materials and other resources relevant to the project, as well as feedback shared by session participants. \n\nThe session was part of Mozfest's Openness space and aimed to raise awareness on bias and the underrepresentation of minorities in health datasets.",
            "get_involved": "Help us shape the project, We invite you to explore the repository and contribute with your ideas by commenting on existing issues or creating new ones.",
            "get_involved_url": "https://github.com/natalianorori/HealthDataSharingIsCaring",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-05_041157.9648810000.png",
            "created": "2019-11-05T04:11:57.964227Z",
            "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": 1119,
            "content_url": "https://www.nesta.org.uk/project/mapping-health-innovation/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "data collection",
                "data visualisation",
                "health",
                "machine learning",
                "mozfellows19",
                "mozilla fellow",
                "policy",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Kostas Stathoulopoulos",
            "submitter_profile_id": 1940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Chantale Tippett",
                    "profile_id": 2023,
                    "is_active": true
                },
                {
                    "name": "George Richardson",
                    "profile_id": 2024,
                    "is_active": true
                },
                {
                    "name": "Kostas Stathoulopoulos",
                    "profile_id": 1940,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Health Innovation Mapping",
            "description": "We are building a Health Innovation Scanner - an open, online platform that can be used to explore and analyse innovations in health research, as well as activity in startups and social activity across the world. The Scanner will provide decision-makers with richer insight than any single data source alone can provide, allowing good ideas to be identified, supported, scaled or replicated.",
            "get_involved": "",
            "get_involved_url": "https://github.com/nestauk/health-innovation-scanner",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-23T12:13:03.597965Z",
            "moderation_state": 3
        },
        {
            "id": 254,
            "content_url": "https://github.com/NeuroTechX/eeg-101",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "gs2017",
                "mozsprint",
                "science"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "EEG 101",
            "description": "EEG 101 is a Global Sprint project to create an interactive tutorial that teaches the very basics of EEG, including where signals come from, how EEG devices work, and how to process EEG data.",
            "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/NeuroTechX/eeg-101",
            "interest": "The goal with EEG 101 is to create a flexible base for EEG and BCI mobile development that novice programmers could build on top of, and could be adapted to work on multiple platforms with different EEG devices.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-28_203633.9017160000.png",
            "created": "2017-04-28T20:36:33.847847Z",
            "moderation_state": 3
        },
        {
            "id": 239,
            "content_url": "http://learn.neurotechedu.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NeurotechEDU",
            "description": "NeurotechEDU is an open-source project designed to promote collaboration and user-generated content towards emerging neurotechnology practices. The idea is that if you are not finding something that should be part of our resources or lessons you can go ahead make it, and upload it to our page.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during #mozsprint June 1-2, 2017!",
            "get_involved_url": "https://github.com/NeuroTechX/learn.neurotechedu.com",
            "interest": "Our goal is to allow beginners to the field and provide them a \"learning by teaching peer-to-peer\" framework where they get to build open content as well as get advice from experts in the field who will mentor them through the process.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-21_225612.9618000000.png",
            "created": "2017-04-21T22:56:12.961548Z",
            "moderation_state": 3
        },
        {
            "id": 470,
            "content_url": "https://github.com/NEXMAP/odom_MozFest2017",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Design"
            ],
            "published_by": "Elisabeth Sylvan",
            "submitter_profile_id": 135,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data/Open Minds",
            "description": "Open Data/Open Minds (ODOM) supports communities to tell the stories of their local environmental and civic concerns using science journaling, crafted visualization, and data investigation.",
            "get_involved": "help us design and/or develop our narrative--stats tool, suggest datasets to use and how people could use them, provide feedback on our curriculum!",
            "get_involved_url": "https://github.com/NEXMAP/odom_MozFest2017",
            "interest": "We are getting laypeople and young people using open data and open science resources through maker activities. How great is that?",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_212107.1208640000.png",
            "created": "2017-10-16T21:21:07.120552Z",
            "moderation_state": 3
        },
        {
            "id": 342,
            "content_url": "https://github.com/nifrasismail/feedback",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "NIFRAS ISMAIL",
                    "profile_id": 14,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "FeedBACK API",
            "description": "Today feed backs are given by only based on the 5 start rating or reviews. we have a plan to create a global feedback API to giving more specific feedbacks to the users. Example say a food we are categorizes the rating based on spicy, healthy, look and feel, richness, and etc. These categories are not handled by a single hand it should be a crowd source",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/nifrasismail/feedback/blob/master/Contributing.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_152624.3625380000.png",
            "created": "2017-06-01T15:26:24.362016Z",
            "moderation_state": 3
        },
        {
            "id": 242,
            "content_url": "https://nteract.gitbooks.io/hydrogen/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hydrogen",
            "description": "Hydrogen is an open source package for GitHub’s Atom text editor that allows users to run their code with an interactive REPL session with your language of choice.  This means Hydrogen lets you choose which code to execute based on your needs. Run the whole file, a single line, a selection, or let Hydrogen decide which code to run based on the current cursor position.",
            "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/nteract/hydrogen",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-25_004619.3992950000.png",
            "created": "2017-04-25T00:46:19.398817Z",
            "moderation_state": 3
        },
        {
            "id": 704,
            "content_url": "https://github.com/nucleus-network/missioninfo",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Sarah Morris",
            "submitter_profile_id": 484,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Morris",
                    "profile_id": 484,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mission:Information Algorithm Lesson",
            "description": "I am working to create a computer science lesson as part of a broader, media and web literacy curriculum kit called Mission:Information. This new lesson will focus on algorithms and aims to empower teens to better understand how algorithms shape the Internet and the information they see online, and to help teens develop skills they need to make the Internet a more open, informative, and welcoming space.",
            "get_involved": "You can help us by providing feedback, testing the curriculum with learners, sharing ideas, and remixing the curriculum",
            "get_involved_url": "https://github.com/nucleus-network/missioninfo",
            "interest": "We're eager to work with educators and people with CS education experience, GitHub experience, or a background in media. This project is interdisciplinary and welcomes a wide range of contributions since misinformation and Internet Health issues can't be solved in a vacuum.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_211554.0123150000.PNG",
            "created": "2018-04-23T21:15:54.011862Z",
            "moderation_state": 3
        },
        {
            "id": 461,
            "content_url": "http://blueprint.cs4all.nyc",
            "is_bookmarked": false,
            "tags": [
                "community",
                "education",
                "oer",
                "open educational resource",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Kara Chesal",
            "submitter_profile_id": 126,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kara Chesal",
                    "profile_id": 126,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenCS: Computing Education in NYC",
            "description": "Educators and technologists are invited to contribute open education resources and code to support the CS4All Blueprint, an online resource for NYC and the wider CS education community to support teaching ethical and creative computing to K-12 students.",
            "get_involved": "Contribute ethical and creative computer science education resources. Contribute to Google docs integration.",
            "get_involved_url": "https://github.com/nycdoe-cs4all/blueprint-learning-site",
            "interest": "The Mozilla community may be interested in this project if they want to contribute to the growing movement to teach kids computer science.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_214430.4599290000.jpg",
            "created": "2017-10-10T21:44:30.459408Z",
            "moderation_state": 3
        },
        {
            "id": 258,
            "content_url": "https://core.ac.uk/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open access"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CORE",
            "description": "CORE is a 2017 Global Sprint project with a mission to aggregate all open access research outputs from repositories and journals worldwide and make them available to the public. They are currently making available 70 million of research outputs metadata and 7 million full-text papers.",
            "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/oacore/oacore-mozsprint17",
            "interest": "They are looking for enthusiastic developers, designers, data scientists to facilitate access to open access research papers around the world. Thus, they are offering a set of APIs and a Dataset ready to be used exploited.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_174304.6617580000.png",
            "created": "2017-05-04T17:43:04.661232Z",
            "moderation_state": 3
        },
        {
            "id": 286,
            "content_url": "https://github.com/Obadha/baraza/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Baraza",
            "description": "Baraza is a social justice innovation that aims to facilitate conflict resolution at the domestic level and among community members. Baraza, presented as an android application, will allow community members seek an audience with their area chief or local administration from within the application for disputes or issues they want resolved. Additionally, they should be able to seek professional legal council from within the application.",
            "get_involved": "Help us document, design and develop various parts of the project.",
            "get_involved_url": "https://github.com/Obadha/baraza/blob/master/CONTRIBUTING.md",
            "interest": "The application allows a user to report a dispute arising, allows the local authority to see reported disputes relevant to their areas, and allows them to perform some action as per the dipute either pass a resolution from within the application or summon others..",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-17_193705.8228150000.PNG",
            "created": "2017-05-17T19:37:05.822482Z",
            "moderation_state": 3
        },
        {
            "id": 333,
            "content_url": "http://odiogosilva.github.io/TriFusion/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "TriFusion",
            "description": "Streamlining phylogenomic data gathering, processing and visualization. TriFusion is a python GUI and command line desktop application that aims to provide an easy to use, fast and powerful toolkit for dealing with proteome and alignment data in phylogenomic projects. We are looking for any kind of contribution and feedback from the general community.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/ODiogoSilva/TriFusion/issues/270",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_000453.9306820000.png",
            "created": "2017-06-01T00:04:53.930424Z",
            "moderation_state": 3
        },
        {
            "id": 754,
            "content_url": "https://github.com/omudongo/-Rethink-Web-Literacy",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Oarabile Mudongo",
            "submitter_profile_id": 513,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Oarabile Mudongo",
                    "profile_id": 513,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Rethink Web Literacy",
            "description": "Rethink Web Literacy project seeks to dymistify, thought challenges and implement various dynamics to teaching Web literacy through research, collaboration and community building. Additionally, the work of this project targets and engages with next generation leaders, identifying their passion, strengths and their capability to revolutionize their communities while creating a lasting change that bridges their societies digital divides.",
            "get_involved": "https://github.com/omudongo/-Rethink-Web-Literacy/issues",
            "get_involved_url": "https://github.com/omudongo/-Rethink-Web-Literacy/blob/master/CONTRIBUTING.md",
            "interest": "This project is designed to build a cadre of learners, teachers, and leaders who become advocates of an open and healthy internet by teaching others core web literacy skills.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_113852.4105300000.jpg",
            "created": "2018-04-24T11:38:52.409864Z",
            "moderation_state": 3
        },
        {
            "id": 224,
            "content_url": "https://www.newamerica.org/weekly/edition-161/factoring-schools-calculus-city-budgeting/",
            "is_bookmarked": false,
            "tags": [
                "atxh4c",
                "austin",
                "budget",
                "civics",
                "government",
                "hack for change",
                "hive",
                "participatory",
                "politics"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Austin Budget Party",
            "description": "The Austin Monitor and Open Austin are developing a web-app that allows students to develop a city budget proposal. A grant from the Mozilla Gigabit Community fund will allow student representatives from different schools to craft a final budget proposal over a video conference call. An accompanying curriculum will help simulates the budget deliberation process in pilot classrooms throughout the city.",
            "get_involved": "Report a bug or request a feature by opening a new issue or review open issues and leave a comment if you'd like to help or if you need more information.",
            "get_involved_url": "https://github.com/open-austin/budgetparty/",
            "interest": "Austin Budget Party uses the web to engage citizens to participate in one of the most consequential government functions. The open-source app and curriculum can one day be modified for any city.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_215659.0128580000.png",
            "created": "2017-04-13T21:56:59.012292Z",
            "moderation_state": 3
        },
        {
            "id": 328,
            "content_url": "https://thimbleprojects.org/semorris/271442/",
            "is_bookmarked": false,
            "tags": [
                "austin",
                "fake news",
                "hive",
                "misinformation",
                "open educational resource",
                "open source",
                "thimble",
                "x-ray goggles"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mission: Information – Misinformation Teaching Kit",
            "description": "Learners develop web and news literacy skills to empower them to recognize, evaluate, and combat fake news and misinformation. Learners will get familiar with reading, writing and participating on the web and will become stronger consumers, producers, and distributors of media in this three-part module. (photo CC BY 2.0 https://www.flickr.com/photos/glutnix/9629164)",
            "get_involved": "Test these activities with learners, then remix the lessons using Thimble OR jump over to the GitHub repo to learn more about the project, file an issue, or contact the project team with feedback!",
            "get_involved_url": "https://github.com/open-austin/fake-the-news",
            "interest": "The learning objectives underpinning each activity are informed by Mozilla's Web Literacy Map. Complete the activities in sequence, or mix and match for your learners. Need help? Visit our discussion forum to get help and share your experience.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_195259.0363970000.jpg",
            "created": "2017-05-31T19:52:59.035883Z",
            "moderation_state": 3
        },
        {
            "id": 315,
            "content_url": "http://www.lisard.com/open-dataopen-minds/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Elisabeth Sylvan",
                    "profile_id": 135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Data / Open Minds",
            "description": "Open Data/Open Minds (ODOM) is a program that supports people to tell local environmental and community stories through data investigations, science notebooking and civic engagement.  We are working to figure out how might we use paper, low-cost hardware, and the web to: 1) serve and display ambient live data and 2) support learning about science and data through curated and personal data collection.",
            "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-Open-Minds/odom_GlobalSprint2017",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_155455.8989940000.jpg",
            "created": "2017-05-26T15:54:55.898680Z",
            "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": 756,
            "content_url": "https://github.com/opendigitalsafety/Digital-Safety-for-Open-Researchers",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "digital safety",
                "higher education",
                "mozsprint",
                "public scholarship"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Digital Safety Open Researchers",
            "submitter_profile_id": 515,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Digital Safety Open Researchers",
                    "profile_id": 515,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Safety for Open Researchers",
            "description": "Creating a GitBook that will help researchers work open with confidence in their digital safety!  This project will produce a open educational resource (OER) for members of the higher ed community looking to mitigate digital safety threats while working and teaching open.",
            "get_involved": "Help us by sharing your digital safety stories, recommended tools and strategies, teaching materials, and favorite readings.  Share your feedback on our outlined structure.",
            "get_involved_url": "https://github.com/opendigitalsafety/Digital-Safety-for-Open-Researchers",
            "interest": "Digital safety and privacy threats (like doxxing and cyberbullying) can create a chilling effect on open research, academic freedom, and those who work open.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_173644.7029760000.png",
            "created": "2018-04-24T17:36:44.702307Z",
            "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": 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": 796,
            "content_url": "https://securitytraining.opennews.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "journalism",
                "mozsprint",
                "security",
                "security training"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Kevin O Gorman",
            "submitter_profile_id": 1306,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kevin O Gorman",
                    "profile_id": 1306,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Field Guide to Security Training in the Newsroom",
            "description": "This resource collects the advice and experience of journalists, newsroom developers, and security experts, organized into a set of lessons and training materials available for newsroom staff who take on the responsibility of security training. In a moment when reporters are asking how to protect themselves and their sources, we want to see more people armed to answer those questions and help newsrooms communicate and store data more securely.",
            "get_involved": "Adding new lesson plans or updating existing ones, adding new resource links, adding new glossary items, providing feedback on training using the guide, translating and localizing guide content",
            "get_involved_url": "https://github.com/OpenNewsLabs/field-guide-security-training-newsroom/",
            "interest": "Digital security is still an afterthought in many newsrooms - this means that efforts to improve newsroom security practices tend to start from the bottom up. The guide is written to support this model.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-02_173808.4980520000.jpeg",
            "created": "2018-05-02T17:38:08.497638Z",
            "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": 1926,
            "content_url": "https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks#Svelte_tutorials",
            "is_bookmarked": false,
            "tags": [
                "community development",
                "CSS and JavaScript",
                "developer",
                "development",
                "javascript",
                "learning",
                "learn javascript"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "opensas",
            "submitter_profile_id": 2619,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "opensas",
                    "profile_id": 2619,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Svelte tutorials as MDN web docs",
            "description": "Step by step series of tutorials published at MDN web docs to learn to develop web applications using Svelte framework.\n\nWe will start with the most basic concepts, and we'll develop together a complete Todo application.\n\nGithub repository with source code: https://github.com/opensas/mdn-svelte-tutorial\n\nOnline development environment with the finished app: https://svelte.dev/repl/378dd79e0dfe4486a8f10823f3813190?version=3.23.2",
            "get_involved": "Spread the word about it, put it to the test, and give us feedback.",
            "get_involved_url": "https://github.com/opensas/mdn-svelte-tutorial",
            "interest": "Svelte is a radically new way to develop complex web app with a focus con developer friendliness.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-28_055244.1001340000.png",
            "created": "2020-11-28T05:52:44.099466Z",
            "moderation_state": 3
        },
        {
            "id": 820,
            "content_url": "https://opensciencemooc.eu/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open access",
                "open research",
                "open research software",
                "open science",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Jon Tennant",
            "submitter_profile_id": 1379,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jon Tennant",
                    "profile_id": 1379,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Open Science MOOC",
            "description": "Creating a community platform to help equip researchers with the skills they need to excel in a modern digital environment.",
            "get_involved": "Help us to get this project off the ground!",
            "get_involved_url": "https://github.com/OpenScienceMOOC",
            "interest": "Open Science is based on core principles such as justice, freedom, accountability, and transparency. It's about making global research work better, which is something we should all want.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_133323.7306480000.png",
            "created": "2018-05-09T13:33:23.730081Z",
            "moderation_state": 3
        },
        {
            "id": 808,
            "content_url": "http://jrost.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "community of practice",
                "mozsprint",
                "socio-technical infrastructure",
                "tools"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Join community"
            ],
            "published_by": "Daniel Mietchen",
            "submitter_profile_id": 1337,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Mietchen",
                    "profile_id": 1337,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Joint Roadmap for Open Science Tools: how can we improve our ecosystem",
            "description": "We aim to improve the open science landscape by bringing together a range of open projects to explore how they can be improved collectively and integrated towards a more interoperable open science ecosystem. Participants include Wikidata, Mozilla, Zotero, Hypothesis, DAT, Jupyter, bioRxiv, ORCID, Crossref, OJS, Meta, OSF, PLOS and others (full list at http://jrost.org/participants ).",
            "get_involved": "We want to brainstorm about how to map the open science ecosystem and how to better link ongoing and planned activities in this space. If you see a way to help with that, you’ll be most welcome.",
            "get_involved_url": "https://github.com/OpenScienceRoadmap/mozilla-sprint-2018/blob/master/CONTRIBUTING.md",
            "interest": "You can directly influence open science-related projects you care about. A strong roadmap that helps deliver an integrated and interoperable future for open tools will help ensure the durability of open projects versus closed or proprietary alternatives.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-07_184615.6312880000.png",
            "created": "2018-05-07T18:46:15.602435Z",
            "moderation_state": 3
        },
        {
            "id": 601,
            "content_url": "https://opensnp.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bioinformatics",
                "biology",
                "citizen science",
                "genetics",
                "mozsprint",
                "participatory science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Write documentation"
            ],
            "published_by": "Bastian Greshake Tzovaras",
            "submitter_profile_id": 150,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "openSNP - Sharing Personal Genomes",
            "description": "Open up your own genome by putting it into the public domain to allow for interesting and participatory science. Find others with similar genetic variations, and learn more about your genome by finding the latest primary literature.",
            "get_involved": "Help us by contributing new code and improving our documentation and design!",
            "get_involved_url": "https://github.com/openSNP/snpr",
            "interest": "openSNP takes the Mozilla values to genetics, personal genomics and bioinformatics!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161630.4307930000.jpg",
            "created": "2018-02-25T18:37:19.406164Z",
            "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": 992,
            "content_url": "https://opensourcediversity.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jona Azizaj",
            "submitter_profile_id": 1864,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jona Azizaj",
                    "profile_id": 1864,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source Diversity",
            "description": "For more diversity & inclusion in free & open source software communities 😊",
            "get_involved": "",
            "get_involved_url": "https://github.com/opensourcediversity",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-17_210940.4861480000.png",
            "created": "2019-01-17T21:09:40.485463Z",
            "moderation_state": 3
        }
    ]
}