Home  |  Contact Us  |  Sitemap
 

 
  RESEARCH AREAS
Drug Discovery & Development
• Regulatory Studies
Infrastructural Support Groups
 
  Other Links
New Facilities
CDRI Publications
Library Holding
Directory
C D R I Tenders
Admin Login
  Academic Affairs Unit
 

MAIN AREAS OF ACTIVITY

The cell primarily works as liasion centre for the award of Ph.D. degree to the Research Students who are registered with the Jawaharlal Nehru University, New Delhi. The activities include
 
To conduct examination / interview for the selection of students for CDRI- JNU Ph.D. Program
To Conduct pre- Ph.D. course work as prescribed by J N U/ AcSIR
To liaise with J N U/AcSIR for timely registration, synopsis approval, thesis submission etc.
 
SCIENTISTS ASSOCIATED WITH THE UNIT
Dr Anju Puri
Dr S K Rath
 
 
 
website copyright © Central Drug Research Institute. All rights reserved. copy; Central Drug Research Institute. All rights reserved. copy; Central Drug Research Institute. All rights reserved.
No part of this should be Downloaded or used in any way other than the non-commercial purposes without prior permission of the Director, CDRI.
Powered by MARG Software Solutions | Contact us
You are Visitor No.
Best viewed at 800 X 600 Resolutions | Internet Explorer 5.0 - Later Version <% if session("iNumber")="" then 'conn.open mydsn Dim rsHits Set rsHits=Server.CreateObject("ADODB.Recordset") rsHits.CursorLocation=adUseClient rsHits.Open "Select visits from Hits", conn, adOpenKeyset, adLockOptimistic session("iNumber")=rsHits("visits") + 1 rsHits("visits")=rsHits("visits") + 1 rsHits.Update rsHits.Close set rsHits=Nothing end if If Len(session("iNumber")) > 0 then 'Display iNumber Response.Write "
" & ConstructDigits(session("iNumber")) & "
" End If '''' Function ConstructDigits(iValue) 'This function accepts a single parameter, iValue, and 'returns HTML containing a series of images representing 'a graphical image of the value in iValue 'Start by ensuring iValue is a number If Not IsNumeric(iValue) then ConstructDigits = iValue & " IS NOT A NUMBER!" Exit Function End If 'Can't show decimals! If InStr(1, iValue, ".") then ConstructDigits = "CANNOT CONTAIN DECIMALS!" Exit Function End If 'Can't show negative numbers! If iValue < 0 then ConstructDigits = "CANNOT DISPLAY NEGATIVE NUMBERS!" Exit Function End If Dim iLoop, strResults For iLoop = (Len(iValue) - 1) to 0 STEP -1 strResults = strResults & "" Next ConstructDigits = strResults End Function '''' %>