Group Introduction: Difference between revisions

From yangwa
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__ <!-- 不显示目录 -->
__NOTOC__  
__NOEDITSECTION__ <!-- 不显示编辑小段落按钮 -->
__NOEDITSECTION__


<style>
<style>
/* 隐藏顶部标签和操作栏 */
/* 隐藏顶部标签、操作、Tools */
#p-views, .mw-indicators, .vector-page-toolbar-container {
#p-views, .mw-indicators, .vector-page-toolbar-container,
#p-cactions, .vector-menu-dropdown, .vector-page-titlebar,
#firstHeading, .vector-header-start {
   display: none !important;
   display: none !important;
}
}


/* 隐藏“Tools”下拉菜单 */
/* 页面宽度 & 字体统一 */
#p-cactions, .vector-menu-dropdown {
body.skin-vector-2022 .mw-body {
   display: none !important;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 24px;
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
}
 
h1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}
 
p.subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
 
.lab-description {
  text-align: center;
  font-size: 17px;
  color: #333;
  max-width: 820px;
  margin: 0 auto 60px auto;
  line-height: 1.6;
}
 
/* 实验室成员头像排布 */
.member-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
 
.member-card {
  width: 160px;
  text-align: center;
}
 
.member-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
 
.member-card .name {
  font-weight: bold;
}
 
.member-card .role {
  font-size: 14px;
  color: #555;
}
 
/* 合作单位 logo */
.collaborators {
   display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
}
}


/* 让页面更居中、干净 */
.collaborators img {
body.skin-vector-2022 .mw-body {
   height: 60px;
   max-width: 1000px;
   opacity: 0.9;
   margin: 0 auto;
   transition: transform 0.2s ease;
   padding-top: 40px;
}
.collaborators img:hover {
  transform: scale(1.05);
}
}


#firstHeading {
/* 发表文章段落 */
   display: none; /* 隐藏页面标题 */
.publications {
  width: 100%;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
   margin-bottom: 60px;
}
}
</style>
</style>


<!-- 🧬 实验室介绍 -->
<h1>SynBio Pharmaceutical Lab</h1>
<p class="subtitle">We engineer programmable therapeutic systems at the intersection of synthetic biology and nucleic acid nanotechnology.</p>


<div style="max-width: 960px; margin: 0 auto; padding: 40px 20px; font-family: 'Segoe UI', sans-serif;">
<div class="lab-description">
   <!-- 🧬 实验室简介 -->
   合成生物药物实验室专注于可编程治疗策略的构建,融合 DNA/RNA origami、基因电路与药物递送系统,推动精准药物与未来药剂学的发展。
  <h1 style="text-align: center; font-size: 32px; font-weight: bold;">SynBio Pharmaceutical Lab</h1>
</div>
  <p style="text-align: center; font-size: 18px; margin-bottom: 8px;">
    We engineer programmable therapeutic systems at the intersection of synthetic biology and nucleic acid nanotechnology.
  </p>
  <p style="text-align: center; font-size: 15px; color: #444; margin-bottom: 40px;">
    合成生物药物实验室专注于可编程治疗策略的构建,融合 DNA/RNA origami、基因电路与药物递送系统,推动精准药物与未来药剂学的发展。
  </p>


  <!-- 👥 实验室成员 -->
<!-- 👥 成员卡片 -->
  <h2 style="text-align: center; font-size: 24px; margin-top: 60px;">Lab Members</h2>
<div class="member-grid">
   <div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 30px;">
   <div class="member-card">
     <div style="text-align: center; width: 160px;">
     <img src="/images/wangyang.jpg" alt="Wang Yang">
      <img src="/path/to/wangyang.jpg" alt="Wang Yang" style="width: 120px; height: 120px; border-radius: 50%; object-fit: cover;">
    <div class="name">王蛘</div>
      <div style="font-weight: bold; margin-top: 10px;">王蛘</div>
    <div class="role">PI / Professor</div>
      <div style="font-size: 14px; color: #666">Professor, PI</div>
  </div>
    </div>
  <div class="member-card">
    <div style="text-align: center; width: 160px;">
    <img src="/images/xieguangneng.jpg" alt="谢广能">
      <img src="/path/to/xieguangneng.jpg" alt="谢广能" style="width: 120px; height: 120px; border-radius: 50%; object-fit: cover;">
    <div class="name">谢广能</div>
      <div style="font-weight: bold; margin-top: 10px;">谢广能</div>
    <div class="role">Graduate Student</div>
      <div style="font-size: 14px; color: #666">Graduate Student</div>
  </div>
    </div>
  <div class="member-card">
    <div style="text-align: center; width: 160px;">
    <img src="/images/xuanran.jpg" alt="徐安然">
      <img src="/path/to/xuanran.jpg" alt="徐安然" style="width: 120px; height: 120px; border-radius: 50%; object-fit: cover;">
    <div class="name">徐安然</div>
      <div style="font-weight: bold; margin-top: 10px;">徐安然</div>
    <div class="role">Graduate Student</div>
      <div style="font-size: 14px; color: #666">Graduate Student</div>
    </div>
   </div>
   </div>
