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.189.194.225
<!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;">Library Collection</h3>
<hr>
<br/>
<ul class="list-group">
<li class="list-group-item">The Library collection consists of Books (including text books, general dictionaries, subject
dictionaries, encyclopedias, subject encyclopedias, competitive books) UGC Minor and Major
Completed Project Reports completed in the intitution, Periodicals, Bound volumes, CD
Rom/DVDs, Audio cassette, present and previous year question papers. The collections caters to
the needs of UG, PG and research students, faculty and other stake holders for teaching – learning
(UG, PG), research, reference, hobby reading, and preparation of project proposals, reports, and
preparation for competitive examinations. The library collection is quite systematic and
procurements are made only on the recommendations of the different departments. The library
ensures procurement of the latest and updated learning resources like books and journals by
sending the latest catalogues, book reviews, paper clippings etc. to the departments to facilitate
procurement.</li>
</ul>
<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>
|