Group Introduction: Difference between revisions

From yangwa
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 51: Line 51:
</div>
</div>


<!-- 📤 上传按钮:仅管理员可见,放在 HTML 外部 -->
<!-- 📤 上传按钮(仅管理员可见) -->
{{#ifingroup:sysop|
<div id="upload-button-container" style="text-align: center; margin: 60px 0 20px 0; display: none;">
<div style="text-align: center; margin: 60px 0 20px 0;">
   <a href="/index.php?title=Special:Upload"
   <a href="/index.php?title=Special:Upload"
     style="padding: 12px 24px; background-color: #007BFF; color: white; border-radius: 8px; text-decoration: none; font-size: 18px;">
     style="padding: 12px 24px; background-color: #007BFF; color: white; border-radius: 8px; text-decoration: none; font-size: 18px;">
Line 59: Line 58:
   </a>
   </a>
</div>
</div>
}}
 
<script>
  if (mw.config.get('wgUserGroups') && mw.config.get('wgUserGroups').includes('sysop')) {
    document.getElementById('upload-button-container').style.display = 'block';
  }
</script>

Revision as of 02:07, 15 April 2025

SynBio Pharmaceutical Lab

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

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

Lab Members

     <img src="/path/to/wangyang.jpg" alt="Wang Yang" style="width: 120px; height: 120px; border-radius: 50%; object-fit: cover;">
王蛘
Professor, PI
     <img src="/path/to/xieguangneng.jpg" alt="谢广能" style="width: 120px; height: 120px; border-radius: 50%; object-fit: cover;">
谢广能
Graduate Student
     <img src="/path/to/xuanran.jpg" alt="徐安然" style="width: 120px; height: 120px; border-radius: 50%; object-fit: cover;">
徐安然
Graduate Student

Team Photo

   <img src="/path/to/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="/path/to/institute1-logo.png" alt="Institute 1" style="height: 60px;">
   <img src="/path/to/institute2-logo.png" alt="Institute 2" style="height: 60px;">

<script>

 if (mw.config.get('wgUserGroups') && mw.config.get('wgUserGroups').includes('sysop')) {
   document.getElementById('upload-button-container').style.display = 'block';
 }

</script>