</div>


  <!-- 📸 团队合照 -->
<!-- 📸 团队合照 -->
  <h2 style="text-align: center; font-size: 24px; margin-top: 80px;">Team Photo</h2>
<h2 style="text-align: center; font-size: 24px;">Team Photo</h2>
  <div style="text-align: center; margin-top: 20px;">
<div style="text-align: center; margin-top: 20px;">
    <img src="/path/to/team-photo.jpg" alt="Group Photo" style="max-width: 100%; border-radius: 12px;">
  <img src="/images/team-photo.jpg" alt="Group Photo" style="max-width: 100%; border-radius: 12px;">
  </div>
</div>


  <!-- 📞 联系方式 -->
<!-- 📞 联系方式 -->
  <h2 style="text-align: center; font-size: 24px; margin-top: 80px;">Contact</h2>
<h2 style="text-align: center; font-size: 24px; margin-top: 80px;">Contact</h2>
  <div style="text-align: center; font-size: 15px; margin-top: 10px; color: #444;">
<div style="text-align: center; font-size: 15px; margin-top: 10px; color: #444;">
    Address: [Your Lab Address Here]<br>
  Address: [Your Lab Address Here]<br>
    Email: [youremail@example.com]<br>
  Email: [youremail@example.com]<br>
    Tel: +[Your Phone Number]
  Tel: +[Your Phone Number]
  </div>
</div>


  <!-- 🤝 合作机构 -->
<!-- 🤝 合作机构 -->
  <h2 style="text-align: center; font-size: 24px; margin-top: 80px;">Collaborators</h2>
<h2 style="text-align: center; font-size: 24px; margin-top: 80px;">Collaborators</h2>
  <div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 20px;">
<div class="collaborators">
    <img src="/path/to/institute1-logo.png" alt="Institute 1" style="height: 60px;">
  <img src="/images/institute1-logo.png" alt="Institute 1">
    <img src="/path/to/institute2-logo.png" alt="Institute 2" style="height: 60px;">
  <img src="/images/institute2-logo.png" alt="Institute 2">
  </div>
</div>


  <!-- 📚 发表文章 -->
<!-- 📚 发表文章 -->
  <h2 style="text-align: center; font-size: 26px; margin-top: 80px;">Publications</h2>
<h2 style="text-align: center; font-size: 26px; margin-top: 80px;">Publications</h2>
  <div style="width: 100%; font-size: 15px; color: #333; line-height: 1.8; text-align: left; box-sizing: border-box;">
<div class="publications">
    <ol style="padding-left: 40px;">
  <ol>
      <li>
    <li><span style="text-decoration: underline;">Wang Yang</span>, Igor Baars, ... <strong>A DNA robotic switch ...</strong>. <em style="color: #007BFF;">Nature Nanotech</em>, 19:1366–74 (2024)</li>
        <span style="text-decoration: underline;">Wang Yang</span>, Igor Baars, ...
    <li>Ioanna Smyrlaki, ... <strong>Jag1 DNA origami activates Notch</strong>. <em style="color: #007BFF;">Nat Commun</em>, 15:465 (2024)</li>
        <strong>A DNA robotic switch with regulated autonomous display of cytotoxic ligand nanopatterns</strong>.
    <li>... <strong>Wireframe DNA Square Lattice Edges</strong>. <em style="color: #007BFF;">ACS Nano</em>, 17:6565 (2023)</li>
        <em style="color: #007BFF;">Nature Nanotechnology</em>. 19, pages1366–1374 (2024)
    <!-- 可继续添加 -->
      </li>
  </ol>
      <li>
        Ioanna Smyrlaki, Ferenc Fördős, ... <span style="text-decoration: underline;">Wang Yang</span>, ...
        <strong>Soluble and multivalent Jag1 DNA origami nanopatterns activate Notch without pulling force</strong>.
        <em style="color: #007BFF;">Nature Communications</em>. 15, 465 (2024)
      </li>
      <li>
        Marco Lolaico, ... <span style="text-decoration: underline;">Wang Yang</span>, Björn Högberg*. 
        <strong>Computer-Aided Design of A-Trail Routed Wireframe DNA Nanostructures with Square Lattice Edges</strong>.
        <em style="color: #007BFF;">ACS Nano</em>. 17, 6565–6574 (2023)
      </li>
      <li>
        Miao Deng, Rong Guo, <span style="text-decoration: underline;">Wang Yang</span>, ... 
        <strong>Curbing Exosome Communications for Metastatic Pancreatic Cancer Therapy</strong>. 
        <em style="color: #007BFF;">Advanced Materials</em>. 35, 2303736 (2023)
      </li>
      <li>
        Jiaye Liu#, <span style="text-decoration: underline;">Wang Yang</span># ... 
        <strong>Pancreatic tumor eradication via selective Pin1 inhibition in CAFs and T cells</strong>. 
        <em style="color: #007BFF;">Nature Communications</em>. 13, 4308 (2022)
      </li>
      <li>
        Keying Zhu, <span style="text-decoration: underline;">Wang Yang</span>, ... 
        <strong>Myeloid-specific topoisomerase 1 inhibition using DNA origami mitigates neuroinflammation</strong>. 
        <em style="color: #007BFF;">EMBO Reports</em>. 23: e54499 (2022)
      </li>
      <li>
        <span style="text-decoration: underline;">Wang Yang</span>, Erik Benson, ... 
        <strong>DNA Origami Penetration in Cell Spheroid Models Enhanced by Wireframe Design</strong>. 
        <em style="color: #007BFF;">Advanced Materials</em>. 33, 2008457 (2021)
      </li>
      <li>
        <span style="text-decoration: underline;">Wang Yang</span>, Igor Baars, ... 
        <strong>Clustering of Death Receptor for Apoptosis Using Nanoscale Patterns of Peptides</strong>. 
        <em style="color: #007BFF;">ACS Nano</em>. 15, 9614–9626 (2021)
      </li>
      <li>
        Toon Verheyen, <span style="text-decoration: underline;">Wang Yang</span>, ... 
        <strong>Spatial organization-dependent EphA2 transcriptional responses</strong>. 
        <em style="color: #007BFF;">Nucleic Acid Research</em>. 48, 5777–5787 (2020)
      </li>
    </ol>
  </div>
