-
Notifications
You must be signed in to change notification settings - Fork 1
/
publications.html
524 lines (456 loc) · 19 KB
/
publications.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Publications | Department of Architecture </title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<style>
.publication-section {
background-image: url('assets/img/hod-bg.jpg');
background-size: cover;
background-position: center;
padding: 24px;
position: relative;
}
.publication-section img {
height: 320px;
float: right;
}
.grey-overlay {
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.text-side {
padding: 20px;
z-index: 5;
text-align: center;
}
.image-side {
z-index: 5;
}
.text-header {
color: white !important;
font-weight: bold !important;
font-size: 3rem !important;
position: relative;
top: 120px;
}
@media (max-width: 768px) {
.text-side,
.image-side {
width: 100%;
}
.publication-section {
text-align: center;
}
.publication-section img {
height: 200px;
float: none;
}
.text-header {
font-size: 1.8rem !important;
top: 0;
}
}
.card:hover {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
cursor: pointer
}
.duration {
background-color: #e0dcdc;
width: 100%;
max-width: 70px;
height: 30px;
}
/*for maobile screen change */
@media screen and (max-width: 768px) {
.duration-c {
margin-top: 8px;
}
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<div>
<div id="header-content"></div>
<header class="w-100 p-2" style="background-color: rgb(137, 136, 136);">
<div class="container d-flex align-items-center justify-content-center">
<nav id="navbar" class="navbar order-last order-lg-0 justify-content-center">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#dept_desc">About us</a></li>
<li class="dropdown"><a href="#"><span>Academics</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li class="dropdown"><a href="academics.html"><span>Programmes Offered</span> <i
class="bi bi-chevron-right"></i></a>
<ul>
<li class="dropdown"><a href="academics.html"><span>Under Graduation</span> <i
class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="academics.html">B.Arch</a></li>
<li><a href="academics.html">B.Plan</a></li>
</ul>
</li>
<li><a href="academics.html">Post Graduation</a></li>
<li><a href="academics.html">PHD</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Academic Calender</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li class="dropdown"><a href="#"><span>UG</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Lower Semester</a></li>
<li><a href="#">Higher Semester</a></li>
</ul>
</li>
<li><a href="#">PG</a></li>
<li><a href="#">PHD</a></li>
</ul>
</li>
<li><a href="resource.html">Resources</a></li>
<li><a href="#">Learning Management System</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">Research <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="supervisors.html">List of Supervisors</a></li>
<li><a href="#">Theses</a></li>
<li class="dropdown"><a href="projects.html">Projects <i class="bi bi-chevron-right"></i></a>
<ul>
<li class="dropdown"><a href="projects.html">Research <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="projects.html">Ongoing</a></li>
<li><a href="projects.html">Completed</a></li>
</ul>
</li>
<li class="dropdown"><a href="projects.html">Consultancy <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="projects.html">Ongoing</a></li>
<li><a href="projects.html">Completed</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="publications.html">Publications</a></li>
<li><a href="#">Patents</a></li>
<li class="dropdown"><a href="#">Centres <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Ramanujan Computing Center</a></li>
<li><a href="#">Centre for Cyber Security</a></li>
</ul>
</li>
<li><a href="#">Groups</a></li>
<li><a href="#">Thrust Areas</a></li>
<li class="dropdown"><a href="#">Colloborations<i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Industry</a></li>
<li><a href="#">National</a></li>
<li><a href="#">International</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown"><a href="#">People <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="teaching-staff.html">Teaching Staff</a></li>
<li><a href="non-teaching-staff.html">Non-Teaching Staff</a></li>
<li><a href="research-scholars.html">Research Scholars</a></li>
<li><a href="#">Adjunct Professors</a></li>
<li><a href="#">Visiting Professors</a></li>
<li><a href="overseas-professors.html">Overseas Professors</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">Student Opportunities <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="awards.html">Awards</a></li>
<li><a href="placements.html">Placements</a></li>
<li><a href="#">Student Exchange</a></li>
<li><a href="higher-studies.html">Semester Abroad</a></li>
<li><a href="internships.html">Internships</a></li>
<li><a href="scholarships.html">Scholarships</a></li>
<li><a href="#">Clubs and Association</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">Facilities <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="lab.html">Academic Labs</a></li>
<li><a href="#">Specialized Labs</a></li>
<li><a href="#">Infrastructure</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">Events <i class="bi bi-chevron-down"></i></a>
<ul>
<li class="dropdown"><a href="#">Current <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="FieldsEvents.html">Field Visit</a></li>
<li><a href="workshop.html">Workshop</a></li>
</ul>
</li>
<li><a href="pastevents.html">Past</a></li>
</ul>
</li>
<li class="dropdown"><a href="https://www.sapaa.org.in/">Alumni <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="https://www.sapaa.org.in/">Groups</a></li>
<li><a href="https://www.sapaa.org.in/">Homecoming-2023</a></li>
<li><a href="https://www.sapaa.org.in/">Awards & Achievements</a></li>
<li><a href="https://www.sapaa.org.in/">Notable Alumni</a></li>
</ul>
<li class="dropdown"><a href="#">Logins <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">AUKDC</a></li>
<li><a href="#">ADAMS</a></li>
<li><a href="#">SEMS</a></li>
<li><a href="#">OTHERS</a></li>
</ul>
</ul>
</ul>
<span class="m-toggle">
<i class="bi bi-list mobile-nav-toggle text-dark"></i>
</span>
</nav>
<!-- Getting started <a href="#about" class="get-started-btn scrollto">Get Started</a> -->
</div>
</header>
</div>
<!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<!--
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2>CONFERENCES</h2>
<ol>
<li><a href="index.html">Home</a></li>
<li>Conferences</li>
</ol>
</div>
</div>
</section>
-->
<!-- End Breadcrumbs -->
<div class="inner-page">
<div class="container-fluid publication-section">
<div class="grey-overlay"></div>
<div class="row">
<div class="col-md-6 text-side">
<p class="text-header h1 text-uppercase">Publication</p>
</div>
<div class="col-md-6 image-side">
<img src="assets/img//charts/publication-rm.png" alt="Publication Image" class="img-fluid">
</div>
</div>
</div>
<div class="container">
<div class="my-5">
<div class="d-flex row flex-column flex-md-row justify-content-between ">
<div class="btn-group mb-3">
<button type="button" class="btn btn-outline-success fw-bold" style="border-width: 2px !important;"
onclick="scrollToJournal()">Journals</button>
<button type="button" class="btn btn-outline-success fw-bold" style="border-width: 2px !important;"
onclick="scrollToBook()">Books</button>
<button type="button" class="btn btn-outline-success fw-bold" style="border-width: 2px !important;"
onclick="scrollToBook()">Conferences</button>
</div>
<div class="input-group">
<input type="text" class="form-control" placeholder="Search Publications"
style="border-width: 2px !important;" aria-label="Search Publications">
<div class="input-group-text bg-primary-subtle"><i class="ri-search-line"></i></div>
</div>
</div>
</div>
<div class="mb-5 mt-3 px-12" id="journal">
<h2>List of Journals</h2>
<div class="container mt-4" id="journalsContainer">
<!-- CONFERENCE CARD TEMPLATE START -->
<!--
<div class="card card-margin mt-3">
<div class="card-header">
<h5 class="card-title">Conference Title</h5>
</div>
<div class="px-3 pt-3">
<p class="card-authors d-inline">
<strong>Authors: </strong>
<span><a href="#">Authors</a></span>
</p>
<p class="card-publisher">
<span class="journalName"><a href="https://doi.org/10.1007/978-3-319-11099-4">Springer
Nature</a></span>
<span class="card-volume"></span>
<span class="card-year">Year: 2023</span> <br>
<span class="card-doi"><strong>DOI: </strong><a href="https://doi.org/10.1007/978-3-319-11099-4">
10.1007/978-3-319-11099-4</a></span>
</p>
</div>
</div>
-->
<!-- TEMPLATE END -->
</div>
</div>
<div class="my-5 px-12" id="book">
<h2>List of Books / Conferences</h2>
<div class="container mt-4" id="booksContainer">
<!-- CONFERENCE CARD TEMPLATE START -->
<!--
<div class="card card-margin mt-3">
<div class="card-header">
<div class="row">
<div class="row">
<div class="col-md-10">
<span class="card-title text-uppercase h5" style="max-width: 80%">Book title</span>
</div>
<div class="col-md-2 duration-c">
<span class="px-2 py-1 fs-6 rounded fw-bold float-md-end duration">year</span>
</div>
</div>
</div>
</div>
<div class="px-3 pt-3">
<p class="card-authors d-inline">
<strong>Authors: </strong>
<span><a href="#">Authors</a></span>
</p>
<p class="card-publisher">
<span class="card-publication"><strong>Publication: </strong> Book</span>
<span class="card-publisher"><a href="https://doi.org/10.1007/978-3-319-11099-4">Shanlax
Publications</a></span>
<span class="card-issn">ISBN 978-93-93737-63-2</span>
</p>
</div>
</div>
-->
<!-- TEMPLATE END -->
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<div id="footer-content"></div>
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Rendering partials -->
<script>
const headerContent = document.getElementById('header-content');
fetch('partials/header.html')
.then(response => response.text())
.then(data => {
headerContent.innerHTML = data;
});
const footerContent = document.getElementById('footer-content');
fetch('partials/footer.html')
.then(response => response.text())
.then(data => {
footerContent.innerHTML = data;
});
fetch('data/journals.json')
.then(response => response.json())
.then(data => {
const conferencesContainer = document.getElementById('journalsContainer');
data.forEach(conference => {
const conferenceCard = document.createElement('div');
conferenceCard.className = 'card card-margin mt-3';
conferenceCard.innerHTML = `
<div class="card-header">
<h5 class="card-title text-primary">${conference['Title of the Publication']}</h5>
</div>
<div class="px-3 pt-3">
<p class="card-authors d-inline">
<strong>Authors: </strong>
<span class="text-secondary">${conference['Names of Authors']}</span>
</p>
<p class="card-publisher fst-italic fw-lighter">
<span class="journalName">${conference['Name of the Journal']}</span>
<span class="card-volume">${conference['Volume No., Issue No. and Page Nos.']}</span>
<span class="card-year">Year: ${conference['Year of Publication']}</span> <br>
${conference['DOI'] !== '' ? `<span class="card-doi fw-bold"><strong>DOI: </strong><a href="${conference['DOI']}">${conference['DOI']}</a></span>` : ''}
</p>
</div>
`;
conferencesContainer.appendChild(conferenceCard);
});
})
.catch(error => console.error('Error loading conferences:', error));
fetch('data/books.json')
.then(response => response.json())
.then(data => {
const booksContainer = document.getElementById('booksContainer');
data.forEach(book => {
const bookCard = document.createElement('div');
bookCard.className = 'card card-margin mt-3';
bookCard.innerHTML = `
<div class="card-header">
<div class="row">
<div class="row">
<div class="col-md-10">
<span class="card-title h5 text-primary" style="max-width: 80%" >${book['Name']}</span>
</div>
<div class="col-md-2 duration-c">
<span class="px-2 py-1 fs-6 rounded fw-bold float-md-end duration">${book['Year']}</span>
</div>
</div>
</div>
</div>
<div class="px-3 pt-3">
<p class="card-authors d-inline">
<strong>Authors: </strong>
<span><a class="text-secondary" href="#">${book['Authors']}</a></span>
</p>
<p class="card-publisher fst-italic fw-lighter">
<span class="card-publication"> ${book['Publication']}</span>
<span class="card-publisher"><a href="${book['Publisher']}">${book['Publisher']}</a></span>
<span class="card-issn">${book['ISSN']}</span>
</p>
</div>
`;
booksContainer.appendChild(bookCard);
});
})
.catch(error => console.error('Error loading books:', error));
function scrollToJournal() {
const journalSection = document.getElementById("journal");
if (journalSection) {
journalSection.scrollIntoView({ behavior: "smooth" });
}
}
function scrollToBook() {
const bookSection = document.getElementById("book");
if (bookSection) {
bookSection.scrollIntoView({ behavior: "smooth" });
}
}
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>