Files
SI_TEALab_2025_LabWebsite/dofile/news.html
T
pengxiao a3eb5c7b2d init: TEALab 2025 实验室网站项目
从百度网盘 /apps/bypy/dofile/ 下载的完整项目结构,包含:
- dofile/: Flask 后端(端口 5000)+ 静态前端(端口 6002)
- officefile/: 项目相关文档
- .gitignore: Python venv / 日志 / 缓存

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-14 01:07:19 +08:00

197 lines
12 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>新闻资讯 | Design AI & Ecology Lab</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Noto+Sans+SC:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/common.css">
</head>
<body class="antialiased">
<!-- Navigation -->
<nav class="fixed w-full z-50 bg-white/90 backdrop-blur-sm border-b border-gray-100 transition-all duration-300" id="navbar">
<div class="max-w-7xl mx-auto px-6 lg:px-12 h-20 flex items-center justify-between">
<a href="website.html" class="text-xl tracking-tight font-bold flex items-center gap-2">
<div class="w-8 h-8 bg-black text-white flex items-center justify-center font-serif italic">D</div>
<span>DAEL<span class="text-gray-400 font-light mx-2">/</span><span class="text-sm font-normal text-gray-600 hidden sm:inline">Design AI & Ecology Lab</span></span>
</a>
<button id="mobile-menu-btn" class="md:hidden p-2 text-gray-600">
<i data-lucide="menu"></i>
</button>
<div class="hidden md:flex items-center space-x-6 text-sm font-medium tracking-wide text-gray-800">
<a href="website.html#about" class="nav-link hover:text-black">关于实验室</a>
<a href="website.html#research" class="nav-link hover:text-black">研究方向</a>
<a href="publications.html" class="nav-link hover:text-black">成果展示</a>
<a href="website.html#team" class="nav-link hover:text-black">研究团队</a>
<a href="news.html" class="nav-link hover:text-black text-black border-b border-black">新闻资讯</a>
<a href="website.html#contact" class="nav-link hover:text-black">加入我们</a>
<form id="search-form" class="relative search-box">
<input type="text" id="search-input" placeholder="搜索..."
class="px-4 py-2 text-sm border border-gray-300 rounded-full focus:outline-none focus:border-black w-40">
<button type="submit" class="absolute right-2 top-1/2 transform -translate-y-1/2 text-gray-400 hover:text-black">
<i data-lucide="search" class="w-4 h-4"></i>
</button>
<div id="search-results" class="search-results"></div>
</form>
<a href="login.html" id="login-btn" class="text-xs border border-gray-300 px-4 py-2 rounded hover:bg-black hover:text-white transition-colors">登录</a>
<a href="#" id="logout-btn" class="hidden text-xs border border-gray-300 px-4 py-2 rounded hover:bg-black hover:text-white transition-colors">退出</a>
</div>
</div>
<div id="mobile-menu" class="hidden md:hidden bg-white border-b border-gray-100 absolute w-full px-6 py-4 space-y-4 shadow-lg">
<a href="website.html#about" class="block text-gray-800 hover:text-black">关于实验室</a>
<a href="website.html#research" class="block text-gray-800 hover:text-black">研究方向</a>
<a href="publications.html" class="block text-gray-800 hover:text-black">成果展示</a>
<a href="website.html#team" class="block text-gray-800 hover:text-black">研究团队</a>
<a href="news.html" class="block text-gray-800 hover:text-black">新闻资讯</a>
<a href="website.html#contact" class="block text-gray-800 hover:text-black">加入我们</a>
<a href="login.html" class="block text-gray-800 hover:text-black">登录</a>
</div>
</nav>
<!-- Page Header -->
<section class="pt-32 pb-16 bg-white">
<div class="max-w-7xl mx-auto px-6 lg:px-12">
<h1 class="text-4xl md:text-5xl font-bold mb-4">新闻资讯</h1>
<p class="text-gray-600">了解实验室的最新动态、研究成果和活动信息</p>
</div>
</section>
<!-- News Content -->
<section class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-6 lg:px-12">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-16">
<!-- Latest News -->
<div class="md:col-span-2">
<h2 class="text-sm font-bold uppercase tracking-widest text-gray-500 mb-6">最新资讯</h2>
<div class="space-y-8">
<article class="border-b border-gray-200 pb-8">
<div class="flex items-start gap-4">
<div class="text-xs text-gray-500 whitespace-nowrap">2024.12.15</div>
<div class="flex-1">
<h3 class="text-xl font-bold mb-2 hover:text-gray-600 cursor-pointer">实验室新项目启动:AI驱动的城市生态规划</h3>
<p class="text-gray-600 text-sm leading-relaxed mb-4">
我们很高兴地宣布启动新的研究项目,该项目将利用生成式AI技术优化城市生态系统的规划与设计。项目将结合机器学习算法和生态学原理,为城市可持续发展提供创新解决方案。
</p>
<a href="#" class="text-sm text-black border-b border-black hover:text-gray-600 hover:border-gray-600">阅读更多 -></a>
</div>
</div>
</article>
<article class="border-b border-gray-200 pb-8">
<div class="flex items-start gap-4">
<div class="text-xs text-gray-500 whitespace-nowrap">2024.11.20</div>
<div class="flex-1">
<h3 class="text-xl font-bold mb-2 hover:text-gray-600 cursor-pointer">研究成果在顶级期刊发表</h3>
<p class="text-gray-600 text-sm leading-relaxed mb-4">
实验室关于生物启发式智能算法的研究成果在Nature子刊发表。该研究提出了一种新的群体智能算法,可用于优化分布式系统的控制策略。
</p>
<a href="#" class="text-sm text-black border-b border-black hover:text-gray-600 hover:border-gray-600">阅读更多 -></a>
</div>
</div>
</article>
<article class="border-b border-gray-200 pb-8">
<div class="flex items-start gap-4">
<div class="text-xs text-gray-500 whitespace-nowrap">2024.10.10</div>
<div class="flex-1">
<h3 class="text-xl font-bold mb-2 hover:text-gray-600 cursor-pointer">欢迎新成员加入实验室</h3>
<p class="text-gray-600 text-sm leading-relaxed mb-4">
我们很高兴地宣布,三位新的博士生和两位研究助理加入了我们的团队。新成员将在生成式生态学和数字可持续性等领域开展研究。
</p>
<a href="#" class="text-sm text-black border-b border-black hover:text-gray-600 hover:border-gray-600">阅读更多 -></a>
</div>
</div>
</article>
</div>
</div>
<!-- Sidebar -->
<div>
<h2 class="text-sm font-bold uppercase tracking-widest text-gray-500 mb-6">热点文章</h2>
<div class="space-y-6">
<div class="border-l-2 border-black pl-4">
<h4 class="font-bold text-sm mb-1 hover:text-gray-600 cursor-pointer">设计智能与生态系统的未来</h4>
<p class="text-xs text-gray-500">2024.09.15</p>
</div>
<div class="border-l-2 border-gray-200 pl-4">
<h4 class="font-bold text-sm mb-1 hover:text-gray-600 cursor-pointer">AI在可持续建筑中的应用</h4>
<p class="text-xs text-gray-500">2024.08.20</p>
</div>
<div class="border-l-2 border-gray-200 pl-4">
<h4 class="font-bold text-sm mb-1 hover:text-gray-600 cursor-pointer">生物启发算法的创新突破</h4>
<p class="text-xs text-gray-500">2024.07.10</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black text-white py-16 border-t border-gray-800">
<div class="max-w-7xl mx-auto px-6 lg:px-12">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-16">
<div>
<h5 class="text-sm font-bold uppercase tracking-widest text-gray-500 mb-6">Contact</h5>
<p class="text-sm text-gray-400 leading-loose">
Design AI & Ecology Lab<br>
1234 Design Avenue, Innovation District<br>
Shanghai, China<br>
<a href="mailto:hello@dael.edu.cn" class="text-white hover:underline">hello@dael.edu.cn</a>
</p>
</div>
<div>
<h5 class="text-sm font-bold uppercase tracking-widest text-gray-500 mb-6">Social</h5>
<div class="flex flex-col space-y-2 text-sm text-gray-400">
<a href="#" class="hover:text-white transition-colors">WeChat / 微信公众号</a>
<a href="#" class="hover:text-white transition-colors">Instagram</a>
<a href="#" class="hover:text-white transition-colors">Twitter / X</a>
<a href="#" class="hover:text-white transition-colors">GitHub</a>
</div>
</div>
<div>
<h5 class="text-sm font-bold uppercase tracking-widest text-gray-500 mb-6">Resources</h5>
<div class="flex flex-col space-y-2 text-sm text-gray-400">
<a href="resources.html" class="hover:text-white transition-colors">资源下载</a>
<a href="academic.html" class="hover:text-white transition-colors">学术资料</a>
<a href="team.html" class="hover:text-white transition-colors">完整团队</a>
</div>
</div>
<div>
<h5 class="text-sm font-bold uppercase tracking-widest text-gray-500 mb-6">Join Us</h5>
<p class="text-sm text-gray-400 mb-4">
我们长期招收博士后、博士生及研究助理。欢迎具有跨学科背景的申请者。
</p>
<a href="#" class="text-white text-sm border-b border-white hover:text-gray-300 hover:border-gray-300 pb-0.5">申请职位</a>
</div>
</div>
<div class="flex flex-col md:flex-row justify-between items-center pt-8 border-t border-gray-800 text-xs text-gray-600">
<div>
<p>&copy; 2024 Design AI & Ecology Lab. All Rights Reserved.</p>
<p class="mt-2">页面访问数: <span id="visit-counter" class="font-bold">0</span></p>
</div>
<div class="flex gap-4 mt-4 md:mt-0">
<a href="#" class="hover:text-gray-400">Privacy Policy</a>
<a href="#" class="hover:text-gray-400">Terms of Use</a>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/lucide@latest"></script>
<script src="js/api.js"></script>
<script src="js/common.js"></script>
<script src="js/search.js"></script>
<script src="js/auth.js"></script>
</body>
</html>