maomaobj commited on
Commit
57e7783
·
verified ·
1 Parent(s): 9aa0426

请为我设计一个专业、结构化、模块清晰的知识页面,主题为 “稽查应对支持”,用于展示临床试验中应对药监局或申办方稽查时所需的流程清单、准备材料、问题解答与法规依据。该页面采用医疗信息系统风格,蓝白配色,适合知识阅读与任务操作。 页面模块包括: 1️⃣ 页面顶部 页面主标题:“稽查应对支持” 子标题:“展示稽查准备关键流程、工具材料、问题整理与法规支持” 标签导航条: 适用角色:CRA / QA / CRC / PI 阶段:执行中 / 锁库前 标签:稽查流程 / AE报告 / ICF完整性 / CAPA整改 2️⃣ 知识概述模块 简要说明稽查场景与意义 列举稽查类型(如:NMPA、伦理审查、申办方稽查) 提示稽查准备的高风险区域(如ICF、药物记录、SAE) 可配一张流程图或警示图标示意图 3️⃣ 核心任务清单(结构化展示) 以卡片或列表展示稽查准备任务: 每项任务包含: 编号(01~06) 操作事项(如“整理ICF签署表”) 责任人(如CRC、PI) 工具按钮(如:下载模板 / 查看自查表) 4️⃣ 所需工具材料区 展示可下载文档列表,内容示例如: CAPA整改模板 ICF稽查核查表 稽查访谈话术汇总 药物出入库登记本 每份材料以卡片或文件模块展示,支持操作:[下载] [预览] [收藏] 5️⃣ 法规引用模块(表格或法规卡片) 展示与稽查相关法规条文摘要,结构包括: 法规名称(如:GCP、ICH-GCP) 条款编号 内容摘要 操作:[查看原文] 6️⃣ 常见问题解答(FAQ) 以问答形式列出稽查相关高频问题,例如: “稽查人员是否可以拍摄现场资料?” “找不到ICF原件怎么办?” “SAE报告延迟后怎么整改?” 每题支持展开答案,并显示引用法规/模板 7️⃣ AI智能问答模块(页面右下角浮动) 标题:“问AI · 稽查助手” 提示:输入你遇到的稽查问题,系统将返回答案+依据 示例问题: “伦理稽查常见问题有哪些?” “GCP中对文档调阅有哪些规定?” 输出应包含:AI回答摘要 + 原文出处链接 + 推荐材料 8️⃣ 页面底部推荐知识 模块标题:“推荐阅读” 横向展示与稽查紧密相关的其他知识点: CAPA整改编写规范 ICF签署核查流程 稽查前准备会议纪要模版 AE/SAE应急报告指引 💡 风格要求 蓝白为主色,卡片分区清晰 信息密度适中,标题与标签对齐整洁 所有文档、FAQ 和法规模块统一风格 AI问答模块为右下角可浮动窗口,可收起展开 图标可适当用于任务项、法规条、FAQ增强识别 - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +408 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Detail1
3
- emoji: 🔥
4
- colorFrom: blue
5
  colorTo: green
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: detail1
3
+ emoji: 🐳
4
+ colorFrom: yellow
5
  colorTo: green
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,408 @@
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 rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#1a73e8',
15
+ secondary: '#4285f4',
16
+ accent: '#34a853',
17
+ light: '#f8f9fa',
18
+ dark: '#202124'
19
+ },
20
+ boxShadow: {
21
+ 'custom': '0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1)',
22
+ 'custom-lg': '0 10px 15px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.1)'
23
+ }
24
+ }
25
+ }
26
+ }
27
+ </script>
28
+ <style>
29
+ body {
30
+ font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
31
+ background-color: #f5f7fa;
32
+ color: #333;
33
+ }
34
+
35
+ .header-gradient {
36
+ background: linear-gradient(135deg, #1a73e8 0%, #4285f4 100%);
37
+ }
38
+
39
+ .tab-active {
40
+ border-bottom: 3px solid #34a853;
41
+ color: #1a73e8;
42
+ font-weight: 600;
43
+ }
44
+
45
+ .task-card:hover {
46
+ transform: translateY(-3px);
47
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
48
+ }
49
+
50
+ .material-card {
51
+ transition: all 0.2s ease;
52
+ }
53
+
54
+ .material-card:hover {
55
+ box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
56
+ transform: translateY(-2px);
57
+ }
58
+
59
+ .regulation-card {
60
+ border-left: 3px solid #4285f4;
61
+ }
62
+
63
+ .faq-question {
64
+ transition: all 0.2s ease;
65
+ }
66
+
67
+ .faq-question:hover {
68
+ background-color: #edf4fe;
69
+ }
70
+
71
+ .ai-window {
72
+ transition: all 0.3s ease;
73
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
74
+ }
75
+
76
+ .recommendation-card {
77
+ min-width: 260px;
78
+ }
79
+
80
+ .flow-chart-container {
81
+ display: grid;
82
+ grid-template-columns: 1fr;
83
+ gap: 20px;
84
+ }
85
+
86
+ .flow-step {
87
+ position: relative;
88
+ padding-left: 40px;
89
+ }
90
+
91
+ .flow-step:before {
92
+ content: '';
93
+ position: absolute;
94
+ left: 0;
95
+ top: 0;
96
+ width: 30px;
97
+ height: 30px;
98
+ background-color: #e9f1fd;
99
+ border-radius: 50%;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ font-weight: bold;
104
+ color: #1a73e8;
105
+ }
106
+
107
+ @media (min-width: 768px) {
108
+ .flow-chart-container {
109
+ grid-template-columns: repeat(2, 1fr);
110
+ }
111
+ }
112
+
113
+ @media (min-width: 1024px) {
114
+ .flow-chart-container {
115
+ grid-template-columns: repeat(4, 1fr);
116
+ }
117
+ }
118
+ </style>
119
+ </head>
120
+ <body class="bg-gray-50">
121
+ <!-- 头部导航 -->
122
+ <header class="header-gradient text-white py-4 px-4 md:px-8">
123
+ <div class="container mx-auto flex justify-between items-center">
124
+ <div>
125
+ <h1 class="text-2xl md:text-3xl font-bold">稽查应对支持</h1>
126
+ <p class="text-blue-100 text-sm md:text-base mt-1">展示稽查准备关键流程、工具材料、问题整理与法规支持</p>
127
+ </div>
128
+ <div class="flex items-center space-x-4">
129
+ <div class="hidden md:block">
130
+ <span class="text-sm">临床试验知识系统</span>
131
+ </div>
132
+ <div class="bg-white p-1 rounded-full">
133
+ <div class="w-8 h-8 bg-gray-200 rounded-full flex items-center justify-center text-primary">
134
+ <i class="fas fa-user-md"></i>
135
+ </div>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </header>
140
+
141
+ <!-- 标签导航条 -->
142
+ <div class="bg-white py-3 shadow-sm">
143
+ <div class="container mx-auto px-4">
144
+ <div class="flex flex-col md:flex-row justify-between md:items-center">
145
+ <div class="mb-3 md:mb-0">
146
+ <span class="font-medium text-gray-600 mr-3">适用角色:</span>
147
+ <div class="inline-flex flex-wrap gap-2">
148
+ <span class="px-3 py-1 bg-blue-50 text-primary text-sm rounded-full">CRA</span>
149
+ <span class="px-3 py-1 bg-blue-50 text-primary text-sm rounded-full">QA</span>
150
+ <span class="px-3 py-1 bg-blue-50 text-primary text-sm rounded-full">CRC</span>
151
+ <span class="px-3 py-1 bg-blue-50 text-primary text-sm rounded-full">PI</span>
152
+ </div>
153
+ </div>
154
+ <div>
155
+ <span class="font-medium text-gray-600 mr-3">阶段:</span>
156
+ <div class="inline-flex flex-wrap gap-2">
157
+ <span class="px-3 py-1 bg-green-50 text-accent text-sm rounded-full">执行中</span>
158
+ <span class="px-3 py-1 bg-green-50 text-accent text-sm rounded-full">锁库前</span>
159
+ </div>
160
+ </div>
161
+ </div>
162
+ <div class="mt-4 flex flex-wrap gap-1 border-t pt-3">
163
+ <button class="px-4 py-2 bg-primary text-white text-sm rounded-lg font-medium">稽查流程</button>
164
+ <button class="px-4 py-2 bg-gray-100 text-gray-700 text-sm rounded-lg font-medium">AE报告</button>
165
+ <button class="px-4 py-2 bg-gray-100 text-gray-700 text-sm rounded-lg font-medium">ICF完整性</button>
166
+ <button class="px-4 py-2 bg-gray-100 text-gray-700 text-sm rounded-lg font-medium">CAPA整改</button>
167
+ </div>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="container mx-auto px-4 py-8">
172
+ <!-- 知识概述模块 -->
173
+ <div class="bg-white rounded-xl shadow-custom mb-8">
174
+ <div class="p-6 border-b">
175
+ <h2 class="text-xl font-bold text-primary flex items-center">
176
+ <i class="fas fa-info-circle mr-2"></i>稽查概述与准备要点
177
+ </h2>
178
+ </div>
179
+ <div class="p-6">
180
+ <div class="flow-chart-container">
181
+ <div>
182
+ <h3 class="font-bold text-gray-700 mb-3">稽查定义与意义</h3>
183
+ <p class="text-gray-600 mb-4">
184
+ 稽查是对临床试验过程的系统性、独立性检查,旨在评估研究操作是否符合法规要求、研究方案以及GCP标准。其目的在于保障受试者权益和数据完整性。
185
+ </p>
186
+ <div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 rounded mb-4">
187
+ <p class="text-yellow-700">
188
+ <i class="fas fa-exclamation-triangle mr-2"></i>稽查准备关键点:文件完整性、流程合规性、数据一致性
189
+ </p>
190
+ </div>
191
+ </div>
192
+
193
+ <div>
194
+ <h3 class="font-bold text-gray-700 mb-3">稽查类型</h3>
195
+ <div class="space-y-3">
196
+ <div class="flex items-start">
197
+ <i class="fas fa-flag text-red-500 mt-1 mr-2"></i>
198
+ <div>
199
+ <p class="font-medium">NMPA/药监局稽查</p>
200
+ <p class="text-sm text-gray-500">合规性稽查,重点关注方案偏离与数据完整性</p>
201
+ </div>
202
+ </div>
203
+ <div class="flex items-start">
204
+ <i class="fas fa-balance-scale text-green-500 mt-1 mr-2"></i>
205
+ <div>
206
+ <p class="font-medium">伦理委员会审查</p>
207
+ <p class="text-sm text-gray-500">审查受试者权益保护与文件归档情况</p>
208
+ </div>
209
+ </div>
210
+ <div class="flex items-start">
211
+ <i class="fas fa-building text-blue-500 mt-1 mr-2"></i>
212
+ <div>
213
+ <p class="font-medium">申办方稽查</p>
214
+ <p class="text-sm text-gray-500">监查过程与试验操作合规性评估</p>
215
+ </div>
216
+ </div>
217
+ </div>
218
+ </div>
219
+
220
+ <div>
221
+ <h3 class="font-bold text-gray-700 mb-3">稽查流程</h3>
222
+ <div class="flow-step before:content-['1'] before:flex before:items-center before:justify-center">
223
+ <p class="font-medium">稽查通知</p>
224
+ <p class="text-sm text-gray-500">收到稽查通知并确认范围与日期</p>
225
+ </div>
226
+ <div class="flow-step mt-4 before:content-['2'] before:flex before:items-center before:justify-center">
227
+ <p class="font-medium">材料准备</p>
228
+ <p class="text-sm text-gray-500">收集并整理所需文件资料</p>
229
+ </div>
230
+ <div class="flow-step mt-4 before:content-['3'] before:flex before:items-center before:justify-center">
231
+ <p class="font-medium">场地准备</p>
232
+ <p class="text-sm text-gray-500">准备稽查场地与人员安排</p>
233
+ </div>
234
+ <div class="flow-step mt-4 before:content-['4'] before:flex before:items-center before:justify-center">
235
+ <p class="font-medium">稽查会议</p>
236
+ <p class="text-sm text-gray-500">介绍研究情况并回答问题</p>
237
+ </div>
238
+ <div class="flow-step mt-4 before:content-['5'] before:flex before:items-center before:justify-center">
239
+ <p class="font-medium">后续跟进</p>
240
+ <p class="text-sm text-gray-500">处理发现项并提交CAPA报告</p>
241
+ </div>
242
+ </div>
243
+
244
+ <div>
245
+ <h3 class="font-bold text-gray-700 mb-3">高风险区域</h3>
246
+ <div class="bg-red-50 p-4 rounded-lg">
247
+ <ul class="space-y-2">
248
+ <li class="flex items-start">
249
+ <i class="fas fa-file-contract text-red-500 mt-1 mr-2"></i>
250
+ <span>ICF签署问题(缺失、签署日期异常)</span>
251
+ </li>
252
+ <li class="flex items-start">
253
+ <i class="fas fa-pills text-red-500 mt-1 mr-2"></i>
254
+ <span>药物记录不一致(库存、发放、回收)</span>
255
+ </li>
256
+ <li class="flex items-start">
257
+ <i class="fas fa-exclamation-triangle text-red-500 mt-1 mr-2"></i>
258
+ <span>SAE报告延迟或内容不完整</span>
259
+ </li>
260
+ <li class="flex items-start">
261
+ <i class="fas fa-user-edit text-red-500 mt-1 mr-2"></i>
262
+ <span>数据修改未正确记录(日期、原因、授权)</span>
263
+ </li>
264
+ </ul>
265
+ </div>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- 核心任务清单 -->
272
+ <div class="bg-white rounded-xl shadow-custom mb-8">
273
+ <div class="p-6 border-b">
274
+ <h2 class="text-xl font-bold text-primary flex items-center">
275
+ <i class="fas fa-tasks mr-2"></i>稽查前准备任务清单
276
+ </h2>
277
+ </div>
278
+ <div class="p-6 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5">
279
+ <!-- 任务卡片1 -->
280
+ <div class="task-card bg-white border border-gray-200 rounded-lg p-5 transition-all duration-300">
281
+ <div class="flex items-center justify-between mb-3">
282
+ <span class="bg-primary text-white w-8 h-8 rounded-full flex items-center justify-center font-bold">01</span>
283
+ <span class="px-3 py-1 bg-blue-100 text-primary rounded-full text-sm">PI/CRC</span>
284
+ </div>
285
+ <h3 class="font-bold text-gray-700 mb-2">整理ICF签署表</h3>
286
+ <p class="text-gray-500 text-sm mb-3">核对所有受试者ICF签署日期、版本号、姓名和授权人员</p>
287
+ <div class="flex space-x-2">
288
+ <button class="px-3 py-1 bg-primary text-white text-xs rounded hover:bg-blue-700">
289
+ <i class="fas fa-file-download mr-1"></i>下载模板
290
+ </button>
291
+ <button class="px-3 py-1 bg-gray-100 text-gray-700 text-xs rounded hover:bg-gray-200">
292
+ <i class="fas fa-search mr-1"></i>查看自查表
293
+ </button>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- 任务卡片2 -->
298
+ <div class="task-card bg-white border border-gray-200 rounded-lg p-5 transition-all duration-300">
299
+ <div class="flex items-center justify-between mb-3">
300
+ <span class="bg-primary text-white w-8 h-8 rounded-full flex items-center justify-center font-bold">02</span>
301
+ <span class="px-3 py-1 bg-blue-100 text-primary rounded-full text-sm">CRC</span>
302
+ </div>
303
+ <h3 class="font-bold text-gray-700 mb-2">准备源数据文件</h3>
304
+ <p class="text-gray-500 text-sm mb-3">整理完整的病案资料、实验室报告和其他源文件</p>
305
+ <div class="flex space-x-2">
306
+ <button class="px-3 py-1 bg-primary text-white text-xs rounded hover:bg-blue-700">
307
+ <i class="fas fa-file-download mr-1"></i>下载模板
308
+ </button>
309
+ <button class="px-3 py-1 bg-gray-100 text-gray-700 text-xs rounded hover:bg-gray-200">
310
+ <i class="fas fa-search mr-1"></i>查看自查表
311
+ </button>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- 任务卡片3 -->
316
+ <div class="task-card bg-white border border-gray-200 rounded-lg p-5 transition-all duration-300">
317
+ <div class="flex items-center justify-between mb-3">
318
+ <span class="bg-primary text-white w-8 h-8 rounded-full flex items-center justify-center font-bold">03</span>
319
+ <span class="px-3 py-1 bg-green-100 text-green-700 rounded-full text-sm">CRA</span>
320
+ </div>
321
+ <h3 class="font-bold text-gray-700 mb-2">药物管理记录核验</h3>
322
+ <p class="text-gray-500 text-sm mb-3">核对药物接收、分发、回收和温度记录完整性</p>
323
+ <div class="flex space-x-2">
324
+ <button class="px-3 py-1 bg-primary text-white text-xs rounded hover:bg-blue-700">
325
+ <i class="fas fa-file-download mr-1"></i>下载模板
326
+ </button>
327
+ <button class="px-3 py-1 bg-gray-100 text-gray-700 text-xs rounded hover:bg-gray-200">
328
+ <i class="fas fa-search mr-1"></i>查看自查表
329
+ </button>
330
+ </div>
331
+ </div>
332
+
333
+ <!-- 任务卡片4 -->
334
+ <div class="task-card bg-white border border-gray-200 rounded-lg p-5 transition-all duration-300">
335
+ <div class="flex items-center justify-between mb-3">
336
+ <span class="bg-primary text-white w-8 h-8 rounded-full flex items-center justify-center font-bold">04</span>
337
+ <span class="px-3 py-1 bg-purple-100 text-purple-700 rounded-full text-sm">QA</span>
338
+ </div>
339
+ <h3 class="font-bold text-gray-700 mb-2">方案偏离/违背审查</h3>
340
+ <p class="text-gray-500 text-sm mb-3">整理方案偏离报告并进行分类分级</p>
341
+ <div class="flex space-x-2">
342
+ <button class="px-3 py-1 bg-primary text-white text-xs rounded hover:bg-blue-700">
343
+ <i class="fas fa-file-download mr-1"></i>下载模板
344
+ </button>
345
+ <button class="px-3 py-1 bg-gray-100 text-gray-700 text-xs rounded hover:bg-gray-200">
346
+ <i class="fas fa-search mr-1"></i>查看自查表
347
+ </button>
348
+ </div>
349
+ </div>
350
+
351
+ <!-- 任务卡片5 -->
352
+ <div class="task-card bg-white border border-gray-200 rounded-lg p-5 transition-all duration-300">
353
+ <div class="flex items-center justify-between mb-3">
354
+ <span class="bg-primary text-white w-8 h-8 rounded-full flex items-center justify-center font-bold">05</span>
355
+ <span class="px-3 py-1 bg-blue-100 text-primary rounded-full text-sm">PI</span>
356
+ </div>
357
+ <h3 class="font-bold text-gray-700 mb-2">伦理批件归档</h3>
358
+ <p class="text-gray-500 text-sm mb-3">检查所有伦理委员会的批准文件与修订通知</p>
359
+ <div class="flex space-x-2">
360
+ <button class="px-3 py-1 bg-primary text-white text-xs rounded hover:bg-blue-700">
361
+ <i class="fas fa-file-download mr-1"></i>下载模板
362
+ </button>
363
+ <button class="px-3 py-1 bg-gray-100 text-gray-700 text-xs rounded hover:bg-gray-200">
364
+ <i class="fas fa-search mr-1"></i>查看自查表
365
+ </button>
366
+ </div>
367
+ </div>
368
+
369
+ <!-- 任务卡片6 -->
370
+ <div class="task-card bg-white border border-gray-200 rounded-lg p-5 transition-all duration-300">
371
+ <div class="flex items-center justify-between mb-3">
372
+ <span class="bg-primary text-white w-8 h-8 rounded-full flex items-center justify-center font-bold">06</span>
373
+ <span class="px-3 py-1 bg-green-100 text-green-700 rounded-full text-sm">CRA</span>
374
+ </div>
375
+ <h3 class="font-bold text-gray-700 mb-2">稽查前会议准备</h3>
376
+ <p class="text-gray-500 text-sm mb-3">准备稽查前会议议程与研究总结PPT</p>
377
+ <div class="flex space-x-2">
378
+ <button class="px-3 py-1 bg-primary text-white text-xs rounded hover:bg-blue-700">
379
+ <i class="fas fa-file-download mr-1"></i>下载模板
380
+ </button>
381
+ <button class="px-3 py-1 bg-gray-100 text-gray-700 text-xs rounded hover:bg-gray-200">
382
+ <i class="fas fa-search mr-1"></i>查看自查表
383
+ </button>
384
+ </div>
385
+ </div>
386
+ </div>
387
+ </div>
388
+
389
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-8">
390
+ <!-- 所需工具材料区 -->
391
+ <div class="bg-white rounded-xl shadow-custom">
392
+ <div class="p-6 border-b">
393
+ <h2 class="text-xl font-bold text-primary flex items-center">
394
+ <i class="fas fa-toolbox mr-2"></i>稽查支持工具与材料
395
+ </h2>
396
+ </div>
397
+ <div class="p-6">
398
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
399
+ <!-- 材料1 -->
400
+ <div class="material-card flex items-center border border-gray-200 p-4 rounded-lg">
401
+ <div class="bg-blue-50 p-3 rounded mr-4">
402
+ <i class="fas fa-file-alt text-primary text-xl"></i>
403
+ </div>
404
+ <div class="flex-grow">
405
+ <h3 class="font-bold">CAPA整改模板</h3>
406
+ <p class="text-sm text
407
+ <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/detail1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
408
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 请为我设计一个专业、结构化、模块清晰的知识页面,主题为 “稽查应对支持”,用于展示临床试验中应对药监局或申办方稽查时所需的流程清单、准备材料、问题解答与法规依据。该页面采用医疗信息系统风格,蓝白配色,适合知识阅读与任务操作。 页面模块包括: 1️⃣ 页面顶部 页面主标题:“稽查应对支持” 子标题:“展示稽查准备关键流程、工具材料、问题整理与法规支持” 标签导航条: 适用角色:CRA / QA / CRC / PI 阶段:执行中 / 锁库前 标签:稽查流程 / AE报告 / ICF完整性 / CAPA整改 2️⃣ 知识概述模块 简要说明稽查场景与意义 列举稽查类型(如:NMPA、伦理审查、申办方稽查) 提示稽查准备的高风险区域(如ICF、药物记录、SAE) 可配一张流程图或警示图标示意图 3️⃣ 核心任务清单(结构化展示) 以卡片或列表展示稽查准备任务: 每项任务包含: 编号(01~06) 操作事项(如“整理ICF签署表”) 责任人(如CRC、PI) 工具按钮(如:下载模板 / 查看自查表) 4️⃣ 所需工具材料区 展示可下载文档列表,内容示例如: CAPA整改模板 ICF稽查核查表 稽查访谈话术汇总 药物出入库登记本 每份材料以卡片或文件模块展示,支持操作:[下载] [预览] [收藏] 5️⃣ 法规引用模块(表格或法规卡片) 展示与稽查相关法规条文摘要,结构包括: 法规名称(如:GCP、ICH-GCP) 条款编号 内容摘要 操作:[查看原文] 6️⃣ 常见问题解答(FAQ) 以问答形式列出稽查相关高频问题,例如: “稽查人员是否可以拍摄现场资料?” “找不到ICF原件怎么办?” “SAE报告延迟后怎么整改?” 每题支持展开答案,并显示引用法规/模板 7️⃣ AI智能问答模块(页面右下角浮动) 标题:“问AI · 稽查助手” 提示:输入你遇到的稽查问题,系统将返回答案+依据 示例问题: “伦理稽查常见问题有哪些?” “GCP中对文档调阅有哪些规定?” 输出应包含:AI回答摘要 + 原文出处链接 + 推荐材料 8️⃣ 页面底部推荐知识 模块标题:“推荐阅读” 横向展示与稽查紧密相关的其他知识点: CAPA整改编写规范 ICF签署核查流程 稽查前准备会议纪要模版 AE/SAE应急报告指引 💡 风格要求 蓝白为主色,卡片分区清晰 信息密度适中,标题与标签对齐整洁 所有文档、FAQ 和法规模块统一风格 AI问答模块为右下角可浮动窗口,可收起展开 图标可适当用于任务项、法规条、FAQ增强识别