Difference between revisions of "Team:TJUSLS China/Description"

m
Line 155: Line 155:
 
margin: 0;
 
margin: 0;
 
}
 
}
+
 
 
.menuHolder {
 
.menuHolder {
 
width: 100px;
 
width: 100px;
Line 503: Line 503:
 
}
 
}
  
        /* 正式 */
+
/* 正式 */
        .navbar-brand {
+
.navbar-brand {
          margin-left: 64px;
+
margin-left: 64px;
        }
+
}
   
+
 
        .ts-title h2 {
+
.ts-title h2 {
          font-weight: 900;
+
font-weight: 900;
          font-size: 38px;
+
font-size: 38px;
        }
+
}
   
+
 
        .ts-title h4 {
+
.ts-title h4 {
          margin-bottom: 10px !important;
+
margin-bottom: 10px !important;
        }
+
}
   
+
 
        .container p {
+
.container p {
          font-size: 18px;
+
font-size: 18px;
        }
+
}
   
+
 
        .container h3 {
+
.container h3 {
          font-size: 24px;
+
font-size: 24px;
          margin-bottom: 12px;
+
margin-bottom: 12px;
        }
+
}
   
+
 
        .container h5 {
+
.container h5 {
          font-size: 20px;
+
font-size: 20px;
        }
+
}
   
+
 
        #ts-hero {
+
#ts-hero {
          background: url("https://2019.igem.org/wiki/images/c/c1/T--TJUSLS_China--headpic-design.jpg") no-repeat center center;
+
background: url("https://2019.igem.org/wiki/images/c/c1/T--TJUSLS_China--headpic-design.jpg") no-repeat center center;
          background-size: cover;
+
background-size: cover;
        }
+
}
   
+
 
        #top_menu_inside ul {
+
#top_menu_inside ul {
          line-height: 16px;
+
line-height: 16px;
        }
+
}
   
+
 
        #mw-content-text>p {
+
#mw-content-text>p {
          display: none !important;
+
display: none !important;
        }
+
}
   
+
 
        #top_menu_inside #user_item {
+
#top_menu_inside #user_item {
          padding-top: 0 !important;
+
padding-top: 0 !important;
          line-height: 16px;
+
line-height: 16px;
        }
+
}
   
+
 
        h1 {
+
h1 {
          border: none !important;
+
border: none !important;
        }
+
}
   
+
 
        .navbar.navbar-expand-lg .ts-background {
+
.navbar.navbar-expand-lg .ts-background {
          opacity: 1 !important;
+
opacity: 1 !important;
        }
+
}
    #navbar {
+
#navbar {
                height: 80px;
+
height: 80px;
                position: fixed;
+
position: fixed;
                top: 0;
+
top: 0;
                margin-top: 16px;
+
margin-top: 16px;
                background-color: #11253b;
+
background-color: #11253b;
                width: 100%;
+
width: 100%;
                z-index: 100;
+
z-index: 100;
                left: 0;
+
left: 0;
            }
+
}
   
+
 
            #navbar-logo {
+
#navbar-logo {
                height: 50px;
+
height: 50px;
                margin-top: 8px;
+
margin-top: 8px;
                margin-left: -20px;
+
margin-left: -20px;
               
+
 
            }
+
}
   
+
 
            #links {
+
#links {
                float: right;
+
float: right;
                height: 60px;
+
height: 60px;
            }
+
}
   
+
 
            #links a {
+
#links a {
                cursor: pointer;
+
cursor: pointer;
                float: right;
+
float: right;
                padding-right: 50px;
+
padding-right: 50px;
                line-height: 60px;
+
line-height: 60px;
                color: white;
+
color: white;
                font-size: 20px;
+
font-size: 20px;
                text-decoration: none;
+
text-decoration: none;
                transition: 0.4s;
+
transition: 0.4s;
                text-align: center;
+
text-align: center;
            }
+
}
   
+
 
            #links a:hover {
+
#links a:hover {
                color: rgb(172, 172, 172);
+
color: rgb(172, 172, 172);
            }
+
}
 +
/*头部图片的css*/
 +
.py-7 {
 +
padding: 7.5rem 0;
 +
}
 +
.py-md-0{padding-top:0!important;padding-bottom:0!important}
 +
.bg-hero {
 +
background-color: #000000;
 +
background-size: cover;
 +
background-position: center center;
 +
position: relative; }
 +
.bg-hero:before {
 +
position: absolute;
 +
z-index: 1;
 +
width: 100%;
 +
height: 100%;
 +
display: block;
 +
left: 0;
 +
top: 0;
 +
content: "";
 +
background-color: rgba(0, 0, 0, 0.6); }
 +
.bg-hero .container1 {
 +
z-index: 2;
 +
position: relative; }
 +
.container1 {
 +
width: 100%;
 +
padding-right: 15px;
 +
padding-left: 15px;
 +
margin-right: auto;
 +
margin-left: auto; }
 +
@media (min-width: 576px) {
 +
.container1 {
 +
max-width: 540px; } }
 +
@media (min-width: 768px) {
 +
.container1 {
 +
max-width: 720px; } }
 +
@media (min-width: 992px) {
 +
.container1 {
 +
max-width: 960px; } }
 +
@media (min-width: 1200px) {
 +
.container1 {
 +
max-width: 1140px; } }
 +
 
 +
.row1 {
 +
display: -ms-flexbox;
 +
display: flex;
 +
-ms-flex-wrap: wrap;
 +
flex-wrap: wrap;
 +
margin-right: -15px;
 +
margin-left: -15px; }
 +
 
 +
/*vertical heights */
 +
.vh-100 {
 +
height: 100vh; }
 +
 
 +
@media (min-width: 576px) {
 +
.vh-sm-100 {
 +
height: 100vh; } }
 +
 
 +
@media (min-width: 768px) {
 +
.vh-md-100 {
 +
height: 100vh; } }
 +
 
 +
.my-auto{margin-bottom:auto!important}
 +
.mx-auto{margin-right:auto!important}
 +
.d-none{display:none!important}
 +
.d-md-block{display:block!important}
 +
.cover-arrow {
 +
position: absolute;
 +
z-index: 6;
 +
bottom: 60px;
 +
right: 0;
 +
left: 0;
 +
text-align: center; }
 +
 
 +
.bounce {
 +
-webkit-animation: bounce 3s infinite;
 +
animation: bounce 3s infinite; }
 +
 
 +
@-webkit-keyframes bounce {
 +
0%, 20%, 50%, 80%, 100% {
 +
-webkit-transform: translateY(0);
 +
transform: translateY(0); }
 +
40% {
 +
-webkit-transform: translateY(-30px);
 +
transform: translateY(-30px); }
 +
60% {
 +
-webkit-transform: translateY(-15px);
 +
transform: translateY(-15px); } }
 +
 
 +
@keyframes bounce {
 +
0%, 20%, 50%, 80%, 100% {
 +
-webkit-transform: translateY(0);
 +
transform: translateY(0); }
 +
40% {
 +
-webkit-transform: translateY(-30px);
 +
transform: translateY(-30px); }
 +
60% {
 +
-webkit-transform: translateY(-15px);
 +
transform: translateY(-15px); } }
 +
.text-center {
 +
text-align: center !important; }
 +
 
 +
@media (min-width: 576px) {
 +
.text-sm-left {
 +
text-align: left !important; }
 +
.text-sm-right {
 +
text-align: right !important; }
 +
.text-sm-center {
 +
text-align: center !important; } }
 +
 
 +
@media (min-width: 768px) {
 +
.text-md-left {
 +
text-align: left !important; }
 +
.text-md-right {
 +
text-align: right !important; }
 +
.text-md-center {
 +
text-align: center !important; } }
 +
 
 +
@media (min-width: 992px) {
 +
.text-lg-left {
 +
text-align: left !important; }
 +
.text-lg-right {
 +
text-align: right !important; }
 +
.text-lg-center {
 +
text-align: center !important; } }
 +
 
 +
@media (min-width: 1200px) {
 +
.text-xl-left {
 +
text-align: left !important; }
 +
.text-xl-right {
 +
text-align: right !important; }
 +
.text-xl-center {
 +
text-align: center !important; } }
 +
.col-md-7{
 +
position: relative;
 +
width: 100%;
 +
min-height: 1px;
 +
padding-right: 15px;
 +
padding-left: 15px; }
 +
