forked from supriya46788/Research-Paper-Organizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFaq.html
More file actions
599 lines (530 loc) · 20.2 KB
/
Faq.html
File metadata and controls
599 lines (530 loc) · 20.2 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
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ | Research Paper Organizer</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Frequently Asked Questions about Research Paper Organizer. Find answers to common questions about features, usage, and troubleshooting." />
<meta name="keywords" content="FAQ, help, support, research paper organizer, questions, answers, troubleshooting, features" />
<meta name="author" content="Research Paper Organizer Team" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#2563eb" />
<link rel="canonical" href="https://research-paper-organizer.vercel.app/Faq.html" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="FAQ | Research Paper Organizer" />
<meta property="og:description" content="Frequently Asked Questions about Research Paper Organizer. Find answers to common questions about features, usage, and troubleshooting." />
<meta property="og:image" content="https://research-paper-organizer.vercel.app/og-image.png" />
<meta property="og:url" content="https://research-paper-organizer.vercel.app/Faq.html" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Research Paper Organizer" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Research Paper Organizer FAQ" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FAQ | Research Paper Organizer" />
<meta name="twitter:description" content="Frequently Asked Questions about Research Paper Organizer. Find answers to common questions about features, usage, and troubleshooting." />
<meta name="twitter:image" content="https://research-paper-organizer.vercel.app/og-image.png" />
<meta name="twitter:image:alt" content="Research Paper Organizer FAQ" />
<!-- Additional SEO Meta Tags -->
<meta name="application-name" content="Research Paper Organizer" />
<meta name="apple-mobile-web-app-title" content="Research Paper Organizer" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="msapplication-TileColor" content="#2563eb" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="./favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/faq.css">
<style>
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.5rem;
flex-wrap: wrap;
}
.hamburger-container {
display: none;
flex-direction: column;
/* justify-content: center; */
cursor: pointer;
gap: 5px;
padding: 10px;
}
.hamburger-container .bar {
width: 25px;
height: 3px;
background-color: #333;
transition: 0.3s;
}
/* Responsive styles */
@media (max-width: 768px) {
.hamburger-container {
display: flex;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
/* position: relative; */
}
.navbar-right-links {
display: none;
position: absolute;
top: 70px; /* adjust depending on navbar height */
right: 10px;
margin:15px; /* aligns the box to the right */
background-color: white;
border: 1px solid #ddd;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
padding: 1rem;
flex-direction: column;
gap: 0.75rem;
z-index: 1000;
width: max-content; /* only as wide as content */
min-width: 150px;
}
.navbar-right-links.show {
display: flex;
}
.nav-item {
display: inline-flex; /* Ensures icon and text are in a row */
align-items: center; /* Vertical centering */
justify-content: center;
padding: 1rem;
width:10rem;
font-size: 1rem;
}
}
/* Chatbot bubble button */
button#chatbase-bubble-button {
position: fixed !important;
bottom: 20px !important; /* same baseline */
right: 20px !important; /* chatbot stays at right corner */
width: 55px !important;
height: 55px !important;
border-radius: 50% !important;
z-index: 2147483647 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
button#chatbase-bubble-button svg {
width: 28px !important;
height: 28px !important;
}
button#chatbase-bubble-button div {
width: 100% !important;
height: 100% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
/* Chat window alignment */
#chatbase-bubble-window {
z-index: 2147483647 !important;
}
@media (max-width: 600px) {
#backToTop {
padding: 12px;
font-size: 16px;
bottom: 20px;
right: 20px;
}
}
/* Window responsive – act like card */
@media (max-width: 768px) {
#chatbase-bubble-window {
position: absolute;
width: 90% !important;
height: 75% !important;
bottom: 80px !important;
right: 15px !important;
left: auto !important;
top: auto !important;
border-radius: 16px !important; /* remove white bg */
box-shadow: 0 4px 12px rgba(236, 233, 233, 0.3) !important;
}
#chatbase-bubble-window iframe {
border-radius: 16px !important;
background: rgb(193, 21, 21) !important; /* chatbot stays black */
}
}
/* Mobile responsive chatbot */
@media (max-width: 768px) {
button#chatbase-bubble-button {
position: fixed !important;
width: 55px !important;
height: 55px !important;
border-radius: 50% !important;
z-index: 2147483647 !important;
}
button#chatbase-bubble-button svg {
width: 28px !important;
height: 28px !important;
}
}
@media (max-width: 768px) {
#chatbase-bubble-button {
position: fixed !important;
z-index: 2147483647 !important;
}
/* When window is open */
#chatbase-bubble-window[style*="display: flex"] + #chatbase-bubble-button {
bottom: 15px !important;
}
}
button#chatbase-bubble-button div {
width: 100% !important;
height: 100% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
@media (max-width: 768px) {
#backToTop {
bottom: 75px !important;
right: 15px !important;
}
}
/* Ensure chatbot works well with FAQ page scroll */
#chatbase-bubble-window.show {
animation: fadeInUp 0.3s ease-out !important;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 768px) {
.nav-home-item {
height: 42px !important;
width: 78px !important;
}
}
</style>
<link rel="icon" href="./favicon/favicon-48x48.png" type="image/png" />
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="48x48" href="./favicon/favicon-48x48.png" />
<link rel="manifest" href="./favicon/site.webmanifest" />
<meta name="theme-color" content="#2563eb" />
</head>
<body>
<div class="container">
<!-- Navigation -->
<nav class="navbar">
<a href="index.html" class="nav-item nav-home-item ">
Home
</a>
<!-- Hamburger div (shows only on mobile) -->
<div class="hamburger-container" onclick="toggleMenu()" aria-label="Toggle Menu">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<div class="navbar-right-links">
<a href="about.html" class="nav-item">About us</a>
<a href="blog.html" class="nav-item">Blogs</a>
<a href="Faq.html" class="nav-item">FAQ</a>
<a href="contact.html" class="nav-item">Contact Us</a>
<a href="tools.html" class="nav-item">Tools</a>
<button class="dark-toggle nav-item" id="darkModeToggle" title="Toggle Dark Mode" onclick="toggleDarkMode()">
<i class="fas fa-moon"></i>
</button>
</div>
</nav>
<h1 class="faq-title"> Frequently Asked Questions </h1>
<div class="question-paragraph">
<i class="fa-solid fa-circle-question"></i>
<span class="para"><p>Do you have question in mind ?</p>
<p>Know everything about Research Paper Organizer</p></span>
</div>
<div class="faq-container">
<div class="faq-list">
<!-- Existing Questions -->
<div class="faq-item">
<div class="faq-question">
<h3>What is this service?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>This is a research paper organizer and citation tool. It helps you manage your academic papers, add new ones, and generate citations in various formats.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>How do I add a new paper?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>Click the "Add" button at the top of the homepage. You can manually enter the paper details or upload a PDF, and the system will attempt to auto-fill the information for you.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Can I export my citations?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>Yes, when you view a paper's details, there is a citation generator section. You can choose from different styles (e.g., APA, MLA) and copy the formatted citation to your clipboard.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Is this service free to use?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>The basic features are completely free. We also offer premium plans with advanced features like cloud storage and collaborative tools.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>How can I contact support?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>You can use the contact form on our "Contact Us" page, or send us an email directly at support@researchpaper.com.</p>
</div>
</div>
<!-- New Questions -->
<div class="faq-item">
<div class="faq-question">
<h3>Can I organize papers by subject or category?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>Yes, you can create categories such as AI, Machine Learning, Medicine, etc., and tag your papers accordingly for easier searching.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Does the tool work offline?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>Yes, you can download the project and run it locally in your browser without an internet connection.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>Can I share my library with others?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>In the free version, sharing is limited to exporting your papers list. Premium users can enable collaborative access with team members.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>What file formats are supported for upload?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>You can upload PDF files directly. Other formats like DOCX or TXT are not supported for auto-filling details, but you can still add them manually.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h3>How do I back up my papers?</h3>
<i class="fas fa-chevron-down"></i>
</div>
<div class="faq-answer">
<p>Go to Settings and click "Export Library". This will save a backup JSON file containing all your papers and their details.</p>
</div>
</div>
</div>
</div>
<!-- Modern Footer -->
<div id="footer-placeholder"></div>
<script>
fetch("footer.html")
.then(response => response.text())
.then(data => {
document.getElementById("footer-placeholder").innerHTML = data;
});
</script>
<!-- Back to Top Button -->
<button id="backToTop" title="Scroll" aria-label="Scroll">
<i class="fa-solid fa-arrow-down"></i>
</button>
<style>/* Back to Top Button Styles */
#backToTop {
height: 50px;
width: 50px;
position: fixed;
bottom: 80px;
right: 20px;
z-index: 1000;
background: linear-gradient(135deg,#0077b5 ,#4facfe );
color: white;
border: none;
border-radius: 50%;
padding: 15px;
font-size: 18px;
cursor: pointer;
display: none;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
transition: transform 0.3s ease, opacity 0.3s ease;
}
#backToTop:hover {
transform: scale(1.1);
opacity: 0.9;
box-shadow: rgba(0,0,0,0.8);
}
@media (max-width: 600px) {
#backToTop {
padding: 12px;
font-size: 16px;
bottom: 20px;
right: 20px;
}
}</style>
<script src="js/faq.js"></script>
<script>
function toggleMenu() {
const nav = document.querySelector(".navbar-right-links");
nav.classList.toggle("show");
}
// Dark Mode Toggle Function
function toggleDarkMode() {
const body = document.body;
const darkToggle = document.getElementById('darkModeToggle');
const icon = darkToggle.querySelector('i');
body.classList.toggle('dark-mode');
// Update icon
if (body.classList.contains('dark-mode')) {
icon.classList.remove('fa-moon');
icon.classList.add('fa-sun');
localStorage.setItem('darkMode', 'enabled');
} else {
icon.classList.remove('fa-sun');
icon.classList.add('fa-moon');
localStorage.setItem('darkMode', 'disabled');
}
}
// Load dark mode preference on page load
document.addEventListener('DOMContentLoaded', function() {
const darkMode = localStorage.getItem('darkMode');
const darkToggle = document.getElementById('darkModeToggle');
const icon = darkToggle.querySelector('i');
if (darkMode === 'enabled') {
document.body.classList.add('dark-mode');
icon.classList.remove('fa-moon');
icon.classList.add('fa-sun');
}
});
</script>
<!-- Chatbase Integration - copied exactly from homepage -->
<script>
(function(){
if(!window.chatbase || window.chatbase("getState") !== "initialized"){
window.chatbase = (...arguments) => {
if(!window.chatbase.q){ window.chatbase.q = [] }
window.chatbase.q.push(arguments)
};
window.chatbase = new Proxy(window.chatbase, {
get(target, prop) {
if(prop === "q"){ return target.q }
return (...args) => target(prop, ...args)
}
});
}
const onLoad = function(){
const script = document.createElement("script");
script.src = "https://www.chatbase.co/embed.min.js";
script.id = "ubDfCZ-KoiucQjQos4LDA";
script.domain = "www.chatbase.co";
document.body.appendChild(script)
};
if(document.readyState === "complete"){ onLoad() }
else { window.addEventListener("load", onLoad) }
})();
</script>
<script>
document.addEventListener("DOMContentLoaded", function () {
const bubbleWindow = document.getElementById("chatbase-bubble-window");
const bubbleButton = document.getElementById("chatbase-bubble-button");
if (!bubbleWindow || !bubbleButton) return;
function setImportant(el, prop, value) {
el.style.setProperty(prop, value, "important");
}
function updateButtonPosition() {
const rect = bubbleWindow.getBoundingClientRect();
if (bubbleWindow.style.display === "flex") {
// Button below chat window (no changes here)
const topPos = window.scrollY + rect.bottom + 10;
const leftPos = rect.left;
setImportant(bubbleButton, "position", "fixed");
setImportant(bubbleButton, "top", topPos + "px");
setImportant(bubbleButton, "left", leftPos + "px");
setImportant(bubbleButton, "bottom", "auto");
setImportant(bubbleButton, "right", "auto");
} else {
// Closed position with left:300px; bottom:300px
setImportant(bubbleButton, "position", "fixed");
setImportant(bubbleButton, "bottom", "300px");
setImportant(bubbleButton, "left", "300px");
setImportant(bubbleButton, "top", "auto");
setImportant(bubbleButton, "right", "auto");
}
}
updateButtonPosition();
window.addEventListener("scroll", updateButtonPosition);
window.addEventListener("resize", updateButtonPosition);
// Toggle chat window
bubbleButton.addEventListener("click", () => {
bubbleWindow.style.display = bubbleWindow.style.display === "flex" ? "none" : "flex";
updateButtonPosition();
});
// Handle iframe close button
window.addEventListener("message", (event) => {
if (event.data?.type === "chatbase-close") {
bubbleWindow.style.display = "none";
updateButtonPosition();
}
});
});
//back to top button
// Show button when scrolled down
const backToTop = document.getElementById("backToTop");
const icon = backToTop.querySelector("i");
window.addEventListener("scroll", () => {
if (window.scrollY > 100) {
backToTop.style.display = "block";
// agar page ke bottom par hai
if (window.scrollY + window.innerHeight >= document.documentElement.scrollHeight - 10) {
icon.classList.remove("fa-arrow-down");
icon.classList.add("fa-arrow-up");
} else {
icon.classList.remove("fa-arrow-up");
icon.classList.add("fa-arrow-down");
}
} else {
backToTop.style.display = "none";
}
});
backToTop.addEventListener("click", () => {
if (icon.classList.contains("fa-arrow-down")) {
// scroll to bottom
window.scrollTo({ top: document.documentElement.scrollHeight, behavior: "smooth" });
} else {
// scroll to top
window.scrollTo({ top: 0, behavior: "smooth" });
}
});
</script>
</body>
</html>