<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>UCS: Genetics </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="chemis.html">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">Chemistry</h2> </div> </div> </div> <!-- End Scholarships titile --> <!-- Start Scholarships content --> <!-- start Scholarships --> <p></p> <section> <div class="container"> <h2>Department of Genetics</h2> </div> </section> <div class="container"> <a href="geneti.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: 0px none; " width="100"></a> <a href="genetis_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: 0px none; " width="100"></a> <a href="geneti_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: 0px none; " width="100"></a> <a href="geneti_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: 0px none; " width="100"></a> <a href="geneti_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: 0px none; " width="100"></a> <a href="geneti_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: 0px none; " width="100"></a> <a href="geneti_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: 0px none; " width="100"></a> <a href="geneti_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: 0px none; " width="100"></a> <a href="geneti_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: 0px none; " width="100"></a> <a href="geneti_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: 0px none; " width="100"></a> </div> <img src="depts/genetics.jpg" alt="Department of Genetics" style="width:1170px;height:450px;"> <br> <br> <span></span> <br> <br> <div class="col-sm-9 col-md-6 col-lg-12"> <br> <p></p> <p align="justify" style="margin-top: 10; margin-bottom: 10"> <strong>About the Department:</strong> <br> </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">The origin of Department of Genetics can be traced back to the radiation biology unit, which was established with financial assistance from BARC, for carrying out studies on the biological effects of cosmic radiation under the headship of Prof O.S. Reddy. The vision to establish a separate department for the discipline of Genetics was perceived by Prof O.S. Reddy which was strongly supported by Late Dr HomiJ Baba during one of his visits to OU.</P> <p align="justify" style="margin-top: 10; margin-bottom: 10">With the strong support and strength from the then Hon'ble Vice Chancellor Late Dr D.S. Reddy, the Department of Genetics was founded under the headship of Prof O.S. Reddy in the year 1966. The department was laid on a very strong foundation with stalwarts like Prof G.M.Reddy, Prof. M. Sanjeeva Rao, Prof. Subramanyam, Prof. J.S.Murthy and Prof. Hanumanth Polasa. Osmania University achieved a unique distinction in the country by establishing an academic department for the first time, exclusively devoted to the discipline of Genetics. From the past four and half decades the department has been imparting post graduate education in Genetics with specializations ranging from microbe to man apart from PhD programmes led by our quintessential faculty. This period has witnessed revolutionary developments in Genetics with the discovery of advanced technology, which have had tremendous impacts on agriculture, human health and animal improvement. </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">Keeping in pace with the advancing knowledge, the department has updated the syllabus from time to time. The Department of Microbiology, Institute of Genetics and hospital for Genetic diseases and Centre For Plant Molecular Biology are the offshoots of the departments and certainly the result of the dedicated and committed work of our senior faculty. </P> <p align="justify" style="margin-top: 10; margin-bottom: 10">The department is also recognized as the nodal department for M.Sc Biotechnology and advanced PG diploma in Bioinformatics. I may mention here that the course is attracting many international students to seek admission and pursue higher studies. The department has produced more than 500 Ph.D. degrees so far. Each year more than 100 students register for Ph.D. programme. Many of the students are placed well in leading institutes within and outside the country. The department has attracted funding from National and international funding agencies like UGC, CSIR and ICMR USPL 480, DBT, DST, GSK-UK. International collaborations have also been established with Clinton University, UK, Sickkids Hospital, Canada and Nebraska School of Medicine, USA. </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">The department has also received funds to the tune of 1482.195 lakhs from various Government Funding Agencies like UGC (COSIST, DRS, SAP and CAS) and DST FIST, DBT, ICMR in the last 12 years alone. The department has received DST FIST phase II grant of 95 lakhs for strengthening the infrastructure and UGC CAS II Programme with an outlay of more than 1 crore. Individual faculty has received extensive funding which has helped in the development of laboratory facilities and infrastructure. The research findings by the faculty and students are published in (a total of 439 research articles and review articles in the past 10 years) both in peer reviewed National and International high impact factor journals. The department was also awarded UGC-JRF Fellowships in the UGC sponsored scheme  Research Fellowship in Science for Meritorious Students for the past 4 years which has encouraged the research scholars to perform well at the higher level. The department was also instrumental in identifying various novel findings worthy of mentioning:</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. Genetics 2 Years, 25 Seats <br>Ph. D. Genetics 3 Years </p> <p align="justify" style="margin-top: 10; margin-bottom: 10"> <strong>Human Genetics:</strong> </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">a).Mapped the gene for Zonalar cataract (17q11-12) Nuclear cataract(2q33-36), Low Myopia(Xq28).</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">b).Identification of Novel mutations in genes like Tp53 (Breast Cancer), BCR/ABL (CML), Connexin 26 to 30 (Congenital Hearing Impairment), TNN13 (DCM),Plakophilin ARVD), GATA 4 & NKX2.5 (Congenital Heart defect). PS (IPAH), MyBCP3(HCM).R2b Mitochondrial Genome (CMs), Interleukin-5 (Lymphatic Filariasis)</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">c)Specifically identified MyBPC3 gene in heart failure due to cardiomyopathy in South Indian population (Nature Genetics, 2009) and R2b haplotype of mitochondria in CMs.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">d).Identified Internal Tandem Duplication of FLT3 gene and Nucleophosmin as a risk marker for bad prognosis in AML.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">e).Sequencing of entire Mitochondrial genome of Breast cancer patients. 26 novel mutations in mitochondrial genome were identified in breast cancer patients.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">f).Evaluation of Pharmacogenomics potential of CYP2D6 (CML), ER? (Breast cancer), CYP3A5, GST in the clinical management of breast cancer and Leukemia F Published a first of its kind state of the art article in the prestigious Nature Genetics (IF 35.209) titled  A common MYBPC3 (cardiac myosin binding protein C) variant associated with cardiomyopathies in South Asia , Nature Genetics 41, 187 191, 2009</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">g).Contributed to the NCBI database by adding 47 novel mutations and SNPs </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">h).Exome sequencing of ARVD patents is in progress a new generation technique.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10"> <strong>Plant Genetics::</strong> </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">a).Developed transgenic rice for insect tolerance.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">b).Developed transgenic cotton for insect resistance.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">c)Developed transgenic sorghum for salt and drought stress tolerance. </p> <p align="justify" style="margin-top: 10; margin-bottom: 10">d).Developed transgenic tomato for both biotic and abiotic stress tolerance .</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">e).Developed transgenic groundnut for salt stress tolerance.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">f).Isolated several genes, stress inducible promoters,transcription factors associated with biotic and abiotic stress tolerance.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">g).Down regulated lignin biosynthetic pathway genes (isolated from subabul) for reduction in lignin and for increase in cellulose content.</p> <p align="justify" style="margin-top: 10; margin-bottom: 10">h).Enhanced the bioactive compounds in suspensions and hairy root cultures by several folds (plumbagin, daidzein,berberin, withaferin A and withanolideA)</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="chemis.html">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>