<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>UCS: Biochem </title> <!-- Mobile Specific Metas ================================================== --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicon --> <link rel="shortcut icon" type="image/icon" href="img/ico0.png"/> <!-- CSS ================================================== --> <!-- Bootstrap css file--> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Font awesome css file--> <link href="css/font-awesome.min.css" rel="stylesheet"> <!-- Superslide css file--> <link rel="stylesheet" href="css/superslides.css"> <!-- Slick slider css file --> <link href="css/slick.css" rel="stylesheet"> <!-- Circle counter cdn css file --> <link rel='stylesheet prefetch' href='https://cdn.rawgit.com/pguso/jquery-plugin-circliful/master/css/jquery.circliful.css'> <!-- smooth animate css file --> <link rel="stylesheet" href="css/animate.css"> <!-- preloader --> <!--<link rel="stylesheet" href="css/queryLoader.css" type="text/css" />--> <!-- gallery slider css --> <link type="text/css" media="all" rel="stylesheet" href="css/jquery.tosrus.all.css" /> <!-- Default Theme css file --> <link id="switcher" href="css/themes/default-theme.css" rel="stylesheet"> <!-- Main structure css file --> <link href="style.css" rel="stylesheet"> <!-- Google fonts --> <link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Varela' rel='stylesheet' type='text/css'> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- SCROLL TOP BUTTON --> <a class="scrollToTop" href="#"></a> <!-- END SCROLL TOP BUTTON --> <!--=========== BEGIN HEADER SECTION ================--> <header id="header"> <!-- BEGIN MENU --> <div class="menu_area"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <!-- FOR MOBILE VIEW COLLAPSED BUTTON --> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!-- LOGO --> <!-- TEXT BASED LOGO --> <a class="navbar-brand" href="index.html"><span>University College of Science, OU</span></a> <!-- IMG BASED LOGO --> <!-- <a class="navbar-brand" href="index.html"><img src="img/logo.png" alt="logo"></a> --> </div> <div class="navbar-right"> <a href="http://www.osmania.ac.in"> <img src="img/ico1.png" width="71" height="76"></a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul id="top-menu" class="nav navbar-nav navbar-right main-nav"> <li class="active"><a href="index.html">Home</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">About College<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="background.html">Background</a></li> <li><a href="vission.html">Vission &amp; Mission</a></li> <li><a href="functionaries.html">Functionaries</a></li> <li><a href="organisational.html">Organisational Structure</a></li> <li><a href="antiragging.html">Anti Ragging Committee</a></li> <li><a href="grievances.html">Grievances Committee</a></li> <li><a href="gender.html">Gender Sensitization - CASH</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Academics<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="courses.html">Courses Offered</a></li> <li><a href="admissions.html">Admissions</a></li> <li><a href="fees.html">Fee Structure</a></li> <li><a href="rules.html">Rules &amp; Regulations</a></li> <li><a href="almanac.html">Academic Calender</a></li> <li><a href="exam-time.html">Examination Time-Table</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Departments<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="appgeo.html">Applied Geochemistry</a></li> <li><a href="astron.html">Astronomy</a></li> <li><a href="biochem.html">Biochemistry</a></li> <li><a href="botany.html">Botany</a></li> <li><a href="https://www.osmania.ac.in/chemistry">Chemistry</a></li> <li><a href="geneti.html">Genetics</a></li> <li><a href="geogra.html">Geogrpahy</a></li> <li><a href="geolog.html">Geology</a></li> <li><a href="geophy.html">Geophysics</a></li> <li><a href="mathem.html">Mathematics</a></li> <li><a href="microb.html">Microbiology</a></li> <li><a href="physic.html">Physics</a></li> <li><a href="statis.html">Statistics</a></li> <li><a href="zoolog.html">Zoology</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Facilities<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="scholarships.html">Scholarships</a></li> <li><a href="eltc.html">English Language Learning</a></li> <li><a href="library.html">Library</a></li> <li><a href="hostel.html">Hostels</a></li> <li><a href="health.html">Health Care</a></li> <li><a href="games.html">Games &amp; Sports</a></li> <li><a href="placement.html">Placement Services</a></li> <li><a href="curricular.html">Co-curricular Activities</a></li> <li><a href="sahayam.html">Psychological Counselling</a></li> <li><a href="qmc.html">Quality Monitoring Cell</a></li> <li><a href="alumnus.html">Alumni Associations</a></li> </ul> </li> <li><a href="staff_college.html">Staff</a></li> <li><a href="contact.html">Contact</a></li> </ul> </div><!--/.nav-collapse --> </div> </nav> </div> <!-- END MENU --> </header> <!--=========== END HEADER SECTION ================--> <!--=========== BEGIN Applied Geochemistry SECTION ================--> <section id="studentsTestimonial"> <div class="container"> <!-- Applied Geochemistry titile --> <div class="row"> <div class="col-lg-12 col-md-12"> <div class="title_area"> <h2 class="title_two">BIOCHEMISTRY</h2> </div> </div> </div> <!-- End Scholarships titile --> <!-- Start Scholarships content --> <!-- start Scholarships --> <p></p> <section> <div class="container"> <h2>Department of Biochemistry</h2> </div> </section> <div class="container"> <a href="biochem.html"> <img id="img1" alt="About" fp-style="fp-btn: Border Left 6" fp-title="About" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'button2F2.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'button2F0.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'button2F1.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'button2F1.jpg')" src="button2F0.jpg" style="border: 0" width="100"></a> <a href="biochem_functionaries.html"> <img id="img2" alt="Functionaries" fp-style="fp-btn: Border Left 6" fp-title="Functionaries" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'button2F6.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'button2F4.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'button2F5.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'button2F5.jpg')" src="button2F4.jpg" style="border: 0" width="100"></a> <a href="biochem_course.html"> <img id="img3" alt="About Course" fp-style="fp-btn: Border Left 6" fp-title="About Course" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'button2FE.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'button2FC.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'button2FD.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'button2FD.jpg')" src="button2FC.jpg" style="border: 0" width="100"></a> <a href="biochem_faculty.html"> <img id="img4" alt="Faculty" fp-style="fp-btn: Border Left 6" fp-title="Faculty" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'button302.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'button300.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'button301.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'button301.jpg')" src="button300.jpg" style="border: 0" width="100"></a> <a href="biochem_phd.html"> <img id="img5" alt="PhD Scholars" fp-style="fp-btn: Border Left 6" fp-title="PhD Scholars" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'button306.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'button304.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'button305.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'button305.jpg')" src="button304.jpg" style="border: 0" width="100"></a> <a href="biochem_syllabus.html"> <img id="img6" alt="Syllabus" fp-style="fp-btn: Border Left 6" fp-title="Syllabus" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img6',/*url*/'button30B.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'button309.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'button30A.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img6',/*url*/'button30A.jpg')" src="button309.jpg" style="border: 0" width="100"></a> <a href="biochem_timetable.html"> <img id="img7" alt="Time Table" fp-style="fp-btn: Border Left 6" fp-title="Time Table" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img7',/*url*/'button30F.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img7',/*url*/'button30D.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img7',/*url*/'button30E.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img7',/*url*/'button30E.jpg')" src="button30D.jpg" style="border: 0" width="100"></a> <a href="biochem_mentor.html"> <img id="img8" alt="Mentorship" fp-style="fp-btn: Border Left 6" fp-title="Mentorship" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img8',/*url*/'button313.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'button311.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'button312.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img8',/*url*/'button312.jpg')" src="button311.jpg" style="border: 0" width="100"></a> <a href="biochem_student.html"> <img id="img9" alt="Student Details" fp-style="fp-btn: Border Left 6" fp-title="Student Details" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img9',/*url*/'button318.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img9',/*url*/'button316.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img9',/*url*/'button317.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img9',/*url*/'button317.jpg')" src="button316.jpg" style="border: 0" width="100"></a> <a href="biochem_facilities.html"> <img id="img10" alt="Facilities" fp-style="fp-btn: Border Left 6" fp-title="Facilities" height="20" onmousedown="FP_swapImg(1,0,/*id*/'img10',/*url*/'button31C.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img10',/*url*/'button31A.jpg')" onmouseover="FP_swapImg(1,0,/*id*/'img10',/*url*/'button31B.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img10',/*url*/'button31B.jpg')" src="button31A.jpg" style="border: 0" width="100"></a> </div> <img src="depts/biochemistry.jpg" alt="Department of Biochemistry" style="width:1170px;height:450px;"> <br> <br> <span></span> <br> <br> <div class="col-sm-9 col-md-6 col-lg-12"> <br> <p><strong>About the Department:</strong></p> <p align="justify" style="margin-top: 10; margin-bottom: 10"> </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">Biochemistry as a course was started for the first time Osmania University in 1963 in united Andhra Pradesh. A full-fledged department was established in 1971 with founder head Prof.L.K.Ramachandran, a renounced Biochemist. </P> <p align="justify" style="margin-top: 10; margin-bottom: 10">The department offers courses in Biochemistry leading to M.Sc and Ph.D. The department was served by some of the well-known biochemists like Prof.Shiva Rama Shastry and Prof.S.L.N.Rao. The department is well known for their research activities in Lathyrism, Metal toxicities, hypoxia, Aflatoxins, Epigenetics, Cancer, Emdometriosis, Natural Products, Nano Technology etc. </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">The department secured funding from several central government research agencies such as COSIST,SAP-DRS,from UGC;FIRST level I and II, PURSE from DST; CARS from DRDO and several individual research projects from Government, DBT, CSIR, DAE, ICMR, ICAR and Private LSRB organizations. At present there are 3 teaching staff and Assistant Professor FRP (UGC) and 15 non-teaching staff, a DST women scientist supporting the program. Apart from campus activities the department is involved in undergraduate Biochemistry course structuring in all Osmania University affiliated degree and PG colleges. The department is also the parent department for B.Sc and M.Sc Nutrition courses in the affiliated colleges. The Ph.D program (Biochemistry and Nutrition) offered by the department is benefiting several research insitutions around campus such as IICT, NIN and other private hospitals and Medical colleges.</P> <p>Biochemistry department attracted several foreign students to pursue both M.Sc. and Ph.D. programmes.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10"> <strong>ACADEMIC PROGRAMMES OFFERED</strong> </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">M. Sc. Biochemistry 2 Years 25 Seats <br> Ph. D. Biochemistry 4 Years</p> <html> <body> <h2>Objectives of the Department:</h2> <ol> <li>To impart fundamental principles of Biochemistry and in depth knowledge of subject to the M.Sc. students and to hone their practical skills on par with the advanced technology.</li> <li>To prepare students for the junior research fellowships (UGC, CSIR, ICMR, DBTetc.).</li> <li>To guide Ph.D. students and aim for publications in peer reviewed journals</li> <li>To apply for Research grants to National funding agencies.</li> </ol> </body> </html> <p></p> <p></p> <p></p> <p></p> </div> <!-- End Applied Geochemistry --> <!-- End Applied Geochemistry content--> </section> <!--=========== END Applied Geochemistry SECTION ================--> <!--=========== BEGIN FOOTER SECTION ================--> <footer id="footer"> <!-- Start footer top area --> <div class="footer_top"> <div class="container"> <div class="row"> <div class="col-ld-3 col-md-3 col-sm-3"> <div class="single_footer_widget"> <h3>Departments</h3> <ul class="footer_widget_nav"> <br> <br> <br> <li><a href="#"></a></li> <li><a href="#"></a></li> <li><a href="#"></a></li> <li><a href="#"></a></li> </ul> </div> </div> <div class="col-ld-3 col-md-3 col-sm-3"> <div class="single_footer_widget"> <h3></h3> <ul class="footer_widget_nav"> <li><a href="appgeo.html">1. Applied Geochemistry</a></li> <li><a href="astron.html">2. Astronomy</a></li> <li><a href="biochem.html">3. Biochemistry</a></li> <li><a href="botany.html">4. Botany</a></li> <li><a href="https://www.osmania.ac.in/chemistry">5. Chemistry</a></li> <li><a href="geneti.html">6. Genetics</a></li> <li><a href="geogra.html">7. Geogrpahy</a></li> </ul> </div> </div> <div class="col-ld-3 col-md-3 col-sm-3"> <div class="single_footer_widget"> <h3></h3> <ul class="footer_widget_nav"> <li><a href="geolog.html">8. Geology</a></li> <li><a href="geophy.html">9. Geophysics </a></li> <li><a href="mathemv">10. Mathematics</a></li> <li><a href="microb.html">11. Microbiology</a></li> <li><a href="physic.html">12. Physics</a></li> <li><a href="statis.html">13. Statistics</a></li> <li><a href="zoolog.html">14. Zoology</a></li> </ul> </div> </div> <div class="col-ld-3 col-md-3 col-sm-3"> <div class="single_footer_widget"> <h3>Social Links</h3> <ul class="footer_social"> <li><a data-toggle="tooltip" data-placement="top" title="Facebook" class="soc_tooltip" href="#"><i class="fa fa-facebook"></i></a></li> <li><a data-toggle="tooltip" data-placement="top" title="Twitter" class="soc_tooltip" href="#"><i class="fa fa-twitter"></i></a></li> <li><a data-toggle="tooltip" data-placement="top" title="Google+" class="soc_tooltip" href="#"><i class="fa fa-google-plus"></i></a></li> <li><a data-toggle="tooltip" data-placement="top" title="Linkedin" class="soc_tooltip" href="#"><i class="fa fa-linkedin"></i></a></li> <li><a data-toggle="tooltip" data-placement="top" title="Youtube" class="soc_tooltip" href="#"><i class="fa fa-youtube"></i></a></li> </ul> </div> </div> </div> </div> </div> <!-- End footer top area --> <!-- Start footer bottom area --> <div class="footer_bottom"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="footer_bootomLeft"> <p> Copyright &copy; University College of Science, Osmania University. 2016-17.</p> <p>All Rights Reserved</p> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6"> <div class="footer_bootomRight"> <p>Designed &amp; maintained <span lang="en-in">by <a href="http://www.osmaniawildlife.org/" rel="nofollow">Dr Chelmala Srinivasulu, Osmania University</a></p> </div> </div> </div> </div> </div> <!-- End footer bottom area --> </footer> <!--=========== END FOOTER SECTION ================--> <!-- Javascript Files ================================================== --> <!-- initialize jQuery Library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Preloader js file --> <!--<script src="js/queryloader2.min.js" type="text/javascript"></script>--> <!-- For smooth animatin --> <script src="js/wow.min.js"></script> <!-- Bootstrap js --> <script src="js/bootstrap.min.js"></script> <!-- slick slider --> <script src="js/slick.min.js"></script> <!-- superslides slider --> <script src="js/jquery.easing.1.3.js"></script> <script src="js/jquery.animate-enhanced.min.js"></script> <script src="js/jquery.superslides.min.js" type="text/javascript" charset="utf-8"></script> <!-- for circle counter --> <script src='https://cdn.rawgit.com/pguso/jquery-plugin-circliful/master/js/jquery.circliful.min.js'></script> <!-- Gallery slider --> <script type="text/javascript" language="javascript" src="js/jquery.tosrus.min.all.js"></script> <!-- Custom js--> <script src="js/custom.js"></script> </body> </html>