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=-created&page=28
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=-created&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-created&page=27",
    "results": [
        {
            "id": 489,
            "content_url": "https://www.webumenia.sk/",
            "is_bookmarked": false,
            "tags": [
                "art",
                "art gallery",
                "gallery",
                "mozfest",
                "museTech",
                "museums",
                "openGLAM",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Philo van Kemenade",
            "submitter_profile_id": 153,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Philo van Kemenade",
                    "profile_id": 153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Web umenia",
            "description": "Web umenia is an open platform to explore digitized art collections from public galleries and museums.",
            "get_involved": "we are looking for help to  1) Making it super simple to get started developing  2) publish more content like articles and collections in English  3) localize and translate  4) create a ‘living pattern library’",
            "get_involved_url": "https://github.com/SlovakNationalGallery/web-umenia-2/",
            "interest": "We are working with public art organisations to make their art accessible and explorable online so curious people around the world can learn more about works of art and the context they've been created in.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_144151.8979140000.jpg",
            "created": "2017-10-24T14:41:51.897518Z",
            "moderation_state": 3
        },
        {
            "id": 488,
            "content_url": "https://www.whitemarketpodcast.co.uk",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Promote",
                "Join community"
            ],
            "published_by": "Rute Correia",
            "submitter_profile_id": 152,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rute Correia",
                    "profile_id": 152,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "White Market Podcast",
            "description": "White Market Podcast is an open podcast about free music and free culture. The show advocates for digital rights and often features movements like open source and copyleft.",
            "get_involved": "Remix everything! Create blog posts, do interviews and other features, create cool coding things and attend WMP's session at Mozfest: Open Radio, Open Minds.",
            "get_involved_url": "https://github.com/WhiteMarketPodcast/whitemarketpodcast-repo",
            "interest": "WMP tries to raise awareness on copyright, digital rights and other issues. If you're the activist-type for open web, this is a good oportunity to get hands on and create content around your specific cause. If you're looking for information about these topics, WMP is good and reliable source.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_140200.0896190000.jpg",
            "created": "2017-10-24T14:02:00.089012Z",
            "moderation_state": 3
        },
        {
            "id": 487,
            "content_url": "https://github.com/trallard/Coding-foundation",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Mentor",
                "Promote",
                "Create content"
            ],
            "published_by": "Tania R Allard",
            "submitter_profile_id": 151,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tania R Allard",
                    "profile_id": 151,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Coding Foundation",
            "description": "Coding foundation is an open source initiative aiming to increase the numbers of women and queer individuals in undergraduate courses related to computer science and associated tech areas.",
            "get_involved": "We want people interested in sharing their stories as someone in the tech/computer science community, or encourage others to do so. We also need help to curate lists of online resources for gals willing to start a career in computer science or tech",
            "get_involved_url": "https://github.com/trallard/Coding-foundation",
            "interest": "This project is focused on increasing tech diversity because we believe more diverse communities produce better projects",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_084444.5887900000.png",
            "created": "2017-10-24T08:44:44.588418Z",
            "moderation_state": 3
        },
        {
            "id": 486,
            "content_url": "https://github.com/mozilla/lightbeam-we",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Princiya Sequeira",
            "submitter_profile_id": 148,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lightbeam",
            "description": "Lightbeam is a Firefox web-extension and is a key tool for Mozilla to educate the public about privacy.",
            "get_involved": "Help us get feedback by installing this Firefox web-extension from here https://addons.mozilla.org/en-US/firefox/addon/lightbeam/",
            "get_involved_url": "https://github.com/mozilla/lightbeam-we",
            "interest": "This is an interesting opportunity to learn about privacy and security and work towards building a healthier internet.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_034332.9824220000.png",
            "created": "2017-10-24T03:43:32.981848Z",
            "moderation_state": 3
        },
        {
            "id": 485,
            "content_url": "http://squadbox.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "online harassment",
                "open leadership zone",
                "open source"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Design"
            ],
            "published_by": "Kaitlin Mahar",
            "submitter_profile_id": 136,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Kaitlin Mahar",
                    "profile_id": 136,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Squadbox: A Tool To Combat Online Harassment Using Friendsourced Moderation",
            "description": "Squadbox is a tool to help people experiencing online harassment by having their friends moderate their messages.",
            "get_involved": "We are looking for people to contribute to the codebase, to help us design and improve the website, to help us gather resources for our potential users, and to test the tool and give us their feedback.",
            "get_involved_url": "https://github.com/amyxzhang/squadbox",
            "interest": "Online harassment silences internet users, causes emotional damage, and makes it harder for people to communicate. We cannot have a truly inclusive internet unless we develop effective solutions to combat harassment.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_030842.4286210000.png",
            "created": "2017-10-24T03:08:42.428243Z",
            "moderation_state": 3
        },
        {
            "id": 484,
            "content_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "is_bookmarked": false,
            "tags": [
                "brains",
                "mozfest",
                "Mozilla Open Leadership Project",
                "Mozilla Science Mini-Grant Awardee",
                "network",
                "neuroscience",
                "open leadership zone",
                "open science",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Isla Staden",
            "submitter_profile_id": 124,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Isla Staden",
                    "profile_id": 124,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Brain Networks in Python",
            "description": "We're making use of Dr Whitaker's existing code base to develop open source code to investigate the human brain as a network. We are designing analyses to be reproducible, transparent and accessible to new and expert researchers. This project welcomes users and contributors from all disciplines.",
            "get_involved": "Help us test the code, feedback on documentation, help us choose a name",
            "get_involved_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "interest": "We are facilitating reproducible network neuroscience research",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-23_110742.2699050000.jpg",
            "created": "2017-10-23T11:07:42.269395Z",
            "moderation_state": 3
        },
        {
            "id": 483,
            "content_url": "http://www.codeisscience.com/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone",
                "open science",
                "open source",
                "science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Attend",
                "Promote",
                "Code"
            ],
            "published_by": "Yo Yehudi",
            "submitter_profile_id": 120,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Yo Yehudi",
                    "profile_id": 120,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Code is Science",
            "description": "Computer code is strongly present in science nowadays, helping scientists handle difficult calculations and large volumes of information. When an experiment is complete, scientists publish papers reporting the results, but often they forget to publish the source code for their work. You couldn't publish a math paper without the proof, so why can you do it with code? We aim to make scientific code open source by default, so others can peer review and re-run the code. We're also creating a database of scientific journals that only publish papers accompanied by open source code.",
            "get_involved": "You can help out by contributing to technical issues, share http://www.codeisscience.com/ to spread awareness, or share your story - why is open source code in science important to *you*? Do you know of any open source journals? Send us the link!",
            "get_involved_url": "http://www.codeisscience.com/",
            "interest": "Open source should be everywhere, especially in science! Also, we have stickers...",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_142619.6724890000.jpg",
            "created": "2017-10-22T14:26:19.671643Z",
            "moderation_state": 3
        },
        {
            "id": 482,
            "content_url": "http://sciencefair-app.com",
            "is_bookmarked": false,
            "tags": [
                "libraries",
                "open science",
                "publishing",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Code",
                "Design",
                "Fundraise",
                "Plan & organize",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Richard Smith-Unna",
            "submitter_profile_id": 140,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Richard Smith-Unna",
                    "profile_id": 140,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ScienceFair",
            "description": "A decentralised science library where research papers come to life.",
            "get_involved": "",
            "get_involved_url": "https://github.com/codeforscience/sciencefair",
            "interest": "ScienceFair redesigns scientific publishing from the ground up to be open, decentralised, and fair.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_125819.9845250000.png",
            "created": "2017-10-22T12:58:19.984120Z",
            "moderation_state": 3
        },
        {
            "id": 481,
            "content_url": "https://github.com/meghanlazier/opposite-troll",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozfest",
                "Mozilla Open Leadership Project",
                "open leadership zone",
                "trolling"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Meghan Lazier",
            "submitter_profile_id": 145,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Meghan Lazier",
                    "profile_id": 145,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What's the Opposite of a Troll?",
            "description": "Help us attempt to name, recognize and celebrate the behavior online that’s at the opposite end of the spectrum of how a troll behaves. We want to make altruism online a part of our vocabulary.",
            "get_involved": "We’re on a mission to do two things: 1.) Crowdsource names for the anti-troll. What is one word that we can use to identify the opposite of a troll? 2.) Curate and share online content and interactions that exemplifies the type of behavior, interactions and spirit of we want to see online.",
            "get_involved_url": "https://github.com/meghanlazier/opposite-troll",
            "interest": "Why should you care? Because Internet users cannot currently name the opposite of a troll in one word. It’s much easier to identify and name the behavior we don’t want to see online, versus the behavior we do. This is a problem because it’s difficult to talk about what we can’t name.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-22_034245.1540930000.jpg",
            "created": "2017-10-22T03:42:45.153698Z",
            "moderation_state": 3
        },
        {
            "id": 480,
            "content_url": "https://medium.com/@shannon.m.wells/21st-century-skills-badging-a-bridge-from-education-to-the-workforce-350f8ac688c4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Localize & translate"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "21st Century Skills Badging: A bridge from education to the workforce",
            "description": "The New World of Work (NWoW) 21st Century Skills program provides free video, curriculum, assessment, and digital badge resources to California community colleges and their partners, including secondary institutions, workforce boards, and employers. NWoW’s Competencies, Attributes, and Traits for the “Top 10” 21st Century Skills were established based on Mozilla's 21C skills and competencies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_204424.1326530000.png",
            "created": "2017-10-20T20:44:24.132305Z",
            "moderation_state": 3
        },
        {
            "id": 479,
            "content_url": "https://github.com/derekhoward/HBAsets",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "Mozilla Open Leadership Project",
                "open data",
                "open leadership zone",
                "open-science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Derek Howard",
            "submitter_profile_id": 142,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Derek Howard",
                    "profile_id": 142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "HBAsets",
            "description": "We're making use of open brain transcriptome data to build a tool that helps scientists  understand how sets of genes (related to a disease of interest) map onto specific brain areas, cell types at  different time points.",
            "get_involved": "Help test the prototype, provide feedback on use cases, contribute to the web app development",
            "get_involved_url": "https://github.com/derekhoward/HBAsets",
            "interest": "Facilitating the re-use and integration of valuable open data sets",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2017-10-20T20:23:19.483887Z",
            "moderation_state": 3
        },
        {
            "id": 478,
            "content_url": "https://medium.com/@abdavidson/building-our-technology-policy-future-5b04479243a4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog: Building our Technology Policy Future",
            "description": "Mozilla Tech Policy Fellow Alan Davidson asks: How do we inspire a next generation of leaders with expertise in technology and public policy to guide our society through coming challenges?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_162418.7449330000.png",
            "created": "2017-10-20T16:24:18.744298Z",
            "moderation_state": 3
        },
        {
            "id": 477,
            "content_url": "https://blog.mozilla.org/berlin/en",
            "is_bookmarked": false,
            "tags": [
                "communication",
                "community",
                "Mozilla Berlin"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Cathleen Berger",
            "submitter_profile_id": 109,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Berlin moves to a new office - and a new page",
            "description": "Last week Mozilla Berlin officially moved into a new office space in Berlin-Kreuzberg. To celebrate this move we also launched a new website offering you a glimpse into our space, upcoming events, and of course the people, who work here. Have a look and please stop by to say hi in person, should you happen to be in Berlin!",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_143718.9007580000.jpg",
            "created": "2017-10-20T14:37:18.900363Z",
            "moderation_state": 3
        },
        {
            "id": 476,
            "content_url": "https://www.prereview.org/",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "Mozilla Open Leadership Project",
                "Mozilla Science Mini-Grant Awardee",
                "open leadership zone"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Sam Hindle",
            "submitter_profile_id": 141,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Hindle",
                    "profile_id": 141,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Preprint Journal Club Starter Kit",
            "description": "This project aims to develop resources to encourage the hosting of Preprint Journal Clubs at different research institutions around the world. The purpose of a Preprint Journal Club, in our opinion, would be to not only discuss research fresh out of the lab, but to provide an opportunity for early career researchers to develop their manuscript peer review skills, whilst also providing constructive feedback to the authors. We also hope that by introducing preprints into every-day lab practices, this project will promote the engagement of researchers with preprints.",
            "get_involved": "Volunteer to be a beta tester to test out our resources at a preprint journal club in your institution. Email us at [email protected]",
            "get_involved_url": "https://github.com/SamanthaHindle/preprint_JournalClub",
            "interest": "Our project helps to promote Open Access and Open Science, and offers a complementary mechanism for science communication vs traditional publishing",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_003807.0782030000.png",
            "created": "2017-10-20T00:38:07.077499Z",
            "moderation_state": 3
        },
        {
            "id": 475,
            "content_url": "https://blog.datproject.org/tag/science/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Aurelia Moser",
            "submitter_profile_id": 44,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "DAT",
            "description": "Posts about our work with scientists, librarians, and others who want to use Dat to manage and publish research data.",
            "get_involved": "Reach out to Danielle or check out the website to learn how to get involved",
            "get_involved_url": "https://dat.land/",
            "interest": "DAT is an open source project that has now spun into several different forked projects, many related to Open Science and Open Research.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-19_201154.7016430000.png",
            "created": "2017-10-19T20:11:54.701159Z",
            "moderation_state": 3
        },
        {
            "id": 471,
            "content_url": "https://medium.com/@amina_fazlullah/bringing-broadband-to-the-unconnected-b6cb759547d2",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog: Bringing Broadband to the Unconnected",
            "description": "Mozilla Tech Policy Fellow Amina Fazlullah writes about the need to connect the unconnected.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-17_162330.4883370000.png",
            "created": "2017-10-17T16:23:30.487656Z",
            "moderation_state": 3
        },
        {
            "id": 470,
            "content_url": "https://github.com/NEXMAP/odom_MozFest2017",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Code",
                "Design"
            ],
            "published_by": "Elisabeth Sylvan",
            "submitter_profile_id": 135,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Data/Open Minds",
            "description": "Open Data/Open Minds (ODOM) supports communities to tell the stories of their local environmental and civic concerns using science journaling, crafted visualization, and data investigation.",
            "get_involved": "help us design and/or develop our narrative--stats tool, suggest datasets to use and how people could use them, provide feedback on our curriculum!",
            "get_involved_url": "https://github.com/NEXMAP/odom_MozFest2017",
            "interest": "We are getting laypeople and young people using open data and open science resources through maker activities. How great is that?",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_212107.1208640000.png",
            "created": "2017-10-16T21:21:07.120552Z",
            "moderation_state": 3
        },
        {
            "id": 469,
            "content_url": "https://medium.com/@mkopel/badging-at-ala-2017-in-practice-3b4929ee23e4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "An-Me Chung",
            "submitter_profile_id": 77,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Badging with Librarians at ALA 2017",
            "description": "I had the opportunity to share out some of the work I and my fellow Web Literacy Leaders have been working on over the last year at the 2017 ALA Annual Conference in Chicago in June. The panel, “Implementing Gamified Assessment and Badges: A Practical Guide” (recording is available) looked at ways libraries could build these tools into existing programs. Each of the three presenters (including myself) came at the subject from a different point of view. With over 100 librarians in the room at 830 a.m. that Monday morning, we knew right away that there was tremendous interest.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "open credentials with library staff",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_201957.2051070000.png",
            "created": "2017-10-16T20:19:57.204640Z",
            "moderation_state": 3
        },
        {
            "id": 468,
            "content_url": "http://www.cnn.com/2017/10/14/opinions/internet-of-things-future-surman-thorne-opinion/index.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Essay: The future of the Internet of Things depends on this",
            "description": "A CNN.com by op-ed by Mark Surman and Michelle Thorne. The authors discuss an open, decentralized approach to IoT.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_201138.4106180000.png",
            "created": "2017-10-16T20:11:38.410046Z",
            "moderation_state": 3
        },
        {
            "id": 467,
            "content_url": "https://github.com/felipez3r0/openclasses",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open educational resource",
                "open graduation classes",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Join community",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Felipe Do E. Santo",
            "submitter_profile_id": 134,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Graduation Classes",
            "description": "OGC (Open Graduation Classes) is a method built to work with students, professors, and professionals to develop open graduation classes.",
            "get_involved": "Help us testing the method, building new classes, improving the existing content, and promoting the project.",
            "get_involved_url": "https://github.com/felipez3r0/openclasses/blob/master/CONTRIBUTING.md",
            "interest": "The OGC (Open Graduation Classes) is a method built to work with students, professors, and professionals to develop open graduation classes so universities can improve their classes, students can participate in the classes building processes and professionals can suggest/improve our classes",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_192102.3948090000.png",
            "created": "2017-10-16T19:21:02.393972Z",
            "moderation_state": 3
        },
        {
            "id": 466,
            "content_url": "https://github.com/itidigitalbr/privacy-board-game",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Design",
                "Localize & translate",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Geraldo Barros",
            "submitter_profile_id": 133,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy Board Game",
            "description": "The Privacy Board Game is an open, offline, extensible and board game to explore and analyze everyday situations on the Internet and learn how to navigate safely using good online security and privacy practices.",
            "get_involved": "Contribute to the project by testing the game, translating to your language, or collaborating on Github",
            "get_involved_url": "https://github.com/itidigitalbr/privacy-board-game/blob/master/CONTRIBUTING.md",
            "interest": "People are enact strong online safety habits through offline board game that's a fun way to learn anything, and bonus: our game is open, offline and extensible.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-16_172501.9109320000.png",
            "created": "2017-10-16T17:25:01.910449Z",
            "moderation_state": 3
        },
        {
            "id": 464,
            "content_url": "https://medium.com/read-write-participate/how-will-artificial-intelligence-impact-open-technologies-fc4ac7a6119b",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Will Artificial Intelligence Impact Open Technologies?",
            "description": "Mozilla Tech Policy Fellow Jason Schultz writes about the intersection of open source and AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-12_155740.4291820000.png",
            "created": "2017-10-12T15:57:40.428859Z",
            "moderation_state": 3
        },
        {
            "id": 463,
            "content_url": "https://gitlab.com/cameralibre/cut-copy-and-paste",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Test & feedback"
            ],
            "published_by": "Sam Muirhead",
            "submitter_profile_id": 130,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sam Muirhead",
                    "profile_id": 130,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cut, Copy & Paste: Open Source collaboration workshops (without digital tools!)",
            "description": "'Cut, Copy & Paste' is a workshop format to teach people how open source online collaboration works, in a creative, hands-on way, with no digital tools required! The primary target groups are designers, illustrators, animators, artists, and writers - people working in creative fields who may not ordinarily be exposed to open source ideas, or have the experience of collaborating in this way. Want to know how to do version control using only rubber stamps and a photocopier? I'll be running an open source zine-making workshop all weekend at MozFest, so drop in and try it for yourself!",
            "get_involved": "TAKE PART in the workshop at MozFest; SHARE LINKS to other examples of teaching Open Source in a fun, lo-fi way; contribute NEW IDEAS - what else could work? Could you using prose/poetry/music/illustration to teach Open Source? GIVE FEEDBACK: are there important aspects of open source to get across?",
            "get_involved_url": "https://gitlab.com/cameralibre/cut-copy-and-paste",
            "interest": "Anyone working in open source struggles to explain what makes it special to people outside of tech - Cut, Copy & Paste doesn't just tell people about open source collaboration, it gives them a tangible, memorable experience of it - in a short timeframe, and without any digital tools.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-12_075048.6190490000.png",
            "created": "2017-10-12T07:50:48.618658Z",
            "moderation_state": 3
        },
        {
            "id": 462,
            "content_url": "http://falsifiable.us",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open leadership zone",
                "open science",
                "reproducibility",
                "science"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Ivo Jimenez",
            "submitter_profile_id": 129,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Ivo Jimenez",
                    "profile_id": 129,
                    "is_active": true
                },
                {
                    "name": "Sina Hamedian",
                    "profile_id": 108,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Popper",
            "description": "Validating experimental results in research is time-consuming; it takes too long to recreate the environment where an experiment originally ran. Popper is a sound experimentation protocol rooted in best open source software practices. The Popper CLI tool aids practitioners in following the protocol and convention (for organizing files in a version-control repository), providing an easy way to implement experiments that are automatically re-executed and validated.",
            "get_involved": "We are looking for domain experts that might be willing to implement experiments following the convention and using our CLI tool. We also have a list of open issues on our github and welcome contributions of any kind",
            "get_involved_url": "http://github.com/systemslab/popper",
            "interest": "Popper allows practitioners (researchers, students) to make Open Science a reality. By following best DevOps practices taken from the Open Source Software (OSS) world, researchers get to work in the same way as OSS developers and contributors.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-24_140811.2172810000.png",
            "created": "2017-10-11T22:08:02.079035Z",
            "moderation_state": 3
        },
        {
            "id": 461,
            "content_url": "http://blueprint.cs4all.nyc",
            "is_bookmarked": false,
            "tags": [
                "community",
                "education",
                "oer",
                "open educational resource",
                "open leadership zone"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [
                "Create content",
                "Code",
                "Join community"
            ],
            "published_by": "Kara Chesal",
            "submitter_profile_id": 126,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kara Chesal",
                    "profile_id": 126,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenCS: Computing Education in NYC",
            "description": "Educators and technologists are invited to contribute open education resources and code to support the CS4All Blueprint, an online resource for NYC and the wider CS education community to support teaching ethical and creative computing to K-12 students.",
            "get_involved": "Contribute ethical and creative computer science education resources. Contribute to Google docs integration.",
            "get_involved_url": "https://github.com/nycdoe-cs4all/blueprint-learning-site",
            "interest": "The Mozilla community may be interested in this project if they want to contribute to the growing movement to teach kids computer science.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_214430.4599290000.jpg",
            "created": "2017-10-10T21:44:30.459408Z",
            "moderation_state": 3
        },
        {
            "id": 460,
            "content_url": "https://github.com/rainsworth/ROSA",
            "is_bookmarked": false,
            "tags": [
                "mozfest",
                "open access",
                "open data",
                "open educational resource",
                "open leadership zone",
                "open science",
                "open source"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Rachael Ainsworth",
            "submitter_profile_id": 123,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Rachael Ainsworth",
                    "profile_id": 123,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Resources for Open Science in Astronomy (ROSA)",
            "description": "Our mission is to compile and tailor open science best practices from around the web into a resource kit for astronomers to work openly from proposal to publication - we want to supply a single resource to early career scientists to empower them with the tools to practice open access/data/source/science! We envision that this project will result in two products: general open science resource kit that can be adapted to any field, and one specifically tailored for astronomy - ROSA. The end product aims to be a well-documented guide on WHY you should research openly and HOW.",
            "get_involved": "Help us compile resources, draft tutorials, design the website and provide feedback on the toolkit! This project relies on contributions from both the wider astrophysics and open science communities in order to benefit from diversity and range in input.",
            "get_involved_url": "https://github.com/rainsworth/ROSA/blob/master/ROADMAP.md",
            "interest": "Many scientific fields are still dominated by closed research practices. It is often difficult to reproduce results and frustrating to build/iterate on the research of others. The reasons for this are diverse, but one prominent issue is a lack of understanding about HOW to work in an open way.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_161009.7490470000.png",
            "created": "2017-10-10T16:10:09.746687Z",
            "moderation_state": 3
        },
        {
            "id": 459,
            "content_url": "https://medium.com/@gigibsohn/fighting-for-fast-fair-and-open-networks-f73dba1ddad3",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fighting for Fast, Fair and Open Networks",
            "description": "Mozilla Tech Policy Fellow Gigi Sohn writes about net neutrality, privacy, and other pressing internet issues.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_154258.9622140000.png",
            "created": "2017-10-10T15:42:58.961766Z",
            "moderation_state": 3
        },
        {
            "id": 458,
            "content_url": "https://medium.com/@Joannalib/creating-a-web-literacy-peer-learning-network-b4c803baa578",
            "is_bookmarked": false,
            "tags": [],
            "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": "Creating a Web Literacy Peer Network at Multnomah County  Library",
            "description": "In July, Liza and I headed to Chicago to meet the rest of the Mozilla Web Literacy Leaders, and it was inspiring and educational! We returned to Portland excited to bring together our cohort of Multnomah County Library colleagues (now named the Web Literacy Peer Learning Network) and get to work. The Peer Learning Network is made up of smart, dynamic, self-motivated individuals and we are excited to have them lead the way in Web Literacy learning at MCL.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-10_145623.5318170000.png",
            "created": "2017-10-10T14:56:23.531427Z",
            "moderation_state": 3
        },
        {
            "id": 457,
            "content_url": "https://ecleipteon.github.io/Thalos",
            "is_bookmarked": false,
            "tags": [
                "criptography",
                "mozfest",
                "online privacy & security",
                "online security",
                "open leadership zone"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Luca Maria Castiglione",
            "submitter_profile_id": 122,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Thalos",
            "description": "Simple and Secure approach to file storage in untrusted environments",
            "get_involved": "",
            "get_involved_url": "https://ecleipteon.github.io/Thalos",
            "interest": "Everyone should have the right to store their file in the cloud without concerning about privacy violantions.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-10-09T17:58:23.554256Z",
            "moderation_state": 3
        },
        {
            "id": 456,
            "content_url": "https://medium.com/@LinetData/privacy-in-the-era-of-big-data-45d5eb1cea75",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy in The Era of Big Data",
            "description": "Mozilla Tech Policy Fellow Linet Kwamboka writes about the exploitation of our personal data online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-09_140354.9589640000.png",
            "created": "2017-10-09T14:03:54.958290Z",
            "moderation_state": 3
        },
        {
            "id": 455,
            "content_url": "https://www.wired.com/story/actually-do-read-the-commentsthey-can-be-the-best-part/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Actually, Do Read the Comments—They Can Be the Best Part",
            "description": "An op-ed in WIRED by Mozilla's Andrew Losowsky, about online journalism and digital inclusion.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-06_202018.4419620000.png",
            "created": "2017-10-06T20:20:18.441571Z",
            "moderation_state": 3
        },
        {
            "id": 454,
            "content_url": "https://medium.com/@am_marilia/building-capacities-for-sustainable-digital-policies-f00e14c368b1",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Building capacities for sustainable digital policies",
            "description": "Mozilla Tech Policy Fellow Marília Monteiro writes about her work in the field of tech policy and internet governance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-05_154122.2230620000.png",
            "created": "2017-10-05T15:41:22.222677Z",
            "moderation_state": 3
        },
        {
            "id": 452,
            "content_url": "https://medium.com/read-write-participate/harnessing-the-energy-around-antitrust-and-competition-to-promote-a-healthy-internet-d326eaa2fd44",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Caroline Holland",
                    "profile_id": 338,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Antitrust, Competition, and a Healthy Internet",
            "description": "Mozilla Tech Policy Fellow Caroline Holland blogs about competition, anti-trust, and a healthy web.\n\nCaroline is a Former Official at the U.S. Department of Justice Antitrust Division and Former Chief Counsel of the Senate Antitrust Subcommittee.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-03_194646.9609800000.png",
            "created": "2017-10-03T19:46:46.960182Z",
            "moderation_state": 3
        },
        {
            "id": 451,
            "content_url": "https://beakerbrowser.com",
            "is_bookmarked": false,
            "tags": [
                "decentralization",
                "p2p",
                "peer-to-peer"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Create content",
                "Promote",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Tara Vancil",
            "submitter_profile_id": 115,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Tara Vancil",
                    "profile_id": 115,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Beaker browser",
            "description": "A browser for the decentralized Web. Comes with tools for hosting websites and APIs for building peer-to-peer applications.",
            "get_involved": "",
            "get_involved_url": "https://github.com/beakerbrowser/beaker",
            "interest": "Beaker is building on top of the existing Web platform to make it possible for developers to build apps that respect user privacy, are fork-able and modifiable by users, and don't need to depend on third-party data silos.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-10-01T19:36:15.327236Z",
            "moderation_state": 3
        },
        {
            "id": 450,
            "content_url": "https://blog.mozilla.org/blog/2017/09/25/adding-policy-firepower-mozilla-network/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Adding More Policy Firepower to the Mozilla Network",
            "description": "In June, Mozilla launched a new fellowship that brings together policy experts from around the world to advance crucial tech policy efforts. \n\nThis fall, Mozilla is announcing the appointment of seven advisors to help steer this fellowship into the future. Mozilla is also announcing one new fellow, bringing the cohort to 11 fellows from four countries who are already up to great work.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-29_175627.6814210000.png",
            "created": "2017-09-29T17:56:27.680818Z",
            "moderation_state": 3
        },
        {
            "id": 449,
            "content_url": "https://medium.com/read-write-participate/promoting-legal-protections-for-privacy-rights-in-the-united-states-a2c1d0404349",
            "is_bookmarked": false,
            "tags": [
                "online privacy & security",
                "privacy",
                "privacy and security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Promoting Legal Protections for Privacy Rights in the United States",
            "description": "Mozilla Tech Policy Fellow Camille Fischer writes about her work to promote privacy rights in the United States.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-28_192339.6447930000.jpg",
            "created": "2017-09-28T19:23:39.644410Z",
            "moderation_state": 3
        },
        {
            "id": 448,
            "content_url": "http://halcyonhouse.org/sites/default/files/2016-2017%20Halcyon%20Dialogue%20Series%20Report.pdf",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "drones",
                "robotics",
                "UAVs"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Shaping Robotics Policy for the 21st Century",
            "description": "The field of robotics has the potential to transform human life in the 21st century. Several dozen global leaders, experts, researchers, and innovators participated in a series of discussions hosted by Halcyon and the American Association for the Advancement of Science and produced this report and recommendations for policy makers, academic researchers, companies, and nonprofit organizations across nine major themes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-28_191537.1696710000.png",
            "created": "2017-09-28T19:15:37.168833Z",
            "moderation_state": 3
        },
        {
            "id": 447,
            "content_url": "https://www.youtube.com/watch?v=PsjunTAH-2A",
            "is_bookmarked": false,
            "tags": [
                "film",
                "iot",
                "openiotstudio"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Our Friends Electric | A Short Film by Superflux and Mozilla",
            "description": "What is the future of virtual assistants and artificial intelligence? Meet virtual assistants that grow with you, AI that speaks on your behalf, and a philosophically-minded companion that accidentally orders 2,000 pounds of organic horse manure. A film by Superflux and Mozilla. Officially premiered at the London Digital Design Weekend at the V&A museum on Saturday, September 23, 2017.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-27_131030.3577050000.png",
            "created": "2017-09-27T13:10:30.357130Z",
            "moderation_state": 3
        },
        {
            "id": 446,
            "content_url": "https://the-incredible-machine.github.io/viewsource/",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "film",
                "hardware",
                "iot",
                "openiotstudio",
                "shenzhen"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "View Source Shenzhen: A journey to the cradle of things",
            "description": "Shenzhen (China) is known for being the area where over 90% of electronics like smartphones are manufactured and assembled. It boasts a vibrant maker scene and an informal open innovation culture. Combined with readily available resources, capital and manufacturing capacity, Shenzhen seems to be the perfect place for makers to turn their ideas into reality. And would that also work for responsible connected products?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-26_152441.3273600000.jpeg",
            "created": "2017-09-26T15:24:41.326852Z",
            "moderation_state": 3
        },
        {
            "id": 445,
            "content_url": "http://thingscon.com/responsible-iot-report/",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "internet of things",
                "iot",
                "openiotstudio",
                "report",
                "thingscon"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                },
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "ThingsCon Report: The State of Responsible IoT",
            "description": "The ThingsCon report The State of Responsible IoT is a collection of essays by experts from the inter-disciplinary ThingsCon community of IoT practitioners. It explores the challenges, opportunities and questions surrounding the creation of a responsible & human-centric Internet of Things (IoT).\n\nPost by Bruce Sterling about the report: https://www.wired.com/beyond-the-beyond/2017/07/state-responsible-internet-things/",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-22_093908.5729860000.jpg",
            "created": "2017-09-22T09:39:08.571910Z",
            "moderation_state": 3
        },
        {
            "id": 444,
            "content_url": "http://parameters.ssrc.org/2017/09/going-beyond-technology-creating-citizen-centered-intelligent-communities/",
            "is_bookmarked": false,
            "tags": [
                "gigabit",
                "gigabit community fund",
                "intelligent communities",
                "smart cities"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Going beyond technology: Creating citizen-centered intelligent communities",
            "description": "Cities are rushing to get “smart” in order to create new economic opportunities, to take advantage of potential systems efficiencies, and to not be left behind the technological curve. This article in The Social Science Research Council's Parameters publication explores the steps to creating an inclusive smart city.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-21_160106.0216460000.jpg",
            "created": "2017-09-21T16:01:06.020955Z",
            "moderation_state": 3
        },
        {
            "id": 443,
            "content_url": "https://www.youtube.com/watch?v=BLIO6-OxCwY&feature=youtu.be",
            "is_bookmarked": false,
            "tags": [
                "aframe",
                "austin",
                "gigabit",
                "gigabit community fund",
                "webvr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Coding with A-Frame and My Brother's Keeper (video)",
            "description": "Through their My Brother's Keeper Makerspace, Changing Expectations guided young men of color to create WebVR scenes and produced sample WebVR lesson plans with teachers through their partnership in the University of Texas at Austin's WeTeach_CS Collaborative. Changing Expectations documented the WebVR scenes and shared them during a Community Showcase at the George Washington Carver Museum. To learn more about this project and the Mozilla Gigabit Community Fund, please visit mozilla.org/gigabit or follow @MozGig on Twitter.",
            "get_involved": "",
            "get_involved_url": "http://mozilla.org/gigabit",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-21_154109.1456580000.png",
            "created": "2017-09-21T15:41:09.145077Z",
            "moderation_state": 3
        },
        {
            "id": 442,
            "content_url": "https://issuu.com/helloqs/docs/caravanfieldnotes",
            "is_bookmarked": false,
            "tags": [
                "book",
                "craft",
                "fieldnotes",
                "india",
                "iot",
                "openiotstudio",
                "unbox"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "UnBox Caravan Field Notes: Craft Edition",
            "description": "These are field notes from the continuation of the UnBox caravan expeditions in Goa, earlier this year. Exploring craft, decentralisation and politics around IoT. In partnership with Mozilla's Open IoT Studio.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-21_140109.9838490000.png",
            "created": "2017-09-21T14:01:09.983169Z",
            "moderation_state": 3
        },
        {
            "id": 441,
            "content_url": "https://digitransglasgow.github.io/bridgingopenborders/",
            "is_bookmarked": false,
            "tags": [
                "book",
                "ddw17",
                "design",
                "iot",
                "musuem",
                "openiotstudio"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Irini-Mirena Papadimitriou",
                    "profile_id": 3229,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Bridging Open Borders: V&A Digital Design Weekend 2017 book",
            "description": "Digital Design Weekend at the Victoria and Albert Museum: an opportunity to drop by, see what’s cooking, hear some news, find out what’s exciting or worrying us. And we try to capture something of that in these books. Welcome to our digital barbecue.More about the V&A Digital Design Weekend: https://www.vam.ac.uk/event/dA7KWKAN/digital-design-weekend-2017",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-21_192014.0528450000.png",
            "created": "2017-09-21T13:54:17.015981Z",
            "moderation_state": 3
        },
        {
            "id": 440,
            "content_url": "https://paperstorm.it/",
            "is_bookmarked": false,
            "tags": [
                "net neutrality"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paperstorm for Net Neutrality",
            "description": "Mozilla’s activism website Paperstorm makes standing up for net neutrality simple. All you have to do is click — a lot",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-20_173627.7034410000.jpg",
            "created": "2017-09-20T17:36:27.702765Z",
            "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": 438,
            "content_url": "https://github.com/openiotstudio/general/raw/master/publications/DING%20magazine/issue1_DING_craft.pdf",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "craft",
                "DING",
                "iot",
                "magazine",
                "openiotstudio",
                "print"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                },
                {
                    "name": "Solana Larsen",
                    "profile_id": 81,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "DING: A magazine about the internet and things. #1 AUTUMN 2017",
            "description": "Welcome to the first issue of DING, a magazine about the Internet and things. We founded this magazine because we saw a gap in the practice of slow, considered making and the breakneck speed of technology. We wanted to anthologize the sprawling online conversations and provide a place of reflection for people interested\nin crafting technology in more responsible ways. It is our place of refuge to discuss internet health and emerging technologies - slowly, sustainably and in print.\n\nOur inaugural issue focuses on craft.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "An in-depth look at how craft might help us understand decentralization.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-18_143946.8096300000.png",
            "created": "2017-09-18T14:39:46.809252Z",
            "moderation_state": 3
        },
        {
            "id": 437,
            "content_url": "https://medium.com/read-write-participate/media-party-argentina-trying-to-unravel-the-impact-of-fake-news-in-the-post-truth-era-b7eefe1c435f",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Phillip Smith",
                    "profile_id": 50,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla at Media Party Argentina",
            "description": "The Mozilla Information Trust Initiative heads to Latin America to unravel the impact of fake news in the post truth era.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-14_135308.4051180000.png",
            "created": "2017-09-14T13:53:08.404660Z",
            "moderation_state": 3
        }
    ]
}