maomaobj commited on
Commit
c18336f
·
verified ·
1 Parent(s): 12c54ea

Design a structured, modular results page for a Science & Technology Knowledge Service Platform. ### Page context: User asked the question: “碳纳米管增强复合材料的主要改性手段?” ### Layout structure: Use a consistent block layout for all result modules, with the following sections: --- ### 1. **Header (Top Bar)** - Logo: "智研汇 · 科技知识平台" - Navigation: [首页] [知识检索] [专家库] [智能问答] [我的收藏] - User avatar at top right --- ### 2. **Query Banner** - Box displaying user question: **“碳纳米管增强复合材料的主要改性手段?”** - Subheading below: “系统识别为『方法类问题』,为您找到以下 4 类结果” --- ### 3. **Modular Result Area (4 unified blocks, stack layout)** Use consistent card-based layout across all modules. Each block includes: - Title - Summary/lead text - Structured data cards (with icon, label, button) - Optional action: [查看更多] or [引用] #### ✅ Block 1: 📌 AI 快速总结 - Text box: “碳纳米管增强复合材料的常用改性手段包括:羧基化、氨基化、溶液分散、等离子体处理与聚合物包覆。每种方法改善的性能略有差异,需结合材料目标选择。” - Reference tags: [论文链接1] [项目报告] --- #### ✅ Block 2: 🔬 改性方法卡片 - Grid of 3 method cards: 1. **羧基化处理** “引入COOH基团提升亲水性和界面键合力” Tags: [化学改性] [增强结合力] 2. **聚合物包覆** “表面包覆环氧树脂提升均匀性与界面结合” Tags: [复合增强] [工程应用] 3. **等离子体改性** “提高表面能,改善分散性与润湿性” Tags: [表面处理] [实验性强] --- #### ✅ Block 3: 📚 推荐论文列表 - Vertical list layout: - **Title**: “Functionalization of carbon nanotube-based composites: A review” Authors: Zhang H. et al. | Journal: Advanced Materials, 2022 [查看全文] - **Title**: “Effects of plasma treatment on interfacial bonding in CNT composites” Authors: Lee C. et al. | Journal: Composite Interfaces, 2021 [阅读全文] --- #### ✅ Block 4: 👨‍🔬 推荐专家 - Horizontal scroll cards: 1. **王 强 教授** 清华大学 · 材料科学与工程 研究方向:界面改性、高性能复材 [查看成果] 2. **李 雪 研究员** 中科院宁波材料所 · 纳米材料 擅长:碳纳米材料功能化 [联系专家] --- ### 4. **Bottom Assistant** - Floating chat icon (bottom-right corner): Text: “❓ 有更多问题?问我吧” --- ### Visual style: - Light theme with blue + gray accents - Rounded cards with shadows - Icons for each block: summary 📌, methods 🔬, papers 📚, experts 👨‍🔬 - Font: Inter or Roboto - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +511 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Search3
3
- emoji: 📚
4
- colorFrom: indigo
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: search3
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,511 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>智研汇 · 科技知识平台</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
9
+ <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
10
+ <style>
11
+ :root {
12
+ --primary-blue: #2563eb;
13
+ --light-blue: #eff6ff;
14
+ --dark-blue: #1d4ed8;
15
+ --accent-gray: #f3f4f6;
16
+ }
17
+
18
+ body {
19
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
20
+ background-color: #f9fafb;
21
+ color: #1f2937;
22
+ }
23
+
24
+ .floating-btn {
25
+ box-shadow: 0 4px 14px 0 rgba(0, 118, 255, 0.3);
26
+ transition: all 0.3s ease;
27
+ }
28
+
29
+ .floating-btn:hover {
30
+ transform: translateY(-3px);
31
+ box-shadow: 0 6px 18px rgba(0, 118, 255, 0.4);
32
+ }
33
+
34
+ .scrollable-cards {
35
+ -ms-overflow-style: none;
36
+ scrollbar-width: none;
37
+ }
38
+
39
+ .scrollable-cards::-webkit-scrollbar {
40
+ display: none;
41
+ }
42
+
43
+ .tag-line::after {
44
+ content: "";
45
+ flex: 1;
46
+ margin-left: 0.5rem;
47
+ height: 1px;
48
+ background-color: #e5e7eb;
49
+ }
50
+ </style>
51
+ <script>
52
+ tailwind.config = {
53
+ theme: {
54
+ extend: {
55
+ colors: {
56
+ 'primary-blue': '#2563eb',
57
+ 'light-blue': '#eff6ff',
58
+ 'accent-gray': '#f3f4f6',
59
+ 'dark-blue': '#1d4ed8',
60
+ }
61
+ }
62
+ }
63
+ }
64
+ </script>
65
+ </head>
66
+ <body class="bg-gray-50">
67
+ <!-- 顶部导航栏 -->
68
+ <header class="sticky top-0 z-50 bg-white shadow-sm">
69
+ <div class="container mx-auto px-4">
70
+ <div class="flex items-center justify-between py-3">
71
+ <!-- 左侧Logo -->
72
+ <div class="flex items-center">
73
+ <div class="bg-blue-600 text-white w-10 h-10 rounded-lg flex items-center justify-center mr-2">
74
+ <i class="fas fa-atom text-xl"></i>
75
+ </div>
76
+ <h1 class="text-xl font-bold tracking-tight text-gray-800">智研汇 · 科技知识平台</h1>
77
+ </div>
78
+
79
+ <!-- 导航链接 -->
80
+ <div class="hidden md:flex space-x-8">
81
+ <a href="#" class="text-blue-600 font-medium border-b-2 border-blue-600 py-2">首页</a>
82
+ <a href="#" class="text-gray-600 hover:text-blue-600 transition py-2">知识检索</a>
83
+ <a href="#" class="text-gray-600 hover:text-blue-600 transition py-2">专家库</a>
84
+ <a href="#" class="text-gray-600 hover:text-blue-500 transition py-2">智能问答</a>
85
+ <a href="#" class="text-gray-600 hover:text-blue-600 transition py-2">我的收藏</a>
86
+ </div>
87
+
88
+ <!-- 用户头像 -->
89
+ <div class="flex items-center">
90
+ <div class="flex items-center space-x-2">
91
+ <div class="relative">
92
+ <button class="text-gray-500 hover:text-blue-600 transition">
93
+ <i class="fas fa-bell text-xl"></i>
94
+ </button>
95
+ <span class="absolute top-0 right-0 block h-2 w-2 rounded-full bg-red-500"></span>
96
+ </div>
97
+ <div class="relative">
98
+ <button class="text-gray-500 hover:text-blue-600 transition">
99
+ <i class="fas fa-user-circle text-3xl"></i>
100
+ </button>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </div>
105
+
106
+ <!-- 移动端导航 -->
107
+ <div class="flex md:hidden py-3 border-t border-gray-200">
108
+ <div class="flex justify-around w-full">
109
+ <a href="#" class="text-sm px-2 text-blue-600 font-medium"><i class="fas fa-home mb-1 block text-center w-full"></i>首页</a>
110
+ <a href="#" class="text-sm px-2 text-gray-600"><i class="fas fa-search mb-1 block text-center w-full"></i>检索</a>
111
+ <a href="#" class="text-sm px-2 text-gray-600"><i class="fas fa-users mb-1 block text-center w-full"></i>专家</a>
112
+ <a href="#" class="text-sm px-2 text-gray-600"><i class="fas fa-comments mb-1 block text-center w-full"></i>问答</a>
113
+ <a href="#" class="text-sm px-2 text-gray-600"><i class="fas fa-bookmark mb-1 block text-center w-full"></i>收藏</a>
114
+ </div>
115
+ </div>
116
+ </div>
117
+ </header>
118
+
119
+ <!-- 主内容区 -->
120
+ <main class="container mx-auto px-4 py-8">
121
+ <!-- 查询横幅 -->
122
+ <div class="bg-white rounded-xl shadow-sm p-6 mb-8">
123
+ <div class="max-w-4xl mx-auto">
124
+ <div class="flex items-center justify-between mb-2">
125
+ <span class="bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded">方法类问题</span>
126
+ <button class="flex items-center text-blue-600">
127
+ <i class="fas fa-star mr-1 text-sm"></i> 收藏问题
128
+ </button>
129
+ </div>
130
+ <h1 class="text-2xl font-bold text-gray-800 mb-3 leading-tight">“碳纳米管增强复合材料的主要改性手段?”</h1>
131
+ <div class="text-gray-600 mb-4">系统识别为『方法类问题』,为您找到以下<span class="text-blue-600 font-medium"> 4 类结果</span></div>
132
+
133
+ <div class="flex flex-wrap gap-2">
134
+ <span class="bg-gray-100 px-3 py-1 rounded-full text-sm text-gray-600">材料科学</span>
135
+ <span class="bg-gray-100 px-3 py-1 rounded-full text-sm text-gray-600">纳米技术</span>
136
+ <span class="bg-gray-100 px-3 py-1 rounded-full text-sm text-gray-600">复合材料</span>
137
+ <span class="bg-gray-100 px-3 py-1 rounded-full text-sm text-gray-600">表面改性</span>
138
+ </div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- 内容卡片区域 -->
143
+ <div class="grid grid-cols-1 gap-8 max-w-4xl mx-auto">
144
+
145
+ <!-- Block 1: AI快速总结 -->
146
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
147
+ <div class="p-6 border-b border-gray-200 flex items-center">
148
+ <div class="bg-blue-100 w-10 h-10 rounded-lg flex items-center justify-center mr-3">
149
+ <i class="fas fa-lightbulb text-blue-700 text-lg"></i>
150
+ </div>
151
+ <h2 class="text-xl font-bold text-gray-800">AI 快速总结</h2>
152
+ </div>
153
+ <div class="p-6">
154
+ <div class="bg-blue-50 border-l-4 border-blue-600 p-4 rounded mb-4">
155
+ <p class="text-gray-700 leading-relaxed">
156
+ “碳纳米管增强复合材料的常用改性手段包括:羧基化、氨基化、溶液分散、等离子体处理与聚合物包覆。每种方法改善的性能略有差异,需结合材料目标选择。”
157
+ </p>
158
+ </div>
159
+ <div class="flex flex-wrap gap-2">
160
+ <a href="#" class="bg-blue-100 text-blue-700 px-3 py-1 rounded text-sm hover:bg-blue-200 transition">论文链接1</a>
161
+ <a href="#" class="bg-blue-100 text-blue-700 px-3 py-1 rounded text-sm hover:bg-blue-200 transition">项目报告</a>
162
+ </div>
163
+ </div>
164
+ <div class="px-6 pb-6 flex justify-end">
165
+ <button class="text-blue-600 hover:text-blue-800 flex items-center">
166
+ <i class="fas fa-clipboard mr-1"></i> 复制总结
167
+ </button>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Block 2: 改性方法卡片 -->
172
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
173
+ <div class="p-6 border-b border-gray-200 flex items-center">
174
+ <div class="bg-green-100 w-10 h-10 rounded-lg flex items-center justify-center mr-3">
175
+ <i class="fas fa-flask text-green-700 text-lg"></i>
176
+ </div>
177
+ <h2 class="text-xl font-bold text-gray-800">改性方法详情</h2>
178
+ </div>
179
+ <div class="p-6 grid grid-cols-1 md:grid-cols-3 gap-6">
180
+ <!-- 卡片1 -->
181
+ <div class="border border-gray-200 rounded-xl hover:border-blue-300 transition-all">
182
+ <div class="p-5">
183
+ <div class="flex items-center mb-3">
184
+ <div class="bg-blue-100 text-blue-800 w-8 h-8 rounded-full flex items-center justify-center mr-2">
185
+ <span class="font-bold">1</span>
186
+ </div>
187
+ <h3 class="font-semibold text-gray-800">羧基化处理</h3>
188
+ </div>
189
+ <p class="text-gray-600 mb-4">
190
+ 引入COOH基团提升亲水性和界面键合力
191
+ </p>
192
+ <div class="flex flex-wrap gap-1">
193
+ <span class="bg-blue-100 text-blue-700 px-2 py-1 rounded text-xs">化学改性</span>
194
+ <span class="bg-blue-100 text-blue-700 px-2 py-1 rounded text-xs">增强结合力</span>
195
+ </div>
196
+ </div>
197
+ <div class="bg-gray-50 px-5 py-3 border-t border-gray-100 rounded-b-xl">
198
+ <div class="flex justify-between items-center">
199
+ <div class="flex items-center text-xs">
200
+ <i class="fas fa-chart-line text-blue-600 mr-1"></i>
201
+ <span class="text-gray-500">应用率: 78%</span>
202
+ </div>
203
+ <button class="text-xs text-blue-600 hover:text-blue-800">查看详情</button>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- 卡片2 -->
209
+ <div class="border border-gray-200 rounded-xl hover:border-blue-300 transition-all">
210
+ <div class="p-5">
211
+ <div class="flex items-center mb-3">
212
+ <div class="bg-green-100 text-green-800 w-8 h-8 rounded-full flex items-center justify-center mr-2">
213
+ <span class="font-bold">2</span>
214
+ </div>
215
+ <h3 class="font-semibold text-gray-800">聚合物包覆</h3>
216
+ </div>
217
+ <p class="text-gray-600 mb-4">
218
+ 表面包覆环氧树脂提升均匀性与界面结合
219
+ </p>
220
+ <div class="flex flex-wrap gap-1">
221
+ <span class="bg-green-100 text-green-700 px-2 py-1 rounded text-xs">复合增强</span>
222
+ <span class="bg-green-100 text-green-700 px-2 py-1 rounded text-xs">工程应用</span>
223
+ </div>
224
+ </div>
225
+ <div class="bg-gray-50 px-5 py-3 border-t border-gray-100 rounded-b-xl">
226
+ <div class="flex justify-between items-center">
227
+ <div class="flex items-center text-xs">
228
+ <i class="fas fa-chart-line text-green-500 mr-1"></i>
229
+ <span class="text-gray-500">应用率: 65%</span>
230
+ </div>
231
+ <button class="text-xs text-blue-600 hover:text-blue-800">查看详情</button>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- 卡片3 -->
237
+ <div class="border border-gray-200 rounded-xl hover:border-blue-300 transition-all">
238
+ <div class="p-5">
239
+ <div class="flex items-center mb-3">
240
+ <div class="bg-purple-100 text-purple-800 w-8 h-8 rounded-full flex items-center justify-center mr-2">
241
+ <span class="font-bold">3</span>
242
+ </div>
243
+ <h3 class="font-semibold text-gray-800">等离子体改性</h3>
244
+ </div>
245
+ <p class="text-gray-600 mb-4">
246
+ 提高表面能,改善分散性与润湿性
247
+ </p>
248
+ <div class="flex flex-wrap gap-1">
249
+ <span class="bg-purple-100 text-purple-700 px-2 py-1 rounded text-xs">表面处理</span>
250
+ <span class="bg-purple-100 text-purple-700 px-2 py-1 rounded text-xs">实验性强</span>
251
+ </div>
252
+ </div>
253
+ <div class="bg-gray-50 px-5 py-3 border-t border-gray-100 rounded-b-xl">
254
+ <div class="flex justify-between items-center">
255
+ <div class="flex items-center text-xs">
256
+ <i class="fas fa-chart-line text-purple-500 mr-1"></i>
257
+ <span class="text-gray-500">应用率: 42%</span>
258
+ </div>
259
+ <button class="text-xs text-blue-600 hover:text-blue-800">查看详情</button>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="px-6 pb-4 border-t border-gray-100 pt-4">
266
+ <div class="flex items-center text-blue-600">
267
+ <span class="mr-2">其他相关方法</span>
268
+ <i class="fas fa-chevron-right text-xs"></i>
269
+ </div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Block 3: 推荐论文列表 -->
274
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
275
+ <div class="p-6 border-b border-gray-200 flex items-center">
276
+ <div class="bg-orange-100 w-10 h-10 rounded-lg flex items-center justify-center mr-3">
277
+ <i class="fas fa-book text-orange-700 text-lg"></i>
278
+ </div>
279
+ <h2 class="text-xl font-bold text-gray-800">推荐科研论文</h2>
280
+ </div>
281
+ <div class="p-6">
282
+ <!-- Paper 1 -->
283
+ <div class="pb-6 mb-6 border-b border-gray-100 last:mb-0 last:pb-0 last:border-none">
284
+ <div class="flex items-start">
285
+ <div class="mr-4 mt-1">
286
+ <span class="bg-blue-100 text-blue-700 w-8 h-8 rounded-full flex items-center justify-center">
287
+ <i class="fas fa-file-pdf"></i>
288
+ </span>
289
+ </div>
290
+ <div class="flex-1">
291
+ <h3 class="font-bold text-lg mb-1 text-gray-800">Functionalization of carbon nanotube-based composites: A review</h3>
292
+ <div class="flex flex-wrap gap-x-4 gap-y-1 mb-2 text-sm text-gray-600">
293
+ <div class="flex items-center">
294
+ <i class="fas fa-user-circle mr-1 text-gray-500"></i>
295
+ <span>Zhang H. et al.</span>
296
+ </div>
297
+ <div class="flex items-center">
298
+ <i class="fas fa-book mr-1 text-gray-500"></i>
299
+ <span>Advanced Materials, 2022</span>
300
+ </div>
301
+ <div class="flex items-center">
302
+ <i class="fas fa-eye mr-1 text-gray-500"></i>
303
+ <span>684 次阅读</span>
304
+ </div>
305
+ </div>
306
+ <p class="text-gray-700 mb-4">
307
+ 本文系统综述了碳纳米管表面功能化方法的最新研究进展,阐述了各类改性手段对碳纳米管/聚合物复合材料界面相互作用及力学性能的影响机理。
308
+ </p>
309
+ <div class="flex justify-between flex-wrap gap-4">
310
+ <div class="flex flex-wrap gap-2">
311
+ <span class="bg-orange-100 text-orange-800 px-2 py-1 rounded text-xs">界面工程</span>
312
+ <span class="bg-orange-100 text-orange-800 px-2 py-1 rounded text-xs">表面改性</span>
313
+ <span class="bg-orange-100 text-orange-800 px-2 py-1 rounded text-xs">力学性能</span>
314
+ </div>
315
+ <div>
316
+ <button class="bg-blue-600 text-white px-4 py-2 rounded-lg text-sm hover:bg-blue-700 transition">查看全文</button>
317
+ </div>
318
+ </div>
319
+ </div>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Paper 2 -->
324
+ <div class="pb-6 mb-6 border-b border-gray-100 last:mb-0 last:pb-0 last:border-none">
325
+ <div class="flex items-start">
326
+ <div class="mr-4 mt-1">
327
+ <span class="bg-green-100 text-green-700 w-8 h-8 rounded-full flex items-center justify-center">
328
+ <i class="fas fa-file-alt"></i>
329
+ </span>
330
+ </div>
331
+ <div class="flex-1">
332
+ <h3 class="font-bold text-lg mb-1 text-gray-800">Effects of plasma treatment on interfacial bonding in CNT composites</h3>
333
+ <div class="flex flex-wrap gap-x-4 gap-y-1 mb-2 text-sm text-gray-600">
334
+ <div class="flex items-center">
335
+ <i class="fas fa-user-circle mr-1 text-gray-500"></i>
336
+ <span>Lee C. et al.</span>
337
+ </div>
338
+ <div class="flex items-center">
339
+ <i class="fas fa-book mr-1 text-gray-500"></i>
340
+ <span>Composite Interfaces, 2021</span>
341
+ </div>
342
+ <div class="flex items-center">
343
+ <i class="fas fa-eye mr-1 text-gray-500"></i>
344
+ <span>452 次阅读</span>
345
+ </div>
346
+ </div>
347
+ <p class="text-gray-700 mb-4">
348
+ 详细研究了等离子体处理技术在碳纳米管表面改性中的应用,分析处理后碳管表面化学组成的变化及其对复合材料界面粘结性能的影响规律。
349
+ </p>
350
+ <div class="flex justify-between flex-wrap gap-4">
351
+ <div class="flex flex-wrap gap-2">
352
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded text-xs">等离子处理</span>
353
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded text-xs">界面性能</span>
354
+ <span class="bg-green-100 text-green-800 px-2 py-1 rounded text-xs">实验研究</span>
355
+ </div>
356
+ <div>
357
+ <button class="bg-blue-600 text-white px-4 py-2 rounded-lg text-sm hover:bg-blue-700 transition">阅读全文</button>
358
+ </div>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ </div>
363
+ </div>
364
+ </div>
365
+
366
+ <!-- Block 4: 推荐专家 -->
367
+ <div class="bg-white rounded-xl shadow-sm overflow-hidden">
368
+ <div class="p-6 border-b border-gray-200 flex items-center">
369
+ <div class="bg-purple-100 w-10 h-10 rounded-lg flex items-center justify-center mr-3">
370
+ <i class="fas fa-user-friends text-purple-700 text-lg"></i>
371
+ </div>
372
+ <h2 class="text-xl font-bold text-gray-800">推荐领域专家</h2>
373
+ </div>
374
+ <div class="p-6">
375
+ <div class="scrollable-cards flex gap-6 overflow-x-auto pb-4 mb-4 -mx-2 pl-2">
376
+ <!-- Expert 1 -->
377
+ <div class="flex-shrink-0 w-72 border border-gray-200 rounded-xl bg-white">
378
+ <div class="p-5">
379
+ <div class="flex items-start mb-4">
380
+ <div class="bg-blue-200 w-16 h-16 rounded-lg flex items-center justify-center text-blue-800 font-bold text-xl mr-4">
381
+
382
+ </div>
383
+ <div>
384
+ <h3 class="font-bold text-lg text-gray-800">王强 教授</h3>
385
+ <div class="text-sm text-gray-600 flex items-center mt-1">
386
+ <i class="fas fa-university mr-1 text-gray-500"></i>
387
+ <span>清华大学 · 材料科学与工程</span>
388
+ </div>
389
+ </div>
390
+ </div>
391
+ <div class="bg-purple-50 rounded-lg p-4 mb-4">
392
+ <p class="text-sm text-gray-700">
393
+ 研究方向: 碳纳米材料界面改性、高性能复合材料设计、聚合物基底增强
394
+ </p>
395
+ </div>
396
+ <div class="flex flex-wrap gap-1 mb-4">
397
+ <span class="bg-blue-100 text-blue-700 px-2 py-1 rounded-full text-xs">界面改性</span>
398
+ <span class="bg-blue-100 text-blue-700 px-2 py-1 rounded-full text-xs">高性能复材</span>
399
+ <span class="bg-blue-100 text-blue-700 px-2 py-1 rounded-full text-xs">聚合物基</span>
400
+ </div>
401
+ <div class="flex justify-between items-center">
402
+ <button class="bg-blue-50 text-blue-700 px-4 py-2 rounded-lg text-sm hover:bg-blue-100 transition">查看成果</button>
403
+ <button class="text-blue-600 hover:text-blue-800 text-sm">展开合作</button>
404
+ </div>
405
+ </div>
406
+ </div>
407
+
408
+ <!-- Expert 2 -->
409
+ <div class="flex-shrink-0 w-72 border border-gray-200 rounded-xl bg-white">
410
+ <div class="p-5">
411
+ <div class="flex items-start mb-4">
412
+ <div class="bg-purple-200 w-16 h-16 rounded-lg flex items-center justify-center text-purple-800 font-bold text-xl mr-4">
413
+
414
+ </div>
415
+ <div>
416
+ <h3 class="font-bold text-lg text-gray-800">李雪 研究员</h3>
417
+ <div class="text-sm text-gray-600 flex items-center mt-1">
418
+ <i class="fas fa-university mr-1 text-gray-500"></i>
419
+ <span>中科院宁波材料所 · 纳米材料</span>
420
+ </div>
421
+ </div>
422
+ </div>
423
+ <div class="bg-purple-50 rounded-lg p-4 mb-4">
424
+ <p class="text-sm text-gray-700">
425
+ 擅长: 碳纳米材料表面功能化、复合材料界面控制、增强机理研究
426
+ </p>
427
+ </div>
428
+ <div class="flex flex-wrap gap-1 mb-4">
429
+ <span class="bg-purple-100 text-purple-700 px-2 py-1 rounded-full text-xs">功能化</span>
430
+ <span class="bg-purple-100 text-purple-700 px-2 py-1 rounded-full text-xs">界面控制</span>
431
+ <span class="bg-purple-100 text-purple-700 px-2 py-1 rounded-full text-xs">增强机理</span>
432
+ </div>
433
+ <div class="flex justify-between items-center">
434
+ <button class="bg-blue-50 text-blue-700 px-4 py-2 rounded-lg text-sm hover:bg-blue-100 transition">联系专家</button>
435
+ <div class="flex items-center text-sm text-gray-500">
436
+ <i class="fas fa-star text-yellow-400 mr-1"></i>
437
+ <span>4.92/5</span>
438
+ </div>
439
+ </div>
440
+ </div>
441
+ </div>
442
+
443
+ <!-- Expert 3 -->
444
+ <div class="flex-shrink-0 w-72 border border-gray-200 rounded-xl bg-white">
445
+ <div class="p-5">
446
+ <div class="flex items-start mb-4">
447
+ <div class="bg-green-200 w-16 h-16 rounded-lg flex items-center justify-center text-green-800 font-bold text-xl mr-4">
448
+
449
+ </div>
450
+ <div>
451
+ <h3 class="font-bold text-lg text-gray-800">张立波 教授</h3>
452
+ <div class="text-sm text-gray-600 flex items-center mt-1">
453
+ <i class="fas fa-university mr-1 text-gray-500"></i>
454
+ <span>上海交通大学 · 材料学院</span>
455
+ </div>
456
+ </div>
457
+ </div>
458
+ <div class="bg-purple-50 rounded-lg p-4 mb-4">
459
+ <p class="text-sm text-gray-700">
460
+ 研究领域: 纳米复合材料先进表征、改性工艺优化、多功能复合材料开发
461
+ </p>
462
+ </div>
463
+ <div class="flex flex-wrap gap-1 mb-4">
464
+ <span class="bg-green-100 text-green-700 px-2 py-1 rounded-full text-xs">工艺优化</span>
465
+ <span class="bg-green-100 text-green-700 px-2 py-1 rounded-full text-xs">表征技术</span>
466
+ <span class="bg-green-100 text-green-700 px-2 py-1 rounded-full text-xs">多功能复材</span>
467
+ </div>
468
+ <div class="flex justify-between items-center">
469
+ <button class="bg-blue-50 text-blue-700 px-4 py-2 rounded-lg text-sm hover:bg-blue-100 transition">学术主页</button>
470
+ <button class="text-blue-600 hover:text-blue-800 text-sm">预约咨询</button>
471
+ </div>
472
+ </div>
473
+ </div>
474
+ </div>
475
+
476
+ <div class="text-center mt-2">
477
+ <button class="text-blue-600 hover:text-blue-800 text-sm flex items-center justify-center w-full">
478
+ <span>查看更多推荐专家</span>
479
+ <i class="fas fa-angle-down ml-2 text-xs"></i>
480
+ </button>
481
+ </div>
482
+ </div>
483
+ </div>
484
+ </div>
485
+ </main>
486
+
487
+ <!-- 底部浮动助手 -->
488
+ <div class="fixed bottom-8 right-8">
489
+ <button class="floating-btn bg-blue-600 text-white rounded-full p-4 flex items-center justify-center shadow-lg">
490
+ <i class="fas fa-comment-alt text-2xl"></i>
491
+ <div class="absolute -top-1 -right-1 bg-red-500 text-white text-xs rounded-full w-6 h-6 flex items-center justify-center">?</div>
492
+ </button>
493
+ </div>
494
+
495
+ <!-- Footer -->
496
+ <footer class="bg-gray-100 py-8 mt-12">
497
+ <div class="container mx-auto px-4">
498
+ <div class="text-center text-gray-600 text-sm">
499
+ <div class="mb-4">
500
+ <span class="inline-block mx-2">关于我们</span>
501
+ <span class="inline-block mx-2">服务条款</span>
502
+ <span class="inline-block mx-2">隐私政策</span>
503
+ <span class="inline-block mx-2">联系我们</span>
504
+ </div>
505
+ <p>智研汇 · 科技知识平台 © 2023 版权所有</p>
506
+ <p class="mt-2">提供最前沿的科研知识服务,助力科技创新</p>
507
+ </div>
508
+ </div>
509
+ </footer>
510
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=maomaobj/search3" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
511
+ </html>