-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
481 lines (459 loc) · 33.4 KB
/
index.html
File metadata and controls
481 lines (459 loc) · 33.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Savic Lab Research Systems - Dashboard</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.gradient-bg {
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #eef2f6 100%);
}
.sidebar-item {
transition: all 0.2s;
}
.sidebar-item:hover {
background-color: rgba(97, 44, 245, 0.1);
}
.sidebar-item.active {
background-color: rgba(97, 44, 245, 0.15);
border-left: 3px solid #612cf5;
}
.platform-card {
transition: all 0.2s ease;
}
.platform-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.card-border-purple {
border-top: 4px solid #612cf5;
}
.card-border-green {
border-top: 4px solid #16a34a;
}
.card-border-blue {
border-top: 4px solid #3b82f6;
}
/* Scrollbar styling */
.sidebar-scroll::-webkit-scrollbar {
width: 6px;
}
.sidebar-scroll::-webkit-scrollbar-track {
background: #f1f5f9;
}
.sidebar-scroll::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 3px;
}
.sidebar-scroll::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
</style>
</head>
<body class="min-h-screen gradient-bg">
<div class="flex h-screen overflow-hidden">
<!-- Left Sidebar Navigation -->
<aside class="w-64 bg-white border-r border-gray-200 flex flex-col sidebar-scroll overflow-y-auto">
<!-- User Profile Section -->
<div class="p-4 border-b border-gray-200">
<div class="flex items-center gap-3 mb-3">
<div class="w-12 h-12 rounded-full bg-gradient-to-br from-purple-500 to-purple-600 flex items-center justify-center text-white font-semibold text-lg">
R
</div>
<div class="flex-1">
<div class="font-semibold text-gray-900">Research User</div>
<div class="text-sm text-gray-500">Researcher</div>
</div>
<button class="p-2 hover:bg-gray-100 rounded-lg transition-colors">
<svg class="w-5 h-5 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" />
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" />
</svg>
</button>
</div>
</div>
<!-- RESEARCH PLATFORMS Section -->
<div class="p-4">
<div class="text-xs font-semibold text-gray-500 uppercase tracking-wider mb-2">RESEARCH PLATFORMS</div>
<nav class="space-y-1">
<a href="finder-user-guideline.html" class="sidebar-item active flex items-center gap-3 px-3 py-2 rounded-lg text-gray-700">
<svg class="w-5 h-5 text-purple-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 2.21-3.582 4-8 4s-8-1.79-8-4" />
</svg>
<span class="font-medium">Data Finder</span>
</a>
<a href="pub-user-guideline.html" class="sidebar-item flex items-center gap-3 px-3 py-2 rounded-lg text-gray-700">
<svg class="w-5 h-5 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
<span class="font-medium">Publication System</span>
</a>
<a href="#" class="sidebar-item flex items-center gap-3 px-3 py-2 rounded-lg text-gray-500">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
</svg>
<span class="font-medium">Future App 1</span>
</a>
<a href="#" class="sidebar-item flex items-center gap-3 px-3 py-2 rounded-lg text-gray-500">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
</svg>
<span class="font-medium">Future App 2</span>
</a>
<a href="#" class="sidebar-item flex items-center gap-3 px-3 py-2 rounded-lg text-gray-500">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
</svg>
<span class="font-medium">Future App 3</span>
</a>
</nav>
</div>
<!-- USER MANAGEMENT Section -->
<div class="p-4 border-t border-gray-200">
<div class="text-xs font-semibold text-gray-500 uppercase tracking-wider mb-2">USER MANAGEMENT</div>
<nav class="space-y-1">
<a href="#" class="sidebar-item flex items-center gap-3 px-3 py-2 rounded-lg text-gray-700">
<svg class="w-5 h-5 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" />
</svg>
<span class="font-medium">List</span>
</a>
<a href="#" class="sidebar-item flex items-center gap-3 px-3 py-2 rounded-lg text-gray-700">
<svg class="w-5 h-5 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>
<span class="font-medium">Teams</span>
</a>
</nav>
</div>
<!-- Data Source & Medications Section -->
<div class="p-4 border-t border-gray-200 mt-auto">
<div class="text-xs font-semibold text-gray-500 uppercase tracking-wider mb-2">Data Mapping Section</div>
<nav class="space-y-1">
<a href="#" class="sidebar-item flex items-center gap-3 px-3 py-2 rounded-lg text-gray-700">
<svg class="w-5 h-5 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4" />
</svg>
<span class="font-medium">Data Source</span>
</a>
<a href="#" class="sidebar-item flex items-center gap-3 px-3 py-2 rounded-lg text-gray-700">
<svg class="w-5 h-5 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z" />
</svg>
<span class="font-medium">Medications</span>
</a>
</nav>
</div>
</aside>
<!-- Main Content Area -->
<div class="flex-1 flex flex-col overflow-hidden">
<!-- Top Header Bar -->
<header class="bg-white border-b border-gray-200 h-16 flex items-center justify-between px-6">
<div class="flex items-center gap-4">
<div class="flex items-center gap-2">
<div class="w-8 h-8 bg-gradient-to-br from-purple-500 to-purple-600 rounded-lg flex items-center justify-center text-white font-bold text-sm">
R
</div>
<span class="font-semibold text-gray-900">Research Platforms</span>
</div>
<div class="flex items-center gap-1 text-sm text-gray-500">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />
</svg>
<span>Home</span>
<span>></span>
<span class="text-gray-900 font-medium">Dashboard</span>
</div>
</div>
<div class="flex items-center gap-4">
<!-- Search Bar -->
<div class="hidden md:flex items-center gap-2 bg-gray-100 rounded-lg px-4 py-2 w-64">
<svg class="w-5 h-5 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
</svg>
<input type="text" placeholder="Search..." class="bg-transparent border-none outline-none text-sm flex-1">
</div>
<!-- Notifications -->
<button class="relative p-2 hover:bg-gray-100 rounded-lg transition-colors">
<svg class="w-5 h-5 text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
</svg>
<span class="absolute top-1 right-1 w-2 h-2 bg-red-500 rounded-full"></span>
</button>
<!-- User Menu -->
<button class="flex items-center gap-2 p-2 hover:bg-gray-100 rounded-lg transition-colors">
<div class="w-8 h-8 rounded-full bg-gradient-to-br from-purple-500 to-purple-600"></div>
</button>
</div>
</header>
<!-- Main Content -->
<main class="flex-1 overflow-y-auto p-6">
<!-- Welcome Section -->
<div class="mb-6">
<h1 class="text-3xl font-bold text-gray-900 mb-2">Suite of Intelligent Research Management Platforms</h1>
<p class="text-lg text-gray-600 mb-2">User Guideline Pages - Demo</p>
<p class="text-gray-600">
This is just HTML for user guideline pages for demo purposes, not real applications.
More systems are under development and will add user guidelines accordingly.
</p>
</div>
<!-- Platform Cards Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Data Finder Card -->
<a href="finder-user-guideline.html" class="platform-card bg-white rounded-lg shadow-md card-border-purple p-6 cursor-pointer block">
<div class="flex items-start justify-between mb-4">
<div class="flex items-center gap-3">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center">
<svg class="w-6 h-6 text-purple-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
</svg>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900">Research Data Finder</h3>
<span class="text-xs text-green-600 font-medium bg-green-50 px-2 py-1 rounded">Active</span>
</div>
</div>
</div>
<p class="text-gray-600 text-sm mb-4">
Discover and locate research datasets across the research team. A inventory system that helps you
find datasets by searching metadata, filtering by type, source, medication, and more.
</p>
<div class="mb-4">
<h4 class="font-semibold text-gray-900 text-sm mb-2">Key Features:</h4>
<ul class="space-y-1.5 text-xs text-gray-600">
<li class="flex items-start">
<svg class="h-4 w-4 text-purple-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Advanced Search & Filter Capabilities</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-purple-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Card View & Table View Display Modes</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-purple-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Complete Dataset Metadata & Related Files</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-purple-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Batch Excel Upload & Manual Record Entry</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-purple-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Edit History Tracking & Audit Trail</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-purple-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Data Type, Source & Medication Management</span>
</li>
</ul>
</div>
<div class="space-y-2 mb-4 pt-3 border-t border-gray-200">
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">Total Datasets</span>
<span class="text-sm font-semibold text-gray-900">123</span>
</div>
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">Data Types</span>
<span class="text-sm font-semibold text-gray-900">12</span>
</div>
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">Last Updated</span>
<span class="text-xs font-medium text-gray-700">2 hours ago</span>
</div>
</div>
<div class="w-full bg-purple-600 hover:bg-purple-700 text-white font-medium py-2 px-4 rounded-lg transition-colors flex items-center justify-center gap-2">
<span>View User Guideline</span>
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
</div>
</a>
<!-- Publication System Card -->
<a href="pub-user-guideline.html" class="platform-card bg-white rounded-lg shadow-md card-border-green p-6 cursor-pointer block">
<div class="flex items-start justify-between mb-4">
<div class="flex items-center gap-3">
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center">
<svg class="w-6 h-6 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900">Publication Committee & Tracking System</h3>
<span class="text-xs text-green-600 font-medium bg-green-50 px-2 py-1 rounded">Active</span>
</div>
</div>
</div>
<p class="text-gray-600 text-sm mb-4">
Streamline collaboration and track your research from idea to publication. Manage publications through
a structured 4-stage pipeline with committee approval, co-author recruitment, tracking, and version control.
</p>
<div class="mb-4">
<h4 class="font-semibold text-gray-900 text-sm mb-2">Key Features:</h4>
<ul class="space-y-1.5 text-xs text-gray-600">
<li class="flex items-start">
<svg class="h-4 w-4 text-green-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>4-Stage Publication Pipeline</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-green-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Real-Time Dashboard & Statistics</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-green-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>PubMed Integration</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-green-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Co-author Recruitment & Collaboration</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-green-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Timeline & Meeting Management</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-green-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />
</svg>
<span>Edit History & Version Control</span>
</li>
</ul>
</div>
<div class="space-y-2 mb-4 pt-3 border-t border-gray-200">
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">Total Papers</span>
<span class="text-sm font-semibold text-gray-900">123</span>
</div>
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">In Review</span>
<span class="text-sm font-semibold text-gray-900">12</span>
</div>
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">Published</span>
<span class="text-sm font-semibold text-gray-900">111</span>
</div>
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">Last Updated</span>
<span class="text-xs font-medium text-gray-700">1 day ago</span>
</div>
</div>
<div class="w-full bg-green-600 hover:bg-green-700 text-white font-medium py-2 px-4 rounded-lg transition-colors flex items-center justify-center gap-2">
<span>View User Guideline</span>
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
</div>
</a>
<!-- Development Process Card -->
<div class="platform-card bg-white rounded-lg shadow-md card-border-blue p-6">
<div class="flex items-start justify-between mb-4">
<div class="flex items-center gap-3">
<div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center">
<svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4" />
</svg>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-900">Future Apps</h3>
<span class="text-xs text-blue-600 font-medium bg-blue-50 px-2 py-1 rounded">Ongoing</span>
</div>
</div>
</div>
<p class="text-gray-600 text-sm mb-4">
Continuous development and improvement of research management platforms. New features and systems are being
developed to enhance research collaboration and data management capabilities.
</p>
<div class="mb-4">
<h4 class="font-semibold text-gray-900 text-sm mb-2">Development Phases:</h4>
<ul class="space-y-1.5 text-xs text-gray-600">
<li class="flex items-start">
<svg class="h-4 w-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<span>Phase 1: Core Platforms (Active)</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<span>Phase 2: Enhanced Features (In Progress)</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<span>Phase 3: Integration & Automation</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<span>Phase 4: Advanced Analytics</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<span>Phase 5: New Platform Development</span>
</li>
<li class="flex items-start">
<svg class="h-4 w-4 text-blue-600 mr-2 mt-0.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<span>User Feedback & Iteration</span>
</li>
</ul>
</div>
<div class="space-y-2 mb-4 pt-3 border-t border-gray-200">
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">Active Systems</span>
<span class="text-sm font-semibold text-gray-900">2</span>
</div>
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">In Development</span>
<span class="text-sm font-semibold text-gray-900">3+</span>
</div>
<div class="flex items-center justify-between">
<span class="text-xs text-gray-600">Last Update</span>
<span class="text-xs font-medium text-gray-700">Ongoing</span>
</div>
</div>
<div class="w-full bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-colors flex items-center justify-center gap-2 cursor-pointer">
<span>Coming Soon</span>
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
</div>
</div>
</div>
</main>
</div>
</div>
</body>
</html>