Yangwa:GroupIntro: Difference between revisions

From yangwa
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
__NOTOC__ 
__NOEDITSECTION__
<div style="display:none;">{{DISPLAYTITLE: }}</div>
<html>
<html>
<style>
/* 对未登录用户隐藏顶部元素,但保留登录按钮和编辑按钮 */
body:not(.logged-in) #firstHeading,
body:not(.logged-in) #p-cactions,
body:not(.logged-in) #contentSub,
body:not(.logged-in) .mw-sidebar,
body:not(.logged-in) #mw-head,
body:not(.logged-in) #mw-panel,
body:not(.logged-in) #mw-head-base,
body:not(.logged-in) .vector-header-start,
body:not(.logged-in) .vector-header-end,
body:not(.logged-in) .vector-search-box,
body:not(.logged-in) .mw-page-title-main,
body:not(.logged-in) .mw-indicators {
  display: none !important;
}
</style>
<div style="max-width: 960px; margin: 0 auto; padding: 40px 20px; font-family: 'Segoe UI', sans-serif;">


   <!-- 顶部标题 -->
   <!-- 🧪 标题 -->
   <h1 style="text-align: center; font-size: 36px; margin-top: 20px; margin-bottom: 10px; color: #000;">
  <h1 style="display:none;">Group Introduction</h1>
     Synthetic BioPharmaceutics Group
   <h1 style="text-align: center; font-size: 36px; font-weight: bold; margin-bottom: 10px;">
     SynBio Pharmaceutical Lab
   </h1>
   </h1>
   <p style="text-align: center; font-size: 18px; margin-bottom: 30px; color: #444;">
   <p style="text-align: center; font-size: 16px; color: #666; margin-bottom: 40px;">
     (合成生物药剂学课题组)
    We engineer programmable therapeutic systems at the intersection of synthetic biology and nucleic acid nanotechnology.
  </p>
  <p style="text-align: center; font-size: 17px; color: #333; line-height: 1.6; max-width: 800px; margin: 0 auto 60px auto;">
     <strong>合成生物药物实验室</strong>专注于可编程治疗策略的构建,融合 DNA/RNA origami、基因电路与药物递送系统,推动精准药物与未来药剂学的发展。
   </p>
   </p>


   <style>
   <!-- 👥 成员 -->
    body {
  <h2 style="text-align: center; font-size: 24px; margin-top: 60px;">Lab Members</h2>
      font-family: 'Segoe UI', sans-serif;
  <div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 30px;">
      background-color: #ffffff;
     <div style="text-align: center; width: 160px;">
      color: #000000;
      <img src="/images/wangyang.jpg" alt="王蛘" style="width: 120px; height: 120px; border-radius: 50%; object-fit: cover;">
    }
       <div style="font-weight: bold; margin-top: 10px;">王蛘</div>
 
      <div style="font-size: 14px; color: #666">PI / Professor</div>
    h2 {
      margin-top: 40px;
      font-size: 28px;
      color: #000000;
    }
 
    details {
      background: #f9f9f9;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 14px 20px;
      margin-bottom: 20px;
      color: #000000;
    }
 
    summary {
      font-size: 16px;
      font-weight: bold;
      padding: 6px 0;
      color: #000000;
    }
 
    .card-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px;
     }
 
    .card {
      flex: 1 1 160px;
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 12px;
      background: #ffffff;
      text-align: center;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
 
    .card img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
       margin-bottom: 10px;
      border: 1px solid #ccc;
    }
 
    .card h4 {
      font-size: 16px;
      margin-bottom: 4px;
      color: #000000;
    }
 
    .card p {
      font-size: 13px;
      color: #000000;
    }
 
    a {
      color: #0000cc;
      text-decoration: none;
    }
 
    a:hover {
      text-decoration: underline;
    }
 
    ul li {
      margin-bottom: 8px;
      color: #000000;
    }
 
    p {
      color: #000000;
    }
  </style>
 
  <!-- 🔬 Research -->
  <h2 id="research">🔬 Research Focus</h2>
 
  <details open>
    <summary> DNA/RNA Origami for Therapy</summary>
    Design of 2D and 3D DNA/RNA nanostructures to deliver siRNA, aptamers, and proteins with precise spatial control and responsiveness to tumor cues.
  </details>
 
  <details>
    <summary> Logic-Gated Immune Activation</summary>
    We engineer aptamer–antibody logic systems and RNA circuits that enable conditional T cell activation within immunosuppressive tumor environments.
  </details>
 
  <details>
    <summary> Peptide–DNA Conjugates for Receptor Clustering</summary>
    We create pH-responsive peptide–DNA materials that self-assemble in acidic tumor microenvironments to cluster death receptors (e.g., TRAIL-R) and induce apoptosis.
  </details>
 
  <!-- 👤 Members -->
  <h2 id="members">👤 Current Members</h2>
 
  <div class="card-grid">
    <div class="card">
      <img src="https://via.placeholder.com/100" />
      <h4>Yang Wang 王蛘</h4>
      <p>Professor 海纳特聘教授(特聘研究员)</p>
      <p>国家级青年人才</p>
    </div>
    <div class="card">
      <img src="https://via.placeholder.com/100" />
      <h4>Xie Guangneng 谢广能</h4>
      <p>Student 研究生</p>
    </div>
    <div class="card">
      <img src="https://via.placeholder.com/100" />
      <h4>Xu Anran 徐安然</h4>
      <p>PhD Student 研究生</p>
     </div>
     </div>
     <div class="card">
     <div style="text-align: center; width: 160px;">
       <img src="https://via.placeholder.com/100" />
       <img src="/images/xieguangneng.jpg" alt="谢广能" style="width: 120px; height: 120px; border-radius: 50%; object-fit: cover;">
       <h4>Zhang Wei</h4>
       <div style="font-weight: bold; margin-top: 10px;">谢广能</div>
       <p>Master Student</p>
       <div style="font-size: 14px; color: #666">Graduate Student</div>
     </div>
     </div>
     <div class="card">
     <div style="text-align: center; width: 160px;">
       <img src="https://via.placeholder.com/100" />
       <img src="/images/xuanran.jpg" alt="徐安然" style="width: 120px; height: 120px; border-radius: 50%; object-fit: cover;">
       <h4>Li Jie</h4>
       <div style="font-weight: bold; margin-top: 10px;">徐安然</div>
       <p>Intern</p>
       <div style="font-size: 14px; color: #666">Graduate Student</div>
     </div>
     </div>
   </div>
   </div>


   <!-- 📚 Publications -->
   <!-- 📚 发表文章 -->
   <h2 id="publications">📚 Selective Publications 代表性论文</h2>
   <h2 style="text-align: center; font-size: 26px; margin-top: 80px;">Publications</h2>
  <div style="font-size: 15px; color: #333; line-height: 1.8; text-align: left; padding-left: 20px;">
    <ol>
      <!-- 所有文章保留,略 -->
    </ol>
  </div>


  <ul>
   <!-- 📞 联系 -->
    <li><b>Wang Y</b>, et al. Programmable DNA robot for cancer therapy. <i>Nature Nanotechnology</i>, 2024.</li>
   <h2 style="text-align: center; font-size: 24px; margin-top: 80px;">Contact</h2>
    <li><b>Wang Y</b>, et al. RNA origami logic gates for T cell activation. <i>Nature Biomedical Engineering</i>, 2023.</li>
   <div style="text-align: center; font-size: 15px; margin-top: 10px; color: #444;">
  </ul>
    Address: 成都市人民南路三段四川大学华西药学院<br>
 
    Email: yang.wang@ki.se
   <!-- 📞 Contact -->
   </div>
   <h2 id="contact">📞 Contact</h2>
 
   <p>📍 West China School of Pharmacy, Sichuan University</p>
  <p>📧 13547820971@163.com</p>
   <p>🌐 <a href="http://yangwalab.com" target="_blank">yangwalab.com</a></p>


  <!-- 📸 合照 -->
  <h2 style="text-align: center; font-size: 24px; margin-top: 80px;">Team Photo</h2>
  <div style="text-align: center; margin-top: 20px;">
    <img src="http://yangwalab.com/images/thumb/9/97/WechatIMG487.jpg/1600px-WechatIMG487.jpg?20250419195926" alt="Group Photo" style="max-width: 100%; width: 800px; border-radius: 12px;">
  </div>
</div>
</html>
</html>

Revision as of 23:53, 19 April 2025


Group Introduction

SynBio Pharmaceutical Lab

We engineer programmable therapeutic systems at the intersection of synthetic biology and nucleic acid nanotechnology.

合成生物药物实验室专注于可编程治疗策略的构建,融合 DNA/RNA origami、基因电路与药物递送系统,推动精准药物与未来药剂学的发展。

Lab Members

王蛘
王蛘
PI / Professor
谢广能
谢广能
Graduate Student
徐安然
徐安然
Graduate Student

Publications

Contact

Address: 成都市人民南路三段四川大学华西药学院
Email: yang.wang@ki.se

Team Photo

Group Photo