CINXE.COM

Impact of COVID-19 on Democracy and Human Rights: Resources for Parliamentarians - Campaign for Democratic Renewal and Human Rights

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://use.typekit.net/pvv0lyc.css"> <link rel="apple-touch-icon" sizes="180x180" href="https://www.pgaction.org/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://www.pgaction.org/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.pgaction.org/favicon-16x16.png"> <link rel="manifest" href="https://www.pgaction.org/site.webmanifest"> <meta charset="UTF-8"> <meta name="generator" content="Elxis - Open Source CMS"> <meta name="robots" content="index, follow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:type" content="article"> <meta property="og:title" content="Impact of COVID-19 on Democracy and Human Rights: Resources for Parliamentarians"> <meta property="og:url" content="https://www.pgaction.org/dgi/drhr/covid-19.html"> <meta property="og:description" content="The current global health crisis requires a global response. Parliamentarians have a key role to play during the pandemic in serving as an essential bridge between the Executive and the people they re..."> <meta property="og:image" content="https://www.pgaction.org/media/images/articles9/covid-19-hub.jpg"> <meta property="og:image:width" content="1280"> <meta property="og:image:height" content="720"> <meta property="og:site_name" content="Parliamentarians for Global Action - Mobilizing Legislators as Champions for Human Rights, Democracy and a Sustainable World."> <title>Impact of COVID-19 on Democracy and Human Rights: Resources for Parliamentarians - Campaign for Democratic Renewal and Human Rights</title> <meta name="description" content="The current global health crisis requires a global response. Parliamentarians have a key role to play during the pandemic. Campaign for Democratic Renewal and Human Rights"> <meta name="keywords" content="democratic renewal and human rights, covid19, covid 19, coronavirus, corona virus, campaign for democratic renewal, resources, campaign, democratic, renewal, human, rights, impact, covid-19, democracy, parliamentarians"> <link rel="shortcut icon" href="https://www.pgaction.org/favicon.ico"> <link rel="search" type="application/opensearchdescription+xml" href="https://www.pgaction.org/inner.php/search/osdescription.xml" title="Parliamentarians for Global Action - Mobilizing Legislators as Champions for Human Rights, Democracy and a Sustainable World."> <link rel="canonical" href="https://www.pgaction.org/dgi/drhr/covid-19.html"> <link rel="alternate" hreflang="en" href="https://www.pgaction.org/dgi/drhr/covid-19.html"> <link rel="alternate" hreflang="es" href="https://www.pgaction.org/es/dgi/drhr/covid-19.html"> <link rel="alternate" hreflang="fr" href="https://www.pgaction.org/fr/dgi/drhr/covid-19.html"> <link rel="alternate" type="application/rss+xml" href="https://www.pgaction.org/dgi/drhr/rss.xml" title="Campaign for Democratic Renewal and Human Rights"> <link rel="stylesheet" href="https://www.pgaction.org/templates/system/css/standard.css?v=1718799509" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/solid.min.css?v=1715611273" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/regular.min.css?v=1715611273" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/fontawesome.min.css?v=1715611272" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/v4-shims.min.css?v=1715611274" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/modules/mod_mscounter/inc/mscounter.css?v=1656325857" type="text/css"> <link rel="stylesheet" href="https://www.pgaction.org/includes/fontawesome/css/brands.min.css?v=1715611272" type="text/css" media="all" > <link rel="stylesheet" href="https://www.pgaction.org/includes/js/mediabox/wa-mediabox.min.css?v=1684602265" type="text/css"> <link rel="stylesheet" href="https://www.pgaction.org/modules/mod_scrolltop/includes/scrolltotop.css?v=1584640571" type="text/css"> <script src="https://www.pgaction.org/includes/js/jquery/jquery-1.11.1.min.js"></script> <script src="https://www.pgaction.org/includes/js/jquery/jquery-migrate-1.2.1.min.js"></script> <script src="https://www.pgaction.org/includes/js/elxis.js?v=1684602265"></script> <script src="https://www.pgaction.org/modules/mod_mscounter/inc/mscounter.js?v=1652691150"></script> <script src="https://www.pgaction.org/templates/champions/includes/champions.js?v=1656334291"></script> <script src="https://www.pgaction.org/includes/js/mediabox/wa-mediabox.min.js?v=1585231320"></script> <script> //** jQuery Scroll to Top Control script- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com. //** Available/ usage terms at http://www.dynamicdrive.com (March 30th, 09') //** v1.1 (April 7th, 09'): //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead. //** 2) Fixes scroll animation not working in Opera. var scrolltotop={ setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]}, controlHTML: '<img class="scrolltop" src="https://www.pgaction.org/modules/mod_scrolltop/includes/top.png" style="width:55px; height:55px;" />', controlattrs: {offsetx:20, offsety:20}, anchorkeyword: '#top', state: {isvisible:false, shouldvisible:false}, scrollup:function(){ if (!this.cssfixedsupport) this.$control.css({opacity:0}) var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto) if (typeof dest=="string" && jQuery('#'+dest).length==1) dest=jQuery('#'+dest).offset().top else dest=0 this.$body.animate({scrollTop: dest}, this.setting.scrollduration); }, keepfixed:function(){ var $window=jQuery(window) var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety this.$control.css({left:controlx+'px', top:controly+'px'}) }, togglecontrol:function(){ var scrolltop=jQuery(window).scrollTop() if (!this.cssfixedsupport) this.keepfixed() this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false if (this.state.shouldvisible && !this.state.isvisible){ this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0]) this.state.isvisible=true } else if (this.state.shouldvisible==false && this.state.isvisible){ this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1]) this.state.isvisible=false } }, init:function(){ jQuery(document).ready(function($){ var mainobj=scrolltotop var iebrws=document.all mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body') mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>') .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'}) .attr({title:'Move up'}) .click(function(){mainobj.scrollup(); return false}) .appendTo('body') if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') mainobj.$control.css({width:mainobj.$control.width()}) mainobj.togglecontrol() $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){ mainobj.scrollup() return false }) $(window).bind('scroll resize', function(e){ mainobj.togglecontrol() }) }) } } scrolltotop.init() </script> <script> if (document.readyState != 'loading') { mscCounterLoad(); tpl5OnLoad(); if (document.getElementById('success-message-anchor')) { document.getElementById('success-message-anchor').scrollIntoView(); } } else if (document.addEventListener) { document.addEventListener('DOMContentLoaded', function(){ mscCounterLoad(); tpl5OnLoad(); if (document.getElementById('success-message-anchor')) { document.getElementById('success-message-anchor').scrollIntoView(); } }); } else { document.attachEvent('onreadystatechange', function() { if (document.readyState == 'complete') { mscCounterLoad(); tpl5OnLoad(); if (document.getElementById('success-message-anchor')) { document.getElementById('success-message-anchor').scrollIntoView(); } } }); } </script> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"NewsArticle","headline":"Impact of COVID-19 on Democracy and Human Rights: Resources for Parliamentarians","image":["https://www.pgaction.org/media/images/articles9/covid-19-hub.jpg"],"datePublished":"2022-07-20T11:25:00Z","dateModified":"2024-03-15T14:35:38Z","author":{"@type":"Organization","name":"Parliamentarians for Global Action","url":"https://www.pgaction.org"}} </script> <meta name="og:type" content="website"> <meta name="og:title" content=" - Parliamentarians for Global Action - Mobilizing Legislators as Champions for Human Rights, Democracy and a Sustainable World."/> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@pgaction"> <meta name="twitter:site:id" content="@pgaction"> <meta name="twitter:creator" content="@pgaction"> <meta property="twitter:image" content="https://www.pgaction.org/media/images/articles9/covid-19-hub.jpg"/> <meta property="og:image" content="https://www.pgaction.org/media/images/articles9/covid-19-hub.jpg"/> <meta name="twitter:description" content="The current global health crisis requires a global response. Parliamentarians have a key role to play during the pandemic."> <meta name="og:description" content="The current global health crisis requires a global response. Parliamentarians have a key role to play during the pandemic."> <link rel="stylesheet" href="https://www.pgaction.org/templates/champions/css/template.css?v=1738261147" type="text/css" /> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-FP10TSTXYV"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-FP10TSTXYV'); </script> </head> <body> <section class="loading-overlay"> <div class="Loading-Page"> <h1 class="loader">Loading...</h1> </div> </section> <header> <div class="header-top"> <div class="tpl5_toppos"> <div class="moduleutility-menu"> <ul class="elx_menu" data-level="0"> <li data-level0="nosubs"> <a href="http://eepurl.com/hnaFxz" title="Are you a Legislator? Join Now!"><i class="fas fa-bullhorn"></i> Are you a Legislator? Join Now!</a> </li> <li data-level0="nosubs"> <a href="https://www.pgaction.org/about/contact.html" title="Contact Us"><i class="fas fa-envelope"></i> Contact Us</a> </li> </ul> </div> <div class="modulesocials"> <ul> <li><a href="https://www.facebook.com/pgaction"><i class="fa fa-facebook"></i></a><br></li> <li><a href="https://www.flickr.com/photos/pgaction"><i class="fa fa-flickr"></i></a><br></li> <li><a href="https://www.instagram.com/parliamentarians.champions/"><i class="fa fa-instagram"></i></a><br></li> <li><a href="https://www.linkedin.com/company/708223/"><i class="fa fa-linkedin"></i></a><br></li> <li><a href="https://www.pgaction.org/feeds.html"><i class="fa fa-rss"></i></a><br></li> <li><a href="https://www.twitter.com/pgaction"><i class="fab fa-x-twitter"></i></a><br></li> <li><a href="https://www.youtube.com/user/pgactionTV"><i class="fa fa-youtube"></i></a><br></li> </ul></div> </div> <div class="tpl5_header_top_line"> <div class="tpl5_container5"> <div class="tpl5_header_top_linein"> <div class="tpl5_search_box"><form id="fmtpl5search455" class="tpl5_searchform" name="fmtpl5search" action="https://www.pgaction.org/search/campaigns.html" method="get"><div><div class="tpl5_search_magn"><i class="fas fa-search"></i></div><div class="tpl5_search_in"><input type="text" name="q" value="" id="tpl5search_q455" class="tpl5_search_input" placeholder="Search" dir="ltr" required="required" /></div></div><button type="submit" name="b" class="tpl5_search_btn"><i class="fas fa-search"></i></button></form></div> <div class="tpl5_lang_box"><form name="tpl5langfm" id="tpl5langfm" method="get" action="#" class="tpl5_lang_form"> <select name="lang" class="tpl5_select_lang" id="tpl5_select_lang" onchange="tpl5SwitchLang();"> <option value="en" selected="selected" data-act="https://www.pgaction.org/dgi/drhr/covid-19.html">English</option> <option value="es" data-act="https://www.pgaction.org/es/dgi/drhr/covid-19.html">Español</option> <option value="fr" data-act="https://www.pgaction.org/fr/dgi/drhr/covid-19.html">Français</option> </select> </form> </div> <div class="clear"></div> </div> </div> </div> </div> <div class="moduleheader-upper"> <div class="clearfix"> <div class="pull-left"> <div class="logo"><a href="https://www.pgaction.org"><img src="https://www.pgaction.org/templates/champions/images/logo_en.png?v=2025" alt="Parliamentarians for Global Action" width="292" height="80"></a></div> </div> <div class="pull-right upper-right"> <div class="vision-box"> <p><strong><em>Mobilizing Legislators as Champions for<br>Human Rights, Democracy, and a Sustainable World</em></strong></p> </div> </div> </div></div> </header> <section class="mainmenu-wrapper stricky"> <nav class="mainmenu-holder pull-left"> <div class="nav-header"> <ul class="elx_menu" data-level="0"> <li data-level0="nosubs"> <a href="https://www.pgaction.org/" title="Home">Home</a> </li> <li data-level0="subs"> <a href="https://www.pgaction.org/news/" title="News and Activities">News and Activities</a> <ul data-level="1"> <li data-level1="nosubs"> <a href="https://www.pgaction.org/news/" title="News Center"><i class="fas fa-newspaper"></i> News Center</a> </li> <li data-level1="subs"> <a href="https://www.pgaction.org/news/activity-calendars/" title="Activity Calendars"><i class="fas fa-calendar-alt"></i> Activity Calendars</a> <ul data-level="2"> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/activity-calendars/2025.html" title="PGA Activity 2025">PGA Activity 2025</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/activity-calendars/2024.html" title="PGA Activity 2024">PGA Activity 2024</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/activity-calendars/2023.html" title="PGA Activity 2023">PGA Activity 2023</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/activity-calendars/2022.html" title="PGA Activity 2022">PGA Activity 2022</a> </li> </ul> </li> <li class="menu_separator" data-level1="subs"> <a href="javascript:void(null);">Updates</a> <ul data-level="2"> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ilhr/adp/quarterly-updates/" title="ADP Campaign (Quarterly)"><i class="fas fa-book-dead"></i> ADP Campaign (Quarterly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/biological-security/" title="Biological Security (Weekly)"><i class="fas fa-biohazard"></i> Biological Security (Weekly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/cybersecurity/" title="Cybercrime (Weekly)"><i class="fas fa-shield-alt"></i> Cybercrime (Weekly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/international-justice/" title="International Justice (Weekly)"><i class="fas fa-balance-scale"></i> International Justice (Weekly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/news/nuclear-and-radiological-security/" title="Nuclear and Radiological Security (Weekly)"><i class="fas fa-radiation-alt"></i> Nuclear and Radiological Security (Weekly)</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/updates/" title="Rome Statute Campaign (Biannually)"><i class="fas fa-gavel"></i> Rome Statute Campaign (Biannually)</a> </li> </ul> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/annual-forum.html" title="Annual Forum"><i class="fas fa-users"></i> Annual Forum</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/cap-icc.html" title="CAP-ICC"><i class="fas fa-balance-scale"></i> CAP-ICC</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/defender-of-democracy-award.html" title="Defender of Democracy Award"><i class="fas fa-award"></i> Defender of Democracy Award</a> </li> </ul> </li> <li data-level0="subs"> <a href="https://www.pgaction.org/programmes-and-campaigns/" title="Programs and Campaigns">Programs and Campaigns</a> <ul data-level="1"> <li data-level1="subs"> <a href="https://www.pgaction.org/dgi/" title="Democracy, Gender, and Inclusion"><i class="fas fa-handshake"></i> Democracy, Gender, and Inclusion</a> <ul data-level="2"> <li data-level2="nosubs"> <a href="https://www.pgaction.org/dgi/cefm/" title="CEFM Campaign"><i class="fas fa-female"></i> CEFM Campaign</a> </li> <li data-level2="subs"> <a href="https://www.pgaction.org/dgi/drhr/" title="Democratic Renewal and Human Rights"><i class="fas fa-seedling"></i> Democratic Renewal and Human Rights</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/resources/code-of-conduct.html" title="Code of Democratic Conduct"><i class="fas fa-comments"></i> Code of Democratic Conduct</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/dgi/drhr/parrt.html" title="Parliamentary Rapid Response Team (PARRT)"><i class="fas fa-user-plus"></i> Parliamentary Rapid Response Team (PARRT)</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/dgi/drhr/parliamentary-toolbox-for-democracy-defense/" title="Parliamentary Toolbox for Democracy Defense"><i class="fas fa-toolbox"></i> Parliamentary Toolbox for Democracy Defense</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/dgi/drhr/covid-19.html" title="COVID-19 Resource Hub"><i class="fas fa-microscope"></i> COVID-19 Resource Hub</a> </li> </ul> </li> <li data-level2="subs"> <a href="https://www.pgaction.org/dgi/sogi/" title="SOGI Campaign"><i class="fas fa-transgender-alt"></i> SOGI Campaign</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/inclusion/" title="LGBTI Inclusion Site"><i class="fas fa-infinity"></i> LGBTI Inclusion Site</a> </li> </ul> </li> </ul> </li> <li data-level1="subs"> <a href="https://www.pgaction.org/hre/" title="Human Rights and Environment"><i class="fas fa-tree"></i> Human Rights and Environment</a> <ul data-level="2"> <li data-level2="nosubs"> <a href="https://www.pgaction.org/hre/climate-action/" title="Climate Action Campaign"><i class="fas fa-earth-americas"></i> Climate Action Campaign</a> </li> <li data-level2="subs"> <a href="https://www.pgaction.org/hre/oceans/" title="Protection of the Oceans"><i class="fas fa-water"></i> Protection of the Oceans</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/call-for-moratorium-on-deep-seabed-mining.html" title="Call for a Moratorium on Deep Seabed Mining">Call for a Moratorium on Deep Seabed Mining</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/cap-oceans.html" title="CAP-Oceans">CAP-Oceans</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/project-ending-iuu-fishing.html" title="Ending IUU Fishing">Ending IUU Fishing</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/marine-protected-areas.html" title="Marine Protected Areas">Marine Protected Areas</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/project-protecting-high-seas.html" title="Protecting the High Seas">Protecting the High Seas</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/hre/oceans/project-increasing-sustainability-ssf.html" title="Small-Scale Fisheries (SSF)">Small-Scale Fisheries (SSF)</a> </li> </ul> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/hre/climate-action/insights/" title="#InsightsByLawmakers"><i class="fas fa-film"></i> #InsightsByLawmakers</a> </li> </ul> </li> <li data-level1="subs"> <a href="https://www.pgaction.org/ilhr/" title="International Law and Human Rights"><i class="fas fa-gavel"></i> International Law and Human Rights</a> <ul data-level="2"> <li data-level2="subs"> <a href="https://www.pgaction.org/ilhr/rome-statute/" title="Rome Statute of the ICC"><i class="fas fa-balance-scale"></i> Rome Statute of the ICC</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/status.html" title="Status of the Rome Statute System">Status of the Rome Statute System</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/cap-icc.html" title="CAP-ICC">CAP-ICC</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/global-initiative-againsty-impunity/" title="Global Initiative Against Impunity">Global Initiative Against Impunity</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/news/international-justice/" title="International Justice Update">International Justice Update</a> </li> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/rome-statute/updates/" title="Rome Statute Campaign Updates">Rome Statute Campaign Updates</a> </li> </ul> </li> <li data-level2="subs"> <a href="https://www.pgaction.org/ilhr/adp/" title="Abolition of the Death Penalty"><i class="fas fa-book-dead"></i> Abolition of the Death Penalty</a> <ul data-level="3"> <li data-level3="nosubs"> <a href="https://www.pgaction.org/ilhr/adp/quarterly-updates/" title="Quarterly Updates of the ADP Campaign">Quarterly Updates of the ADP Campaign</a> </li> </ul> </li> </ul> </li> <li data-level1="subs"> <a href="https://www.pgaction.org/ips/" title="International Peace and Security"><i class="fas fa-dove"></i> International Peace and Security</a> <ul data-level="2"> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ips/bsh/" title="Biological Security and Health"><i class="fas fa-biohazard"></i> Biological Security and Health</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ips/nrs/" title="Nuclear and Radiological Security"><i class="fas fa-radiation-alt"></i> Nuclear and Radiological Security</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ips/cybersecurity.html" title="Global Cybercrime Campaign"><i class="fas fa-shield-alt"></i> Global Cybercrime Campaign</a> </li> <li data-level2="nosubs"> <a href="https://www.pgaction.org/ips/illicit-salw/" title="SALW/ATT Campaign"><i class="fas fa-ban"></i> SALW/ATT Campaign</a> </li> </ul> </li> </ul> </li> <li data-level0="subs"> <a href="https://www.pgaction.org/membership/" title="PGA Membership">PGA Membership</a> <ul data-level="1"> <li data-level1="nosubs"> <a href="https://www.pgaction.org/membership/our-members.html" title="Our Members"><i class="fas fa-users"></i> Our Members</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/membership/eligibility-criteria.html" title="Membership Eligibility Criteria"><i class="fas fa-clipboard-list"></i> Membership Eligibility Criteria</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/membership/join-pga.html" title="Join PGA!"><i class="fas fa-sign-in-alt"></i> Join PGA!</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/membership/forming-a-pga-national-group.html" title="Forming a PGA National Group"><i class="fas fa-flag"></i> Forming a PGA National Group</a> </li> </ul> </li> <li data-level0="nosubs"> <a href="https://www.pgaction.org/resources/" title="Resources">Resources</a> </li> <li data-level0="subs"> <a href="https://www.pgaction.org/about/" title="About Us">About Us</a> <ul data-level="1"> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/history-and-achievements.html" title="Our History and Achievements"><i class="fas fa-history"></i> Our History and Achievements</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/who-we-are.html" title="Who We Are"><i class="fas fa-sitemap"></i> Who We Are</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/how-we-work.html" title="How We Work"><i class="fas fa-handshake"></i> How We Work</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/strategic-plan.html" title="Strategic Plan"><i class="fas fa-route"></i> Strategic Plan</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/donors.html" title="Our Donors"><i class="fas fa-donate"></i> Our Donors</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/partners.html" title="Our Partners"><i class="fas fa-handshake"></i> Our Partners</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/employment.html" title="Employment & Internships"><i class="fas fa-users-cog"></i> Employment & Internships</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/financial-statements.html" title="Financial Statements"><i class="fas fa-coins"></i> Financial Statements</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/resources/brochure.html" title="Download Our Brochure"><i class="fas fa-file-pdf"></i> Download Our Brochure</a> </li> <li data-level1="nosubs"> <a href="https://www.pgaction.org/about/contact.html" title="Contact Us"><i class="fas fa-bullhorn"></i> Contact Us</a> </li> </ul> </li> <li data-level0="nosubs"> <a href="http://eepurl.com/hnaFxz" title="Are you a Legislator? Join Now!">Are you a Legislator? Join Now!</a> </li> </ul> </div> <div class="nav-footer hidden-lg"> <ul> <li><button class="menu-expander"><i class="fa fa-list-ul"></i></button></li> </ul> </div> <div id="logo-mob"><a href="https://www.pgaction.org"><img src="https://www.pgaction.org/templates/champions/images/logo_mob.png?v=2025" alt="Parliamentarians for Global Action" width="64%" height="auto"></a></div> </nav> </section> <div class="tpl5_pathwrap"><div class="tpl5_container5"> <nav class="tpl5_pathway"> <ul> <li><a href="https://www.pgaction.org/" title="Home">Home</a></li> <li><a href="https://www.pgaction.org/dgi/" title="Democracy, Gender, and Inclusion Program">Democracy, Gender, and Inclusion Program</a></li> <li><a href="https://www.pgaction.org/dgi/drhr/" title="Campaign for Democratic Renewal and Human Rights">Campaign for Democratic Renewal and Human Rights</a></li> <li>Impact of COVID-19 on Democracy and Human Rights: Resources for Parliamentarians</li> </ul> </nav> </div></div> <div class="tpl5_container5" id="tpl5_maincontainer"> <div class="tpl5_main"> <div class="elx_article_page" id="elx_article_page_1677"> <section class="inner-intro bg bg-fixed bg-pga-article" style="background-image:url(https://www.pgaction.org/media/images/articles9/covid-19-hub.jpg)"> <div class="elx5_article_header"> <div class="elx5_zero"> <div class="elx5_content_icons" data-icons="3"> <a href="javascript:void(null);" title="E-mail to friend" onclick="elxPopup('https://www.pgaction.org/inner.php/send-to-friend.html?id=1677', 600, 450);" rel="nofollow"><i class="fas fa-envelope"></i></a> <a href="javascript:void(null);" title="Share on Twitter" onclick="elxPopup('https://twitter.com/intent/tweet?text=Impact+of+COVID-19+on+Democracy+and+Human+Rights%3A+Resources+for+Parliamentarians&url=https%3A%2F%2Fwww.pgaction.org%2Fdgi%2Fdrhr%2Fcovid-19.html', 700, 450);"><i class="fab fa-twitter"></i></a> <a href="javascript:void(null);" title="Share on Facebook" onclick="elxPopup('https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.pgaction.org%2Fdgi%2Fdrhr%2Fcovid-19.html&t=Impact+of+COVID-19+on+Democracy+and+Human+Rights%3A+Resources+for+Parliamentarians', 700, 450);"><i class="fab fa-facebook-f"></i></a> </div> <div class="section-title"><h1 class="title text-white">Impact of COVID-19 on Democracy and Human Rights: Resources for Parliamentarians</h1></div> </div> </div></section> <div id="related"></div> </section> <section class="news"><div id="article" class="col-md-8 col-sm-12 col-xs-12 wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;"> <p>The current global health crisis requires a global response. Parliamentarians have a key role to play during the pandemic in serving as an essential bridge between the Executive and the people they represent, demanding and overseeing prompt and effective action from Government and the International Community. Parliamentarians now more than ever need the support of peers from around the world to share strategies and effective responses as the pandemic puts new strains on their ability to perform their mandate. PGA stands ready to assist. <a href="https://www.pgaction.org/news/message-from-pga-our-covid-19-response.html">read more</a></p> <p class="elx_info"><a href="https://www.pgaction.org/es/drhr/covid-19.html">Vea también nuestros materiales en español »</a></p> <div class="imodule"><div class="module"> <div class="imodule"><div class="modulecount countimator drhr"> <h3>COVID-19 Resources for Parliamentarians</h3> <div class="msc_wrap" id="msc_wrap451" data-modid="451" data-speed="3000" data-done="0"> <div class="msc_box msc_bg5 msc_colour20"> <div class="msc_icon"><span class="fa-solid fa-house"></span></div> <div class="msc_counter" id="mscounter451_0" data-max="567">0</div> <div class="msc_title msc_colour20">Total Resources</div> </div> <div class="msc_box msc_bg5 msc_colour20"> <div class="msc_icon"><span class="fas fa-landmark-flag"></span></div> <div class="msc_counter" id="mscounter451_1" data-max="279">0</div> <div class="msc_title msc_colour20">Democracy</div> </div> <div class="msc_box msc_bg5 msc_colour20"> <div class="msc_icon"><span class="fas fa-transgender-alt"></span></div> <div class="msc_counter" id="mscounter451_2" data-max="79">0</div> <div class="msc_title msc_colour20">Gender and Vulnerable Populations</div> </div> <div class="msc_box msc_bg5 msc_colour20"> <div class="msc_icon"><span class="fas fa-balance-scale"></span></div> <div class="msc_counter" id="mscounter451_3" data-max="93">0</div> <div class="msc_title msc_colour20">Humanitarian Law</div> </div> <div class="msc_box msc_bg5 msc_colour20"> <div class="msc_icon"><span class="fas fa-shield-alt"></span></div> <div class="msc_counter" id="mscounter451_4" data-max="54">0</div> <div class="msc_title msc_colour20">Information / Media / Privacy</div> </div> <div class="msc_box msc_bg5 msc_colour20"> <div class="msc_icon"><span class="fas fa-seedling"></span></div> <div class="msc_counter" id="mscounter451_5" data-max="62">0</div> <div class="msc_title msc_colour20">State Action</div> </div> </div> </div> </div> <br> <div class="row"> <div class="col-md-4 col-sm-4 col-xs-4"> <a href="https://www.pgaction.org/drhr/covid-19.html" class="btn btn-sm animated-button">Latest</a></div> <div class="col-md-4 col-sm-4 col-xs-4 pl-30 pr-30"> <a href="https://www.pgaction.org/drhr/covid-2021.html" class="btn btn-sm animated-button">2021</a></div> <div class="col-md-4 col-sm-4 col-xs-4"> <a href="https://www.pgaction.org/drhr/covid-2020.html" class="btn btn-sm animated-button">2020</a></div> </div></div> </div> <table class="striped tablesaw drhr" data-tablesaw-mode="stack" data-tablesaw-sortable="" data-tablesaw-sortable-switch="" style="width=100%"> <thead> <tr> <th scope="col" data-tablesaw-priority="persist" data-tablesaw-sortable-col="" class="ts-resource">Resource</th> <th scope="col" data-tablesaw-sortable-col="" data-tablesaw-priority="persist" class="ts-type">Type</th> <th scope="col" data-tablesaw-sortable-col="" data-tablesaw-priority="persist" class="ts-region">Region</th> <th scope="col" data-tablesaw-sortable-col="" data-tablesaw-priority="persist" class="ts-issue">Issue</th> <th scope="col" data-tablesaw-sortable-col="" data-tablesaw-priority="persist" class="ts-source">Source Type</th> <th scope="col" data-tablesaw-sortable-col="" class="tablesaw-sortable-descending ts-date" data-tablesaw-priority="persist">Date</th> </tr> </thead> <tbody> <tr> <td class="title"><a target="_blank" href="https://www.justsecurity.org/82139/nato-must-tackle-digital-authoritarianism/">Just Security - NATO must tackle Digital Authoritarianism</a></td> <td>News and Analysis</td> <td>All</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1111</span> July 20 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=NzBTLqk6D5c">Democracy Talks - Democracy Makes the World More Secure and Prosperous</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1110</span> July 20 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.ned.org/global-struggle-over-ai-surveillance-emerging-trends-democratic-responses/">National Endowment for Democracy (NED) - The Global Struggle over AI Surveillance: Emerging Trends and Democratic Responses</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>All</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1109</span> July 20 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.as-coa.org/sites/default/files/inline-files/CCC_Report_2022_0.pdf">Control Risk, AS/COA, Americas Quarterly - The Capacity to Combat Corruption (CCC) Index</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>Americas</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1108</span> July 20 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.democracywithoutborders.org/21963/democracy-under-heavy-fire-across-the-globe-new-studies-say/">Democracy Without Borders - Democracy under heavy fire across the globe, new studies say</a></td> <td>News and Analysis</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1107</span> July 20 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=wf85jgGufq8">Inter-Parliamentary Union - Launch of the preliminary Indicators for democratic parliaments</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>IGO/Gov</td> <td><span class="stealth">1106</span> July 20 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.demdigest.org/how-to-revitalize-the-enlightenment-tradition-of-liberal-democracy/">National Endowment for Democracy (NED) - How to revitalize the Enlightenment tradition of liberal democracy</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1105</span> July 20 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.ned.org/events/global-turning-point-democracy-celebration-larry-diamond/">National Endowment for Democracy (NED) - A global turning point for Democracy? A celebration of Larry Diamond</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1104</span> July 20 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.wilsoncenter.org/event/going-digital-latin-american-digital-leaders-future-digital-media">Wilson Center - Going Digital: Latin American Digital Leaders on the Future of Digital Media</a></td> <td>Webinar/Podcast</td> <td>Americas</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1103</span> July 20 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=S03BjkQMoBs">Columbia University - THE INFODEMIC: How Censorship Turned COVID-19 into an Assault on Truth</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>Academia</td> <td><span class="stealth">1102</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.ned.org/events/journalism-on-the-frontlines-of-freedom/">National Endowment for Democracy (NED) - Journalism on the frontlines of Freedom</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1101</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=sJ1G_adWxls">RECONNECT - The Future of the European Union Reconciling Europe and its Citizens through Democracy and Rule of Law</a></td> <td>News and Analysis</td> <td>Europe</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1100</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.ned.org/despite-danger-afghan-women-demonstrate-for-rights/">National Endowment for Democracy (NED) - Despite danger, Afghan women demonstrate for rights</a></td> <td>News and Analysis</td> <td>Asia</td> <td>Human Rights (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1099</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://clubmadrid.org/democracy-at-a-tipping-point/">Club de Madrid - Democracy at a tipping point?</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1098</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.aspistrategist.org.au/information-disinformation-and-democracy-in-a-volatile-world/?utm_medium=email&amp;utm_campaign=Daily%20The%20Strategist&amp;utm_content=Daily%20The%20Strategist+CID_96cfd3cf2816dbf115f2dd8ddb4fee5f&amp;utm_source=CampaignMonitor&amp;utm_term=Information%20disinformation%20and%20democracy%20in%20a%20volatile%20world">Australian Strategic Policy Institute - Information, disinformation and democracy in a volatile world</a></td> <td>News and Analysis</td> <td>All</td> <td>Information/Media/Privacy</td> <td>Academia</td> <td><span class="stealth">1097</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.idea.int/blog/pandemic-states-emergency-changing-approaches-over-course-pandemic">International IDEA - Pandemic states of emergency: Changing approaches over the course of the pandemic</a></td> <td>Blog/Collection</td> <td>All</td> <td>Democracy (General)</td> <td>IGO/Gov</td> <td><span class="stealth">1096</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://blogs.lse.ac.uk/europpblog/2022/03/31/measuring-the-impact-of-covid-19-on-levels-of-political-trust/?utm_source=feedburner&amp;utm_medium=email">London School of Economics - Measuring the impact of Covid-19 on political trust</a></td> <td>Blog/Collection</td> <td>All</td> <td>Democracy (General)</td> <td>Academia</td> <td><span class="stealth">1095</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.hrw.org/news/2022/03/26/pandemic-strikes-new-authoritarian-hong-kong">Human Rights Watch - Pandemic strikes new, authoritarian Hong Kong</a></td> <td>News and Analysis</td> <td>Asia</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1094</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://dq4n3btxmr8c9.cloudfront.net/files/KBEEq5/Report_Media_Freedom2022_final.pdf">Civil Liberties Union for Europe&nbsp;- Media Freedom Report (2022)</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>All</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1093</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.euractiv.com/section/politics/opinion/splitting-up-europes-authoritarian-alliance/">Euroactive - Splitting up Europe’s authoritarian alliance</a></td> <td>News and Analysis</td> <td>Europe</td> <td>Democracy (General)</td> <td>Media</td> <td><span class="stealth">1092</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.amnesty.org/en/latest/research/2022/03/annual-report-202122/">Amnesty International - The State of the World's Human Rights</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>All</td> <td>Human Rights (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1091</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.wola.org/events/prosecutors-democracy-lessons-guatemala/">WOLA - Prosecutor’s Offices in Democracy: Lessons from Latin America for Guatemala</a></td> <td>News and Analysis</td> <td>Americas</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1090</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.journalofdemocracy.org/the-rebirth-of-the-liberal-world-order/">Journal of Democracy - The Rebirth of the Liberal World Order?</a></td> <td>Blog/Collection</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1089</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://static1.squarespace.com/static/5abb53e6372b9691939ac577/t/62319932d81fcf4a32a9e2e0/1647417654829/DEM-DEC+WP_2022-1_Daly_v2.pdf">DEM-DEC - Repairing Decayed Democracies Working Paper Series. ‘Good’ Court-Packing? The Paradoxes of Democratic Restoration in Contexts of Democratic Decay</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1088</span> May 30 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=HaQqqGr7xko">David Rockefeller Center for Latin American Studies - The World is Watching: Democracy and Human Rights in Brazil’s 2022 Elections</a></td> <td>Webinar/Podcast</td> <td>Americas</td> <td>Human Rights (General)</td> <td>Academia</td> <td><span class="stealth">1087</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://smex.org/vaccine-misinformation-is-doubt-key-to-certainty%EF%BF%BC/">Social Media Exchange (SMEX) - Vaccine Misinformation: Is Doubt Key To Certainty?</a></td> <td>News and Analysis</td> <td>All</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1086</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.hrw.org/news/2022/03/11/covid-19-pandemics-human-rights-failures-persist">Human Rights Watch - Covid-19 Pandemic’s Human Rights Failures Persist. 2 Years On, Recommendations to Recalibrate Failed Approaches</a></td> <td>News and Analysis</td> <td>All</td> <td>Human Rights (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1085</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://genevasummit.org/program">Geneva Summit for Human Rights and Democracy 2022</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Human Rights (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1084</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://foreignpolicy.com/events/fp-virtual-dialogue-corruption-and-democratic-decay/">Foreign Policy - FP Virtual Dialogue: Corruption and Democratic Decay</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>Media</td> <td><span class="stealth">1083</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.idea.int/news-media/news/gender-equality-and-summit-democracy">International IDEA - Gender equality and the Summit for Democracy</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>All</td> <td>Gender &amp; Vulnerable Populations</td> <td>IGO/Gov</td> <td><span class="stealth">1082</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://anfrel.org/elections-during-covid-19-reforms-can-cure-ailing-democracy/">Asian Network for Free Elections - Malaysia: Elections During Covid-19: Reforms Can Cure Ailing Democracy’</a></td> <td>News and Analysis</td> <td>Asia</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1081</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=IvYjJ7elB-g">V-Dem Institute - 'Launch of Democracy Report 2022 &amp; V-Dem Dataset'</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1080</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.rnz.co.nz/programmes/the-detail/story/2018831852/politicians-and-the-protest-at-parliament">RNZ - Politicians and the protest at Parliament</a></td> <td>Webinar/Podcast</td> <td>Asia</td> <td>Democracy (General)</td> <td>Media</td> <td><span class="stealth">1079</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://dq4n3btxmr8c9.cloudfront.net/files/q3U2FR/LibertiesRuleOfLawReport2022.pdf">Civil Liberties Union for Europe - Liberties Rule of Law Report (Country &amp; Trend Reports on Democratic Records by Civil Society Organisations Across the European Union)</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>Europe</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1078</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=YOowx0E4cWY">Center for European Studies - “Standing Against Authoritarianism: Sviatlana Tsikhanouskaya, Belarus’ Opposition Leader on Fighting the Lukashenko Regime from Exile”</a></td> <td>Webinar/Podcast</td> <td>Europe</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1077</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://pomed.org/wp-content/uploads/2022/02/Yom_Khatib_Final-1.pdf">Project on Middle East Democracy (POMED) - Democratic Reform in Jordan: Breaking the Impasse</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>MENA</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1076</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.demdigest.org/tunisia/">National Endowment for Democracy (NED) - Tunisia: From nascent democracy to nascent dictatorship?</a></td> <td>News and Analysis</td> <td>MENA</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1075</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.nytimes.com/2022/02/09/briefing/china-russia-alliance.html">The New York Times - A new Axis (Alliance of Autocracies)</a></td> <td>News and Analysis</td> <td>All</td> <td>Democracy (General)</td> <td>Media</td> <td><span class="stealth">1074</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=wgWgjqly1qU">Hardvard University - The New Polarization in Latin America</a></td> <td>Webinar/Podcast</td> <td>Americas</td> <td>Democracy (General)</td> <td>Academia</td> <td><span class="stealth">1073</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=icEJ6-VwxBs&amp;t=222s">National Endowment for Democracy (NED) - ‘A democracy in action’: Ukraine’s new civic identity</a></td> <td>Webinar/Podcast</td> <td>Europe</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1072</span> April 22 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.idea.int/blog/repressing-democracy-online-asia-one-law-time">International IDEA - Repressing democracy online in Asia, one law at a time</a></td> <td>News and Analysis</td> <td>Asia</td> <td>Democracy (General)</td> <td>IGO/Gov</td> <td><span class="stealth">1071</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.bbc.com/news/world-africa-60289571">BBC News - Coups in Africa: Why they don’t spell the end of democracy</a></td> <td>News and Analysis</td> <td>Africa</td> <td>Democracy (General)</td> <td>Media</td> <td><span class="stealth">1070</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://theloop.ecpr.eu/covid-19-disinformation-smaller-untruth-more-infectious/">The Loop - Covid-19 disinformation: how smaller untruths can be more infectious than hard lies</a></td> <td>Blog/Collection</td> <td>All</td> <td>Democracy (General)</td> <td>Academia</td> <td><span class="stealth">1069</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://verfassungsblog.de/on-the-right-to-compulsory-vaccination/">Verfassungsblog - On the Right to Compulsory Vaccination</a></td> <td>Blog/Collection</td> <td>All</td> <td>Human Rights (General)</td> <td>Academia</td> <td><span class="stealth">1068</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.ejiltalk.org/inadequate-state-response-to-protect-life-and-health-in-times-of-covid-19-as-a-violation-of-human-rights-obligations-the-example-of-poland/">EJIL: Talk! - Inadequate State Response to Protect Life and Health in Times of COVID-19 as a Violation of Human Rights Obligations – the Example of Poland</a></td> <td>Blog/Collection</td> <td>Europe</td> <td>Human Rights (General)</td> <td>Academia</td> <td><span class="stealth">1067</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.democracywithoutborders.org/21963/democracy-under-heavy-fire-across-the-globe-new-studies-say/">Democracy Without Borders - Democracy under heavy fire across the globe, new studies say</a></td> <td>News and Analysis</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1066</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.amnesty.org/en/latest/news/2022/02/americas-alert-killings-human-rights-defenders-journalists/">Amnesty International - Americas: Amnesty International sounds alert over killings of human rights defenders and journalists in first month of 2022</a></td> <td>News and Analysis</td> <td>Americas</td> <td>Gender &amp; Vulnerable Populations</td> <td>NGO / Think Tank</td> <td><span class="stealth">1065</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.idea.int/news-media/news/summit-democracy-2021-–-taking-stock-one-month-later">International IDEA - Summit for Democracy 2021 – taking stock one month later</a></td> <td>News and Analysis</td> <td>All</td> <td>State Action</td> <td>IGO/Gov</td> <td><span class="stealth">1064</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=ObCli_gQg0I">Organisation for Economic Co-operation and Development (OECD) - Rebuilding Trust in Government and Public Institutions for a Functioning Democracy</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>IGO/Gov</td> <td><span class="stealth">1063</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.power3point0.org/2022/01/11/a-light-in-the-dark-opportunities-for-strengthening-resilience-in-the-covid-era-between-the-summits-for-democracy/">Power 3.0 - A light in the dark: Opportunities for strengthening resilence in the COVID-Era between the summits for Democray</a></td> <td>Blog/Collection</td> <td>All</td> <td>State Action</td> <td>NGO / Think Tank</td> <td><span class="stealth">1062</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://verfassungsblog.de/voting-in-the-pandemic/">Verfassungsblog - Voting in the Pandemic</a></td> <td>Blog/Collection</td> <td>All</td> <td>Democracy (General)</td> <td>Academia</td> <td><span class="stealth">1061</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://carnegieeurope.eu/specialprojects/europeandemocracyhub/">Carniege Europe - European Democracy Hub</a></td> <td>News and Analysis</td> <td>Europe</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1060</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://epd.eu/2022/02/23/supporting-transparency-strengthening-dialogue-between-civil-society-and-public-authorities-in-morocco/">European Partnership for Democracy - Supporting transparency: strengthening dialogue between civil society and public authorities in Morocco</a></td> <td>Webinar/Podcast</td> <td>Africa</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1059</span> March 21 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://muse.jhu.edu/article/843617">Project Muse - How Autocrats Undermine Media Freedom</a></td> <td>Book/Chapter/Magazine</td> <td>All</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1058</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.cima.ned.org/blog/the-weaponization-of-national-security-against-nigerias-free-press/">Center for International Media Assistance (CIMA) - The Weaponization of National Securty Against Nigeria's Free Press</a></td> <td>News and Analysis</td> <td>Africa</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1057</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://agendapublica.elpais.com/noticia/17583/prospects-for-democracy-latin-america-2022">El País - The prospects for democracy in Latin America in 2022</a></td> <td>News and Analysis</td> <td>Americas</td> <td>Democracy (General)</td> <td>Media</td> <td><span class="stealth">1056</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.washingtonpost.com/opinions/2022/01/10/southeast-asias-autocrats-have-created-an-alliance-against-democracy/">Washington Post - Southeast Asia’s autocrats have created an alliance against democracy</a></td> <td>News and Analysis</td> <td>Asia</td> <td>Democracy (General)</td> <td>Media</td> <td><span class="stealth">1055</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://pgaction.sharepoint.com/:x:/r/_layouts/15/Doc.aspx?sourcedoc=%7BE743479D-9A46-45D4-908D-0C0A0FC0A74A%7D&amp;file=COVID-19%20Essential%20Resources%202022.xlsx&amp;action=default&amp;mobileredirect=true">Center for Research and Extrimism - Liberal democracy is not dead</a></td> <td>Blog/Collection</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1054</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://c19re.org/covid-19-and-social-accountability-insights-from-a-rapid-baseline-study-in-ethiopia-kenya-and-uganda/">International Development Research Centre (IDRC) - Covid-19 and social accountability: Insights from a rapid baseline study in Ethiopia, Kenya and Uganda</a></td> <td>Blog/Collection</td> <td>Africa</td> <td>Human Rights (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1053</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.iri.org/news/combatting-covid-19-disinformation-in-armenia-through-non-traditional-media/?utm_source=www.democracyspeaks.org">International Republican Institute - Combatting COVID-19 Disinformation in Armenia through Non-Traditional Media</a></td> <td>News and Analysis</td> <td>Asia</td> <td>Information/Media/Privacy</td> <td>IGO/Gov</td> <td><span class="stealth">1052</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://blog.petrieflom.law.harvard.edu/2021/12/06/limiting-human-rights-during-pandemics-recommendations-for-closing-reporting-gaps-and-increasing-international-oversight/">Bill of Health - Limiting Human Rights During Pandemics: Recommendations for Closing Reporting Gaps and Increasing International Oversight</a></td> <td>Blog/Collection</td> <td>All</td> <td>Human Rights (General)</td> <td>Academia</td> <td><span class="stealth">1051</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.amnesty.org/en/documents/afr04/5084/2021/en/">Amnesty International - East Africa: “Address the access issue and the pandemic will be managed tomorrow”: Global vaccine inequity’s impact in East Africa</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>Africa</td> <td>State Action</td> <td>NGO / Think Tank</td> <td><span class="stealth">1050</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.demdigest.org/democracies-pledge-to-curb-autocrats-access-to-repressive-tech/">Democracy Digest - Democracies pledge to curb autocrats’ access to repressive tech</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1049</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=L3IC5yLjRIY">International IDEA - The State of Democracy in Europe 2021 Report Launch: Countering Democratic Backsliding</a></td> <td>Webinar/Podcast</td> <td>Europe</td> <td>Democracy (General)</td> <td>IGO/Gov</td> <td><span class="stealth">1048</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.usip.org/events/safeguarding-democracy-west-africa">United States Institute for Peace - Safeguarding Democracy in West Africa</a></td> <td>Webinar/Podcast</td> <td>Africa</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1047</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.demdigest.org/privatized-subversion-u-s-to-launch-global-effort-to-curb-digital-authoritarians/">Democracy Digest - ‘Privatized subversion’: U.S. to launch global effort to curb digital authoritarians</a></td> <td>Webinar/Podcast</td> <td>Americas</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1046</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://carnegieendowment.org/2021/12/06/global-views-of-biden-s-democracy-summit-pub-85917">Carniege Endowment for International Peace - Global Views of Biden’s Democracy Summit</a></td> <td>News and Analysis</td> <td>All</td> <td>Democracy (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1045</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.youtube.com/watch?v=nIcZMQYKfa8">International IDEA - State of Democracy Report in Asia and the Pacific (Report Official Launch)</a></td> <td>Webinar/Podcast</td> <td>Asia</td> <td>Democracy (General)</td> <td>IGO/Gov</td> <td><span class="stealth">1044</span> February 07 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.chathamhouse.org/publications/the-world-today/2021-12/africa-newspaper-countering-fake-news">Chatham House - Africa: Newspaper countering fake news</a></td> <td>News and Analysis</td> <td>Africa</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1043</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.cpalanka.org/comment-legality-of-the-state-response-to-the-right-to-protest-in-the-light-of-the-covid-19-pandemic/">Center for Policy Alternatives - Legality of the State Response to the Right to Protest in the light of the Covid-19 Pandemic</a></td> <td>Factsheet / Guidelines / Report / Briefing Note</td> <td>Asia</td> <td>Human Rights (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1042</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://binghamcentre.biicl.org/publications/rule-of-law-and-good-governance-principles-applicable-to-data-driven-responses-to-public-health-emergencies?cookiesset=1&amp;ts=1641489627">BINGHAM Center for the Rule of Law - Rule of Law and Good Governance Principles Applicable to Data-Driven Responses to Public Health Emergencies</a></td> <td>News and Analysis</td> <td>All</td> <td>State Action</td> <td>NGO / Think Tank</td> <td><span class="stealth">1041</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.foreignaffairs.com/articles/world/2021-11-30/how-disinformation-corrodes-democracy">Foreign Affairs - How Disinformation Corrodes Democracy</a></td> <td>News and Analysis</td> <td>All</td> <td>Information/Media/Privacy</td> <td>Media</td> <td><span class="stealth">1040</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://africlaw.com/2021/10/28/2021-local-government-elections-voter-education-and-covid-19-in-south-africa/">AfricLaw - 2021 local government elections, voter education and COVID-19 in South Africa</a></td> <td>Blog/Collection</td> <td>Africa</td> <td>Democracy (General)</td> <td>Academia</td> <td><span class="stealth">1039</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://cipesa.org/2021/10/assessing-the-effects-of-covid-19-misinformation-laws-on-freedom-of-expression/">CIPESA - Assessing the Effects of Covid-19 Misinformation Laws on Freedom of Expression</a></td> <td>News and Analysis</td> <td>All</td> <td>Human Rights (General)</td> <td>NGO / Think Tank</td> <td><span class="stealth">1038</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://carnegieendowment.org/2021/10/19/covid-19-digital-restrictions-in-africa-pub-85508">Carniege Endowment for International Peace - COVID-19 Digital Restrictions in Africa</a></td> <td>News and Analysis</td> <td>Africa</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1037</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://carnegieendowment.org/2021/10/19/covid-19-intensifies-digital-repression-in-south-and-southeast-asia-pub-85507?utm_source=ctw&amp;utm_medium=email&amp;utm_campaign=buttonlink&amp;mkt_tok=MDk1LVBQVi04MTMAAAGAQ_SUAsIMEvsDhxw0-04_j7foB4IDIZDAtIQC3c-wU-aPY2X9yTPIsfiSwvMWJzde2E2Yl730-S8Qn9vHxg4ugHrY8l0EZ4qYb9Y3XF047qX94Q">Carniege Endowment for International Peace - COVID-19 Intensifies Digital Repression in South and Southeast Asia</a></td> <td>News and Analysis</td> <td>Asia</td> <td>Information/Media/Privacy</td> <td>NGO / Think Tank</td> <td><span class="stealth">1036</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.euronews.com/2021/11/18/the-latvian-ban-on-unvaccinated-mps-should-be-a-wake-up-call-view">Euro News - The Latvian ban on unvaccinated MPs should be a wake-up call</a></td> <td>News and Analysis</td> <td>Europe</td> <td>State Action</td> <td>Media</td> <td><span class="stealth">1035</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.cgdev.org/event/covid-gendered-crisis-forging-shared-agenda-inclusive-recovery">Center For Global Development - COVID as a Gendered Crisis: Forging a Shared Agenda for Inclusive Recovery</a></td> <td>Webinar/Podcast</td> <td>All</td> <td>Gender &amp; Vulnerable Populations</td> <td>NGO / Think Tank</td> <td><span class="stealth">1034</span> January 06 2022</td> </tr> <tr> <td class="title"><a target="_blank" href="https://www.foreignaffairs.com/articles/brazil/2021-11-01/democracy-dying-brazil?utm_medium=social&amp;utm_source=twitter_posts&amp;utm_campaign=tw_daily_soc">Foreign Affairs - Democracy Is Dying in Brazil</a></td> <td>News and Analysis</td> <td>Americas</td> <td>Democracy (General)</td> <td>Media</td> <td><span class="stealth">1033</span> January 06 2022</td> </tr> </tbody> </table> </div></section> </div> <div class="clear"></div> <div class="tpl5_pos_bottom"> <div class="module"> <a href="#top"></a> </div> <div class="module"> <link rel="stylesheet" href="https://www.pgaction.org/css/tablesaw.css"> <script src="https://www.pgaction.org/js/tablesaw.js"></script> <script src="https://www.pgaction.org/js/tablesaw-init.js"></script></div> </div> <div class="clear"></div> </div> </div> <footer class="tpl5_footer footer has-black-color-overlay has-dark-texture" id="tpl5_footer"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-6 hide-992"> <div class="footer-widget about-widget"> <p>PGA, a non-governmental, multi-party, international network of legislators acting in their individual capacity, informs and mobilizes parliamentarians in all regions of the world to advocate for human rights and the Rule of Law, democracy, human security, inclusion, gender equality and justice, including climate justice.</p> </div> </div> <div class="col-md-4 col-sm-6"> <div class="footer-widget contact-widget"> <div class="inner-title"> <h3>PGA Headquarters</h3> </div> <div class="footer-contact-info-carousel"> <div class="item"> <ul class="contact-infos"> <li> <div class="icon-box"> <i class="fas fa-map-marker-alt">&nbsp;</i><br></div> <div class="text-box"> <p>44 Wall Street, Suite 903<br>New York, NY 10005 USA</p> </div> </li> <li> <div class="icon-box"> <i class="fas fa-at">&nbsp;</i><br></div> <div class="text-box"> <span><script type="text/javascript"> document.write('<a href="ma'); document.write('ilto:'); document.write('info'); document.write('&#64;'); document.write('pgaction.org" title="e-m'); document.write('ail"'); document.write('>info'); document.write('&#64;'); document.write('pgaction.org</a>'); </script></span> </div> </li> </ul> </div> </div> </div> </div> <div class="col-md-4 col-sm-6"> <div class="footer-widget contact-widget"> <div class="inner-title"> <h3>PGA Foundation</h3> </div> <div class="footer-contact-info-carousel"> <div class="item"> <ul class="contact-infos"> <li> <div class="icon-box"> <i class="fas fa-map-marker-alt">&nbsp;</i><br></div> <div class="text-box"> <p>Spaarneplein 2, 2515 VK<br> The Hague, Netherlands</p> </div> </li> </ul> </div> </div> </div> </div> </div> </div> <p><a href="#GreenSealPopup" onclick="window.open('//seal.greenwebseal.com/verify.php?domain=pgaction.org','GreenSeal Verification','titlebar=0,toolbar=0,scrollbars=yes,resizable=no,width=530,height=575')"><img src="//seal.greenwebseal.com/seal.php?domain=pgaction.org" alt="This website is eco-friendly, powered by renewable energy" style="margin:0 auto;"></a></p> <ul class="elx_menu" data-level="0"> <li data-level0="nosubs"> <a href="https://www.pgaction.org/terms-and-conditions.html" title="Terms and conditions of using the site">Terms and conditions of using the site</a> </li> <li data-level0="nosubs"> <a href="https://www.pgaction.org/privacy-policy.html" title="Privacy Policy and Cookies">Privacy Policy and Cookies</a> </li> </ul> <div class="clear"></div> <div class="tpl5_footer_copyicons"><div class="tpl5_footer_copy">© 2025 Parliamentarians for Global Action | Website by Ethical Sector</div> <div class="tpl5_footer_icons"><a href="https://www.pgaction.org/about/contact.html" title="Contact"><i class="fas fa-envelope"></i></a><a href="https://www.facebook.com/pgaction" title="Facebook" target="_blank"><i class="fab fa-facebook-f"></i></a><a href="https://www.x.com/pgaction" title="Twitter" target="_blank"><i class="fab fa-x-twitter"></i></a><a href="https://www.youtube.com/@PGA" title="Youtube" target="_blank"><i class="fab fa-youtube"></i></a><a href="https://www.flickr.com/photos/pgaction" title="Flickr" target="_blank"><i class="fab fa-flickr"></i></a><a href="https://www.instagram.com/parliamentarians.champions/" title="Instagram" target="_blank"><i class="fab fa-instagram"></i></a><a href="https://www.linkedin.com/company/708223/" title="Linkedin" target="_blank"><i class="fab fa-linkedin-in"></i></a><a href="https://www.pgaction.org/feeds.html" title="RSS"><i class="fas fa-rss"></i></a><a href="https://www.pgaction.org/sitemap/" title="Sitemap"><i class="fas fa-sitemap"></i></a></div> </div> </footer> <script type="text/javascript"> var Related = document.getElementById('related'); if (document.querySelectorAll('meta[content*="abolition of the death penalty"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Related Campaign: <strong><i class="fas fa-book-dead"></i> <a href="https://www.pgaction.org/ilhr/adp/">Campaign for the Abolition of the Death Penalty</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="campaña para la abolición de la pena de muerte"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campaña relacionada: <strong><i class="fas fa-book-dead"></i> <a href="https://www.pgaction.org/es/ilhr/adp/">Campaña Para La Abolición De La Pena De Muerte</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="campagne pour l’abolition de la peine de mort"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campagne connexe : <strong><i class="fas fa-book-dead"></i> <a href="https://www.pgaction.org/fr/ilhr/adp/">Campagne pour l’abolition de la peine de mort (APM)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="biological security and health"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-biohazard"></i> <a href="https://www.pgaction.org/ips/bsh/">Biological Security and Health Campaign</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la bioseguridad y la salud"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-biohazard"></i> <a href="https://www.pgaction.org/es/ips/bsh/">Campaña para la Bioseguridad y la Salud</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la biosécurité et la santé"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-biohazard"></i> <a href="https://www.pgaction.org/fr/ips/bsh/">Campagne sur la Biosécurité et la Santé</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="child early forced marriage"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Related Campaign: <strong><i class="fas fa-female"></i> <a href="https://www.pgaction.org/dgi/cefm/">Campaign to End Child, Early and Forced Marriage (CEFM)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="matrimonio infantil precoz y forzado"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Campaña relacionada: <strong><i class="fas fa-female"></i> <a href="https://www.pgaction.org/es/dgi/cefm/">Campaña para acabar con el matrimonio infantil, precoz y forzado (CEFM)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="mariage précoce et forcé"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Campagne connexe : <strong><i class="fas fa-female"></i> <a href="https://www.pgaction.org/fr/dgi/cefm/">Campagne pour mettre fin au mariage précoce et forcé des enfants (CEFM)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="climate action"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Related Campaign: <strong><i class="fas fa-earth-americas"></i> <a href="https://www.pgaction.org/hre/climate-action/">Mobilizing Parliamentarians on Climate Action</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="acción por el cambio clímático"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Campaña relacionada: <strong><i class="fas fa-earth-americas"></i> <a href="https://www.pgaction.org/es/hre/climate-action/">Movilizar a los parlamentarios por el clima</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="action pour le climat"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Campagne connexe : <strong><i class="fas fa-earth-americas"></i> <a href="https://www.pgaction.org/fr/hre/climate-action/">Mobiliser les parlementaires pour le climat</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="ciberseguridad"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-shield-alt"></i> <a href="https://www.pgaction.org/es/ips/cybersecurity.html">Campaña Mundial Contra Crímenes Cibernéticos</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="cybersécurité"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-shield-alt"></i> <a href="https://www.pgaction.org/fr/ips/cybersecurity.html">Campagne Globale Contre La Cybercriminalité</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="cybersecurity"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-shield-alt"></i> <a href="https://www.pgaction.org/ips/cybersecurity.html">Global Cybercrime Campaign</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="parliamentary toolbox for democracy defense"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">This page is part of the <strong><i class="fas fa-toolbox"></i> <a href="https://www.pgaction.org/dgi/drhr/parliamentary-toolbox-for-democracy-defense/">Parliamentary Toolbox for Democracy Defense</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="manual parlamentario para la defensa de la democracia"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Esta página es parte del <strong><i class="fas fa-toolbox"></i> <a href="https://www.pgaction.org/es/dgi/drhr/parliamentary-toolbox-for-democracy-defense/">Manual Parlamentario para la Defensa de la Democracia</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la boîte à outils parlementaire pour la défense de la démocratie"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Cette page fait partie de la <strong><i class="fas fa-toolbox"></i> <a href="https://www.pgaction.org/fr/dgi/drhr/parliamentary-toolbox-for-democracy-defense/">boîte à outils parlementaire pour la défense de la démocratie</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="democratic renewal and human rights"]').length > 0) { Related.innerHTML = '<p id="related-campaign-drhr">Related Campaign: <strong><i class="fas fa-seedling"></i> <a href="https://www.pgaction.org/dgi/drhr/">Campaign for Democratic Renewal and Human Rights</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la renovación democrática y los derechos humanos"]').length > 0) { Related.innerHTML = '<p id="related-campaign-drhr">Campaña relacionada: <strong><i class="fas fa-seedling"></i> <a href="https://www.pgaction.org/es/dgi/drhr/">Campaña para la Renovación Democrática y los Derechos Humanos</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="le renouveau démocratique et les droits humains"]').length > 0) { Related.innerHTML = '<p id="related-campaign-drhr">Campagne connexe : <strong><i class="fas fa-seedling"></i> <a href="https://www.pgaction.org/fr/dgi/drhr/">Campagne pour le renouveau démocratique et les droits humains</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="nuclear and radiological security"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-radiation-alt"></i> <a href="https://www.pgaction.org/ips/nrs/">Campaign to Promote Nuclear and Radiological Security</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="seguridad nuclear y radiológica"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-radiation-alt"></i> <a href="https://www.pgaction.org/es/ips/nrs/">Campaña de Seguridad Nuclear y Radiológica</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="sécurité nucléaire et radiologique"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-radiation-alt"></i> <a href="https://www.pgaction.org/fr/ips/nrs/">Campagne de promotion de la sécurité nucléaire et radiologique</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="prohibiting fully autonomous weapons"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-fighter-jet"></i> <a href="https://www.pgaction.org/ips/faw/">Prohibiting Fully Autonomous Weapons</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la prohibición de las armas totalmente autónomas"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-fighter-jet"></i> <a href="https://www.pgaction.org/es/ips/faw/">La Prohibición de las Armas Totalmente Autónomas</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="interdiction des armes entièrement autonomes"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-fighter-jet"></i> <a href="https://www.pgaction.org/fr/ips/faw/">L\'Interdiction des Armes entièrement Autonomes</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="protection of the oceans"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Related Campaign: <strong><i class="fas fa-water"></i> <a href="https://www.pgaction.org/hre/oceans/">Campaign for the Protection of the Oceans and Implementation of Sustainable Development Goal 14</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la protección de los océanos"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Campaña relacionada: <strong><i class="fas fa-water"></i> <a href="https://www.pgaction.org/es/hre/oceans/">Campaña para la Protección de los Océanos e Implementación del Objetivo de Desarrollo Sostenible 14</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="la protection des océans"]').length > 0) { Related.innerHTML = '<p id="related-programme-gei">Campagne connexe : <strong><i class="fas fa-water"></i> <a href="https://www.pgaction.org/fr/hre/oceans/">Campagne sur la protection des océans et la mise en œuvre de l\'ODD 14</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="rome statute"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Related Campaign: <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/ilhr/rome-statute/">Campaign for the Rome Statute of the ICC</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="status of the rs system"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Related Campaign: <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/ilhr/rome-statute/">Campaign for the Rome Statute of the ICC</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="estatuto de roma"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campaña relacionada: <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/es/ilhr/rome-statute/">Campaña para el Estatuto de Roma de la CPI</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="situación del sistema del ER"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campaña relacionada: <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/es/ilhr/rome-statute/">Campaña para el Estatuto de Roma de la CPI</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="statut de rome"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campagne connexe : <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/fr/ilhr/rome-statute/">Campagne sur le Statut de Rome de la CPI</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="état du système du sr"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Campagne connexe : <strong><i class="fas fa-balance-scale"></i> <a href="https://www.pgaction.org/fr/ilhr/rome-statute/">Campagne sur le Statut de Rome de la CPI</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="sexual orientation and gender identity"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Related Campaign: <strong><i class="fas fa-transgender-alt"></i> <a href="https://www.pgaction.org/dgi/sogi/">Campaign Against Discrimination based on Sexual Orientation and Gender Identity (SOGI)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="orientación sexual y la identidad de género"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Campaña relacionada: <strong><i class="fas fa-transgender-alt"></i> <a href="https://www.pgaction.org/es/dgi/sogi/">Campaña contra la discriminación basada en la orientación sexual y la identidad de género (SOGI)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="orientation sexuelle et identité de genre"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Campagne connexe : <strong><i class="fas fa-transgender-alt"></i> <a href="https://www.pgaction.org/fr/dgi/sogi/">Campagne contre la discrimination fondée sur l\'orientation sexuelle et l\'identité de genre (SOGI)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="salw and att campaign"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Campaign: <strong><i class="fas fa-ban"></i> <a href="https://www.pgaction.org/ips/illicit-salw/">Campaign to Address the Illicit Trade in Small Arms and Light Weapons (SALW) and to Promote the Arms Trade Treaty (ATT)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="campaña apal y tca"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campaña relacionada: <strong><i class="fas fa-ban"></i> <a href="https://www.pgaction.org/es/ips/illicit-salw/">Campaña para abordar el tráfico ilícito de armas pequeñas y ligeras (APAL) y promover el Tratado de Comercio de Armas (TCA)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="campagne alpc et tca"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Campagne connexe : <strong><i class="fas fa-ban"></i> <a href="https://www.pgaction.org/fr/ips/illicit-salw/">Campagne pour lutter contre le commerce illicite des armes légères et de petit calibre (ALPC) et promouvoir le Traité sur le commerce des armes (TCA)</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="archived campaign"]').length > 0) { Related.innerHTML = '<p id="related-archived"><strong>This campaign has been archived.</strong></p>'; } else if (document.querySelectorAll('meta[content*="international law and human rights"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Related Program: <strong><i class="fas fa-gavel"></i> <a href="https://www.pgaction.org/ilhr/">International Law and Human Rights</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="derecho internacional y derechos humanos"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Programa relacionado: <strong><i class="fas fa-gavel"></i> <a href="https://www.pgaction.org/es/ilhr/">Derecho Internacional y Derechos Humanos</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="droit international et droits humains"]').length > 0) { Related.innerHTML = '<p id="related-programme-ilhr">Programa connexe : <strong><i class="fas fa-gavel"></i> <a href="https://www.pgaction.org/fr/ilhr/">Droit International et Droits Humains</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="democracy gender and inclusion"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Related Program: <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/dgi/">Democracy, Gender, and Inclusion</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="democracia género e inclusión"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Programa relacionado: <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/es/dgi/">Democracia, Género e Inclusión</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="démocratie genre et inclusion"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Programa connexe : <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/fr/dgi/">Démocratie, Genre et Inclusion</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="gender equality and inclusion"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Related Program: <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/dgi/">Democracy, Gender, and Inclusion</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="género igualdad e inclusión"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Programa relacionado: <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/es/dgi/">Democracia, Género e Inclusión</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="genre egalité et inclusion"]').length > 0) { Related.innerHTML = '<p id="related-programme-dgi">Programa connexe : <strong><i class="fas fa-handshake"></i> <a href="https://www.pgaction.org/fr/dgi/">Démocratie, Genre et Inclusion</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="international peace and security"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Related Program: <strong><i class="fas fa-dove"></i> <a href="https://www.pgaction.org/ips/">International Peace and Security</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="paz y seguridad internacionales"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Programa relacionado: <strong><i class="fas fa-dove"></i> <a href="https://www.pgaction.org/es/ips/">Paz y Seguridad Internacionales</a></strong></p>'; } else if (document.querySelectorAll('meta[content*="paix et sécurité internationales"]').length > 0) { Related.innerHTML = '<p id="related-programme-ips">Programa connexe : <strong><i class="fas fa-dove"></i> <a href="https://www.pgaction.org/fr/ips/">Paix et Sécurité Internationales</a></strong></p>'; } </script> <script type="text/javascript"> if (document.querySelectorAll('meta[content*="democracy gender and inclusion"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("dgi"); } else if (document.querySelectorAll('meta[content*="democracia género e inclusión"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("dgi"); } else if (document.querySelectorAll('meta[content*="démocratie genre et inclusion"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("dgi"); } if (document.querySelectorAll('meta[content*="human rights and environment"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("hre"); } else if (document.querySelectorAll('meta[content*="derechos humanos y medioambiente"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("hre"); } else if (document.querySelectorAll('meta[content*="droits humains et environnement"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("hre"); } else if (document.querySelectorAll('meta[content*="international law and human rights"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ilhr"); } else if (document.querySelectorAll('meta[content*="derecho internacional y derechos humanos"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ilhr"); } else if (document.querySelectorAll('meta[content*="droit international et droits humains"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ilhr"); } else if (document.querySelectorAll('meta[content*="gender equality and inclusion"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("gei"); } else if (document.querySelectorAll('meta[content*="género igualdad e inclusión"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("gei"); } else if (document.querySelectorAll('meta[content*="genre egalité et inclusion"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("gei"); } else if (document.querySelectorAll('meta[content*="international peace and security"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ips"); } else if (document.querySelectorAll('meta[content*="paz y seguridad internacionales"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ips"); } else if (document.querySelectorAll('meta[content*="paix et sécurité internationales"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("ips"); } else if (document.querySelectorAll('meta[content*="democratic renewal and human rights"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("drhr"); } else if (document.querySelectorAll('meta[content*="la renovación democrática y los derechos humanos"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("drhr"); } else if (document.querySelectorAll('meta[content*="le renouveau démocratique et les droits humains"]').length > 0) { document.getElementsByClassName('bg-pga-article')[0].classList.add("drhr"); } </script> <script type="text/javascript"> if ( $('#related:empty').length ) { document.getElementsByClassName('elx_article_page')[0].style.marginTop = "-372px"; document.getElementsByClassName('tpl5_maincol')[0].style.paddingTop = "372px"; document.getElementsByClassName('elx5_article_header')[0].style.paddingBottom = "20px"; } </script> <script type="text/javascript"> if($('.elx_dateauthor').length === 0) { document.getElementsByClassName('elx5_content_icons')[0].style.bottom = "20px"; } </script> <script type="text/javascript"> if($('.tpl5_sidecol').length === 0){ document.getElementById('article').style.width = "100%"; document.getElementsByClassName('elx_article_page')[0].style.marginTop = "0"; } if ($('.tpl5_sidecol').children().length == 0){ document.getElementsByClassName('tpl5_sidecol')[0].style.display = "none"; } </script> <script src="https://www.pgaction.org/templates/champions/assets/wow.js"></script> <script src="https://www.pgaction.org/templates/champions/assets/bootstrap-select.min.js"></script> <script src="https://www.pgaction.org/templates/champions/assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.js"></script> <script src="https://www.pgaction.org/templates/champions/assets/jquery-appear/jquery.appear.js"></script> <script src="https://www.pgaction.org/templates/champions/includes/custom.js"></script> <script>jQuery(document).ready(function($) { $('img[title]').each(function() { $(this).removeAttr('title'); }); });</script> <script> function init() { var vidDefer = document.getElementsByTagName('iframe'); for (var i=0; i<vidDefer.length; i++) { if(vidDefer[i].getAttribute('data-src')) { vidDefer[i].setAttribute('src',vidDefer[i].getAttribute('data-src')); } } } window.onload = init; </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10