phd / paper-detail.html
adaika96's picture
please build the setting page also the profile page that will be nevigation from user at top of menu at sidebar also should be corspond to user type (student, supervisor) - Initial Deployment
369886b verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paper Details | Research Portal</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.q1-badge {
background: linear-gradient(135deg, #4CAF50 0%, #81C784 100%);
}
.q2-badge {
background: linear-gradient(135deg, #2196F3 0%, #64B5F6 100%);
}
.q3-badge {
background: linear-gradient(135deg, #FF9800 0%, #FFB74D 100%);
}
.q4-badge {
background: linear-gradient(135deg, #F44336 0%, #E57373 100%);
}
.sidebar {
transition: all 0.3s ease;
}
.tab-button {
transition: all 0.2s ease;
}
.tab-button.active {
border-bottom: 2px solid #4F46E5;
color: #4F46E5;
}
</style>
</head>
<body class="bg-gray-50 font-sans">
<div class="flex h-screen overflow-hidden">
<!-- Sidebar -->
<div class="sidebar bg-indigo-900 text-white w-64 flex-shrink-0 hidden md:block">
<div class="p-4">
<div class="flex items-center space-x-3">
<i data-feather="book-open" class="w-8 h-8"></i>
<h1 class="text-xl font-bold">Research Portal</h1>
</div>
<div class="mt-8">
<div class="px-4 py-2 bg-indigo-800 rounded-lg">
<div class="极 items-center space-x-3">
<div class="w-10 h-10 rounded-full bg-indigo-600 flex items-center justify-center">
<i data-feather="user"></i>
</div>
<div>
<p class="font-medium">PhD Student</p>
<p class="text-xs text-indigo-300">Computer Science</p>
</div>
</div>
</div>
</div>
<nav class="mt-8">
<div class="space-y-2">
<a href="index.html" class="flex items-center space-x-3 px-4 py-3 hover:bg-indigo-800 rounded-lg">
<i data-feather="home"></i>
<span>Dashboard</span>
</a>
<a href="my-papers.html" class="flex items-center space-x-3 px-4 py-3 bg-indigo-800 rounded-lg">
<i data-feather="file-text"></i>
<span>My Papers</span>
</a>
<a href="references.html" class="flex items-center space-x-3 px-4 py-3 hover:bg-indigo-800 rounded-lg">
<i data-feather="bookmark"></i>
<span>References</span>
</a>
<a href="#" class="flex items-center space-x-3 px-4 py-3 hover:bg极igo-800 rounded-lg">
<i data-feather="calendar"></i>
<span>Timeline</span>
</a>
<a href="supervisor-notes.html" class="flex items-center space-x-3 px-4 py-3 hover:bg-indigo-800 rounded-lg">
<i data-feather="message-square"></i>
<span>Supervisor Notes</span>
</a>
<a href="#" class="flex items-center space-x-3 px-4 py-3 hover:bg-indigo-800 rounded-lg">
<i data-feather="settings"></>
<span>Settings</span>
</a>
</div>
</nav>
</div>
</div>
<!-- Main Content -->
<div class="flex-1 overflow-auto">
<!-- Header -->
<header class="bg-white shadow-sm">
<div class="px-6 py-4 flex items-center justify-between">
<div class="flex items-center space-x-4">
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
<div class="flex items-center space-x-2">
<a href="my-papers.html" class="text-indigo-600 hover:text-indigo-800">
<i data-feather="arrow-left" class="w-5 h-5"></i>
</a>
<h1 class="text-xl font-semibold text-gray-800">Paper Details</h1>
</div>
</div>
<div class="flex items-center space-x-3">
<button class="flex items-center space-x-2 bg-white border border-gray-300 text-gray-700 px-4 py-2 rounded-lg hover:bg-gray-50">
<i data-feather="download" class="w-4 h-4"></i>
<span>Export</span>
</button>
<button class="flex items-center space-x-2 bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700">
<i data-feather="edit" class="w-4 h-4"></i>
<span>Edit Paper</span>
</button>
</div>
</div>
</header>
<!-- Main Content -->
<main class="p-6">
<!-- Paper Header -->
<div class="bg-white rounded-xl shadow-sm p-6 mb-6">
<div class="flex items-start justify-between mb-4">
<div>
<div class="flex items-center space-x-3 mb-2">
<span class="q1-badge text-xs font-semibold px-2 py-1 rounded-full text-white">Q1</span>
<span class="px-2 py-1 text-xs font-medium bg-green-100 text-green-800 rounded-full">Under Review</span>
</div>
<h2 class="text-2xl font-bold text-gray-800">Deep Learning Approaches for NLP</h2>
<p class="text-gray-500 mt-1">A comprehensive study of deep learning techniques applied to natural language processing tasks</p>
</div>
<div class="flex items-center space-x-2">
<button class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-gray-200">
<i data-feather="share-2" class="w-4 h-4"></i>
</button>
<button class="w-10 h-10 rounded-full bg-gray-100 flex items-center justify-center hover:bg-gray-200">
<i data-feather="more-vertical" class="w-4 h-4"></i>
</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mt-6">
<div class="flex items-center space-x-3">
<div class="w-12 h-12 bg-indigo-100 rounded-lg flex items-center justify-center">
<i data-feather="book" class="text-indigo-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Journal</p>
<p class="font-medium">Nature Communications</p>
</div>
</div>
<div class="flex items-center space-x-3">
<div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center">
<i data-feather="calendar" class="text-blue-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Due Date</p>
<p class="font-medium">October 15, 2023</p>
</div>
</div>
<div class="flex items-center space-x-3">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center">
<i data-feather="tag" class="text-purple-600"></i>
</div>
<div>
<p class="text-sm text-gray-500">Version</p>
<p class="font-medium">2.1</p>
</div>
</div>
</div>
<div class="mt-6 pt-6 border-t border-gray-200">
<div class="flex items-center justify-between">
<div class="flex -space-x-2">
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/12.jpg" alt="Supervisor" title="Dr. Sarah Johnson (Supervisor)">
<img class="w-10 h-10 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Student" title="John Doe (Author)">
</div>
<div class="text-sm text-gray-500">Last updated: September 12, 2023</div>
</div>
</div>
</div>
<!-- Tabs -->
<div class="border-b border-gray-200 mb-6">
<nav class="flex space-x-8">
<button class="tab-button py-4 px-1 font-medium text-gray-500 hover:text-gray-700 active">Overview</button>
<button class="tab-button py-4 px-1 font-medium text-gray-500 hover:text-gray-700">Content</button>
<button class="tab-button py-4 px-1 font-medium text-gray-500 hover:text-gray-700">References</button>
<button class="tab-button py-4 px-1 font-medium text-gray-500 hover:text-gray-700">Reviews</button>
<button class="tab-button py-4 px-1 font-medium text-gray-500 hover:text-gray-700">History</button>
</nav>
</div>
<!-- Tab Content -->
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
<!-- Main Content -->
<div class="lg:col-span-2">
<div class="bg-white rounded-xl shadow-sm p-6">
<h3 class="text-lg font-medium mb-4">Abstract</h3>
<p class="text-gray-600 leading-relaxed">
This paper presents a comprehensive analysis of deep learning approaches applied to natural language processing (NLP) tasks.
We examine various architectures including convolutional neural networks (CNNs), recurrent neural networks (RNNs), and
transformer models, evaluating their performance across different NLP benchmarks. Our study highlights the strengths and
limitations of each approach and provides insights into future research directions for improving NLP systems through
advanced deep learning techniques.
</p>
<div class="mt-6 pt-6 border-t border-gray-200">
<h3 class="text-lg font-medium mb-4">Key Information</h3>
<div class="space-y-3">
<div class="flex justify-between">
<span class="text-gray-500">Word Count</span>
<span class="font-medium">8,742 words</span>
</div>
<div class="flex justify-between">
<span class="text-gray-500">Pages</span>
<span class="font-medium">24 pages</span>
</div>
<div class="flex justify-between">
<span class="text-gray-500">Figures</span>
<span class="font-medium">12 figures</span>
</div>
<div class="flex justify-between">
<span class="text-gray-500">References</span>
<span class="font-medium">87 references</span>
</div>
<div class="flex justify-between">
<span class="text-gray-500">Submission Date</span>
<span class="font-medium">August 28, 2023</span>
</div>
</div>
</div>
<div class="mt-6 pt-6 border-t border-gray-200">
<h3 class="text-lg font-medium mb-4">Recent Activity</h3>
<div class="space-y-4">
<div class="flex items-start space-x-3">
<div class="w-8 h-8 rounded-full bg-green-100 flex items-center justify-center flex-shrink-0">
<i data-feather="check-circle" class="w-4 h-4 text-green-600"></i>
</div>
<div>
<p class="text-sm font-medium">Paper submitted for review</p>
<p class="text-xs text-gray-500">2 days ago</p>
</div>
</div>
<div class="flex items-start space-x-3">
<div class="w-8 h-8 rounded-full bg-blue-100 flex items-center justify-center flex-shrink-0">
<i data-feather="edit" class="w-4 h-4 text-blue-600"></i>
</div>
<div>
<p class="text-sm font-medium">Revised introduction section</p>
<p class="text-xs text-gray-500">5 days ago</p>
</div>
</div>
<div class="flex items-start space-x-3">
<div class="w-8 h-8 rounded-full bg-purple-100 flex items-center justify-center flex-shrink-0">
<i data-feather="message-square" class="w-4 h-4 text-purple-600"></i>
</div>
<div>
<p class="text-sm font-medium">Supervisor feedback received</p>
<p class="text-xs text-gray-500">1 week ago</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Sidebar -->
<div class="space-y-6">
<!-- Status Card -->
<div class="bg-white rounded-xl shadow-sm p-6">
<h3 class="text-lg font-medium mb-4">Submission Status</h3>
<div class="space-y-4">
<div class="flex items-center justify-between">
<span class="text-sm text-gray-500">Current Status</span>
<span class="px-2 py-1 text-xs font-medium bg-green-100 text-green-800 rounded-full">Under Review</span>
</div>
<div class="flex items-center justify-between">
<span class="text-sm text-gray-500">Expected Response</span>
<span class="text-sm font-medium">October 30, 2023</span>
</div>
<div class="flex items-center justify-between">
<span class="text-sm text-gray-500">Days Remaining</span>
<span class="text-sm font-medium">18 days</span>
</div>
</div>
<button class="w-full mt-4 bg-indigo-100 text-indigo-700 py-2 rounded-lg font-medium hover:bg-indigo-200">
Check Status
</button>
</div>
<!-- Actions Card -->
<div class="bg-white rounded-xl shadow-sm p-6">
<h3 class="text-lg font-medium mb-4">Quick Actions</h3>
<div class="space-y-3">
<button class="w-full flex items-center space-x-3 text-left p-3 rounded-lg hover:bg-gray-50 border border-gray-200">
<div class="w-8 h-8 rounded-full bg-blue-100 flex items-center justify-center">
<i data-feather="download" class="w-4 h-4 text-blue-600"></i>
</div>
<span>Download PDF</span>
</button>
<button class="w-full flex items-center space-x-3 text-left p-3 rounded-lg hover:bg-gray-50 border border-gray-200">
<div class="w-8 h-8 rounded-full bg-green-100 flex items-center justify-center">
<i data-feather="share" class="w-4 h-4 text-green-600"></i>
</div>
<span>Share with Collaborators</span>
</button>
<button class="w-full flex items-center space-x-3 text-left p-3 rounded-lg hover:bg-gray-50 border border-gray-200">
<div class="w-8 h-8 rounded-full bg-purple-100 flex items-center justify-center">
<i data-feather="message-square" class="w-4 h-4 text-purple-600"></i>
</div>
<span>Request Feedback</span>
</button>
<button class="w-full flex items-center space-x-3 text-left p-3 rounded-lg hover:bg-gray-50 border border-gray-200">
<div class="w-8 h-8 rounded-full bg-red-100 flex items-center justify-center">
<i data-feather="trash-2" class="w-4 h-4 text-red-600"></i>
</div>
<span>Delete Paper</span>
</button>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
<script>AOS.init();</script>
<script>feather.replace();</script>
<script>
// Tab functionality
document.querySelectorAll('.tab-button').forEach(button => {
button.addEventListener('click', function() {
document.querySelectorAll('.tab-button').forEach(btn => btn.classList.remove('active'));
this.classList.add('active');
});
});
</script>
</body>
</html>