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

**Route** - `/entries`

#Query Parameters -

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

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

{
    "count": 1761,
    "next": null,
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-get_involved&page=36",
    "results": [
        {
            "id": 879,
            "content_url": "http://www.theretohere.co.uk/There_to_Here/home.html",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Process Drawings",
            "description": "Molly has a physical, very material presence, inviting sensuous interaction.  Wherever, whatever you may be.  \n \nBased on Daniel Dennett’s model of mind, this collection of distributed hardware and processes operate as a single entity, without top-level executive control: producers sense external and internal stimuli and make information available; consumers feed on information sources, transform, output, share.  \n \nSo where does ‘self’ start and end?  What things (language, pencils, clamps, cameras, machine learning) do we appropriate as fully taken-for-granted extensions of self?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-23_171654.0264540000.jpg",
            "created": "2018-07-23T17:16:54.025881Z",
            "moderation_state": 3
        },
        {
            "id": 878,
            "content_url": "https://playthevoid.tumblr.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Play the Void",
            "description": "A virtual open project dedicated to basketball photos. The basketball is viewed as a continuous attempt to fill an empty space for an instant. Its essence consists of playfields in the suburbs, sometimes translated only into an iron hoop, far away from the world of high expectations and success of American elite colleges (and NBA). In these decentralized places, basketball becomes like the open internet: a democratizing tool showing people’s resilience and capacity to take over spaces, mechanisms, and eventually value systems in different creative ways and for the needs of local communities.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-23_170915.4456150000.jpg",
            "created": "2018-07-23T17:09:15.444961Z",
            "moderation_state": 3
        },
        {
            "id": 886,
            "content_url": "https://made-for-women.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Made for Women",
            "description": "Search Engine Artist Gretchen Andrew is interested in where language fails as a poetic part of painting’s the Raison D’être. Technology has a particularly hard time with nuance, relativity, and the gaps in language. The result often compresses human complexity into a caricature of itself that also ends up sexist, racist, intolerant of difference. In Made For Women, the artist uses her process of Internet Imperialism to replace the pink, fat-burning and anti-aging product-based search results with her paintings focused on making your own world as a woman as opposed to one not, “made for women.”",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-01_062540.1984950000.png",
            "created": "2018-08-01T06:25:40.197985Z",
            "moderation_state": 3
        },
        {
            "id": 890,
            "content_url": "https://www.sagasaga.xyz/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ways of Feeling",
            "description": "Ways of Feeling is a quest for the new set of emotions born from information technology. Until now images have mediated the relationship between individuals. Today, feelings overcome images; they set trends, induce behaviors, becoming the ultimate most valuable currency. \n\nFeelings are performed: like images, they could be untrustworthy and monetized. If images threatened the representation of reality, feelings are threatening truth itself. WOF invites to witness how images have not only become obsolete, but how feelings became top players whose truthfulness has to be constantly questioned.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-07_151926.1072830000.jpg",
            "created": "2018-08-07T15:19:26.106859Z",
            "moderation_state": 3
        },
        {
            "id": 897,
            "content_url": "http://ohi-science.org/",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "github",
                "open science",
                "rstudio"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Julia Stewart Lowndes",
            "submitter_profile_id": 1560,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ocean Health Index",
            "description": "The Ocean Health Index measures and tracks the benefits the ocean provides to people. By synthesizing the best available data and science, we provide ocean managers with meaningful scores to help them manage their oceans more sustainably. Open source coding and publishing tools lie at the foundation of our work and enable us to calculate reproducible and transparent ocean health scores annually, which are used by stakeholders worldwide. Our tools and training materials also empower 20 groups around the world to leverage our work and code for their own data sharing and ocean management.",
            "get_involved": "",
            "get_involved_url": "http://ohi-science.org/",
            "interest": "OHI is a visible example of science benefitting from open science. As a small team of marine scientists without formal computing training, we now code openly online, see: \"Our path to better science in less time using open data science tools\" (www.nature.com/articles/s41559-017-0160).",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-20_213748.1022300000.png",
            "created": "2018-08-20T21:37:48.101459Z",
            "moderation_state": 3
        },
        {
            "id": 907,
            "content_url": "https://www.migrationtrail.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Migration Trail",
            "description": "Migration Trail follows the journeys of two fictional characters: David, from Nigeria and Sarah, from Syria. Their stories are told via maps, data visualisation and social media, in real time over the course of ten days, as they set off from North Africa and Turkey, travelling over the sea, to and through Europe. It is based on true stories. You can follow their thoughts and responses along the way via their instant message feeds, either on the website or on your phone in Facebook messenger, to keep up with the story in real time, wherever you are. A podcast series explores the wider issues.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-28_064535.8163460000.png",
            "created": "2018-08-28T06:45:35.815490Z",
            "moderation_state": 3
        },
        {
            "id": 571,
            "content_url": "https://twitter.com/NishatFAhmed",
            "is_bookmarked": false,
            "tags": [
                "data collection",
                "data driven journalism",
                "data visualisation",
                "fake news",
                "mobile journalism",
                "verification"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "CityJourno",
            "submitter_profile_id": 259,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Journo",
            "description": "Interested in advancing local journalism, in a global way! Also strong focus on developing content and audiences in the developing world. #mojo (mobile journalism)  #ddj (data driven journalism) #dataviz (data visualisation) #fakenews #verification.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-12-18T22:56:50.827605Z",
            "moderation_state": 3
        },
        {
            "id": 549,
            "content_url": "https://mozilla.github.io/lean-data-practices-cso/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "data",
                "data collection",
                "data management",
                "data security",
                "NGOs",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Melissa Huerta",
            "submitter_profile_id": 61,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Melissa Huerta",
                    "profile_id": 61,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Lean Data Practices for Civil Society Organizations",
            "description": "Lean Data Practices is a framework for NGOs to manage their data collection and storage practices to increase trust and reduce risk. This list of questions and tips is meant to stimulate conversation and thought within organizations to review their data management.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Lean Data Practices can help organizations take clear steps to protecting their community's data, and individuals can think about their own data sharing practices.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-10_162618.8533410000.jpg",
            "created": "2017-11-09T20:38:19.371812Z",
            "moderation_state": 3
        },
        {
            "id": 992,
            "content_url": "https://opensourcediversity.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Jona Azizaj",
            "submitter_profile_id": 1864,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jona Azizaj",
                    "profile_id": 1864,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Source Diversity",
            "description": "For more diversity & inclusion in free & open source software communities 😊",
            "get_involved": "",
            "get_involved_url": "https://github.com/opensourcediversity",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-17_210940.4861480000.png",
            "created": "2019-01-17T21:09:40.485463Z",
            "moderation_state": 3
        },
        {
            "id": 910,
            "content_url": "http://torquetorque.net/publications/artists-rethinking-the-blockchain/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Artists Re:Thinking the Blockchain",
            "description": "Imagined as a future-artefact from a time before the blockchain changed the world, and a protocol by which a community of thinkers can transform what that future might be this is the first book of its kind, intersecting artistic, speculative, conceptual, and technical engagements with the technology heralded as “the new internet”. The book features a range of newly commissioned essays, fictions, illustration and art documentation exploring what the blockchain might mean for our collective futures.\n\nPUBLISHED BY: Furtherfield, Torque\nEds. Ruth Catlow, Marc Garrett, Nathan Jones, Sam Skinner",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-29_052841.9181690000.png",
            "created": "2018-08-29T05:28:41.917658Z",
            "moderation_state": 3
        },
        {
            "id": 906,
            "content_url": "https://medium.com/read-write-participate/in-chattanooga-pairing-access-with-literacy-6474405fc457",
            "is_bookmarked": false,
            "tags": [
                "nsf",
                "nsf-wins"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "NoogaNet",
            "description": "The NoogaNet project brings underserved neighborhoods online — and then teaches residents how the network infrastructure works",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-24_144214.2434420000.png",
            "created": "2018-08-24T14:42:14.242813Z",
            "moderation_state": 3
        },
        {
            "id": 917,
            "content_url": "http://www.fabriders.net/network-centric/",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "design thinking",
                "human centered design",
                "resources",
                "user centred design"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Dirk Slater",
            "submitter_profile_id": 1606,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Dirk Slater",
                    "profile_id": 1606,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Designing Network Centric Resources",
            "description": "Network-centric resources are people-powered and participatory resources that aim to maximise usage and engagement. They are developed through sharing ownership, enabling contribution and supporting collaboration. Those of us that are part of the tech and social change sector are driven by a need to change the world for the better and strive to share and exchange knowledge and skills. We develop resources with the aim of allowing communities and networks to use, modify and contribute back.",
            "get_involved": "",
            "get_involved_url": "http://www.fabriders.net/network-centric/",
            "interest": "This project aims to connect resource designers to share knowledge and lessons learned.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-10_125441.9255750000.png",
            "created": "2018-09-10T12:54:41.924808Z",
            "moderation_state": 3
        },
        {
            "id": 991,
            "content_url": "https://fosh-following-demand.github.io/en/about",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Free and Open-Source Hardware",
            "description": "Mozilla Fellow André Maia Chagas is building free and open-source hardware for scientists. Take the survey to help his research: http://ec2-3-17-144-2.us-east-2.compute.amazonaws.com/index.php/456854?newtest=Y&lang=en",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-16_173249.7054460000.png",
            "created": "2019-01-16T17:32:49.704800Z",
            "moderation_state": 3
        },
        {
            "id": 836,
            "content_url": "http://www.johnphilipsage.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "DATA DRAG",
            "description": "Data Drag’s aim is to perform as a bridge between Art+Data and Queering Mozfest, while acting as an open receptacle of cross-connected ideas and collaborative research-based critical thinking between different agents (Pia Pandelaki, Stephanie Ouillon, John Philip Sage). The theory of the quantified self will be explored through a queer lens where data collection will be considered as drag, that’s to say, the computational production of fictions of the self.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-07_100900.5317200000.jpg",
            "created": "2018-06-07T10:09:00.531027Z",
            "moderation_state": 3
        },
        {
            "id": 909,
            "content_url": "https://morethancode.cc",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Meghan McDermott",
            "submitter_profile_id": 292,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Maya Wagoner",
                    "profile_id": 1779,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "#MoreThanCode: Practitioners reimagine technology for justice & equity",
            "description": "Report recommends: Nothing About Us Without Us: Adopt Co-Design Methods & Concrete Community Accountability Mechanisms; From Silver Bullets to Useful Tools: Change the Narrative, Lead with Values, Recognize Multiple Frames & Terms Across the Ecosystem; #RealDiversityNumbers: Adopt proven strategies for diversity & inclusion; Developers, Developers, Developers? Recognize Different Roles & Expertise in Tech Work, Support Alternative Pathways to Participation; Coops, Collectives, & Networks, Oh My! Support Alternative Models Beyond Startups, Government Offices, and Incorporated Nonprofits",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Excellent field scan of conditions and opportunities that impact equity in technology",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-04_154424.3244100000.png",
            "created": "2018-08-28T21:54:50.159646Z",
            "moderation_state": 3
        },
        {
            "id": 1286,
            "content_url": "https://h5p.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "H5P",
            "description": "Create, share and reuse interactive HTML5 content in your browser",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_225050.4624610000.png",
            "created": "2019-08-01T22:50:50.445475Z",
            "moderation_state": 3
        },
        {
            "id": 934,
            "content_url": "https://foundation.mozilla.org/en/initiatives/responsible-cs/industry-support/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Letter: Putting Humanity at the Heart of Technical Education",
            "description": "\"We—founders, CEOs, technologists, investors and others who care deeply about the future of technology—add our names to those championing the many efforts to reinvent CS education. It is a critically important step in advancing the industry we care about so deeply, ensuring a healthy, thriving internet and securing a bright human future.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-12_125902.8193590000.png",
            "created": "2018-10-12T12:59:02.818959Z",
            "moderation_state": 3
        },
        {
            "id": 891,
            "content_url": "http://culture.theodi.org/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data as Culture",
            "description": "The Open Data Institute’s \"Data as Culture\" is an art programme that engages new and diverse audiences with work by artists who explore data critically and materially. Artworks have included a semi-sentient vending machine, data collection performances, photographs, networked artworks, pneumatic machines, live-coding performances and ‘stitch-hacked’ jumpers.\n\nArtist image credits (left to right): Any Twigger Holroyd, Julie Freeman, Ben Garrod, Natasha Caruana (detail), Ellie Harrison, Caitlin Foley, and Mischa Rabinovich (detail).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-10_111601.0380410000.png",
            "created": "2018-08-10T11:16:01.037429Z",
            "moderation_state": 3
        },
        {
            "id": 933,
            "content_url": "https://blog.mozilla.org/blog/2018/10/10/announcing-a-competition-for-ethics-in-computer-science-with-up-to-3-5-million-in-prizes/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Responsible Computer Science Challenge",
            "description": "The Responsible Computer Science Challenge — by Omidyar Network, Mozilla, Schmidt Futures, and Craig Newmark Philanthropies — calls on professors to integrate ethics into undergraduate computer science courses",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-10_132414.8427040000.jpg",
            "created": "2018-10-10T13:24:14.842025Z",
            "moderation_state": 3
        },
        {
            "id": 870,
            "content_url": "http://shujuxian.tumblr.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Shùjùxiàn: Drinking from the data line.",
            "description": "What happens if we hack our own visual data traces by replacing them with even more muddled data traces? Shùjùxiàn 數據線 is an ongoing art series that reflects on surveillance in China and the U.K through a set of gif artworks which have been built from a data grapevine of ’stickers’, or customised mp4 gifs that are shared widely amongst the 1 billion users of China’s WeChat app.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-25_154229.2094900000.jpg",
            "created": "2018-07-17T10:43:02.286164Z",
            "moderation_state": 3
        },
        {
            "id": 939,
            "content_url": "http://defindia.org/education-empowerment-2/#START",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "START",
            "description": "START is a digital learning and MIL toolkit, which has been developed after years of experience in imparting functional digital literacy through hands-on training and workshops in rural and tribal communities. It has been designed exclusively for first-generation technology users to promote digital inclusion and fight information poverty.",
            "get_involved": "",
            "get_involved_url": "https://twitter.com/OsamaManzar",
            "interest": "To understand how barriers of language can be broken when it comes to digital literacy",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-10-22T18:14:00.981509Z",
            "moderation_state": 3
        },
        {
            "id": 938,
            "content_url": "http://dcdpindia.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Local to Global: India's Rural Artisans Go Digital",
            "description": "DigiKargha, an initiative of DEF India, aims to support its traditional handloom and handicraft clusters of India in an effort to lead them towards maturity and sustainability through digital empowerment and socio-economic sustainability.\n\nDigiKargha primarily involve inclusive and decentralised use of Information Communication Technology (ICT) and other digital tools in critical aspects of cluster development, especially improving and scaling up weaving skills, designs, marketing and entrepreneurship, along with creating sustainable livelihood options for youth in the clusters.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To understand how rural India is transforming with the help of digital tools",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-22_180408.1028940000.JPG",
            "created": "2018-10-22T18:04:08.102181Z",
            "moderation_state": 3
        },
        {
            "id": 919,
            "content_url": "http://www.new-harvest.org",
            "is_bookmarked": false,
            "tags": [
                "bioinformatics",
                "biology",
                "computational biology",
                "engineering",
                "open access",
                "open hardware"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Kate Krueger",
            "submitter_profile_id": 1630,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kate Krueger",
                    "profile_id": 1630,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Research Director",
            "description": "I run a distributed team of scientists performing basic research in cellular agriculture - the use of cell cultures for food production. We are creating the field of cellular agriculture as an open research environment - our scientists publish in open journals and share their results at our conferences and in other public fora.",
            "get_involved": "",
            "get_involved_url": "https://www.new-harvest.org/contact",
            "interest": "It is interesting to see a new scientific discipline emerge openly.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-14_165233.7190450000.png",
            "created": "2018-09-14T16:52:33.718324Z",
            "moderation_state": 3
        },
        {
            "id": 944,
            "content_url": "https://talamoig.github.io/sketches/MozFest2018.html",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Illustrating MozFest",
            "description": "As part of the Art+Data experience, Ivano Talamo developed illustrative observations during the Mozilla Festival 2018. With an onsite live illustration practice, Ivano explored the overall event, creating digital drawings and then sharing them online. Here is a brief collection of some of the drawings created during the event, sided by some reflection from the illustrator himself.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-02_102101.0637120000.png",
            "created": "2018-11-02T10:21:01.063146Z",
            "moderation_state": 3
        },
        {
            "id": 946,
            "content_url": "https://blog.mozilla.org/blog/2018/10/24/keeping-ai-accountable-with-science-fiction-documentaries-and-doodles-plus-225000/",
            "is_bookmarked": false,
            "tags": [
                "cma2018",
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "Creative Media Award winners",
            "description": "Mozilla is announcing the seven recipients of its Creative Media Awards — projects that use art and advocacy to highlight the unintended consequences of artificial intelligence",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-02_152501.8680940000.png",
            "created": "2018-11-02T15:25:01.867748Z",
            "moderation_state": 3
        },
        {
            "id": 952,
            "content_url": "https://www.youtube.com/watch?v=cyEwbmYn7fA&index=7&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy, Identity, and Gender Online",
            "description": "Soudeh Rad, president of Feminist Spectrum, speaks at MozFest 2018. Feminist Spectrum is a Paris-based nonprofit working on gender equality and education.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163057.3538890000.jpg",
            "created": "2018-11-07T16:30:57.353362Z",
            "moderation_state": 3
        },
        {
            "id": 954,
            "content_url": "https://www.youtube.com/watch?v=baPF-sOXP24&index=5&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet’s Original Sin",
            "description": "Renee DiResta, Mozilla Fellow in Media, Misinformation and Trust, speaks at MozFest 2018. Renee investigates the spread of disinformation and manipulated narratives across social networks.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163324.4326360000.jpg",
            "created": "2018-11-07T16:33:24.432333Z",
            "moderation_state": 3
        },
        {
            "id": 955,
            "content_url": "https://www.youtube.com/watch?list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&v=sOieG7xvBNA",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The State of Privacy in Sub-Saharan Africa",
            "description": "Julie Owono, executive director of Internet Sans Frontières, speaks at MozFest 2018. Internet Sans Frontières protects human rights online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163417.4665010000.jpg",
            "created": "2018-11-07T16:34:17.466180Z",
            "moderation_state": 3
        },
        {
            "id": 1278,
            "content_url": "https://groundhog-chinchilla-78ef.squarespace.com/about",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Heather Stone",
            "submitter_profile_id": 1648,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Heather Stone",
                    "profile_id": 1648,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "VRStoryGram",
            "description": "VRStorygram creates an inclusive community where people from around the world and even next door easily make connections about the changing environment. Community voices become world voices through the sharing of the effects of local environmental changes using virtual reality as a vehicle to promote activism.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_215244.2261060000.png",
            "created": "2019-08-01T21:52:44.213199Z",
            "moderation_state": 3
        },
        {
            "id": 1287,
            "content_url": "https://godotengine.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Godot Engine",
            "description": "Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.  Godot is completely free and open-source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_225437.4408590000.png",
            "created": "2019-08-01T22:54:37.422747Z",
            "moderation_state": 3
        },
        {
            "id": 1307,
            "content_url": "https://github.com/Miserlou/Zappa",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2017"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Zappa",
            "description": "Python's serverless framework",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_042545.2056310000.png",
            "created": "2019-08-02T04:25:45.183765Z",
            "moderation_state": 3
        },
        {
            "id": 949,
            "content_url": "https://www.youtube.com/watch?v=elfSzMATcB4&index=10&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd",
                "5yearsdand"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tim Berners-Lee on His Latest Work",
            "description": "Sir Tim Berners-Lee, who invented the web in 1989, speaks at MozFest 2018. Tim is the founder and director of the World Wide Web Foundation and a professor at Massachusetts Institute of Technology and at Oxford University. He is co-founder and CTO of the newly launched company inrupt, that’s helping to fuel the success of Solid, the technically potent open-source platform built to decentralize the web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192412.7372290000.jpg",
            "created": "2018-11-07T16:26:44.923534Z",
            "moderation_state": 3
        },
        {
            "id": 958,
            "content_url": "https://www.youtube.com/watch?v=503Yup0wpIk&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=1",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "AI’s Collateral Damage",
            "description": "Silicon Valley, Washington, DC, Beijing and other power centers are in an AI arms race. What does this mean for human rights and the centralization of power?\n\nThis panel from MozFest 2018 features Mozilla Fellow Camille Francois; AlgoTransparency founder Guillaume Chaslot; Social Science Research Council president Alondra Nelson; and author and former FBI special agent Clinton Watts.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163808.7763850000.jpg",
            "created": "2018-11-07T16:38:08.775849Z",
            "moderation_state": 3
        }
    ]
}