Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/ssr.php |
<?php require_once("admin/lib/functions.php"); $db = new login_function(); // $staff_details = $db->get_teaching_staff(); $chapter = 0; if(isset($_GET['chapter'])) { $chapter = $_GET['chapter']; } ?> <!DOCTYPE HTML> <html> <head> <title></title> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/> <script src="js/jquery-1.7.min.js"></script> <script src="js/jquery.easing.1.3.js"></script> <script src="js/tms-0.4.1.js"></script> <style> .zoomin img { margin-left:240px; height: 200px; width: 200px; -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease; } .zoomin img:hover { width: 300px; height: 300px; } @-webkit-keyframes swinging{ 0%{-webkit-transform: rotate(10deg);} 50%{-webkit-transform: rotate(-5deg)} 100%{-webkit-transform: rotate(10deg);} } @keyframes swinging{ 0%{transform: rotate(10deg);} 50%{transform: rotate(-5deg)} 100%{transform: rotate(10deg);} } .swingimage{ -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-animation: swinging 3.5s ease-in-out forwards infinite; animation: swinging 3.5s ease-in-out forwards infinite; } .element { height:200px; width: 200px; margin: 0 auto; animation-name: stretch; animation-duration: 1.5s; animation-timing-function: ease-out; animation-delay: 0; animation-direction: alternate; animation-iteration-count: infinite; animation-fill-mode: none; animation-play-state: running; } @keyframes stretch { 0% { transform: scale(.3); border-radius: 100%; } 5% { } 20% { transform: scale(1.5); } } </style> </head> <body> <?php require_once("lib/header.php"); ?> <style> #slideshow { margin: 80px auto; position: relative; width: 1080px; height: 440px; padding: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); margin:auto; z-index:0; } #slideshow > div { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; z-index:0; } .img_slide_n { width:1080px; z-index:0; } .img_slide_n img{ width:1080px; height:100%; z-index:0; } </style> <script> $("#slideshow > div:gt(0)").hide(); setInterval(function() { $('#slideshow > div:first') .fadeOut(1000) .next() .fadeIn(1000) .end() .appendTo('#slideshow'); }, 3000) </script> <div class="main_container" style="min-height:1400px;background-color:white;"> <?php require_once("highlights.php"); ?> <div class="data_container" style="margin-top:16px;"> <style> th { color:#FFFFFF; text-align:center; } .mn_pg_title { color:#0070C0; font-weight:bold; } td { text-align:left !important; font-size:14px; color:#333333; } .disps { display:none; width:480px; margin-top:15px; background-color:#FAFAFA; padding:15px; } ul .a{ list-style-type: circle; } .links_p { color:#333333; font-weight:bold; line-height:23px; margin-left:20px; } .links_p:hover { text-decoration:underline; } .lnk_view { font-family:Cambria; font-size:15px; color:#0070C0; } </style> <script type="text/javascript"> $(document).ready(function(){ $("#2_link").click(function(){ $("#1_1_3").toggle('Slow'); return false; }); $("#3_link").click(function(){ $("#1_2_1").toggle('Slow'); return false; }); $("#4_link").click(function(){ $("#1_2_2").toggle('Slow'); return false; }); $("#5_link").click(function(){ $("#1_2_3").toggle('Slow'); return false; }); }); </script> <?php if($chapter==1) { ?> <h4 class="mn_pg_title">Criterion I :- Curricular Aspects</h4> <br /> <table class="table table-bordered"> <thead style="background-color:#0070C0"> <tr> <th width="65">Sr. No.</th> <th width="300">Metric Question</th> <th width="70">Link</th> </tr> </thead> <tbody> <tr> <td>1.1.2</td><td> Number of certificate/diploma program introduced during the last five years </td> <td> <a href="display.php?cht=1.1.2&table=one">View</a> </td> </tr> <tr> <td>1.1.3</td> <td>Percentage of participation of full time teachers in various bodies of the Universities/ Autonomous Colleges/ Other Colleges, such as BoS and Academic Council during the last five years </td> <td><a href="display.php?cht=1.1.3&table=one">View</a></td> </tr> <tr> <td>1.2.1</td><td>Percentage of new courses introduced of the total number of courses across all programs offered during the last five years </td> <td><a href="display.php?cht=1.2.1&table=one&">View</a></td> </tr> <tr> <td>1.2.2</td><td>Percentage of programs in which Choice Based Credit System (CBCS)/elective course system has been implemented </td> <td> <a href="display.php?cht=1.2.2&table=one&">View</a> </td> </tr> <tr> <td>1.2.3</td> <td>Average percentage of students enrolled in subject related Certificate/ Diploma programs/Add-on programs as against the total number of students during the last five years </td> <td><a href="display.php?cht=1.2.3&table=one&">View</a></td> </tr> <tr> <td>1.3.2</td><td>Number of value added courses imparting transferable and life skills offered during the last five years </td> <td><a href="display.php?cht=1.3.2&table=one&">View</a></td> </tr> <tr> <td>1.3.3</td><td>Percentage of students undertaking field projects / internships </td> <td><a href="display.php?cht=1.3.3&table=one&">View</a></td> </tr> <tr> <td>1.4.1</td><td>Structured feedback </td> <td><a href="display.php?cht=1.4.1&table=one&">View</a></td> </tr> <tr> <td>1.4.2</td><td>Feedback processes of the institution</td> <td><a href="display.php?cht=1.4.2&table=one&">View</a></td> </tr> </tbody> </table> <br /><br /> <?php } if($chapter==2) { ?> <h4 class="mn_pg_title">Criterion II – Teaching, Learning and Evaluation</h4> <br /> <table class="table table-bordered"> <thead style="background-color:#0070C0"> <tr> <th width="65">Sr. No.</th> <th width="300">Metric Question</th> <th width="70">Link</th> </tr> </thead> <tbody> <tr> <td>2.1.1</td><td>Average percentage of students from other states and countries during the last five years</td> <td><a href="display.php?cht=2.1.1&table=one">View</a></td> </tr> <tr> <td>2.1.2</td><td>Average Enrolment Percentage </td> <td><a href="display.php?cht=2.1.2&table=one">View</a></td> </tr> <tr> <td>2.1.3</td><td>Average percentage of seats filled against seats reserved for various categories as per applicable reservation policy during the last five years </td> <td><a href="display.php?cht=2.1.3&table=one">View</a></td> </tr> <tr> <td>2.2.2</td><td>Student - Full time teacher ratio (current year) </td> <td><a href="display.php?cht=2.2.2&table=one">View</a></td> </tr> <tr> <td>2.2.3</td><td>Percentage of differently-abled students (Divyangjan) on rolls (current year) </td> <td><a href="display.php?cht=2.2.3&table=one">View</a></td> </tr> <tr> <td>2.3.2</td><td>Average percentage of teachers using ICT for effective teaching with Learning Management Systems (LMS), e- learning resources etc. </td> <td><a href="display.php?cht=2.3.2&table=one">View</a></td> </tr> <tr> <td>2.3.3</td><td>Ratio of mentor to students for academic and stress related issues (current year) </td> <td><a href="display.php?cht=2.3.3&table=one">View</a></td> </tr> <tr> <td>2.4.1 & 2.4.3</td><td>Average percentage of full time teachers against sanctioned posts during the last five years Average teaching experience of full time teachers in number of years </td> <td><a href="display.php?cht=2.4.1,2.4.3&table=one">View</a></td> </tr> <tr> <td>2.4.2 & 3.1.2</td><td>Average percentage of full time teachers with Ph.D. during the last five years. Percentage of teachers recognized as research guides at present</td> <td><a href="display.php?cht=2.4.2,3.1.2&table=one">View</a></td> </tr> <tr> <td>2.4.4 & 3.3.2</td><td>Average percentage of full time teachers who received awards, recognition, fellowships at State, National, International level from Government, recognized bodies during the last five years. The institution provides incentives to teachers who receive state, national and international recognition/awards</td> <td><a href="display.php?cht=2.4.4,3.3.2&table=one">View</a></td> </tr> <tr> <td>2.4.5</td><td>Average percentage of full time teachers from other states against sanctioned posts during the last five years </td> <td><a href="display.php?cht=2.4.5&table=one">View</a></td> </tr> <tr> <td>2.6.3</td><td>Average pass percentage of students </td> <td><a href="display.php?cht=2.6.3&table=one">View</a></td> </tr> </table> <?php } if($chapter==3) { ?> <br /><br /> <h4 class="mn_pg_title">Criterion – III - Research, Innovations and Extension</h4> <br /> <table class="table table-bordered"> <thead style="background-color:#0070C0"> <tr> <th width="65">Sr. No.</th> <th width="300">Metric Question</th> <th width="70">Link</th> </tr> </thead> <tbody> <tr> <td>3.1.1 & 3.1.3</td><td>Grants for research projects sponsored by the government and non-government sources such as industry, corporate houses, international bodies, endowments, Chairs in the institution during the last five years Number of research projects per teacher funded by government and non-government agencies during the last five years </td> <td><a href="display.php?cht=3.1.1,3.1.3&table=one">View</a></td> </tr> <tr> <td>3.2.2</td><td>Number of workshops/seminars conducted on Intellectual Property Rights (IPR) and Industry-Academia Innovative practices during the last five years </td> <td><a href="display.php?cht=3.2.2&table=one">View</a></td> </tr> <tr> <td>3.3.1</td><td>The institution has a stated Code of Ethics to check malpractices and plagiarism in Research </td> <td><a href="display.php?cht=3.3.1&table=one">View</a></td> </tr> <tr> <td>3.3.3</td><td>Number of Ph.D.s awarded per teacher during the last five years </td> <td><a href="display.php?cht=3.3.3&table=one">View</a></td> </tr> <tr> <td>3.3.4</td><td>Number of research papers per teacher in the Journals notified on UGC website during the last five years </td> <td><a href="display.php?cht=3.3.4&table=one">View</a></td> </tr> <tr> <td>3.3.5</td><td>Number of books and chapters in edited volumes / books published, and papers in national/international conference-proceedings per teacher during the last five years </td> <td><a href="display.php?cht=3.3.5&table=one">View</a></td> </tr> <tr> <td>3.4.2</td><td>Number of awards and recognition received for extension activities from Government recognized bodies during the last five years</td> <td><a href="display.php?cht=3.4.2&table=one">View</a></td> </tr> <tr> <td>3.4.3</td><td>Number of extension and outreach programs conducted in collaboration with industry, community and Non-Government Organizations through NSS/NCC/Red cross/YRC etc., during the last five years </td> <td><a href="display.php?cht=3.4.3&table=one">View</a></td> </tr> <tr> <td>3.4.4</td><td>Average percentage of students participating in extension activities with Government Organizations, Non-Government Organisations and programs such as Swachh Bharat, Aids Awareness, Gender Issue, etc. during the last five years </td> <td><a href="display.php?cht=3.4.4&table=one">View</a></td> </tr> <tr> <td>3.5.1</td><td>Number of linkages for faculty exchange, student exchange, internship, field trip, on-the-job training, research, etc during the last five years </td> <td><a href="display.php?cht=3.5.1&table=one">View</a></td> </tr> <tr> <td>3.5.2</td><td>Number of functional MoU’s with institutions of national, international importance, other universities, industries, corporate houses etc. during the last five years (only functional MoU’s with ongoing activities to be considered)</td> <td><a href="display.php?cht=3.5.2&table=one">View</a></td> </tr> </table> <br /><br /> <?php } if($chapter==4) { ?> <h4 class="mn_pg_title">Criterion – IV - Infrastructure and Learning Resources</h4> <br /> <table class="table table-bordered"> <thead style="background-color:#0070C0"> <tr> <th width="65">Sr. No.</th> <th width="300">Metric Question</th> <th width="70">Link</th> </tr> </thead> <tbody> <tr> <td>4.1.3</td><td>Percentage of classrooms and seminar halls with ICT - enabled facilities such as smart class, LMS, etc. </td> <td><a href="display.php?cht=4.1.3&table=one">View</a></td> </tr> <tr> <td>4.1.4</td><td>Average percentage of budget allocation, excluding salary for infrastructure augmentation during the last five years </td> <td><a href="display.php?cht=4.1.4&table=one">View</a></td> </tr> <tr> <td>4.2.3 & 4.2.5</td><td>Does the institution have the following: 1. e – journals 2. e-ShodhSindhu 3. Shodhganga membership 4. e-books 5. Databases Options: A. Any 4 of the above B. Any 3 of the above C. Any 2 of the above D. Any 1 of the above E. None of the above Availability of remote access to e-resources of the library</td> <td><a href="display.php?cht=4.2.3,4.2.5&table=one">View</a></td> </tr> <tr> <td>4.2.4</td><td>Average annual expenditure for purchase of books and journals during the last five years </td> <td><a href="display.php?cht=4.2.4&table=one">View</a></td> </tr> <tr> <td>4.2.6</td><td>Percentage per day usage of library by teachers and students </td> <td><a href="display.php?cht=4.2.6&table=one">View</a></td> </tr> <tr> <td>4.3.2</td><td>Student - Computer ratio </td> <td><a href="display.php?cht=4.3.2&table=one">View</a></td> </tr> <tr> <td>4.3.3</td><td>Available bandwidth of internet connection in the Institution (Leased line) Options: A. ≥50 MBPS B. 35 MBPS - 50 GBPS C. 20 MBPS - 35 MBPS D. 5 MBPS - 20 MBPS E. <5 MBP </td> <td><a href="display.php?cht=4.3.3&table=one">View</a></td> </tr> <tr> <td>4.3.4</td><td>Facilities for e-content development such as Media centre, Recording facility, Lecture Capturing System(LCS) </td> <td><a href="display.php?cht=4.3.4&table=one">View</a></td> </tr> <tr> <td>4.4.1</td><td>Average expenditure incurred on maintenance of physical facilities and academic support facilities excluding salary component, as a percentage during the last five years </td> <td><a href="display.php?cht=4.4.1&table=one">View</a></td> </tr> </table> <br /><br /> <?php } if($chapter==5) { ?> <h4 class="mn_pg_title">Criterion – V – Student Support and Progression </h4> <br /> <table class="table table-bordered"> <thead style="background-color:#0070C0"> <tr> <th width="65">Sr. No.</th> <th width="300">Metric Question</th> <th width="70">Link</th> </tr> </thead> <tbody> <tr> <td>5.1.1 & 5.1.2</td><td>Average percentage of students benefited by scholarships and freeships provided by the Government during the last five years <br /> Average percentage of budget allocation, excluding salary for infrastructure augmentation during the last five years </td> <td><a href="display.php?cht=5.1.1,5.1.2&table=one">View</a></td> </tr> <tr> <td>5.1.3</td><td>Number of capability enhancement and development schemes for last five year<br /> <td><a href="display.php?cht=5.1.3&table=one">View</a></td> </tr> <tr> <td>5.1.4</td><td>Average percentage of students benefited by for competitive examinations and career counseling offered by the institution during the last five years </td> <td><a href="display.php?cht=5.1.4&table=one">View</a></td> </tr> <tr> <td>5.1.5</td><td>Average percentage of students benefitted by Vocational Education and Training (VET) during the last five years </td> <td><a href="display.php?cht=5.1.5&table=one">View</a></td> </tr> <tr> <td>5.1.6</td><td>The institution has a transparent mechanism for timely redressal of student grievances including sexual harassment and ragging cases </td> <td><a href="display.php?cht=5.1.6&table=one">View</a></td> </tr> <tr> <td>5.2.1</td><td>Average percentage of placement of outgoing students during the last five years </td> <td><a href="display.php?cht=5.2.1&table=one">View</a></td> </tr> <tr> <td>5.2.2</td><td>Percentage of student progression to higher education (previous graduating batch) </td> <td><a href="display.php?cht=5.2.2&table=one">View</a></td> </tr> <tr> <td>5.2.3</td><td>Average percentage of students qualifying in state/ national/ international level examinations during the last five years (eg:NET/SLET/GATE/GMAT/CAT, GRE/TOFEL/Civil Services/State government examinations) </td> <td><a href="display.php?cht=5.2.3&table=one">View</a></td> </tr> <tr> <td>5.3.1</td><td>Number of awards/medals for outstanding performance in sports/cultural activities at national/international level (award for a team event should be counted as one) during the last five years </td> <td><a href="display.php?cht=5.3.1&table=one">View</a></td> </tr> <tr> <td>5.3.3</td><td>Average number of sports and cultural activities / competitions organised at the institution level per year </td> <td><a href="display.php?cht=5.3.3&table=one">View</a></td> </tr> <tr> <td>5.4.2</td><td>Alumni contribution during the last five years <br /></td> <td><a href="display.php?cht=5.4.2&table=one">View</a></td> </tr> <tr> <td>5.4.3</td><td>Number of Alumni Association /Chapters meetings held during the last five years </td> <td><a href="display.php?cht=5.4.3&table=one">View</a></td> </tr> </table> <br /><br /> <?php } if($chapter==6) { ?> <h4 class="mn_pg_title">Criterion – VI – Governance, Leadership and Management</h4> <br /> <table class="table table-bordered"> <thead style="background-color:#0070C0"> <tr> <th width="65">Sr. No.</th> <th width="300">Metric Question</th> <th width="70">Link</th> </tr> </thead> <tbody> <tr> <td>6.2.3</td><td>Implementation of e-governance in areas of operation <br /></td> <td><a href="display.php?cht=6.2.3&table=one">View</a></td> </tr> <tr> <td>6.3.2</td><td>Average percentage of teachers provided with financial support to attend conferences / workshops and towards membership fee of professional bodies during the last five years </td> <td><a href="display.php?cht=6.3.2&table=one">View</a></td> </tr> <tr> <td>6.3.3</td><td>Average number of professional development / administrative training programs organized by the Institution for teaching and non teaching staff during the last five years </td> <td><a href="display.php?cht=6.3.3&table=one">View</a></td> </tr> <tr> <td>6.3.4</td><td>Average percentage of teachers attending professional development programs, viz., Orientation Program, Refresher Course, Short Term Course, Faculty Development Programs during the last five years </td> <td><a href="display.php?cht=6.3.4&table=one">View</a></td> </tr> <tr> <td>6.4.2</td><td>Funds / Grants received from non-government bodies, individuals, philanthropists during the last five years (not covered in Criterion III) </td> <td><a href="display.php?cht=6.4.2&table=one">View</a></td> </tr> <tr> <td>6.5.3</td><td>Average number of quality initiatives by IQAC for promoting quality culture per year </td> <td><a href="display.php?cht=6.5.3&table=one">View</a></td> </tr> <tr> <td>6.5.4</td><td>Quality assurance initiatives of the institution include <br /> </td> <td><a href="display.php?cht=6.5.4&table=one">View</a></td> </tr> </table> <br /><br /> <?php } if($chapter==7) { ?> <h4 class="mn_pg_title">Criterion – VII – Institutional Values and Best Practices</h4> <br /> <table class="table table-bordered"> <thead style="background-color:#0070C0"> <tr> <th width="65">Sr. No.</th> <th width="300">Metric Question</th> <th width="70">Link</th> </tr> </thead> <tbody> <tr> <td>7.1.1</td><td>Number of gender equity promotion programs organized by the institution during the last five years </td> <td><a href="display.php?cht=7.1.1&table=one">View</a></td> </tr> <tr> <td>7.1.3</td><td>Environmental Consciousness and Sustainability <br /> Alternate Energy initiatives such as: Percentage of annual power requirement of the Institution met by the renewable energy sources </td> <td><a href="display.php?cht=7.1.3&table=one">View</a></td> </tr> <tr> <td>7.1.4</td><td>Percentage of annual lighting power requirements met through LED bulbs </td> <td><a href="display.php?cht=7.1.4&table=one">View</a></td> </tr> <tr> <td>7.1.8</td><td>Average percentage expenditure on green initiatives and waste management excluding salary component during the last five years </td> <td><a href="display.php?cht=7.1.8&table=one">View</a></td> </tr> <tr> <td>7.1.9</td><td>Differently abled (Divyangjan) friendliness <br /> Resources available in the institution <br /> </td> <td><a href="display.php?cht=7.1.9&table=one">View</a></td> </tr> <tr> <td>7.1.10 & 7.1.11</td><td> Inclusion and Situations - Number of specific initiatives to address locational advantages and disadvantages during the last five years <br /> Number of initiatives taken to engage with and contribute to local community during the last five years (Not addressed elsewhere) </td> <td><a href="display.php?cht=7.1.10,7.1.11&table=one">View</a></td> </tr> <tr> <td>7.1.12</td><td>Human Values and Professional Ethics <br /> Code of conduct handbook exists for students, teachers, governing body, administration including Vice-Chancellor / Director / Principal /Officials and support staff </td> <td><a href="display.php?cht=7.1.12&table=one">View</a></td> </tr> <tr> <td>7.1.13</td><td>Display of core values in the institution and on its website </td> <td><a href="display.php?cht=7.1.13&table=one">View</a></td> </tr> <tr> <td>7.1.14</td><td>The institution plans and organizes appropriate activities to increase consciousness about national identities and symbols; Fundamental Duties and Rights of Indian citizens and other constitutional obligations </td> <td><a href="display.php?cht=7.1.14&table=one">View</a></td> </tr> <tr> <td>7.1.15</td><td>The institution offers a course on Human Values and professional ethics </td> <td><a href="display.php?cht=7.1.15&table=one">View</a></td> </tr> <tr> <td>7.1.16</td><td>The institutional functioning is as per professional code of prescribed / suggested by statutory bodies / regulatory authorities for different professions </td> <td><a href="display.php?cht=7.1.16&table=one">View</a></td> </tr> <tr> <td>7.1.17</td><td>Number of activities conducted for promotion of universal values (Truth, Righteous conduct, Love, Non-Violence and peace); national values, human values, national integration, communal harmony and social cohesion as well as for observance of fundamental duties during the last five years </td> <td><a href="display.php?cht=7.1.17&table=one">View</a></td> </tr> </tbody> </table> <?php } ?> </div> <?php require_once("lib/footer.php"); ?> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4