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=-published_by_creator
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=-published_by_creator&page=2",
    "previous": null,
    "results": [
        {
            "id": 874,
            "content_url": "https://ewic.bcs.org/upload/pdf/ewic_eva18_interdisc_paper2.pdf",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luca M. Damiani",
                    "profile_id": 504,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Temporary  Technosocial  Gatherings?",
            "description": "A (hacked) discussion about open practices. By analysing data using an open and discursive approach manifested in both text and visual formats, the authors reflect on  the  dynamic  and  generative  characteristics  of  TTG  gatherings  while  also  arriving  at  their  own conclusions as situated researchers and practitioners who are ourselves engaged in increasingly messy webs where new worlds of theory and practice are built. Using a variety of case-studies and an interdisciplinary approach, this piece shows a different way of art academic writing.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-17_111648.0400320000.png",
            "created": "2018-07-17T11:16:48.039542Z",
            "moderation_state": 3
        },
        {
            "id": 2522,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-launches-second-call-for-us-applicants-to-the-responsible-computing-challenge/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Steven Azeka",
                    "profile_id": 5951,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla launches second call for US applicants to the RCC",
            "description": "10 U.S. based institutions of higher education will be awarded up to $150,000",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2023-02-03T13:48:24.777269Z",
            "moderation_state": 3
        },
        {
            "id": 987,
            "content_url": "https://mozguna.github.io",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Plan & organize",
                "Create content"
            ],
            "published_by": "Shubhendra Singh Chauhan",
            "submitter_profile_id": 17,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Shubhendra Singh Chauhan",
                    "profile_id": 17,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozGuna",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozguna/mozguna",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-10_184511.2531580000.jpg",
            "created": "2019-01-10T18:45:11.252477Z",
            "moderation_state": 3
        },
        {
            "id": 704,
            "content_url": "https://github.com/nucleus-network/missioninfo",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Sarah Morris",
            "submitter_profile_id": 484,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Morris",
                    "profile_id": 484,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mission:Information Algorithm Lesson",
            "description": "I am working to create a computer science lesson as part of a broader, media and web literacy curriculum kit called Mission:Information. This new lesson will focus on algorithms and aims to empower teens to better understand how algorithms shape the Internet and the information they see online, and to help teens develop skills they need to make the Internet a more open, informative, and welcoming space.",
            "get_involved": "You can help us by providing feedback, testing the curriculum with learners, sharing ideas, and remixing the curriculum",
            "get_involved_url": "https://github.com/nucleus-network/missioninfo",
            "interest": "We're eager to work with educators and people with CS education experience, GitHub experience, or a background in media. This project is interdisciplinary and welcomes a wide range of contributions since misinformation and Internet Health issues can't be solved in a vacuum.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_211554.0123150000.PNG",
            "created": "2018-04-23T21:15:54.011862Z",
            "moderation_state": 3
        },
        {
            "id": 499,
            "content_url": "https://github.com/Monsauce/Open-the-North",
            "is_bookmarked": false,
            "tags": [
                "localisation",
                "mozfest",
                "open data",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design"
            ],
            "published_by": "Monica Granados",
            "submitter_profile_id": 167,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Monica Granados",
                    "profile_id": 167,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Guide to Eating Ontario Fishes mobile app",
            "description": "Ontario Ministry of the Environment and Climate Change (MOECC) publishes guidelines on how many fish of (a given subset of sportfish) is safe to eat. While this information is available in a printed guide and on their website, the information is displayed not displayed in a user-friendly format and is inaccessible to individuals living in remote regions of the province. We are building a mobile app version of the guide using open data available through the MOECC.",
            "get_involved": "Help us on make a better user interface. The beta app has a rough user interface and needs a designer's touch!",
            "get_involved_url": "https://github.com/Monsauce/Open-the-North/blob/master/CONTRIBUTING.md",
            "interest": "We are working in the open to make open data more accessible.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_172033.6272700000.png",
            "created": "2017-10-25T17:20:33.626650Z",
            "moderation_state": 3
        },
        {
            "id": 484,
            "content_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "is_bookmarked": false,
            "tags": [
                "brains",
                "mozfest",
                "Mozilla Open Leadership Project",
                "Mozilla Science Mini-Grant Awardee",
                "network",
                "neuroscience",
                "open leadership zone",
                "open science",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Isla Staden",
            "submitter_profile_id": 124,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Isla Staden",
                    "profile_id": 124,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Brain Networks in Python",
            "description": "We're making use of Dr Whitaker's existing code base to develop open source code to investigate the human brain as a network. We are designing analyses to be reproducible, transparent and accessible to new and expert researchers. This project welcomes users and contributors from all disciplines.",
            "get_involved": "Help us test the code, feedback on documentation, help us choose a name",
            "get_involved_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "interest": "We are facilitating reproducible network neuroscience research",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-23_110742.2699050000.jpg",
            "created": "2017-10-23T11:07:42.269395Z",
            "moderation_state": 3
        },
        {
            "id": 1233,
            "content_url": "https://github.com/Anant016/React-for-beginners-course",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [
                "Attend",
                "Code",
                "Join community"
            ],
            "published_by": "Anant Rungta",
            "submitter_profile_id": 2615,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Anant Rungta",
                    "profile_id": 2615,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "React for beginners",
            "description": "Build your resume on React here. I have developed this, especially so that beginners in the field of web-development, can start with react while coding. Learn React from the start here.",
            "get_involved": "https://github.com/Anant016",
            "get_involved_url": "https://github.com/Anant016/React-for-beginners-course",
            "interest": "Learn React from here with coding.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-06-28T17:32:32.093816Z",
            "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": 686,
            "content_url": "https://github.com/meagdoh/data-and-friends",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Localize & translate",
                "Plan & organize",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Meag Doherty",
            "submitter_profile_id": 479,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Meag Doherty",
                    "profile_id": 479,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data + Friends",
            "description": "An offline storytelling game for advocacy groups learning data",
            "get_involved": "Help test the game, remix existing cards and offer use case scenarios for game play",
            "get_involved_url": "https://github.com/meagdoh/data-and-friends",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-12_020821.4059080000.JPG",
            "created": "2018-04-12T02:08:21.405567Z",
            "moderation_state": 3
        },
        {
            "id": 687,
            "content_url": "https://github.com/goscommons/goscommons.github.io/issues/5",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Jose Carlos Urra Llanusa",
            "submitter_profile_id": 481,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jose Carlos Urra Llanusa",
                    "profile_id": 481,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Design Documentation Hackathon (Focus: Home Appliances)",
            "description": "We are currently starting to design and document designs of home appliances in github. We are interested in creating sustainable impact using the power of open source and the commons.",
            "get_involved": "",
            "get_involved_url": "https://github.com/goscommons/goscommons.github.io/blob/master/Readme.md",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-12_135121.4419150000.png",
            "created": "2018-04-12T13:51:21.441365Z",
            "moderation_state": 3
        },
        {
            "id": 490,
            "content_url": "https://www.ecmwf.int/",
            "is_bookmarked": false,
            "tags": [
                "open access",
                "open data"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Claudia Vitolo",
            "submitter_profile_id": 155,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Claudia Vitolo",
                    "profile_id": 155,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unthinkable weather",
            "description": "ECMWF and the Copernicus programme provide a large amount of open weather and environmental data. These data is not only useful for the weather and environmental communities but it could benefit anyone: from scientists and students in many fields to companies and NGOs. We will present lots of creative ways of using our open weather and climate data. The inspiration comes from years of research in combination with some spectacular ideas developed at the ECMWF OpenDataHack 2017. Come and join us!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "The application of weather and environmental data can benefit anyone.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-24T15:25:58.906312Z",
            "moderation_state": 3
        },
        {
            "id": 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": 495,
            "content_url": "https://www.cs.ox.ac.uk/activities/HCC/",
            "is_bookmarked": false,
            "tags": [
                "human centred computing",
                "responsible research and innovation",
                "social media"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Digital Wildfire project",
            "submitter_profile_id": 162,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Digital Wildfire project",
                    "profile_id": 162,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Human Centred Computing at the University of Oxford",
            "description": "The Human-Centred Computing (HCC) group is part of the Department of Computer Science at the University of Oxford. We carry out a range of interdisciplinary projects that explore the relationships between technology and social life. Much of our work seeks to advance safety, fairness and responsibility in innovation. \n\nCurrent projects look at social media, algorithmic bias and quantum computing. At the Science Fair group members will be on hand talk about these projects and provide you with information to take away with you. Looking forward to seeing you there!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Of interest to anyone who'd like to hear about current research work - in particular in relation to research the promotes safety and fairness online",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_100021.5899000000.jpeg",
            "created": "2017-10-25T10:00:21.589335Z",
            "moderation_state": 3
        },
        {
            "id": 491,
            "content_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "is_bookmarked": false,
            "tags": [
                "gaming",
                "html5",
                "learn javascript",
                "mozfest",
                "open leadership zone",
                "open web",
                "web games"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Mick Chesterman",
            "submitter_profile_id": 154,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Luke Pacholski",
                    "profile_id": 147,
                    "is_active": true
                },
                {
                    "name": "Mick Chesterman",
                    "profile_id": 154,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Sharing Resources for Making Webgames",
            "description": "Let’s make “Web Games to Change the World”. This project is a network of people to support issue-based, computer club activities to make web games. Together we are creating a hub of resources to help this happen in Mozilla Clubs and beyond.",
            "get_involved": "Coders - could you write simple JS games (especially using the phaser library), join our network of Mentors, share JS game resources on our wiki.   Educators, please share on creative coding exploring web and justice issues. Everyone, come to our workshop called Digital Braves at Moz Fest!",
            "get_involved_url": "https://github.com/mickfuzz/mozilla-webgame-clubs",
            "interest": "We hope that those involved in Mozilla Clubs and Developers who like coding for fun can come together to build a resource of fun, remixable games written in javascript and linked playful activities that help us explore the web, global issues and learn to code at the same time.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_153257.5715450000.png",
            "created": "2017-10-24T15:32:57.571188Z",
            "moderation_state": 3
        },
        {
            "id": 1905,
            "content_url": "https://aitalk.podbean.com/e/ai-myths/",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Podcast appearance on Skynet Today",
            "description": "Daniel and Alexa appeared on the Skynet Today podcast to talk about aimyths.org",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-11-02T15:54:17.694486Z",
            "moderation_state": 3
        },
        {
            "id": 1669,
            "content_url": "https://foundation.mozilla.org/privacynotincluded/categories/video-call-apps/",
            "is_bookmarked": false,
            "tags": [
                "privacy",
                "security",
                "video call apps",
                "video confernce apps"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "*Privacy Not Included Video Call Apps Special Edition",
            "description": "More and more people now rely on video call apps to stay connected during the coronavirus pandemic. We reviewed the privacy and security of some of the most popular apps to help you make smart decisions on what to use to work remotely, chat with friends and family, and connect with your doctor.",
            "get_involved": "Please share with your friends and family",
            "get_involved_url": "https://foundation.mozilla.org/privacynotincluded/categories/video-call-apps/",
            "interest": "With the growing use of video call apps, privacy and security of those apps matters.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_151025.0748240000.jpg",
            "created": "2020-05-05T15:10:25.070071Z",
            "moderation_state": 3
        },
        {
            "id": 770,
            "content_url": "http://lucadamiani-art.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luca M. Damiani",
                    "profile_id": 504,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "My Privacy and the Social Web",
            "description": "Video-Art installation reflecting thoughts on privacy. Created with video and coding. Re-coded for the MozFest House and Mozilla Festival event, and also part of my on-going work within Art, Design and Neurodiversity, considering my neurodivergent traits.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_125314.2374000000.jpg",
            "created": "2018-04-26T12:53:14.236784Z",
            "moderation_state": 3
        },
        {
            "id": 1239,
            "content_url": "https://acoaf.wordpress.com",
            "is_bookmarked": false,
            "tags": [
                "education",
                "inclusion",
                "tactile material"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Design"
            ],
            "published_by": "Nikolaos Nerantzis",
            "submitter_profile_id": 1528,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nikolaos Nerantzis",
                    "profile_id": 1528,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ZCP1",
            "description": "Promoting Inclusive STEM Education by Creating Tactile Material (Swell Paper & 3D Print) for Biology & Astronomy from Mixed Students’ Group.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-03_073450.2364400000.png",
            "created": "2019-07-03T07:34:50.236078Z",
            "moderation_state": 3
        },
        {
            "id": 893,
            "content_url": "https://github.com/dariusk/corpora/",
            "is_bookmarked": false,
            "tags": [
                "corpus"
            ],
            "issues": [
                "Web Literacy"
            ],
            "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": "Corpora",
            "description": "A collection of public domain, machine readable lists of stuff. Helpful to people making weird things on the internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-08-15T18:37:46.782758Z",
            "moderation_state": 3
        },
        {
            "id": 929,
            "content_url": "https://github.com/mlbonatelli/SciCommMgz",
            "is_bookmarked": false,
            "tags": [
                "communication",
                "SciComm",
                "science"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Join community"
            ],
            "published_by": "Maria Letícia Bonatelli",
            "submitter_profile_id": 1620,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Gracielle Higino",
                    "profile_id": 406,
                    "is_active": true
                },
                {
                    "name": "Maria Letícia Bonatelli",
                    "profile_id": 1620,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Science Communication Magazine",
            "description": "Have you ever thought why so many scientists don't do Science Communication? It's overwhelming to always feel the pressure of publishing in high-impact peer-reviewed science magazines. But what if there is a Science Communication Magazine where they publish to a broader public and also get a publication that will be value to their curriculum? That is our project idea, wanna help us make that happen?",
            "get_involved": "Help us build the Magazine!",
            "get_involved_url": "https://github.com/mlbonatelli/SciCommMgz",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-03T18:03:47.224231Z",
            "moderation_state": 3
        },
        {
            "id": 481,
            "content_url": "https://github.com/meghanlazier/opposite-troll",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "open leadership zone",
                "trolling"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Meghan Lazier",
            "submitter_profile_id": 145,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Meghan Lazier",
                    "profile_id": 145,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What's the Opposite of a Troll?",
            "description": "Help us attempt to name, recognize and celebrate the behavior online that’s at the opposite end of the spectrum of how a troll behaves. We want to make altruism online a part of our vocabulary.",
            "get_involved": "We’re on a mission to do two things: 1.) Crowdsource names for the anti-troll. What is one word that we can use to identify the opposite of a troll? 2.) Curate and share online content and interactions that exemplifies the type of behavior, interactions and spirit of we want to see online.",
            "get_involved_url": "https://github.com/meghanlazier/opposite-troll",
            "interest": "Why should you care? Because Internet users cannot currently name the opposite of a troll in one word. It’s much easier to identify and name the behavior we don’t want to see online, versus the behavior we do. This is a problem because it’s difficult to talk about what we can’t name.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_034245.1540930000.jpg",
            "created": "2017-10-22T03:42:45.153698Z",
            "moderation_state": 3
        },
        {
            "id": 483,
            "content_url": "http://www.codeisscience.com/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone",
                "open science",
                "open source",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Attend",
                "Promote",
                "Code"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code is Science",
            "description": "Computer code is strongly present in science nowadays, helping scientists handle difficult calculations and large volumes of information. When an experiment is complete, scientists publish papers reporting the results, but often they forget to publish the source code for their work. You couldn't publish a math paper without the proof, so why can you do it with code? We aim to make scientific code open source by default, so others can peer review and re-run the code. We're also creating a database of scientific journals that only publish papers accompanied by open source code.",
            "get_involved": "You can help out by contributing to technical issues, share http://www.codeisscience.com/ to spread awareness, or share your story - why is open source code in science important to *you*? Do you know of any open source journals? Send us the link!",
            "get_involved_url": "http://www.codeisscience.com/",
            "interest": "Open source should be everywhere, especially in science! Also, we have stickers...",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_142619.6724890000.jpg",
            "created": "2017-10-22T14:26:19.671643Z",
            "moderation_state": 3
        },
        {
            "id": 726,
            "content_url": "https://www.data-playground.org.uk",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "data literacy",
                "mozsprint",
                "open data"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Join community"
            ],
            "published_by": "samantha ahern",
            "submitter_profile_id": 421,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "samantha ahern",
                    "profile_id": 421,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Data Literacy Playground",
            "description": "An online space where 16-24 yr olds can use, interact with and understand the benefits and issues of using and sharing data so that they can make informed choices about data sharing.",
            "get_involved": "Help us to create the initial web site and develop the visual identity of the project.",
            "get_involved_url": "https://github.com/quirksahern/DataLiteracyPlayground",
            "interest": "We are hoping that will inspire a new generation to make informed choices about data for the benefit of society.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_102858.0615430000.png",
            "created": "2018-04-24T10:28:58.060781Z",
            "moderation_state": 3
        },
        {
            "id": 1247,
            "content_url": "https://runyourown.social",
            "is_bookmarked": false,
            "tags": [
                "open source",
                "social media",
                "social networking"
            ],
            "issues": [
                "Decentralization"
            ],
            "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": "Run Your Own Social",
            "description": "A guide book on how to run a small social network site for your friends.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-09_162521.7874190000.png",
            "created": "2019-07-09T16:25:21.786785Z",
            "moderation_state": 3
        },
        {
            "id": 482,
            "content_url": "http://sciencefair-app.com",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "open science",
                "publishing",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Richard Smith-Unna",
            "submitter_profile_id": 140,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Richard Smith-Unna",
                    "profile_id": 140,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ScienceFair",
            "description": "A decentralised science library where research papers come to life.",
            "get_involved": "",
            "get_involved_url": "https://github.com/codeforscience/sciencefair",
            "interest": "ScienceFair redesigns scientific publishing from the ground up to be open, decentralised, and fair.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_125819.9845250000.png",
            "created": "2017-10-22T12:58:19.984120Z",
            "moderation_state": 3
        },
        {
            "id": 545,
            "content_url": "https://webfoundation.org/2017/11/a-healthy-internet-is-an-equal-internet/",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "equality",
                "internet",
                "mozfest",
                "world wide web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Mara Silvestri",
            "submitter_profile_id": 226,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Mara Silvestri",
                    "profile_id": 226,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A healthy internet is an equal internet",
            "description": "This is a guest post from Nanjira Sambuli, the Web Foundation’s Digital Equality Advocacy Manager about her speech at MozFest 2017.",
            "get_involved": "",
            "get_involved_url": "http://www.webfoundation.org",
            "interest": "It focuses on MozFest",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-07_100619.1262390000.JPG",
            "created": "2017-11-07T10:06:19.125512Z",
            "moderation_state": 3
        },
        {
            "id": 489,
            "content_url": "https://www.webumenia.sk/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "art gallery",
                "gallery",
                "mozfest",
                "museTech",
                "museums",
                "openGLAM",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Philo van Kemenade",
            "submitter_profile_id": 153,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Philo van Kemenade",
                    "profile_id": 153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web umenia",
            "description": "Web umenia is an open platform to explore digitized art collections from public galleries and museums.",
            "get_involved": "we are looking for help to  1) Making it super simple to get started developing  2) publish more content like articles and collections in English  3) localize and translate  4) create a ‘living pattern library’",
            "get_involved_url": "https://github.com/SlovakNationalGallery/web-umenia-2/",
            "interest": "We are working with public art organisations to make their art accessible and explorable online so curious people around the world can learn more about works of art and the context they've been created in.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_144151.8979140000.jpg",
            "created": "2017-10-24T14:41:51.897518Z",
            "moderation_state": 3
        },
        {
            "id": 500,
            "content_url": "https://github.com/tpoisot/IntroScientificComputing/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Timothée Poisot",
            "submitter_profile_id": 168,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Timothée Poisot",
                    "profile_id": 168,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Making scientific computing more open",
            "description": "Don't you wish it was easier to get started in scientific computing? Me too! I am putting together a series of lessons that people can go through on their own, to understand the best practices of the field. This is intended to help people with a bit of coding experience, that want to move to the next step and use more code for their research.",
            "get_involved": "Help us build lessons on reproducible workflows in scientific computing",
            "get_involved_url": "https://github.com/tpoisot/IntroScientificComputing/issues",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-25T18:27:52.093293Z",
            "moderation_state": 3
        },
        {
            "id": 488,
            "content_url": "https://www.whitemarketpodcast.co.uk",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Rute Correia",
            "submitter_profile_id": 152,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rute Correia",
                    "profile_id": 152,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "White Market Podcast",
            "description": "White Market Podcast is an open podcast about free music and free culture. The show advocates for digital rights and often features movements like open source and copyleft.",
            "get_involved": "Remix everything! Create blog posts, do interviews and other features, create cool coding things and attend WMP's session at Mozfest: Open Radio, Open Minds.",
            "get_involved_url": "https://github.com/WhiteMarketPodcast/whitemarketpodcast-repo",
            "interest": "WMP tries to raise awareness on copyright, digital rights and other issues. If you're the activist-type for open web, this is a good oportunity to get hands on and create content around your specific cause. If you're looking for information about these topics, WMP is good and reliable source.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_140200.0896190000.jpg",
            "created": "2017-10-24T14:02:00.089012Z",
            "moderation_state": 3
        },
        {
            "id": 894,
            "content_url": "https://apti.ro",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Valentina Pavel",
            "submitter_profile_id": 1562,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Valentina Pavel",
                    "profile_id": 1562,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Open Web Fellow",
            "description": "Digital rights advocate working on privacy, freedom of speech and open culture. As a Mozilla Fellow, I will investigate the implications of digital feudalism and explore different visions for shared data ownership.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-08-17T08:35:49.372787Z",
            "moderation_state": 3
        },
        {
            "id": 923,
            "content_url": "https://github.com/rvpanoz/luna",
            "is_bookmarked": false,
            "tags": [
                "electron",
                "management",
                "nodejs",
                "npm",
                "react"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Code",
                "Design"
            ],
            "published_by": "Panos Rv",
            "submitter_profile_id": 1652,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Panos Rv",
                    "profile_id": 1652,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Luna - npm package manager",
            "description": "NPM Package manager through a modern UI. Created with ReactJS and Redux, Material-UI. Bundled with Webpack. Build on Electron.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "manage npm packages through a modern UI",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-22_145647.8814810000.png",
            "created": "2018-09-22T14:56:47.880760Z",
            "moderation_state": 3
        },
        {
            "id": 2060,
            "content_url": "https://alternative-twitter-embeds.glitch.me/",
            "is_bookmarked": false,
            "tags": [
                "embed",
                "tweets",
                "twitter"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Alternative Tweet Embeds",
            "description": "Embed tweets without compromising your users' privacy and your site's performance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-05-04T19:38:18.310485Z",
            "moderation_state": 3
        },
        {
            "id": 1055,
            "content_url": "https://energimeuniversity.org",
            "is_bookmarked": false,
            "tags": [
                "#energime"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "global Comms",
            "submitter_profile_id": 2138,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "global Comms",
                    "profile_id": 2138,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "EnegimeUniversity",
            "description": "Study online",
            "get_involved": "",
            "get_involved_url": "https://energimeuniversity.org",
            "interest": "Education",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-08T19:13:59.036734Z",
            "moderation_state": 3
        },
        {
            "id": 493,
            "content_url": "https://songwhip.com",
            "is_bookmarked": false,
            "tags": [
                "music"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Design"
            ],
            "published_by": "Wilson Page",
            "submitter_profile_id": 161,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wilson Page",
                    "profile_id": 161,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Songwhip",
            "description": "Songwhip creates universal music links everyone can play. Whether you're an artist announcing your latest release or sharing your latest musical find with friends, it's best done with a Songwhip link.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Songwhip democritises music sharing by removing the barriers between siloed music platforms.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_083749.5476460000.png",
            "created": "2017-10-25T08:37:49.547302Z",
            "moderation_state": 3
        },
        {
            "id": 1266,
            "content_url": "https://mzl.la/30Wvx9Z",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "bloggrid",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "\"Healthy AI\" at MozFest 2019",
            "description": "A blog post about the 2019 MozFest theme.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-26_213041.1815220000.jpg",
            "created": "2019-07-26T21:30:41.180827Z",
            "moderation_state": 3
        },
        {
            "id": 1211,
            "content_url": "https://welti.org.ng",
            "is_bookmarked": false,
            "tags": [
                "Business meets Technology"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Ifeoma Okonji",
            "submitter_profile_id": 2449,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Ifeoma Okonji",
                    "profile_id": 2449,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Executive Director WELTI(Mozilla Open Leader)",
            "description": "WELTI is a non-profit working open to empower young women within ages 14-30 on her pillars of Technology,Leadership,Education and Health. We enable our beneficiaries leverage technology for sustainable economic development by working open and driving digital inclusion to break certain stereotypes.",
            "get_involved": "We can be helped to plan some local event to reach more people.",
            "get_involved_url": "https://docs.google.com/forms/d/1LughzKWZIHM3wQ-lB6zSOianzEp-fyaMpNJd-xYYbuk/edit",
            "interest": "We believe that having created an online community of over 300 businesses,we can have more fresh ideas,contributors and partners to enable this scale and create more impact.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-06-06_062234.5376130000.jpg",
            "created": "2019-06-06T06:22:34.536908Z",
            "moderation_state": 3
        },
        {
            "id": 2230,
            "content_url": "https://foundation.mozilla.org/en/blog/teaching-responsible-computing-summit-2021/",
            "is_bookmarked": false,
            "tags": [
                "ethics",
                "RCSC",
                "responsible computer science",
                "responsible computing"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kathy Pham",
            "submitter_profile_id": 3047,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kathy Pham",
                    "profile_id": 3047,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Teaching Responsible Computing Summit 2021",
            "description": "Join teaching individuals across the world, across disciplines on July 27th, 2021 11:15AM - 5:15PM EDT for the Teaching Responsible Computing Summit. See Registration for more details.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/teaching-responsible-computing-summit-2021/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-26_143958.4860950000.jpg",
            "created": "2021-07-26T14:39:58.485814Z",
            "moderation_state": 3
        },
        {
            "id": 514,
            "content_url": "https://ipfs.io",
            "is_bookmarked": false,
            "tags": [
                "content addressing",
                "decentralization",
                "distributed",
                "open data",
                "p2p"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback",
                "Write documentation",
                "Join community"
            ],
            "published_by": "Jeromy Johnson",
            "submitter_profile_id": 181,
            "bookmark_count": 6,
            "related_creators": [
                {
                    "name": "Jeromy Johnson",
                    "profile_id": 181,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "IPFS",
            "description": "Making the web more peer to peer",
            "get_involved": "Plan local meetups, build apps using ipfs",
            "get_involved_url": "https://github.com/ipfs/community",
            "interest": "ipfs allows people to share and store data together, enabling more people to access the webs content",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_154909.7862510000.png",
            "created": "2017-10-27T15:49:09.785820Z",
            "moderation_state": 3
        },
        {
            "id": 1110,
            "content_url": "https://www.facebook.com/lwiiyo/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "collaboration",
                "community building",
                "digital literacy",
                "open source",
                "sprintforih"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Fundraise"
            ],
            "published_by": "Alumanda Shakankale",
            "submitter_profile_id": 1935,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Alumanda Shakankale",
                    "profile_id": 1935,
                    "is_active": true
                },
                {
                    "name": "John Griffiths",
                    "profile_id": 1869,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lwiiyo Community Literacy Initiative",
            "description": "A Community Literacy Initiative focused on increasing Computer Literacy within our communities, by so doing bridging the digital divide.",
            "get_involved": "We would like to have regular trainings and for that we need material and trainings. Help us by becoming a trainer (trainings can be done online) or with material or links to material that is ICT related.",
            "get_involved_url": "https://github.com/lwiiyo/LwiiyoCommunityLiteracyInitiative",
            "interest": "We plan to reduce the gap between theoretic learning and hands-on experience by delivering open source project based trainings that will better equip students pursuing careers in the ICT sector of Zambia",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-15_041453.0094810000.jpg",
            "created": "2019-04-15T04:14:53.008703Z",
            "moderation_state": 3
        },
        {
            "id": 1269,
            "content_url": "https://medium.com/mozilla-festival/who-can-facilitate-a-mozfest-session-you-can-cab7c9369500",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Who Can Facilitate a MozFest Session? You Can!",
            "description": "A blog post about session facilitators at MozFest, and what's involved  in this role.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-29_205611.8749120000.jpg",
            "created": "2019-07-29T20:56:11.874116Z",
            "moderation_state": 3
        },
        {
            "id": 479,
            "content_url": "https://github.com/derekhoward/HBAsets",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "Mozilla Open Leadership Project",
                "open data",
                "open leadership zone",
                "open-science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Derek Howard",
            "submitter_profile_id": 142,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Derek Howard",
                    "profile_id": 142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HBAsets",
            "description": "We're making use of open brain transcriptome data to build a tool that helps scientists  understand how sets of genes (related to a disease of interest) map onto specific brain areas, cell types at  different time points.",
            "get_involved": "Help test the prototype, provide feedback on use cases, contribute to the web app development",
            "get_involved_url": "https://github.com/derekhoward/HBAsets",
            "interest": "Facilitating the re-use and integration of valuable open data sets",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-20T20:23:19.483887Z",
            "moderation_state": 3
        },
        {
            "id": 509,
            "content_url": "https://github.com/LIDSOL/nightlynight",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Take Action",
                "Join community"
            ],
            "published_by": "Uriel",
            "submitter_profile_id": 177,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Uriel",
                    "profile_id": 177,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nightly Night",
            "description": "Helping to improve Firefox Nightly. Users are now experts with Nightly Night.",
            "get_involved": "Write some guides, reports bugs on bugzilla, share your ideas with us.",
            "get_involved_url": "https://github.com/LIDSOL/nightlynight",
            "interest": "Nightly Night is a project which help users to use and test Firefox Nightly like an expert.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-27T03:52:49.686386Z",
            "moderation_state": 3
        },
        {
            "id": 476,
            "content_url": "https://www.prereview.org/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "Mozilla Open Leadership Project",
                "Mozilla Science Mini-Grant Awardee",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Sam Hindle",
            "submitter_profile_id": 141,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Hindle",
                    "profile_id": 141,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Preprint Journal Club Starter Kit",
            "description": "This project aims to develop resources to encourage the hosting of Preprint Journal Clubs at different research institutions around the world. The purpose of a Preprint Journal Club, in our opinion, would be to not only discuss research fresh out of the lab, but to provide an opportunity for early career researchers to develop their manuscript peer review skills, whilst also providing constructive feedback to the authors. We also hope that by introducing preprints into every-day lab practices, this project will promote the engagement of researchers with preprints.",
            "get_involved": "Volunteer to be a beta tester to test out our resources at a preprint journal club in your institution. Email us at [email protected]",
            "get_involved_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "interest": "Our project helps to promote Open Access and Open Science, and offers a complementary mechanism for science communication vs traditional publishing",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_003807.0782030000.png",
            "created": "2017-10-20T00:38:07.077499Z",
            "moderation_state": 3
        },
        {
            "id": 1031,
            "content_url": "https://manoabrazilissue.com/",
            "is_bookmarked": false,
            "tags": [
                "Brazil",
                "literature discovery"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "pat matsueda",
            "submitter_profile_id": 1992,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "pat matsueda",
                    "profile_id": 1992,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Becoming Brazil: New Fiction, Poetry, and Memoir",
            "description": "A collection of about sixty works by twenty Brazilian authors, translated into English",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-03_043507.6916890000.jpg",
            "created": "2019-02-03T04:35:07.691116Z",
            "moderation_state": 3
        },
        {
            "id": 916,
            "content_url": "https://botwiki.org/",
            "is_bookmarked": false,
            "tags": [
                "bots",
                "creative automation"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Stefan Bohacek",
            "submitter_profile_id": 1609,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Stefan Bohacek",
                    "profile_id": 1609,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Botwiki",
            "description": "Preserving examples of interesting and creative online bots, and providing tutorials and other resources to folks interested in making them.",
            "get_involved": "",
            "get_involved_url": "https://botmakers.org",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-08_132822.0204260000.png",
            "created": "2018-09-08T13:28:22.019913Z",
            "moderation_state": 3
        },
        {
            "id": 494,
            "content_url": "https://github.com/ppolsinelli/CoopsAndDragons",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Pietro Polsinelli",
            "submitter_profile_id": 157,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Pietro Polsinelli",
                    "profile_id": 157,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coops & Dragons",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://github.com/ppolsinelli/CoopsAndDragons",
            "interest": "Its about exploring platform coops and their relationship with privately owned crowd sourced networks.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_083822.8757110000.png",
            "created": "2017-10-25T08:38:22.875107Z",
            "moderation_state": 3
        },
        {
            "id": 737,
            "content_url": "https://www.lucadamiani-art.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luca M. Damiani",
                    "profile_id": 504,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Where are Human Rights?",
            "description": "Web? Human Rights? Impact? In this piece, Damiani combines someof his case-studies and artistic practices around human rights (in collaboration with AmnestyInternational) and questions what impact this data had/has/will have.In this piece the web is seen as a platform for sharing human rights awareness, education, researchand action.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_105341.2846340000.jpg",
            "created": "2018-04-24T10:53:41.283739Z",
            "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
        }
    ]
}