CINXE.COM

Biological Security and Health Campaign - Parliamentarians for Global Action - Mobilizing Legislators as Champions for Human Rights, Democracy and a Sustainable World.

<!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"> <title>Biological Security and Health Campaign - Parliamentarians for Global Action - Mobilizing Legislators as Champions for Human Rights, Democracy and a Sustainable World.</title> <meta name="description" content="Overview of Biological Security and Health Campaign. Parliamentarians for Global Action - Mobilizing Legislators as Champions for Human Rights, Democracy and a Sustainable World."> <meta name="keywords" content="Biological, Security, Health, Campaign, International, Peace, Program"> <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/ips/bsh/"> <link rel="alternate" hreflang="en" href="https://www.pgaction.org/ips/bsh/"> <link rel="alternate" hreflang="es" href="https://www.pgaction.org/es/ips/bsh/"> <link rel="alternate" hreflang="fr" href="https://www.pgaction.org/fr/ips/bsh/"> <link rel="alternate" type="application/rss+xml" href="https://www.pgaction.org/ips/bsh/rss.xml" title="Biological Security and Health Campaign"> <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/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/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') { tpl5OnLoad(); if (document.getElementById('success-message-anchor')) { document.getElementById('success-message-anchor').scrollIntoView(); } } else if (document.addEventListener) { document.addEventListener('DOMContentLoaded', function(){ tpl5OnLoad(); if (document.getElementById('success-message-anchor')) { document.getElementById('success-message-anchor').scrollIntoView(); } }); } else { document.attachEvent('onreadystatechange', function() { if (document.readyState == 'complete') { tpl5OnLoad(); if (document.getElementById('success-message-anchor')) { document.getElementById('success-message-anchor').scrollIntoView(); } } }); } </script> <meta name="og:type" content="website"> <meta name="og:title" content="Biological Security and Health Campaign - 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/categories/category72.jpg"/> <meta property="og:image" content="https://www.pgaction.org/media/images/categories/category72.jpg"/> <meta name="twitter:description" content="Overview of Biological Security and Health Campaign"> <meta name="og:description" content="Overview of Biological Security and Health Campaign"> <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/ips/bsh/">English</option> <option value="es" data-act="https://www.pgaction.org/es/ips/bsh/">Español</option> <option value="fr" data-act="https://www.pgaction.org/fr/ips/bsh/">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 class="menu_active" 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/ips/" title="International Peace and Security Program">International Peace and Security Program</a></li> <li>Biological Security and Health Campaign</li> </ul> </nav> </div></div> <div class="tpl5_container5" id="tpl5_maincontainer"> <div class="tpl5_main"> <div class="tpl5_maincol"> <div class="elx_category_page" id="elx_category_page_72"> <style>div.tpl5_maincol{padding-top:0;}div.tpl5_sidecol{display:none;}</style> <section class="inner-intro bg bg-fixed bg-pga-category" style="background-image:url(https://www.pgaction.org/media/images/categories/category72.jpg);"> <div class="elx5_category_header"> <div class="section-title"><h1 class="title text-white">Biological Security and Health Campaign</h1></div> </div></section> <section class="category"><div class="elx5_category_summary"> <div class="quick-link-container"> <div class="quick-link"> <div class="background"><br></div> <a href="#the-challenge">The Challenge</a> </div> <div class="quick-link"> <div class="background"><br></div> <a href="#the-response">The Response</a> </div> <div class="quick-link"> <div class="background"><br></div> <a href="#achievements">Achievements</a> </div> <div class="quick-link"> <div class="background"><br></div> <a href="#how-we-work">How We Work</a> </div> <div class="quick-link"> <div class="background"><br></div> <a href="#latest-campaign-news">Latest Campaign News</a> </div> <div class="quick-link"> <div class="background"><br></div> <a href="#campaign-donors">Campaign Donors</a> </div> </div> <link rel="stylesheet" href="https://www.pgaction.org/components/com_content/plugins/slider/includes/slider.css" type="text/css"> <script src="https://www.pgaction.org/components/com_content/plugins/slider/includes/slider_jquery.js"></script> </div> <div class="module"> <section id="the-challenge" class="flex-container"> <div class="flex-item main"> <h2 class="mt-0">The Challenge: Weapons of Mass Destruction (WMDs), a Threat to Peace, Security and Stability</h2> <p>Weapons of mass destruction (WMDs) include chemical, biological, and radiological agents with the potential to indiscriminately inflict widespread death and destruction. The severe threat to humanity posed by the acquisition, possession and use of WMDs by hostile state and/or non-state actors, combined with the onset of more sophisticated and complex terrorism threats and actions in recent years, has renewed interest in and commitment to ensuring greater global participation and implementation of the Biological Weapons Convention and implementation of UN Security Council Resolution 1540 (2004). </p> <p>Opened for signature on 10 April 1972 and entered into force on 26 March 1975, the <a target="_blank" href="http://www.un.org/disarmament/WMD/Bio/">Convention on the Prohibition of the Development, Production and Stockpiling of Bacteriological (Biological) and Toxin Weapons and on their Destruction</a>, also known as the Biological and Toxin Weapons Convention (BTWC) or Biological Weapons Convention (BWC), was the result of prolonged efforts by the international community to establish a new instrument that would supplement the&nbsp;<a target="_blank" href="http://www.un.org/disarmament/WMD/Bio/1925GenevaProtocol.shtml">1925 Geneva Protocol</a>.</p> <p>The BWC is the first multilateral disarmament treaty banning an entire category of WMDs, with States Parties committing to never, in any circumstances, develop, produce, stockpile or otherwise acquire or retain:</p> <ul> <li>Types and quantities of microbial or other biological agents or toxins (whatever their origin or method of production) that have no prophylactic, protective or other peaceful purposes;</li> <li>Weapons, equipment or means of delivery designed to use such agents or toxins for hostile purposes or in armed conflict.</li> </ul> <table width="100%"> <tbody> <tr> <td style="background-color:transparent;" width="50%"> <div class="block"> <div class="square" style="border:solid 1em #17a81a;background-color:#17a81a;">&nbsp;<br></div> <span><strong>State party that signed and ratified</strong></span> </div> </td> <td style="background-color:transparent;" width="50%"> <div class="block"> <div class="square" style="border:solid 1em #0e7e11;background-color:#0e7e11;">&nbsp;<br></div> <span><strong>State party that has acceded or succeeded to the treaty</strong></span> </div> </td> </tr> <tr> <td style="background-color:transparent;" width="50%"> <div class="block"> <div class="square" style="border:solid 1em #107f7f;background-color:#107f7f;">&nbsp;<br></div> <span><strong>Unrecognized State abiding by the treaty</strong></span> </div> </td> <td style="background-color:transparent;" width="50%"> <div class="block"> <div class="square" style="border:solid 1em #edeb32;background-color: #edeb32;">&nbsp;<br></div> <span><strong>Signatory State</strong></span> </div> </td> </tr> <tr> <td style="background-color:transparent;" width="50%"> <div class="block"> <div class="square" style="border:solid 1em #fb1822;background-color: #fb1822;">&nbsp;<br></div> <span><strong>State not party and not signatory</strong></span> </div> </td> <td style="background-color:transparent;" width="50%"> &nbsp; <br></td> </tr> </tbody> </table> <p><img src="https://www.pgaction.org/media/images/campaigns/bwc-participation-2022-07.jpg?v=2" alt="Participation in the Biological Weapons Convention" width="100%" height="auto"></p> <p>In contrast to the Chemical Weapons Convention, the BWC has no verification mechanism to monitor compliance, and negotiations on the creation of such a mechanism have stalled to date. Until the establishment of more formal verification mechanisms, PGA believes that parliamentarians have an important role to play in addressing this challenge, given their unique prerogatives of oversight, accountability and control over the actions of the executive branch of government.</p> <p>Complementing the duties imposed on State Parties by the BWC, and adopted on 28 April 2004, the <a target="_blank" href="https://www.un.org/ga/search/view_doc.asp?symbol=S/RES/1540%20(2004)"><strong>United Nations Security Council resolution (UNSCR) 1540 (2004)</strong></a> obliges the UN Members States under Chapter VII of the UN Charter to refrain from providing any form of support to non-State actors that attempt to develop, acquire, manufacture, possess, transport, transfer or use nuclear, chemical or biological weapons and their means of delivery, in particular for terrorist purposes.</p> <p>Parliamentarians are indispensable to the requirement of UNSCR 1540 (2004) that States adopt and enforce appropriate laws to this effect, including the preparation of voluntary national implementation and capacity building plans. Article 29 of UNSCR 2325 (2016) specifically identifies parliamentarians as key interlocutors and stakeholders in this process. In addition, Paragraph 172 of the Final Comprehensive Report of the UN Security Council 1540 Committee (2016) expressly acknowledges the essential role played by parliamentarians in enacting necessary legislation to implement UNSCR 1540 (2004).</p> <div class="accordion"> <div class="card"> <div class="card-header" id="headingOne"> <h5 class="mb-0"> <button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne"> Nexus of Biosecurity and Infectious Disease Surveillance, Epidemic Preparedness and Public Health Emergencies </button> </h5> </div> <div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent=".accordion"> <div class="card-body"> <p>The COVID-19 pandemic has brought to light the particular vulnerability and susceptibility to epidemic and pandemic spread faced by countries with inadequate legislative and regulatory practices governing issues of biosafety, infectious disease surveillance, epidemic preparedness and public health emergencies. There is an evident interconnection between issues of global pathogen security and laboratory biosafety, and issues of infectious disease prevention and management and epidemic and public health emergency preparedness. As such, the <em>Campaign for Universality and Implementation of the BWC &amp; Implementation of UNSCR 1540 (2004)</em> attaches high priority to an expansion of work in this area of public health legislative and regulatory strengthening.</p> <p>Furthermore, the COVID-19 pandemic and associated national responses globally have drawn attention to the critical concern posed by the potential acquisition and use of biological weapons by terrorist and rogue actors. The absence of effective legislative and regulatory infrastructure/scaffolding governing global pathogen security and laboratory biosafety (as called for by UNSCR 1540), coupled with inadequate legislative and regulatory practices governing issues of infectious disease preparedness and response, could leave countries uniquely vulnerable to natural/accidental infectious disease outbreaks. As such, future workshops and field missions organized by the campaign, and subsequent provisions of technical assistance and guidance to parliamentarians globally, will attach high importance to addressing this critical nexus.</p> <p>Given PGA’s track record in providing valuable technical assistance in and good practices pertaining to the review, reform and adoption of relevant legislation and regulations, PGA will be in a strong position to provide pertinent support to high-priority states, as they seek to develop and implement crucial legislation and regulation in this area.</p> </div> </div> </div> </div> <h2 id="the-response">The Response: The BWC/ UNSCR 1540 (2004) Campaign</h2> <p>PGA launched the <em>Campaign to Promote the Universality and Implementation of the BWC and Implementation of UNSCR 1540 (2004)</em> in December 2015, at its 37th Annual Forum in El Salvador. <a target="_blank" href="https://www.un.org/ga/search/view_doc.asp?symbol=S/RES/1540%20(2004)">UNSCR 1540</a> calls on all States to “…refrain from providing any form of support to non-State actors that attempt to develop, acquire, manufacture, possess, transport, transfer or use nuclear, chemical or biological weapons and their means of delivery, in particular for terrorist purposes.” As such, as it pertains to UNSCR 1540, the campaign seeks to marshal global parliamentary support for the non-proliferation and disarmament of WMDs with particular focus on this nexus of WMDs and potential terrorist exploitation.</p> <p>This campaign is grounded in recognition of the clear linkages between the non-proliferation of WMDs, peace and security, and the 2030 Agenda for Sustainable Development, particularly as it pertains to <a href="https://sustainabledevelopment.un.org/sdg16" target="_blank"><strong>SDG 16</strong></a>, which seeks “To promote just, peaceful and inclusive societies.” More specifically, <a href="https://sdg-tracker.org/peace-justice"><strong>Target 16.A</strong></a> which addresses the need to “strengthen relevant national institutions, including through international cooperation, for building capacity at all levels, in particular in developing countries, to prevent violence and combat terrorism and crime”, is of central relevance to this campaign.</p> <p>Additionally, this campaign seeks to fulfill and is in line with key objectives and provisions outlined by <a target="_blank" href="https://www.un.org/disarmament/sg-agenda/en/">The Secretary-General's Agenda for Disarmament</a>, within the scope of the “Disarmament to Save Humanity” pillar of the Agenda. Specifically, within <a target="_blank" href="https://www.un.org/disarmament/sg-agenda/en/#actions">Actions</a> 9, 10 and 11, the Secretary-General calls on States to ‘restore respect for the global norm against chemical weapons’, ‘be ready to investigate alleged use of biological weapons’, and ‘to develop frameworks to respond to any use of biological weapons’, respectively. These objectives centrally inform the organization and execution of the work of this campaign. </p> <p>To achieve its goal, the campaign mobilizes PGA and non-PGA Members of Parliament (MPs) worldwide with a demonstrated track record of success in promoting signature and ratification of international treaties, to engage in promoting: </p> <ul> <li>The ratification of, accession to, or succession to the BWC and its implementation in domestic legal frameworks, supporting a strong, effective and universal BWC.</li> <li>The implementation of UNSCR 1540 (2004) in domestic legal frameworks, supporting a strong and effective UNSCR 1540 (2004).</li> </ul> <div class="accordion"> <div class="card"> <div class="card-header" id="headingTwo"> <h5 class="mb-0"> <button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"> Incorporation of Gender Aspects in Campaign Programming </button> </h5> </div> <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent=".accordion"> <div class="card-body"> <p>PGA attaches high importance to the incorporation of gender considerations into the activities and outputs of its campaigns. As such, PGA makes concerted efforts to ensure 50% of MPs targeted by this campaign are female Parliamentarians. Additionally, pre-designated portions of all national and international PGA workshops and field missions, are focused on improving participants’ understanding of crucial intersections between gender considerations and the Women, Peace and Security Agenda and UNSCR 1540 implementation and BWC promotion and universalization.</p> <p>Notably, the connection between UNSCR 1325 (2000), UNSCR 2493 (2019), other related Women, Peace and Security UNSCRs and UN General Assembly Resolutions and UNSCR 1540 implementation and BWC promotion and universalization, is a key issue area addressed by PGA during UNSCR 1540 and BWC focused PGA workshops and field missions.</p> <p>Given the strong linkages between the integration of gender considerations in policy design and implementation, and its subsequent impact on the efficacy of National Reporting, National Implementation Action Plan submissions, and submissions of Requests for Technical Assistance – PGA views gender-responsive workshop and field mission organization as central to the fulfilment of key campaign objectives. Furthermore, in future campaign work discussing the gender and biosecurity nexus, PGA will devote enhanced attention also, to the connection between the usage, manufacture, and proliferation of biological weapons and the potential for natural/accidental infectious disease outbreaks, and the relevant gender considerations (e.g. in policy design and implementation) herein.</p> </div> </div> </div> </div> </div> <div class="flex-item"> <div class="btn ips mb-50"><a href="https://www.pgaction.org/ips/bsh/pueblo.html"><span>Parliamentary Universal Engagement Bio Legislative Observatory (PUEBLO)</span></a></div> <div class="video-container"> <iframe src="" data-src="https://www.youtube.com/embed/4InoXYFnS9U" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" width="560" height="315" frameborder="0"></iframe> <br></div> <p class="elx_info ips video">Former UN Secretary-General, Ban Ki-moon, delivers a speech on the 10th anniversary of the adoption of UNSCR 1540</p> <div class="btn ips mt-50 mb-50"><a href="https://www.pgaction.org/news/activity-calendars/2024.html"><i class="fa fa-4x fa-calendar">&nbsp;</i> <span>2024 Calendar of Activities</span></a></div> <div class="btn ips mb-50"><a href="https://www.pgaction.org/resources-for-parliamentarians.html#bwc"><i class="fa fa-4x fa-file-download">&nbsp;</i> <span>Campaign Resources for Parliamentarians</span></a></div> <div class="btn ips mb-50"><a href="https://www.pgaction.org/about/who-we-are.html#secretariat-ips"><i class="fa fa-4x fa-envelope-open-text">&nbsp;</i> <span>Contact the Secretariat</span></a></div> </div> </section></div> <div class="modulebg"> <section class="members-section" id="achievements"> <div class="container"> <h2 class="text-center">Campaign Achievements</h2> <p>As the first activity of this campaign, PGA convened <em>a Global Parliamentary Forum to Promote Universality and National Implementation of the BWC</em> in San Salvador, El Salvador from 30 November to 1 December 2015 at its&nbsp;<a href="https://www.pgaction.org/news/37th-annual-parliamentary-forum.html">37th&nbsp;Annual Forum on the topic of Role of Parliamentarians in Support of Peace and Security</a>. This Forum took place on the 40th anniversary of the entry into force of the BWC and generated substantial political will among lawmakers in advance of the 8th BWC Review Conference, convened in late 2016.</p> <div class="slidercontainer"> <div class="acc_slidertrigger"> <h5>Ratification of/Accession to the BWC</h5> </div> <div class="acc_slidercontainer"> <div class="sliderblock"> <p class="elx_info">PGA members have contributed to moving forward the BWC ratification/accession process in <strong>9</strong> of the&nbsp;<a target="_blank" href="http://disarmament.un.org/treaties/t/bwc/signature/asc"><strong>183 UN Member States</strong></a>that have ratified it to date.</p> <p>Important advocacy and outreach lead to the ratification of/ accession to the BWC in <a href="https://www.pgaction.org/news/pga-congratulates-angola-for-approving-btwc-cwc.html"><strong>Angola</strong></a><strong>, </strong><a href="https://www.pgaction.org/news/pga-congratulates-cote-divoire-ratifying-att.html"><strong>Côte d’Ivoire</strong></a> (2015), Guinea, <a href="https://www.pgaction.org/news/bwc-liberia-nepal.html"><strong>Liberia</strong></a><strong>, </strong><a href="https://www.pgaction.org/news/nepal-moves-forward-ratification-bwc.html"><strong>Nepal</strong></a>,<a href="https://www.pgaction.org/news/update-accession-bwc-samoa.html"><strong>Samoa</strong></a>(2016), the <a href="https://www.pgaction.org/news/car-bwc.html"><strong>Central African Republic</strong></a>, <a href="https://www.facebook.com/pgaction/photos/a.818930651496552/2142814235774847/?type=1&amp;theater"><strong>Niue</strong></a> (2018), and <a href="https://www.pgaction.org/news/tanzania-ratifies-bwc.html"><strong>Tanzania</strong></a> (2019). Likewise, PGA members contributed to the Instruments of Succession to the BWC being deposited by <strong>Vanuatu </strong>and <strong>Dominica</strong> (2016). </p> <p>In 2019, PGA members in several regions worldwide made significant, demonstrable and tangible strides forward in the Ratification/Accession to the BWC:</p> <ul> <li><strong>Somalia&nbsp;</strong>announced its intention to move forward with the process of ratification.&nbsp;Continued national governance challenges as well as the Covid-19 pandemic remain as obstacles in this path.</li> <li><strong>Kiribati&nbsp;</strong>informed PGA of its decision to accede to the BWC. It is hoped that action in this regard may take place in 2021</li> <li><strong>Tuvalu</strong>&nbsp;continued to be advised informally on the matter of BWC ascension by PGA.</li> </ul> <blockquote class="twitter-tweet"> <p lang="en" dir="ltr">The Chair of the Meeting of States Parties of the Biological Weapons Convention at the UN in Geneva welcomes Tanzania as the 183rd State Party to the <a href="https://twitter.com/hashtag/BWC?src=hash&amp;ref_src=twsrc%5Etfw">#BWC</a>.<br><br>Tanzania's BWC ratification: <a href="https://t.co/wjLTyAadYb">https://t.co/wjLTyAadYb</a><br><br>PGA's BWC/ UNSCR1540 Campaign: <a href="https://t.co/eaBfNozhFW">https://t.co/eaBfNozhFW</a> <a href="https://t.co/XokyJNrUc7">pic.twitter.com/XokyJNrUc7</a></p>— Parliamentarians for Global Action (@PGAction) <a href="https://twitter.com/PGAction/status/1201810210567938049?ref_src=twsrc%5Etfw">December 3, 2019</a> </blockquote> <script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div> </div> <div class="acc_slidertrigger"> <h5 id="the-campaign">Implementation of the BWC</h5> </div> <div class="acc_slidercontainer"> <div class="sliderblock"> <ul> <li><strong>Dominican Republic </strong>(2016): member of the PGA Executive Committee and Co-Convener of the International Peace and Security Program, Dip. Victor Bisonó, spearheaded the <a href="https://www.poderjudicial.gob.do/documentos/PDF/leyes/LEY_ley_no._631_16__del_2_de_agosto_de_2016.pdf">codification of new legislation</a> penalizing the usage or manufacture of WMDs, as well as significantly tightening existing domestic firearms legislation/control.</li> <li><strong>Chile </strong>(2020): On 2 July, the Chamber of Deputies of Chile unanimously approved a bill to implement the Biological Weapons Convention and Chemical Weapons Convention into domestic Law. The bill included amendments suggested by PGA member, Dip. Tucapel Jimenez.</li> </ul> </div> </div> <div class="acc_slidertrigger"> <h5>Submission of Report of CBM on the BWC</h5> </div> <div class="acc_slidercontainer"> <div class="sliderblock"> <ul> <li><strong>Dominican Republic</strong> (2017): Thanks to relentless advocacy by PGA members, the country submitted its <a href="https://bwc-ecbm.unog.ch/state/dominican-republic">First National Report</a> of Confidence-Building Measures (CBM) regarding the BWC. </li> </ul> </div> </div> <div class="acc_slidertrigger"> <h5>Implementation of UNSCR 1540 (2004)</h5> </div> <div class="acc_slidercontainer"> <div class="sliderblock"> <ul> <li><strong>The</strong><strong> Central African Republic&nbsp;</strong>and<strong>&nbsp;</strong><strong>the</strong><strong> Solomon Islands</strong>&nbsp;(2019) submitted their First National Report to the UN Security Council 1540 Committee in <a target="_blank" href="https://undocs.org/S/AC.44/2019/8">August&nbsp;</a>and <a target="_blank" href="https://undocs.org/S/AC.44/2019/16">December</a> 2019, respectively. PGA Members in the Central African Republic, Solomon Islands and New Zealand were catalytic in these achievements. With the submission of the Solomon Islands, all Pacific Island States have now submitted First National Reports to the UNSC 1540 Committee.</li> <li><strong>St. Vincent and the Grenadines</strong>&nbsp;(2019) committed to appointing a National Point of Contact for the UNCS 1540 Committee&nbsp;<a href="https://www.pgaction.org/news/workshop-biological-security-frameworks.html">at the October 2019 PGA Workshop in Jamaica</a>. </li> <li><strong>Guinea-Bissau (2018)</strong>submitted its First National Report in <a target="_blank" href="https://undocs.org/S/AC.44/2018/5">April</a> and its First Request for Assistance in <a href="https://www.un.org/en/sc/1540/assistance/request-for-assistance/current-requests-from-member-states.shtml">August</a>, following its participation in the <a href="https://www.pgaction.org/news/regional-africa-parliamentary-workshop-bwc.html">March 2017 PGA Workshop in Sierra Leone</a>. Notably, PGA is mentioned on page 3 of Guinea-Bissau’s First National Report. </li> </ul> </div> </div> </div> <p>PGA continues in 2020 to work with its members in <strong>The Gambia, Somalia, Chad, Guinea</strong> and <strong>Mali</strong> to make progress in encouraging respective Governments to submit First National Reports to the UNSCR 1540 Committee. </p> <p id="how-we-work">&nbsp;<br></p> <h2 class="text-center">How We Work</h2> <p>Supported by an expert Secretariat, PGA members work together to educate, sensitize, build technical capacity, and strengthen the political will of parliamentarians to achieve campaign objectives through concrete legislative and policy initiatives. PGA works with individual parliamentarians in their national contexts through country-specific strategies, leveraging that capacity with international networking to facilitate connections among parliamentarians and build bridges with civil society, domestic and international policy-makers, and other stakeholders.</p> <p class="text-center"><a href="https://www.pgaction.org/about/how-we-work.html" class="btn btn-lg btn-action" style="margin:0;">Read more on our Theory of Change</a></p> </div> </section></div> <div class="module"> <section id="latest-campaign-news"> <h4 class="section-heading">Latest News for this Campaign <span class="right">(<a href="https://www.pgaction.org/tags.html?tag=biological+security+and+health">view all</a>)</span> </h4> </section></div> <div class="modulelatestnews"> <div class="elx5_3colwrap"> <div class="elx5_3colbox elx5_artbox elx5_artboxvt"> <figure class="elx5_content_imagebox elx5_content_imageboxlt"> <a href="https://www.pgaction.org/news/somalia-gambia-guinea-weapons-mass-destruction.html" title="Somalia, The Gambia and Guinea encouraged to comply with reporting requirements under UN Security Council Resolution 1540 (2004)"><img src="https://www.pgaction.org/media/images/articles19/somalia-gambia-guinea-cover.jpg" alt="By Wikimedia Commons, User:Andux, User:Vardion, and Simon Eugster, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=1116038"></a> </figure> <div class="elx5_artbox_inner"> <h3><a href="https://www.pgaction.org/news/somalia-gambia-guinea-weapons-mass-destruction.html" title="Somalia, The Gambia and Guinea encouraged to comply with reporting requirements under UN Security Council Resolution 1540 (2004)">Somalia, The Gambia and Guinea encouraged to comply with reporting requirements under UN Security Council Resolution 1540 (2004)</a></h3> <div class="elx5_dateauthor"><time datetime="2024-10-21 16:35:00">21 October, 2024</time></div> </div> <div class="elx5_artbox_inner"> <p class="elx5_content_subtitle">Recent media articles encourage their governments to take positive steps.</p> </div> </div> <div class="elx5_3colbox elx5_artbox elx5_artboxvt"> <figure class="elx5_content_imagebox elx5_content_imageboxlt"> <a href="https://www.pgaction.org/news/biological-weapons-convention-zimbabwe.html" title="Statement by former PGA Member Hon. Kindness Paradza on the domestication of the Biological Weapons Convention in Zimbabwe "><img src="https://www.pgaction.org/media/images/articles19/Kindness-Paradze-2.jpg" alt="Statement by former PGA Member Hon. Kindness Paradza on the domestication of the Biological Weapons Convention in Zimbabwe "></a> </figure> <div class="elx5_artbox_inner"> <h3><a href="https://www.pgaction.org/news/biological-weapons-convention-zimbabwe.html" title="Statement by former PGA Member Hon. Kindness Paradza on the domestication of the Biological Weapons Convention in Zimbabwe ">Statement by former PGA Member Hon. Kindness Paradza on the domestication of the Biological Weapons Convention in Zimbabwe </a></h3> <div class="elx5_dateauthor"><time datetime="2024-10-08 13:06:00">08 October, 2024</time></div> </div> <div class="elx5_artbox_inner"> <p class="elx5_content_subtitle">The Zimbabwe Government has domesticated the UN Biological Weapons Convention by drafting the Biological Weapons Bill.</p> </div> </div> <div class="elx5_3colbox elx5_artbox elx5_artboxvt"> <figure class="elx5_content_imagebox elx5_content_imageboxlt"> <a href="https://www.pgaction.org/news/south-sudan-bwc-accession.html" title="South Sudan becomes the 185th State Party to the Biological Weapons Convention"><img src="https://www.pgaction.org/media/images/articles16/sudan.png" alt="South Sudan deposited its Instrument of Accession to the Biological Weapons Convention (BWC) with the US State Department, Washington D.C, becoming the 185th State Party to the BWC"></a> </figure> <div class="elx5_artbox_inner"> <h3><a href="https://www.pgaction.org/news/south-sudan-bwc-accession.html" title="South Sudan becomes the 185th State Party to the Biological Weapons Convention">South Sudan becomes the 185th State Party to the Biological Weapons Convention</a></h3> <div class="elx5_dateauthor"><time datetime="2023-02-15 10:58:00">15 February, 2023</time></div> </div> <div class="elx5_artbox_inner"> <p class="elx5_content_subtitle">PGA warmly congratulates the Government of South Sudan on the occasion of this deposit of Instrument of Accession to the BWC, notwithstanding the many challenges it is currently confronting at the national level.</p> </div> </div> </div> </div> <div class="modulebg"> <section class="donors-section" id="campaign-donors"> <div class="container"> <div class="section-title"> <div class="row text-center"> <h2>Campaign Donors</h2> <p>&nbsp;<br></p> </div> <div class="elx5_4colwrap"> <div class="elx5_4colbox elx5_artbox" style="padding-bottom:0;"> <figure class="elx5_content_imagebox" style="margin-bottom:0;"> <a target="_blank" href="https://www.international.gc.ca/gac-amc/index.aspx?lang=eng"><img src="https://www.pgaction.org/media/images/logos/T130-Canada.png?v=4" alt="Global Affairs Canada"></a> </figure> </div> <div class="elx5_4colbox elx5_artbox" style="padding-bottom:0;"> <figure class="elx5_content_imagebox" style="margin-bottom:0;"> <a target="_blank" href="https://www.regjeringen.no/en/dep/ud/id833/"><img src="https://www.pgaction.org/media/images/logos/norway.png" alt="Norwegian Ministry of Foreign Affairs"></a> </figure> </div> <div class="elx5_4colbox elx5_artbox" style="padding-bottom:0;"> <figure class="elx5_content_imagebox" style="margin-bottom:0;"> <a target="_blank" href="https://www.state.gov/"><img src="https://www.pgaction.org/media/images/logos/us-state-department.png" alt="U.S. State Department"></a> </figure> </div> <div class="elx5_4colbox elx5_artbox" style="padding-bottom:0;"> <figure class="elx5_content_imagebox" style="margin-bottom:0;"> <a target="_blank" href="https://www.crdfglobal.org/"><img src="https://www.pgaction.org/media/images/logos/crdf-global.png" alt="CRDF Global"></a> </figure> </div> </div> </div> </div> </section> <style> .footer {margin-top: 0;} </style></div> </div> <div class="tpl5_sidecol col-md-4 col-sm-12 col-xs-12"> </div> </div> <div class="clear"></div> <div class="tpl5_pos_bottom"> <div class="module"> <a href="#top"></a> </div> <div class="module"> <script> $('a[href*="#"]:not([href="#"])').click(function() { var offset = -100; if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top + offset }, 800); return false; } } }); </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