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=-content_url
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=-content_url&page=2",
    "previous": null,
    "results": [
        {
            "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": 90,
            "content_url": "http://www.wnyc.org/story/diy-radio-rookies-toolkit/",
            "is_bookmarked": false,
            "tags": [
                "animation",
                "diy",
                "hive",
                "hive nyc",
                "media",
                "radio",
                "video"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Radio Rookies Toolkit",
            "description": "An animated series to teach teenagers how to create in-depth audio documentaries about their lives and communities.",
            "get_involved": "",
            "get_involved_url": "http://hivenyc.org/portfolio/diy-radio-rookies-tool-kit/",
            "interest": "In partnership with Hive NYC, Radio Rookies worked with animator Masayoshi Nakamura to create a DIY Radio Rookies Toolkit. The toolkit is a series of engaging resources including four animated shorts, all embedded within a digital comic book, “The Making of a Radio Rookies Story.”",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-13T02:54:27.892000Z",
            "moderation_state": 3
        },
        {
            "id": 752,
            "content_url": "http://www.willhurt.net",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "Abstract Playground",
            "description": "Abstract Playground is a screenbased interactive designed alongside people with Learning Difficultiesduring a 5 week D-LAB / LEVEL Residency at the LEVEL Centre, Derbyshire. It presents users with ascreen displaying a brightly coloured, abstract composition of geometric forms derived from details ofModernist buildings, and a physical custom-made controller.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_111654.3547730000.jpg",
            "created": "2018-04-24T11:16:54.354192Z",
            "moderation_state": 3
        },
        {
            "id": 144,
            "content_url": "http://www.webmaker.org",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Webmaker Android",
            "description": "Webmaker enables people to discover, create, and share rich content from their mobile device.",
            "get_involved": "",
            "get_involved_url": "https://github.com/mozilla/webmaker-core/blob/develop/README.md",
            "interest": "It brings some of the web’s best features to a mobile app, going beyond a soundbite or photo filter enabling truly creative projects.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-01-23T06:13:56.720000Z",
            "moderation_state": 3
        },
        {
            "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": 724,
            "content_url": "http://www.vanleeuwenbrothers.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Treasure Bands",
            "description": "In Treasure Bands we real-time show the hidden world of the most valuable radio frequencies in the direct environment via an interactive screen-based installation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_102433.1618520000.jpg",
            "created": "2018-04-24T10:24:33.157003Z",
            "moderation_state": 3
        },
        {
            "id": 183,
            "content_url": "http://www.unwomen.org/en/news/stories/2016/10/women-breaking-barriers-and-optimizing-opportunities-in-a-digital-world",
            "is_bookmarked": false,
            "tags": [
                "gender",
                "girls",
                "inclusion",
                "mozilla clubs",
                "mozilla clubs for women and girls",
                "un women",
                "women",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Amira Dhalla",
            "submitter_profile_id": 75,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Women breaking barriers and optimizing opportunities in a digital world",
            "description": "A focus on UN Women's work to increase opportunities for women. Including a feature on the joint initiative by UN Women and the Mozilla Foundation to support 20 digital literacy clubs for women and girls in Kenya and South Africa. This initiative is not only creating a safe space for women to learn in an environment free from gender bias but also training them to actively participate, lead and create on the web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_205457.6866910000.jpg",
            "created": "2017-04-06T20:54:57.686284Z",
            "moderation_state": 3
        },
        {
            "id": 24,
            "content_url": "http://www.unwomen.org/en/news/stories/2016/10/take-five-with-joy-chebet-bii",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "digital literacy",
                "kenya",
                "nairobi",
                "women",
                "women and web literacy",
                "world teachers day",
                "wwl"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Take five with Joy Chebet Bii: Why does digital literacy matter for women and girls?",
            "description": "Joy Chebet Bii is a 20-year-old living in Nairobi, Kenya. Joy is a Mozilla Club captain teaching web literacy skills to women and girls in Nairobi. Joy uses her expertise to teach girls in Kibera, the biggest slum in Nairobi, basic coding and digital literacy skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-11-08T18:47:44.563000Z",
            "moderation_state": 3
        },
        {
            "id": 498,
            "content_url": "http://www.toledolibrary.org/blog/training-on-web-literacy",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "professional development",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Training on Web Literacy - Toledo Lucas County Public Library",
            "description": "As one of the Web Literacy Trainers at Toledo Lucas County Public Library, I can tell you that I for one have learned quite a bit! Over the course of the last 12+ months and 8 training classes later, I without a doubt have a more informed knowledge of how the World Wide Web and Internet operate and what they can offer. In years previous as a college student, consumer, and social media user, I didn’t give much thought to areas such as security, protection, third party tracking, hacking and overall, being web literate.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_170031.2607270000.png",
            "created": "2017-10-25T17:00:31.260325Z",
            "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": 867,
            "content_url": "http://www.theintersectionofthings.com",
            "is_bookmarked": false,
            "tags": [
                "Feminism",
                "Human Rights",
                "podcast",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Nesient Mindelan",
            "submitter_profile_id": 1510,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Nesient Mindelan",
                    "profile_id": 1510,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Intersection of Things",
            "description": "The Intersection of Things is a fresh podcast that discusses a different social issue theme each episode: Work, Health, Sex, Outrage, Libraries, etc. as they relate to technology and Internet rights - all with a feminist twist. \nTwo digital rights experts on opposite sides of the Atlantic Ocean meet for a Sunday morning coffee / wine catch-up to learn from each other, interview experts, share their knowledge and have a good time.",
            "get_involved": "Please listen to the podcast, help promote it, tweet or email us your thoughts, leave a review on itunes, help us get better.",
            "get_involved_url": "http://www.theintersectionofthings.com",
            "interest": "Each episode ends up picking up on big discussions around Internet privacy, security, data health, online consent, digital literacy, and many other of the core issues that the network works on. We're always looking to bring something fresh to these discussions.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-04_170038.5142400000.png",
            "created": "2018-07-04T17:00:38.513832Z",
            "moderation_state": 3
        },
        {
            "id": 109,
            "content_url": "http://www.theatlantic.com/education/archive/2016/05/why-south-africas-tech-industry-still-needs-room-to-grow/481335/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "article",
                "literacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Can South Africa Kickstart Its Tech Industry?",
            "description": "When two reporters with The Atlantic set out to explore internet education and innovation in South Africa, Mozilla weighed in as an expert.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla sounds off on web literacy, Mozilla Learning, and our read, write, participate philosophy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/109.jpg",
            "created": "2016-07-28T15:29:40.291000Z",
            "moderation_state": 3
        },
        {
            "id": 749,
            "content_url": "http://www.ted-hunt.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "Poetry was never the point",
            "description": "Aesthetic experiments and expressions into new forms that poetry, protest, collective experienceand spirituality might take on the internet. Inspired by the ‘Alt Lit’ movement and named after apodcast episode by internet artists Steve Roggenbuck. Poetry Was Never The Point celebrates poetry’s ability to connect both its author and audience to a far wider spectrum of appreciation for nonconformity, nature, humanity, spirituality, positivity and critical thought.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_111255.5192820000.jpg",
            "created": "2018-04-24T11:12:55.518593Z",
            "moderation_state": 3
        },
        {
            "id": 1455,
            "content_url": "http://www.tech-girls.org/challenge.html",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "art gallery",
                "computer science",
                "online privacy & security",
                "robotics",
                "women and web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action"
            ],
            "published_by": "Kim Wilkens",
            "submitter_profile_id": 146,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 146,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Join the #TechGirlsChallenge",
            "description": "Tech-Girls launched a global challenge at MozFest 2019 to help spread the internet health movement to underrepresented youth, especially girls. You can join the challenge by trying out one of our activities and then hosting your own #TechGirlsChallenge Pop-up Station in your community. \n\nActivities include: \n1) drafting a \"robot zine\" with a code of conduct for how you want your future robot companions to treat humans;\n2) designing a security avatar to protect your privacy;\n3) creating an original work of digital art that reflects diversity and/or openness to you and share",
            "get_involved": "We would love for you to try out an activity & give us feedback, promote the #TechGirlsChallenge in your network and/or host a challenge & let us know how it went!",
            "get_involved_url": "http://www.tech-girls.org/challenge.html",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-31_163300.8707730000.png",
            "created": "2019-10-31T16:33:00.870374Z",
            "moderation_state": 3
        },
        {
            "id": 750,
            "content_url": "http://www.surfacepressure.net",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "#Emptyweb",
            "description": "#emptyweb is an ongoing project in which Tommy Perman is collecting screenshots on his phone of web pages before the content has loaded.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_111407.5337690000.jpg",
            "created": "2018-04-24T11:14:07.532967Z",
            "moderation_state": 3
        },
        {
            "id": 2477,
            "content_url": "http://www-student.cse.buffalo.edu/~atri/algo-and-society/spr20/index.html",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "University at Buffalo",
                    "profile_id": 6115,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "University at Buffalo",
            "description": "In this initiative, freshmen studying computer science will discuss ethics in the first-year seminar “How the internet works.” Sophomores will study responsible algorithmic development for real-­world problems. Juniors will study the ethical implications of machine learning. And seniors will incorporate ethical thinking into their capstone course.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_113419.9634510000.png",
            "created": "2022-11-21T11:34:19.963121Z",
            "moderation_state": 3
        },
        {
            "id": 516,
            "content_url": "http://www.stemchampion.org",
            "is_bookmarked": false,
            "tags": [
                "education",
                "stem"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Take Action"
            ],
            "published_by": "Ammar Siddiqui",
            "submitter_profile_id": 186,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ammar Siddiqui",
                    "profile_id": 186,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "STEM Champion",
            "description": "Here at STEM Champion, we feel that all young people should be prepared to think deeply and to think well so that they have the chance to become the innovators, educators, researchers, and leaders capable of solving the most pressing challenges facing our nation and our world, both today and tomorrow.\n\nOur goal is to provide a unique day conference aimed at school aged children (13-16yrs), to assist these children in directing their energy in a positive way, especially when they lack a medium to nurture and further their knowledge in fields such as STEM.",
            "get_involved": "Looking for companies interested in STEM education (middle school and secondary school) to collaborate with!",
            "get_involved_url": "https://youtu.be/Bz69044v2WI",
            "interest": "It is a STEM educational event!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-27_192045.0133550000.png",
            "created": "2017-10-27T19:20:45.012628Z",
            "moderation_state": 3
        },
        {
            "id": 439,
            "content_url": "http://www.startlandnews.com/2017/09/techweek-kc-2017-launchkc-winners/",
            "is_bookmarked": false,
            "tags": [
                "gigabit",
                "kansas city",
                "software"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Annual LaunchKC Tech Startup Winners Announced",
            "description": "After evaluating a lineup of 19 tech startups from across the country, judges awarded eight companies each a $50,000 LaunchKC grant — and one received a grand prize of $100,000. One of the winners was a past Mozilla Gigabit Community Fund grantee. PlanIT Impact is a software-as-a-service platform that allows engineers and architects to visualize projects with data so they can then measure environmental and financial impact. Congrats, Dominique!",
            "get_involved": "Learn more.",
            "get_involved_url": "https://learning.mozilla.org/en-US/gigabit/portfolio/planit-impact-kc",
            "interest": "Opportunity to celebrate and grow the network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-09-18T18:36:05.794798Z",
            "moderation_state": 3
        },
        {
            "id": 747,
            "content_url": "http://www.stanza.co.uk",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "Artists Open Web"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mind Map",
            "description": "What we see are the paths traveled by all the books taken out of Milton Keynes library over the last five years. It appears as a 3d space, a hybrid map of the movements of the books to their destination. The books travel down roads and paths to roundabouts to peoples houses. The books are shown traveling to the postcode destination. This massive data visualization moves organically orbiting around the library at the center of activity.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_110931.2476820000.jpg",
            "created": "2018-04-24T11:09:31.247184Z",
            "moderation_state": 3
        },
        {
            "id": 748,
            "content_url": "http://www.stanza.co.uk",
            "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": "Supervigilantia",
            "description": "The artwork depicts a constant and evolving view of the urban landscape and its inhabitants constantly migrating from one point to the next.. The observed real time surveillance societyis re worked into a series of grids. The artwork is an online networkd panoptic vision which collects live CCTV feeds.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_111119.9318690000.jpg",
            "created": "2018-04-24T11:11:19.931261Z",
            "moderation_state": 3
        },
        {
            "id": 277,
            "content_url": "http://www.slj.com/2017/05/programs/supermoons-cause-tidal-waves-true-or-false-our-news-literacy-program-challenges-fourth-graders-to-find-out/#_",
            "is_bookmarked": false,
            "tags": [
                "fake news",
                "media literacy",
                "misinformation",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Chad Sansing",
            "submitter_profile_id": 58,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kim Wilkens",
                    "profile_id": 105,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Supermoons Cause Tidal Waves",
            "description": "This is a School Library Journal article by Kim Wilkens and Sarah FitzHenry detailing how they used Mozilla's Web Literacy framework, curriculum, and tools (alongside other resources) to help teach media literacy and fake news to middle school students.",
            "get_involved": "Share the article on social media, comment on it, and share resources with Kim and Sarah.",
            "get_involved_url": "",
            "interest": "This is a great example of how our community contributes to open news efforts in the Mozilla Network.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-12_171133.4131660000.jpg",
            "created": "2017-05-12T17:11:33.412608Z",
            "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": 141,
            "content_url": "http://www.ridewit.me/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Ride w/ Me",
            "description": "A peer-to-peer transportation solution for youth.",
            "get_involved": "See information on the website.",
            "get_involved_url": "",
            "interest": "Built by youth, for youth, this app helps them find a peer to travel with to school and after-school programs.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/141.png",
            "created": "2016-01-26T16:53:09.408000Z",
            "moderation_state": 3
        },
        {
            "id": 1013,
            "content_url": "http://www.phonk.io",
            "is_bookmarked": false,
            "tags": [
                "coding",
                "creative coding",
                "Live Coding",
                "reuse",
                "trash"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Victor Diaz",
            "submitter_profile_id": 2003,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Victor Diaz",
                    "profile_id": 2003,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Phonk.io",
            "description": "A self-contained creative programming tool for new and obsolete android mobile devices",
            "get_involved": "Try it, find use cases, retarget the project",
            "get_involved_url": "",
            "interest": "People can reuse old phones and use them as a tool for teaching about coding, and upcycling tech. Furthermore old android phones are ubiquitous and very accessible in any part of the world.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_210541.6384800000.png",
            "created": "2019-01-30T21:05:41.638123Z",
            "moderation_state": 3
        },
        {
            "id": 97,
            "content_url": "http://www.nytimes.com/2016/08/12/opinion/too-poor-to-afford-the-internet.html?smid=tw-share&_r=0",
            "is_bookmarked": false,
            "tags": [
                "article",
                "hive"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Too Poor to Afford the Internet",
            "description": "Article by NYPL President Tony Marx’s (Hive NYC member) in the NY Times OpEd on digital inclusion.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Strong framing for the issues, problems and opportunities we face insuring that the public internet is protected.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-08-16T18:33:13.707000Z",
            "moderation_state": 3
        },
        {
            "id": 105,
            "content_url": "http://www.npr.org/2016/02/19/467318811/mozilla-foundation-backs-apple-in-encryption-case-with-federal-government",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Foundation Backs Apple In Encryption Case With Federal Government",
            "description": "Coverage of Mozilla's encryption campaign",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:09:17.793000Z",
            "moderation_state": 3
        },
        {
            "id": 743,
            "content_url": "http://www.nickbriz.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": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "How to/why make Internet Art",
            "description": "How To / Why Make Internet Art is a hypermedia series ( interactive video and Firefox addon) that approaches basic web literacy ( HTML/CSS/JavaScript ) as a contemporary art form (for makers, designers and creators ).",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_110144.1987460000.jpg",
            "created": "2018-04-24T11:01:44.198158Z",
            "moderation_state": 3
        },
        {
            "id": 919,
            "content_url": "http://www.new-harvest.org",
            "is_bookmarked": false,
            "tags": [
                "bioinformatics",
                "biology",
                "computational biology",
                "engineering",
                "open access",
                "open hardware"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote"
            ],
            "published_by": "Kate Krueger",
            "submitter_profile_id": 1630,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kate Krueger",
                    "profile_id": 1630,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Research Director",
            "description": "I run a distributed team of scientists performing basic research in cellular agriculture - the use of cell cultures for food production. We are creating the field of cellular agriculture as an open research environment - our scientists publish in open journals and share their results at our conferences and in other public fora.",
            "get_involved": "",
            "get_involved_url": "https://www.new-harvest.org/contact",
            "interest": "It is interesting to see a new scientific discipline emerge openly.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-14_165233.7190450000.png",
            "created": "2018-09-14T16:52:33.718324Z",
            "moderation_state": 3
        },
        {
            "id": 37,
            "content_url": "http://www.natureincode.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "mozfest"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Nature, In Code",
            "description": "Learn JavaScript while learning biology. Nature, In Code is a web resource, a MOOC and a book",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Anyone trying to bring computational thinking using just the browser to students? This project could be interesting for you.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-10-30T08:39:51.013000Z",
            "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": 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": 736,
            "content_url": "http://www.lorieallen.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "I Stand on the Cable",
            "description": "An allegory on the theatre of representation in the formation of the ego as an object betweenself and screen. The film considers the arrival of the new member ofsociety in the form of both child and screen and asks where nonhumanactors are placed in relation to the moulding and interception ofthe process of being by human society and our expanding self-representationaltool assemblage.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_105152.8715130000.jpeg",
            "created": "2018-04-24T10:51:52.870647Z",
            "moderation_state": 3
        },
        {
            "id": 44,
            "content_url": "http://www.localizationlab.org",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "circumvention",
                "digital security",
                "encryption",
                "internet freedom",
                "localisation",
                "localization",
                "mozfest"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Localization Lab",
            "description": "Localization Lab is a network of over 5,000 developers and volunteer translators collaborating to localize Internet freedom tools: technology that addresses security, privacy, anonymity, whistleblowing, circumvention issues, including training materials to support these tools.",
            "get_involved": "We are interested in growing our translator community as well as supporting other open source Internet freedom related projects. Let us know if you have a qualifying project or would like to contribute to translations!",
            "get_involved_url": "http://www.localizationlab.org/community/",
            "interest": "The projects that our community works on are open source technologies that help offer access to the open Internet to people around the globe and also help individuals keep their data secure. The encryption, circumvention and anonymity tools are as relevant as ever across all Internet users.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/44.png",
            "created": "2016-10-28T14:53:16.905000Z",
            "moderation_state": 3
        },
        {
            "id": 1305,
            "content_url": "http://www.llvm.org",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2017"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "LLVM",
            "description": "The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines. The name \"LLVM\" itself is not an acronym; it is the full name of the project.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-08-02T04:19:35.122297Z",
            "moderation_state": 3
        },
        {
            "id": 315,
            "content_url": "http://www.lisard.com/open-dataopen-minds/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Stephanie Wright",
            "submitter_profile_id": 59,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Elisabeth Sylvan",
                    "profile_id": 135,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Data / Open Minds",
            "description": "Open Data/Open Minds (ODOM) is a program that supports people to tell local environmental and community stories through data investigations, science notebooking and civic engagement.  We are working to figure out how might we use paper, low-cost hardware, and the web to: 1) serve and display ambient live data and 2) support learning about science and data through curated and personal data collection.",
            "get_involved": "If you're interested in contributing to this project jump in on the GitHub repository now or join us during Global Sprint, June 1-2, 2017!",
            "get_involved_url": "https://github.com/Open-Data-Open-Minds/odom_GlobalSprint2017",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-26_155455.8989940000.jpg",
            "created": "2017-05-26T15:54:55.898680Z",
            "moderation_state": 3
        },
        {
            "id": 1428,
            "content_url": "http://www.lisannebuik.com/next-senses",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "art",
                "augmented reality",
                "bodytech",
                "ethics",
                "nextnature",
                "sensor"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback"
            ],
            "published_by": "Lisanne Buik",
            "submitter_profile_id": 3250,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Lisanne Buik",
                    "profile_id": 3250,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Next Senses",
            "description": "Next Senses is an ongoing research project and science fiction film installation by Lisanne Buik and Next Nature Network that explores the potential of AI, AR and sensor-tech to expand our senses, increase our wellbeing, and connect us to nature in unexpected ways. Join the debate on nextnature.net!",
            "get_involved": "",
            "get_involved_url": "https://www.nextnature.net/join/",
            "interest": "How can we research and support a healthy approach to embodied technologies?",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-17_145837.9347280000.jpeg",
            "created": "2019-10-17T14:58:37.934013Z",
            "moderation_state": 3
        },
        {
            "id": 2005,
            "content_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "craft",
                "Dutch",
                "Family Resources",
                "mf-family-lejo",
                "MozFest 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo Crafts",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. Children can also create their own hand puppet using the artist’s craft page resources.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/en/site/page/kleurplaat-en/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-05_183823.2458190000.png",
            "created": "2021-03-03T02:07:09.867828Z",
            "moderation_state": 3
        },
        {
            "id": 501,
            "content_url": "http://www.koruza.net/",
            "is_bookmarked": false,
            "tags": [
                "future-proof hardware",
                "open hardware",
                "open innovation",
                "open iot",
                "open science",
                "open source",
                "smart cities",
                "wireless"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Anja Lazar",
            "submitter_profile_id": 164,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "KORUZA Pro - Open Source and Future-proof Light-speed Networking",
            "description": "KORUZA Pro is a first affordable, open source and future-proof free-space optical communication system, enabling next generation last-mile connectivity. Data is securely transmitted point-to-point over an eye-safe collimated beam of infra-red light with 1 Gbps or 10 Gbps throughput at distances up to 150 m. KORUZA Pro is designed for professional users, but not only, its open design enables versatile options for modifications and scientific experimentation. KORUZA Pro is developed at open hardware Institute IRNAS and fabrication lab Fabrikor and is supported by the Shuttleworth Foundation.",
            "get_involved": "Koruza is developed open source and open hardware. It is available for preorder from October 2016 on. Order a kit, test it, make suggestions, help improve it.",
            "get_involved_url": "https://github.com/IRNAS/KORUZA-Pro",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-25_184118.5034320000.jpg",
            "created": "2017-10-25T18:41:18.502755Z",
            "moderation_state": 3
        },
        {
            "id": 735,
            "content_url": "http://www.kerstinkollmann.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "80s Child",
            "description": "80s Child is a series of analogue (instant) photographs of technology of the 1980s. Thephotos, which were taken against period backdrops with a SLR 680 Polaroid camera,originally appeared in the first issue of feminist hacker zine The Recompiler in 2015. Twoadditional photographs (from the 1980s) picture two small children, the artist & their sibling,operating 80s technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_105012.1490360000.jpg",
            "created": "2018-04-24T10:50:12.148456Z",
            "moderation_state": 3
        },
        {
            "id": 734,
            "content_url": "http://www.katihyyppa.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": "Forbidden Fruit Machine",
            "description": "The installation promotes the exploration of open cultural online collections for artistic purposesbeyond the screen. Open hardware is also embraced, as we have shared the documentationof the installation including 3D printing and Arduino files under an open license for anyone tobuild upon.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_104823.6872830000.jpg",
            "created": "2018-04-24T10:48:23.686686Z",
            "moderation_state": 3
        },
        {
            "id": 1449,
            "content_url": "http://www.karsten-wenzlaff.de",
            "is_bookmarked": false,
            "tags": [
                "Alternative Finance",
                "blockchain",
                "Crowdfunding"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Karsten Wenzlaff",
            "submitter_profile_id": 3265,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Crowdfunding and Alternative Finance Expert",
            "description": "Karsten Wenzlaff is a Crowdfunding expert from Germany. He is working at the University of Hamburg in the fields of Civic Crowdfunding and is an Editor of the Alternative Finance Benchmarking Report of the University of Cambridge Centre for Alternative Finance.. With his company ikosom and as part of the projects Crowd-Fund-Port and CE-Responsible (Interreg Central Europe Program) he supports social entrepreneurs and zebra-startups in reaching out to their audience, accessing finance and connecting to corporates. He also serves as the Secretary-General of the German Crowdfunding Association.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-25_062642.8962160000.jpg",
            "created": "2019-10-25T06:26:42.895738Z",
            "moderation_state": 3
        },
        {
            "id": 898,
            "content_url": "http://www.kadijaferryman.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kadija Ferryman",
            "submitter_profile_id": 1571,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Fellow, and Postdoc @ Data & Society Research Institute",
            "description": "Kadija is a cultural anthropologist who examines the impacts of health risk prediction through information technologies such as genomics, digital medical records, and artificial intelligence on marginalized groups. She will be exploring the origins of the open health movement during her Mozilla fellowship.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2018-08-21T14:02:41.767299Z",
            "moderation_state": 3
        },
        {
            "id": 103,
            "content_url": "http://www.juliavallera.com/blog/mozilla-clubs-end-of-year-goals/",
            "is_bookmarked": false,
            "tags": [
                "mozilla clubs"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Clubs end of year goals: 2016",
            "description": "A description of goals for Mozilla Clubs for the remainder of 2016",
            "get_involved": "",
            "get_involved_url": "https://learning.mozilla.org/clubs/",
            "interest": "It is an update on Mozilla clubs",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T19:30:51.667000Z",
            "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": 769,
            "content_url": "http://www.johnphilipsage.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "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": "Hypertext",
            "description": "This moving image piece is a project on visualisation of information that explores the artist's own grapheme-colour synesthesia in relationship to the concept of Hypertext and web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-26_125104.3091700000.png",
            "created": "2018-04-26T12:51:04.307212Z",
            "moderation_state": 3
        },
        {
            "id": 1775,
            "content_url": "http://www.jennwv.com/papers/checklists.pdf",
            "is_bookmarked": false,
            "tags": [
                "building-trustworthy-ai-page",
                "checklists-resources"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "curriculum",
            "title": "Co-Designing Checklists to Understand Organizational Challenges and Opportunities around Fairness in AI",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-07-21T11:38:50.249752Z",
            "moderation_state": 3
        },
        {
            "id": 730,
            "content_url": "http://www.janavirgin.com",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "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": "CO2GLE_2",
            "description": "CO2GLE is a real-time, net-based installation that displays the amount of CO2 emitted on each second thanks to the global visits to Google. com.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-24_104020.8483980000.jpg",
            "created": "2018-04-24T10:40:20.847766Z",
            "moderation_state": 3
        },
        {
            "id": 1466,
            "content_url": "http://www.janavirgin.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Hidden Life of an Amazon User",
            "description": "Amazon’s business model is based on “obsessive customer focus”, which entails the continuous tracking of customer behavior in order to amplify the monetization of the user. Thus, the 87.33Mb of code responsible for tracking user activity that were involuntarily loaded by the customer through the browser, relentlessly put Amazon’s core money-making strategy at work. Moreover, all the energy needed to load all this data was effectively unloaded upon the customer, who ultimately assumed not just part of the economic costs of Amazon's monetization processes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_184257.9857260000.png",
            "created": "2019-11-06T18:42:57.985411Z",
            "moderation_state": 3
        }
    ]
}