.text-white {
 +
color: #fff !important; }
 +
 
 
</style>
 
</style>
  
Line 602: Line 744:
  
 
<div id="links">
 
<div id="links">
<a href="#id-5">References</a>
+
<a href="#id-6">References</a>
<a href="#id-4">Aim & Meanings</a>
+
<a href="#id-5">Aim & Meanings</a>
<a href="#id-3">Methods</a>
+
<a href="#id-4">Methods</a>
<a href="#id-2">Inspirations</a>
+
<a href="#id-3">Inspirations</a>
<a href="#id-1">Background</a>
+
<a href="#id-2">Background</a>
 +
<a href="#id-1">Overview</a>
 
</div>
 
</div>
 
<div class="menuHolder">
 
<div class="menuHolder">
            <div class="menuWindow">
+
<div class="menuWindow">
                <ul class="p1">
+
<ul class="p1">
                    <li class="s1">
+
<li class="s1">
                        <a href="#url">
+
<a href="http://2019.igem.org/Team:TJUSLS_China/Description">
                            <img src="https://2019.igem.org/wiki/images/4/48/T--TJUSLS_China--logo.svg" alt="TJUSLS"
+
<img src="https://2019.igem.org/wiki/images/4/48/T--TJUSLS_China--logo.svg" alt="TJUSLS"
                                id="navbar-logo">
+
id="navbar-logo">
                        </a>
+
</a>
                        <ul class="p2" style="transform: rotate(0deg);">
+
<ul class="p2" style="transform: rotate(0deg);">
                            <li class="s2" ><a  href="http://2019.igem.org/Team:TJUSLS_China" ><span>HOME</span></a></li>
+
<li class="s2" ><a  href="http://2019.igem.org/Team:TJUSLS_China" ><span>HOME</span></a></li>
                            <li class="s2"><a  href="#url"><span>PROJECT</span></a>
+
<li class="s2"><a  href="http://2019.igem.org/Team:TJUSLS_China/Description"><span>PROJECT</span></a>
                                <ul class="p3 a3">
+
<ul class="p3 a3">
                                    <li><a  href="http://2019.igem.org/Team:TJUSLS_China/Description">Description</a>
+
<li><a  href="http://2019.igem.org/Team:TJUSLS_China/Description">Description</a>
                                    </li>
+
</li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Design">Design</a></li>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Design">Design</a></li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Experiments">Experiments</a>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Experiments">Experiments</a>
                                    </li>
+
</li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Notebook">Notebook</a></li>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Notebook">Notebook</a></li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Demonstrate">Demonstrate</a>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Demonstrate">Demonstrate</a>
                                    </li>
+
</li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Improve">Improve</a></li>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Improve">Improve</a></li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Characterization">Characterization</a>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Characterization">Characterization</a>
                                    </li>
+
</li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Results">Results</a></li>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Results">Results</a></li>
                                </ul>
+
</ul>
                            </li>
+
</li>
                            <li class="s2"><a  href="http://2019.igem.org/Team:TJUSLS_China/Safety"><span>SAFETY</span></a>
+
<li class="s2"><a  href="http://2019.igem.org/Team:TJUSLS_China/Safety"><span>SAFETY</span></a>
  
                            </li>
+
</li>
                            <li class="s2"> <a href="http://2019.igem.org/Team:TJUSLS_China/Parts"><span>PARTS</span></a>
+
<li class="s2"> <a href="http://2019.igem.org/Team:TJUSLS_China/Parts"><span>PARTS</span></a>
                                <ul class="p3 a6">
+
<ul class="p3 a6">
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Parts">Overview</a></li>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Parts">Overview</a></li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Basic_Part">Basic parts</a>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Basic_Part">Basic parts</a>
                                    </li>
+
</li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Composite_Part">Composite
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Composite_Part">Composite
                                        parts</a></li>
+
parts</a></li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Part_Collection">Part
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Part_Collection">Part
                                        collection</a></li>
+
collection</a></li>
                                </ul>
+
</ul>
                            </li>
+
</li>
                            <li class="s2"><a  href="http://2019.igem.org/Team:TJUSLS_China/Model"><span>MODEL</span></a>
+
<li class="s2"><a  href="http://2019.igem.org/Team:TJUSLS_China/Model"><span>MODEL</span></a>
  
                            </li>
+
</li>
                            <li class="s2"><a href="#url"><span>HP</span></a>
+
<li class="s2"><a href="http://2019.igem.org/Team:TJUSLS_China/Human_Practices"><span>HP</span></a>
                                <ul class="p3 a7">
+
<ul class="p3 a7">
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Human_Practices">Human
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Human_Practices">Human
                                        practices</a></li>
+
practices</a></li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Public_Engagement">Education
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Public_Engagement">Education
                                        and engagement</a></li>
+
and engagement</a></li>
                                </ul>
+
</ul>
                            </li>
+
</li>
                            <li class="s2"><a href="#url"><span>JUDGING FORM</span></a>
+
<li class="s2"><a href="http://2019.igem.org/Team:TJUSLS_China/Medal"><span>JUDGING FORM</span></a>
                                <ul class="p3 a5">
+
<ul class="p3 a5">
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Medal">Medal requirements</a>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Medal">Medal requirements</a>
                                    </li>
+
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Measurement">Measurement</a>
+
                                    </li>
+
<li><a href="http://igem.org/2019_Judging_Form?team=TJUSLS_China">Judging Form</a>
+
 
</li>
 
</li>
                                </ul>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Measurement">Measurement</a>
                            </li>
+
</li>
                            <li class="s2 b6"><a href="#url"><span>TEAM</span></a>
+
<li><a href="http://igem.org/2019_Judging_Form?team=TJUSLS_China">Judging Form</a>
                                <ul class="p3 a5">
+
</li>
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Team">Team members</a></li>
+
</ul>
                                    <li>
+
</li>
                                        <a href="http://2019.igem.org/Team:TJUSLS_China/Collaborations">Collaborations</a>
+
<li class="s2 b6"><a href="http://2019.igem.org/Team:TJUSLS_China/Team"><span>TEAM</span></a>
                                    </li>
+
<ul class="p3 a5">
                                    <li><a href="http://2019.igem.org/Team:TJUSLS_China/Attributions">Attributions</a>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Team">Team members</a></li>
                                    </li>
+
<li>
                                </ul>
+
<a href="http://2019.igem.org/Team:TJUSLS_China/Collaborations">Collaborations</a>
                            </li>
+
</li>
                        </ul>
+
<li><a href="http://2019.igem.org/Team:TJUSLS_China/Attributions">Attributions</a>
                    </li>
+
</li>
                </ul>
+
</ul>
            </div>
+
</li>
        </div>
+
</ul>
    </div>
+
</li>
<div id="title">
+
</ul>
<h1 style="color: #fefffe">
+
</div>
Description
+
</div>
</h1>
+
<p>
+
About Our Project<br>
+
</p>
+
 
</div>
 
</div>
<div id="bg-img">
+
<div id="outerdiv"
<div id="black-content">
+
style="text-align: center;position: fixed;z-index: 1000;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(255,255,255,.9);">
<div id="title-cover" class="hidden">
+
<div style="padding-top: 5%;font-size: 20px;color: #11253b;font-weight: 700">click anywhere to close</div>
<h1 style="color: #fefffe">
+
<img id="bigimg"
Description
+
style="height: auto;width: 46.6325%;border: 0;margin: auto;position: absolute;top: 0;bottom: 0;left: 0;right: 0;"
</h1>
+
src="" />
<p>
+
</div>
About Our Project<br>
+
<script>
</p>
+
        //图片放大
 +
        $("#outerdiv").hide();
 +
        $(function () {
 +
            $("img").each(function () {
 +
                var id = $(this).attr("id");
 +
                if (id != "navbar-logo") {
 +
                    $(this).mouseover(function () {
 +
                        $(this).css("cursor", "pointer");
 +
                    });
 +
 
 +
                    $(this).click(function () {
 +
                        var _this = $(this);//将当前的pimg元素作为_this传入函数
 +
                        imgShow("#outerdiv", "#bigimg", _this);
 +
                    });
 +
                }
 +
            });
 +
        });
 +
 
 +
        function imgShow(outerdiv, bigimg, _this) {
 +
            var src = _this.attr("src");//获取当前点击的pimg元素中的src属性
 +
            $("#outerdiv").attr("display", "block");
 +
            $("#bigimg").attr("src", src);//设置#bigimg元素的src属性
 +
            $("#outerdiv").fadeIn("fast");
 +
 
 +
            $("#outerdiv").click(function () {//再次点击淡出消失弹出层
 +
                $(this).fadeOut("fast");
 +
            });
 +
        }
 +
</script>
 +
<div style="padding-top: 16px">
 +
<section class="py-7 py-md-0 bg-hero" style="background-image: url(https://2019.igem.org/wiki/images/4/4a/T--TJUSLS_China--description-headpic.jpg)" id="home">
 +
<div class="container1">
 +
<div class="row1 vh-md-100" >
 +
<div class="col-md-7 mx-auto my-auto text-center" style="text-align: center" >
 +
<h1 style="color: white;border:none;font-size: 7.75rem;font-weight: 700;height:100%;padding-top: 30%">Description</h1>
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 +
<div  class="cover-arrow bounce d-none d-md-block">
 +
<a href="#id-1" class="page-scroll"><em class="text-white" data-feather="chevrons-down"></em></a>
 +
</div>
 +
</section>
 
</div>
 
</div>
 
<section class="awe-section" style="background: white" id="id-1">
 
<section class="awe-section" style="background: white" id="id-1">
Line 710: Line 884:
 
<!-- title -->
 
<!-- title -->
 
<div class="title">
 
<div class="title">
<h2 class="title__title" style="color: #11253b">Background</h2>
+
<h2 class="title__title" style="color: #11253b">Overview</h2>
 
</div><!-- End / title -->
 
</div><!-- End / title -->
 
<!-- about -->
 
<!-- about -->
 
<div class="about">
 
<div class="about">
 
<div class="col-lg-1 "></div>
 
<div class="col-lg-1 "></div>
<div class="col-lg-5 ">
+
<div class="col-lg-10 ">
 
<div class="about__words">
 
<div class="about__words">
<h2 class="fw-600 fz-30" style="color: #11253b">From antibiotics to MDRB</h2>
+
<p style="color: black; font-size:18px;">
<p style="color: black; font-size:18px">
+
We focus our project on hitting Achilles’ Heel of metallo-beta-lactamases (MBLs), a vital class of beta-lactamases without available clinical inhibitors, produced by drug-resistant pathogens. We want to obtain the broad-spectrum inhibitor of MBLs and lay the foundation for clinical trials in the future.
Antibiotics are substances produced by certain microorganisms that inhibit the proliferation and metabolism of other microbial pathogens. Due to this strong inhibition of bacteria and lower side effects, antibiotics have been found to effectively cure nearly all inflammation caused by bacterial infection, which used to be catastrophic.
+
</p>
+
<p style="color: black; font-size:18px">
+
However, every coin has two sides.
+
 
</p>
 
</p>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="col-lg-5 ">
+
</div>
<div class="about__img">
+
</div>
<img src="https://2019.igem.org/wiki/images/f/fa/T--TJUSLS_China--description-0.png">
+
<div class="row">
 +
<div class="about">
 +
 
 +
<div class="col-lg-12 ">
 +
<div style="text-align: center" class="about__img">
 +
<img style="width: 70%;height: 70%;" src="https://2019.igem.org/wiki/images/f/fa/T--TJUSLS_China--description-0.png">
 
</div> <!-- 1260 * 750 -->
 
</div> <!-- 1260 * 750 -->
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="row">
+
<div class="row" style="padding-top: 5%">
 
<div class="about">
 
<div class="about">
 
<div class="col-lg-1"></div>
 
<div class="col-lg-1"></div>
Line 739: Line 914:
 
<div class="about__words">
 
<div class="about__words">
 
<p style="color: black; font-size:18px;">
 
<p style="color: black; font-size:18px;">
We cannot deny that the history of antibiotics is the history of bacterial resistance to them.This is also the current situation of antibiotics in clinical use: the overuse made that antibiotic resistant bacteria developed rapidly.For example, penicillin was produced in large
+
Firstly we use synthetic biology methods to express a series of MBLs in E. coli, and then screen out effective inhibitor compounds via high-throughput screening with fluorescent probe (CDC-1) from FDA approved drug libraries and traditional Chinese medicine libraries. Also we assess their inhibitory ability in living bacterial cells by UV-vis spectroscopy. Finally, we obtained a series of effective inhibitors of MBLs, including an excellent broad-spectrum inhibitor, which can prevent living resistant bacteria from hydrolyzing beta-lactam antibiotics. We hope these inhibitors can be ideal candidates for therapeutics for diseases caused by drug-resistant pathogens.
quantities from 1939 until 1943, and about 90% of staphylococcus aureus was resistant to penicillin and other lactam antibiotics in 1995. Through natural selection, high concentrations of antibiotics increase the survival rate of bacteria carrying resistant genes and increase the probability of such gene transfer and recombination. It means that bacteria that have long been exposed to a variety of complex antibiotics will evolve at an unimaginable rate until they become a range of multidrug-resistant bacteria(MDRB). This emergence of MDRB is a serious concern as it limits the effectiveness of current drugs and causes treatment failure. The most serious consequence in the future would be that humans do not have any drugs to treat bacterial infections caused by drug-resistant bacteria.
+
 
</p>
 
</p>
 
</div>
 
</div>
Line 746: Line 920:
 
</div>
 
</div>
 
</div>
 
</div>
 +
</div>
 +
</section>
 +
<section class="awe-section" style="background: white" id="id-2">
 +
<div class="container">
 
<div class="row">
 
<div class="row">
 
<div class="about">
 
<div class="about">
 +
<div class="title">
 +
<h2 class="title__title" style="color: #11253b">Background</h2>
 +
</div><!-- End / title -->
 
<div class="col-lg-1 "></div>
 
<div class="col-lg-1 "></div>
 
<div class="col-lg-10 ">
 
<div class="col-lg-10 ">
 
<div class="about__words">
 
<div class="about__words">
<h2 class="fw-600 fz-30" style="color: #11253b">From β-lactams to β-lactamases</h2>
+
<h2 class="fw-600 fz-30" style="color: #11253b">Metallo-beta-lactamases result in beta-lactam resistance</h2>
<p style="color: black; font-size:18px">
+
<p style="color: black; font-size:18px;">
β-lactams are one of the most widely used antibiotics in clinical practice with a chemical structure containing a β-lactam loop, including the most commonly used penicillin, cephalosporins, and other newly developed species. The β-lactam ring of β-lactams can react with the nucleophilic serine of target penicillin-binding proteins(PBPs), leading to opening of The ring and irreversible PBP acylation.
+
The introduction of antibiotics represented one of the most important medical interventions in the history of global health, resulting in a dramatic reduction in human morbidity and mortality caused by bacterial infections<sup>[1]</sup>. However, the overuse of antibiotics has made the production of drug-resistant bacteria a global burden. The World Health Organization has named antibiotic resistance as one of the three most important public health threats of the 21st century<sup>[2]</sup>.
 +
</p>
 +
<p style="color: black; font-size:18px;">
 +
The beta-lactams are the most successful class of antibiotic drugs but they are vulnerable to inactivation by a growing cadre of beta-lactamases that now number more than a thousand variants<sup>[3]</sup>. These enzymes cleave the amide bond of the beta-lactam ring thus inactivating the antibiotic.
 
</p>
 
</p>
 
</div>
 
</div>
Line 765: Line 949:
 
<div class="about__img" style="text-align: center">
 
<div class="about__img" style="text-align: center">
 
<img src="https://2019.igem.org/wiki/images/c/ca/T--TJUSLS_China--description-1.png">
 
<img src="https://2019.igem.org/wiki/images/c/ca/T--TJUSLS_China--description-1.png">
    <p style="color: black;font-size: 16px">Figure1: the mechanism of β-lactam antibiotics, taking penicillin as an example</p>
+
<p style="color: black;font-size: 16px">Figure1: The hydrolysis of penicillin.</p>
 
</div> <!-- 1260 * 750 -->
 
</div> <!-- 1260 * 750 -->
 
</div>
 
</div>
Line 776: Line 960:
 
<div class="about__words">
 
<div class="about__words">
 
<p style="color: black; font-size:18px;">
 
<p style="color: black; font-size:18px;">
A vast number of scientific reports indicate that there are five general ways for a bacterium to acquire antimicrobial resistance: (1) mutation in the target site; (2) enzymatic modification or degradation of the antibiotic; (3) efflux of antibiotics from the cell; (4) reduced permeability to antibiotics, which restricts their access to target sites; and (5) acquisition of alternative metabolic pathways.
+
The Ambler system divides beta-lactamases into four classes, termed A, B, C and D. This year, we focus on class B that called metallo-beta-lactamases, or MBLs. Much different from other beta-lactamases, MBLs require zinc for activity and catalysis does not proceed via a covalent intermediate but rather through direct attack of a hydroxide ion that is stabilized by the Zinc ions in the active site<sup>[4]</sup>. MBLs confer resistance to most beta-lactam antibiotics including carbapenems(often seen as last line drugs)<sup>[3]</sup>, making it a global threat to public health.
 
</p>
 
</p>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
</div>
 
<div class="row">
 
<div class="about">
 
<div class="col-lg-1"></div>
 
<div class="col-lg-10 ">
 
<div class="about__words">
 
<p style="color: black; font-size:18px;">
 
For β-lactams, resistance can occur by many mechanisms, but principally, enzyme-mediated resistance arises from the activity of β-lactamases, the enzymes produced by both Gram-positive and Gram-negative bacteria that hydrolyze the β-lactams.
 
</p>
 
</div>
 
</div>
 
</div><!-- End / about -->
 
</div>
 
<div class="row">
 
<div class="about">
 
<div class="col-lg-1"></div>
 
<div class="col-lg-10 ">
 
<div class="about__words">
 
<p style="color: black; font-size:18px;">
 
The Ambler system divides β-lactamases into four classes, termed A, B, C and D identified on the basis of specific sequence motifs but also distinguished by fundamental differences in hydrolytic mechanism. A further fundamental division is between the three classes (A, C and D) of active-site serine enzymes (seine β-lactamases, or SBLs) and class B that called metallo-β-lactamases, or MBLs.
 
</p>
 
</div>
 
</div>
 
</div><!-- End / about -->
 
</div>
 
<div class="row">
 
<div class="about">
 
<div class="col-lg-1"></div>
 
<div class="col-lg-10 ">
 
<div class="about__words">
 
<p style="color: black; font-size:18px;">
 
Much different from SBLs, which use serine residues as active sites, MBLs require zinc for activity and catalysis does not proceed via a covalent intermediate but rather through direct attack of a hydroxide ion that is stabilized by the zinc in the active site. MBLs can be divided into three categories: b1, b2 and b3, in which b1 and b3 have active sites of two zinc ions, and b2 has one zinc ion.
 
</p>
 
</div>
 
</div>
 
</div><!-- End / about -->
 
 
</div>
 
</div>
 
<div class="row">
 
<div class="row">
Line 824: Line 972:
 
<div class="about__img" style="text-align: center">
 
<div class="about__img" style="text-align: center">
 
<img src="https://2019.igem.org/wiki/images/3/3f/T--TJUSLS_China--description-2.png">
 
<img src="https://2019.igem.org/wiki/images/3/3f/T--TJUSLS_China--description-2.png">
<p style="color: black;font-size: 16px">Figure2: General chemical mechanism of di-zinc β-lactam-β-lactamases in inactivation of carbapenem antibiotics.<sup>[2]</sup></p>
+
<p style="color: black;font-size: 16px">Figure2: The active site of blaNDM-1(a typical kind of MBLs).</p>
 
</div> <!-- 1260 * 750 -->
 
</div> <!-- 1260 * 750 -->
 
</div>
 
</div>
Line 833: Line 981:
 
<div class="col-lg-1"></div>
 
<div class="col-lg-1"></div>
 
<div class="col-lg-10 ">
 
<div class="col-lg-10 ">
<h2 class="fw-600 fz-30" style="color: #11253b">To hit the Achilles heel of MBLs</h2>
+
<h2 class="fw-600 fz-22" style="color: #11253b">Major limitation on relevant therapy:</h2>
<h2 class="fw-600 fz-22" style="color: #11253b">Transfer of MBLs in bacteria</h2>
+
<h4 class="fw-600 fz-30" style="color: #11253b">lack of clinical MBLs inhibitors</h4>
 
<div class="about__words">
 
<div class="about__words">
 
<p style="color: black; font-size:18px;">
 
<p style="color: black; font-size:18px;">
Most of the MBLs that has attracted clinical attention is the plasmid encoded β-lactamase, which can be transmitted between bacteria. Pathogenic bacteria expressing these enzymes have a transferable MBL gene that can be transferred to susceptible bacteria in a given environment. In addition to the discovery of the first transferrable MBL isolates of pseudomonas aeruginosa, these multidrug antibiotic degradation or hydrolase enzymes can also be present in acinetobacter, klebsiella, enterobacter, escherichia coli, proteus, and other clinically widespread strains. Because of its global spread, the MBL carried by the plasmid now has public health implications.
+
At present, due to the huge cost and low return of developing new antibiotics, the trend of developing new antibiotics has gradually declined in recent years. Alongside improvements to antibiotics themselves, combinations of existing beta-lactams with MBLs inhibitors represent the more feasible and common strategy to extend the usefulness of these existing beta-lactams.</p>
</p>
+
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="row" >
+
<div class="row">
 
<div class="about">
 
<div class="about">
<div class="col-lg-1"></div>
+
<div class="col-lg-1 "></div>
<div class="col-lg-10 ">
+
<div class="col-lg-10">
<h2 class="fw-600 fz-22" style="color: #11253b">Two strategies to combat MBLs, which one to choose?</h2>
+
<div class="about__img" style="text-align: center">
<div class="about__words">
+
<img src="https://2019.igem.org/wiki/images/f/f7/T--TJUSLS_China--description-new1.png">
<p style="color: black; font-size:18px;">
+
<p style="color: black;font-size: 16px">Figure3:Schematic diagram of combining antibiotic and inhibitor</p>
Given the large and diverse number of metallo-β-lactamases that have been identified, and their increasing number since their discovery, coupled with their excellent ability to hydrolyze antibiotics, combatting MBLs mediated resistance is urgently needed. In response to this challenge, two strategies were advanced: (1) discover or design new antibiotics that are able to evade bacterial enzymatic inactivation, or (2) find inhibitors to inhibit MBLs so the partner β-lactam can regain their inhibition.
+
</div> <!-- 1260 * 750 -->
</p>
+
<p style="color: black; font-size:18px;">
+
However, due to realistic factors, such as the consumption of a lot of time, labor and money, the development and research of new antibiotics are very hard, for research shows that the number of new antibiotics developed and approved has decreased steadily over the past three decades(although four new drugs were approved in 2014),leaving fewer options to treat resistant bacteria.
+
</p>
+
</div>
+
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="row" >
+
<div class="row" style="padding-top: 6.5%">
<div class="about">
+
<div class="col-lg-1"></div>
+
<div class="col-lg-10 ">
+
<div class="about__words" style="text-align: center">
+
<canvas id="chartCanvas"></canvas>
+
<script>
+
 
+
                                var labels = ['1980-1984','1985-1989','1990-1994','1995-1999','2000-2004','2005-2009','2010-2014'];//横坐标数据
+
                                var datas = [19,11,11,11,4,3,6];//纵坐标数据
+
                                var dataInfos=
+
                                    {
+
                                        labels:labels,
+
                                        datasets:[
+
                                            {
+
                                                label:'Number of Antibacterial New drug Application Approvals',
+
                                                fillColor:"transparent",
+
                                                backgroundColor:"rgba(254,225,231,0.5)",//背景色
+
                                                borderColor:"#ff5a55",//线条颜色
+
                                                pointRadius:8,//数据点大小
+
                                                pointHitRadius:8,
+
                                                data:datas
+
                                            }
+
                                        ]
+
                                    };
+
 
+
                                var ctx = document.getElementById("chartCanvas").getContext("2d");
+
                                var myLineChart = new Chart(ctx,{
+
                                    type:'line',
+
                                    data:dataInfos,
+
                                    options:{
+
                                        title: { //标题
+
                                            display: true,
+
                                            text: 'Number of Antibacterial New drug Application Approvals Versus Year intervals. ',
+
                                            fontColor: "black",
+
fontSize: '18',
+
                                        },
+
                                        legend:{
+
                                            display:true
+
                                        },
+
                                        responsive:true,
+
                                        tooltips:{
+
                                            mode:'single',
+
                                        },
+
                                        scales:{
+
                                            xAxes:[{
+
                                                borderColor:'transparent',
+
                                                ticks:{
+
                                                    autoSkip:false,
+
                                                    maxRotation:0,
+
                                                    fontSize:18,
+
                                                },
+
                                                gridLines:{
+
                                                    isplay:false,
+
                                                },
+
                                            }],
+
                                            yAxes:[{
+
                                                gridLines:{
+
                                                    display:true,
+
                                                },
+
                                                ticks:{
+
                                                    fontSize:18,
+
                                                },
+
                                            }]
+
                                        }
+
                                    }
+
                                });
+
</script>
+
<p style="color: black;font-size: 16px">Data courtesy of the CDC5 and the FDA Center for Drug Evaluation and Research.</p>
+
</div>
+
</div>
+
</div>
+
</div>
+
<div class="row" >
+
 
<div class="about">
 
<div class="about">
 
<div class="col-lg-1"></div>
 
<div class="col-lg-1"></div>
Line 938: Line 1,007:
 
<div class="about__words">
 
<div class="about__words">
 
<p style="color: black; font-size:18px;">
 
<p style="color: black; font-size:18px;">
Alongside improvements to antibiotics themselves, combinations of β-lactams with MBLs inhibitors represent the more feasible strategy. There is a historical precedent for combining antibiotics and enzyme inhibitors into clinically available drugs. Amoxicillin-clavulanate was the first combination of β-lactam-β-lactamase inhibitors introduced into clinical practice in the United Kingdom in 1981 and in the United States in 1984, and this combination of β-lactam-β-lactamase inhibitors was most effective in the treatment of community-acquired respiratory infections. Therefore, the search for inhibitors of these enzymes an acute clinical need.
+
For other beta-lactamases, a number of these beta-lactam-beta-lactamases inhibitor combinations are approved for clinical use previously (for example, Amoxicillin-clavulanate is effective in the treatment of community-acquired respiratory infections<sup>[5]</sup> ),and many others are in clinical trials.
 
</p>
 
</p>
 
<p style="color: black; font-size:18px;">
 
<p style="color: black; font-size:18px;">
Given the unique characteristics and treatment status of the class B β-lactamase , the metallo-β-lactamase, we focused our research on it this year.
+
Unfortunately, the discovery of a clinically useful, specific inhibitor of metallo-beta-lactamases is made difficult by the fact that this compound must remain inactive towards the human proteins which are members of the metallo-beta-lactamase superfamily, or other metallo-enzymes such as the angiotensin converting enzyme. Another difficulty is to find a compound active on all subclasses of metallo-beta-lactamases and even on all the enzymes within a same subclass<sup>[6]</sup>. Indeed, despite extensive academic effort, no MBL inhibitor is yet close to the clinic<sup>[7]</sup>.
 
</p>
 
</p>
</div>
+
<p style="color: black; font-size:18px;">
</div>
+
This has become the focus of our project this year, which is to look for effective broad-spectrum inhibitors of MBLs from drug libraries, including our traditional Chinese medicine libraries, and then conduct live bacteria test for evaluation, laying a theoretical foundation for future clinical trials.
</div>
+
</div>
+
<div class="row">
+
<div class="about">
+
<div class="col-lg-1 "></div>
+
<div class="col-lg-10 ">
+
<div class="about__words">
+
<h2 class="fw-600 fz-30" style="color: #11253b">In the face of dilemma, it's time to act !</h2>
+
<p style="color: black; font-size:18px">
+
However, the lack of sequence similarity among diverse MBLs, their shallow active sites, the absence of invariant catalytic residues, and the structural similarity with some human enzymes, conspire to make the identification of broad-spectrum MBL inhibitors a challenge. Indeed, no MBLs inhibitor is yet close to the clinic.
+
</p>
+
</div>
+
</div>
+
</div>
+
</div>
+
<div class="row">
+
<div class="about">
+
<div class="col-lg-1 "></div>
+
<div class="col-lg-10 ">
+
<div class="about__words">
+
<p style="color: black; font-size:18px">
+
Two strategies to achieve the goal of identifying clinically useful MBL inhibitors exist: Zn-independent and Zn-dependent. The lack of common amino acids and the absence of a deep active site pocket is a barrier to the Zn-independent approach. On the other hand, Zn-dependent inhibitors are perhaps more susceptible to off-target effects as metal-dependent enzymes are very common in human biochemistry and circulating divalent cations such as Ca2+ and Mg2+ that may compete with a Zn-dependent inhibitor approach. Both avenues are currently being explored because of the difficulties. The development of inhibitors related to MBLs is still experimental.
+
</p>
+
</div>
+
</div>
+
</div>
+
</div>
+
<div class="row">
+
<div class="about">
+
<div class="col-lg-1 "></div>
+
<div class="col-lg-10 ">
+
<div class="about__words">
+
<p style="color: black; font-size:18px">
+
Further, because of the lack of effective inhibitors, none of existing combinations is effective against the class B (MBLs), and these now constitute the major challenge for combatting metallo-β-lactamase-mediated resistance. Therefore, there is an urgent need to find clinically available inhibitors of MBLs.
+
</p>
+
</div>
+
</div>
+
</div>
+
</div>
+
<div class="row">
+
<div class="about">
+
<div class="col-lg-1 "></div>
+
<div class="col-lg-10 ">
+
<div class="about__words">
+
<p style="color: black; font-size:18px">
+
It is high time that we should hit the Achilles heel of MBLs!
+
</p>
+
</div>
+
</div>
+
</div>
+
</div>
+
<div class="row">
+
<div class="about">
+
<div class="col-lg-1 "></div>
+
<div class="col-lg-10 ">
+
<div class="about__words">
+
<p style="color: black; font-size:18px">
+
To be concluded, our goal this year is to find clinically available inhibitors of MBLs and to evaluate the effectiveness of a combination of antibiotics and enzyme inhibitors that has proven to work in the past, ultimately contributing to the fight against MDRB.
+
 
</p>
 
</p>
 
</div>
 
</div>
Line 1,011: Line 1,022:
 
</section>
 
</section>
 
<!-- End / Section -->
 
<!-- End / Section -->
<section class="awe-section" style="background: white" id="id-2">
+
<section class="awe-section" style="background: white" id="id-3">
 
<div class="container">
 
<div class="container">
 
<div class="row">
 
<div class="row">
Line 1,020: Line 1,031:
 
</h2>
 
</h2>
 
</div>
 
</div>
            </div>
+
</div>
            <div class="row">
+
<div class="row">
                <div class="col-lg-1 " ></div>
+
<div class="col-lg-1 " ></div>
                <div class="col-lg-10 " >
+
<div class="col-lg-10 " >
                    <!-- pricing-01__element -->
+
<!-- pricing-01__element -->
                    <div class="pricing-01__element wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s" data-wow-offset="20" data-wow-iteration="1" >
+
<div class="pricing-01__element wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s" data-wow-offset="20" data-wow-iteration="1" >
                        <header class="pricing-01__header" >
+
<header class="pricing-01__header" >
                            <h2 class="pricing-01__title" style="font-size: 25px;text-align: left">1.Previous iGEM teams' project related to β-lactamases: UiOslo Norway 2016.</h2>
+
<h2 class="pricing-01__title" style="font-size: 25px;text-align: left">1.Previous iGEM teams' project related to beta-lactamases: UiOslo Norway 2016.</h2>
                        </header>
+
</header>
                        <div class="pricing-01__body">
+
<div class="pricing-01__body">
 
                             <span class="pricing-01__price">
 
                             <span class="pricing-01__price">
                                 <p class="pricing-01__words" style="font-size: 20px;text-align: left;padding: 30px">To solve the other beta lactamase in recent years, especially the class B
+
                                 <p class="pricing-01__words" style="font-size: 20px;text-align: left;padding: 30px">
                                    in the treatment of disease clinical problem.
+
They use beta-lactamase as a diagnostic tool through cleavage of the beta-lactam ring in Nitrocefin. When the color of patients’ urine changes, the presence of resistant bacteria will be detected. As for us, can we take the idea of diagnostic further to therapeutics?
 
                                 </p>
 
                                 </p>
 
                             </span>
 
                             </span>
                        </div>
+
</div>
                    </div><!-- End / pricing-01__element -->
+
</div><!-- End / pricing-01__element -->
                </div>
+
</div>
            </div>
+
</div>
            <div class="row">
+
<div class="row">
                <div class="col-lg-1 " ></div>
+
<div class="col-lg-1 " ></div>
                <div class="col-lg-10 " >
+
<div class="col-lg-10 " >
                    <!-- pricing-01__element -->
+
<!-- pricing-01__element -->
                    <div class="pricing-01__element wow fadeInUp" data-wow-duration="1s"
+
<div class="pricing-01__element wow fadeInUp" data-wow-duration="1s"
                        data-wow-delay="0.2s" data-wow-offset="20" data-wow-iteration="1" ><span></span>
+
data-wow-delay="0.2s" data-wow-offset="20" data-wow-iteration="1" ><span></span>
                        <header class="pricing-01__header" >
+
<header class="pricing-01__header" >
                            <h2 class="pricing-01__title" style="font-size: 25px;text-align: left">2.Joint assays inspired by two articles</h2>
+
<h2 class="pricing-01__title" style="font-size: 25px;text-align: left">2.Joint assays inspired by three articles</h2>
                        </header>
+
</header>
                        <div class="pricing-01__body">
+
<div class="pricing-01__body">
 
                             <span class="pricing-01__price">
 
                             <span class="pricing-01__price">
 
                                 <p class="pricing-01__words" style="font-size: 20px;text-align: left;padding: 30px">
 
                                 <p class="pricing-01__words" style="font-size: 20px;text-align: left;padding: 30px">
                                    A master’s degree essay <sup>[5]</sup> inspired us to do the high-throughput screening with extent fluorescent probe. He focused on the treatment of Tuberculosis caused by beta-lactamase BlaC, and screened out some inhibitors, whose influence were verified together with antibiotics in living bacteria.
+
A master’s degree essay <sup>[8]</sup> inspired us to do the high-throughput screening with extent fluorescent probe. He focused on the treatment of Tuberculosis caused by beta-lactamase BlaC, and screened out some inhibitors, whose influence were verified together with antibiotics in living bacteria.
                                </p>
+
</p>
 
                                 <p class="pricing-01__words" style="font-size: 20px;text-align: left;padding: 30px">
 
                                 <p class="pricing-01__words" style="font-size: 20px;text-align: left;padding: 30px">
                                    To detect whether there exists a rapid way to demonstrate the effect of inhibitors in living bacterial cells, another article<sup>[3]</sup> provided us a real-time activity assay using UV-visible spectroscopy.
+
                                To detect whether there exists a rapid way to demonstrate the effect of inhibitors in living bacterial cells, two articles <sup>[9][10]</sup> provided us a real-time activity assay approach using UV-visible spectroscopy
                                </p>
+
</p>
 
                             </span>
 
                             </span>
                        </div>
+
</div>
                    </div><!-- End / pricing-01__element -->
+
</div><!-- End / pricing-01__element -->
                </div>
+
</div>
            </div>
+
</div>
            <div class="row">
+
<div class="row">
                <div class="col-lg-1 " ></div>
+
<div class="col-lg-1 " ></div>
                <div class="col-lg-10 " >
+
<div class="col-lg-10 " >
                    <!-- pricing-01__element -->
+
<!-- pricing-01__element -->
                    <div class="pricing-01__element wow fadeInUp" data-wow-duration="1s"
+
<div class="pricing-01__element wow fadeInUp" data-wow-duration="1s"
                        data-wow-delay="0.2s" data-wow-offset="20" data-wow-iteration="1" ><span></span>
+
data-wow-delay="0.2s" data-wow-offset="20" data-wow-iteration="1" ><span></span>
                        <header class="pricing-01__header" >
+
<header class="pricing-01__header" >
                            <h2 class="pricing-01__title" style="font-size: 25px;text-align: left">3.Advice from professors</h2>
+
<h2 class="pricing-01__title" style="font-size: 25px;text-align: left">3.Advice from professors</h2>
                        </header>
+
</header>
                        <div class="pricing-01__body">
+
<div class="pricing-01__body">
 
                             <span class="pricing-01__price">
 
                             <span class="pricing-01__price">
 
                                 <p class="pricing-01__words" style="font-size: 20px;text-align: left;padding: 30px">
 
                                 <p class="pricing-01__words" style="font-size: 20px;text-align: left;padding: 30px">
                                    During our brainstorming, we interviewed professors who research on antimicrobial resistance and other fields. They affirmed our project and gave some useful instructions. For example, Prof. Weihui Wu suggested us to test in living bacteria, and Prof. Tao Wang suggested us to quantitate the measurement of fluorescent.
+
                              During our brainstorming, we interviewed professors who research on antimicrobial resistance and other fields. They affirmed our project and gave some useful instructions. For example, Prof. Weihui Wu suggested us to test in living bacteria, and Prof. Tao Wang suggested us to quantitate the measurement of fluorescent.
                                </p>
+
</p>
 
                             </span>
 
                             </span>
                        </div>
+
</div>
                    </div><!-- End / pricing-01__element -->
+
</div><!-- End / pricing-01__element -->
                </div>
+
</div>
            </div>
+
</div>
 
</div>
 
</div>
 
</section>
 
</section>
<section class="awe-section" style="background: white" id="id-3">
+
<section class="awe-section" style="background: white" id="id-4">
 
<div class="container">
 
<div class="container">
 
<div class="row">
 
<div class="row">
Line 1,096: Line 1,107:
 
<h2 class="fw-600 fz-30" style="color: #11253b">Build gene circuits</h2>
 
<h2 class="fw-600 fz-30" style="color: #11253b">Build gene circuits</h2>
 
<p style="color: black; font-size:18px">
 
<p style="color: black; font-size:18px">
We use synthetic biology methods to design and construct gene circuits. Moreover, using the prokaryotic (E. coli) surface display for whole cell catalysis. We built multiple genetic circuits that ultimately ensured that each one we used matched perfectly with the chassis, resulting in our target protein.
+
We use synthetic biology methods to design and construct gene circuits. Moreover, using the prokaryotic cell (E. coli) as the chassis cell. We built multiple genetic circuits that ultimately ensured that each one we used matched perfectly with the chassis, resulting in our target protein.
 
</p>
 
</p>
 
</div>
 
</div>
Line 1,119: Line 1,130:
 
<h2 class="fw-600 fz-30" style="color: #11253b">Special fluorescent probe CDC-1</h2>
 
<h2 class="fw-600 fz-30" style="color: #11253b">Special fluorescent probe CDC-1</h2>
 
<p style="color: black; font-size:18px">
 
<p style="color: black; font-size:18px">
In our project we used a special fluorescent probe CDC-1, which contains a β-lactam ring and a fluorescent group. When the β-lactam ring is hydrolyzed by metallo-β-lactamases, the probe emits an easily recognizable fluorescence. It is a property that will be exploited many times in our subsequent steps. For more information on cdc-1, <a href="https://2019.igem.org/Team:TJUSLS_China/Design">click here</a>
+
In our project we used a special fluorescent probe CDC-1, which contains a beta-lactam ring and a fluorescent group. When the beta-lactam ring is hydrolyzed by metallo-beta-lactamases, the probe emits an easily recognizable fluorescence. It is a property that will be exploited many times in our subsequent steps.
 
</p>
 
</p>
 
</div>
 
</div>
Line 1,165: Line 1,176:
 
<h2 class="fw-600 fz-30" style="color: #11253b">Fluorescent High-throughput Screening</h2>
 
<h2 class="fw-600 fz-30" style="color: #11253b">Fluorescent High-throughput Screening</h2>
 
<p style="color: black; font-size:18px">
 
<p style="color: black; font-size:18px">
At the molecular level, we set up high-throughput screening system based on the fluorescent probe CDC-1, and selected effective inhibitors whose inhibition efficiency is more than 80% from over 4000 drugs in the FDA and Chinese drug libraries that have been marketed. We also measured IC50 value of the screened inhibitors to assess the inhibition ability.
+
At the molecular level, we set up high-throughput screening system based on the fluorescent probe CDC-1, and selected effective inhibitors, in which there is a broad spectrum inhibitor,  whose inhibition efficiency is more than 90% from over 4000 drugs in FDA approved libraries and traditional Chinese drug libraries. We also measured IC50 value of the screened inhibitors to assess the inhibition ability.
 
</p>
 
</p>
 
</div>
 
</div>
Line 1,188: Line 1,199:
 
<h2 class="fw-600 fz-30" style="color: #11253b">Living bacterial cells detection based on UV-visible Spectroscopy</h2>
 
<h2 class="fw-600 fz-30" style="color: #11253b">Living bacterial cells detection based on UV-visible Spectroscopy</h2>
 
<p style="color: black; font-size:18px">
 
<p style="color: black; font-size:18px">
At the cellular level, we combined some of the typical β-lactams with selected inhibitors to act on E.coli which can surface display target MBL,and evaluated the effects of inhibitors on living cells by measuring the absorbance curve of antibiotics.
+
At the cellular level, we combined some of the typical beta-lactams with selected inhibitors to act on E.coli which can express target MBL, and evaluated the effects of inhibitors on living cells by measuring the absorbance curve of antibiotics.
 
</p>
 
</p>
 
</div>
 
</div>
Line 1,206: Line 1,217:
 
</div>
 
</div>
 
</section>
 
</section>
<section class="awe-section" style="background: white" id="id-4">
+
<section class="awe-section" style="background: white" id="id-5">
 
<div class="container">
 
<div class="container">
 
<div class="row">
 
<div class="row">
Line 1,219: Line 1,230:
 
<div class="about__words">
 
<div class="about__words">
 
<p style="color: black; font-size:18px">
 
<p style="color: black; font-size:18px">
We want to address the problem that there are no clinically available inhibitors of beta-lactamase. We hope that we can contribute to solving issue, especially the mechanism about MBLs in the treatment of disease clinical problem. For this, we screened out beta-lactamase inhibitors that can be used clinically to regenerate antibiotics, which can actually solve the current medical dilemma of drug-resistant bacteria. Besides, we use the beta-lactam/beta-lactamase inhibitors therapy to reduce the harm of diseases caused by drug-resistant bacteria producing beta-lactamase.
+
We want to address the problem that there are no clinically available inhibitors of beta-lactamase. We hope that we can contribute to solving issue, especially the mechanism about MBLs in the treatment of disease clinical problem. For this, we screened out broad spectrum inhibitors that are expected to be used clinically to regenerate antibiotics, which can possibly solve the current medical dilemma of drug-resistant bacteria. Besides, we tested therapeutic effect in live bacteria by combining beta-lactams with inhibitors, and proved that the inhibitors we screened were effective in preventing MBLs-carrying bacteria from hydrolyzing antibiotics.
 
</p>
 
</p>
 
</div>
 
</div>
Line 1,243: Line 1,254:
 
<div class="about__words">
 
<div class="about__words">
 
<p style="color: black; font-size:18px">
 
<p style="color: black; font-size:18px">
For therapeutics, we consider putting the screened out inhibitors into applied medicine. We also hope that with mature results, the combination of beta-lactam/beta-lactamase inhibitors therapy can establish novel medicine and save lives clinically, which will be the progress in the clinical treatment of bacterial infection.
+
For therapeutics, we consider putting the screened inhibitors into applied medicine. We also hope that with mature results, the combination of beta-lactam/beta-lactamase inhibitors therapy can establish novel medicine and save lives clinically, which will be the progress in the clinical treatment of bacterial infection.
 
</p>
 
</p>
 
</div>
 
</div>
Line 1,251: Line 1,262:
 
</div>
 
</div>
 
</section>
 
</section>
<section class="awe-section" style="background: white" id="id-5">
+
<section class="awe-section" style="background: white" id="id-6">
 
<div class="container">
 
<div class="container">
 
<div class="row">
 
<div class="row">
Line 1,264: Line 1,275:
 
<div class="col-lg-10 ">
 
<div class="col-lg-10 ">
 
<div class="about__words">
 
<div class="about__words">
<p  style="color: black;font-size: 16px">1.Jose M. Munitaand Cesar A. Arias. Mechanisms of Antibiotic Resistance. Microbiol Spectr. 2016 Apr; 4(2): 10.1128/microbiolspec.VMBF-0016-2015.
+
<p  style="color: black;font-size: 16px">1.Paulo Durão, Roberto Balbontín, Isabel Gordo. Evolutionary Mechanisms Shaping the Maintenance of Antibiotic Resistance. Trends in Microbiology, Volume 26, Issue 8, 2018,  pages 677-691. ISSN 0966-842X, https://doi.org/10.1016/j.tim.2018.01.005.
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">2.Caitlyn M Rotondo and Gerard D Wright. Inhibitors of metallo-b-lactamases. Microbiology 2017,39:96–105
+
<p  style="color: black;font-size: 16px">2.Jose M. Munitaand Cesar A. Arias. Mechanisms of Antibiotic Resistance. Microbiol Spectr. 2016 Apr; 4(2): 10.1128/microbiolspec.VMBF-0016-2015.
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">3.Ying Ge, Ya-Jun Zhou, Ke-Wu Yang, Yi-Lin Zhang, Yang Xiang and Yue-Juan Zhang. Real-time activity assays of b-lactamases in living bacterial cells: application to the inhibition of antibiotic-resistant E. coli strains. Royal society of Chemistry. 2017</p>
+
<p  style="color: black;font-size: 16px">3.Caitlyn M Rotondo and Gerard D Wright. Inhibitors of metallo-b-lactamases. Microbiology 2017,39:96–105
<p  style="color: black;font-size: 16px">4.Ke-Wu Yang, Yajun Zhou, Ying Ge and Yuejuan Zhang. Real-time activity monitoring of New Delhi metallo-b-lactamase-1 in living bacterial cells by UV-Vis spectroscopy. Royal society of Chemistry,2017
+
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">5.Fan Gao. Combination of two lead compounds for the treatment of TB based on β-lactamase as a target. 2018
+
<p  style="color: black;font-size: 16px">4.Palzkill T. Metallo-beta-lactamase structure and function. Ann N Y Acad Sci. 2013;1277:91–104. doi:10.1111/j.1749-6632.2012.06796.x
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">6.Tooke CL, Hinchliffe P, Bragginton EC, et al. β-Lactamases and β-Lactamase Inhibitors in the 21st Century. J Mol Biol. 2019;431(18):3472–3500. doi:10.1016/j.jmb.2019.04.002
+
<p  style="color: black;font-size: 16px">5.Anthony R. White, Clive Kaye, James Poupard, Rienk Pypstra, Gary Woodnutt, Brian Wynne, Augmentin ® (amoxicillin/clavulanate) in the treatment of community-acquired respiratory tract infection: a review of the continuing development of an innovative antimicrobial agent , Journal of Antimicrobial Chemotherapy, Volume 53, Issue suppl_1, February 2004, Pages i3–i20, https://doi.org/10.1093/jac/dkh050
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">7.Drawz SM, Bonomo RA. Three decades of beta-lactamase inhibitors. Clin Microbiol Rev. 2010;23(1):160–201. doi:10.1128/CMR.00037-09
+
<p  style="color: black;font-size: 16px">6.Carine Bebrone. Metallo-beta-lactamases (classification, activity, genetic organization, structure, zinc coordination) and their superfamily. Biochemical Pharmacology, Volume 74, Issue 12, 2007, Pages 1686-1701, ISSN 0006-2952, https://doi.org/10.1016/j.bcp.2007.05.021.
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">8.Davies J, Davies D. Origins and evolution of antibiotic resistance. Microbiol Mol Biol Rev. 2010;74(3):417–433. doi:10.1128/MMBR.00016-10
+
<p  style="color: black;font-size: 16px">7.Tooke CL, Hinchliffe P, Bragginton EC, et al. beta-Lactamases and beta-Lactamase Inhibitors in the 21st Century. J Mol Biol. 2019;431(18):3472–3500. doi:10.1016/j.jmb.2019.04.002
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">9.Kohanski MA, Dwyer DJ, Collins JJ. How antibiotics kill bacteria: from targets to networks. Nat Rev Microbiol. 2010;8(6):423–435. doi:10.1038/nrmicro2333
+
<p  style="color: black;font-size: 16px">8.Fan Gao. Combination of two lead compounds for the treatment of TB based on beta-lactamase as a target. 2018
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">10.Eili Y. Klein, Thomas P. Van Boeckel, Elena M. Martinez, Suraj Pant, Sumanth Gandra, Simon A. Levin, Herman Goossens, Ramanan Laxminarayan. Global increase and geographic convergence in antibiotic consumption between 2000 and 2015. Proceedings of the National Academy of Sciences Apr 2018, 115 (15) E3463-E3470; DOI: 10.1073/pnas.1717295115
+
<p  style="color: black;font-size: 16px">9.Ying Ge, Ya-Jun Zhou, Ke-Wu Yang, Yi-Lin Zhang, Yang Xiang and Yue-Juan Zhang. Real-time activity assays of b-lactamases in living bacterial cells: application to the inhibition of antibiotic-resistant E. coli strains. Royal society of Chemistry. 2017
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">11.Worthington RJ, Melander C. Combination approaches to combat multidrug-resistant bacteria. Trends Biotechnol. 2013;31(3):177–184. doi:10.1016/j.tibtech.2012.12.006
+
<p  style="color: black;font-size: 16px">10. Ke-Wu Yang, Yajun Zhou, Ying Ge and Yuejuan Zhang. Real-time activity monitoring of New Delhi metallo-b-lactamase-1 in living bacterial cells by UV-Vis spectroscopy. Royal society of Chemistry,2017
 
</p>
 
</p>
<p  style="color: black;font-size: 16px">12.Yong D, Toleman MA, Giske CG, et al. Characterization of a new metallo-beta-lactamase gene, bla(NDM-1), and a novel erythromycin esterase gene carried on a unique genetic structure in Klebsiella pneumoniae sequence type 14 from India. Antimicrob Agents Chemother. 2009;53(12):5046–5054. doi:10.1128/AAC.00774-09</p>
+
</div>
</div>
+
 
</div>
 
</div>
 
</div>
 
</div>
Line 1,330: Line 1,339:
  
  
    <div id="totop" style="text-decoration: none">
+
<div id="totop" style="text-decoration: none">
            <a href="javascript:;" id="btn2"style="font-size: 25px;color: white;text-decoration: none">↑</a>
+
<a href="javascript:;" id="btn2"style="font-size: 25px;color: white;text-decoration: none">↑</a>
        </div>
+
</div>
        <script type="text/javascript">
+
<script type="text/javascript">
            //页面加载后执行
+
        //页面加载后执行
            window.onload = function () {
+
        window.onload = function () {
                // 1.找到页面中的按钮
+
            // 1.找到页面中的按钮
                var totop = document.getElementById("totop");
+
            var totop = document.getElementById("totop");
                totop.style.display = "none";
+
            totop.style.display = "none";
                var timer = null;
+
            var timer = null;
                // 2.给按钮绑定点击事件
+
            // 2.给按钮绑定点击事件
                totop.onclick = function () {
+
            totop.onclick = function () {
                    // 周期性定时器
+
                // 周期性定时器
                    timer = setInterval(function () {
+
                timer = setInterval(function () {
                        // 3.获取滚动条距离浏览器顶端的距离
+
                    // 3.获取滚动条距离浏览器顶端的距离
                        var backTop = document.documentElement.scrollTop || document.body.scrollTop;
+
                        // 越滚越慢
+
                        var speedTop = backTop / 5;
+
                        document.documentElement.scrollTop = backTop - speedTop;
+
                        if (backTop == 0) {
+
                            clearInterval(timer);
+
                        }
+
                    }, 30);
+
                }
+
   
+
                //设置临界值
+
                var pageHeight = 700;
+
                //按键是否显示功能
+
                window.onscroll = function () {
+
 
                     var backTop = document.documentElement.scrollTop || document.body.scrollTop;
 
                     var backTop = document.documentElement.scrollTop || document.body.scrollTop;
                     if (backTop > pageHeight) {
+
                     // 越滚越慢
                        totop.style.display = "block";
+
                    var speedTop = backTop / 5;
                     } else {
+
                    document.documentElement.scrollTop = backTop - speedTop;
                         totop.style.display = "none";
+
                     if (backTop == 0) {
 +
                         clearInterval(timer);
 
                     }
 
                     }
 +
                }, 30);
 +
            }
 +
 +
            //设置临界值
 +
            var pageHeight = 700;
 +
            //按键是否显示功能
 +
            window.onscroll = function () {
 +
                var backTop = document.documentElement.scrollTop || document.body.scrollTop;
 +
                if (backTop > pageHeight) {
 +
                    totop.style.display = "block";
 +
                } else {
 +
                    totop.style.display = "none";
 
                 }
 
                 }
 
             }
 
             }
         </script>
+
         }
 +
</script>
 
</div>
 
</div>
 
</body>
 
</body>
Line 1,406: Line 1,415:
 
src="https://2019.igem.org/Team:TJUSLS_China/assets/js/mainjs?action=raw&ctype=text/javascript"></script>
 
src="https://2019.igem.org/Team:TJUSLS_China/assets/js/mainjs?action=raw&ctype=text/javascript"></script>
 
<!--<script type="text/javascript" src="./assets/js/main.js"></script>-->
 
<!--<script type="text/javascript" src="./assets/js/main.js"></script>-->
 +
 +
<script src="https://2019.igem.org/Team:TJUSLS_China/improve/jquery321js?action=raw&ctype=text/javascript"></script>
 +
<!--  <script src="js/popper.min.js"></script> -->
 +
<script src="https://2019.igem.org/Team:TJUSLS_China/improve/featherjs?action=raw&ctype=text/javascript"></script>
 +
<script src="https://2019.igem.org/Team:TJUSLS_China/improve/bootstrapjs?action=raw&ctype=text/javascript"></script>
 +
<script src="https://2019.igem.org/Team:TJUSLS_China/improve/scriptsjs?action=raw&ctype=text/javascript"></script>
 +
<script src="https://2019.igem.org/Team:TJUSLS_China/improve/slickjs?action=raw&ctype=text/javascript"></script>
  
 
</html>
 
</html>

Revision as of 07:42, 21 October 2019

Description

click anywhere to close

Description

Overview

We focus our project on hitting Achilles’ Heel of metallo-beta-lactamases (MBLs), a vital class of beta-lactamases without available clinical inhibitors, produced by drug-resistant pathogens. We want to obtain the broad-spectrum inhibitor of MBLs and lay the foundation for clinical trials in the future.

Firstly we use synthetic biology methods to express a series of MBLs in E. coli, and then screen out effective inhibitor compounds via high-throughput screening with fluorescent probe (CDC-1) from FDA approved drug libraries and traditional Chinese medicine libraries. Also we assess their inhibitory ability in living bacterial cells by UV-vis spectroscopy. Finally, we obtained a series of effective inhibitors of MBLs, including an excellent broad-spectrum inhibitor, which can prevent living resistant bacteria from hydrolyzing beta-lactam antibiotics. We hope these inhibitors can be ideal candidates for therapeutics for diseases caused by drug-resistant pathogens.

Background

Metallo-beta-lactamases result in beta-lactam resistance

The introduction of antibiotics represented one of the most important medical interventions in the history of global health, resulting in a dramatic reduction in human morbidity and mortality caused by bacterial infections[1]. However, the overuse of antibiotics has made the production of drug-resistant bacteria a global burden. The World Health Organization has named antibiotic resistance as one of the three most important public health threats of the 21st century[2].

The beta-lactams are the most successful class of antibiotic drugs but they are vulnerable to inactivation by a growing cadre of beta-lactamases that now number more than a thousand variants[3]. These enzymes cleave the amide bond of the beta-lactam ring thus inactivating the antibiotic.

Figure1: The hydrolysis of penicillin.

The Ambler system divides beta-lactamases into four classes, termed A, B, C and D. This year, we focus on class B that called metallo-beta-lactamases, or MBLs. Much different from other beta-lactamases, MBLs require zinc for activity and catalysis does not proceed via a covalent intermediate but rather through direct attack of a hydroxide ion that is stabilized by the Zinc ions in the active site[4]. MBLs confer resistance to most beta-lactam antibiotics including carbapenems(often seen as last line drugs)[3], making it a global threat to public health.

Figure2: The active site of blaNDM-1(a typical kind of MBLs).

Major limitation on relevant therapy:

lack of clinical MBLs inhibitors

At present, due to the huge cost and low return of developing new antibiotics, the trend of developing new antibiotics has gradually declined in recent years. Alongside improvements to antibiotics themselves, combinations of existing beta-lactams with MBLs inhibitors represent the more feasible and common strategy to extend the usefulness of these existing beta-lactams.

Figure3:Schematic diagram of combining antibiotic and inhibitor

For other beta-lactamases, a number of these beta-lactam-beta-lactamases inhibitor combinations are approved for clinical use previously (for example, Amoxicillin-clavulanate is effective in the treatment of community-acquired respiratory infections[5] ),and many others are in clinical trials.

Unfortunately, the discovery of a clinically useful, specific inhibitor of metallo-beta-lactamases is made difficult by the fact that this compound must remain inactive towards the human proteins which are members of the metallo-beta-lactamase superfamily, or other metallo-enzymes such as the angiotensin converting enzyme. Another difficulty is to find a compound active on all subclasses of metallo-beta-lactamases and even on all the enzymes within a same subclass[6]. Indeed, despite extensive academic effort, no MBL inhibitor is yet close to the clinic[7].

This has become the focus of our project this year, which is to look for effective broad-spectrum inhibitors of MBLs from drug libraries, including our traditional Chinese medicine libraries, and then conduct live bacteria test for evaluation, laying a theoretical foundation for future clinical trials.

Inspirations

1.Previous iGEM teams' project related to beta-lactamases: UiOslo Norway 2016.

They use beta-lactamase as a diagnostic tool through cleavage of the beta-lactam ring in Nitrocefin. When the color of patients’ urine changes, the presence of resistant bacteria will be detected. As for us, can we take the idea of diagnostic further to therapeutics?

2.Joint assays inspired by three articles

A master’s degree essay [8] inspired us to do the high-throughput screening with extent fluorescent probe. He focused on the treatment of Tuberculosis caused by beta-lactamase BlaC, and screened out some inhibitors, whose influence were verified together with antibiotics in living bacteria.

To detect whether there exists a rapid way to demonstrate the effect of inhibitors in living bacterial cells, two articles [9][10] provided us a real-time activity assay approach using UV-visible spectroscopy

3.Advice from professors

During our brainstorming, we interviewed professors who research on antimicrobial resistance and other fields. They affirmed our project and gave some useful instructions. For example, Prof. Weihui Wu suggested us to test in living bacteria, and Prof. Tao Wang suggested us to quantitate the measurement of fluorescent.

Methods

Build gene circuits

We use synthetic biology methods to design and construct gene circuits. Moreover, using the prokaryotic cell (E. coli) as the chassis cell. We built multiple genetic circuits that ultimately ensured that each one we used matched perfectly with the chassis, resulting in our target protein.

Special fluorescent probe CDC-1

In our project we used a special fluorescent probe CDC-1, which contains a beta-lactam ring and a fluorescent group. When the beta-lactam ring is hydrolyzed by metallo-beta-lactamases, the probe emits an easily recognizable fluorescence. It is a property that will be exploited many times in our subsequent steps.

Determination of Enzyme Activity

We used fluorescent probe CDC-1 as the substrate to determine the kinetic parameters of related enzymes and the optimal buffer system, and established four enzyme activity systems for the screening of inhibitors in the next step.

Fluorescent High-throughput Screening

At the molecular level, we set up high-throughput screening system based on the fluorescent probe CDC-1, and selected effective inhibitors, in which there is a broad spectrum inhibitor, whose inhibition efficiency is more than 90% from over 4000 drugs in FDA approved libraries and traditional Chinese drug libraries. We also measured IC50 value of the screened inhibitors to assess the inhibition ability.

Living bacterial cells detection based on UV-visible Spectroscopy

At the cellular level, we combined some of the typical beta-lactams with selected inhibitors to act on E.coli which can express target MBL, and evaluated the effects of inhibitors on living cells by measuring the absorbance curve of antibiotics.

Aims & Meanings

We want to address the problem that there are no clinically available inhibitors of beta-lactamase. We hope that we can contribute to solving issue, especially the mechanism about MBLs in the treatment of disease clinical problem. For this, we screened out broad spectrum inhibitors that are expected to be used clinically to regenerate antibiotics, which can possibly solve the current medical dilemma of drug-resistant bacteria. Besides, we tested therapeutic effect in live bacteria by combining beta-lactams with inhibitors, and proved that the inhibitors we screened were effective in preventing MBLs-carrying bacteria from hydrolyzing antibiotics.

For the further research, we will use clinically collected resistant strains to test the effectiveness of our inhibitors.

For therapeutics, we consider putting the screened inhibitors into applied medicine. We also hope that with mature results, the combination of beta-lactam/beta-lactamase inhibitors therapy can establish novel medicine and save lives clinically, which will be the progress in the clinical treatment of bacterial infection.

Reference

1.Paulo Durão, Roberto Balbontín, Isabel Gordo. Evolutionary Mechanisms Shaping the Maintenance of Antibiotic Resistance. Trends in Microbiology, Volume 26, Issue 8, 2018, pages 677-691. ISSN 0966-842X, https://doi.org/10.1016/j.tim.2018.01.005.

2.Jose M. Munitaand Cesar A. Arias. Mechanisms of Antibiotic Resistance. Microbiol Spectr. 2016 Apr; 4(2): 10.1128/microbiolspec.VMBF-0016-2015.

3.Caitlyn M Rotondo and Gerard D Wright. Inhibitors of metallo-b-lactamases. Microbiology 2017,39:96–105

4.Palzkill T. Metallo-beta-lactamase structure and function. Ann N Y Acad Sci. 2013;1277:91–104. doi:10.1111/j.1749-6632.2012.06796.x

5.Anthony R. White, Clive Kaye, James Poupard, Rienk Pypstra, Gary Woodnutt, Brian Wynne, Augmentin ® (amoxicillin/clavulanate) in the treatment of community-acquired respiratory tract infection: a review of the continuing development of an innovative antimicrobial agent , Journal of Antimicrobial Chemotherapy, Volume 53, Issue suppl_1, February 2004, Pages i3–i20, https://doi.org/10.1093/jac/dkh050

6.Carine Bebrone. Metallo-beta-lactamases (classification, activity, genetic organization, structure, zinc coordination) and their superfamily. Biochemical Pharmacology, Volume 74, Issue 12, 2007, Pages 1686-1701, ISSN 0006-2952, https://doi.org/10.1016/j.bcp.2007.05.021.

7.Tooke CL, Hinchliffe P, Bragginton EC, et al. beta-Lactamases and beta-Lactamase Inhibitors in the 21st Century. J Mol Biol. 2019;431(18):3472–3500. doi:10.1016/j.jmb.2019.04.002

8.Fan Gao. Combination of two lead compounds for the treatment of TB based on beta-lactamase as a target. 2018

9.Ying Ge, Ya-Jun Zhou, Ke-Wu Yang, Yi-Lin Zhang, Yang Xiang and Yue-Juan Zhang. Real-time activity assays of b-lactamases in living bacterial cells: application to the inhibition of antibiotic-resistant E. coli strains. Royal society of Chemistry. 2017

10. Ke-Wu Yang, Yajun Zhou, Ying Ge and Yuejuan Zhang. Real-time activity monitoring of New Delhi metallo-b-lactamase-1 in living bacterial cells by UV-Vis spectroscopy. Royal society of Chemistry,2017