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=-issues&page=3
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=-issues&page=4",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-issues&page=2",
    "results": [
        {
            "id": 968,
            "content_url": "https://medium.com/read-write-participate/introducing-the-trustable-technology-mark-f2ed8df3ba1c",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Trustable Technology Mark",
            "description": "A new tool by ThingsCon in Berlin will help consumers identify which devices truly respect their privacy and security",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_003304.8780840000.png",
            "created": "2018-12-07T00:33:04.877417Z",
            "moderation_state": 3
        },
        {
            "id": 2282,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "cfp-examples-2022"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2017 Sessions on GitHub",
            "description": "https://github.com/MozillaFoundation/mozfest-program-2017/issues",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-10-04T13:51:21.311474Z",
            "moderation_state": 3
        },
        {
            "id": 1652,
            "content_url": "https://digitalfreedomfund.org/why-covid-19-is-a-crisis-for-digital-rights/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Why COVID-19 is a Crisis for Digital Rights",
            "description": "\"The COVID-19 pandemic has triggered an equally urgent digital rights crisis,\" writes the Digital Freedom Fund's Nani Jansen Reventlow in this blog post.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_163803.7942600000.png",
            "created": "2020-04-29T16:38:03.793934Z",
            "moderation_state": 3
        },
        {
            "id": 2161,
            "content_url": "https://youtu.be/baPF-sOXP24",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The internet's original sin",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192218.5378410000.jpg",
            "created": "2021-07-05T18:10:12.070277Z",
            "moderation_state": 3
        },
        {
            "id": 76,
            "content_url": "http://mozillascience.github.io/working-open-workshop/data_reuse/",
            "is_bookmarked": false,
            "tags": [
                "data",
                "reuse",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Your Data Can Live Forever: How to Plan for Data Reuse",
            "description": "This activity is designed to help you understand what someone outside your research project (or you in 5-10 years) would need to know about your data in order to build on your work.",
            "get_involved": "Contribute to this guide on GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/data_reuse",
            "interest": "Help writing a data reuse plan when you're using data",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:52:50.296000Z",
            "moderation_state": 3
        },
        {
            "id": 79,
            "content_url": "http://mozillascience.github.io/working-open-workshop/code_of_conduct/",
            "is_bookmarked": false,
            "tags": [
                "code of conduct",
                "harrassment",
                "inclusive",
                "welcoming",
                "working open",
                "working open workshop"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Getting Started with Codes of Conduct",
            "description": "This activity walks you through some considerations associated with anti-harassment policies, and help you put in place a plan and process for creating a welcoming, inclusive, harrassment-free space.",
            "get_involved": "Contribute to this guide via GitHub",
            "get_involved_url": "https://github.com/mozillascience/working-open-workshop/tree/gh-pages/code_of_conduct",
            "interest": "Help writing a code of conduct",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-09-21T15:47:52.881000Z",
            "moderation_state": 3
        },
        {
            "id": 54,
            "content_url": "http://www.ektheater.com/",
            "is_bookmarked": false,
            "tags": [
                "2016",
                "artsaward",
                "education",
                "gaming",
                "mozfest",
                "multimedia",
                "performance",
                "theater"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Video Game Puppetry",
            "description": "See how EK Theater uses video games in their unique form of puppetry",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "EK Theater's work has been called \"an impressive feat of engineering, coordination, and storytelling\" by the New York Times. Learn their innovative techniques with director Eddie Kim!",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/54.jpg",
            "created": "2016-10-26T21:13:29.374000Z",
            "moderation_state": 3
        },
        {
            "id": 1643,
            "content_url": "https://www.cirt.gov.bd/internet-manrs/",
            "is_bookmarked": false,
            "tags": [
                "Bangladesh",
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MANRS Awareness Campaign in Local Language",
            "description": "I wrote an article in local language on the portal of Bangladesh Government’s Computer Incident Response Team (BGD e-GOV CIRT) to encourage network operators adopt MANRS recommendations. That was part of my routing security awareness campaign. This also helped accelerate the faster adoption of RPKI ROA in Bangladesh.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-08_125022.1868680000.jpg",
            "created": "2020-04-08T12:50:22.186371Z",
            "moderation_state": 3
        },
        {
            "id": 2159,
            "content_url": "https://youtu.be/F8ZdgFZOFac",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "#2019dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The Future of Digital Policy in Europe",
            "description": "What comes after the GDPR?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_191252.4060590000.jpg",
            "created": "2021-07-05T18:02:28.214740Z",
            "moderation_state": 3
        },
        {
            "id": 1668,
            "content_url": "https://foundation.mozilla.org/en/blog/privacy-norms-and-pandemic/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog: Privacy Norms and the Pandemic",
            "description": "Writes Mark Surman: \"Will things like digital contact tracing leave a legacy of better privacy norms, or worse ones?\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-05_145537.9307810000.jpg",
            "created": "2020-05-05T14:55:37.930235Z",
            "moderation_state": 3
        },
        {
            "id": 2014,
            "content_url": "https://player.vimeo.com/video/520159829?badge=0&autopause=0&player_id=0&app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Photo",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Photo.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152425.5864810000.png",
            "created": "2021-03-06T15:24:25.585849Z",
            "moderation_state": 3
        },
        {
            "id": 2015,
            "content_url": "https://player.vimeo.com/video/520160011?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479",
            "is_bookmarked": false,
            "tags": [
                "art",
                "Dutch",
                "Family resource",
                "mf-family-lejo",
                "mozfest",
                "video"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Lejo & Vase",
            "description": "Children and adults alike fall in love with Lejo’s hand puppet! Without the use of language, Dutch artist Lejo captures the viewer’s attention through clever sound effects and fun activities in these short clips. This is Lejo & Vase.",
            "get_involved": "",
            "get_involved_url": "http://www.lejo.nl/nl/filmpjes/",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-06_152640.8058970000.png",
            "created": "2021-03-06T15:26:40.805331Z",
            "moderation_state": 3
        },
        {
            "id": 1464,
            "content_url": "http://www.elviavasconcelos.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Our collective hopes: many stories, counter voices",
            "description": "The digital structures we have been creating mirror, reinforce and amplify systems of oppression that exist in real life* - it’s the IRL-Digital loop of rubbish.\nHow can we enable conversations to talk simply about these issues, but also about our collective hopes for the future(s)?\n\nElvia Vasconcelos invites audiences to join her in co-creating large-scale word maps to explore the ways in which society's inequalities are further expanding through digital structures and the ways in which to counter this through acts of resistance.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_182543.7915670000.jpg",
            "created": "2019-11-06T18:25:43.791203Z",
            "moderation_state": 3
        },
        {
            "id": 1931,
            "content_url": "https://discourse.mozilla.org/t/make-your-own-surveillance-network-on-the-cheap/46669",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "mozfest-dev"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Make Your Own Surveillance Network",
            "description": "Turns out it is really easy, and cheap, to create a surveillance network of people coming and going through, using just a couple of off-the-shelf technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-11-30_153554.6553370000.jpg",
            "created": "2020-11-30T14:36:50.438473Z",
            "moderation_state": 3
        },
        {
            "id": 2152,
            "content_url": "https://www.youtube.com/watch?v=PMP4CsMhfyc",
            "is_bookmarked": false,
            "tags": [
                "#2021sessionsdnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Harriet Kingaby",
                    "profile_id": 3796,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Alternatives to Digital Ads",
            "description": "Can alternatives to invasive online ads become mainstream?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_190249.9487710000.jpeg",
            "created": "2021-07-05T16:05:26.292486Z",
            "moderation_state": 3
        },
        {
            "id": 2190,
            "content_url": "https://youtu.be/14vMCXMFyXU",
            "is_bookmarked": false,
            "tags": [
                "mf2021selection",
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anouk Ruhaak",
                    "profile_id": 2467,
                    "is_active": true
                },
                {
                    "name": "Lindsey Frost Dodson",
                    "profile_id": 91,
                    "is_active": true
                },
                {
                    "name": "J. Bob Alotta",
                    "profile_id": 4248,
                    "is_active": true
                }
            ],
            "entry_type": "session",
            "title": "Mozilla Data Futures Lab Launch",
            "description": "In a world where data is only growing in importance, envisioning a healthier internet means rethinking dominant models of data governance to propose alternatives. The Data Futures Lab will connect and fund people around the world who are imagining and building such alternatives. This session will serve as the official launch of the Lab. We will explore what data stewardship is, dive into the goals of the Data Futures Lab, and discuss our biggest ambitions as well the challenges ahead. Featured panelists include Martin Tisné, Managing Director at Luminate, and J. Bob Alotta, VP of Global Progra",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_114619.5603570000.jpeg",
            "created": "2021-07-06T11:46:19.547452Z",
            "moderation_state": 3
        },
        {
            "id": 2001,
            "content_url": "https://learn.trinitycollege.co.uk/discoverathome-downloads",
            "is_bookmarked": false,
            "tags": [
                "At Home",
                "Family resource",
                "mf-family-community",
                "MozFest 2021",
                "working parents"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Downloadable Activities: Discover At Home Guide",
            "description": "Discover at Home enables children to be rewarded for the creative activities they enjoy. It supports children to connect with local museums, theatres and arts activities they enjoy and explore new ones, online or at home, until it’s possible to visit or engage with them again. \n\nWith easy to follow guidance and lots of suggestions for arts, craft and creative activities, Discover at Home is for parents & carers who may not be arts specialists themselves and are looking for something different to keep children engaged and entertained.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-03-03_015002.5773810000.jpg",
            "created": "2021-03-03T01:50:02.576950Z",
            "moderation_state": 3
        },
        {
            "id": 2163,
            "content_url": "https://youtu.be/cyEwbmYn7fA",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "On privacy, identity, and gender online",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192117.6397920000.jpg",
            "created": "2021-07-05T18:13:24.067224Z",
            "moderation_state": 3
        },
        {
            "id": 1827,
            "content_url": "https://foundation.mozilla.org/en/blog/supporting-black-artists-who-are-examining-ai/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Supporting Black Artists Who Are Examining AI",
            "description": "Mozilla’s latest round of Creative Media Awards will provide $245,000 in funding to Black artists who are exploring the effects of AI on racial justice.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-08-27_194118.1028770000.png",
            "created": "2020-08-27T19:41:18.102470Z",
            "moderation_state": 3
        },
        {
            "id": 2281,
            "content_url": "https://github.com/MozillaFestival/mozfest-program-2018/issues",
            "is_bookmarked": false,
            "tags": [
                "cfp-examples-2022"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "MozFest 2018 Sessions on GitHub",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-10-04T13:50:09.861605Z",
            "moderation_state": 3
        },
        {
            "id": 106,
            "content_url": "http://www.512tech.com/technology/mozilla-expands-its-national-gigabit-project-austin/0wo6pcOmcpRqDKrPypDfbP/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla expands its National Gigabit Project to Austin",
            "description": "Coverage of Mozilla's gigabit work",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla in the news",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2016-07-29T14:08:23.196000Z",
            "moderation_state": 3
        },
        {
            "id": 1848,
            "content_url": "https://carnegieindia.org/2020/08/24/policing-in-modern-india-technology-and-responsibility-event-7403",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Divij Joshi",
            "submitter_profile_id": 3125,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Divij Joshi",
                    "profile_id": 3125,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Policing in Modern India: Technology and Responsibility",
            "description": "I participated in a panel hosted by Tata Trusts and Carnegie India, which explored the use of technology by policing forces. I spoke about the kinds of databases and datafication of policing in India, and its implications for civil liberties and rights.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-10-13T08:55:24.555018Z",
            "moderation_state": 3
        },
        {
            "id": 2437,
            "content_url": "https://foundation.mozilla.org/en/blog/mozillas-responsible-computer-science-challenge-will-expand-to-kenya-and-india/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Steven Azeka",
                    "profile_id": 5951,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla’s Responsible Computer Science Challenge Will Expand to Kenya and India",
            "description": "Ambitious joint initiative with USAID will award $1.2 million to embed ethics in computer science curricula at institutions around the world. Expansion will build on four years of success at U.S. universities.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-07_195226.7073870000.jpg",
            "created": "2022-11-07T19:52:26.707116Z",
            "moderation_state": 3
        },
        {
            "id": 2187,
            "content_url": "https://youtu.be/SuUG0db-ZcE",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Girmit: Defining Moments - DIY Multi-dimensional Motion Artainment Experience",
            "description": "Girmit - Be Careful What You Sign Up For? Girmit, a corruption of the word agreement, is a global story of progress and change, with its routes in London. We exist in an age of agreements, with consent boxes on every portal and screen imaginable, our data being harvested like sugarcane. Over 150 years ago a sophisticated system of agreements followed the abolition of slavery. 2021 marks the centenary of the abolition of Girmit, also known as indentured labour. In an age of isolation, when oral histories become our heirlooms, Girmit approaches a complex history with empathy and sensitivity. Thi",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_113840.5720110000.jpeg",
            "created": "2021-07-06T11:38:40.561042Z",
            "moderation_state": 3
        },
        {
            "id": 1936,
            "content_url": "https://observatory.manrs.org/",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "mozfellows19",
                "NSRC",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "52% of South Asia's prefixes are RPKI Valid: November Fellowship Report",
            "description": "November has been an amazing month for my Fellowship project. With the progress of RPKI valid prefixes in almost all the 9 countries that I am working on, India and Afghanistan are well ahead of others compared to the previous month. India has now 41% valid prefixes which was about 32% in Oct. And, Afghanistan is now 49% compared to 43% in last month. All the 9 countries together has about 52% valid prefixes which was only 45% in last month. The number becomes 83% if India is excluded from the calculation. Over all, there has been a great progress in terms of RPKI deployment in the region.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-01_083603.4245500000.jpg",
            "created": "2020-12-01T08:36:03.423545Z",
            "moderation_state": 3
        },
        {
            "id": 2185,
            "content_url": "https://youtu.be/sAfopZFI5w0",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "404: Planet B not found.",
            "description": "The objective is to get people of different ages and regional and thematic backgrounds to deliberate on strategies for digital sustainability that take into account that the Internet affects our environment, our societies, our economies, and governance structures. All of these aspects interlink in order to be more digitally sustainable going forward. The basis of this exchange is going to be the recently drafted Youth4DigitalSustainability Recommendations (https://yigf.de/news/12-youth-recommendations-for-a-sustainable-internet/), that were developed by young experts from all world regions and",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112945.9129230000.jpeg",
            "created": "2021-07-06T11:29:45.853164Z",
            "moderation_state": 3
        },
        {
            "id": 1833,
            "content_url": "https://foundation.mozilla.org/en/blog/acknowledging-limits-our-ai-and-our-dna/",
            "is_bookmarked": false,
            "tags": [
                "dna",
                "mozfellows19",
                "privacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Acknowledging the Limits of Our AI (and Our DNA)",
            "description": "Ever since commercial genetic testing has become widely available, DNA-based predictions have exploded. While the first tests focussed on health and ancestry (the latter has been widely criticised), companies now claim that genetics can predict people’s ideal lifestyle, their intelligence, their personality and even their perfect romantic partner.\n\nCompanies that offer genetic predictions sell much more than DNA tests. They are also benefiting from – and ultimately spreading – the dangerous, yet incredibly compelling, idea that who we are is ultimately determined by biology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-09-08T18:17:30.775273Z",
            "moderation_state": 3
        },
        {
            "id": 2534,
            "content_url": "https://wonyoung.so/",
            "is_bookmarked": false,
            "tags": [
                "audit tools",
                "mozilla",
                "mozilla-mtf",
                "mozilla technology fund"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Wonyoung So",
                    "profile_id": 6337,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Countering Tenant Screening",
            "description": "Countering Tenant Screening Using Tenant Screening Data aims to develop a crowdsourcing tool and/or campaign to audit tenant screening services used by property owners. It seeks to reveal the patterns of the inner algorithms, data structures, and representations, by collecting tenant screening reports as well as denied renters’ experiences.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-05-10_103619.0422370000.jpg",
            "created": "2023-05-10T10:36:19.041970Z",
            "moderation_state": 3
        },
        {
            "id": 1592,
            "content_url": "https://www.euractiv.com/section/digital/opinion/the-eu-is-funding-dystopian-artificial-intelligence-projects/",
            "is_bookmarked": false,
            "tags": [
                "#mozfellows19",
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Op-ed: The EU is funding dystopian Artificial Intelligence projects",
            "description": "Despite its commitment to ‘trustworthy’ artificial intelligence, the EU is bankrolling AI projects that are ethically, legally, & scientifically questionable.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-02-04T09:48:05.083236Z",
            "moderation_state": 3
        },
        {
            "id": 2158,
            "content_url": "https://youtu.be/qtH216R2Hls",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "#2019dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Content Moderation’s Toll",
            "description": "A hidden workforce tries to keep platforms free from violence and pornography. How do they cope?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_191306.0268230000.jpg",
            "created": "2021-07-05T18:01:30.550593Z",
            "moderation_state": 3
        },
        {
            "id": 2182,
            "content_url": "https://youtu.be/vi1jb2uzZIs",
            "is_bookmarked": false,
            "tags": [
                "mf2021selection",
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "The Role of Tech in a Human Rights and Climate-Resilient Future",
            "description": "The future is uncertain. Whether climate policy, trade relations, or disruptive technology, we cannot be sure of how key factors reshaping the world will play out in the coming decade. Also, the operating context for business and other stakeholders is formed by the complex interactions of many factors, but often factors are considered in isolation and responses, siloed. The climate crisis plays a large role in shaping our future, with a growing impact on human rights. Water scarcity, wildfires, extreme weather, and rising sea levels already disproportionately affect marginalized populations, r",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112340.7297950000.jpeg",
            "created": "2021-07-06T11:23:40.718886Z",
            "moderation_state": 3
        },
        {
            "id": 2285,
            "content_url": "https://foundation.mozilla.org/campaigns/tiktok-political-ads/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Brandi Geurkink",
            "submitter_profile_id": 4026,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brandi Geurkink",
                    "profile_id": 4026,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "These Are “Not” Political Ads",
            "description": "Mozilla’s investigation reveals how political influencers are flying under the radar on TikTok, because TikTok’s political ad policies are not strong and enforceable enough to monitor the full breadth of paid political influence on the platform.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/tiktok-bring-in-ad-transparency-now/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-06-06_171659.8711830000.jpg",
            "created": "2021-10-13T15:56:30.270667Z",
            "moderation_state": 3
        },
        {
            "id": 1465,
            "content_url": "http://www.hyphen-labs.com",
            "is_bookmarked": false,
            "tags": [
                "Artists Open Web",
                "arts and culture",
                "Trustworthy AI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kai Landolt",
            "submitter_profile_id": 2455,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Caroline Sinders",
                    "profile_id": 2084,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Higher Resolutions",
            "description": "Higher Resolutions by Hyphen Labs, Caroline Sinders and Romy Gad el Rab examines what we share with machines and algorithms that define our privacy, behavior and digital rights, inspired by the question \"how did we get here?\" Focusing on technology and the next generation of 'higher power', Higher Resolutions explores the creation of power and the tools to disrupt, resist and redistribute power.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-06_183541.5051760000.png",
            "created": "2019-11-06T18:35:41.504628Z",
            "moderation_state": 3
        },
        {
            "id": 2156,
            "content_url": "https://youtu.be/x0xVKpDpxlg",
            "is_bookmarked": false,
            "tags": [
                "2019",
                "#2019dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "Who Wants to Be a Rebel?",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_191340.4091920000.jpg",
            "created": "2021-07-05T17:59:25.957849Z",
            "moderation_state": 3
        },
        {
            "id": 2540,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-kenyas-inaugural-cohort-of-responsible-computing-challenge-awardees/",
            "is_bookmarked": false,
            "tags": [
                "#RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing Kenya’s Inaugural Cohort of Responsible Computing Challenge Awardees",
            "description": "Mozilla’s expansion of the Responsible Computing Challenge in East Africa is ready for take-off. Eight universities embedding ethical studies in their computer science curricula will receive a cumulative sum of USD $200,000 in grants.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-06-29_155211.1075100000.jpg",
            "created": "2023-06-29T15:52:11.107249Z",
            "moderation_state": 3
        },
        {
            "id": 969,
            "content_url": "https://dingdingding.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "DING",
            "description": "In the second-ever edition of DING — Mozilla’s magazine about technology, society, and the future — we say goodbye to oppressive technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_003431.0035260000.png",
            "created": "2018-12-07T00:34:31.002874Z",
            "moderation_state": 3
        },
        {
            "id": 1829,
            "content_url": "https://medium.com/mozilla-festival/7-steps-to-a-great-mozfest-proposal-eff4f1cee6fe",
            "is_bookmarked": false,
            "tags": [
                "mfpage-dss"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Chad Sansing",
                    "profile_id": 58,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "7 Steps to a Great MozFest Proposal",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-07_105139.3094960000.png",
            "created": "2020-09-07T10:51:39.285173Z",
            "moderation_state": 3
        },
        {
            "id": 958,
            "content_url": "https://www.youtube.com/watch?v=503Yup0wpIk&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=1",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "AI’s Collateral Damage",
            "description": "Silicon Valley, Washington, DC, Beijing and other power centers are in an AI arms race. What does this mean for human rights and the centralization of power?\n\nThis panel from MozFest 2018 features Mozilla Fellow Camille Francois; AlgoTransparency founder Guillaume Chaslot; Social Science Research Council president Alondra Nelson; and author and former FBI special agent Clinton Watts.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163808.7763850000.jpg",
            "created": "2018-11-07T16:38:08.775849Z",
            "moderation_state": 3
        },
        {
            "id": 1783,
            "content_url": "https://foundation.mozilla.org/en/blog/step-inside-someone-elses-youtube-bubble/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Step Inside Someone Else’s YouTube Bubble",
            "description": "Introducing TheirTube, a Mozilla Creative Media Award recipient created by Tomo Kihara.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-29_144116.7650090000.png",
            "created": "2020-07-29T14:41:16.764513Z",
            "moderation_state": 3
        },
        {
            "id": 109,
            "content_url": "http://www.theatlantic.com/education/archive/2016/05/why-south-africas-tech-industry-still-needs-room-to-grow/481335/",
            "is_bookmarked": false,
            "tags": [
                "africa",
                "article",
                "literacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Alan Mooiman",
            "submitter_profile_id": 93,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Can South Africa Kickstart Its Tech Industry?",
            "description": "When two reporters with The Atlantic set out to explore internet education and innovation in South Africa, Mozilla weighed in as an expert.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Mozilla sounds off on web literacy, Mozilla Learning, and our read, write, participate philosophy.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/109.jpg",
            "created": "2016-07-28T15:29:40.291000Z",
            "moderation_state": 3
        },
        {
            "id": 2168,
            "content_url": "https://youtu.be/uK79tOINeDw",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "How to Build an Internet with Us, Not for Us",
            "description": "Anasuya Sengupta and Siko Bouterse of Whose Knowledge? explain how today’s internet is built for a majority by a minority.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_193112.4384670000.jpg",
            "created": "2021-07-05T18:23:32.079472Z",
            "moderation_state": 3
        },
        {
            "id": 2167,
            "content_url": "",
            "is_bookmarked": false,
            "tags": [
                "#2017dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "A Pep Talk For Nerds",
            "description": "",
            "get_involved": "",
            "get_involved_url": "https://www.youtube.com/watch?v=MFOdGSKSWDY",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2021-07-05T18:22:35.283700Z",
            "moderation_state": 3
        },
        {
            "id": 1911,
            "content_url": "https://www.youtube.com/watch?v=9YGKrSVa6rw&t=99s",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Sabrina Lindridge",
            "submitter_profile_id": 4315,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "I’m Sabrina",
            "description": "MozFest youth ambassador, sharing my passion for digital art.\nWhat I loved most about MozFest was its community of people that helped me to learn some coding, how to edit art and most of all teach and share with others to DIY what I love. \n\n\n\nWhat I’m looking forward to this year is how MozFest is going to adapt and modify to what we can all and can’t do! \nA project I enjoyed once was teaching a youth session on something I enjoy doing helping others grow there digital art skills.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-11-12T19:34:07.160722Z",
            "moderation_state": 3
        },
        {
            "id": 1736,
            "content_url": "https://foundation.mozilla.org/en/blog/can-you-tell-when-youre-chatting-with-a-bot/",
            "is_bookmarked": false,
            "tags": [
                "Presss Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Can You Tell When You’re Chatting with a Bot?",
            "description": "Introducing Bot or Not, an app exploring AI that mimics real humans.\n\nClick \"visit\" to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-08_181109.3908710000.png",
            "created": "2020-06-08T18:11:09.390302Z",
            "moderation_state": 3
        },
        {
            "id": 104,
            "content_url": "http://learning.mozilla.org/codemoji",
            "is_bookmarked": false,
            "tags": [
                "codemoji",
                "encryption",
                "game",
                "mozilla",
                "privacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Matthew Willse",
            "submitter_profile_id": 85,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Codemoji",
            "description": "A fun, interactive tool to learn about ciphers and the importance of encryption.",
            "get_involved": "Send a coded message and share Codemoji with your friends!",
            "get_involved_url": "https://advocacy.mozilla.org",
            "interest": "It's fun! You can send coded messages to your friends and family.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/104.jpg",
            "created": "2016-07-29T17:59:38.416000Z",
            "moderation_state": 3
        },
        {
            "id": 1555,
            "content_url": "https://2020.mm-ix.net/sch.php?idx=5",
            "is_bookmarked": false,
            "tags": [
                "MANRS",
                "MMNOG2020",
                "#mozfellows19",
                "mozfellows19",
                "NSRC",
                "ROA",
                "RPKI"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Mohammad Abdul Awal",
            "submitter_profile_id": 3114,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Mohammad Abdul Awal",
                    "profile_id": 3114,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Event wrap: MMNOG 2020 in Myanmar",
            "description": "I just returned from MMNOG2020 after presenting my work with Mozilla Foundation and NSRC on enhancing global routing security. The Conference held on Jan 16-17 in Yangon. I conducted a 30-min presentation on Impact of RPKI Validator in Bangladesh and lessons learned. The room was full of more than 150 network engineers. During the conference, I reached out to 6 organizations who fixed about 20 ROAs for their prefixes. They are: AS139206, AS135307, AS133384, AS134714, AS9654 and AS137861.I also took the opportunity to discussed about RPKI issues with some participants and speakers.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-27_143948.9330560000.JPG",
            "created": "2020-01-27T14:39:48.932337Z",
            "moderation_state": 3
        },
        {
            "id": 2184,
            "content_url": "https://youtu.be/i0n1Xaj-YbY",
            "is_bookmarked": false,
            "tags": [
                "MozFest Sessions 2021"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Marc Walsh",
            "submitter_profile_id": 2248,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "session",
            "title": "What has the Wikimedia movement to do with sustainability?",
            "description": "Our discussion will focus on how the Wikimedia movement can help the sustainability and climate movements while maintaining our neutral point of view. What does knowledge activism look like in a platform focused on being apolitical? In this talk we will look at how activist communities are developing a playbook to meet the world's information needs to confront a pressing climate crisis.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-06_112635.1925860000.jpeg",
            "created": "2021-07-06T11:26:35.179482Z",
            "moderation_state": 3
        },
        {
            "id": 2286,
            "content_url": "https://foundation.mozilla.org/campaigns/regrets-reporter/findings/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Brandi Geurkink",
            "submitter_profile_id": 4026,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brandi Geurkink",
                    "profile_id": 4026,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "YouTube Regrets",
            "description": "Mozilla and 37,380 YouTube users conducted a study to better understand harmful YouTube recommendations. This is what we learned.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/regrets-reporter/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-06-06_171615.7112550000.jpg",
            "created": "2021-10-14T11:22:11.638158Z",
            "moderation_state": 3
        }
    ]
}