</div>
</div>

Revision as of 21:43, 19 April 2025


<style> /* 隐藏顶部标签、操作、Tools */

  1. p-views, .mw-indicators, .vector-page-toolbar-container,
  2. p-cactions, .vector-menu-dropdown, .vector-page-titlebar,
  3. firstHeading, .vector-header-start {
 display: none !important;

}

/* 页面宽度 & 字体统一 */ body.skin-vector-2022 .mw-body {

 max-width: 1080px;
 margin: 0 auto;
 padding: 60px 24px;
 font-family: 'Segoe UI', sans-serif;
 background-color: #ffffff;

}

h1 {

 font-size: 36px;
 text-align: center;
 font-weight: bold;
 margin-bottom: 12px;

}

p.subtitle {

 text-align: center;
 font-size: 16px;
 color: #666;
 margin-bottom: 40px;

}

.lab-description {

 text-align: center;
 font-size: 17px;
 color: #333;
 max-width: 820px;
 margin: 0 auto 60px auto;
 line-height: 1.6;

}

/* 实验室成员头像排布 */ .member-grid {

 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 40px;
 margin-bottom: 60px;

}

.member-card {

 width: 160px;
 text-align: center;

}

.member-card img {

 width: 120px;
 height: 120px;
 object-fit: cover;
 border-radius: 50%;
 margin-bottom: 10px;
 box-shadow: 0 2px 8px rgba(0,0,0,0.1);

}

.member-card .name {

 font-weight: bold;

}

.member-card .role {

 font-size: 14px;
 color: #555;

}

/* 合作单位 logo */ .collaborators {

 display: flex;
 justify-content: center;
 gap: 32px;
 margin-top: 20px;

}

.collaborators img {

 height: 60px;
 opacity: 0.9;
 transition: transform 0.2s ease;

} .collaborators img:hover {

 transform: scale(1.05);

}

/* 发表文章段落 */ .publications {

 width: 100%;
 font-size: 15px;
 color: #333;
 line-height: 1.8;
 text-align: left;
 box-sizing: border-box;
 padding-left: 20px;
 margin-bottom: 60px;

} </style>

SynBio Pharmaceutical Lab

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

 合成生物药物实验室专注于可编程治疗策略的构建,融合 DNA/RNA origami、基因电路与药物递送系统,推动精准药物与未来药剂学的发展。
   <img src="/images/wangyang.jpg" alt="Wang Yang">
王蛘
PI / Professor
   <img src="/images/xieguangneng.jpg" alt="谢广能">
谢广能
Graduate Student
   <img src="/images/xuanran.jpg" alt="徐安然">
徐安然
Graduate Student

Team Photo

 <img src="/images/team-photo.jpg" alt="Group Photo" style="max-width: 100%; border-radius: 12px;">

Contact

 Address: [Your Lab Address Here]
Email: [youremail@example.com]
Tel: +[Your Phone Number]

Collaborators

 <img src="/images/institute1-logo.png" alt="Institute 1">
 <img src="/images/institute2-logo.png" alt="Institute 2">

Publications

  1. Wang Yang, Igor Baars, ... A DNA robotic switch .... Nature Nanotech, 19:1366–74 (2024)
  2. Ioanna Smyrlaki, ... Jag1 DNA origami activates Notch. Nat Commun, 15:465 (2024)
  3. ... Wireframe DNA Square Lattice Edges. ACS Nano, 17:6565 (2023)