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_url&page=31
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-get_involved_url&page=32",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-get_involved_url&page=30",
    "results": [
        {
            "id": 845,
            "content_url": "https://medium.com/read-write-participate/the-internet-and-you-us-43766a1a83ca",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog | The Internet and You. Us.",
            "description": "Mozilla Fellow Linet Kwamboka reflects on her recent work, and what's ahead",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_143851.3990800000.png",
            "created": "2018-06-22T14:38:51.398738Z",
            "moderation_state": 3
        },
        {
            "id": 721,
            "content_url": "http://www.estherrolinson.co.uk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Flown Drawings",
            "description": "This is a series of drawings that relate to the work ‘Flown’, a programmed light installation developedthrough drawing. The Flown images show some of the process involved in its conceptualdevelopment and practical construction. They range from quickly drawn sketches to detailedworks made over a number of months.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_102005.7103720000.jpg",
            "created": "2018-04-24T10:20:05.709777Z",
            "moderation_state": 3
        },
        {
            "id": 829,
            "content_url": "https://medium.com/@cnh108/we-hope-the-facebook-cambridge-analytica-scandal-will-improve-privacy-protections-but-could-the-a1ef9a246afb",
            "is_bookmarked": false,
            "tags": [
                "antitrust",
                "competition",
                "decentralization",
                "facebook"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Caroline Holland",
            "submitter_profile_id": 338,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Facebook/Cambridge Analytica Scandal and Competition",
            "description": "Facebook has taken several affirmative steps to address its policies related to application programming interfaces, known as APIs. Many of these changes are long overdue safeguards. But for others that could impact competition, it is critical that the Department of Justice (DOJ) and Federal Trade Commission (FTC) take a close look to make sure they are not the wolf of anticompetitive behavior — used to shut out potential competitors — hiding under the sheep’s clothing of privacy and data security.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-05-14T16:11:43.667588Z",
            "moderation_state": 3
        },
        {
            "id": 447,
            "content_url": "https://www.youtube.com/watch?v=PsjunTAH-2A",
            "is_bookmarked": false,
            "tags": [
                "film",
                "iot",
                "openiotstudio"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Our Friends Electric | A Short Film by Superflux and Mozilla",
            "description": "What is the future of virtual assistants and artificial intelligence? Meet virtual assistants that grow with you, AI that speaks on your behalf, and a philosophically-minded companion that accidentally orders 2,000 pounds of organic horse manure. A film by Superflux and Mozilla. Officially premiered at the London Digital Design Weekend at the V&A museum on Saturday, September 23, 2017.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-27_131030.3577050000.png",
            "created": "2017-09-27T13:10:30.357130Z",
            "moderation_state": 3
        },
        {
            "id": 1285,
            "content_url": "https://osmocom.org/projects/cellular-infrastructure",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Osmocom",
            "description": "This is a group of Osmocom programs implementing cellular network infrastructure components for GSM, GPRS, EDGE, UMTS, HSPA, LTE and their associated interfaces and protocol stacks.  This includes components for classic circuit-switched GSM",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-08-01T22:47:46.818096Z",
            "moderation_state": 3
        },
        {
            "id": 846,
            "content_url": "https://medium.com/read-write-participate/protecting-competition-in-the-digital-ecosystem-and-exploring-the-future-of-antitrust-80ad39f6df69",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog | Protecting Competition in the Digital Ecosystem",
            "description": "Mozilla Fellow Caroline Holland reflects on her recent work",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_143940.8411880000.png",
            "created": "2018-06-22T14:39:40.840534Z",
            "moderation_state": 3
        },
        {
            "id": 847,
            "content_url": "http://www.alistairmcclymont.com",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Leap Second",
            "description": "Leap Second is a series of artworks showing the 25 leap seconds that have been added to our time so far. Leap seconds are added occasionally due to the earth gradually slowing down, primarily due to the tides. This slowing can not be predicted, but its effect means our time gradually goes out of sync with the position of the sun. This artwork will continue to grow with each added leap second.\n\nEach leap second shows the time in Unix Time: www.alistairmcclymont.com/artwork/unix-time",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-22_162932.1819780000.png",
            "created": "2018-06-22T16:29:32.181458Z",
            "moderation_state": 3
        },
        {
            "id": 830,
            "content_url": "https://issuu.com/helloqs/docs/future_of_human_ecologies_digital",
            "is_bookmarked": false,
            "tags": [
                "india",
                "unbox"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Jon Rogers",
            "submitter_profile_id": 1435,
            "bookmark_count": 4,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                },
                {
                    "name": "Jon Rogers",
                    "profile_id": 1435,
                    "is_active": true
                },
                {
                    "name": "Sarah Allen",
                    "profile_id": 89,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Unbox publication: Future of Human Ecologies",
            "description": "Mozilla’s Sarah Allen, Jon Rogers and Martin Skelly with Shannon Dosemagen (Public Labs) and Pete Thomas (University of Dundee) collaborobrated with Babitha George and the Quicksand team as part of an Unbox event in Bangalore.  You can read more about it in the book Quicksand created. It  aims  to  start different conversations about the role of technology in our society, and about how we want to navigate being human in a digital world.  The event was in partnership with Quicksand, Mozilla Foundation, Design Academy Eindhoven and Lowe's Innovation Lab.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Find out about how we can explore the future of the internet through design research.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-16_122132.2421820000.png",
            "created": "2018-05-16T12:21:32.241599Z",
            "moderation_state": 3
        },
        {
            "id": 838,
            "content_url": "http://www.jaimus.co.uk/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet-Digital-Magazines",
            "description": "This body of work looks at reforming hyper-functional objects and reducing them to their simplest form where function is the key element. In the digital age products are often made to serve multiple purposes, however by reducing an object to be monofunctional it purely exists as a solid object with a single function. The material choice of reclaimed wood emphasises as it is often perceived to be a mundane material.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-07_134532.6500560000.jpg",
            "created": "2018-06-07T13:45:32.649457Z",
            "moderation_state": 3
        },
        {
            "id": 837,
            "content_url": "http://www.jaimus.co.uk/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Form Follows Function",
            "description": "This body of work looks at reforming hyper-functional objects and reducing them to their simplest form where function is the key element. In the digital age products are often made to serve multiple purposes, however by reducing an object to be monofunctional it purely exists as a solid object with a single function. The material choice of reclaimed wood emphasises as it is often perceived to be a mundane material.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-07_134412.4077990000.jpg",
            "created": "2018-06-07T13:44:12.407241Z",
            "moderation_state": 3
        },
        {
            "id": 438,
            "content_url": "https://github.com/openiotstudio/general/raw/master/publications/DING%20magazine/issue1_DING_craft.pdf",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "craft",
                "DING",
                "iot",
                "magazine",
                "openiotstudio",
                "print"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                },
                {
                    "name": "Solana Larsen",
                    "profile_id": 81,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DING: A magazine about the internet and things. #1 AUTUMN 2017",
            "description": "Welcome to the first issue of DING, a magazine about the Internet and things. We founded this magazine because we saw a gap in the practice of slow, considered making and the breakneck speed of technology. We wanted to anthologize the sprawling online conversations and provide a place of reflection for people interested\nin crafting technology in more responsible ways. It is our place of refuge to discuss internet health and emerging technologies - slowly, sustainably and in print.\n\nOur inaugural issue focuses on craft.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "An in-depth look at how craft might help us understand decentralization.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-18_143946.8096300000.png",
            "created": "2017-09-18T14:39:46.809252Z",
            "moderation_state": 3
        },
        {
            "id": 839,
            "content_url": "https://talamoig.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The New Explorer",
            "description": "What does it mean to explore nowadays? Do we explore the unknown or we simply visit the known?\nIs it even possible to still discover the unknown, the not mapped?\n\nDoes the web help in discovering the unexpected, in finding the surprise, or does it just reinforce who we already are, know, and keep us framed within a given perspective?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-11_074955.1597280000.jpg",
            "created": "2018-06-11T07:49:55.158837Z",
            "moderation_state": 3
        },
        {
            "id": 848,
            "content_url": "https://virtualcampfi.re",
            "is_bookmarked": false,
            "tags": [
                "anthropology",
                "digital ethnography",
                "digital literacy",
                "facebook",
                "social networking",
                "user research"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jenny Ryan",
            "submitter_profile_id": 497,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Jenny Ryan",
                    "profile_id": 497,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Virtual Campfire: An Ethnography of Online Social Networking",
            "description": "Based on 5 years of participant-observation on MySpace, Facebook, and Tribe.net, The Virtual Campfire explores the increasingly blurred boundaries between human and machine, public and private, voyeurism and exhibitionism, the history of media and our digitized future. Woven throughout are the stories and experiences of those who engage with these sites regularly and ritualistically, the generation of \"digital natives\" whose tales attest to the often strange and uncomfortable ways online social networking sites have come to be embedded in the everyday lives of American youth.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "digital ethnography of online social networking, based in research conducted from 2003-2007",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-06-25T10:23:56.976403Z",
            "moderation_state": 3
        },
        {
            "id": 840,
            "content_url": "https://www.instagram.com/chrissypcdesigns/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Encoded Object",
            "description": "Digital materiality? An exploration of a USB flash-drive (as a data-sharing concept), experimenting with the physicality of the object, deconstructing it. Then, part of the content (a 15.2MB section of a song) is converted into binary and then coded into strings of RGB colours. The idea is to rendering visible the invisible and to understand digital memory/storage within physical data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-11_141952.0626220000.jpg",
            "created": "2018-06-11T14:19:52.061989Z",
            "moderation_state": 3
        },
        {
            "id": 842,
            "content_url": "http://www.sara-kaiser.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": "Liminal",
            "description": "Liminal offers a context to explore the consequences that extended lifespans may have on society. Participants discuss ideas contradicting their own on life extension. Throughout the experience they enact a role with the help of audio and visual guidance,  triggering thinking beyond the boundaries of their own lives. The interactive performance allows a multi-faceted discussion to develop to build empathy for different points of view. By leaving the conventional debate form, an alternative method of discussion is offered, one that is explorative, playful and in depth.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-20_162529.0110960000.jpg",
            "created": "2018-06-20T16:25:29.010521Z",
            "moderation_state": 3
        },
        {
            "id": 841,
            "content_url": "https://talamoig.github.io/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Illustrating the Moz Experience",
            "description": "Illustration, Web-Technology, Documentary. With this residency during MozFest 2018, Ivano Talamo develops a variety of illustrative observations during the festival. The designed outputs are created live with a digital tablet onsite, uploaded and shared live online. The project has a documentary feel with a pattern of fine art reflective observations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-20_162221.8992190000.jpg",
            "created": "2018-06-20T16:22:21.898786Z",
            "moderation_state": 3
        },
        {
            "id": 433,
            "content_url": "https://blog.mozilla.org/blog/2017/09/13/mozilla-announces-15-new-fellows-science-advocacy-media/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Announces 15 New Fellows",
            "description": "These technologists, researchers, activists, and artists will spend the next 10 months making the Internet a better place",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-13_131236.5468940000.jpg",
            "created": "2017-09-13T13:12:36.546367Z",
            "moderation_state": 3
        },
        {
            "id": 1288,
            "content_url": "https://codemirror.net/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "CodeMirror",
            "description": "CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_225741.2725830000.png",
            "created": "2019-08-01T22:57:41.253758Z",
            "moderation_state": 3
        },
        {
            "id": 852,
            "content_url": "http://smeech.co.uk/",
            "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": "The Knitted Ebook",
            "description": "The Knitted eBook is both a large scale knitted banner created with library users and knitting groups, and a publication which documents the process and the designs developed.\n\nTogether we explored ways in which books can be ‘digitised’ and knitted, through binary encryption, figurative pixel art, and scanning actual books to be translated to bitmap images. Over 50 participants created machine-knitted works in response to their chosen books. The final pieces were then stitched together to create a giant banner.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_181125.7500830000.jpg",
            "created": "2018-06-25T18:11:25.749726Z",
            "moderation_state": 3
        },
        {
            "id": 851,
            "content_url": "https://jackwarne.cargocollective.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Trouser 001",
            "description": "Born of a frustration by design and digital multimedia culture. Trouser 001 is Inspired by an every-day encounter with an artisan painter on the tube. Consisting of a pair of found decorator’s pants, by re-contextualizing and re-purposing these utilitarian tools for a public audience, and presenting them in an undetermined state, Trouser 001 signifies the desire to push the audience to look beyond a facile acceptance of digital culture towards a more harmonious synthesis of past and present.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_180723.0924280000.jpg",
            "created": "2018-06-25T18:07:23.091869Z",
            "moderation_state": 3
        },
        {
            "id": 926,
            "content_url": "https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3000014",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "André Maia Chagas",
                    "profile_id": 1550,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The case for open scientific hardware",
            "description": "Here, a case is made for the use of free open source hardware in research and education, including countries and institutions where funds were never the biggest problem.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-28_131538.4390150000.png",
            "created": "2018-09-28T13:15:38.438487Z",
            "moderation_state": 3
        },
        {
            "id": 854,
            "content_url": "http://www.xujenna.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": "Speak, (Random Access) Memory",
            "description": "Can mood be quantified? \nCan metrics meaningfully describe mental states?\nCan an invasive and vaguely dehumanizing amount of data allow a machine to detect, predict, and even prevent the onset of depression? \nSpeak, (Random Access) Memory is a tentative and partial visualization of the data collected in the pursuit of answers to those questions.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-25_190933.5652290000.png",
            "created": "2018-06-25T19:09:33.564685Z",
            "moderation_state": 3
        },
        {
            "id": 925,
            "content_url": "https://blog.mozilla.org/blog/2018/09/25/1-6-million-to-connect-unconnected-americans-our-nsf-wins-competition-grand-prize-winners/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "NSF-WINS Grand Prize Winners",
            "description": "After months of prototyping and judging, Mozilla and the National Science Foundation are fueling the best and brightest ideas for bringing more Americans online",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-25_112422.4038710000.jpg",
            "created": "2018-09-25T11:24:22.403572Z",
            "moderation_state": 3
        },
        {
            "id": 951,
            "content_url": "https://www.youtube.com/watch?v=jrZD6eK-fRw&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=8",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data and Digital Rights in Asia",
            "description": "Amba Kak, polict advisor at Mozilla, speaks at MozFest 2018. Amba focuses on privacy, net neutrality and free speech in India.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_162939.9669080000.jpg",
            "created": "2018-11-07T16:29:39.966524Z",
            "moderation_state": 3
        },
        {
            "id": 858,
            "content_url": "https://tacticaltech.org/news/data-detox-kit/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "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": "Data Detox",
            "description": "The Data Detox Kit is an 8-day step-by-step guide on how to reduce data traces online. Each day has a different focus - from cleaning up your apps, to social media, to your phone's connectivity - informing you of the data processes, walking you through some changes you can make, and giving you a small challenge at the end of each day.\n\nThe Data Detox Kit was originally produced as a printed toolkit for The Glass Room NYC and was later adapted for the The Glass Room London. It is presented by Mozilla, with concept and content by Tactical Tech.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_064853.6926080000.png",
            "created": "2018-06-26T06:48:53.692050Z",
            "moderation_state": 3
        },
        {
            "id": 857,
            "content_url": "https://www.paolocirio.net/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Aesthetics of Information Ethics",
            "description": "Visually exploring the issue of a private and secure web, this installation and open artistic residency brings a conceptual and provoking discussion around voting. With ten transparent boxes and ten questions to answer to, the installation brings a dynamic discussion for the participants, allowing in-depth critical thinking around certain issues of privacy&security. There is an hacktivist and conceptual vibe in this work, and connects on the wider practice of the artist using publicly available online information to raise awareness for social justice issues.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_064714.2171420000.png",
            "created": "2018-06-26T06:47:14.216538Z",
            "moderation_state": 3
        },
        {
            "id": 856,
            "content_url": "http://www.archanaprasad.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "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": "The ADAO Bank Booth",
            "description": "Actualizing the concept of a decentralized Internet, The ADOA Bank Booth installation offers an open and active artistic installation at MozFest 2017.  Collaborating with Sean Blagsvedt, the installation-performance takes the form of a bank exploring the cryptocurrency world. The work brings an active public participation to its flow of making, discussing decentralization and questioning different ways of thinking about art, design, technology and community.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_064246.3819320000.png",
            "created": "2018-06-26T06:42:46.381383Z",
            "moderation_state": 3
        },
        {
            "id": 855,
            "content_url": "https://about.me/anxiaostudio",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Meme Lab",
            "description": "Artist Residency at MozFest 2017. An open studio lab-installation and workshop exploring meme culture in both its online and offline manifestations. The development and engagement links with street art, remix and performance cultures, inviting visitors to see the process, create and build-up thoughtful meme interpretations also based on social action, political voices, critical thinking.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_063809.0589150000.png",
            "created": "2018-06-26T06:38:09.058496Z",
            "moderation_state": 3
        },
        {
            "id": 880,
            "content_url": "http://aanonymes.hotglue.me/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Avatars Anonymes",
            "description": "Our project aims to show parts of your identities that have never been revealed yet. We propose creative interventions where your online version will have the opportunity to express through different languages, as a fragment of yourself. It may sounds easy, however what is at stake is to create a safe space where any feeling and sensation toward gender performance, sexual orientation, and race oppression can be shared. The outcome of these discussions will be materialized by drawings (such as mind drawing, mind-mapping and other shape yet to be invented).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-23_172457.5054800000.png",
            "created": "2018-07-23T17:24:57.505184Z",
            "moderation_state": 3
        },
        {
            "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": 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": 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": 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": 936,
            "content_url": "https://www.alliedmedia.org/peoples-ai",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "data",
                "machine learning"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 11,
            "related_creators": [],
            "entry_type": "base",
            "title": "A People's Guide to Artificial Intelligence",
            "description": "A People’s Guide to AI is a comprehensive beginner's guide to understanding AI and other data-driven tech. The guide uses a popular education approach to explore and explain AI-based technologies so that everyone—from youth to seniors, and from non-techies to experts—has the chance to think critically about the kinds of futures automated technologies can bring.",
            "get_involved": "Share the guide, organize a discussion, push everyone's understand further.",
            "get_involved_url": "",
            "interest": "The mission of A People’s Guide to AI is to open up conversation around AI by demystifying, situating, and shifting the narrative about what types of use cases AI can have for everyday people.",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-15_152229.6155370000.png",
            "created": "2018-10-15T15:22:29.614867Z",
            "moderation_state": 3
        },
        {
            "id": 977,
            "content_url": "https://github.com/barbarogenius/LGCPS",
            "is_bookmarked": false,
            "tags": [
                "art",
                "design",
                "FLOSS"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Larisa Blazic",
            "submitter_profile_id": 1867,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Larisa Blazic",
                    "profile_id": 1867,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Libre Graphics Community Print Shoppe",
            "description": "Micro hackspace that promotes Free software culture and practice.\n Totally hypothetical at the moment.",
            "get_involved": "More soon.",
            "get_involved_url": "",
            "interest": "Apreciation of Free sopftware for graphics",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-17_181620.3380870000.png",
            "created": "2018-12-17T18:16:20.337114Z",
            "moderation_state": 3
        }
    ]
}