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

**Route** - `/entries`

#Query Parameters -

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

GET /api/pulse/v2/entries/?format=api&ordering=-interest&page=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=-interest&page=32",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-interest&page=30",
    "results": [
        {
            "id": 397,
            "content_url": "http://cra.org/ccc/wp-content/uploads/sites/2/2016/04/AI-for-Social-Good-Workshop-Report.pdf",
            "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": "Artificial Intelligence for Social Good",
            "description": "There has been a dramatically increasing interest in Artificial Intelligence (AI) in recent years. AI has been successfully applied to societal challenges, and has the potential to provide further social good in the future. This report—produced on the heels of an AAAI and CCC workshop—explores the potential use of AI for social good, from urban computing and health to environmental sustainability and public welfare.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-28_135914.5670850000.png",
            "created": "2017-06-28T13:59:14.566366Z",
            "moderation_state": 3
        },
        {
            "id": 700,
            "content_url": "https://blog.mozilla.org/blog/2018/04/23/new-mozilla-poll-support-for-net-neutrality-grows-as-trust-in-isps-dips/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "New Mozilla Poll: Support for Net Neutrality Grows, Trust in ISPs Dips",
            "description": "Mozilla is publishing results from a nationwide poll that reveals where Americans stand on the issue. Our survey reinforces what grassroots action has already demonstrated: The repeal contradicts most Americans’ wishes. The nation wants strong net neutrality rules.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-23_135929.6403490000.jpg",
            "created": "2018-04-23T13:59:29.639687Z",
            "moderation_state": 3
        },
        {
            "id": 1783,
            "content_url": "https://foundation.mozilla.org/en/blog/step-inside-someone-elses-youtube-bubble/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Step Inside Someone Else’s YouTube Bubble",
            "description": "Introducing TheirTube, a Mozilla Creative Media Award recipient created by Tomo Kihara.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-29_144116.7650090000.png",
            "created": "2020-07-29T14:41:16.764513Z",
            "moderation_state": 3
        },
        {
            "id": 658,
            "content_url": "https://blog.mozilla.org/internetcitizen/2018/03/23/rebecca-ricks-documenting-corporate-surveillance/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Rebecca Ricks: Documenting corporate surveillance",
            "description": "Mozilla works to educate people about digital surveillance, data collection and the implications to their private lives once data is collected, but there is always more to do. As a mission-driven not-for-profit, Mozilla also supports people who are helping build a more ​humane​ ​digital​ ​world — people like Rebecca Ricks, a Ford-Mozilla Fellow hosted at Human Rights Watch. Ricks is researching corporate governance around data collection and the new reality that corporate surveillance is something we all need to be smarter about.",
            "get_involved": "",
            "get_involved_url": "https://blog.mozilla.org/internetcitizen/2018/03/23/rebecca-ricks-documenting-corporate-surveillance/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025715.1061050000.jpg",
            "created": "2018-03-27T16:55:05.094046Z",
            "moderation_state": 3
        },
        {
            "id": 723,
            "content_url": "https://www.hansikajethnani.co.uk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dissipate",
            "description": "Dissipate is a series of work that explores a long-distance technology dependent relationship the artist was once in. Her ex- boyfriend broke up with her over a WhatsApp conversation– given the circumstances, breaking up in person would have been impossible, and so it happened over a cyberspace of floating words instead.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_102314.7786220000.jpg",
            "created": "2018-04-24T10:23:14.778043Z",
            "moderation_state": 3
        },
        {
            "id": 739,
            "content_url": "https://www.melaniek.co.uk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "Earth",
            "description": "The project uses cutting edge Hubble / NASA images that are found using the web. Theseimages are printed using the nineteenth century technique of photogravure.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_105603.4405390000.jpg",
            "created": "2018-04-24T10:56:03.439972Z",
            "moderation_state": 3
        },
        {
            "id": 568,
            "content_url": "http://shona-d.blogspot.com/2017/12/from-this-day-forwardi-vow.html",
            "is_bookmarked": false,
            "tags": [
                "#MozFest"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Lashona Dickerson",
            "submitter_profile_id": 237,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lashona Dickerson",
                    "profile_id": 237,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "From This Day Forward...I Vow",
            "description": "MozFest was a time of professional rejuvenation. A time to unite with collaborate, connect, and commit to a healthy and open internet.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-12-12T04:44:16.091887Z",
            "moderation_state": 3
        },
        {
            "id": 660,
            "content_url": "https://medium.com/@anmechung/launching-mozillas-core-web-literacy-curriculum-and-badges-b70e20a81542",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "digital badges",
                "digital literacy",
                "libraries",
                "open internet"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "An-Me Chung",
                    "profile_id": 77,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Launching Mozilla’s Core Web Literacy Curriculum and Digital Badges",
            "description": "Today, we are launching Mozilla’s Core Web Literacy Curriculum and digital badges through Digitalme to provide learners with basic competencies of how to read, write, and participate on the web.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/opportunity/web-literacy/core-curriculum/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-29_201054.6150460000.jpg",
            "created": "2018-03-29T20:10:54.614225Z",
            "moderation_state": 3
        },
        {
            "id": 2201,
            "content_url": "https://2020.internethealthreport.org/#stories",
            "is_bookmarked": false,
            "tags": [
                "mbmfihr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "What Can Be Done?",
            "description": "Mozilla's Insights team asked 100+ people to share a healthy and unhealthy moment for the internet around the world in 2020.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_222550.4209520000.png",
            "created": "2021-07-07T22:25:50.420633Z",
            "moderation_state": 3
        },
        {
            "id": 896,
            "content_url": "http://www.ireneposch.net/",
            "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": "Needlework Probes",
            "description": "The set of tools presented adapts traditional needlework tools to integrate technology into new everyday life settings, addressing computational technologies becoming ubiquitous, connecting new settings, new functions and new materials.\n\nAs tools, they functionally enable an integrated electronic and textile making process. More broadly, they are a tangible provocation to assumptions about what crafts, and indeed technologies, they enable, how, and for whom.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-20_132305.1390410000.jpg",
            "created": "2018-08-20T13:23:05.138319Z",
            "moderation_state": 3
        },
        {
            "id": 912,
            "content_url": "https://medium.com/read-write-participate/building-a-healthier-internet-locally-4042157abe83",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Building a Healthier Internet, Locally",
            "description": "This August, Mozilla Gigabit Community Fund grantees gathered in Mountain View, CA to swap ideas and share stories",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-31_134511.2381910000.png",
            "created": "2018-08-31T13:45:11.237508Z",
            "moderation_state": 3
        },
        {
            "id": 928,
            "content_url": "https://medium.com/read-write-participate/looking-back-and-moving-forward-mozilla-and-internet-health-3649bf834c94",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog | Looking Back, and Moving Forward: Mozilla and Internet Health",
            "description": "Mozilla Executive Director Mark Surman reflects on the org's latest evaluation report",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-03_134322.4735660000.jpg",
            "created": "2018-10-03T13:43:22.473102Z",
            "moderation_state": 3
        },
        {
            "id": 716,
            "content_url": "https://www.bobbicknell-knight.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Utopian Realism",
            "description": "A work considering the over-utilization of technology and the screen in relation tothe organisations that control and monitor the internet in order to facilitate the first worldneeds of the average consumer.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_100915.4675230000.jpg",
            "created": "2018-04-24T10:09:15.466359Z",
            "moderation_state": 3
        },
        {
            "id": 740,
            "content_url": "https://minn.io",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "You Look Familiar",
            "description": "What happens to privacy when tracking incorporates the intrinsic properties of a person?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_105710.5784990000.jpg",
            "created": "2018-04-24T10:57:10.577711Z",
            "moderation_state": 3
        },
        {
            "id": 725,
            "content_url": "http://www.vanleeuwenbrothers.com",
            "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": "Autonomous Network Architecture: The Discussions",
            "description": "In art and technology panel discussions are common. In these panels critics, experts and other relevant parties discuss their ideas and levy their reputations. Three light-sculptures inAutonomous Network Architecture show 3 chatbots who play the role of an artists/hacker (autonomy), the telco (network) and the architect/engineer (architecture).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_102633.0304040000.jpg",
            "created": "2018-04-24T10:26:33.029692Z",
            "moderation_state": 3
        },
        {
            "id": 610,
            "content_url": "https://www.facebook.com/riseupasone/videos/1486817828101991/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Brett Gaylor",
            "submitter_profile_id": 43,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Hacked Baby Monitor",
            "description": "\"All of a sudden I heard the video camera move.\"A hacker controlled this mother's baby monitor—while she was breastfeeding topless.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_172143.2455580000.jpg",
            "created": "2018-03-01T01:07:01.757574Z",
            "moderation_state": 3
        },
        {
            "id": 675,
            "content_url": "https://qz.com/1245876/facebook-cambridge-analytica-scandal-heralds-better-data-privacy-in-nigeria-kenya-other-african-countries/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Essay | Facebook, Cambridge Analytica, and Africa",
            "description": "Mozilla Fellow Linet Kwamboka writes about Facebook, Cambridge Analytica, and Africa for Quartz.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-05_184955.7206080000.png",
            "created": "2018-04-05T18:49:55.719951Z",
            "moderation_state": 3
        },
        {
            "id": 887,
            "content_url": "https://www.npr.org/2018/07/30/629800775/some-amazon-reviews-are-too-good-to-be-believed-theyre-paid-for",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Interview | Misinformation and Amazon reviews",
            "description": "Mozilla Fellow Renee DiResta speakes with NPR about misinformation on Amazon",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-03_122502.9152060000.png",
            "created": "2018-08-03T12:25:02.914293Z",
            "moderation_state": 3
        },
        {
            "id": 731,
            "content_url": "http://www.luckysoap.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "Notes Very Necessary",
            "description": "Notes Very Necessary is a collaboratively authored web-based multi-media essay that addresses climate change by appropriating and remixing images, texts, and data generated by centuries of imperialist, colonialist, capitalist, and scientific exploration in the Arctic.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_104145.1190370000.jpg",
            "created": "2018-04-24T10:41:45.118414Z",
            "moderation_state": 3
        },
        {
            "id": 665,
            "content_url": "https://blog.mozilla.org/blog/2018/04/02/announcing-280000-creative-gigabit-projects-across-u-s/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing $280,000 for Creative Gigabit Projects Across the U.S.",
            "description": "Mozilla is supporting 14 tech-for-good initiatives in Oregon, Texas, Tennessee, and beyond",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_151532.6068750000.png",
            "created": "2018-04-02T15:15:32.606416Z",
            "moderation_state": 3
        },
        {
            "id": 666,
            "content_url": "https://medium.com/read-write-participate/immersing-students-in-science-and-local-history-with-vr-3597ba2c24da",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Virtual Reality Ecoliteracy Curriculum",
            "description": "Virtual Reality Ecoliteracy Curriculum uses VR technology to teach eighth-grade students about the real-world impacts of climate change and coastal erosion.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_151643.5622880000.jpg",
            "created": "2018-04-02T15:16:43.560955Z",
            "moderation_state": 3
        },
        {
            "id": 667,
            "content_url": "https://medium.com/read-write-participate/mapping-oregons-wetlands-with-help-from-high-schoolers-and-gigabit-technology-d526677aaf41",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Real Time Wetland Restoration Mapping and Analysis",
            "description": "High school students in Oregon will stream GIS data collected from wetlands to the Army Corps of Engineers in real-time, taking advantage of Eugene’s high-speed, low-latency gigabit network. In the process, students will support the local ecosystem — and learn all about an emerging technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_151853.0339740000.jpg",
            "created": "2018-04-02T15:18:53.033462Z",
            "moderation_state": 3
        },
        {
            "id": 913,
            "content_url": "https://medium.com/read-write-participate/my-year-being-a-ford-mozilla-open-web-fellow-5d88fd4cc5b9",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carlos Guerra",
                    "profile_id": 274,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "My Year Being a Ford-Mozilla Open Web Fellow",
            "description": "A Fellowship reflection by Carlos Guerra.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-31_134624.4641210000.png",
            "created": "2018-08-31T13:46:24.463654Z",
            "moderation_state": 3
        },
        {
            "id": 669,
            "content_url": "https://medium.com/read-write-participate/connecting-the-unconnected-teaching-digital-skills-in-the-tabagwe-sector-c96a7e358b8d",
            "is_bookmarked": false,
            "tags": [
                "clubs",
                "digital literacy",
                "farmers",
                "learning",
                "rwanda",
                "unconnected",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Fundraise",
                "Localize & translate"
            ],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Amira Dhalla",
                    "profile_id": 75,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Connecting the Unconnected: Teaching Digital Skills in the Tabagwe Sector",
            "description": "This article is part of a series of posts featuring individuals across Rwanda who are learning digital skills as we develop a digitally literate country. Read more about the work Mozilla and Digital Opportunity Trust are doing in Rwanda.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_135248.5177550000.jpeg",
            "created": "2018-04-03T13:52:48.517317Z",
            "moderation_state": 3
        },
        {
            "id": 276,
            "content_url": "https://github.com/aletheia-foundation/admin",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "2018",
                "blockchain",
                "eLifeopensciencesoapbox",
                "global sprint",
                "gs2017",
                "mozfest",
                "mozsprint",
                "open access",
                "open leadership zone",
                "open science",
                "publishing"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Create content"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kade Morton",
                    "profile_id": 131,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Aletheia",
            "description": "As a decentralised open-access scientific journal, Kade would like Aletheia to be an alternative option for academic publishing. It is managed directly by the community through a decentralised autonomous organisation (DAO) with no single point of control. The database is stored across many peers to provide security — think of it as a peer to peer (P2P) publishing platform and database all rolled into one. Aletheia is being built for any academic and rigorous content, it's not domain-specific.",
            "get_involved": "Kade is looking for people experienced with academic publishing, researchers with content, and people with expertise to review content. Also needs help building the platform and the community around it. Contribute on GitHub or reach out to Kade by email ([email protected]).",
            "get_involved_url": "https://github.com/aletheia-foundation",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-03_175050.3496070000.jpg",
            "created": "2017-05-12T06:16:32.704235Z",
            "moderation_state": 3
        },
        {
            "id": 789,
            "content_url": "https://blog.mozilla.org/blog/2017/09/25/adding-policy-firepower-mozilla-network/",
            "is_bookmarked": false,
            "tags": [
                "tech policy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cori Zarek",
                    "profile_id": 111,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Adding More Policy Firepower to the Mozilla Network",
            "description": "In 2017, Mozilla launched a new fellowship that brings together policy experts from around the world to advance crucial tech policy efforts. We are now excited to announce the appointment of seven advisors to help steer this fellowship into the future.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-05-01T14:29:23.559127Z",
            "moderation_state": 3
        },
        {
            "id": 677,
            "content_url": "https://medium.com/read-write-participate/taking-on-big-tech-through-merger-enforcement-f15b7973e37",
            "is_bookmarked": false,
            "tags": [
                "mozilla fellow"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "Caroline Holland",
            "submitter_profile_id": 338,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Taking on Big Tech Through Merger Enforcement",
            "description": "A range of voices across the political spectrum have raised the alarm about increasing consolidation and concentration in our economy. This issue is particularly acute when it comes to the power that large tech companies and Internet service providers hold over how we interact online. One way (though certainly not the only way) to address this and to ensure healthy competition is to use antitrust law to stop anticompetitive mergers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-04-06T00:29:52.753021Z",
            "moderation_state": 3
        },
        {
            "id": 1294,
            "content_url": "https://leap.se/en",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2017"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "LEAP Encryption Access Project",
            "description": "LEAP is a non-profit dedicated to giving all internet users access to secure communication. Our focus is on adapting encryption technology to make it easy to use and widely available.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_034144.1887980000.png",
            "created": "2019-08-02T03:41:44.164892Z",
            "moderation_state": 3
        },
        {
            "id": 718,
            "content_url": "https://twitter.com/t_r_u_m_p_i_n_g",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "@t_r_u_m_p_i_n_g",
            "description": "The piece collects and converts images posted to social media in support of Trump, averaging eachimage’s colour and placing a digital brick of this colour to a screen until the screen is full, wherebythe resulting image is then uploaded to Twitter with hashtags used most often by Trump.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_101434.2645740000.jpg",
            "created": "2018-04-24T10:14:34.263581Z",
            "moderation_state": 3
        },
        {
            "id": 732,
            "content_url": "https://www.juancovelli.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "#u9273",
            "description": "This piece is a collection of 9273 photographs taken from Instagram, with the hashtag #selfie. It aims to create a selfie mirror, where the audience can engage and theirimage reflected through many other selfies, and thus, creates a newselfie. The purpose of the piece is to show a fragmented and fluidrepresentation of the self, rather than a static and fixed one, such as a photograph.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_104414.6598240000.jpg",
            "created": "2018-04-24T10:44:14.658972Z",
            "moderation_state": 3
        },
        {
            "id": 804,
            "content_url": "https://www.offscreenmag.com/issues/19",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "open iot",
                "responsible research and innovation"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Peter Bihr",
            "submitter_profile_id": 387,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Op-Ed: Offscreen Mag—A Trustmark for IoT",
            "description": "In a recent op-ed for Offscreen Mag I wrote about the importance of a trustmark for IoT. It's available in print only, but if you have Offscreen issue 19 around (just out this month) check it out on page 44!",
            "get_involved": "",
            "get_involved_url": "https://thingscon.com/iot-trustmark",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-05-04_160535.0050220000.jpg",
            "created": "2018-05-04T16:05:35.004519Z",
            "moderation_state": 3
        },
        {
            "id": 755,
            "content_url": "http://emergencell.cs.washington.edu",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "nsf-wins"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Promote",
                "Write documentation"
            ],
            "published_by": "Spencer Sevilla",
            "submitter_profile_id": 498,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Spencer Sevilla",
                    "profile_id": 498,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "EmergenCell",
            "description": "EmergenCell is a super simple and easy to setup LTE network-in-a-box, designed to be deployed by emergency workers in the wake of a natural disaster. EmergenCell uses emergency attach mode to immediately support all phones within range without requiring SIM cards. EmergenCell comes pre-packaged with various webservices and tools that fill basic user needs (mapping, mark yourself safe, contact an EMT) without requiring an Internet connection.",
            "get_involved": "We're always looking for help contributing to our effort, either coding, design, or anything else. We're also looking for connections in the emergency response space.",
            "get_involved_url": "http://emergencell.cs.washington.edu",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-04-24T13:46:13.830249Z",
            "moderation_state": 3
        },
        {
            "id": 895,
            "content_url": "http://interactdigitalarts.uk/the-internet-of-art-things",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet of Art Things",
            "description": "The Internet of Art Things is an open infrastructure for connecting interactive digital artworks that makes use of standard Internet of Things technology. It is built around the widely-used MQTT machine-to-machine messaging protocol (that is both lightweight and fast) and suitable for use on a wide variety of computer platforms.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-20_131959.7253620000.jpg",
            "created": "2018-08-20T13:19:59.720498Z",
            "moderation_state": 3
        },
        {
            "id": 1281,
            "content_url": "https://www.torproject.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Modularization of Key Aspects of the Tor Network",
            "description": "To advance human rights and freedoms by creating and deploying free and open source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_221512.9471720000.png",
            "created": "2019-08-01T22:15:12.890285Z",
            "moderation_state": 3
        },
        {
            "id": 771,
            "content_url": "https://natashamtrotman.com/#/moz-house-poly-social/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Poly Social",
            "description": "The piece is based on the poly social reality that we all access, are tethered to or fight against and the multiple selves that are created or born out of this; it also runs parallel to the multiple selves many neuro-divergents or persona's that are developed as a coping mechanism to help traverse the neurodivergent focused online/offline world(s).\n\n// is code for 'statement' and that { } are for commands and ; is to close the command - to run along side he poly social/ multiple self aspect.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_125506.3537380000.png",
            "created": "2018-04-26T12:55:06.353009Z",
            "moderation_state": 3
        },
        {
            "id": 931,
            "content_url": "https://foundation.mozilla.org/en/campaigns/enoughisenough/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Petition: Facebook & 2FA",
            "description": "Sign the petition 👉 Facebook, stop using users' 2FA info to target ads.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-04_194806.4822340000.png",
            "created": "2018-10-04T19:48:06.481593Z",
            "moderation_state": 3
        },
        {
            "id": 744,
            "content_url": "http://www.Ciid.dk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The colours of the countryside",
            "description": "A 360 video of an interview with a farmer, about field colours and how they relate to the use offertilisers. Rory Hamilton and Michelle Throne explore how our view of the countryside isshaped by the technology, and what farming practices are employed in growing our food.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_110303.9034940000.jpeg",
            "created": "2018-04-24T11:03:03.902667Z",
            "moderation_state": 3
        },
        {
            "id": 733,
            "content_url": "http://megacorp.kairus.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "Megacorp",
            "description": "The artwork is based on a collection of fake websites scraped from internet by the artist duoKairUs. These companies exist only virtually and are used by cyber criminals for phishing attacksor to support scam stories.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_104524.9637990000.jpg",
            "created": "2018-04-24T10:45:24.962832Z",
            "moderation_state": 3
        },
        {
            "id": 719,
            "content_url": "http://www.davidbooth.uk.com",
            "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": "Need a Break",
            "description": "David Booth is a sculptor. He is drawn to create work that suggests reinvention and escape by creating work with transformative use of materials.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_101550.8708600000.jpg",
            "created": "2018-04-24T10:15:50.870164Z",
            "moderation_state": 3
        },
        {
            "id": 871,
            "content_url": "http://peerproduction.net/issues/issue-12-makerspaces-and-institutions/practitioner-reflections/space-gather-make/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Shared Machine Shop : Sound",
            "description": "From Japan to Ghana, from the Norwegian Artic Circle to the United Kingdom, shared machine shops have been opening up where people can learn how to make things with mentors, tools and equipment. In response to Kat Braybrooke and Adrian Smith investigations, sound artist Vasilis Moschas created a conceptual audio installation that explored the unique sound environments of participating sites. Combining practitioner contributions with machine-produced beats and spoken-word poetry, his work further illustrated the typical on-site experiences of flow, discontinuity, repair and breakdown.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-17_105104.1370960000.png",
            "created": "2018-07-17T10:51:04.136474Z",
            "moderation_state": 3
        },
        {
            "id": 872,
            "content_url": "http://peerproduction.net/issues/issue-12-makerspaces-and-institutions/practitioner-reflections/repair-cafes/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Repair Cafes",
            "description": "Repair Cafés have emerged as citizen-driven initiatives to enable the fixing (or repair) of products at a community level. Repair Cafés are part of broader movement of ‘Makers, Modifiers and Fixers’ where individuals and groups of individuals that are ‘making, modifying and fixing’ products are coming together in physical places and spaces that include Hackerspaces, Makerspaces, Fab Labs and Tech Shops.  Here we see the author's personal journey over many years and many countries and lots of data. This piece allows an in-depth exploration, investigating and sharing data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-17_105950.5013050000.png",
            "created": "2018-07-17T10:59:50.500836Z",
            "moderation_state": 3
        },
        {
            "id": 877,
            "content_url": "https://blog.mozilla.org/blog/2018/07/19/a-science-fair-with-1-6-million-in-prizes/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Science Fair with $1.6 Million in Prizes",
            "description": "As the final part of Mozilla and the National Science Foundation’s Wireless Innovation Challenges, 14 community technologists will live demo their creative projects in Mountain View, CA this August",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-19_121829.6558480000.jpg",
            "created": "2018-07-19T12:18:29.655193Z",
            "moderation_state": 3
        },
        {
            "id": 885,
            "content_url": "http://www.embroidereddigitalcommons.net/",
            "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": "Embroidered Digital Commons",
            "description": "Embroidered Digital Commons is a collective close-reading and close-stitching of a text written by Raqs Media Collective called 'A Concise Lexicon of / for the Digital Commons' (2003). The full lexicon is an A-Z of the relationship between social, digital and material space. The lexicon weaves together an evolving metaphorical language of common ownership, use and access across digital platforms. The commons has become synonymous with digital media through the discourse of free and open source software, shared production of knowledge, open access, and creative commons.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-23_174439.2595050000.png",
            "created": "2018-07-23T17:44:39.258934Z",
            "moderation_state": 3
        },
        {
            "id": 883,
            "content_url": "http://aegeandatahaven.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": 0,
            "related_creators": [
                {
                    "name": "Kyriaki Goni",
                    "profile_id": 528,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Aegean Datahaven",
            "description": "The Aegean Datahaven is a speculative project of a series of repositories for data across the islands of the Aegean sea. The work creates new topologies and networks to challenge the established forms of sovereignty, identity, geography and power in the Mediterranean region. Ancient myths are revivified against private ownership of the commons and corporate exploitation of personal data. The website, part of a bigger installation, presents the islands, which host datahavens. A mix of fiction and reality represents each of them. Can the future in the Mediterranean be decentralized?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-23_173626.7361900000.png",
            "created": "2018-07-23T17:36:26.735470Z",
            "moderation_state": 3
        },
        {
            "id": 884,
            "content_url": "https://zoyander.cc/pico-8/iportraits.html",
            "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": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Interactive Portraits",
            "description": "Interactive Portraits use accessible computing to give people imaginative experiences of truthful dialogue with people who they would not normally encounter. Although many conventional video documentaries about transgender people focus on the details of their transition in an attempt to educate the public about practical matters, this project aims instead to authentically represent the concerns and day-to-day interests of transgender interviewees - people discuss activism, working life, and relationships, as well as recent changes to healthcare and civil rights for trans people in Japan.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-23_173830.3771150000.jpg",
            "created": "2018-07-23T17:38:30.376247Z",
            "moderation_state": 3
        },
        {
            "id": 859,
            "content_url": "http://www.natashabonnelame.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Words from Other Worlds: Remixes and Narrative Glitches",
            "description": "Joan Anim-Addo’s libretto Imoinda: Or She Who Will Lose Her Name (2008) articulates the long and complex history of Atlantic slavery, colonisation, and the position of the black woman’s body within this narrative.\n\nWorking with artist Luca M. Damiani, and Anim-Addo’s libretto, I interrogate the notion that the web is an infinite space to preserve artefacts that might otherwise exist on the margins, or be ignored altogether. Using data bending, we suggest that purposefully inserting glitches into our digital/cultural life can enable us to begin to interrupt and posit notions of difference.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-26_114615.1144910000.jpg",
            "created": "2018-06-26T11:46:15.114170Z",
            "moderation_state": 3
        },
        {
            "id": 873,
            "content_url": "http://peerproduction.net/issues/issue-12-makerspaces-and-institutions/practitioner-reflections/make-space-prod/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Luca M. Damiani",
                    "profile_id": 504,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Make Space Prod",
            "description": "Data, reflections, key-words, conceptual notes, ethnographic observations. This piece collects and share some questions + thoughts related to the politics of practicing within the field of digital art making, specifically reviewing how that connects with inclusion, diversity, participation and public engagement. Tensions and reflections on the artistic practice, tech-creative production, new or old technologies, credits, outputs, next steps for professional growth constantly come to the table. Can we read and reflect on our data and experience to create better practices?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-17_110924.9231150000.png",
            "created": "2018-07-17T11:09:24.922380Z",
            "moderation_state": 3
        },
        {
            "id": 780,
            "content_url": "http://www.codeisscience.com/",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "mozsprint",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Promote",
                "Create content"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code is Science",
            "description": "Code is Science is a project to promote open source code in a scientific setting. Given that code is often used to produce scientific results, when the code is wrong, the science is wrong too! Scientific code should be open and peer reviewed.",
            "get_involved": "We're looking for scientists, coders, and anyone who is interested in helping the cause by contributing stories or curating open source journals.",
            "get_involved_url": "https://github.com/yochannah/code-is-science/issues",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-29_143944.5441010000.png",
            "created": "2018-04-29T14:39:44.543499Z",
            "moderation_state": 3
        }
    ]
}