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

{
    "count": 1758,
    "next": null,
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-tags&page=36",
    "results": [
        {
            "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": 423,
            "content_url": "https://github.com/MozillaFoundation/Gigabit-101-Workshop",
            "is_bookmarked": false,
            "tags": [
                "4k",
                "artificial intelligence",
                "curriculum",
                "edtech",
                "gigabit",
                "innovation",
                "open educational resource",
                "virtual reality"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Gigabit 101 Workshop Materials Available",
            "description": "The Mozilla Gigabit Community Fund provides grant funding to support the creation of gigabit technologies such as virtual reality, 4K video, and artificial intelligence. Our goal is to increase participation in technology innovation in support of a healthy Internet where all people are empowered, safe, and independent online. It became evident that while many people are aware of whether they have high-speed internet access, they may not know what it enables. This workshop helps to demystify terms, highlight ways it's being utilized, and help people innovate for their own projects and purposes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-25_204106.0946450000.jpg",
            "created": "2017-08-25T20:41:06.093876Z",
            "moderation_state": 3
        },
        {
            "id": 1133,
            "content_url": "https://github.com/shinadhingra18/No-Comments",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "code",
                "learning",
                "Mozilla Open Leadership Project",
                "open educational resource",
                "sprintforih",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Shina Dhingra",
            "submitter_profile_id": 2022,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Shina Dhingra",
                    "profile_id": 2022,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "No Comments",
            "description": "We aim to create plug-ins for Open Source IDEs that can convert your source code to realtime flowcharts for better navigation of code, understanding it better for students and for professionals in collaborative working environments.",
            "get_involved": "Help us build a prototype, test and give feedbacks, so that we can expand the project further.",
            "get_involved_url": "https://github.com/shinadhingra18/No-Comments",
            "interest": "Its an attempt to build new standards of coding to give the newbies and budding developers the confidence to code.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-29T21:26:40.477852Z",
            "moderation_state": 3
        },
        {
            "id": 659,
            "content_url": "https://github.com/manasvil/RapidPrototyping-Curriculum",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "arduino",
                "curriculum design",
                "curriculum planning",
                "education technology",
                "github",
                "mozsprint",
                "open educational resource",
                "physical computing",
                "teaching kit"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Manasvi Lalwani",
            "submitter_profile_id": 435,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Manasvi Lalwani",
                    "profile_id": 435,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Making a rapid prototyping curriculum open",
            "description": "This project aims to publish an existing curriculum on rapid protyping and maker learning so that it can be accessible to a wider community of makers, instructos and worksho facilitators.",
            "get_involved": "Help transfer content from google docs to github, Help organize the material including naming folders, Help proofread content, Help design activities, Help promote content",
            "get_involved_url": "https://github.com/manasvil/RapidPrototyping-Curriculum",
            "interest": "Lots of cool resources for making hardware prototypes for beginners!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024035.2739370000.jpg",
            "created": "2018-03-28T16:11:27.323288Z",
            "moderation_state": 3
        },
        {
            "id": 773,
            "content_url": "https://live-whiteboard-website.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "collaboration",
                "education",
                "education technology",
                "mozsprint",
                "open educational resource"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "apoorvaa gupta",
            "submitter_profile_id": 482,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bhavya Aggarwal",
                    "profile_id": 500,
                    "is_active": true
                },
                {
                    "name": "apoorvaa gupta",
                    "profile_id": 482,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Live Whiteboard",
            "description": "A tool for effective distance teaching, collaborating and discussing ideas.\n\nThe Live Whiteboard is a perfect solution for people to connect with each other and write/discuss/scribble their ideas. The main goal is to develop a virtual scribble pad along with means to connect to others at the same time, with the help of chat and recordings. It will help distance learning students to get the blackboard teaching experience, people collaborating on remote projects to discuss and develop their ideas graphically and even just to scribble your own thoughts for fun purposes!",
            "get_involved": "Help us test the prototype, promote and use our product in Universities, Schools, Educational institutes, offices, etc. , contribute to the codebase, join our Gitter channel and help us improve the product.",
            "get_involved_url": "https://github.com/coslos/LiveWhiteboard-Website",
            "interest": "An awesome tool for remote collaboration on projects and ideas. It will help in distant teaching and empowerment of different communities of people who don't have adequate resources for education and are far from technology.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_131731.9995500000.jpg",
            "created": "2018-04-26T13:17:31.998875Z",
            "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": 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": 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": 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": 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": 1921,
            "content_url": "https://world.openfoodfacts.org/discover",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "crowdsourcing",
                "environment",
                "health",
                "opendata",
                "open source"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Pierre Slamich",
            "submitter_profile_id": 4371,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Pierre Slamich",
                    "profile_id": 4371,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Food Facts",
            "description": "Open Food Facts is the \"wikipedia of food\". Using the collaborative mobile app for Android and iPhone, you can help make food transparency a reality across the globe.\nYou take photos, and community effort and artificial intelligence then allow us to create data about the products, and to compute health and environmental scores. \nAll our work is open source and opendata, and we're strictly independant from the food industry.\nThat way, you can know if a product is good for you and for the planet, help other make food choices that work for them, and help foster research.",
            "get_involved": "We're looking for coders (to help us improve the tech) and decoders (to decipher all the food that's surrounding us). \nThe impact of Open Food Facts grows by spreading the word, adding new products using the app, translating the project, and much much more.",
            "get_involved_url": "https://world.openfoodfacts.org/contribute",
            "interest": "Open Food Facts uses tech and community to have a systemic impact on the health and environmental aspects of the food system.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-23T09:15:24.864648Z",
            "moderation_state": 3
        },
        {
            "id": 281,
            "content_url": "https://github.com/jasonclark/linked-people-bioscience",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "linked data",
                "mozsprint",
                "open data",
                "profiles",
                "research networks"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Linked People Bioscience",
            "description": "Linked People Bioscience is a prototype software project that allows one to visualize research and networks of expertise based on researcher interests and research collaborations. This work applies a methodology for describing researcher interests and research collaborations through the application of linked open data (LOD) which has an impact on the visibility of these researchers in search engines.",
            "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/jasonclark/linked-people-bioscience",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_013643.5978150000.png",
            "created": "2017-05-15T01:36:43.597360Z",
            "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": 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": 432,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "development",
                "empower women",
                "fgm",
                "GIS",
                "open data",
                "openstreetmap",
                "un women"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Join community",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Janet Chapman",
            "submitter_profile_id": 101,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 101,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowd2Map to End FGM",
            "description": "Mapping rural Tanzania into OpenStreetMap to help protect girls from Female Genital Mutilation",
            "get_involved": "Help us develop a crowdsourced validation system so we can start printing village level maps to help protect girls from FGM and aid development and navigation in Tanzania.",
            "get_involved_url": "https://crowd2map.wordpress.com/2017/08/30/for-universities/",
            "interest": "People with GIS or coding skills particularly welcome!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-09-12T15:34:38.632974Z",
            "moderation_state": 3
        },
        {
            "id": 499,
            "content_url": "https://github.com/Monsauce/Open-the-North",
            "is_bookmarked": false,
            "tags": [
                "localisation",
                "mozfest",
                "open data",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Monica Granados",
            "submitter_profile_id": 167,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Monica Granados",
                    "profile_id": 167,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Guide to Eating Ontario Fishes mobile app",
            "description": "Ontario Ministry of the Environment and Climate Change (MOECC) publishes guidelines on how many fish of (a given subset of sportfish) is safe to eat. While this information is available in a printed guide and on their website, the information is displayed not displayed in a user-friendly format and is inaccessible to individuals living in remote regions of the province. We are building a mobile app version of the guide using open data available through the MOECC.",
            "get_involved": "Help us on make a better user interface. The beta app has a rough user interface and needs a designer's touch!",
            "get_involved_url": "https://github.com/Monsauce/Open-the-North/blob/master/CONTRIBUTING.md",
            "interest": "We are working in the open to make open data more accessible.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_172033.6272700000.png",
            "created": "2017-10-25T17:20:33.626650Z",
            "moderation_state": 3
        },
        {
            "id": 490,
            "content_url": "https://www.ecmwf.int/",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open data"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Claudia Vitolo",
            "submitter_profile_id": 155,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Claudia Vitolo",
                    "profile_id": 155,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unthinkable weather",
            "description": "ECMWF and the Copernicus programme provide a large amount of open weather and environmental data. These data is not only useful for the weather and environmental communities but it could benefit anyone: from scientists and students in many fields to companies and NGOs. We will present lots of creative ways of using our open weather and climate data. The inspiration comes from years of research in combination with some spectacular ideas developed at the ECMWF OpenDataHack 2017. Come and join us!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The application of weather and environmental data can benefit anyone.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-24T15:25:58.906312Z",
            "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": 726,
            "content_url": "https://www.data-playground.org.uk",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "data literacy",
                "mozsprint",
                "open data"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community"
            ],
            "published_by": "samantha ahern",
            "submitter_profile_id": 421,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "samantha ahern",
                    "profile_id": 421,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Literacy Playground",
            "description": "An online space where 16-24 yr olds can use, interact with and understand the benefits and issues of using and sharing data so that they can make informed choices about data sharing.",
            "get_involved": "Help us to create the initial web site and develop the visual identity of the project.",
            "get_involved_url": "https://github.com/quirksahern/DataLiteracyPlayground",
            "interest": "We are hoping that will inspire a new generation to make informed choices about data for the benefit of society.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_102858.0615430000.png",
            "created": "2018-04-24T10:28:58.060781Z",
            "moderation_state": 3
        },
        {
            "id": 518,
            "content_url": "https://github.com/AdrienneNepenthe/Open-Data-Week-2018-Submission-Form-for-MozFest",
            "is_bookmarked": false,
            "tags": [
                "data",
                "government",
                "mozfest",
                "nyc",
                "open data",
                "open innovation",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Adrienne Schmoeker",
            "submitter_profile_id": 188,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Adrienne Schmoeker",
                    "profile_id": 188,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "NYC Open Data Week 2018 - Open Call for Submissions",
            "description": "To raise awareness about NYC Open Data (www.nyc.gov/opendata) the team partnered with the civic technology community to produce Open Data Week 2017 which engaged over 900 New Yorkers! We’re now asking for submissions of ideas for Open Data Week 2018 and hope we'll get lots of new ideas. What I'd love help with is having folks propose edits to the submission form copy - I want to make sure getting people engaged is done with a useful open process and tool!",
            "get_involved": "Help us by proposing edits to the copy in the Open Data Week 2018 Submission Form via our GitHub: https://github.com/AdrienneNepenthe/Open-Data-Week-2018-Submission-Form-for-MozFest",
            "get_involved_url": "https://github.com/AdrienneNepenthe/Open-Data-Week-2018-Submission-Form-for-MozFest",
            "interest": "This is an opportunity to help an open government program (NYC Open Data!) be even more open in our practice!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-28_053147.6085610000.png",
            "created": "2017-10-28T05:31:47.608186Z",
            "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": 462,
            "content_url": "http://falsifiable.us",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open leadership zone",
                "open science",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Ivo Jimenez",
            "submitter_profile_id": 129,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ivo Jimenez",
                    "profile_id": 129,
                    "is_active": true
                },
                {
                    "name": "Sina Hamedian",
                    "profile_id": 108,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Popper",
            "description": "Validating experimental results in research is time-consuming; it takes too long to recreate the environment where an experiment originally ran. Popper is a sound experimentation protocol rooted in best open source software practices. The Popper CLI tool aids practitioners in following the protocol and convention (for organizing files in a version-control repository), providing an easy way to implement experiments that are automatically re-executed and validated.",
            "get_involved": "We are looking for domain experts that might be willing to implement experiments following the convention and using our CLI tool. We also have a list of open issues on our github and welcome contributions of any kind",
            "get_involved_url": "http://github.com/systemslab/popper",
            "interest": "Popper allows practitioners (researchers, students) to make Open Science a reality. By following best DevOps practices taken from the Open Source Software (OSS) world, researchers get to work in the same way as OSS developers and contributors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_140811.2172810000.png",
            "created": "2017-10-11T22:08:02.079035Z",
            "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": 1680,
            "content_url": "https://selgebali.gitbook.io/opencider/",
            "is_bookmarked": false,
            "tags": [
                "#digital inclusion",
                "equity",
                "knowledge sharing",
                "open data",
                "open research"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Sara Elgebali",
            "submitter_profile_id": 2912,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sara Elgebali",
                    "profile_id": 2912,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenCider",
            "description": "OpenCider (Open Computational Inclusion and Digital Equity Resource):\n\n* A space for knowledge-sharing, advice, good practices, workflows, and a list of tools to facilitate computational training and big data analysis.\n* Guidelines and lessons learned from LMICs (low and middle-income countries).\n* Ideas for the development of accessible, adaptable technical solutions.\n* A community space for diverse open data and open research enthusiasts to connect and collaborate.",
            "get_involved": "Ways to support:\n* Design logo, artwork\n* Contribute to survey design\n* Add content/contributions on GitHub\n* Share and interact on social media\n*Help create simplified templates for checkin and check out for computational training events",
            "get_involved_url": "https://selgebali.gitbook.io/opencider/about/get-involved",
            "interest": "Inclusion in computational spaces enriches the open data community. In order to drive innovation and discovery we need to encourage participation, contribution and visibility of under-represented groups i.e. from low and middle income countries, in open data and open research discussions.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-05-07T13:36:52.045743Z",
            "moderation_state": 3
        },
        {
            "id": 8,
            "content_url": "https://mozillascience.github.io/open-data-primers/",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "primers",
                "science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Primers",
            "description": "An online handbook of Open Data Training Primers developed by the Mozilla Science Lab and their community members.  These primers are designed to read at your own pace and pick and choose the topics you want to read concerning open data.",
            "get_involved": "Would love feedback on the primers so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "Lays out basics of open data for anyone interested in the topic and assumes no prior knowledge.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:15:05.909000Z",
            "moderation_state": 3
        },
        {
            "id": 764,
            "content_url": "https://github.com/ricklupton/floweaver",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "data visualisation",
                "mozsprint",
                "open data",
                "Sankey diagram",
                "visualization"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Rick Lupton",
            "submitter_profile_id": 521,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rick Lupton",
                    "profile_id": 521,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "floWeaver",
            "description": "Many kinds of data can be thought of as 'flows': energy and materials moving through industry, money flowing through the economy, telephone lines moving between providers, voters moving between parties. floWeaver helps you to exchange and analyse flow data and visualise it using Sankey diagrams.",
            "get_involved": "Help us by using floWeaver to visualise your data and giving feedback and sharing examples of the results; or help us improve the documentation and identify and fix bugs in the code.",
            "get_involved_url": "https://github.com/ricklupton/floweaver/blob/master/CONTRIBUTING.md",
            "interest": "floWeaver is an open-source tool for data visualisation, and supports open interoperability between visualisation tools by defining an open data format for Sankey diagram data.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-25_142936.6544200000.png",
            "created": "2018-04-25T14:29:36.653876Z",
            "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": 279,
            "content_url": "https://github.com/Monsauce/Open-the-North",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open data",
                "repository"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open the North",
            "description": "Open the North is a project working to making ecological community data more accessible to the remote indigenous communities through the creation of a mobile app on fish consumption guidelines and the creation of a repository to for ecological data and traditional knowledge.  This mobile friendly platform not only allows the addition of data but also the ability to download 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/Monsauce/Open-the-North",
            "interest": "The repository welcomes data from the federal and provincial governments, NGO's, conservation groups and encourages contributions from citizen scientists.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-15_005321.5217520000.png",
            "created": "2017-05-15T00:53:21.521335Z",
            "moderation_state": 3
        },
        {
            "id": 552,
            "content_url": "https://www.shareable.net/blog/how-mozillas-open-science-lab-is-empowering-the-next-generation-of-researchers",
            "is_bookmarked": false,
            "tags": [
                "fellowships",
                "open access",
                "open data",
                "open science",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Stephanie Wright",
                    "profile_id": 59,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Interview: Mozilla Science Lab",
            "description": "Shareable spoke with Stephanie Wright, Program Lead for the Science Lab at Mozilla, about how they're advancing the open science movement.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-16_231658.7521520000.png",
            "created": "2017-11-16T23:16:58.751750Z",
            "moderation_state": 3
        },
        {
            "id": 195,
            "content_url": "https://iheartopendata.org/en-US/",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Support Open Access to Federally Funded Research",
            "description": "Did you know our federal taxes help fund billions of dollars in scientific research every year? But in order to see the results of that research, publishers often charge significant amounts of money to anyone that wants to read about it. Shouldn’t we be able to see what we’re paying for without having to pay for it twice?",
            "get_involved": "Do you agree?  If so, add your name to these principles and share widely so we can help create more space for open data and science.",
            "get_involved_url": "https://iheartopendata.org/en-US/#get-involved",
            "interest": "The public should have full, open access to publicly-funded research, free of cost and available online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_203757.9627690000.png",
            "created": "2017-04-07T20:37:57.959951Z",
            "moderation_state": 3
        }
    ]
}