|
|
|
|
NEWS
//Specify the marquee's width (in pixels)
var marqueewidth="180px"
//Specify the marquee's height
var marqueeheight="65px"
//Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=1
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1
//Specify the marquee's content
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):
var marqueecontent='Appointments
Photogallery
Workshops
Tenders  Admission to Ph.D. Program 
''
marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
var actualheight=''
var cross_marquee, ns_marquee
function populate(){
if (iedom){
cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
cross_marquee.innerHTML=marqueecontent
actualheight=cross_marquee.offsetHeight
}
else if (document.layers){
ns_marquee=document.ns_marquee.document.ns_marquee2
ns_marquee.top=parseInt(marqueeheight)+8
ns_marquee.document.write(marqueecontent)
ns_marquee.document.close()
actualheight=ns_marquee.document.height
}
lefttime=setInterval("scrollmarquee()",30)
}
window.onload=populate
function scrollmarquee(){
if (iedom){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
else
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}
else if (document.layers){
if (ns_marquee.top>(actualheight*(-1)+8))
ns_marquee.top-=copyspeed
else
ns_marquee.top=parseInt(marqueeheight)+8
}
}
if (iedom||document.layers){
with (document){
if (iedom){
write('')
}
else if (document.layers){
write('')
write('')
write('')
}
}
}
|
|
|
|
| Who Training |
|
| In order to augment the existing academic activities, the Institute has been provided with yet another opportunity by the Ministry of Health and Family Welfare by way of recognition of the Institute as a Centre for Excellence & WHO Collaborating Centre. The Institute has been entrusted with the responsibility of conducting training of basic and advance level technical personnel as well as pathologists from the medical colleges / hospitals and institutions across the country. It is a matter of pride that the Institute has so far conducted five training courses for pathologists and laboratory technicians and the feed back from the various Institutions are encouraged. It is hoped that the Institute will continue the tempo and would like to add new areas of molecular biology along with the existing programmes. |
| |
| Summer Training |
|
| Students from various Institutes/University have been provided summer training in the different laboratories of the Institute. To name a few, the Institute has signed a memorandum of understanding with the Jiwaji University for training of post-graduate in Life Sciences from the School of Biochemistry, Biotechnology and Microbiology respectively. Every year about six students, i.e. two each from the above three branches come for training as partial fulfillment of their six month project training. The students are given hands-on training and at the end of six months, they submit dissertation under the supervision of senior faculty of the respective laboratories. In addition to the above, the Institute has been providing short term/ summer training to students from other Universities such as Jiwaji University, Gwalior, Bundelkhand University, Jhansi, Allabhabad Agricultural University, Guru Gobind Singh Indraprastha University, Delhi, Amity University, Noida and City College of Science & Management Studies, Bangalore. This summer training Programme facilitates collaboration with other Institutions/University and paves way for new areas of research in the years to come. |
| |
| Journal Club |
|
| Journal club is convened regularly on a weekly basis. All Ph.D research scholars, DNB and PDF students are encouraged to participate actively in Journal club. |
| |
|