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 : 3.15.229.217
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<body>
<div class="row align-items-center">
<div class="col p-5">
<h1 class="display-4">Rules</h1>
<br/>
<p><b>
The Syndicate may make Rules consistent with the Karnataka Universities Act, the Statutes, the Ordinances and the Regulations of the University. The Rules may provide for:-
</b></p>
<ul class="points" style="font-size: large;text-align: justify;">
<li style="margin-top: 22px;">giving of notice of meeting to the members of each authority or Board, of the dates of meeting and of the business to be transacted at the meetings and also for keeping a record of the proceedings of meetings;</li>
<li>the procedure to be followed at meetings and the number of members required to form the quorum for meetings; and</li>
<li>all matters solely concerning such authority or Board and not provided for by this Act, the Statutes, the Ordinances or the Regulations.</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>
|