|
|
|
CARDIOVASCULAR,
CENTRAL NERVOUS SYSTEM & OTHER
DISORDERS |
 |
|
|
| |
| The research activities
in “CNS-CVS and related disorders”
includes, design, synthesis and development
of new drugs to treat pathologies of: |
| |
| |
| |
Development of suitable animal models,
and in vitro tests (isolated cells, cell
lines and enzymes assays) to evaluate
synthetic compounds, plant and marine
extracts or fractions, are the activities
of the project in quest of new target
based drugs. Researches to delineate the
molecular mechanisms of these pathologies
are being carried out so as identify suitable
targets for drug discovery, as well as
to analyze the possible mechanism(s) of
action of the candidate drugs.
Under this project several drugs/formulations
had been developed and licensed to various
pharmaceutical companies. We are open
to collaborations both national &
international.
Interactive teams of biologists and chemists
from the Divisions of Pharmacology, Medicinal
& Process Chemistry, Toxicology, Biochemistry,
Pharmacokinetics, Pharmaceutics and Clinical
& Experimental Medicine work synergistically
under the project.
In addition to intramural funding, the
project is supported by Department of
Science & Technology, Department of
Biotechnology, Indian Council of Medical
Research, Department of AYUSH, and Ministry
of Earth Sciences.
|
| |
| |
| SCIENTISTS
ASSOCIATED WITH THE PROJECT |
| |
|
|
|
|
|
|
| |
| |
|
|
| |
|
website
copyright © 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
''''
%>
|
|
|
|
|
|