Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.116.10.48
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<body>
<div class="row_1">
<div class="column_1" style="padding-bottom: 15px;">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; width:210px;">
<h6 style="color: black;">Library Details</h6>
<hr><a href="lib_collection.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Collection </a><br>
<br><a href="lib_access.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Access</a><br>
<br><a href="lib_services.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Services</a><br>
<br><a href="lib_details.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Books Details</a><br>
<br><a href="lib_program.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> N-LIST Program</a><br>
<br><a href="lib_practices.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Best Practices</a><br>
<br><a href="lib_r&r.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Rules and Regulations</a><br>
<br><a href="lib_Timings.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Timings</a><br>
<br><a href="lib_Map.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Floor Map</a><br>
<br><a href="lib_con_details.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Contact details</a>
</div>
</div>
<!-- <br>
<br> -->
<div class="column_1">
<div class="col-xs-12 col-sm-8 col-md-9 col-lg-9" style="max-width: 100%;">
<h3 class="display-" style=" color: black;">Physical Strength Details</h3>
<hr>
<br/>
<table class="table table-bordered" style="background: #fbfbfb;color: #212529;width: 70%;margin: auto;">
<thead style="text-align:center;color: white;background: #95503d;">
</tr>
<tr>
<th scope="col">Sl. No.</th>
<th scope="col">Particulars</th>
<th scope="col">Available</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: justify;">1.</td>
<td>Total l Number of Volumes of Books</td>
<td style="text-align: justify;">77347</td>
</tr>
<tr>
<td style="text-align: justify;">2.</td>
<td>Total Number of Titles</td>
<td style="text-align: justify;">18511</td>
</tr>
<tr>
<td style="text-align: justify;">3.</td>
<td>Reference Books</td>
<td style="text-align: justify;">9800</td>
</tr>
<tr>
<td style="text-align: justify;">4.</td>
<td>Text books</td>
<td style="text-align: justify;">54423</td>
</tr>
<tr>
<td style="text-align: justify;">5.</td>
<td>SC/ST -Book Bank</td>
<td style="text-align: justify;">11777</td>
</tr>
<tr>
<td style="text-align: justify;">6.</td>
<td>Encyclopedias (Subject and General)</td>
<td style="text-align: justify;">83</td>
</tr>
<tr>
<td style="text-align: justify;">7.</td>
<td>Number of Journals (National / International)</td>
<td style="text-align: justify;">38 National and 7 International Journals<br> Total: 45</td>
</tr>
<tr>
<td style="text-align: justify;">8.</td>
<td>General Magazines</td>
<td style="text-align: justify;">37</td>
</tr>
<tr>
<td style="text-align: justify;">9.</td>
<td>Leading News Papers</td>
<td style="text-align: justify;">17</td>
</tr>
<tr>
<td style="text-align: justify;">10.</td>
<td>Bound Volumes</td>
<td style="text-align: justify;">350</td>
</tr>
<tr>
<td style="text-align: justify;">11.</td>
<td>CD-DVDs</td>
<td style="text-align: justify;">501</td>
</tr>
<tr>
<td style="text-align: justify;">12.</td>
<td>Resources available under N-LIST Program<br>
Electronic Journals and Database<br>
Ebrary e- Books<br>
World e- Book Library</td>
<td style="text-align: justify;">Full Text 6247+<br>
Full Text 125000+ Titles<br>
Full Text 3000000+ Titles</td>
</tr>
<tr>
<td style="text-align: justify;">13.</td>
<td>Minor and Major Project reports (Completed) Our
faculty</td>
<td style="text-align: justify;">15</td>
</tr>
</tbody>
</table>
<br>
<br>
<style>ul.points li{padding-bottom:10px;border-bottom:1px dashed #eee;margin-bottom:10px;}ul.points li:last-child{border-bottom:none;}</style>
</div>
</div>
</body>
<?php
include("footer.php")
?>
</html>
|