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=-featured&page=3
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=-featured&page=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-featured&page=2",
    "results": [
        {
            "id": 1601,
            "content_url": "https://www.academia.edu/41675472/Technology_on_the_margins_AI_and_global_migration_management_from_a_human_rights_perspective",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Petra Molnar",
            "submitter_profile_id": 3619,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Petra Molnar",
                    "profile_id": 3619,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Technology on the margins: AI and global migration management",
            "description": "Experiments with new technologies in migration management are increasing. From Big Data predictions about population movements in the Mediterranean, to Canada's use of automated decision-making in immigration and refugee applications, to artificial-intelligence lie detectors deployed at European borders, States are keen to explore the use of new technologies, yet often fail to take into account profound human rights ramifications and real impacts on human lives. These technologies are largely unregulated, developed and deployed in opaque spaces with little oversight and accountability.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "How can International Human Rights Law be used to regulate migration management technologies?",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-02-17_131955.6363970000.png",
            "created": "2020-02-17T13:19:55.635741Z",
            "moderation_state": 3
        },
        {
            "id": 1829,
            "content_url": "https://medium.com/mozilla-festival/7-steps-to-a-great-mozfest-proposal-eff4f1cee6fe",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "7 Steps to a Great MozFest Proposal",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_105139.3094960000.png",
            "created": "2020-09-07T10:51:39.285173Z",
            "moderation_state": 3
        },
        {
            "id": 12,
            "content_url": "https://prototype.internethealthreport.org/",
            "is_bookmarked": false,
            "tags": [
                "internet health"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Test & feedback"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet Health Report",
            "description": "How do we measure the health of the Internet? In 2016, we laid the groundwork for a new open source effort to track the health of the Internet from year to year. The prototype for the report is launching in January 2017 (check back!).",
            "get_involved": "We will be requesting feedback on the prototype and gathering ideas for the next version in 2017.",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-04_130025.0393240000.png",
            "created": "2016-12-16T11:38:54.053000Z",
            "moderation_state": 3
        },
        {
            "id": 1887,
            "content_url": "https://github.com/mozilla/PRESC/",
            "is_bookmarked": false,
            "tags": [
                "algorithmic bias",
                "machine learning",
                "tai-hackathon-landing",
                "tai-wg",
                "Trustworthy AI"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Test & feedback"
            ],
            "published_by": "David Zeber",
            "submitter_profile_id": 4239,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "David Zeber",
                    "profile_id": 4239,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Performance Robustness Evaluation for Statistical Classifiers (PRESC)",
            "description": "We are working with data scientists, developers, academics and activists to build a tool that will help evaluate the performance of machine learning classification models, specifically in areas which tend to be overlooked, such as generalizability and bias. Our focus on misclassifications, robustness and stability will help facilitate the inclusion of bias and fairness analyses on the performance reports, so that these can be taken into account when crafting or choosing between models.",
            "get_involved": "Provide perspectives based on your experience or industry on how PRESC can help in building ML workflows, including sharing test datasets, testing the tool on new datasets and models, code contributions. Join the #presc channel on MozFest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-26_174909.0655700000.png",
            "created": "2020-10-24T00:29:06.693296Z",
            "moderation_state": 3
        },
        {
            "id": 1932,
            "content_url": "https://mozfest-2019.glitch.me/",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozfest-dev"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Build Your Own Biased Algorithm",
            "description": "Experiment hands-on with a remix-able software project designed to demonstrate the vulnerability of supposedly “neutral” algorithms to the biases present in the developers that build them and the data they’re fed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_153541.1942390000.jpg",
            "created": "2020-11-30T15:05:12.704490Z",
            "moderation_state": 3
        },
        {
            "id": 1931,
            "content_url": "https://discourse.mozilla.org/t/make-your-own-surveillance-network-on-the-cheap/46669",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozfest-dev"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Make Your Own Surveillance Network",
            "description": "Turns out it is really easy, and cheap, to create a surveillance network of people coming and going through, using just a couple of off-the-shelf technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_153554.6553370000.jpg",
            "created": "2020-11-30T14:36:50.438473Z",
            "moderation_state": 3
        },
        {
            "id": 2005,
            "content_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "craft",
                "Dutch",
                "Family Resources",
                "mf-family-lejo",
                "MozFest 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo Crafts",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. Children can also create their own hand puppet using the artist’s craft page resources.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_183823.2458190000.png",
            "created": "2021-03-03T02:07:09.867828Z",
            "moderation_state": 3
        },
        {
            "id": 1997,
            "content_url": "https://schedule.mozillafestival.org/session/RDJB8Q-1",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "Family resource",
                "mf-family-promo",
                "MozFest 2021",
                "Robots"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "(Dutch) MozFest Session: Newtechkids Robot Inventor Workshop for 7-12 yrs old",
            "description": "During this hands-on workshop for kids ages 7-12 and their parents, kids will learn about technology design, programming and AI. They'll become chief designers at the MozFest robot factory where they will create robot heads (using art supplies). After kids hand-draw their own code, parents will help them test their robots. 30 kids maximum per session. Required Supplies: cardboard box (which fits over child's head), colored paper, glue, tape, scissors, aluminum foil, pipe cleaners (optional). 13 March, 11:00-12:15 CET will be given in Dutch",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/RDJB8Q-1",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_013003.0110870000.jpg",
            "created": "2021-03-03T01:30:03.010511Z",
            "moderation_state": 3
        },
        {
            "id": 2008,
            "content_url": "https://schedule.mozillafestival.org/session/TWK9WB-1",
            "is_bookmarked": false,
            "tags": [
                "mf-family-promo"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Session: Young Leaders to the Table: AI, ethics and equity",
            "description": "If you’re a young person, or someone who cares about one, you know that they’ve got a lot to say. We want to know: what do they think about AI and ethics? In this session, optimised for those aged 18 and under, we will be bringing together young people from across the world to discuss AI, its ethical implications, and what this means for equity and justice, both online and in the real world. As technology seamlessly integrates into our daily lives, we need analytical skills to understand how it impacts the environment - and the tools to take a leading role in shaping how their world works.",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/TWK9WB-1",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_192834.8055940000.jpg",
            "created": "2021-03-05T19:28:34.804862Z",
            "moderation_state": 3
        },
        {
            "id": 2009,
            "content_url": "https://schedule.mozillafestival.org/session/BTXPQE-2",
            "is_bookmarked": false,
            "tags": [
                "game",
                "mf-family-promo",
                "misinformation",
                "youth-led",
                "youth zone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest Session: Misinformation Escape Room",
            "description": "The Government is about to sign a contract to put Euphorigen into the public water supply, making the benefits of this revolutionary supplement available to the entire population. But you have suspicions, and only 45 minutes to uncover the truth! The Euphorigen Investigation is an online escape room that immerses players in a world of manipulated media, social media bots, deepfakes and other forms of misinformation. Join teams of 4-6 players and a game host and see how well you do at solving misinformation puzzles!",
            "get_involved": "",
            "get_involved_url": "https://schedule.mozillafestival.org/session/BTXPQE-2",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_195127.2463540000.jpg",
            "created": "2021-03-05T19:51:27.245730Z",
            "moderation_state": 3
        },
        {
            "id": 2013,
            "content_url": "https://player.vimeo.com/video/520159589?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Family Resources",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Horse",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Horse.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152256.7564660000.png",
            "created": "2021-03-06T15:22:56.755712Z",
            "moderation_state": 3
        },
        {
            "id": 2012,
            "content_url": "https://player.vimeo.com/video/520159214?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Bell",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Bell.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152018.8374290000.png",
            "created": "2021-03-06T15:20:18.836814Z",
            "moderation_state": 3
        },
        {
            "id": 153,
            "content_url": "https://www.youtube.com/watch?v=pO-brBVRyN8&index=12&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Algorithmic Spiral of Silence",
            "description": "Zeynep Tufekci is a professor and author specializing in the intersection of technology and society. She spoke at MozFest 2016 about social media platforms, inclusion and exclusion online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193614.6556290000.jpg",
            "created": "2017-02-09T15:10:38.368000Z",
            "moderation_state": 3
        },
        {
            "id": 2183,
            "content_url": "https://youtu.be/UdNUN014Myg",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tom Greenwood",
                    "profile_id": 4466,
                    "is_active": true
                }
            ],
            "entry_type": "session",
            "title": "Making Sustainability Mainstream",
            "description": "The workshop will ask how, at a time when we need to address climate change and the ecological crises urgently, we can work together as a community to make sustainability a core value of our industry globally. Facilitated by Tom Greenwood (UK) and Gauthier Roussilhe (France), we will ask people to share experiences of how sustainability is currently considered in the digital sector in their country, what has been successful in pushing it on the top of the agenda and what the key barriers have been. Together as a group, we will compare experiences from around the world and form a shared underst",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112529.1844450000.jpeg",
            "created": "2021-07-06T11:25:29.172759Z",
            "moderation_state": 3
        },
        {
            "id": 2188,
            "content_url": "https://youtu.be/2V_bMROuko8",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Let's fight for our Right to Repair!",
            "description": "The movement for Right to repair is growing globally, and it’s starting to get traction with policy makers. Yet, we’re still far from securing a universal Right to repair. And increasingly we need to make the case for removing software barriers set by manufactures, preventing us from repairing and reusing products. In the session we’ll present the European Right to Repair campaign, and work with participants on our next challenges. Participants will first contribute their priorities for the campaign to consider. Then we’ll work in small groups to prototype solutions to key issues we face: - Ho",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_113937.0587780000.jpeg",
            "created": "2021-07-06T11:39:37.045916Z",
            "moderation_state": 3
        },
        {
            "id": 2186,
            "content_url": "https://youtu.be/ipa4SeiNw-k",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sarah Allen",
                    "profile_id": 89,
                    "is_active": true
                }
            ],
            "entry_type": "session",
            "title": "Friendly Advice",
            "description": "Jonas Lund and Sarah Allen chat about Friendly Artist, which is a new online performative artwork by Jonas Lund, in which he invites anyone to book his time for whatever purpose they chose*  life-coach, remote friend, hang out with you while you cook. The sessions are watched by a range of performance measuring algorithms and AI’s’ that analyze Jonas' behavior in real-time and track his performance, nudges him to be his best self, and suggest things to say, or topics to discuss. Jonas and Sarah will chat about the project, and the data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_113734.4506060000.jpeg",
            "created": "2021-07-06T11:37:34.440653Z",
            "moderation_state": 3
        },
        {
            "id": 2195,
            "content_url": "https://youtu.be/F366d5pVLVA",
            "is_bookmarked": false,
            "tags": [
                "mf2021selection",
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "session",
            "title": "Responding to Coded Bias: Black Women Interrogating AI",
            "description": "Join us for a panel discussion of Coded Bias, the acclaimed documentary about the fallout from MIT researcher Joy Buolamwini's discovery of racial bias in facial recognition algorithms. Deborah Raji (featured in the film) engages a panel of technologists on critical themes highlighted in the documentary, including technology-based discrimination around race and gender, representation, intersectionality, and civic engagement. Panelists: Deborah Raji (Mozilla Fellow), Renee Cummings (Data Activist, University of Virginia), Ayanna Howard (Dean, College of Engineering, Ohio State), Ifeoma Ozoma (F",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_115838.0597720000.jpeg",
            "created": "2021-07-06T11:55:37.031591Z",
            "moderation_state": 3
        },
        {
            "id": 2307,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "tai-wg-22"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Subhashish Panigrahi",
            "submitter_profile_id": 433,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Subhashish Panigrahi",
                    "profile_id": 433,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Foundational Tech for Low-Resource Languages",
            "description": "This project will re-imagine the foundational technology infrastructure needed to kickstart the artificial intelligence / machine learning frameworks for some of the low-resourced languages of South Asia. Join us in building a more diverse, equitable, and community-run AI ecosystem for global languages starting in South Asia.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/mozfest-tai-working-groups-call-for-interest/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-11-09T16:25:21.781888Z",
            "moderation_state": 3
        },
        {
            "id": 565,
            "content_url": "https://medium.com/@mkopel/mozfest-exposure-cross-pollination-and-tomorrows-new-internet-66d2a5ad212d",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "mozfest",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2017: Exposure, Cross-Pollination and Tomorrow's New Internet",
            "description": "Earlier this year, I wrote a little bit about the value of IRL coalitions working toward internet health. A month out from attending Mozfest 2017 (and a BIG thank you to Mozilla & IMLS for bringing me!), I am reminded of this because of the conversations and efforts that could only happen by making these human connections. So much of our progress is based on cross-pollination of ideas, and it is these human networks and experiences that allow gardens to flourish. In this dark hour of the internet, this is where we might find hope.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-09_035729.7877830000.png",
            "created": "2017-12-09T03:57:29.787371Z",
            "moderation_state": 3
        },
        {
            "id": 569,
            "content_url": "https://www.nytimes.com/2017/12/08/opinion/holiday-gifts-toys-spying.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 5,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed: Don’t Give Kids Holiday Gifts That Can Spy on Them",
            "description": "Mozilla's Ashley Boyd writes about connected toys in the New York Times",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-12-12_130622.0629270000.png",
            "created": "2017-12-12T13:06:22.062436Z",
            "moderation_state": 3
        },
        {
            "id": 863,
            "content_url": "https://www.techrepublic.com/videos/why-open-source-isnt-just-about-code/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 14,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Why open source isn't just about code",
            "description": "Mozilla's Abby Cabunoc Mayes spoke with TechRepublic about why open source isn't just about code.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-29_132832.6401070000.png",
            "created": "2018-06-29T13:28:32.639443Z",
            "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": 61,
            "content_url": "https://www.youtube.com/watch?v=Obv6M_c8XVs",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Meme Jail",
            "description": "See what happens when classic memes head to Europe",
            "get_involved": "Join the campaign behind meme jail.",
            "get_involved_url": "https://www.changecopyright.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-24T21:57:50.627000Z",
            "moderation_state": 3
        },
        {
            "id": 163,
            "content_url": "https://www.youtube.com/watch?v=iFx6eJF94Ew&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60&index=2",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Source and Flight MH17",
            "description": "Eliot Higgins is the founder of Bellingcat, a resource by and for citizen journalists. He spoke at MozFest 2016 about the open source information revolution and Flight MH17.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194134.7169250000.jpg",
            "created": "2017-02-09T15:03:49.850000Z",
            "moderation_state": 3
        },
        {
            "id": 162,
            "content_url": "https://www.youtube.com/watch?v=4krgs4gHSbI&index=3&list=PLYiaJo7rYNXLQSEAa2RdyyiS28Ke2Rl60",
            "is_bookmarked": false,
            "tags": [
                "#2016dnd"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Half the Population is Not Connected",
            "description": "Katharina Borchert is Chief Innovation Officer at Mozilla. She spoke at MozFest 2016 about equal access to the Internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_194050.1225130000.jpg",
            "created": "2017-02-09T15:04:49.068000Z",
            "moderation_state": 3
        },
        {
            "id": 62,
            "content_url": "https://www.youtube.com/watch?v=OG10a1F9gU0",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CSI:GIF",
            "description": "Meet the cops who patrol the tubes of the Internet for the baddest crime of all: GIFs",
            "get_involved": "Join the campaign behind CSI:GIF jail.",
            "get_involved_url": "https://www.changecopyright.org",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-24T21:56:16.394000Z",
            "moderation_state": 3
        },
        {
            "id": 8,
            "content_url": "https://mozillascience.github.io/open-data-primers/",
            "is_bookmarked": false,
            "tags": [
                "open data",
                "primers",
                "science"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data Primers",
            "description": "An online handbook of Open Data Training Primers developed by the Mozilla Science Lab and their community members.  These primers are designed to read at your own pace and pick and choose the topics you want to read concerning open data.",
            "get_involved": "Would love feedback on the primers so far, as well as ideas and contributions for future modules.  Create an issue at the link below.",
            "get_involved_url": "https://github.com/mozillascience/open-data-training",
            "interest": "Lays out basics of open data for anyone interested in the topic and assumes no prior knowledge.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-12-20T19:15:05.909000Z",
            "moderation_state": 3
        },
        {
            "id": 49,
            "content_url": "http://offgridthegame.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "cybersecurity",
                "games",
                "hacking",
                "indie games",
                "infosec",
                "mozfest",
                "privacy",
                "security",
                "video games"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Off Grid",
            "description": "Ever wanted to explore data privacy, circumvention technology, and cyber security while playing a game? 'Off Grid' explores these themes through stealth and hacking mechanics and puzzles, and is fully moddable for players to tell their own stories around these important subjects.",
            "get_involved": "Help reaching interested audiences, communities, and technologists, who may be interested in modding or creating interesting plays on the game to tell more in depth stories around their area of expertise, or their cultural experience of the themes of privacy and security.",
            "get_involved_url": "http://offgridthegame.com",
            "interest": "Off Grid is a unique way to explore what can be abstract or opaque issues, and creates a platform for people to tell their own stories about privacy and security through modding the game to make their own levels.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/49.jpg",
            "created": "2016-10-27T18:41:03.581000Z",
            "moderation_state": 3
        },
        {
            "id": 43,
            "content_url": "http://everypolitician.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "data",
                "everypolitician",
                "gender",
                "legislatures",
                "mozfest",
                "parliament",
                "politicians"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "EveryPolitician",
            "description": "Data about every national legislature in the world, freely available for you to use. Current and historic data. Useful and consistent formats: CSV, JSON, code libraries. Growing all the time.",
            "get_involved": "Help us by: 1. playing at gender-balance.org    2. telling us about sources we've not got yet   3. using the data to do wonderful things",
            "get_involved_url": "",
            "interest": "We've got 71, 933 politicians from 233 countries (so far)... and growing. Useful for parliamentary monitoring orgs., civic tech coders, journalists, researchers, historians and... citizens!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/43.jpg",
            "created": "2016-10-28T22:15:23.076000Z",
            "moderation_state": 3
        },
        {
            "id": 47,
            "content_url": "http://stallcatchers.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "alzheimer's",
                "citizen science",
                "citsci4alz",
                "mozfest"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Stall Catchers",
            "description": "Stall Catchers is a brand new citizen science game. Looking at real blood vessel data you can help speed up the search for Alzheimer's treatments!",
            "get_involved": "People can help Alzheimer's research by participating in the game.",
            "get_involved_url": "",
            "interest": "Stall Catchers game empowers everyone to directly fight a disease that affects them, their loved ones and the society at large.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/47.png",
            "created": "2016-10-28T01:29:28.736000Z",
            "moderation_state": 3
        },
        {
            "id": 69,
            "content_url": "https://github.com/mozilla/thimble.mozilla.org/pull/1559",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Rad Contribution to Thimble",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It's a great example of a collaboration with a new contributor",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-06T21:50:55.827000Z",
            "moderation_state": 3
        },
        {
            "id": 59,
            "content_url": "https://github.com/goyalsid/phageParser",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "crispr",
                "hackathon",
                "mozfest",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "phageParser",
            "description": "A project to extract, analyze, and share CRISPR information from open genetic data.",
            "get_involved": "Read about the project and how you can contribute with code or documentation on the GitHub repo!",
            "get_involved_url": "https://github.com/goyalsid/phageParser/blob/master/README.md#where-can-i-get-involved",
            "interest": "CRISPR research is becoming increasingly popular, and through this project anyone can help make relevant information easier to find and use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/59.png",
            "created": "2016-10-26T20:14:25.341000Z",
            "moderation_state": 3
        },
        {
            "id": 33,
            "content_url": "https://www.crowdai.org/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest",
                "open leadership f16"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CrowdAI",
            "description": "CrowdSourcing the development of Artificial Intelligence - An open challenge platform for data science and Open Science",
            "get_involved": "Contribute code, ideas, suggestions",
            "get_involved_url": "https://github.com/crowdAI/crowdAI",
            "interest": "Open data challenges on the web give everyone around the world a shot at tackling difficult data problems. By providing their solutions openly, participants can rapidly learn the latest powerful techniques from each other.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/33.gif",
            "created": "2016-11-01T22:43:53.183000Z",
            "moderation_state": 3
        },
        {
            "id": 76,
            "content_url": "http://mozillascience.github.io/working-open-workshop/data_reuse/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "reuse",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your Data Can Live Forever: How to Plan for Data Reuse",
            "description": "This activity is designed to help you understand what someone outside your research project (or you in 5-10 years) would need to know about your data in order to build on your work.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/data_reuse",
            "interest": "Help writing a data reuse plan when you're using data",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:52:50.296000Z",
            "moderation_state": 3
        },
        {
            "id": 435,
            "content_url": "https://medium.com/@slehane/internet-health-as-common-knowledge-5fe1ec1e9815",
            "is_bookmarked": false,
            "tags": [
                "internet health",
                "libraries",
                "professional development",
                "web literacy leaders"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Design",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet Health as Common Knowledge",
            "description": "What would it look like if the concept of Internet Health were common knowledge?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-13_205535.9217480000.png",
            "created": "2017-09-13T20:55:35.921248Z",
            "moderation_state": 3
        },
        {
            "id": 339,
            "content_url": "https://github.com/LappleApple/feedmereadmes/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "feedmereadmes: A README help exchange",
            "description": "We aim to make READMEs clearer and more useful.",
            "get_involved": "Share your readme file with us to get feedback and collaboratively make suggestions on new ideas for this project.",
            "get_involved_url": "https://github.com/LappleApple/feedmereadmes/issues",
            "interest": "Project creators working in Github can place their work in a bigger context: why their work exists, what it does, what it doesn't do, etc.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_134939.1376270000.png",
            "created": "2017-06-01T13:49:39.137369Z",
            "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": 54,
            "content_url": "http://www.ektheater.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "artsaward",
                "education",
                "gaming",
                "mozfest",
                "multimedia",
                "performance",
                "theater"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Video Game Puppetry",
            "description": "See how EK Theater uses video games in their unique form of puppetry",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "EK Theater's work has been called \"an impressive feat of engineering, coordination, and storytelling\" by the New York Times. Learn their innovative techniques with director Eddie Kim!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/54.jpg",
            "created": "2016-10-26T21:13:29.374000Z",
            "moderation_state": 3
        },
        {
            "id": 72,
            "content_url": "http://mzl.la/hivesd924",
            "is_bookmarked": false,
            "tags": [
                "event",
                "gigabit community fund",
                "hive",
                "meetup"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Robert Friedman",
                    "profile_id": 4,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hive Austin's First Meetup",
            "description": "Hive ATX's first official meetup on 9/24: a Gigabit Fund info session, EdTech Demo, and networking event for educators, technologists and entrepreneurs interested in digital literacy and inclusion.",
            "get_involved": "We're looking for resources that support more inclusive practices in digital literacy education.",
            "get_involved_url": "",
            "interest": "MLN messaging in deck, event agenda and feedback survey; results: most participants came b/c they were invited by someone else, 100% wld recommend the event to a colleague & 92% wanted to attend a follow-up meetup in Nov/Dec.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-30T20:30:49.169000Z",
            "moderation_state": 3
        },
        {
            "id": 409,
            "content_url": "https://blandinonbroadband.org",
            "is_bookmarked": false,
            "tags": [
                "blandin",
                "blog",
                "broadband",
                "fiber",
                "funder",
                "isp",
                "wireless"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Robert Friedman",
            "submitter_profile_id": 4,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blandin on Broadband",
            "description": "Blandin on Broadband is maintained by the Broadband team members at the Blandin Foundation. Our goal is to share information that supports and promotes broadband access and use – especially in rural Minnesota.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Blandin on Broadband engages with Internet Health issues in rural Minnesota and their stories mirror the challenges and opportunities of communities all around the world.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-27_191803.0314360000.jpg",
            "created": "2017-07-27T19:18:03.031126Z",
            "moderation_state": 3
        },
        {
            "id": 136,
            "content_url": "http://cariboudigital.net/winners-losers-in-the-global-app-economy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Winners and Losers in the Global App Economy",
            "description": "A research report to look deeper at the global trends in app revenue flow, with a particularly lens on emerging markets.",
            "get_involved": "Read, use and share the report",
            "get_involved_url": "",
            "interest": "Research was supported by Mozilla Foundation, and maps to our goals around digital inclusion, and many other points in the Mozilla Mission.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-02-01T15:41:11.326000Z",
            "moderation_state": 3
        },
        {
            "id": 67,
            "content_url": "http://geojournalism.org/2015/02/create-immersive-photo-experiences-with-google-photo-sphere/",
            "is_bookmarked": false,
            "tags": [
                "3d",
                "hive",
                "photo"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Create Your Own Google Photosphere",
            "description": "Hive Chicago member Peggy Notebaert Nature Museum shared their use of photospheres with teens to create immersive 3-D images that empower Internet image creators.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Anyone who wants to use immersive, 360-degree images for place-based learning. Geojournalism.org (http://geojournalism.org/about/) is part of the portfolio of InfoAmazonia (http://infoamazonia.org/), a multidisciplinary team hosted in Brazil  working to create useful applications for environmental coverage. The online toolkit was created in partnership with Internews’ Earth Journalism Network (http://earthjournalism.net/) and the Flag It! Project (http://ecolab.oeco.org.br/projects/flagit/).",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:14:54.379000Z",
            "moderation_state": 3
        },
        {
            "id": 351,
            "content_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Brain Networks In Python",
            "description": "Brain Networks in Python is a project to make it easy to analyse neuroimaging data as a network.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/WhitakerLab/BrainNetworksInPython/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_224956.8232290000.png",
            "created": "2017-06-02T22:49:56.821365Z",
            "moderation_state": 3
        },
        {
            "id": 145,
            "content_url": "https://mozillascience.org/projects/mozillascience-software-discovery-dashboard",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Software Discovery Dashboard",
            "description": "We are creating an open source web dashboard capable of searching multiple code hosting services, such as Zenodo, Figshare, and GitHub, for the benefit of the research community.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozillascience/software-discovery-dashboard",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-04T23:17:18Z",
            "moderation_state": 3
        },
        {
            "id": 148,
            "content_url": "http://mozilla.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Biosurveillance using Social Media",
            "description": "A project to visualize social media data used in an early detection system for disease epidemics as they emerge.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-03T16:59:58Z",
            "moderation_state": 3
        },
        {
            "id": 66,
            "content_url": "http://inpoints.org/index.php/category/project-us-series/",
            "is_bookmarked": false,
            "tags": [
                "design",
                "fashion",
                "hive",
                "journalism",
                "music",
                "teen"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "PROject US",
            "description": "Inpoints (http://inpoints.org/) is proud to present a special series on PROject US, a fashion, music, and media program in Chicago – Learning to Make and Make It",
            "get_involved": "Learn more by visiting the Hive Chicago portfolio page.",
            "get_involved_url": "http://hivechicago.org/portfolio/project-us/",
            "interest": "PROjectUS (http://www.pro-jectus.org/) is an initiative for young adults between the ages of 13 – 23 designed to build fashion design, music production, and new media journalism skills.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-07T19:25:18.609000Z",
            "moderation_state": 3
        },
        {
            "id": 149,
            "content_url": "https://neurostars.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Neurostars.org",
            "description": "NeuroStars is an experiment to engage the neuroinformatics community in a question & answer site tailored to their subject area.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-02T12:46:51Z",
            "moderation_state": 3
        },
        {
            "id": 144,
            "content_url": "http://www.webmaker.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Webmaker Android",
            "description": "Webmaker enables people to discover, create, and share rich content from their mobile device.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozilla/webmaker-core/blob/develop/README.md",
            "interest": "It brings some of the web’s best features to a mobile app, going beyond a soundbite or photo filter enabling truly creative projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-23T06:13:56.720000Z",
            "moderation_state": 3
        }
    ]
}