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=-interest&page=2
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=-interest&page=3",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-interest",
    "results": [
        {
            "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
        },
        {
            "id": 505,
            "content_url": "https://fieldguide.sproutfund.org/community-building/voices-from-the-field/",
            "is_bookmarked": false,
            "tags": [
                "activism",
                "advocacy",
                "collaboration",
                "community building",
                "community of practice",
                "events",
                "facilitation",
                "human centered design",
                "mozfest",
                "networks",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Take Action",
                "Promote",
                "Create content"
            ],
            "published_by": "Dustin Stiver",
            "submitter_profile_id": 40,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tricia Monticello Kievlan",
                    "profile_id": 175,
                    "is_active": true
                },
                {
                    "name": "Dustin Stiver",
                    "profile_id": 40,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Sprout Fund's Community Building Field Guide",
            "description": "The Community Building Field Guide is an effort to develop an open source resource that documents Sprout’s community building philosophy and showcases “dispatches from the field.”",
            "get_involved": "We’re inviting people from our home in Pittsburgh and from further afield to share their insights on the best ways to mobilize people to make an impact on the issues they care about most.",
            "get_involved_url": "http://sproutfund.org/dispatch",
            "interest": "We are creating a collection of stories about community builders — the activists and advocates who use open practices to catalyze civic action. People like you.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_164334.5464640000.png",
            "created": "2017-10-26T14:17:20.188511Z",
            "moderation_state": 3
        },
        {
            "id": 775,
            "content_url": "https://github.com/cesswairimu/GirlsGetGeeky",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Mozilla Open Leadership Project",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Ceciliah Mbugua",
            "submitter_profile_id": 525,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ceciliah Mbugua",
                    "profile_id": 525,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Girls Get Geeky",
            "description": "This project builds a off-line course in markdowns for helping geeks in places with poor and slow internet connection to continue learning even when they can not access the internet. This course will be tested on a group on 10 girls in Africa while motivating them to take up careers in technology.  The course being developed is a course on Ruby on Rails.",
            "get_involved": "Contribute to code base, ideas on course content, prototyping",
            "get_involved_url": "https://github.com/cesswairimu/GirlsGetGeeky/blob/master/CONTRIBUTING.md",
            "interest": "We are building an offline course to help people in areas with  poor internet connection to code on after a failed internet connection.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_161551.9376380000.jpg",
            "created": "2018-04-26T16:15:51.936782Z",
            "moderation_state": 3
        },
        {
            "id": 1940,
            "content_url": "https://ProjectLockdown.net",
            "is_bookmarked": false,
            "tags": [
                "Covid-19",
                "Digital Rights",
                "Human Rights"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Code",
                "Fundraise"
            ],
            "published_by": "The IO Foundation",
            "submitter_profile_id": 4493,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "The IO Foundation",
                    "profile_id": 4493,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Project Lockdown",
            "description": "Project Lockdown is a global rights observatory tracking worldwide policies and their impact on Human and Digital Rights made possible by the active engagement of a global community of volunteers.\n\nVisit our GitHub where you can find:\n- What we are building:\nhttps://TIOF.Click/PLDRepo\n\n- The talent we are looking for:\nhttps://github.com/TheIOFoundation/ProjectLockdown/issues?q=is%3Aopen+is%3Aissue+label%3A%22Need%3A+Position%22",
            "get_involved": "Help us grow our platform with your expertise. We are looking at a variety of skills from development to fundraising and research.",
            "get_involved_url": "https://TIOF.Click/PLDEoI",
            "interest": "We are building an exciting global Rights observatory that all the civic tech community should check out and build together as a community.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-09_172427.2010450000.png",
            "created": "2020-12-09T17:24:27.200387Z",
            "moderation_state": 3
        },
        {
            "id": 1917,
            "content_url": "https://www.onceuponatech.com/",
            "is_bookmarked": false,
            "tags": [
                "education",
                "literacy",
                "media literacy",
                "podcast",
                "technology"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Once Upon a Tech",
            "description": "Once Upon a Tech is a podcast highlighting people that are working and projects that are happening at the intersection of literacy and technology.",
            "get_involved": "We are always looking for guests who want to join us to share their passion/project at the intersection of tech and literacy!",
            "get_involved_url": "https://www.onceuponatech.com/about.html",
            "interest": "We are always looking for guests who want to join us to share their passion/project at the intersection of tech and literacy!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-18_121517.7988730000.png",
            "created": "2020-11-18T12:15:17.798231Z",
            "moderation_state": 3
        },
        {
            "id": 1163,
            "content_url": "https://sarahrogue.github.io/travelling-intersections/",
            "is_bookmarked": false,
            "tags": [
                "higher education",
                "inclusive",
                "internationalization",
                "intersectionality",
                "study abroad",
                "travel"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Write documentation"
            ],
            "published_by": "Sarah van der Westhuizen",
            "submitter_profile_id": 1972,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah van der Westhuizen",
                    "profile_id": 1972,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Intersectional Travel",
            "description": "Intersectional Travel is an open resource for international education practitioners at higher education institutions to use to think about intersectionality and internationalization. International education practitioners work in international or study abroad offices, and play an important role in internationalization initiatives on campus. The end goal for Intersectional Travel is to help achieve the goal of inclusive internationalization. This means making studying abroad and internationalization at home experiences more accessible and open to all students at tertiary institutions.",
            "get_involved": "Help create content using the analytical framework of intersectionality to think about internationalization / travelling / study abroad. Also, create practical activities that students and practitioners can use and implement on campus.",
            "get_involved_url": "https://github.com/SarahRogue/travelling-intersections",
            "interest": "We are all travelers in some ways. It is important to think about the privileges and obstacles situated in the experience of travelling.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-03_152105.0760530000.png",
            "created": "2019-05-03T15:21:05.075583Z",
            "moderation_state": 3
        },
        {
            "id": 1928,
            "content_url": "https://sites.google.com/view/the-zen-of-ml/home",
            "is_bookmarked": false,
            "tags": [
                "AI in real life",
                "design principles",
                "machine learning",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Attend"
            ],
            "published_by": "Wiebke Toussaint",
            "submitter_profile_id": 4302,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wiebke Toussaint",
                    "profile_id": 4302,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Zen of ML",
            "description": "The Zen of ML is a set of design principles for the responsible development of machine learning (ML) code and use of ML tools. It is targeted at entry-level ML practitioners that have an abundance of enthusiasm to develop and deploy ML projects, but lack the technical foundations to do so responsibly. The Zen of ML can be viewed as a culture code that promotes the responsible development and deployment of ML. It is not binding or enforceable, but is intended to shape industry norms and offer a practical guide to the properties that responsible ML design for trustworthy AI should have.",
            "get_involved": "You can get involved with The Zen of ML by contributing design principles, participating in our MozFest 2021 workshop and reviewing design principles.",
            "get_involved_url": "https://sites.google.com/view/the-zen-of-ml/get-involved",
            "interest": "We are a group of individuals that are committed to contributing and sharing insights on responsible machine learning (ML) development practices in real world environments.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_072600.2578400000.png",
            "created": "2020-11-30T07:26:00.257211Z",
            "moderation_state": 3
        },
        {
            "id": 306,
            "content_url": "https://github.com/pransh15/decentralization-camp/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Decentralization Camp",
            "description": "A one-stop shop for someone to learn about Decentralization and why it is important.",
            "get_involved": "You can make graphics, memes, write blogs, do petitions, get us a reach, discuss with us what's necessary and what's not, review us, make websites and if nothing else urge people, Tweet about it or post it on Facebook so that we get as much suport as we need to keep this web an Open one.",
            "get_involved_url": "https://github.com/pransh15/decentralization-camp/blob/master/README.md",
            "interest": "We all have been a part of the internet, and making it what it is, and now as the scenario's changing we need to stop it. We need the web to be open, and nobody can take it away from us!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_162243.2433980000.jpg",
            "created": "2017-05-25T16:22:43.242854Z",
            "moderation_state": 3
        },
        {
            "id": 815,
            "content_url": "https://github.com/CommonsPlatform/Admin",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Nick Wood",
            "submitter_profile_id": 1365,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Nick Wood",
                    "profile_id": 1365,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "The Commons Platform",
            "description": "The Commons Platform is a new social media platform for community and collaboration, based on values, built by everyone for everyone and owned by everyone",
            "get_involved": "We welcome all people, skills and contributions in our growing diverse co-creation group. Contact us via Github or at [email protected] or join our Facebook group",
            "get_involved_url": "https://www.facebook.com/groups/1103998413064508/",
            "interest": "We aim to make open source, privacy and security and collaboration the default through this global platform",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-08_203215.2027650000.jpg",
            "created": "2018-05-08T20:32:15.202121Z",
            "moderation_state": 3
        },
        {
            "id": 508,
            "content_url": "https://eraseallkittens.com/",
            "is_bookmarked": false,
            "tags": [
                "code",
                "coding",
                "css",
                "empower women",
                "game",
                "girls",
                "girls in ict day",
                "html5",
                "indie games",
                "javascript",
                "mozilla clubs for women and girls",
                "video games",
                "web games",
                "women and web literacy",
                "women & girls",
                "women in tech"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Dee Saigal",
            "submitter_profile_id": 176,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Dee Saigal",
                    "profile_id": 176,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Erase All Kittens",
            "description": "A story-driven game that introduces professional coding languages to kids, and inspires girls to code.",
            "get_involved": "The Mozilla community can support us by sending us kitten videos that we can use in E.A.K. We'd hugely appreciate support for our Kickstarter, which we're going to launch on November 15. If you're a code education expert who supports our mission to inspire more girls to code, we'd love to chat!",
            "get_involved_url": "https://eraseallkittens.com/",
            "interest": "We aim to inspire girls to code and create, globally - over half of Erase All Kitten's 130,000 players are girls.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-26_201153.6388730000.png",
            "created": "2017-10-26T20:11:53.638122Z",
            "moderation_state": 3
        },
        {
            "id": 1104,
            "content_url": "https://orthogonal-research-lab.github.io/reproducibility-website/",
            "is_bookmarked": false,
            "tags": [
                "data management",
                "digital protocols",
                "FAIR data",
                "image reproducibility",
                "replication",
                "reproducibility",
                "reproducible analysis pipelines",
                "scientific record keeping"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Localize & translate",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Magdalena Julkowska",
            "submitter_profile_id": 2148,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "April Clyburne-Sherin",
                    "profile_id": 1820,
                    "is_active": true
                },
                {
                    "name": "Rintu Kutum",
                    "profile_id": 2149,
                    "is_active": true
                },
                {
                    "name": "Bradly Alicea",
                    "profile_id": 1928,
                    "is_active": true
                },
                {
                    "name": "Magdalena Julkowska",
                    "profile_id": 2148,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Reproducibility4Everyone",
            "description": "Rigor and reproducibility are at the core of modern science and set apart scientific\ninquiry from pseudoscience. Research that is not reproducible wastes resources and\naffects scientific careers, as negative or contrasting findings are less likely to be\npublished. To address this issue, we designed materials to train researchers from diverse backgrounds\nto adopt reproducible practices. Materials have already been used for in-person workshops\nat international conferences and at universities. Over 80% of workshop participants intended to incorporate tools from the workshop into their workflows.",
            "get_involved": "We are looking for contributions to the existing material, review of the material in preparation and involvement of the community members to organize and lead the Data Reproducibility workshops themselves.",
            "get_involved_url": "https://orthogonal-research-lab.github.io/reproducibility-website/",
            "interest": "We aim to increase literacy about available tools and practices for reproducibility and rigor by developing an interactive website.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-29_161442.1905860000.png",
            "created": "2019-03-29T16:14:42.189832Z",
            "moderation_state": 3
        },
        {
            "id": 1228,
            "content_url": "https://palopenmaps.org",
            "is_bookmarked": false,
            "tags": [
                "decolonization",
                "mapping",
                "open street map"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code"
            ],
            "published_by": "Majd Al-Shihabi",
            "submitter_profile_id": 1786,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Majd Al-Shihabi",
                    "profile_id": 1786,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Palestine Open Maps",
            "description": "The British colonial authorities made a number of map series of Palestine, as a part of dominating and conquering the land and its people. In many cases, those maps are the only remaining records of the 500 villages destroyed during the Nakba. Palestine Open Maps aims to \"open source\" those maps, by making them available in an open and accessible way, and through our mapathons, we are extracting the data to make it it available to artists, researchers, and anyone who needs it.",
            "get_involved": "",
            "get_involved_url": "https://www.eventbrite.co.uk/e/palestine-open-maps-mapathon-savac-toronto-tickets-63550990724",
            "interest": "Using open source to extract data from historic maps",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-23_160012.8802860000.jpg",
            "created": "2019-06-23T16:00:12.879945Z",
            "moderation_state": 3
        },
        {
            "id": 1537,
            "content_url": "https://www.bellingcat.com/news/2019/12/19/transnational-white-terror-exposing-atomwaffen-and-the-iron-march-networks/",
            "is_bookmarked": false,
            "tags": [
                "data-science",
                "hate tracking",
                "investigation",
                "maps",
                "osint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open-Source Investigation into Online Hate Networks",
            "description": "We dug into and exposed the shady networks of transnational white-supremacist terror using open-source investigation tools. We revealed organizing, funding, and infiltration methods of groups like aimed at turning online hate and disinformation campaigns into real-world violence. We even made interactive maps exposing the international spread of Iron March users and potential Atomwaffen Division organizers in an effort to help make not just a healthier internet, but also a freer global society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Uses a range of open-source tools to expose hate-based disinformation campaigns online.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-12-29_221345.6348210000.jpg",
            "created": "2019-12-29T22:13:45.634206Z",
            "moderation_state": 3
        },
        {
            "id": 1912,
            "content_url": "https://mobilise.upstage.org.nz/",
            "is_bookmarked": false,
            "tags": [
                "Cyberformance",
                "Intermedia audience",
                "Internet art",
                "Networked performance",
                "Remote collaboration"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Helen Varley Jamieson",
            "submitter_profile_id": 4324,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Helen Varley Jamieson",
                    "profile_id": 4324,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Playful platform gets a rebuild",
            "description": "UpStage, the veteran browser-based platform for live online performance (cyberformance) is undergoing a complete rebuild as part of the Creative Europe funded project \"Mobilise/Demobilise.\" The new platform ditches Flash in favour of current technologies and adds new features for artists to use in real-time digital art collaborations. It will be launched in September 2021 with a performance series on the theme of mobility and immobility. Contributors welcome - developers, documentors, designers, artists - bring your imagination with you!",
            "get_involved": "We're interested in help with streaming, browser support, and business models; and we're open to anyone who is interested to get involved in the project.",
            "get_involved_url": "https://mobilise.upstage.org.nz",
            "interest": "UpStage is a unique and innovative open source artist-led creative collaboration platform. It's open source and visionary.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-16_152351.5706500000.png",
            "created": "2020-11-16T15:23:51.570067Z",
            "moderation_state": 3
        },
        {
            "id": 1767,
            "content_url": "https://www.india-seminar.com/semframe.html",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Interrogating India's Quest for Data Sovereignty",
            "description": "In this short essay for Seminar Magazine, I trace the claims of 'data sovereignty' recently raised in Indian law and policy to the historical evolution of political and economic regulation of information technologies, and argue that the evolving legal regime for data governance in India is short-sighted.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Unpacking the history and geopolitical considerations in data governance debates in India.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-10_075731.5132850000.jpg",
            "created": "2020-07-10T07:57:31.512740Z",
            "moderation_state": 3
        },
        {
            "id": 436,
            "content_url": "https://github.com/openiotstudio/general/raw/master/publications/a_trustmark_for_IoT_thingscon_report.pdf",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "iot",
                "labels",
                "report",
                "research",
                "things",
                "trust",
                "trustmarks"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Design",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Trustmark for IoT: A ThingsCon Report",
            "description": "Building consumer trust in the Internet of Things by empowering users to make smarter choices. A ThingsCon Report commissioned by Mozilla’s Open IoT Studio.",
            "get_involved": "Tell us your thoughts on the report!",
            "get_involved_url": "http://thingscon.com/",
            "interest": "Understand the landscape of trustmarks and labeling of consumer connected products",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-26_134659.1925250000.png",
            "created": "2017-09-14T11:12:50.423252Z",
            "moderation_state": 3
        },
        {
            "id": 1032,
            "content_url": "https://nordicesmhub.github.io/",
            "is_bookmarked": false,
            "tags": [
                "artic",
                "climate",
                "earth system model",
                "EC-EARTH",
                "NorESM"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Anne Fouilloux",
            "submitter_profile_id": 1978,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anne Fouilloux",
                    "profile_id": 1978,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nordic Earth System Modeling Hub",
            "description": "The Nordic Earth System Modeling Community aims at building a hub around Earth System Modeling in the  Nordic countries (Denmark, Finland, Sweden, Iceland, Estonia, Norway) for sharing knowledge, codes (climate models, Galaxy climate data analysis and visualization tools), training materials so that our contributions can be exploited/reused by other communities.",
            "get_involved": "Initially we need help to better organize our github organization, build our website to explain our goals and facilitate contributions.",
            "get_involved_url": "",
            "interest": "Understanding Climate data and being able to use Climate data without being a climate specialist might be interested to other communities, and can trigger new multidisciplinary collaborations.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-04_133827.3637550000.png",
            "created": "2019-02-04T13:38:27.363198Z",
            "moderation_state": 3
        },
        {
            "id": 395,
            "content_url": "http://hivetoronto.org/storytelling-through-thimble/",
            "is_bookmarked": false,
            "tags": [
                "ca.pture",
                "cyberbullying",
                "cyber violence",
                "digital inclusion",
                "digital literacy",
                "online privacy & security",
                "online security",
                "safe space",
                "safety",
                "self care",
                "youth",
                "youth activism"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Flora Shum",
            "submitter_profile_id": 86,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Flora Shum",
                    "profile_id": 86,
                    "is_active": true
                },
                {
                    "name": "Simona Ramkisson",
                    "profile_id": 78,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "First Day in Grounding Ourselves",
            "description": "For Ca.pture Project's third session together, youth council member, Erum, blogs and reflects back on how creating a safe space, practicing self care and getting to know your peers is crucial to being able to safely facilitate conversations about sensitive subjects such as cyberbullying. \"Self-care is very important, for example: taking care of ourselves allows us to understand how to have better conversations with others and helps us create a safe space with our peers as well.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Understanding best practices for online safety, digital inclusion and anti-cyberbullying requires utilization of safe spaces via youth voices.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-27_191052.5606520000.jpg",
            "created": "2017-06-27T19:10:52.560077Z",
            "moderation_state": 3
        },
        {
            "id": 17,
            "content_url": "https://air.mozilla.org/foundation-demos-november-25-2016/",
            "is_bookmarked": false,
            "tags": [
                "demos"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Network Demos",
            "description": "25 Nov 2016 – Demos of our recent projects, including design, engineering, and related programs. Featuring recent participants of Open Leadership Training!",
            "get_involved": "Everyone is welcome to join the video call.",
            "get_involved_url": "https://public.etherpad-mozilla.org/p/foundation-demos",
            "interest": "twitter crisis, Tim Head @betatim (3:20)\nOpenStudentBook, Edoardo Viola @edovio (8:57)\nDigital Skills Observatory, Bonface @thebonface & Alex @xelawafs (12:20)\ncrowdmapping, Winnie @IamProvisional (20:28)\nYou Look Familiar, Minn Soe (@minn_so) (23:55)\nOpen Data Hack, Dennis Ndegwa @dendegwa (36:00)",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/17.png",
            "created": "2016-11-28T20:48:47.199000Z",
            "moderation_state": 3
        },
        {
            "id": 995,
            "content_url": "https://tourdelirio.com/",
            "is_bookmarked": false,
            "tags": [
                "cali",
                "cma2018",
                "colombia",
                "latam",
                "mozilla-cma",
                "mozilla media creative grants",
                "music",
                "online privacy & security",
                "transmedia"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "María Juliana Soto",
            "submitter_profile_id": 1944,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "María Juliana Soto",
                    "profile_id": 1944,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tour Delirio. Salsa and Surveillance",
            "description": "\"Tour Delirio\" it’s a transmedia storytelling project that seeks to relate our daily lives with state, corporate and social surveillance through the rhythm of salsa music.",
            "get_involved": "If you found it interesting (and fun) and you want to collaborate, to use or to create something with us, send me a message",
            "get_involved_url": "https://tourdelirio.com/td/",
            "interest": "Tour Delirio can show how the right use of metaphors, cultural references, and transmedia strategies can create a platform to talk with people that are \"nonexpert\" about complex issues like surveillance and privacy.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-19_211022.6740780000.png",
            "created": "2019-01-19T21:10:22.673577Z",
            "moderation_state": 3
        },
        {
            "id": 938,
            "content_url": "http://dcdpindia.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Local to Global: India's Rural Artisans Go Digital",
            "description": "DigiKargha, an initiative of DEF India, aims to support its traditional handloom and handicraft clusters of India in an effort to lead them towards maturity and sustainability through digital empowerment and socio-economic sustainability.\n\nDigiKargha primarily involve inclusive and decentralised use of Information Communication Technology (ICT) and other digital tools in critical aspects of cluster development, especially improving and scaling up weaving skills, designs, marketing and entrepreneurship, along with creating sustainable livelihood options for youth in the clusters.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To understand how rural India is transforming with the help of digital tools",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-22_180408.1028940000.JPG",
            "created": "2018-10-22T18:04:08.102181Z",
            "moderation_state": 3
        },
        {
            "id": 939,
            "content_url": "http://defindia.org/education-empowerment-2/#START",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "START",
            "description": "START is a digital learning and MIL toolkit, which has been developed after years of experience in imparting functional digital literacy through hands-on training and workshops in rural and tribal communities. It has been designed exclusively for first-generation technology users to promote digital inclusion and fight information poverty.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/OsamaManzar",
            "interest": "To understand how barriers of language can be broken when it comes to digital literacy",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-22T18:14:00.981509Z",
            "moderation_state": 3
        },
        {
            "id": 538,
            "content_url": "https://meta.wikimedia.org/wiki/Wikipedia_4_Refugees",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Design"
            ],
            "published_by": "Martina Puppi",
            "submitter_profile_id": 205,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Martina Puppi",
                    "profile_id": 205,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#wiki4refugees",
            "description": "Digital literacy project targeting migrants and asylum seekers, aimed at teaching digital skills through learning how to edit on Wikipedia.",
            "get_involved": "",
            "get_involved_url": "https://it.wikipedia.org/wiki/Wikipedia:Wikipedia_4_Refugees",
            "interest": "To share methods on how to teach digital skills to non-standard groups of learners",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-02_160114.3574740000.png",
            "created": "2017-11-02T16:01:14.356865Z",
            "moderation_state": 3
        },
        {
            "id": 1726,
            "content_url": "https://smat-streamlit.herokuapp.com",
            "is_bookmarked": false,
            "tags": [
                "conspiracies",
                "disinformation",
                "hate tracking",
                "open research",
                "open-source",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Emmi Bevensee",
            "submitter_profile_id": 3111,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Emmi Bevensee",
                    "profile_id": 3111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Social Media Analysis Toolkit",
            "description": "The Social Media Analysis Toolkit (SMAT) was designed to help facilitate activists, journalists, researchers, and other social good organizations to analyze and visualize larger trends on a variety of platforms. Our intention is to provide easy to use tools that help you tell a story about something happening at a large scale online. The tools are designed to be quick and simple so that users could quickly respond to things like disinformation and hate as they occur, while also having the tools be rigorous enough to have applications in scholarly research.",
            "get_involved": "Interested people can test, use, code, or just share the tools with others!",
            "get_involved_url": "https://gitlab.com/smat-project",
            "interest": "To help aid in analyzing phenomena like hate and disinformation on social media.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-21_023041.0771690000.JPG",
            "created": "2020-05-21T02:30:41.076707Z",
            "moderation_state": 3
        },
        {
            "id": 778,
            "content_url": "https://beyondactivismo.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Activists",
                "filmmaking",
                "Human Rights",
                "Interviews",
                "mozsprint",
                "Photography"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Test & feedback"
            ],
            "published_by": "Danny Rayman",
            "submitter_profile_id": 304,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Danny Rayman",
                    "profile_id": 304,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Beyond Activismo",
            "description": "Trying to understand what people from different cultures, religions, and countries have in common through their activism, and exploring how can they help each other, is an amazing but difficult task. With that in mind we are working on an open project that tries to connect and share the histories & experiences of human rights activists, delivering the content in different languages, in attractive and creative ways.",
            "get_involved": "Help us by giving us your feedback about our web design, contents, graphics and others things related to our project, suggests activists that we could interview or send us your own interview with a human right activist.",
            "get_involved_url": "https://beyondactivismo.org/",
            "interest": "To collaborate with Beyond Activismo is a way to make a change by inspiring others and co-work with diversely-skilled people from all around the world, thereby helping activist by spreading their historiesand experiences.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-28_172723.0165490000.jpg",
            "created": "2018-04-28T17:27:23.015989Z",
            "moderation_state": 3
        },
        {
            "id": 1154,
            "content_url": "https://docs.google.com/document/d/1y1e2jYqMiFk3Yk_-MuNdOqx0QsRz0TyT1oGJq9thsWo/edit#heading=h.ux2z11acevgf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Cambria Finegold",
            "submitter_profile_id": 2030,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cambria Finegold",
                    "profile_id": 2030,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenLeaders 7 case study",
            "description": "Culture track case study for OpenLeaders 7",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To capture reflections from OL7 participants",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T11:13:12.675832Z",
            "moderation_state": 3
        },
        {
            "id": 899,
            "content_url": "https://www.newschool.edu/digital-equity-lab/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "\"Take it or Leave it\"",
            "description": "With support from Mozilla Foundation, this research study by Digital Equity Lab (DEL) uncovers how NYC residents are forced to sacrifice online privacy for internet service. With advisory support from Open Technology Institute’s Ranking Digital Rights (RDR) project, DEL adapted RDR's global framework to the municipal level.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Thoughtful research and adaptation of global indices for local discovery of digital privacy conditions affecting vulnerable communities",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-08-21T18:39:03.477115Z",
            "moderation_state": 3
        },
        {
            "id": 566,
            "content_url": "https://www.tinyurl.com/dtsmatinyhouse",
            "is_bookmarked": false,
            "tags": [
                "education",
                "mozilla",
                "Project Lead The Way",
                "Tiny House",
                "virtual reality"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Nicolette Darjean",
            "submitter_profile_id": 254,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nicolette Darjean",
                    "profile_id": 254,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "David Thibodaux STEM Magnet Academy Atomic Agora Tiny House  Lafayette, LA",
            "description": "David Thibodaux STEM Magnet Academy (DTSMA) students are producing virtual reality environments documenting The Atomic Agora Tiny House (“Atomic” Greek for tiny, “Agora” Greek for house or meeting place) project using the Nepris platform.",
            "get_involved": "Students need classrooms to test this idea in across the state and industry contributors to support the project's continuation",
            "get_involved_url": "https://www.tinyurl.com/dtsmatinyhouse",
            "interest": "This would be interesting because it explains how classrooms are using virtual reality to change the way teachers teach and students learn.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-11_013917.7498410000.JPG",
            "created": "2017-12-11T01:39:17.749105Z",
            "moderation_state": 3
        },
        {
            "id": 635,
            "content_url": "https://github.com/chadsansing/iot-escape-room-workshop/tree/master/examples/chattanooga/control-console",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "facilitation",
                "iot",
                "open leadership",
                "workshop"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "2FA Double Key Control Panel prototype",
            "description": "This is a prototype connected device puzzle from our recent IoT Escape Room workshop at the Chattanooga Public Library. The big idea was to help community members build an escape room - a fun, social, collaborative experience - they could use to teach others about privacy and security on the Internet of Things. This puzzle used a double electronic-key lock on a spaceship control panel to demonstrate 2-factor authentication. You can find its code in the repo holding this entry; the repo also has everything you need to run a similar event!",
            "get_involved": "Check out the repo, suggest improvements, and try out the workshop or any of its activities with your community!",
            "get_involved_url": "https://github.com/chadsansing/iot-escape-room-workshop",
            "interest": "This workshp model offers community facilitators a way to practice open leadership alongside community members who want to understand the choices facing them on connected devices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-14_120247.8758800000.jpg",
            "created": "2018-03-14T12:02:47.875345Z",
            "moderation_state": 3
        },
        {
            "id": 1109,
            "content_url": "https://github.com/SanliFaez/Commons4Academics",
            "is_bookmarked": false,
            "tags": [
                "knowledge commons"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Sanli",
            "submitter_profile_id": 2019,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sanli",
                    "profile_id": 2019,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "“The University Cooperative” Workshop",
            "description": "## One day workshop about managing academic resources as common property\n* Questions: If we want to become decision makers of our shared resources, what do we need to learn? Which tools do we need? What rights are we missing?\n* Take away: We develop a clearer understanding of how to increase resource control among the academic community. We understand better how that has been done by others. \n* Effort: To learn together how the lessons from the commons can help academics in their work. To share and discuss what we and others can do right now. To sketch a roadmap that show us the way forward.",
            "get_involved": "Organize similar workshops at your university or institution and share with us the solutions you create in those workshops",
            "get_involved_url": "https://github.com/SanliFaez/Commons4Academics/blob/master/CONTRIBUTING.md",
            "interest": "This workshop will introduce you to issues, concepts, and successful examples of academic and nonacademic communities governing common resources.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-14_171012.5011740000.png",
            "created": "2019-04-14T17:10:12.500581Z",
            "moderation_state": 3
        },
        {
            "id": 206,
            "content_url": "https://gig101workshopkc.eventbrite.com",
            "is_bookmarked": false,
            "tags": [
                "emerging technology",
                "gigabit",
                "innovation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Janice Wait",
            "submitter_profile_id": 76,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Janice Wait",
                    "profile_id": 76,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Gig 101 Workshop | Kansas City",
            "description": "This is an interactive workshop for educators focused on demystifying high-speed internet. \n\nThe workshop will look at questions like: \"What is a 'high-speed internet network'? How does it work? What does 'gigabit' mean? What can you do with it? And, how can you actually use these connections to create new opportunities for your students or your community?\" \n\nParticipants will gain an understanding of the internet and explore possible technology applications that leverage high-speed internet connectivity.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This workshop is a pilot to build resources and a platform for demystifying high-speed networks and emerging technologies.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_144222.9719360000.jpg",
            "created": "2017-04-11T14:42:22.971668Z",
            "moderation_state": 3
        },
        {
            "id": 757,
            "content_url": "https://github.com/UMN-EGGL/HorseGeneAnnotation",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "animals",
                "citizen science",
                "curriculum",
                "genetics",
                "horses",
                "javascript",
                "mozsprint",
                "open science",
                "python",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Rob Schaefer",
            "submitter_profile_id": 508,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Rob Schaefer",
                    "profile_id": 508,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HorseGeneAnnotation",
            "description": "HorseGeneAnnotation is a manually-curated, crowd-sourced gene annotation website for the horse.",
            "get_involved": "Help us design and revise curriculum on basic genetics concepts, create a gene curation tutorial, or help develop a website (python+javascript) to put these tools in the hands of anyone who wants to help annotate the Equine genome!",
            "get_involved_url": "https://github.com/UMN-EGGL/HorseGeneAnnotation/issues",
            "interest": "This website will put tools in the hands of citizens who want to learn more about genetics and help contribute to real science experiments!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_185655.4896100000.png",
            "created": "2018-04-24T18:56:55.488910Z",
            "moderation_state": 3
        },
        {
            "id": 7,
            "content_url": "https://mozillascience.github.io/open-data-guides/",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "open data",
                "science",
                "train-the-trainer"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Instructor Guides",
            "description": "This site is a resource for train-the-trainer type materials on Open Data. It's meant to provide a series of approachable, fun, collaborative workshops where each of the modules is interactive and customizable to meet a variety of audiences.",
            "get_involved": "Would love feedback on the instructor guides so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "This website will help those who want to teach others about Open Data.  It has pre-packaged exercises and resources that can be remixed for different audiences.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:25:14.414000Z",
            "moderation_state": 3
        },
        {
            "id": 892,
            "content_url": "https://dolphin.town",
            "is_bookmarked": false,
            "tags": [
                "social networking"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Darius Kazemi",
            "submitter_profile_id": 1556,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Darius Kazemi",
                    "profile_id": 1556,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dolphin TOwn",
            "description": "A social network where you are only allowed to screech like a dolphin.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This shows how open source can be used to create really weird social spaces with minimal effort. It's a fork of Mastodon with a few lines of code changed to only allow the letter E.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-15_182418.5928870000.png",
            "created": "2018-08-15T18:24:18.592274Z",
            "moderation_state": 3
        },
        {
            "id": 262,
            "content_url": "https://github.com/Open-Data-Science-at-SIO/RRROBOTS",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "mozsprint",
                "open science",
                "reproducibility"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "RRROBOTS",
            "description": "Many scientists would like to adopt better habits for reproducible research. With Reproducible Research in R for Ocean Biosciences (RRROBOTS) our focus is on developing some lessons in doing that for scientific computing, and then teaching those lessons in a graduate-level course where students will reproduce results from existing publications.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/Open-Data-Science-at-SIO/RRROBOTS",
            "interest": "This seminar course is aimed at graduate students who have completed introductory classes in statistics and programming and are thinking about data analyses for their thesis projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-05_150947.1216750000.png",
            "created": "2017-05-05T15:09:47.121066Z",
            "moderation_state": 3
        },
        {
            "id": 168,
            "content_url": "https://blog.coralproject.net/12000-people-have-something-to-say/",
            "is_bookmarked": false,
            "tags": [
                "commenters",
                "comments",
                "community",
                "journalism",
                "participation",
                "research",
                "survey"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Survey of People who Comment",
            "description": "Who comments on news article? What do they want? How do they behave? We surveyed 12,000 people who comment across 20 different US based news organizations and discovered useful facts about commenters.",
            "get_involved": "Join the discussion about this research with the Coral project community.",
            "get_involved_url": "https://community.coralproject.net/t/12-000-people-have-something-to-say/602",
            "interest": "This research can help newsrooms and other publishers improve their audience engagement and create more inclusive and productive communities around their content.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-22_205511.2339500000.jpg",
            "created": "2017-03-22T20:55:11.233581Z",
            "moderation_state": 3
        },
        {
            "id": 1933,
            "content_url": "https://datasociety.net/library/repairing-innovation/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "future of work",
                "health",
                "health care",
                "innovation",
                "responsible research and innovation",
                "social science"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Elizabeth Anne Watkins",
            "submitter_profile_id": 4428,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Elizabeth Anne Watkins",
                    "profile_id": 4428,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Repairing Innovation: A Study of Integrating AI in Clinical Care",
            "description": "Repairing Innovation: A Study of Integrating AI in Clinical Care, by Madeleine Clare Elish and Elizabeth Anne Watkins, reveals the nature of repair work required to integrate an AI system into clinical health care. Elish and Watkins chronicle the integration of Sepsis Watch through a sociotechnical lens: one that acknowledges the human labor required to harmonize a technical system with existing organizational and social structures. The integration of an AI system creates breakages in social structures that must be repaired in order for the technology to work as intended.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This report contributes to the understudied field of AI implementation, with a special focus on the often undervalued human labor required to take innovative technologies out of the realm of \"potential\" and into real-world \"solutions.\"",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_163448.0165110000.png",
            "created": "2020-11-30T16:34:48.015915Z",
            "moderation_state": 3
        },
        {
            "id": 259,
            "content_url": "https://github.com/cmaumet/fmri_reporting",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "global sprint",
                "gs2017",
                "imaging",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Easy fMRI Reporting",
            "description": "Scientific communities are increasingly calling for more transparent research practices. Ideally, to maximise impact of research, the analysis code, data and manuscript should all be made available to the research community. In practice, this can prove to difficult and time consuming.  Another project in this year's Global Sprint, fmri_reporting is a course that explores current solutions to share data and code in support of publication of an fMRI study and provides simple recipes for different levels of data and code sharing.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/cmaumet/fmri_reporting",
            "interest": "This project would be very interested to hear from you if you've published data or code in relation to an fMRI experiment and you would like to share your thoughts on this experience.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-04_194738.4258560000.png",
            "created": "2017-05-04T19:47:38.425547Z",
            "moderation_state": 3
        },
        {
            "id": 703,
            "content_url": "https://github.com/JustinyAhin/open-african-repository/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Justin Sègbédji Ahinon",
            "submitter_profile_id": 443,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Justin Sègbédji Ahinon",
                    "profile_id": 443,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open African Repository",
            "description": "The OAR is an open source project that aims to create a web platform that will bring together all sources of scientific content produced by Africans. This platform will be powered by a community of contributors who will, on the one hand, identify the different sources of African scientific content, and on the other hand will propose them for the platform with abstracts.",
            "get_involved": "",
            "get_involved_url": "https://github.com/JustinyAhin/open-african-repository/issues",
            "interest": "This project will help to have in a same and only place, all the sources of scientifics contents produced by africans",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_194906.4299390000.png",
            "created": "2018-04-23T19:49:06.429104Z",
            "moderation_state": 3
        },
        {
            "id": 502,
            "content_url": "https://github.com/aath0/MinoritiesInResearch",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Athina Tzovara",
            "submitter_profile_id": 169,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Bastian Greshake Tzovaras",
                    "profile_id": 150,
                    "is_active": true
                },
                {
                    "name": "Athina Tzovara",
                    "profile_id": 169,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How does research treat underrepresented minorities?",
            "description": "The goal of this project is to collectively design a questionnaire and use it to evaluate how members of underrepresented minorities perceive research that directly concerns them.",
            "get_involved": "Help us create a questionnaire: design its content and key directions, test it and provide feedback!",
            "get_involved_url": "https://github.com/aath0/MinoritiesInResearch/blob/master/CONTRIBUTING.md",
            "interest": "This project will enable members of traditionally underrepresented groups in science to be heard and share their experience with research done in their communities.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-25T19:31:21.543636Z",
            "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": 1886,
            "content_url": "https://www.riftunit.net/",
            "is_bookmarked": false,
            "tags": [
                "creative industries",
                "digital storytelling",
                "higher education",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Marsha Courneya",
            "submitter_profile_id": 2921,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Marsha Courneya",
                    "profile_id": 2921,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Narrative Future of AI",
            "description": "The future of digital storytelling will involve the increasing use of algorithmic tools, both to develop new forms of narrative and to find efficiencies in creative production. However, unsupervised algorithms trained on massive amounts of web-based text come with issues of bias most harmfully pertaining to gender, race, and class. The Narrative Future of AI project aims to address, through a series of workshops, problematic cultural biases of machine learning through the creation of a series of media works that challenge and explore bias in new algorithmic technologies, such as GPT-3.",
            "get_involved": "Join the #narrativefutureofai channel on mozfest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "This project will apply AI creatively to highlight biases, meaning that a wide variety of skillsets will be crucial to its success.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-28_015222.2008940000.jpg",
            "created": "2020-10-23T15:15:26.445870Z",
            "moderation_state": 3
        },
        {
            "id": 597,
            "content_url": "https://medium.com/read-write-participate/meet-alice-hagenimana-a-member-of-the-innovator-club-in-nyarugenge-district-e8ad9ebb6585",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "digital inclusion",
                "digital skills",
                "gender and tech",
                "rwanda",
                "story",
                "user profile",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Meet Alice Hagenimana, A Member of the Innovator Club in Nyarugenge District",
            "description": "This article is part of a series of posts featuring individuals across Rwanda who are learning digital skills as we develop a digitally literate country. Alice has been learning digital skills at her local learning group for 6 months and is ready to tackle technology projects and be a women in tech. This project is the first of it's kind and a collaboration between Mozilla and Digital Opportunity Trust.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "This project is the first of it's kind and part of a country-wide rollout of digital skills.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-02-15_204026.7260130000.jpeg",
            "created": "2018-02-15T20:40:26.725397Z",
            "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": 828,
            "content_url": "https://drhstone.com/virtual-reality",
            "is_bookmarked": false,
            "tags": [
                "Coastal Erosion",
                "land loss",
                "science education",
                "virtual reality"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Dr. Heather Nicole Stone",
            "submitter_profile_id": 495,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Dr. Heather Nicole Stone",
                    "profile_id": 495,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Virtual Reality Ecoliteracy Curriculum (VREC)",
            "description": "The content comes from Biloxi-Chitimacha-Choctaw Tribe from Isle de Jean Charles, Louisiana whose ancestral land is disappearing. The project which focuses on utilizing emerging VR technology and high-performance networks for remotely guided collaborative exploration of 3D educational environments.  Taking advantage of emerging low-cost VR devices and improved networks, students can virtually travel to educational facilities that provide additional educational benefits than visiting the actual facility.",
            "get_involved": "",
            "get_involved_url": "https://drhstone.com/contact-me",
            "interest": "This project is important because we are sharinge enviornmental impacts not just from a numbers perspective, but from the people who live there. Users are able to immerce themselves in VR and both see and hear from the people and places.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-10_165218.1826570000.jpg",
            "created": "2018-05-10T16:52:18.169415Z",
            "moderation_state": 3
        },
        {
            "id": 487,
            "content_url": "https://github.com/trallard/Coding-foundation",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content"
            ],
            "published_by": "Tania R Allard",
            "submitter_profile_id": 151,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tania R Allard",
                    "profile_id": 151,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coding Foundation",
            "description": "Coding foundation is an open source initiative aiming to increase the numbers of women and queer individuals in undergraduate courses related to computer science and associated tech areas.",
            "get_involved": "We want people interested in sharing their stories as someone in the tech/computer science community, or encourage others to do so. We also need help to curate lists of online resources for gals willing to start a career in computer science or tech",
            "get_involved_url": "https://github.com/trallard/Coding-foundation",
            "interest": "This project is focused on increasing tech diversity because we believe more diverse communities produce better projects",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_084444.5887900000.png",
            "created": "2017-10-24T08:44:44.588418Z",
            "moderation_state": 3
        },
        {
            "id": 754,
            "content_url": "https://github.com/omudongo/-Rethink-Web-Literacy",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Oarabile Mudongo",
            "submitter_profile_id": 513,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Oarabile Mudongo",
                    "profile_id": 513,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Rethink Web Literacy",
            "description": "Rethink Web Literacy project seeks to dymistify, thought challenges and implement various dynamics to teaching Web literacy through research, collaboration and community building. Additionally, the work of this project targets and engages with next generation leaders, identifying their passion, strengths and their capability to revolutionize their communities while creating a lasting change that bridges their societies digital divides.",
            "get_involved": "https://github.com/omudongo/-Rethink-Web-Literacy/issues",
            "get_involved_url": "https://github.com/omudongo/-Rethink-Web-Literacy/blob/master/CONTRIBUTING.md",
            "interest": "This project is designed to build a cadre of learners, teachers, and leaders who become advocates of an open and healthy internet by teaching others core web literacy skills.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_113852.4105300000.jpg",
            "created": "2018-04-24T11:38:52.409864Z",
            "moderation_state": 3
        },
        {
            "id": 246,
            "content_url": "https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Italia l10n Guide",
            "description": "This Global Sprint project aims to create a localization guide for Italian volunteers that can be adapted by community members around the world. Its goal is to make Mozilla’s products, events and core values accessible for Italian users.",
            "get_involved": "Contribute to this project during the Global Sprint!",
            "get_involved_url": "https://github.com/kitsunenosaraT/Mozilla-Italia-l10n-guide",
            "interest": "This project is a great example of volunteers creating a localization resource that can, itself, be further localized by and for other communities.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-26_095315.1838650000.png",
            "created": "2017-04-26T09:53:15.183613Z",
            "moderation_state": 3
        }
    ]
}