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=-published_by__profile&page=32
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=-published_by__profile&page=33",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-published_by__profile&page=31",
    "results": [
        {
            "id": 221,
            "content_url": "http://invisibleflock.com/blog/?p=323",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "prototype",
                "public space",
                "voice"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet of Forgotten Things",
            "description": "Looking at hooking forgotten services into Internet spaces and re-animating forgotten physical resources.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_151430.0799680000.png",
            "created": "2017-04-13T15:14:30.079430Z",
            "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": 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": 220,
            "content_url": "https://github.com/openiotstudio/bubble",
            "is_bookmarked": false,
            "tags": [
                "annonymity",
                "ar",
                "iot",
                "messaging",
                "prototype"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Bubble",
            "description": "An open, autonomous, anonymous messaging board for public places. Using a wifi hotspot, Bubble creates an invisible layer for hyper-local conversations in disconnected spaces.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_185755.6144710000.jpg",
            "created": "2017-04-13T15:10:11.404420Z",
            "moderation_state": 3
        },
        {
            "id": 436,
            "content_url": "https://github.com/openiotstudio/general/raw/master/publications/a_trustmark_for_IoT_thingscon_report.pdf",
            "is_bookmarked": false,
            "tags": [
                "connected devices",
                "iot",
                "labels",
                "report",
                "research",
                "things",
                "trust",
                "trustmarks"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Openness"
            ],
            "help_types": [
                "Design",
                "Test & feedback",
                "Join community"
            ],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Trustmark for IoT: A ThingsCon Report",
            "description": "Building consumer trust in the Internet of Things by empowering users to make smarter choices. A ThingsCon Report commissioned by Mozilla’s Open IoT Studio.",
            "get_involved": "Tell us your thoughts on the report!",
            "get_involved_url": "http://thingscon.com/",
            "interest": "Understand the landscape of trustmarks and labeling of consumer connected products",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-26_134659.1925250000.png",
            "created": "2017-09-14T11:12:50.423252Z",
            "moderation_state": 3
        },
        {
            "id": 219,
            "content_url": "https://github.com/openiotstudio/invisible-bearing",
            "is_bookmarked": false,
            "tags": [
                "data",
                "iot",
                "physical",
                "prototype"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Invisible Bearing",
            "description": "Plotting invisible data with a centuries-old navigational technique",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_150833.0103320000.jpg",
            "created": "2017-04-13T15:08:33.009834Z",
            "moderation_state": 3
        },
        {
            "id": 222,
            "content_url": "http://superworkbook.com/IoT/",
            "is_bookmarked": false,
            "tags": [
                "india",
                "insights",
                "iot",
                "research"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Michelle Thorne",
            "submitter_profile_id": 70,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Decentralizing the Internet of Things",
            "description": "Quicksand is working with the Open IoT Studio at the Mozilla Foundation to explore alternate narratives for the Internet of Things. These are stories that look at decentralization, craft and community resilience in India.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-13_151643.7949660000.jpg",
            "created": "2017-04-13T15:16:43.794543Z",
            "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": 177,
            "content_url": "http://dml2017.news/CFPdml2017-1",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Christopher Lawrence",
            "submitter_profile_id": 69,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Call for participation now open for the 2017 Digital Media & Learning Conference",
            "description": "Digital Media and Learning Conference 2017 | October 4-6, 2017 | University of California, Irvine\n\nAccepting applications: Wednesday, March 15, 2017– Wednesday, April 19, 2017\nNotifications of Acceptance: May 2017\n\nJoin us October 4-6, 2017, for the 8th annual Digital Media and Learning Conference. This international gathering brings together a vibrant and diverse community of innovators, thinkers, and progressive educators to delve into leading-edge topics in digital media and learning.",
            "get_involved": "",
            "get_involved_url": "http://dml2017.news/CFPdml2017-1",
            "interest": "Opportunity to connected with other educators exploring Web Literacy, Digital Inclusion and Open Innovation",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-06_195124.0224710000.png",
            "created": "2017-04-06T19:51:24.021795Z",
            "moderation_state": 3
        },
        {
            "id": 209,
            "content_url": "http://nooga.com/175618/downtown-alleyway-will-have-food-trucks-artists-music-fridays-in-may/?mc_cid=86d8f56ba7&mc_eid=4966e62be3",
            "is_bookmarked": false,
            "tags": [
                "#gigabit #gigabitcommunityfund #cha"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Katie Hendrix",
            "submitter_profile_id": 68,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Picnic in the Passageways",
            "description": "Hive Chattanooga will be showcasing one of their Gigabit Community Fund grantee projects with live robotics demos. This project was developed for youth who cannot easily use a mouse or keyboard but can use movement to send instruction to a computer or a robot!",
            "get_involved": "",
            "get_involved_url": "http://www.passagewayschattanooga.com/passageways/stage-genies/index.html",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2017-04-11T15:07:29.313269Z",
            "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": 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": 207,
            "content_url": "https://learning.mozilla.org/en-US/gigabit/portfolio",
            "is_bookmarked": false,
            "tags": [
                "4k",
                "artificial intelligence",
                "augmented reality",
                "gigabit",
                "iot",
                "low latency",
                "virtual reality",
                "vr"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Gigabit Project Portfolio",
            "description": "The Mozilla Gigabit Community Fund provides grant funding in select U.S. communities to support pilot tests of gigabit technologies such as virtual reality, 4K video, artificial intelligence, and their related curricula. In so doing, our goal is to increase participation in technology innovation in support of a healthy Internet where all people are empowered, safe, and independent online. Learn more about projects that are transforming education through gigabit technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "People could learn about what Mozilla is doing in the area of high speed internet technologies in the areas of education and workforce development.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-11_144654.1574030000.png",
            "created": "2017-04-11T14:46:54.156285Z",
            "moderation_state": 3
        },
        {
            "id": 1375,
            "content_url": "https://foundation.mozilla.org/en/blog/examining-ais-effect-on-media-and-truth/",
            "is_bookmarked": false,
            "tags": [
                "creativemedia19"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "2019-2020 Creative Media Award Winners",
            "description": "Mozilla is announcing its eight latest Creative Media Awards. These art and advocacy projects highlight how AI intersects with online media and truth — and impacts our everyday lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-09-23T18:02:50.978864Z",
            "moderation_state": 3
        },
        {
            "id": 423,
            "content_url": "https://github.com/MozillaFoundation/Gigabit-101-Workshop",
            "is_bookmarked": false,
            "tags": [
                "4k",
                "artificial intelligence",
                "curriculum",
                "edtech",
                "gigabit",
                "innovation",
                "open educational resource",
                "virtual reality"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Gigabit 101 Workshop Materials Available",
            "description": "The Mozilla Gigabit Community Fund provides grant funding to support the creation of gigabit technologies such as virtual reality, 4K video, and artificial intelligence. Our goal is to increase participation in technology innovation in support of a healthy Internet where all people are empowered, safe, and independent online. It became evident that while many people are aware of whether they have high-speed internet access, they may not know what it enables. This workshop helps to demystify terms, highlight ways it's being utilized, and help people innovate for their own projects and purposes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-08-25_204106.0946450000.jpg",
            "created": "2017-08-25T20:41:06.093876Z",
            "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": 198,
            "content_url": "https://edri.org/wp-content/uploads/2016/12/privacy4kids_booklet_web.pdf",
            "is_bookmarked": false,
            "tags": [
                "comics",
                "data",
                "fellowships",
                "kids",
                "open web fellows",
                "privacy",
                "resources"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Vanessa Rhinesmith",
            "submitter_profile_id": 65,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your guide to Digital Defenders vs. Data Intruders – Privacy for kids!",
            "description": "\"The Internet. It's cool, fast and global! But it's also complicated, sometimes.\" 2016-2017 Open Web Fellows host organization, EDRi (European Digital Rights) created a booklet \"Your guide to Digital Defenders vs. Data Intruders - Privacy for kids!\" to help young people between 10-14 years to protect their privacy.",
            "get_involved": "Download full booklet and or poster.",
            "get_involved_url": "https://edri.org/privacy-for-kids-digital-defenders/",
            "interest": "This is a great resource that breaksdown digital privacy in a fun, easy format.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_194755.3975790000.jpeg",
            "created": "2017-04-10T19:47:55.388690Z",
            "moderation_state": 3
        },
        {
            "id": 229,
            "content_url": "https://medium.com/cryptofriends/digital-security-training-resources-for-security-trainers-spring-2017-edition-e95d9e50065e",
            "is_bookmarked": false,
            "tags": [
                "fellows",
                "howto",
                "privacy",
                "resources",
                "security",
                "security training"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Vanessa Rhinesmith",
            "submitter_profile_id": 65,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Resources for Digital Security Trainers",
            "description": "This resource is an answer to the questions: “Where can I get up-to date security training links? What tools should I use and why?” It is organized into three sections: (1) toolkits that are up to date today; (2) how to keep up to date as a trainer; and (3) toolkits that are out of date but still worth reviewing.Last Updated: April 10, 2017Expiration Date/Best By: June 2017Next update: Summer 2017Image: Patrick MacLeod (@patrickmacleodphoto)",
            "get_involved": "Have a suggestion? Send the authors a tweet on Twitter.",
            "get_involved_url": "",
            "interest": "This piece will be of specific interest to security trainers, and those interested in (or in need of) security training resources.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-14_175757.0455210000.jpeg",
            "created": "2017-04-14T17:57:57.045164Z",
            "moderation_state": 3
        },
        {
            "id": 651,
            "content_url": "https://learningspaces.dundee.ac.uk/future-dialogues/",
            "is_bookmarked": false,
            "tags": [
                "design",
                "ethics",
                "iot",
                "voice"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Martin Skelly",
            "submitter_profile_id": 64,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Future Dialogues. Whose voice will control the future?",
            "description": "This exhibition is the culmination of a nine week interdisciplinary project at the University of Dundee sponsored by the Mozilla Open IoT Studio. 17 teams of students from Level 2 Graphic Design, Product Design and Illustration were challenged to dream up future scenarios involving voice-enabled internet services. In this exhibition the students presented ideas which range from bright optimistic visions to dark dystopian forewarnings. We hope you enjoy reading about the projects as much as we have enjoyed working on the collaboration.",
            "get_involved": "Watch out for the publication going up online in the next few weeks",
            "get_involved_url": "",
            "interest": "17 projects exploring key issues in the voice ecosystem.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-26_184349.1973940000.jpg",
            "created": "2018-03-26T16:07:57.243825Z",
            "moderation_state": 3
        },
        {
            "id": 318,
            "content_url": "http://2017.dundeedesignfestival.com/event-entry/voice-works-speech-recognition-the-internet-of-things/",
            "is_bookmarked": false,
            "tags": [
                "iot",
                "open iot",
                "voice"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Martin Skelly",
            "submitter_profile_id": 64,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Martin Skelly",
                    "profile_id": 64,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Voice Prototype Workshop",
            "description": "A series of provocative prototypes to raise awareness, encourage debate and enable change around a voice controlled Internet. Created for a workshop at the Dundee Design Festival 2017.",
            "get_involved": "Coming soon to github repo for further development",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_141406.7813530000.jpg",
            "created": "2017-05-30T14:14:06.780772Z",
            "moderation_state": 3
        },
        {
            "id": 196,
            "content_url": "https://futurecameras.wordpress.com/about/",
            "is_bookmarked": false,
            "tags": [
                "djcad",
                "open iot"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Martin Skelly",
            "submitter_profile_id": 64,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Future Cameras",
            "description": "A teaching collaboration between DJCAD and Mozilla Foundation, over a hundred students were challenged to design future cameras as part of the Mozilla Open IoT Studio. The projects explore privacy, security, ethics, open innovation, decentralization and the ever changing relationship we have with our precious memories. Online and print publication coming soon - team process blogs are at: https://futurecameras.wordpress.com/team-blogs/\n\n(featured image: https://35mm2017.wordpress.com/)",
            "get_involved": "watch out for the print & online publication coming soon",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_103926.9902960000.jpg",
            "created": "2017-04-10T10:39:26.989642Z",
            "moderation_state": 3
        },
        {
            "id": 305,
            "content_url": "https://github.com/PiReel/PiReel-Core",
            "is_bookmarked": false,
            "tags": [
                "mozilla clubs",
                "teachtheweb"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Pi Reel",
            "description": "Pi Reel is an easy to use animation tool, made for engineers, makers, and scientists of all skill levels. Pi Reel can create everything from animations, entrepreneurial videos, animated structures and gizmos.",
            "get_involved": "Share ideas, suggestions and feedback in our collaborative repository and discussion.",
            "get_involved_url": "https://github.com/mozilla/global-sprint/issues/68#issuecomment-303833209",
            "interest": "We work openly and use methods of communicating via the web, in the hopes of starting to put together applications developed for the cloud that enable people to express themselves.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_141710.3827230000.png",
            "created": "2017-05-25T14:17:10.382213Z",
            "moderation_state": 3
        },
        {
            "id": 202,
            "content_url": "https://medium.com/@colorwheels/mozilla-dot-clubs-kick-off-in-east-africa-557e3428175",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion",
                "mozilla clubs",
                "web literacy"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla DOT Clubs kick off in East Africa",
            "description": "Blog post recap of Mozilla Clubs training in East Africa with links to materials, activities and how to get involved.",
            "get_involved": "Help us localize content, build new activities or launch Clubs in more regions around the globe",
            "get_involved_url": "https://github.com/mozilla/mozillaclubs",
            "interest": "It includes an open leadership and web literacy training that for both online and offline environments.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_221744.8034570000.jpg",
            "created": "2017-04-10T22:17:44.803147Z",
            "moderation_state": 3
        },
        {
            "id": 307,
            "content_url": "https://learningfreewheel.wordpress.com/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Create content"
            ],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MakersJam Mozilla Club on the Road",
            "description": "MakersJam OnTheRoad seeks to reach a wider audience by offering Maker Educator Residencies in schools and informal learning spaces, supporting them to kickstart their MakerSpaces, grow professional learning opportunities and develop an experimental/tactile approach to hands on learning of Web Literacy skills. MakersJam aims to make web literacy an embedded part of primary/elementary school curriculum and teacher/educator training.",
            "get_involved": "Help us invent different models and projects that would take the MakersJam into schools or informal learning spaces.",
            "get_involved_url": "https://github.com/shillontheroad/makers-jam",
            "interest": "People from all backgrounds can contribute to this project, especially if you love to tinker, connect seemingly random ideas, teach and learn visually or in a tactile way.     Love to code.     Love the MozFest experience",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_175326.8552330000.jpeg",
            "created": "2017-05-25T17:53:26.854175Z",
            "moderation_state": 3
        },
        {
            "id": 338,
            "content_url": "https://github.com/algobook/algoBook",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "algoBook - The Curated Book of Algorithm",
            "description": "algoBook is a curated list of algorithms, solutions and their explanations on the basis of community feedback. It is an open platform for users to come and submit solutions to various algorithms in any language and of any platform. These Algorithms are added with their complexity mentioned in the description so that users can explore solutions for different complexity.",
            "get_involved": "Help us simplify the UI, improve code architecture and add basic features.",
            "get_involved_url": "https://github.com/algobook/algoBook/blob/master/CONTRIBUTING.md",
            "interest": "This is a community based platform where people can learn and share algorithms of any language and platform.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_133159.3793230000.png",
            "created": "2017-06-01T13:31:59.378865Z",
            "moderation_state": 3
        },
        {
            "id": 306,
            "content_url": "https://github.com/pransh15/decentralization-camp/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Decentralization Camp",
            "description": "A one-stop shop for someone to learn about Decentralization and why it is important.",
            "get_involved": "You can make graphics, memes, write blogs, do petitions, get us a reach, discuss with us what's necessary and what's not, review us, make websites and if nothing else urge people, Tweet about it or post it on Facebook so that we get as much suport as we need to keep this web an Open one.",
            "get_involved_url": "https://github.com/pransh15/decentralization-camp/blob/master/README.md",
            "interest": "We all have been a part of the internet, and making it what it is, and now as the scenario's changing we need to stop it. We need the web to be open, and nobody can take it away from us!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-25_162243.2433980000.jpg",
            "created": "2017-05-25T16:22:43.242854Z",
            "moderation_state": 3
        },
        {
            "id": 256,
            "content_url": "https://ottagit.gitbooks.io/git-push-freshman-open-curriculum/content/",
            "is_bookmarked": false,
            "tags": [
                "mozillaclubs",
                "mozlearn",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Git Push Freshman",
            "description": "The Git Push Freshman project is an open introductory course to version control concepts using Git and collaborative software development using GitHub to Computer Science first year students Maseno University, Kenya.\n\nFollowing an open curriculum developed in the course of this project and taking a hands-on approach, the project seeks to equip the students with basic technical skills necessary to enable them to contribute to open source software projects.",
            "get_involved": "Help us build the curriculum on GitHub and/or fork it to make a version of your own.",
            "get_involved_url": "https://github.com/ottagit/git_push_freshman",
            "interest": "It offers curriculum and information helpful for learners interested in collaboration, open source software and GitHub.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-03_152814.0145400000.png",
            "created": "2017-05-03T15:28:14.014081Z",
            "moderation_state": 3
        },
        {
            "id": 236,
            "content_url": "https://github.com/vyaspranjal33/privacy-brigade",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy Brigade",
            "description": "Privacy Brigade is awareness project that aims to teach students, citizens and professionals about privacy & security online.",
            "get_involved": "contribute to the project, especially during Mozilla's Global Sprint on June 1 and 2, 2017",
            "get_involved_url": "https://github.com/vyaspranjal33/privacy-brigade",
            "interest": "It focuses on teaching people about privacy & security and invites contributors",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-20_200646.9107510000.jpeg",
            "created": "2017-04-20T20:06:46.910508Z",
            "moderation_state": 3
        },
        {
            "id": 404,
            "content_url": "https://docs.google.com/document/d/1iczIx5F3tkZZaUorjVfYiD6MfnpYU9fvUP7xec0rs0o/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [
                "mozilla clubs",
                "readinglist",
                "research",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Clubs Reading List",
            "description": "An evolving reading list curated by Mozilla Clubs Manager, Julia Vallera. These readings are intended to enhance the learning experience for Mozilla Club Leaders around the world.",
            "get_involved": "Contribute additions to this list through our Mozilla Club repository on Github.",
            "get_involved_url": "https://github.com/mozilla/mozillaclubs/blob/master/readinglist.md",
            "interest": "It provides a monthly archive of relevent readings and resources related to Internet Health and Web Literacy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-07-14_195403.8626070000.png",
            "created": "2017-07-14T19:54:03.861948Z",
            "moderation_state": 3
        },
        {
            "id": 320,
            "content_url": "https://github.com/elidron/womenobservatory",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Observatorio para la mujer de habilidades digitales",
            "description": "Una comunidad segura, abierta e inclusiva para la mujer, su empoderamiento educativo y económico dentro de la web.El observatorio de habilidades digitales para la mujer es un proyecto abierto y colaborativo de diferentes comunidades y organizaciones en México y LATAM que parte de la necesidad de cerrar la Brecha Digital de género, mejorar las habilidades digitales y brindar oportunidades de desarrollo profesional y personal a las mujeres.",
            "get_involved": "Buscamos activar la participación de las mujeres para crear una comunidad de líderes, creadoras y partícipes en tecnología y la web.",
            "get_involved_url": "https://github.com/elidron/womenobservatory/blob/master/CONTRIBUTING.md",
            "interest": "Empoderar a mujeres jóvenes y adultas para activar su participación y asía crear una comunidad de líderes, creadoras y partícipes en tecnología y la web.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_162348.9880640000.png",
            "created": "2017-05-30T16:23:48.987568Z",
            "moderation_state": 3
        },
        {
            "id": 286,
            "content_url": "https://github.com/Obadha/baraza/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Baraza",
            "description": "Baraza is a social justice innovation that aims to facilitate conflict resolution at the domestic level and among community members. Baraza, presented as an android application, will allow community members seek an audience with their area chief or local administration from within the application for disputes or issues they want resolved. Additionally, they should be able to seek professional legal council from within the application.",
            "get_involved": "Help us document, design and develop various parts of the project.",
            "get_involved_url": "https://github.com/Obadha/baraza/blob/master/CONTRIBUTING.md",
            "interest": "The application allows a user to report a dispute arising, allows the local authority to see reported disputes relevant to their areas, and allows them to perform some action as per the dipute either pass a resolution from within the application or summon others..",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-17_193705.8228150000.PNG",
            "created": "2017-05-17T19:37:05.822482Z",
            "moderation_state": 3
        },
        {
            "id": 323,
            "content_url": "https://github.com/lisahandsonline/Internet-Safety-Driving-Licence",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Internet Safety Driving Licence",
            "description": "The Internet Safety Driving Licence is an open source online modular short course built to empower young people (aged 13+) to use the Internet ethically, safely & securely: to live, play & work well online.Think of it as a kind of Cyber-Ed: 5 modules comprising a formal online programme that will prepare a learner to sit the final Internet Safety Driving Test.Successful completion of all 5 Cyber-Ed modules by a learner will lead to the award of a full Internet Safety Driving Licence.",
            "get_involved": "Contribute ideas, content, assets and more to help this project grow.",
            "get_involved_url": "https://github.com/lisahandsonline/Internet-Safety-Driving-Licence/issues",
            "interest": "This helps educators share best practices for learners who want to publish themselves online, become thought leaders and learn skills and tools that enable them to stay safe and happy online.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_204118.5880420000.jpg",
            "created": "2017-05-30T20:41:18.587760Z",
            "moderation_state": 3
        },
        {
            "id": 339,
            "content_url": "https://github.com/LappleApple/feedmereadmes/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "feedmereadmes: A README help exchange",
            "description": "We aim to make READMEs clearer and more useful.",
            "get_involved": "Share your readme file with us to get feedback and collaboratively make suggestions on new ideas for this project.",
            "get_involved_url": "https://github.com/LappleApple/feedmereadmes/issues",
            "interest": "Project creators working in Github can place their work in a bigger context: why their work exists, what it does, what it doesn't do, etc.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_134939.1376270000.png",
            "created": "2017-06-01T13:49:39.137369Z",
            "moderation_state": 3
        },
        {
            "id": 345,
            "content_url": "https://github.com/Carotejada/Caja-de-herramientas-para-emprendedores/blob/master/README.md",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Carolina Tejada",
                    "profile_id": 97,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Caja de herramientas para emprendedores / Toolkit for entrepreneurs",
            "description": "Este proyecto pretende poner al alcance de emprendedores, pequeñas y medianas industrias de países en desarrollo como Colombia, experiencias, conocimiento y herramientas de alto impacto y bajo costo, utilizados por empresas y organizaciones de talla mundial.",
            "get_involved": "The main way to contribute to this project is to share experiences, success stories, tools, low (or zero) cost technologies and good practices that can be adapted by entrepreneurs, small and medium enterprises.",
            "get_involved_url": "https://github.com/Carotejada/Caja-de-herramientas-para-emprendedores/blob/master/CONTRIBUIR.md",
            "interest": "En principio buscamos recopilar contribuciones de expertos y aficionados, de diferentes disciplinas, ubicados en cualquier parte del mundo. Esta información será sistematizada y compartida abiertamente en una plataforma colaborativa la cual se definirá como parte del proyecto.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_160314.0441910000.jpg",
            "created": "2017-06-02T16:03:14.042997Z",
            "moderation_state": 3
        },
        {
            "id": 390,
            "content_url": "https://medium.com/read-write-participate/mozilla-global-sprint-is-an-event-for-everyone-5848faef2c3f",
            "is_bookmarked": false,
            "tags": [
                "mozsprint",
                "open leadership"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla Global Sprint Is an Event for Everyone",
            "description": "A short blog post about the impact of Mozilla Global Sprint and how it can grow.",
            "get_involved": "",
            "get_involved_url": "https://mozilla.github.io/global-sprint/",
            "interest": "Read about empowering examples from #mozsprint and how they impact the work Mozilla is doing.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-23_144745.5309420000.jpg",
            "created": "2017-06-23T14:47:45.529966Z",
            "moderation_state": 3
        },
        {
            "id": 264,
            "content_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Participation & Collaboration on Discourse",
            "description": "We are working with community members of the Mozilla Learning Discourse forum to improve participation and collaboration in the Mozilla Clubs thread so that we can increase openness & innovation. We're doing this by assessing activity levels in current channels used for communication, interviewing community members on what inspires them to be active in these discussion channels and gathering feedback on the incentives needed to improve participation.",
            "get_involved": "People can contribute to the project in Github and/or on Discourse.",
            "get_involved_url": "https://github.com/dunebuggie/participation-collaboration-mozillaclubs",
            "interest": "The project provides insightful findings on building online communities, sustaining participation and fostering high quality activity.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-08_154431.0288140000.jpeg",
            "created": "2017-05-08T15:44:31.028157Z",
            "moderation_state": 3
        },
        {
            "id": 193,
            "content_url": "https://medium.com/read-write-participate/ada-lovelace-day-curriculum-design-workshop-at-libre-learn-lab-ed5da38b882b",
            "is_bookmarked": false,
            "tags": [
                "curriculum",
                "mozilla clubs",
                "open science",
                "web literacy"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Julia Vallera",
                    "profile_id": 63,
                    "is_active": true
                },
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Ada Lovelace Day Curriculum Design Workshop at Libre Learn Lab",
            "description": "Zannah from the Mozilla Science Lab(MSL) and Julia from the Mozilla Clubs program decided to team up to run a women in STEM themed session at Libre Learn Lab, a two-day summit for people who create, use and implement freely licensed resources for K-12 education.",
            "get_involved": "Check out the examples in the repository and see if you can add to them and/or use them in your own work.",
            "get_involved_url": "https://github.com/mozillascience/curriculum-design-workshop",
            "interest": "The workshop development and implementation process resulted in new lessons on understanding how climate effects living things and on women inventors throughout history. These are available in the GitHub repository for public use.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-07_200944.2694010000.jpeg",
            "created": "2017-04-07T20:09:44.268975Z",
            "moderation_state": 3
        },
        {
            "id": 319,
            "content_url": "https://blog.mozillaindia.org/1891",
            "is_bookmarked": false,
            "tags": [
                "teachtheweb"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Julia Vallera",
            "submitter_profile_id": 63,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Digital Literacy Camp",
            "description": "In a quest to educate 100 underprivileged students and prepare them for a better tomorrow, we have launched the 'Digital Literacy Campaign 2017. One Common dream. The Desire to learn – Basic Computer Learning, Internet & Web Literacy, Spoken English and Smartphone usage. Our goal is to open a whole new world by fueling curiosity. We will grow effective skills through fun activities. Let’s work together to empower a generation of digitally literate citizens.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_155123.0626830000.png",
            "created": "2017-05-30T15:51:23.062212Z",
            "moderation_state": 3
        },
        {
            "id": 326,
            "content_url": "https://github.com/edgi-govdata-archiving/web-monitoring",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Comparing Changes on Government Web Pages",
            "description": "The Environmental Data & Governance Initiative (EDGI) has been monitoring changes to the content on tens of thousands of US government web pages. A team of analysts manually inspecting most changes has already identified significant changes to the government’s web presence, however, our work process is extremely labour-intensive. As a result we are building an open-source platform with an easy to use interface compare millions of federal web pages and review ‘diffed’ web page snapshots.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/edgi-govdata-archiving/web-monitoring/issues?q=is%3Aissue+is%3Aopen+label%3Amozsprint",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-31_121408.4658380000.png",
            "created": "2017-05-31T12:14:08.465535Z",
            "moderation_state": 3
        },
        {
            "id": 341,
            "content_url": "https://github.com/opentechinstitute/990-scraper",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Maya Wagoner",
                    "profile_id": 1779,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "990 Scraper",
            "description": "The 990 Scraper is a script for gathering information on nonprofits across the United States based on 990 tax data. This can include total revenues, number of employees, number of volunteers, location, the year it was formed, and more. The Open Technology Institute is using this tool to visualize data on nonprofits that build, use, or engage with technology for social justice, but presumably the tool could be used for any list of nonprofits you want. The script uses the ProPublica Nonprofit Explorer API, and places whatever pieces of information you want into a Google spreadsheet.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/opentechinstitute/990-scraper/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_151944.1372870000.jpg",
            "created": "2017-06-01T15:19:44.136977Z",
            "moderation_state": 3
        },
        {
            "id": 380,
            "content_url": "http://blog.colperscience.com/",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Colper Science",
            "description": "We are launching a podcast on open science showing its advantages in research. Most of the episodes will be the interviews with researchers who had published a paper using open science in any form, such as open data or open source programs, and accomplished useful results. The purpose of this podcast is mainly to share stories related to the Open Science methods. We hope to share novel methods and models used by researchers, librarians, developers and others world-wide which could inspire others to follow similar paths, and make Open Science the norm.",
            "get_involved": "",
            "get_involved_url": "https://github.com/ColperScience/podcasting/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-17_024012.6688740000.png",
            "created": "2017-06-17T02:40:12.668546Z",
            "moderation_state": 3
        },
        {
            "id": 1107,
            "content_url": "https://medium.com/read-write-participate/what-does-openness-mean-to-you-eb0af9e778bd",
            "is_bookmarked": false,
            "tags": [
                "working open"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Create content",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 5,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "What does openness mean to you?",
            "description": "This post is part 2 of the Openness at Mozilla series.\n\nThe Open Leadership & Events team (OLE) is working to help Mozilla, as well as our friends and allies, in our efforts to work more like a movement. We're kicking this off with the Openness Survey. Each week, a member of the OLE team will be publishing a blogpost focusing on one question from this survey.",
            "get_involved": "Join the discussion by answering: \"what does openness mean to you?\"",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-04-08_152512.8286090000.png",
            "created": "2019-04-08T15:25:12.828047Z",
            "moderation_state": 3
        },
        {
            "id": 1258,
            "content_url": "https://medium.com/@abbycabs/i-love-open-science-910ffdee78cf",
            "is_bookmarked": false,
            "tags": [
                "openness",
                "working open"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community",
                "Localize & translate"
            ],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "I love open science",
            "description": "Open science starts a broad conversation on what openness could mean for science. There are a multitude ways to apply openness to science, but they all lead up to better shared knowledge.",
            "get_involved": "Show your own support for open science",
            "get_involved_url": "https://medium.com/@abbycabs/i-love-open-science-910ffdee78cf",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-16_193112.5427020000.jpg",
            "created": "2019-07-16T19:31:12.541927Z",
            "moderation_state": 3
        },
        {
            "id": 342,
            "content_url": "https://github.com/nifrasismail/feedback",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "NIFRAS ISMAIL",
                    "profile_id": 14,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "FeedBACK API",
            "description": "Today feed backs are given by only based on the 5 start rating or reviews. we have a plan to create a global feedback API to giving more specific feedbacks to the users. Example say a food we are categorizes the rating based on spicy, healthy, look and feel, richness, and etc. These categories are not handled by a single hand it should be a crowd source",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/nifrasismail/feedback/blob/master/Contributing.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_152624.3625380000.png",
            "created": "2017-06-01T15:26:24.362016Z",
            "moderation_state": 3
        },
        {
            "id": 1897,
            "content_url": "https://docs.google.com/document/d/1k51g0rXGbuscynN8hXl4ahyDScvwbBepDn-LL3CkDTc/edit?usp=sharing",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Zen of AI",
            "description": "This project will create The Zen of AI as a set of guiding principles to help people building AI products make design decisions. The Zen of AI is a culture code, intended to shape industry norms. It should be used as a complement to The Zen of Python. When using the two Zens together, they give guidelines on how to write good python code for AI products that are trustworthy.",
            "get_involved": "Join the #wg-building-trustworthy-ai channel on MozFest slack",
            "get_involved_url": "https://mozillafestival.org/slack/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-10-28_021407.5952900000.jpg",
            "created": "2020-10-28T02:14:07.595024Z",
            "moderation_state": 3
        },
        {
            "id": 351,
            "content_url": "https://github.com/WhitakerLab/BrainNetworksInPython",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint",
                "open science"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Brain Networks In Python",
            "description": "Brain Networks in Python is a project to make it easy to analyse neuroimaging data as a network.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/WhitakerLab/BrainNetworksInPython/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-02_224956.8232290000.png",
            "created": "2017-06-02T22:49:56.821365Z",
            "moderation_state": 3
        },
        {
            "id": 322,
            "content_url": "https://github.com/MrClan/RealTimePolls",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "RealTimePoll",
            "description": "A portal from where users can create a poll, and view the updates as votes are casted, in real time.",
            "get_involved": "Jump on in to our GitHub repository now or during the Global Sprint!",
            "get_involved_url": "https://github.com/MrClan/RealTimePolls/issues?q=is%3Aissue+is%3Aopen+label%3Amozsprint",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-30_195943.7021790000.gif",
            "created": "2017-05-30T19:59:43.701920Z",
            "moderation_state": 3
        },
        {
            "id": 343,
            "content_url": "https://github.com/cliqz-oss/green-analytics",
            "is_bookmarked": false,
            "tags": [
                "2017",
                "mozsprint"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Abigail Cabunoc Mayes",
            "submitter_profile_id": 62,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Green-Analytics",
            "description": "The aim is to build an analytics service, which the users can use on their websites, blogs etc. The existing solutions like Google Analytics, Piwik etc all rely on server-side aggregation which means they cookies, IP or other parameters to link the message on the backend. Privacy preserving analytics service is meant to cover a wide range of use-cases: Unique visits and page loads. Returning customers.",
            "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/cliqz-oss/green-analytics/blob/master/CONTRIBUTING.md",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-06-01_152931.0705710000.jpg",
            "created": "2017-06-01T15:29:31.070315Z",
            "moderation_state": 3
        }
    ]
}