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=-related_entry_creators&page=31
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=-related_entry_creators&page=32",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-related_entry_creators&page=30",
    "results": [
        {
            "id": 1139,
            "content_url": "http://learningwikibase.com/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "decentralization",
                "knowledge commons",
                "open data",
                "wikimedia",
                "wikipedia"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Sandra Muellrick",
            "submitter_profile_id": 2049,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sandra Muellrick",
                    "profile_id": 2049,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Learning Wikibase",
            "description": "Wikibase is an open source software suite for running a collaborative knowledge base. One installation of it is Wikidata. It's a collaborative knowledge base software that allows users to tie into a vast network of linked open data, easily adding to and ingesting knowledge from Wikidata and other instances of Wikibase, creating an ecosystem of easily shared, connected knowledge. The vision of LearningWikibase is to provide Online Materials to make it easier to install, maintain or customize your Wikibase instance. Please share you're learnings or tips with others to benefit from each other.",
            "get_involved": "Help us to create learning resources for Wikibase, add your knowledge, write technical documentation",
            "get_involved_url": "https://github.com/samu-wmde/learningwikibase/blob/master/CONTRIBUTING.md",
            "interest": "Create Decentralized Knowledgebases with Open Data and share it with others (Wikidata)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-22_135326.0391530000.png",
            "created": "2019-04-30T16:35:43.376706Z",
            "moderation_state": 3
        },
        {
            "id": 1185,
            "content_url": "https://docs.google.com/document/d/1xJJ18G5kdcHETUOrmc1SLg9GFuGi5ZcuUMvbD2L0vq4/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "data",
                "OL7",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Siouxsie Wiles",
            "submitter_profile_id": 1960,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Siouxsie Wiles",
                    "profile_id": 1960,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OL7 Case study: Open data by design",
            "description": "Case study from Mozilla Open Leaders 7 - Recognising that to make data open and reusable, it has to be deliberately designed that way.",
            "get_involved": "Looking for links to relevant documentation, or people to help share best practice.",
            "get_involved_url": "",
            "interest": "Insight into how those not working in open data learn the importance of being open by design not default.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-20T02:51:35.437310Z",
            "moderation_state": 3
        },
        {
            "id": 1184,
            "content_url": "https://github.com/mozilla/foresight/issues/4",
            "is_bookmarked": false,
            "tags": [
                "user research"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Josephine Lau",
            "submitter_profile_id": 2389,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Josephine Lau",
                    "profile_id": 2389,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Explore how decentralized and distributed technology can be valuable to users",
            "description": "",
            "get_involved": "Take a look at our user story cards here:",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-17_211139.1025540000.png",
            "created": "2019-05-17T21:11:39.102184Z",
            "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": 1180,
            "content_url": "https://github.com/anneclinio/documenta",
            "is_bookmarked": false,
            "tags": [
                "documentation",
                "open data",
                "open science"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Anne Clinio",
            "submitter_profile_id": 1917,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Clinio",
                    "profile_id": 1917,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Documenta?! an open research about documentation practices in many kinds of labs",
            "description": "The idea is to get to know, study and showcase documentation practices developed by practitioners in labs, specially citizen labs, makerspaces, hackerspaces, informal learning spaces, etc. We believe that proper documentation of projects is crucial in opening opportunities to engage persons, share visions, foster communities, inspire initiatives and reproduce objects. Documentation can help us tracking the reasons why we obtain certain findings in our experiments, prototipes, communities. Also, it allows us to testify and learn from those who came before us, improving our initiatives.",
            "get_involved": "",
            "get_involved_url": "https://github.com/anneclinio/documenta",
            "interest": "I hope it is useful for people that creating social innovation! :)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-16T20:02:45.538747Z",
            "moderation_state": 3
        },
        {
            "id": 1174,
            "content_url": "https://jumuiya.wambui.xyz/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Wambui  Karuga",
            "submitter_profile_id": 1942,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wambui  Karuga",
                    "profile_id": 1942,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Jumuiya KE",
            "description": "Jumuiya is a messenger bot that utilizes the power of social media to combat fake news and propaganda in the Kenyan political climate. Jumuiya seeks to provide web literacy services for its users for political and social empowerment.",
            "get_involved": "",
            "get_involved_url": "https://github.com/wambu-i/Jumuiya",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-12T18:44:28.861485Z",
            "moderation_state": 3
        },
        {
            "id": 1173,
            "content_url": "https://www.meetup.com/OpenMaine/events/260852564",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Join community"
            ],
            "published_by": "Nick Kaufmann",
            "submitter_profile_id": 1919,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Chris Bond",
                    "profile_id": 1930,
                    "is_active": true
                },
                {
                    "name": "Nick Kaufmann",
                    "profile_id": 1919,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#Mozsprint with Open Maine:Help build #CivicArchipelago for #CivicTech education",
            "description": "Open Mainers Chris Bond and Nick Kaufmann will present Civic Archipelago, a civic tech education project they are working on through the Mozilla Open Leaders Program. Participants can dive into working on the open source web site, or brainstorming challenges to help people become civic superheroes. All skill levels and backgrounds welcome!\nDate/Time: Thursday May 23rd, 6pm EST\nIn Maine? Join us at Portland Webworks, 5 Milk St, Portland\nRemote? Join our gitter chat: https://gitter.im/civicarchipelago/",
            "get_involved": "Interested in civics/education? Help us design educational #civictech challenges. Got webdev experience=? help us fork an open source website",
            "get_involved_url": "https://www.meetup.com/OpenMaine/events/260852564",
            "interest": "#civictech #openeducation",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-10_171358.3966300000.png",
            "created": "2019-05-10T17:13:58.396116Z",
            "moderation_state": 3
        },
        {
            "id": 1168,
            "content_url": "https://github.com/salmancade/Digital-skills-for-Refugees",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Mentor"
            ],
            "published_by": "Salim Abdullahi Ismail",
            "submitter_profile_id": 1936,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Salim Abdullahi Ismail",
                    "profile_id": 1936,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mirror Initiative- Digital skills for refugees",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/salmancade/Digital-skills-for-Refugees",
            "interest": "any other person who wish to find similar content refugees can easily use/remix",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-10T08:40:52.742149Z",
            "moderation_state": 3
        },
        {
            "id": 1157,
            "content_url": "https://malvikasharan.github.io/surrounded-by-giants/",
            "is_bookmarked": false,
            "tags": [
                "collaborative",
                "Interviews",
                "stories",
                "web 2.0"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Malvika Sharan",
            "submitter_profile_id": 1924,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Malvika Sharan",
                    "profile_id": 1924,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Storytelling to Shape Culture",
            "description": "There is a clear divide between learners and active contributors in informatics communities. A large proportion of members who are currently missing or not actively participating in the community are women and members of other historically underrepresented groups. With this project, I wanted to actively and consciously involve as many diverse members as possible to gain their perspectives and share their stories. I chose digital storytelling as a tool to enhance the visibility of our members and improve their engagement within the community by creating opportunities for their participation.",
            "get_involved": "Would you like to share your academic stories of success and struggles with others? Please participate in this project by giving 15 minutes of your time. More information at: https://grp-bio-it.embl-community.io/blogs/posts/2019-05-04-mozilla-ol-casestudy/",
            "get_involved_url": "https://twitter.com/MalvikaSharan",
            "interest": "This project aims to highlight your personal stories, scientific work, and insights, in the form of blog posts, interviews, and open dialogues.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-02_164232.1268550000.jpg",
            "created": "2019-05-02T16:42:32.126181Z",
            "moderation_state": 3
        },
        {
            "id": 1165,
            "content_url": "https://paideiacivica.org/blog/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Write documentation"
            ],
            "published_by": "veronica portugal",
            "submitter_profile_id": 2046,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "veronica portugal",
                    "profile_id": 2046,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Women Against Corruption Project (#corruptiontoo)",
            "description": "Its a initiative that seeks to create awareness of the differentiated impact on women and girls over men. We also look for create data about the linkages between corruption and gender using the powerful tool of storytelling. We are looking for contributors with good writing skills to write real stories about how women can be affected by corruption.This stories can be famous cases on media or to write your own story abou how you have lived corruption as a female.",
            "get_involved": "help us to recopilate stories by engine search and writing about the cases. We have more info about the collabotion that we are looking for in the contributor guidelines",
            "get_involved_url": "https://github.com/veritoportugal/Women_Against_Corruption",
            "interest": "Corruption is something that help to increase the gender gap, we need data to make the topic be addressed",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-06_000319.6301950000.png",
            "created": "2019-05-06T00:03:19.629780Z",
            "moderation_state": 3
        },
        {
            "id": 1164,
            "content_url": "https://lisoer.wordpress.ncsu.edu/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Join community"
            ],
            "published_by": "Will Cross",
            "submitter_profile_id": 1925,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Will Cross",
                    "profile_id": 1925,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Scholarly Communication Notebook",
            "description": "The way we make and share scholarship is changing, but the way we teach scholars how to do those things has not. The Scholarly Communication Notebook is a place where scholars, students, librarians, and the public can come together to share their stories, methods, and best practices for making and sharing their work in new ways.",
            "get_involved": "",
            "get_involved_url": "https://github.com/MozillaFestival/open-leaders-7/issues/10",
            "interest": "If you make, support, or are interested in research, teaching, or scholarly communication, we hope you will check out the SCN. You might find some amazing resources and we hope you will share your own ideas as well.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-03_171626.3638020000.jpg",
            "created": "2019-05-03T17:16:26.363304Z",
            "moderation_state": 3
        },
        {
            "id": 1163,
            "content_url": "https://sarahrogue.github.io/travelling-intersections/",
            "is_bookmarked": false,
            "tags": [
                "higher education",
                "inclusive",
                "internationalization",
                "intersectionality",
                "study abroad",
                "travel"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Write documentation"
            ],
            "published_by": "Sarah van der Westhuizen",
            "submitter_profile_id": 1972,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah van der Westhuizen",
                    "profile_id": 1972,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Intersectional Travel",
            "description": "Intersectional Travel is an open resource for international education practitioners at higher education institutions to use to think about intersectionality and internationalization. International education practitioners work in international or study abroad offices, and play an important role in internationalization initiatives on campus. The end goal for Intersectional Travel is to help achieve the goal of inclusive internationalization. This means making studying abroad and internationalization at home experiences more accessible and open to all students at tertiary institutions.",
            "get_involved": "Help create content using the analytical framework of intersectionality to think about internationalization / travelling / study abroad. Also, create practical activities that students and practitioners can use and implement on campus.",
            "get_involved_url": "https://github.com/SarahRogue/travelling-intersections",
            "interest": "We are all travelers in some ways. It is important to think about the privileges and obstacles situated in the experience of travelling.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-03_152105.0760530000.png",
            "created": "2019-05-03T15:21:05.075583Z",
            "moderation_state": 3
        },
        {
            "id": 1160,
            "content_url": "https://medium.com/@RaberaW",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Winnie Makokha",
            "submitter_profile_id": 2347,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Winnie Makokha",
                    "profile_id": 2347,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ms",
            "description": "Mozfest Wrangler 2018/19. Budding scientist. Kenyan. Global citizen . Feminisms. Lover of all things social justice and cake.",
            "get_involved": "",
            "get_involved_url": "https://github.com/WinnieMakokha",
            "interest": "Plug in as they anticipate to be part of Mozfest 2019:-)",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-03T13:25:47.300683Z",
            "moderation_state": 3
        },
        {
            "id": 1158,
            "content_url": "https://docs.google.com/document/d/16jOsMo7uilGm-JWKHQOw5OtK0dpIm7qqoAAoSC0PvHA/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jennifer Beamer",
            "submitter_profile_id": 2017,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jennifer Beamer",
                    "profile_id": 2017,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open For PrePrints",
            "description": "Building an Open Scholarly Communication Coaching Program \n\nTogether with my liaison librarians we are designing an open program to learn from each other about how to support scholarly communication. \n\nMy project addresses two BIG questions:\n\n1. How do we help educate liaison librarians (who often don’t have experience in research and publishing) to assist faculty with openly communicating their research and the scholarly communication process of being more open in their work practices?\n\n 2. What training, messages, and scripts can we provide librarians with to help them be more open?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Materials Created will be openly shared with the world!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T18:34:15.097222Z",
            "moderation_state": 3
        },
        {
            "id": 1155,
            "content_url": "https://docs.google.com/document/d/1OVHaJsUtBRvW942sNYdf7bqE54miY27w_YJWZQh9Vsw/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Babatunde Okunoye",
            "submitter_profile_id": 1969,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Babatunde Okunoye",
                    "profile_id": 1969,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla OL7 Cohort E Case study",
            "description": "This is a documentation of my OL7 Journey",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T11:25:59.352974Z",
            "moderation_state": 3
        },
        {
            "id": 1154,
            "content_url": "https://docs.google.com/document/d/1y1e2jYqMiFk3Yk_-MuNdOqx0QsRz0TyT1oGJq9thsWo/edit#heading=h.ux2z11acevgf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Cambria Finegold",
            "submitter_profile_id": 2030,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cambria Finegold",
                    "profile_id": 2030,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenLeaders 7 case study",
            "description": "Culture track case study for OpenLeaders 7",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To capture reflections from OL7 participants",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T11:13:12.675832Z",
            "moderation_state": 3
        },
        {
            "id": 1152,
            "content_url": "https://grp-bio-it.embl-community.io/blogs/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "community building",
                "digital storytelling",
                "equity",
                "interview",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Create content"
            ],
            "published_by": "Malvika Sharan",
            "submitter_profile_id": 1924,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Malvika Sharan",
                    "profile_id": 1924,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bio-IT community blogs",
            "description": "The Bio-IT community project at EMBL allows scientists to share their bioinformatics skills, expertise, and resources with others in the community.  With the Bio-IT community blogs, we want to shift our focus towards creating more opportunities for our members of diverse expertise, backgrounds, and identities in order to create more community engagement. \n\nThis project aims to create space for our members to highlight their personal stories, scientific work, insights, and open dialogues. With the tool of Digital Storytelling, I want to create relatable contents for our community members.",
            "get_involved": "You can help me share stories of personal success, struggles, and insights with a wider scientific community. We will schedule a short (~30 minutes) meeting to chat, and I will draft your story to publish as a blog or interview.",
            "get_involved_url": "https://grp-bio-it.embl-community.io/blogs/contribute/",
            "interest": "I want to include as many voices as possible to highlight diverse perspectives and offer a more complete 'un-edited' reflection of our members in STEM, specifically of those who have been previously excluded. Your voice will make a huge difference in this effort.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-02_095041.3060560000.png",
            "created": "2019-05-02T09:50:41.305162Z",
            "moderation_state": 3
        },
        {
            "id": 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": 1150,
            "content_url": "https://github.com/samwalkow/Diversity_and_Open_Source_Software_Sustainability",
            "is_bookmarked": false,
            "tags": [
                "github"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Sam Walkow",
            "submitter_profile_id": 1961,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Walkow",
                    "profile_id": 1961,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Diversity and Open Source Software Sustainability",
            "description": "I data wrangled with a bunch of Github data to look at who is coding where in the world, and on which projects. All data is anonymous. I am hoping to look at project growth and sustainability over time, and to understand how user activities affect that sustainability.",
            "get_involved": "Feedback on what to look for in the data, how to look for it, and comments would be great.",
            "get_involved_url": "https://github.com/samwalkow/Diversity_and_Open_Source_Software_Sustainability",
            "interest": "Others might be interested in how github is used and who is using it.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T04:21:40.658524Z",
            "moderation_state": 3
        },
        {
            "id": 1148,
            "content_url": "http://phonk.io",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "creative coding",
                "Live Coding",
                "mobile",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Victor Diaz",
            "submitter_profile_id": 2003,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Victor Diaz",
                    "profile_id": 2003,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Phonk.io",
            "description": "Purpose: Provide an easy to follow tutorial on how to build a music instrument using an old mobile phoneOutcome: Create awareness about PhonkInvite people to use and contribute to the Phonk communityProcess:Create a section in Phonk website with links to tutorialsCreate a basic music instrumentWrite the tutorial and publish it in instructables",
            "get_involved": "I would love people to try Phonk, join the community and share what they are making with the world!",
            "get_involved_url": "https://github.com/victordiaz/phonk/issues",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-01T20:16:52.291842Z",
            "moderation_state": 3
        },
        {
            "id": 1147,
            "content_url": "https://drive.google.com/file/d/1u_HQG3fBZ2vOt6-TvUSzo73XQ5KJ__DE/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "Culture Track",
                "OL7"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Belen Gimenez Ciciolli",
            "submitter_profile_id": 1959,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Belen Gimenez Ciciolli",
                    "profile_id": 1959,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Assessing Open Culture in our work: An invite for implementation and growth",
            "description": "Assessing and reflecting on the Open Culture factors and the Digital\nSecurity workshops and materials we provide at TEDIC. Case Study for the Culture Track of Mozilla Open Leaders Cohort 7.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_190148.7227860000.png",
            "created": "2019-05-01T19:01:48.722243Z",
            "moderation_state": 3
        },
        {
            "id": 1146,
            "content_url": "https://drive.google.com/file/d/1u_HQG3fBZ2vOt6-TvUSzo73XQ5KJ__DE/view?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "Culture Track",
                "OL7"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Take Action",
                "Create content",
                "Promote"
            ],
            "published_by": "Belen Gimenez Ciciolli",
            "submitter_profile_id": 1959,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Belen Gimenez Ciciolli",
                    "profile_id": 1959,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Assessing Open Culture in our work: An invite for implementation and growth",
            "description": "Assessing and reflecting on the Open Culture factors and the Digital Security workshops and materials we provide at TEDIC. Case Study for Culture Track for the Mozilla Open Leaders Cohort 7.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_185350.6396330000.png",
            "created": "2019-05-01T18:53:50.639198Z",
            "moderation_state": 3
        },
        {
            "id": 1145,
            "content_url": "https://github.com/kswhitney/access-acoustic",
            "is_bookmarked": false,
            "tags": [
                "accessibility",
                "audio",
                "digital",
                "inclusion"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Kaitlin Stack Whitney",
            "submitter_profile_id": 2038,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kaitlin Stack Whitney",
                    "profile_id": 2038,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Accessible Acoustic Ecology",
            "description": "Acoustic ecology is a growing area of environmental research, in part due to exciting new open source hardware and software technologies. The tools are now more accessible, pricewise, to more people. But, like lots of science, open source acoustic ecology isn’t necessarily open to everyone yet - this project looks at developing, testing, sharing, and refining workflows for acoustic ecology projects using pilot audio data.",
            "get_involved": "",
            "get_involved_url": "https://github.com/kswhitney/access-acoustic",
            "interest": "Open science isn’t open to all unless it’s accessible",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-01T17:03:23.138240Z",
            "moderation_state": 3
        },
        {
            "id": 1144,
            "content_url": "https://medium.com/@alushaks/lwiiyo-community-literacy-initiative-9e889192747c",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content"
            ],
            "published_by": "Alumanda Shakankale",
            "submitter_profile_id": 1935,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alumanda Shakankale",
                    "profile_id": 1935,
                    "is_active": true
                },
                {
                    "name": "John Griffiths",
                    "profile_id": 2134,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lwiiyo Community Literacy Initiative",
            "description": "Lwiiyo is a Non-profit Community ICT Literacy Initiative focused on increasing Computer Literacy within our communities, by so doing bridging the digital divide. Furthermore encouraging the use of ICTs in attaining sustainability.",
            "get_involved": "Help with recommendations or links to resources",
            "get_involved_url": "https://github.com/lwiiyo/LwiiyoCommunityLiteracyInitiative",
            "interest": "Its an opportunity to provide training for those in need of improving their skill or learning a new skill in ICT.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_145313.1026930000.jpg",
            "created": "2019-05-01T14:53:13.101846Z",
            "moderation_state": 3
        },
        {
            "id": 1141,
            "content_url": "https://github.com/Opentrons/Protocols/issues/825",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "biology",
                "community",
                "community development",
                "digital protocols",
                "hackathon",
                "openscience",
                "robotics",
                "software",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Kristin Ellis",
            "submitter_profile_id": 2053,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Alise Au",
                    "profile_id": 2056,
                    "is_active": true
                },
                {
                    "name": "Laura Cox",
                    "profile_id": 2054,
                    "is_active": true
                },
                {
                    "name": "Kristin Ellis",
                    "profile_id": 2053,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Opentrons Hack-A-Tron",
            "description": "Opentrons makes low-cost, open-source robots for biologists that help them carry out experiments in their labs. Our platform encourages discovery, creation, contribution, and sharing of automated scientific workflows.\n \n\nWe're having our first ever HACKATHON as part of the Mozilla Global Sprint for Internet Health! Come join our community (in person or remotely) to contribute anything and everything -- from content, feedback, and documentation to code and hardware improvements.  \n\nWe're super excited to have you join in on the fun! Email us at [email protected] for more details.",
            "get_involved": "Help us to: improve documentation and content, create new protocols to share with our community, find interesting things to add to our hardware and software, and more!",
            "get_involved_url": "https://hack-a-tron.paperform.co/",
            "interest": "We're part of the Mozilla Open Leaders 7 cohort, and we'd love to bring more people into our network! If you're interested in the intersection of open science, robots, and community-driven biology, this is for you!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-01_041528.0944730000.png",
            "created": "2019-05-01T04:15:28.094078Z",
            "moderation_state": 3
        },
        {
            "id": 1136,
            "content_url": "https://github.com/InquisitiveVi/indexing-OL7",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozsprint",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Vinodh Ilangovan",
            "submitter_profile_id": 1927,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Vinodh Ilangovan",
                    "profile_id": 1927,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Inclusive Integrated Indexing",
            "description": "Inclusive Integrated Indexing is a comprehensive community driven open platform to capture all research outputs with digital identifiers",
            "get_involved": "Contribute code to set the online platform",
            "get_involved_url": "https://github.com/InquisitiveVi/indexing-OL7",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-30T11:45:25.973938Z",
            "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": 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": 1131,
            "content_url": "https://medium.com/@marcwalsh/working-open-successes-and-challenges-d32935b87d5",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "mozilla",
                "openness",
                "transparency"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2099,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Marc Walsh",
                    "profile_id": 2099,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What kinds of successes and challenges have you faced in working open?",
            "description": "This post is part 5 of the Openness at Mozilla series. Where I look into the successes and challenges as we become a more open organsiation and beyond.",
            "get_involved": "",
            "get_involved_url": "https://medium.com/@marcwalsh/working-open-successes-and-challenges-d32935b87d5",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-29_101617.6895000000.png",
            "created": "2019-04-29T10:16:17.688967Z",
            "moderation_state": 3
        },
        {
            "id": 1130,
            "content_url": "https://medium.com/p/aa19184a3b7a/edit",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "openness",
                "working open"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Sarah Allen",
            "submitter_profile_id": 89,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sarah Allen",
                    "profile_id": 89,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What does working like a movement mean to you?",
            "description": "As part of a larger project, I explore what Working like a Movement means to my work, the organisation I work for and in my everyday. This is part 4 of a series of posts: Openness at Mozilla.",
            "get_involved": "",
            "get_involved_url": "https://medium.com/p/aa19184a3b7a/edit",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-29_100009.0271370000.jpg",
            "created": "2019-04-29T10:00:09.026621Z",
            "moderation_state": 3
        },
        {
            "id": 1129,
            "content_url": "http://grisglobal.org/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Lily Edinam Botsyoe",
            "submitter_profile_id": 2000,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Samuel Osei Mensah",
                    "profile_id": 1982,
                    "is_active": true
                },
                {
                    "name": "Lily Edinam Botsyoe",
                    "profile_id": 2000,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Party",
            "description": "A Mozilla Sprint in Ghana with the Global Repository for Internet Studies to provide an open, all inclusive, easy-to-collaborate space that will ignite the participation of youth in Internet Governance and policy.",
            "get_involved": "Help us in translating our work to different languages, contribute to writing our newsletters, designing artworks, creating posts for our social media pages and helping create content for our online short lessons on Internet Governance.",
            "get_involved_url": "http://grisglobal.org/volunteer/",
            "interest": "It will give people a platform to contribute their voice in shaping the internet.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-29_094836.8943990000.jpg",
            "created": "2019-04-29T09:48:36.893962Z",
            "moderation_state": 3
        },
        {
            "id": 1128,
            "content_url": "https://aileadersproject.pubpub.org/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "AI",
                "decentralization",
                "development",
                "digital divide",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Join community",
                "Localize & translate",
                "Take Action"
            ],
            "published_by": "Ana Carolina Rodrigues",
            "submitter_profile_id": 2264,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ana Carolina Rodrigues",
                    "profile_id": 2264,
                    "is_active": true
                },
                {
                    "name": "Victor Prata",
                    "profile_id": 1980,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A.I. Leaders Project",
            "description": "Create a community willing to discuss strategies for the development of \"Artificial Intelligence\" in the context of Latin America.",
            "get_involved": "",
            "get_involved_url": "https://aileadersproject.pubpub.org/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-28_175559.5453830000.png",
            "created": "2019-04-28T17:55:59.544953Z",
            "moderation_state": 3
        },
        {
            "id": 1123,
            "content_url": "https://github.com/JulianaNovaes/Latin-American-Data-Protection-Framework",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "data privacy",
                "latin america",
                "sprintforih"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Juliana Novaes",
            "submitter_profile_id": 2008,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Juliana Novaes",
                    "profile_id": 2008,
                    "is_active": true
                },
                {
                    "name": "Ana Carolina Rodrigues",
                    "profile_id": 2264,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Protection in Latin America: A Legal Framework",
            "description": "This project aims to map in an open format data protection legal frameworks in Latin America, so that researchers and activists can understand the main differences between legislations in each country.",
            "get_involved": "Give information about data protection in your country",
            "get_involved_url": "HTTPS://FORM.JOTFORMZ.COM/90748328484670",
            "interest": "This is a way to increase the involvement of Latin Americans on data privacy, so that a people can have a whole vision of data privacy regulation in the region and to be able to compare the scenario in different countries.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-25_033651.7045120000.jpg",
            "created": "2019-04-25T03:36:51.703905Z",
            "moderation_state": 3
        },
        {
            "id": 1121,
            "content_url": "https://docs.google.com/document/d/1ICeWselGsFdUbKjXcOYXqWltSd1yDTT5iGMDreZKZDc/edit",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Code"
            ],
            "published_by": "Heather Burns",
            "submitter_profile_id": 1915,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Heather Burns",
                    "profile_id": 1915,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open source CMS privacy working group - #Mozsprint 2019 project",
            "description": "We'll be working together to standardise file formats for data portability exports and imports across open source content management systems, and to identify the export and import functionality which may need to be created within each project.",
            "get_involved": "",
            "get_involved_url": "https://docs.google.com/document/d/1ICeWselGsFdUbKjXcOYXqWltSd1yDTT5iGMDreZKZDc/edit?usp=sharing",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-24T16:52:19.609480Z",
            "moderation_state": 3
        },
        {
            "id": 1120,
            "content_url": "https://systemli.github.io/userli/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Tim",
            "submitter_profile_id": 2047,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tim",
                    "profile_id": 2047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Improve localization of Userli",
            "description": "To increase the possible audience of Userli, please help to translate it to your language of choice.\nUserli is a web-frontend for mail servers, that helps to increase you email privacy.",
            "get_involved": "",
            "get_involved_url": "https://github.com/systemli/userli/labels/mozsprint",
            "interest": "Help people get more secure email storage.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-04-24T11:13:38.960447Z",
            "moderation_state": 3
        },
        {
            "id": 1112,
            "content_url": "https://reps.mozilla.org/e/global-sprint-2019/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Bhuvana Meenakshi Koteeswaran",
            "submitter_profile_id": 1911,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "David Bild",
                    "profile_id": 1819,
                    "is_active": true
                },
                {
                    "name": "Bhuvana Meenakshi Koteeswaran",
                    "profile_id": 1911,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Global Sprint 2019 at Salem",
            "description": "This Global Sprint 2019 was hosted by me in order to make more students understand the importance of working for Open projects and also guide them on how to do it. So this event was more of a hackathon where many issues were resolved focusing on one particular project. The project is an interesting web based conceptual game that comes under Openness and about 10 participants attended the event. I guess I was the first to host the sprint because of the availability of the contributors. My mentor David Bild gave me pre and post event tips to move the project further.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-16_171006.8721190000.jpg",
            "created": "2019-04-16T17:10:06.871769Z",
            "moderation_state": 3
        },
        {
            "id": 1118,
            "content_url": "https://www.openscapes.org/blog/2019/04/08/summit-reflections1/",
            "is_bookmarked": false,
            "tags": [
                "fellows"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 1560,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openscapes Champions Summit",
            "description": "In March 2019 I witnessed environmental scientists become champions for open data science when we brought the inaugural cohort of Openscapes Champions together for a summit in Santa Barbara, California. The summit was supported by Mozilla and hosted at the National Center for Ecological Analysis and Synthesis (NCEAS) with the purpose of building relationships, sharing lessons learned, and igniting collaborations. This is the first of several blogs, as an overview of the event and its outcomes.",
            "get_involved": "We are fundraising to lead additional cohorts of this program, any promotion can help! Thank you!",
            "get_involved_url": "https://www.openscapes.org/contact",
            "interest": "leading a successful in-person community building event to complement online program",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-19_180525.4895500000.jpg",
            "created": "2019-04-19T18:05:25.488950Z",
            "moderation_state": 3
        },
        {
            "id": 1117,
            "content_url": "https://medium.com/read-write-participate/what-does-transparency-mean-to-you-4d0523d468cd",
            "is_bookmarked": false,
            "tags": [
                "openness",
                "working open"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kristina Gorr",
                    "profile_id": 1678,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What Does Transparency Mean To You?",
            "description": "This post is part 3 of the Openness at Mozilla series.  We’re taking steps to work like a movement, by applying the practices and skills of ‘working open’ to our everyday work. Working open includes many things, some easily achieved, others more difficult. Transparency — freely sharing information about plans, process, and outcomes — is one of them. We’re currently collecting responses from staff on eight questions that will help us determine where we’re already succeeding and where we can improve.",
            "get_involved": "Join the conversation by commenting and sharing on social media.",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-19_151715.3970060000.jpg",
            "created": "2019-04-19T15:17:15.396690Z",
            "moderation_state": 3
        },
        {
            "id": 1116,
            "content_url": "https://www.openscapes.org/blog/2019/04/08/summit-reflections1/",
            "is_bookmarked": false,
            "tags": [
                "community",
                "culture",
                "data science",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 2086,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 2086,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Openscapes Champions Summit",
            "description": "In March 2019 I witnessed environmental scientists become champions for open data science when we brought the inaugural cohort of Openscapes Champions together for a summit in Santa Barbara, California. The summit was supported by Mozilla and hosted at the National Center for Ecological Analysis and Synthesis (NCEAS) with the purpose of building relationships, sharing lessons learned, and igniting collaborations. This is the first of several blogs, as an overview of the event and its outcomes.",
            "get_involved": "Join us! We are trying to increase the visiblity and value of open science broadly, and fundraise for the Openscapes program specifically. Thank you!",
            "get_involved_url": "https://www.openscapes.org/contact/",
            "interest": "leading a successful event to excite people about openness, community building",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-18_215623.5075320000.jpg",
            "created": "2019-04-18T21:56:23.507056Z",
            "moderation_state": 3
        },
        {
            "id": 1114,
            "content_url": "https://citapress.org",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "books",
                "design",
                "Feminism",
                "graphic design",
                "illustration",
                "public domain",
                "publishing",
                "sprintforih",
                "web design"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Juliana Castro",
            "submitter_profile_id": 1914,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Juan Castro Varón",
                    "profile_id": 2060,
                    "is_active": true
                },
                {
                    "name": "Juliana Castro",
                    "profile_id": 1914,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cita Press",
            "description": "Cita is an open-source digital library publishing books by women and non-binary authors. It is both a literature archive and a graphic design project. Cita aims to elevate the work of those who first addressed gender inequality by promoting and distributing openly-licensed and public domain works using open-source technologies.",
            "get_involved": "People can help edit and upload books, make designs for the covers, write introductions, help clean bugs in the books and help develop a new version of it.",
            "get_involved_url": "https://github.com/citapress/citapress",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-17_195544.2486460000.jpg",
            "created": "2019-04-17T19:55:44.248215Z",
            "moderation_state": 3
        },
        {
            "id": 1113,
            "content_url": "https://cmasuki.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Mentor",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Dimitra Blana",
            "submitter_profile_id": 2005,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Dimitra Blana",
                    "profile_id": 2005,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Movement Analysis Code for Everyone",
            "description": "A free online platform for sharing movement analysis code, with step-by-step tutorials on how to develop and use it.\n\nClinical movement analysis involves the measurement of human movement, typically walking, to help understand pathologies that affect movement. Writing code can save time and reduce errors by automating routine tasks, and produce new insights by enabling complex calculations. \n\nOur project wants to bring everyone interested in motion analysis together, to share code and the expertise that exists in the community.",
            "get_involved": "You could contribute code and documentation for motion analysis applications, suggest improvements to existing resources and request new ones, join our mailing list and the conversation on Slack!",
            "get_involved_url": "https://github.com/cmasuki/open-code/blob/master/README.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-17_165516.4627500000.JPG",
            "created": "2019-04-17T16:55:16.461068Z",
            "moderation_state": 3
        },
        {
            "id": 1110,
            "content_url": "https://www.facebook.com/lwiiyo/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "collaboration",
                "community building",
                "digital literacy",
                "open source",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Alumanda Shakankale",
            "submitter_profile_id": 1935,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alumanda Shakankale",
                    "profile_id": 1935,
                    "is_active": true
                },
                {
                    "name": "John Griffiths",
                    "profile_id": 1869,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lwiiyo Community Literacy Initiative",
            "description": "A Community Literacy Initiative focused on increasing Computer Literacy within our communities, by so doing bridging the digital divide.",
            "get_involved": "We would like to have regular trainings and for that we need material and trainings. Help us by becoming a trainer (trainings can be done online) or with material or links to material that is ICT related.",
            "get_involved_url": "https://github.com/lwiiyo/LwiiyoCommunityLiteracyInitiative",
            "interest": "We plan to reduce the gap between theoretic learning and hands-on experience by delivering open source project based trainings that will better equip students pursuing careers in the ICT sector of Zambia",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-15_041453.0094810000.jpg",
            "created": "2019-04-15T04:14:53.008703Z",
            "moderation_state": 3
        },
        {
            "id": 1099,
            "content_url": "https://github.com/anishansari/Book-Donation-System",
            "is_bookmarked": false,
            "tags": [
                "book",
                "documentation",
                "education",
                "health"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise"
            ],
            "published_by": "Anish Ansari",
            "submitter_profile_id": 2066,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anish Ansari",
                    "profile_id": 2066,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Book Donation System",
            "description": "Provides a platform for users to donate books and exchange books in order to educate each other. the user can see donor within a certain range and can request books for donation and works the same for NGOs and schools which need books in remote areas of the country.",
            "get_involved": "You can support me in anyway you want. Please go through the project and see how you can support me and make books available to everyone who needs it.",
            "get_involved_url": "https://github.com/anishansari/Book-Donation-System",
            "interest": "There are different schools and individuals in many countries have no access to books and education. So this platform is intended to solve these problems by making donation available for those who need books.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-27T08:02:25.647501Z",
            "moderation_state": 3
        },
        {
            "id": 1098,
            "content_url": "https://medium.com/read-write-participate/putting-privacy-on-the-agenda-at-icann-dde00bb18b08",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Ayden Férdeline",
            "submitter_profile_id": 1548,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ayden Férdeline",
                    "profile_id": 1548,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Putting Privacy on the Agenda at ICANN",
            "description": "There is no shortage of opportunities for people with public interest-oriented perspectives to engage in developing policy which ultimately governs key Internet infrastructure. Here's one way I've done that.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-25T12:52:33.914871Z",
            "moderation_state": 3
        },
        {
            "id": 1097,
            "content_url": "https://github.com/abhayrjoshi/The-Impartial-Machines-Project",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Test & feedback"
            ],
            "published_by": "Abhay Joshi",
            "submitter_profile_id": 1938,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sai Thejeshwar",
                    "profile_id": 1970,
                    "is_active": true
                },
                {
                    "name": "PraveenGorla",
                    "profile_id": 1846,
                    "is_active": true
                },
                {
                    "name": "Abhay Joshi",
                    "profile_id": 1938,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Impartial Machines Project",
            "description": "We are working with the community to help deliver a Dual AI Engine which tries to eliminate the potential influences/bias in the news by the means of similarity indexing and version control and helps connect the dots in facilitating the dissemination of impartial news conforming to the highest code of ethics possible.",
            "get_involved": "Contribute varying data sets that helps us improve the efficiency of the engine!",
            "get_involved_url": "https://github.com/abhayrjoshi/The-Impartial-Machines-Project/blob/master/CONTRIBUTING.md",
            "interest": "News should be non-influential to circumstances, operate independently from any influences/bias and should be prioritized based on the importance, free of any ulterior motives and validated by employing a proper community feedback loop",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-24T08:26:13.842088Z",
            "moderation_state": 3
        },
        {
            "id": 1058,
            "content_url": "https://github.com/peoplenarthax/chromosome-js",
            "is_bookmarked": false,
            "tags": [
                "javascript",
                "open science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Angel Paredes",
            "submitter_profile_id": 2032,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Angel Paredes",
                    "profile_id": 2032,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ChromesomeJS",
            "description": "A small library to help people develop their own Genetic Algorithms.",
            "get_involved": "People can contribute in many ways, giving feedback, contributing as coders or helping to document the project and create examples",
            "get_involved_url": "https://github.com/peoplenarthax/chromosome-js",
            "interest": "ChromosomeJS help people not only develop Genetic Algorithms, but it also aims to spread knowledge to those who are curious",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-14T07:20:55.646292Z",
            "moderation_state": 3
        },
        {
            "id": 1055,
            "content_url": "https://energimeuniversity.org",
            "is_bookmarked": false,
            "tags": [
                "#energime"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "global Comms",
            "submitter_profile_id": 2138,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "global Comms",
                    "profile_id": 2138,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "EnegimeUniversity",
            "description": "Study online",
            "get_involved": "",
            "get_involved_url": "https://energimeuniversity.org",
            "interest": "Education",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-08T19:13:59.036734Z",
            "moderation_state": 3
        },
        {
            "id": 1054,
            "content_url": "http://ohi-science.org/news/fellows-2019",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Julia Lowndes",
                    "profile_id": 2087,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "2019 Ocean Health Index Fellows",
            "description": "The second cohort of Ocean Health Index Fellows will use open data and tools to assess the state of the world’s oceans — and help inform vital marine policy",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-08_150318.2266630000.png",
            "created": "2019-03-08T15:03:18.226296Z",
            "moderation_state": 3
        }
    ]
}