Yangwa:GroupIntro: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <html> | ||
< | <head> | ||
<style> | |||
body { | |||
font-family: 'Segoe UI', sans-serif; | |||
color: #111; | |||
line-height: 1.6; | |||
} | |||
h2 { | |||
font-size: 28px; | |||
margin-top: 48px; | |||
margin-bottom: 12px; | |||
display: flex; | |||
align-items: center; | |||
gap: 10px; | |||
} | |||
h3 { | |||
font-size: 20px; | |||
margin-top: 24px; | |||
margin-bottom: 8px; | |||
} | |||
.section { | |||
margin-bottom: 40px; | |||
} | |||
.card-grid { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 24px; | |||
justify-content: flex-start; | |||
margin-top: 16px; | |||
} | |||
.card { | |||
background: #f9f9f9; | |||
border-radius: 12px; | |||
padding: 20px; | |||
flex: 1 1 280px; | |||
box-shadow: 0 2px 8px rgba(0,0,0,0.05); | |||
transition: transform 0.3s ease; | |||
} | |||
.card:hover { | |||
transform: translateY(-4px); | |||
} | |||
.contact p { | |||
font-size: 16px; | |||
margin: 8px 0; | |||
} | |||
a { | |||
color: #007BFF; | |||
text-decoration: none; | |||
} | |||
a:hover { | |||
text-decoration: underline; | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<!-- 👋 Introduction --> | |||
<div class="section"> | |||
<h2>🧬 About Our Lab</h2> | |||
<p> | |||
We are a synthetic biology lab focusing on programmable molecular systems for precision immunotherapy and intracellular control. | |||
Our mission is to engineer intelligent biomaterials and RNA circuits to reprogram cellular functions in disease contexts. | |||
</p> | </p> | ||
</div> | |||
<!-- 🎯 Research --> | |||
<div class="section"> | |||
<h2>🔬 Research Focus</h2> | |||
<div class="card-grid"> | |||
<div class="card"> | |||
<h3>1. DNA/RNA Origami for Therapy</h3> | |||
< | <p> | ||
Design of 2D and 3D DNA/RNA nanostructures to deliver siRNA, aptamers, and proteins with spatial precision and responsiveness to tumor cues. | |||
</p> | |||
</div> | |||
<div class="card"> | |||
<h3>2. Logic-Gated Immune Activation</h3> | |||
<p> | |||
Development of antibody–aptamer systems and synthetic RNA circuits for T cell activation only under tumor-specific conditions. | |||
</p> | |||
</div> | |||
<div class="card"> | |||
<h3>3. Peptide–DNA Conjugates</h3> | |||
<p> | |||
Construction of self-assembling chains to cluster death receptors (e.g., TRAIL-R) via pH-triggered ligand assembly in the tumor microenvironment. | |||
</p> | |||
</div> | </div> | ||
</div> | |||
</div> | |||
<!-- 👥 Members --> | |||
<div class="section"> | |||
<h2>👥 Current Members</h2> | |||
<div class="card-grid"> | |||
<div class="card"> | |||
<h3>Yang Wang, PhD</h3> | |||
<p>Principal Investigator</p> | |||
</div> | |||
<div class="card"> | |||
<h3>Guangneng Xie</h3> | |||
<p>Master Student</p> | |||
</div> | </div> | ||
<div class="card"> | |||
<div | <h3>Anran Xu</h3> | ||
< | <p>Master Student</p> | ||
< | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
<!-- 📚 Publications --> | |||
<div class="section"> | |||
<ul | <h2>📚 Selected Publications</h2> | ||
<li>Wang Y et al. | <ul> | ||
<li>Wang Y et al. *Aptamer logic-guided T cell activation in pancreatic cancer*. Nature Biotech, 2025.</li> | |||
<li>Wang Y et al. | <li>Wang Y et al. *pH-programmable peptide-DNA nanostructures for apoptosis induction*. Nature Nanotechnology, 2024.</li> | ||
</ul> | </ul> | ||
</div> | |||
<!-- 📞 Contact --> | |||
<div class="section contact"> | |||
<p | <h2>📞 Contact</h2> | ||
<p>📍 West China School of Pharmacy, Sichuan University</p> | |||
<p>✉️ yangwa@lab.edu</p> | |||
<p>🌐 <a href="http://yangwalab.com" target="_blank">yangwalab.com</a></p> | |||
</div> | |||
</ | </body> | ||
</html> |
Revision as of 03:17, 12 April 2025
🧬 About Our Lab
We are a synthetic biology lab focusing on programmable molecular systems for precision immunotherapy and intracellular control. Our mission is to engineer intelligent biomaterials and RNA circuits to reprogram cellular functions in disease contexts.
🔬 Research Focus
1. DNA/RNA Origami for Therapy
Design of 2D and 3D DNA/RNA nanostructures to deliver siRNA, aptamers, and proteins with spatial precision and responsiveness to tumor cues.
2. Logic-Gated Immune Activation
Development of antibody–aptamer systems and synthetic RNA circuits for T cell activation only under tumor-specific conditions.
3. Peptide–DNA Conjugates
Construction of self-assembling chains to cluster death receptors (e.g., TRAIL-R) via pH-triggered ligand assembly in the tumor microenvironment.
👥 Current Members
Yang Wang, PhD
Principal Investigator
Guangneng Xie
Master Student
Anran Xu
Master Student
📚 Selected Publications
- Wang Y et al. *Aptamer logic-guided T cell activation in pancreatic cancer*. Nature Biotech, 2025.
- Wang Y et al. *pH-programmable peptide-DNA nanostructures for apoptosis induction*. Nature Nanotechnology, 2024.