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

**Route** - `/entries`

#Query Parameters -

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

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

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved&page=31",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=get_involved&page=29",
    "results": [
        {
            "id": 1100,
            "content_url": "https://librarycarpentry.org/blog/2019/03/lc-mozilla-global-sprint/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "Data Skills",
                "FAIR Data & Software",
                "Lesson Development",
                "Library Carpentry",
                "Mozilla Global Sprint 2019",
                "Software Skills",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Chris Erdmann",
            "submitter_profile_id": 2204,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla-Library Carpentry Global Sprint 2019",
            "description": "Library Carpentry Sprint, 30-31 May, 2019\n\nThe Library Carpentry Sprint is part of the 2019 Mozilla Global Sprint, which will take place worldwide throughout the month of May. \n\nSprints allow us to improve upon and develop new Library Carpentry material while meeting and collaborating with people in the community. If you are new to Library Carpentry, our website has some information to help get you started.\n\nAnyone is welcome to join us during the Sprint!\n\nRead more:\nhttps://librarycarpentry.org/blog/2019/03/lc-mozilla-global-sprint/",
            "get_involved": "Help us improve upon and develop new Library Carpentry material",
            "get_involved_url": "https://librarycarpentry.org/blog/2019/03/lc-mozilla-global-sprint/",
            "interest": "Software and data skills for people working in library- and information-related roles",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-28_185416.1937600000.png",
            "created": "2019-03-28T18:54:16.193154Z",
            "moderation_state": 3
        },
        {
            "id": 781,
            "content_url": "https://mozcodepaste.herokuapp.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Code"
            ],
            "published_by": "Amit Kumar Singh",
            "submitter_profile_id": 530,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Amit Kumar Singh",
                    "profile_id": 530,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Moz Code Paste",
            "description": "Moz Code Paste aims to help people to improve their code quality. The code pasted here gets reviewed by lot other people from the world and help one to understand code.",
            "get_involved": "Help us in building the project.",
            "get_involved_url": "https://github.com/amitsin6h/mozcodepaste/",
            "interest": "This project is interesting to other people in our network as it keep user connected and give platform to share code and get it reviewed by other user.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-29_152612.5124990000.png",
            "created": "2018-04-29T15:26:12.511990Z",
            "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": 307,
            "content_url": "https://learningfreewheel.wordpress.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MakersJam Mozilla Club on the Road",
            "description": "MakersJam OnTheRoad seeks to reach a wider audience by offering Maker Educator Residencies in schools and informal learning spaces, supporting them to kickstart their MakerSpaces, grow professional learning opportunities and develop an experimental/tactile approach to hands on learning of Web Literacy skills. MakersJam aims to make web literacy an embedded part of primary/elementary school curriculum and teacher/educator training.",
            "get_involved": "Help us invent different models and projects that would take the MakersJam into schools or informal learning spaces.",
            "get_involved_url": "https://github.com/shillontheroad/makers-jam",
            "interest": "People from all backgrounds can contribute to this project, especially if you love to tinker, connect seemingly random ideas, teach and learn visually or in a tactile way.     Love to code.     Love the MozFest experience",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_175326.8552330000.jpeg",
            "created": "2017-05-25T17:53:26.854175Z",
            "moderation_state": 3
        },
        {
            "id": 202,
            "content_url": "https://medium.com/@colorwheels/mozilla-dot-clubs-kick-off-in-east-africa-557e3428175",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozilla clubs",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla DOT Clubs kick off in East Africa",
            "description": "Blog post recap of Mozilla Clubs training in East Africa with links to materials, activities and how to get involved.",
            "get_involved": "Help us localize content, build new activities or launch Clubs in more regions around the globe",
            "get_involved_url": "https://github.com/mozilla/mozillaclubs",
            "interest": "It includes an open leadership and web literacy training that for both online and offline environments.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_221744.8034570000.jpg",
            "created": "2017-04-10T22:17:44.803147Z",
            "moderation_state": 3
        },
        {
            "id": 785,
            "content_url": "https://github.com/InnovaPolitica/Pawah-tech-for-human-rights",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "civictools",
                "digitalrights",
                "digitalsecurity",
                "freespeech",
                "Human Rights",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Cristian León",
            "submitter_profile_id": 531,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cristian León",
                    "profile_id": 531,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Pawah! Tech for human rights",
            "description": "Pawah! is a tool to defend human rights through documentation of potential abuses.",
            "get_involved": "Help us looking through our documentation, improving the idea, implementing the project",
            "get_involved_url": "https://github.com/InnovaPolitica/Pawah-tech-for-human-rights",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-30_171158.3978980000.jpg",
            "created": "2018-04-30T17:11:58.397302Z",
            "moderation_state": 3
        },
        {
            "id": 679,
            "content_url": "https://crowd2map.wordpress.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "africa",
                "Female Genital Mutilation",
                "fgm",
                "mapping",
                "maps",
                "mozsprint",
                "openstreetmap",
                "tanzania"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Janet Chapman",
            "submitter_profile_id": 214,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janet Chapman",
                    "profile_id": 214,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Crowdsourced Mapping to fight FGM and aid development in Tanzania",
            "description": "Help us map rural Tanzania into OpenStreetMap and help protect girls from Female Genital Mutilation",
            "get_involved": "Help us map, improve our project and attend the global sprint!",
            "get_involved_url": "https://github.com/janetchapman/contribute-Crowd2Map",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-06_133113.4408290000.jpg",
            "created": "2018-04-06T13:31:13.440349Z",
            "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": 1509,
            "content_url": "https://www.seinfo.org/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "future of work",
                "remote working"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Stephanie Itimi",
            "submitter_profile_id": 3354,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stephanie Itimi",
                    "profile_id": 3354,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "An open-source digital library for Africans",
            "description": "Seinfo is an​ open-source digital library for Africans to learn digital skills needed for freelancing, remote-working and entrepreneurship. The platform enables African women and youth to learn digital skills as well as emerging tech to enable them to get remote jobs on platforms such as Fiverr, PeoplerPerHour and Upwork. Users are able to create social media profiles, add to the library and share queries in a forum.",
            "get_involved": "Help us plan events in an African state, in which the website will be used as a tool to teach people digital skills. We also need help with content and translation to help thos from portuguese and french speaking countries engage with the platfom.",
            "get_involved_url": "https://www.seinfo.org/contact",
            "interest": "A chance to help reduce the digital divide in Africa.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-15_140317.3225730000.png",
            "created": "2019-11-15T14:03:17.321789Z",
            "moderation_state": 3
        },
        {
            "id": 701,
            "content_url": "https://abqgig.org/",
            "is_bookmarked": false,
            "tags": [
                "nsf-wins"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Michael Sanchez",
            "submitter_profile_id": 503,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Michael Sanchez",
                    "profile_id": 503,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "NSF - WINS  BarelasGig1 Mmwave to Transform Barelas Neighborhood!",
            "description": "AbqGig is pleased to announce today that they have won a $10,000 grant from the NSF - Mozilla WINS Challenge to begin transforming Barelas into a Smart Gigabit neighborhood. \nBy using the latest millimeter wave (mmwave) technology to connect to the low-cost City of Albuquerque’s public access Central Avenue fiber, AbqGig and their contractor partner CDM Telecom Consultants, will deploy a wireless gigabit demonstration into the heart of Barelas at a fraction of the cost of laying fixed-line fiber!\nAbqGig is a non-profit broadband working group, formed three years ago by a group of local Engrs",
            "get_involved": "Help us plan local events with Barelas Community which in turn contributes our fundraising efforts...",
            "get_involved_url": "https://abqgig.org/#",
            "interest": "Footprint for building high speed fixed wireless community network, that delivers gigabit speeds!",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_141258.6294670000.JPG",
            "created": "2018-04-23T14:12:58.628844Z",
            "moderation_state": 3
        },
        {
            "id": 692,
            "content_url": "http://endangereddataweek.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "data literacy",
                "digital literacy",
                "government",
                "mozsprint",
                "public data"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Plan & organize"
            ],
            "published_by": "Jason Heppler",
            "submitter_profile_id": 476,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jason Heppler",
                    "profile_id": 476,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Endangered Data Week",
            "description": "Endangered Data Week (EDW) is an annual, collaborative effort, coordinated across campuses, nonprofits, libraries, citizen science initiatives, and cultural heritage institutions, to shed light on public datasets that are in danger of being deleted, repressed, mishandled, or lost. EDW fosters public conversations about data and encourages the development of reusable curricula for technologists, scholars, librarians, archivists, faculty, students, journalists, nonprofits, and citizens on questions relating to the acquisition, manipulation, visualization, use, and politics of public data.",
            "get_involved": "Help us plan workshops and events, provide feedback on existing workshop and curricular material, or share you data stories!",
            "get_involved_url": "https://github.com/endangereddataweek/resources",
            "interest": "We're helping raise awareness and promote advocacy around publicly available and web-accessible datasets.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-16_152215.6118010000.png",
            "created": "2018-04-16T15:22:15.611491Z",
            "moderation_state": 3
        },
        {
            "id": 602,
            "content_url": "https://project-jste.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "decentralization",
                "global sprint",
                "javascript",
                "mozfest",
                "mozsprint",
                "open web",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Ahmed Hassan (GeeekyBoy)",
            "submitter_profile_id": 310,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Ahmed Hassan (GeeekyBoy)",
                    "profile_id": 310,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Project JavaScript Translated Edition (Jste)",
            "description": "Project Jste aims to give the opportunity for everyone to code and develop his/her own website or web application by writing a code written in his/her local natural language.",
            "get_involved": "Help us porting Jste to more languages and also translate more JS functions.",
            "get_involved_url": "https://github.com/project-jste/framework",
            "interest": "Because Project Jste will give the opportunity for everyone to code and develop his/her own website or web application in his/her local natural plain language instead of the currently used syntax which may be seemed complex for large portion of people.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025517.9964150000.jpg",
            "created": "2018-02-26T21:04:01.606593Z",
            "moderation_state": 3
        },
        {
            "id": 547,
            "content_url": "http://map.mideastunes.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Esra'a Al Shafei",
            "submitter_profile_id": 228,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Esra'a Al Shafei",
                    "profile_id": 228,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mapping indie artists in the Middle East",
            "description": "An interactive map that lets you explore Middle Eastern indie artists of the month. An exciting way to discover new tunes that reflects the cultural vibrancy of the region.",
            "get_involved": "Help us promote the map and Mideast Tunes overall!",
            "get_involved_url": "http://map.mideastunes.com/",
            "interest": "Listen to music that is otherwise often censored in our region.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-08_153923.8023460000.png",
            "created": "2017-11-08T15:39:23.801641Z",
            "moderation_state": 3
        },
        {
            "id": 1435,
            "content_url": "https://goifnetwork.org/",
            "is_bookmarked": false,
            "tags": [
                "education technology",
                "Ghana",
                "GOIF",
                "higher education",
                "oer",
                "olx",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Sadik Shahadu",
            "submitter_profile_id": 1498,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Greg Mcverry",
                    "profile_id": 2970,
                    "is_active": true
                },
                {
                    "name": "Sadik Shahadu",
                    "profile_id": 1498,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IndieWeb and OER Ghana",
            "description": "Open Educational Resources (OER) provide an opportunity to address the global injustices that affect education in Ghana. We will be working with university students and educators to build our own OER network in Ghana. Every member of our community gets a free website. As members begin to curate and create OER on their own sites, the community writes or remixes these resources to develop collections of community-approved OER. Our program also encourages students to take control of their online identity as leaders and curate their own learning while reflecting out loud. Start date: Jan 18 2020.",
            "get_involved": "Help us raise funds to launch this program in Ghana. We are looking for mentors and volunteers to support us. email me at [email protected] for more information.",
            "get_involved_url": "http://goifnetwork.org/",
            "interest": "This project will empower students and educators to build an OER network in Ghana",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-20_152254.0547820000.jpg",
            "created": "2019-10-22T07:35:24.904940Z",
            "moderation_state": 3
        },
        {
            "id": 600,
            "content_url": "https://neutrino.js.org",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "build",
                "build-tool",
                "javascript",
                "mozsprint",
                "preact",
                "react",
                "vue",
                "webpack",
                "zero-config"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Eli Perelman",
            "submitter_profile_id": 308,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Eli Perelman",
                    "profile_id": 308,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Neutrino",
            "description": "Create and build modern JavaScript applications with zero initial configuration. Neutrino combines the power of webpack with the simplicity of presets.",
            "get_involved": "Help us revamp Neutrino for the latest webpack and Babel versions, improve documentation, add new features, and make Neutrino all-around more awesome. We need your help!",
            "get_involved_url": "https://spectrum.chat/neutrino",
            "interest": "It gives web developers the ability to spin up JS projects with minimal effort without losing the ability to extend the build configuration in the future, all with a focus on DRY concepts and distributable presets.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-27_161323.8275270000.jpg",
            "created": "2018-02-22T20:42:37.893376Z",
            "moderation_state": 3
        },
        {
            "id": 570,
            "content_url": "https://github.com/rust-br/2018-roadshow",
            "is_bookmarked": false,
            "tags": [
                "rust"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 9,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Geraldo Barros",
                    "profile_id": 9,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "2018 Brazil Rust Roadshow",
            "description": "We working with Rust programmers and associated communities to run the first Rust roadshow so that developers and programmers around the Brazil can understand, use and evangelize this language will advance make the web better and more secure.",
            "get_involved": "Help us running a Dive Into Rust workshop at your city, developing our website, build resources for mobilizers and bring new ideas to fueling our movement.",
            "get_involved_url": "https://github.com/rust-br/2018-roadshow/blob/master/CONTRIBUTING.md",
            "interest": "The Rust programming language will be important to the future of the web, making it safe and great. Having more developers understand, use and evangelize this language will advance make the web better and more secure.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-16_034006.6321630000.png",
            "created": "2017-12-16T03:40:06.631748Z",
            "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": 338,
            "content_url": "https://github.com/algobook/algoBook",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "algoBook - The Curated Book of Algorithm",
            "description": "algoBook is a curated list of algorithms, solutions and their explanations on the basis of community feedback. It is an open platform for users to come and submit solutions to various algorithms in any language and of any platform. These Algorithms are added with their complexity mentioned in the description so that users can explore solutions for different complexity.",
            "get_involved": "Help us simplify the UI, improve code architecture and add basic features.",
            "get_involved_url": "https://github.com/algobook/algoBook/blob/master/CONTRIBUTING.md",
            "interest": "This is a community based platform where people can learn and share algorithms of any language and platform.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_133159.3793230000.png",
            "created": "2017-06-01T13:31:59.378865Z",
            "moderation_state": 3
        },
        {
            "id": 1111,
            "content_url": "https://github.com/devoworm/OW-DW-Education/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "collaboration",
                "data science",
                "education",
                "open science",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Bradly Alicea",
            "submitter_profile_id": 1928,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Bradly Alicea",
                    "profile_id": 1928,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenWorm/DevoWorm Curriculum",
            "description": "A set of short courses, tutorials, and other educational materials developed to increase open participation/collaboration in our organization, educate potential contributors on topics relevant to our organization's work, and facilitate new research- and outreach-related contributions by potential contributors.",
            "get_involved": "Help us test and evaluate the curriculum!",
            "get_involved_url": "http://openworm.org",
            "interest": "Open Education, Educational Innovation, Scientific Content, Open Leaders 7 Project",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-15_155129.6985540000.png",
            "created": "2019-04-15T15:51:29.697449Z",
            "moderation_state": 3
        },
        {
            "id": 680,
            "content_url": "https://authorcarpentry.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "curriculum",
                "mozsprint",
                "open science",
                "training"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Tom Morrell",
            "submitter_profile_id": 391,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Tom Morrell",
                    "profile_id": 391,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "AuthorCarpentry",
            "description": "AuthorCarpentry is a set of open lessons designed to enhance scientific authorship and publishing in the digital age. Its aim is to promote and support best practices in open science and research communication.",
            "get_involved": "Help us test and review existing lessons, or make new content from our lesson roadmap!",
            "get_involved_url": "https://github.com/AuthorCarpentry/planning/issues",
            "interest": "AuthorCarpentry lessons cover tools, workflows, practices, and skills that help researchers prepare, submit, and publish contributions that add value to an open scholarly record and invite others to adapt and build upon their work.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-06_223450.8777980000.png",
            "created": "2018-04-06T22:34:50.877163Z",
            "moderation_state": 3
        },
        {
            "id": 467,
            "content_url": "https://github.com/felipez3r0/openclasses",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open educational resource",
                "open graduation classes",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Felipe Do E. Santo",
            "submitter_profile_id": 134,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Graduation Classes",
            "description": "OGC (Open Graduation Classes) is a method built to work with students, professors, and professionals to develop open graduation classes.",
            "get_involved": "Help us testing the method, building new classes, improving the existing content, and promoting the project.",
            "get_involved_url": "https://github.com/felipez3r0/openclasses/blob/master/CONTRIBUTING.md",
            "interest": "The OGC (Open Graduation Classes) is a method built to work with students, professors, and professionals to develop open graduation classes so universities can improve their classes, students can participate in the classes building processes and professionals can suggest/improve our classes",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_192102.3948090000.png",
            "created": "2017-10-16T19:21:02.393972Z",
            "moderation_state": 3
        },
        {
            "id": 655,
            "content_url": "https://biosyntax.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "bioinformatics",
                "biology",
                "computational biology",
                "genomics",
                "mozsprint",
                "open science",
                "science",
                "syntax highlighting",
                "toolkit"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Alyssa Fegen",
            "submitter_profile_id": 431,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alyssa Fegen",
                    "profile_id": 431,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "bioSyntax",
            "description": "Syntax highlighting for computational biology",
            "get_involved": "Help us test it on all platforms and look for any bugs, expand it to more platforms, editors, and file formats, or make it more user-friendly.",
            "get_involved_url": "https://github.com/bioSyntax/bioSyntax",
            "interest": "It has the potential to improve the accuracy, efficacy, and efficiency of research in genomics and could be extended to file formats in other fields.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024333.8806620000.jpg",
            "created": "2018-03-27T01:28:47.272241Z",
            "moderation_state": 3
        },
        {
            "id": 227,
            "content_url": "https://medium.com/read-write-participate/taking-the-show-on-the-road-teaching-web-literacy-concepts-to-librarians-in-hudson-valley-d0d4abd8f50",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Teaching Web Literacy Concepts to Librarians",
            "description": "Mozilla-IMLS pilot member Davis Erin Anderson shares insights and takeaways from a web literacy workshop she taught for colleagues in the Hudson Valley. Davis uses Kraken the Code (part of Mozilla's online Web Literacy curriculum) and other activities to provide librarians with the skills and resources they need to teach their patrons how to evaluate media.",
            "get_involved": "Help us test other web literacy modules and lessons in your networks and communities!",
            "get_involved_url": "https://learning.mozilla.org/activities",
            "interest": "This is a great example of how train-the-trainer prgrams (like our IMLS pilot) work to give network leaders the experience and resources they need to teach the web locally and within their networks.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_151615.8497830000.jpeg",
            "created": "2017-04-14T15:16:15.849115Z",
            "moderation_state": 3
        },
        {
            "id": 633,
            "content_url": "https://github.com/Ennovar/gPanel",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open source",
                "web-host"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Write documentation"
            ],
            "published_by": "George Shaw",
            "submitter_profile_id": 395,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "George Shaw",
                    "profile_id": 395,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "gPanel",
            "description": "An open source web-hosting control panel built for both re-seller/client relationships as well as standalone server usage.",
            "get_involved": "Help us test our interfaces, start to use react or angular for better single page web applications, and implement more interpreted languages into the software.",
            "get_involved_url": "https://github.com/Ennovar/gPanel/issues",
            "interest": "This is the first open source alternative to a WHM/cPanel product pair that I have seen.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_194920.8078020000.png",
            "created": "2018-03-13T19:49:20.806525Z",
            "moderation_state": 3
        },
        {
            "id": 2295,
            "content_url": "https://towardsdatascience.com/where-privacy-first-fails-ec24fe47a678",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "data",
                "data privacy",
                "data science",
                "engineering",
                "machine learning"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Where “Privacy First” Fails",
            "description": "“We are a privacy-first company”. You hear that all the time today. “We use privacy by design principles”. “We practice data minimization”. These are well-meaning statements, and often their implementation is also correct to the letter, yet this approach often leaves issues such as loss of data integrity or a lack of true de-identification, which sees “privacy first” fail. Let’s break these concepts down and explore some alternatives.",
            "get_involved": "Help us test our libraries and improve the data engineering techniques used",
            "get_involved_url": "https://www.prifina.com/",
            "interest": "It relates to techniques used to guarantee privacy in data sets and suggests limitations of some, and ways forward",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-10-27T15:59:06.019480Z",
            "moderation_state": 3
        },
        {
            "id": 685,
            "content_url": "https://www.parkology.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "children",
                "city parks",
                "collaboration",
                "community",
                "empowerment",
                "empower women",
                "environment",
                "equity",
                "mozsprint",
                "new york city",
                "park",
                "smart cities",
                "urban"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Jeffrey M Keefer",
            "submitter_profile_id": 473,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Jeffrey M Keefer",
                    "profile_id": 473,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Parkology: An Open Online Community for People Who Love Parks",
            "description": "All residents of urban communities will be able to share ideas, tools, and resources and be empowered to promote access to a quality park within a 10-minute walk from home.",
            "get_involved": "Help us test our new online community www.parkology.org by signing up, sharing information, and telling your friends about it!!!",
            "get_involved_url": "https://github.com/jeffreykeefer/Parkology",
            "interest": "Parks and outdoor open green space within a 10-minute walk from home are essential to the physical, social, environmental, and economic health of a community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-03_180956.1214050000.jpg",
            "created": "2018-04-10T19:38:18.056663Z",
            "moderation_state": 3
        },
        {
            "id": 697,
            "content_url": "https://openheartproject.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jo Philipp Pauls",
            "submitter_profile_id": 494,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jo Philipp Pauls",
                    "profile_id": 494,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenHeart Project",
            "description": "The OpenHeart Project is an open-source research project which aims to improve research practices within the field of mechanical circulatory support and ultimately improve outcomes and quality of life for heart failure patients around the globe. Key objectives of the OpenHeart Project are:- Improved collaboration, standardization and sharing of existing knowledge- Improved training and education- Development of new and improved solutions for mechanical circulatory support.",
            "get_involved": "Help us test our platform and give feedback. Web developer, designer, coder, who are keen to help with a website and educational tools (e.g. interactive maps, animations).",
            "get_involved_url": "https://github.com/JoPauls/OpenHeart-Project",
            "interest": "Help build an open source community. Interest in building websites or interactive online tools. Approach of OpenHeart Project could be emulated for other research fields or communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-18_225516.4269100000.PNG",
            "created": "2018-04-18T22:55:16.426476Z",
            "moderation_state": 3
        },
        {
            "id": 1238,
            "content_url": "https://open-archive.org",
            "is_bookmarked": false,
            "tags": [
                "Archiving",
                "Citizen Journalism",
                "Citizen Media",
                "digital inclusion",
                "Media Verification",
                "Narative Agency",
                "Privacy Usability",
                "Secure Preservation"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Fundraise"
            ],
            "published_by": "Natalie Cadranel",
            "submitter_profile_id": 2703,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Natalie Cadranel",
                    "profile_id": 2703,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Founder & Director",
            "description": "Secure Mobile Media Preservation for activists, human rights defenders, journalists, archivists, historians, lawyers and anyone else seeking to create secure, verifiable media collections.",
            "get_involved": "Help us test the apps on ios / android, contribute to the code base, spread the word, host personal digital archiving events at local libraries and maker spaces",
            "get_involved_url": "https://open-archive.org/contact/",
            "interest": "This is a project offering tools for those facing surveillance, censorship, limited internet, or other threats to freedom of expression.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_030434.2904450000.png",
            "created": "2019-07-03T03:04:34.289655Z",
            "moderation_state": 3
        },
        {
            "id": 484,
            "content_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "is_bookmarked": false,
            "tags": [
                "brains",
                "mozfest",
                "Mozilla Open Leadership Project",
                "Mozilla Science Mini-Grant Awardee",
                "network",
                "neuroscience",
                "open leadership zone",
                "open science",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Isla Staden",
            "submitter_profile_id": 124,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Isla Staden",
                    "profile_id": 124,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Brain Networks in Python",
            "description": "We're making use of Dr Whitaker's existing code base to develop open source code to investigate the human brain as a network. We are designing analyses to be reproducible, transparent and accessible to new and expert researchers. This project welcomes users and contributors from all disciplines.",
            "get_involved": "Help us test the code, feedback on documentation, help us choose a name",
            "get_involved_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "interest": "We are facilitating reproducible network neuroscience research",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-23_110742.2699050000.jpg",
            "created": "2017-10-23T11:07:42.269395Z",
            "moderation_state": 3
        },
        {
            "id": 2052,
            "content_url": "https://medium.com/prifina/smart-cities-and-even-smarter-residents-empowered-by-personal-data-a8e689693852",
            "is_bookmarked": false,
            "tags": [
                "data",
                "data privacy",
                "iot",
                "personal data",
                "sensor",
                "smart cities",
                "wearables"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Fundraise"
            ],
            "published_by": "Markus Lampinen",
            "submitter_profile_id": 3670,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Markus Lampinen",
                    "profile_id": 3670,
                    "is_active": true
                }
            ],
            "entry_type": "news",
            "title": "How Personal Data can Empower Smart Cities and Even Smarter Residents",
            "description": "Going beyond smart cities to smarter residents with personal data?With many public sensors in cities, we've got many discussions around the utility of combinations of public data with personal data.Take for example noise, pollution, allergens and combine with breathing, stress levels, recovery, sleep etc.Gets even more interesting when you connect more household / iot devices, Alexas etcWe can build more user agency with data, by suggesting healthier routines and actions.We are exploring what else we (and developers overall) can build with some leaders in the public sensor space.",
            "get_involved": "Help us test the developer framework, build test apps / widgets , test apps",
            "get_involved_url": "https://github.com/prifina/prifina-app-starter",
            "interest": "Explores combinations of public/personal data, developer opportunities, in a privacy preserving approach",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-30_153748.2425510000.jpeg",
            "created": "2021-03-30T15:37:48.241776Z",
            "moderation_state": 3
        },
        {
            "id": 1140,
            "content_url": "https://github.com/ssudler/barnga",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "barnga",
                "sprintforih"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Localize & translate"
            ],
            "published_by": "Avinesh Sriram",
            "submitter_profile_id": 2301,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Avinesh Sriram",
                    "profile_id": 2301,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Barnga Project",
            "description": "The Barnga Project is an online card game that facilitates intercultural understanding. It works by giving each player a different set of rules and by banning verbal communication. Players have to then figure out a common set of rules to play by, communicating only through drawing pictures on a sketchpad. This challenging game mirrors the experiences of people from different cultures who may not share the same language. By placing this obscure game on the Internet, we are making it easier for social scientists to study interactions between people of different cultures.",
            "get_involved": "Help us test the game, contribute to the UI/gameplay or server logic",
            "get_involved_url": "https://github.com/ssudler/barnga",
            "interest": "This game is the ultimate open source experience, as anyone can play it regardless of their language.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-30_191841.0672790000.png",
            "created": "2019-04-30T19:18:41.066968Z",
            "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": 961,
            "content_url": "https://github.com/BioinfoNet/OpenScienceKE",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Join community"
            ],
            "published_by": "Caleb kibet",
            "submitter_profile_id": 1617,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caleb kibet",
                    "profile_id": 1617,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenScienceKE",
            "description": "In OpenScienceKE, we engage with Bioinformatics students and researchers to promote open, collaborative and reproducible Bioinformatics Research in Nairobi, Kenya in order to build a community of Bioinformaticians who can collaborate and spread the open science message.",
            "get_involved": "Help us test the training materials. Contribte to other publishers that offer subsidy or waivers to researcher from low income countries.",
            "get_involved_url": "https://github.com/BioinfoNet",
            "interest": "This project contains training resources that can be reused. It also contains a resource to guide researchers on how to publish open access at low cost.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-12_082624.9537490000.jpg",
            "created": "2018-11-12T08:26:24.953078Z",
            "moderation_state": 3
        },
        {
            "id": 668,
            "content_url": "https://github.com/VivaLasVenus/VivaLasVenus",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Join community"
            ],
            "published_by": "Cybelle",
            "submitter_profile_id": 300,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Cybelle",
                    "profile_id": 300,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Viva Las Venus",
            "description": "Nowadays, mostly of our lives are online, but in times of excessive mass surveillance, data collection, harassment, net neutrality in danger, it becomes more than necessary to know how to protect yourself and the loved ones through learning about privacy and security in digital media. Viva Las Venus is a project that aims to be a seeder for other projects for a healthier, safe and diverse internet, for the awareness and teaching  of  concepts and tools of privacy and security, mostly but not exclusively for women- cis and trans - through workshops, debates, talks, in person and online.",
            "get_involved": "Help us to create a logo design, translation, create content, promote, develop website, take action...take action",
            "get_involved_url": "https://github.com/VivaLasVenus/VivaLasVenus/blob/master/CONTRIBUTING.md",
            "interest": "In a world full of giants and walled gardens of big internet companies, data brokers and many risks to our privacy, we need to fight back! Let's join forces to teach and learn about privacy and security, from the basics to more expert levels! All shared knowledge is multiplied!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_174647.4087120000.jpg",
            "created": "2018-04-02T16:50:10.270474Z",
            "moderation_state": 3
        },
        {
            "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": 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": 676,
            "content_url": "https://github.com/vektorious/mbac",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "3D Design",
                "3D printing",
                "bacteria",
                "computer vision",
                "mozsprint",
                "open science",
                "open science hardware",
                "python"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Alexander Kutschera",
            "submitter_profile_id": 411,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Alexander Kutschera",
                    "profile_id": 411,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MBac - Taking a closer look on how bacteria move!",
            "description": "MBac is a open science hardware and software project to analyze swarm movements of bacteria.Analyzing bacteria movements is sometimes difficult. Experiments with the same bacteria often lead to very different results because the movements are depending on many different things. Thats's why a standardized hardware setup could help to avoid influences from outside and contribute to always get similar results if you repeat an experiment. Additionally using a software to analyze bacteria movements over time can increases accuracy because you don't have just one data point but hundreds.",
            "get_involved": "Help us to design and optimize the imaging setup, write scripts to analyze the images and test the complete setup!",
            "get_involved_url": "https://github.com/vektorious/mbac/issues",
            "interest": "The setup could increase the reproducibility of experiments which are performed to analyze swarm movements of bacteria. But the hardware setup can also be used as an image station to take agar plate pictures and store them on an image server.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_211509.1255780000.jpg",
            "created": "2018-04-05T19:05:08.666226Z",
            "moderation_state": 3
        },
        {
            "id": 650,
            "content_url": "https://github.com/iceLearn/Openlearnresearch",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Join community"
            ],
            "published_by": "Dilrukshi Gamage",
            "submitter_profile_id": 417,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Dilrukshi Gamage",
                    "profile_id": 417,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Learning Research",
            "description": "Have you taken any (Massive) Open Online Course MOOCs? In such platforms i,e Coursera, edX, FutureLearn etc.. learners are information consumers. The learning platforms are decentralized to learn but suppressed the interaction and collaboration between learners. Learning experience in these platforms isolated the learners, yet learners better learn while learning together.This project we will build an open online learning community platform and grow the community to learn with each other with open groups.",
            "get_involved": "Help us to design interfaces, develop, and implement the platform or come and join the learning community to talk study togehter",
            "get_involved_url": "https://github.com/iceLearn/Openlearnresearch",
            "interest": "Learning in Open course while collaborating with diverse teams",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_024711.3219810000.jpg",
            "created": "2018-03-25T19:46:24.297744Z",
            "moderation_state": 3
        },
        {
            "id": 52,
            "content_url": "https://github.com/DCTP/DetroitMusicBox",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "community tech",
                "mozfest",
                "open leadership f16",
                "storytelling"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Music Box",
            "description": "Music Box began in Detroit as a way for long-time residents to share stories and preserve the history of their rapidly gentrifying neighborhoods. We are currently widening to expand it to other neighborhoods and innovate in the way we collect stories.",
            "get_involved": "Help us to further develop our documentation, host a music box in your neighborhood, or join in the brainstorming and build-out of a story collection kiosk we are working on building!",
            "get_involved_url": "https://github.com/DCTP/DetroitMusicBox/blob/master/contributor-guidlines.md",
            "interest": "Music Box provides a way for residents to facilitate community engagement, organizing storytelling events and mobile based storytelling abilities. Participants can share stories and interact with the spaces and histories around them, and new residents and developers can gain local context.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-27T10:01:31.771000Z",
            "moderation_state": 3
        },
        {
            "id": 820,
            "content_url": "https://opensciencemooc.eu/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open access",
                "open research",
                "open research software",
                "open science",
                "open source"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Jon Tennant",
            "submitter_profile_id": 1379,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jon Tennant",
                    "profile_id": 1379,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Open Science MOOC",
            "description": "Creating a community platform to help equip researchers with the skills they need to excel in a modern digital environment.",
            "get_involved": "Help us to get this project off the ground!",
            "get_involved_url": "https://github.com/OpenScienceMOOC",
            "interest": "Open Science is based on core principles such as justice, freedom, accountability, and transparency. It's about making global research work better, which is something we should all want.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-09_133323.7306480000.png",
            "created": "2018-05-09T13:33:23.730081Z",
            "moderation_state": 3
        },
        {
            "id": 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": 1727,
            "content_url": "https://tzcna.or.tz/p/news?h=The+Inaugural+of+First+Workshop+on+Kondoa+Community+Network+School+of+Internet+Governance&id=16",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "First Summit on Kondoa Community Network School of Internet Governance",
            "description": "Kondoa Community Network (KCN), the first community network in Tanzania to pilot the use of Television White Space (TVWS) to connect the unconnected population in Kondoa District, Dodoma Region, Tanzania. KCN hosted the inaugural of Kondoa Community Network School of Internet Governance (KCN SIG) at Study Zone Computer Centre from 14th – 15th February 2020. The SIG is a follow up to the 4th Summit on Community Networks in Africa that was held from 28th October – 2nd November 2019 at Kondoa Community Network, Tanzania.",
            "get_involved": "Help us to plan more local events in Tanzania on community-based telecommunications network",
            "get_involved_url": "https://tzcna.or.tz/",
            "interest": "It presents a local initiative to address digital divide in developing countries",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-24_221448.1136280000.JPG",
            "created": "2020-05-24T22:14:48.112692Z",
            "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": 1370,
            "content_url": "https://tvws.co.tz",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "Jabhera Matogoro",
                "Kondoa Community Network",
                "mozfellows19",
                "mozilla fellow",
                "television white space"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Internet Engineer Mozilla Fellow",
            "description": "In Tanzania, barriers hindering broadband access include a reluctance of most communications service providers to invest in rural areas, partly because the return on investment (ROI) is lower and takes an extended period of time to recoup initial outlays in rural areas as compared to urban areas. This project intends to scale-up community network initiatives to connect the unconnected population in Tanzania. The project will build upon previous experience in building Kondoa Community Network (KCN). The project will make use of a wireless communication solution based on television white space.",
            "get_involved": "Help us to scale-up the project in Tanzania and beyond",
            "get_involved_url": "",
            "interest": "Television white space technology sound to be such innovative approach to connect the unconnected population in developing countries",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-11_003607.3525430000.png",
            "created": "2019-09-11T00:36:07.352058Z",
            "moderation_state": 3
        },
        {
            "id": 1757,
            "content_url": "https://foundation.mozilla.org/blog/applause-for-apples-idfa-decision/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Applause for Apple’s IDFA Decision",
            "description": "Apple has announced that it is putting control of personal data tracking in the hands of users. The company is giving iPhone users the option to opt-out of tracking in each app, essentially turning off IDFA. By providing the option to turn off IDFA at the point of use, Apple is giving millions of consumers more privacy online.",
            "get_involved": "Help us to spread the word about this project. Please share!",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/applause-for-apples-idfa-decision/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-24_203739.9477050000.jpg",
            "created": "2020-06-23T21:46:00.115485Z",
            "moderation_state": 3
        },
        {
            "id": 1756,
            "content_url": "https://foundation.mozilla.org/blog/zoom-makes-right-call-encryption/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Zoom Makes the Right Call on Encryption",
            "description": "The strongest possible privacy and security should be the default in consumer technology, not a luxury. This is a core principle at Mozilla. And now it’s a principle that Zoom is reinforcing. After hearing from tens of thousands of consumers, and also organizations like Mozilla and EFF, the video call company reversed its decision to make end-to-end encryption a paid feature.",
            "get_involved": "Help us to spread the word about this project. Please share!",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/zoom-makes-right-call-encryption/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-23_220330.4694690000.jpg",
            "created": "2020-06-23T21:30:18.389228Z",
            "moderation_state": 3
        },
        {
            "id": 1604,
            "content_url": "https://foundation.mozilla.org/blog/ring-2fa-and-win-consumers/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Taís de Souza Lessa",
            "submitter_profile_id": 84,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ring, 2FA, and a Win for Consumers",
            "description": "Amazon announced that two-factor authentication (2FA) is now mandatory for all Ring users. The change comes on the heels of loud advocacy by consumers and organizations like Mozilla and Electronic Frontier Foundation (EFF).",
            "get_involved": "Help us to spread the word about this project. Please share!",
            "get_involved_url": "https://foundation.mozilla.org/blog/ring-2fa-and-win-consumers/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-21_203728.8582200000.jpg",
            "created": "2020-02-21T20:37:28.857839Z",
            "moderation_state": 3
        },
        {
            "id": 813,
            "content_url": "https://github.com/TitanNanoDE/ApplicationFrame",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "ECMAScript",
                "libraries",
                "mozsprint",
                "open web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Join community",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jovan Gerodetti (TitanNano)",
            "submitter_profile_id": 1364,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jovan Gerodetti (TitanNano)",
                    "profile_id": 1364,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Application Frame",
            "description": "Application Frame is an open and lightweight Programming Library for the Web. Its simple architecture lets the Library seamlessly argument the core features of the web platform. Application Frame and its modules allows developers to develop at the heart of the Web while enjoying enhanced comfort.\n\n(Photo by Ben Kolde on Unsplash)",
            "get_involved": "Help us to write tests and documentation, design a logo or fix bugs.",
            "get_involved_url": "https://github.com/TitanNanoDE/ApplicationFrame/blob/master/CONTRIBUTING.md",
            "interest": "We are creating an independend and open toolset for web developers which integrates with the latest features of the web, while staying true to the platform.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_085358.9497880000.jpg",
            "created": "2018-05-08T08:53:58.949431Z",
            "moderation_state": 3
        }
    ]
}