<% function getFileName() Dim pos, path, name path = Request.ServerVariables("PATH_INFO") pos = InStrRev(path,"/",-1,1) name = Right(path, len(path) - pos) 'response.write("PATH_TRANSLATED" + Request.ServerVariables("PATH_TRANSLATED") + "
") '**** Test Code *********************** getFileName = name 'Response.Write("filename for NS6 " + name + "
") 'Response.Write(strMainPhysicalPath & Replace(Request.QueryString("NAME"),"%2E",".")) End Function ' Function IsEmailValid(strEmail) ' Action: checks if an email is correct. ' Parameter: strEmail - the Email address ' Returned value: on success it returns True, else False. Function IsEmailValid(strEmail) Dim strArray Dim strItem Dim i Dim c Dim blnIsItValid ' assume the email address is correct blnIsItValid = True ' split the email address in two parts: name@domain.ext strArray = Split(strEmail, "@") ' if there are more or less than two parts If UBound(strArray) <> 1 Then blnIsItValid = False IsEmailValid = blnIsItValid Exit Function End If ' check each part For Each strItem In strArray ' no part can be void If Len(strItem) <= 0 Then blnIsItValid = False IsEmailValid = blnIsItValid Exit Function End If ' check each character of the part ' only following "abcdefghijklmnopqrstuvwxyz_-." ' characters and the ten digits are allowed For i = 1 To Len(strItem) c = LCase(Mid(strItem, i, 1)) ' if there is an illegal character in the part If InStr("abcdefghijklmnopqrstuvwxyz_-.", c) <= 0 And Not IsNumeric(c) Then blnIsItValid = False IsEmailValid = blnIsItValid Exit Function End If Next ' the first and the last character in the part cannot be . (dot) If Left(strItem, 1) = "." Or Right(strItem, 1) = "." Then blnIsItValid = False IsEmailValid = blnIsItValid Exit Function End If Next ' the second part (domain.ext) must contain a . (dot) If InStr(strArray(1), ".") <= 0 Then blnIsItValid = False IsEmailValid = blnIsItValid Exit Function End If ' check the length oh the extension i = Len(strArray(1)) - InStrRev(strArray(1), ".") ' the length of the extension can be only 2, 3, or 4 ' to cover the new "info" extension If i <> 2 And i <> 3 And i <> 4 Then blnIsItValid = False IsEmailValid = blnIsItValid Exit Function End If ' after . (dot) cannot follow a . (dot) If InStr(strEmail, "..") > 0 Then blnIsItValid = False IsEmailValid = blnIsItValid Exit Function End If ' finally it's OK IsEmailValid = blnIsItValid End Function %> <% if LCase(getFilename)= "inthelab.asp" then response.write("Work being done in the Developmental Neurobiology Lab, Div. of Intramural Research, NHLBI") end if if LCase(getFilename) = "labmembers.asp" then response.write("Staff, Developmental Neurobiology Lab, Div. of Intramural Research, NHLBI") end if if LCase(getFilename) = "publications.asp" then response.write("Publications, Developmental Neurobiology Lab, Div. of Intramural Research, NHLBI ") end if if LCase(getFilename) = "contactus.asp" then response.write("Geller Lab Contact, Developmental Neurobiology Lab, Div. of Intramural Research, NHLBI ") end if if LCase(getFilename) = "location.asp" then response.write("Nabel Lab Location") end if if LCase(getFilename) = "imagegallery.asp" then response.write("Geller Lab Images, Developmental Neurobiology Lab, Div. of Intramural Research, NHLBI ") end if if LCase(getFilename) = "favoritejournals.asp" then response.write("Favorite Journals, Developmental Neurobiology Lab, Div. of Intramural Research, NHLBI ") end if if LCase(getFilename) = "macroanalysis.asp" then response.write("Macro Analysis, Developmental Neurobiology Lab, Div. of Intramural Research, NHLBI ") end if if LCase(getFilename) = "labmethods.asp" then response.write("Lab Methods, Developmental Neurobiology Lab, Div. of Intramural Research, NHLBI ") end if %> - NIH <% Dim image_intheLab Dim image_labmembers Dim image_publications Dim image_contactus Dim image_location Dim image_imageGallery Dim image_nabelLabHOme Dim image_favoriteJournals Dim image_labMethods image_intheLab = "arrow_off.gif" image_labmembers = "arrow_off.gif" image_publications = "arrow_off.gif" image_contactus = "arrow_off.gif" image_location = "arrow_off.gif" image_imageGallery = "arrow_off.gif" image_nabelLabHome = "arrow_off.gif" image_favoriteJournals = "arrow_off.gif" image_labMethods = "arrow_off.gif" if LCase(getFilename)= "inthelab.asp" or LCase(getFilename)= "indexns6.asp" then image_intheLab="arrow_on.gif" end if if LCase(getFilename) = "labmembers.asp" then image_labmembers = "arrow_on.gif" end if if LCase(getFilename) = "publications.asp" then image_publications = "arrow_on.gif" end if if LCase(getFilename) = "contactus.asp" then image_contactus = "arrow_on.gif" end if if LCase(getFilename) = "location.asp" then image_location = "arrow_on.gif" end if if LCase(getFilename) = "imagegallery.asp" then image_imageGallery = "arrow_on.gif" end if if LCase(getFilename) = "nabelLabeHome.asp" then image_nabelLabeHome = "arrow_on.gif" end if if LCase(getFilename) = "favoritejournals.asp" then image_favoriteJournals = "arrow_on.gif" end if if LCase(getFilename) = "labmethods.asp" then image_labMethods = "arrow_on.gif" end if %>
Geller Lab Home Jump pass to content National Heart, Lung, and Blood Institute
Developmental Neurobiology
Jump pass to links
[Border] <%if image_inthelab="arrow_on.gif" then%> In the Lab <%end if%> <%if image_labmembers="arrow_on.gif" then%> Lab Members <%end if%> <%if image_publications="arrow_on.gif" then%> Publications <%end if%> <%if image_contactus="arrow_on.gif" then%> Contact Us <%end if%> <%if image_location="arrow_on.gif" then%> Location <%end if%> <%if image_imageGallery="arrow_on.gif" then%> Image Gallery <%end if%> <%if image_nabelLabHome="arrow_on.gif" then%> Geller Lab Home <%end if%> <%if image_favoriteJournals="arrow_on.gif" then%> Favorite Journals <%end if%> <%if image_labMethods="arrow_on.gif" then%> Lab Methods <%end if%>  
Table image of part of Helix NHLBI Home NHLBI Labs    
       
arrow image to point to Nabel Lab splash page<%if image_nabelLabHome="arrow_off.gif" then %><%end if%>[Nabel Lab Home]<%if image_nabelLabHome="arrow_off.gif" then %><%end if%>arrow image to point to in the lab page<%if image_intheLab="arrow_off.gif" then %><%end if%>[In the Lab]<%if image_intheLab="arrow_off.gif" then%><%end if%>arrow image to point to in the lab members page<%if image_labmembers="arrow_off.gif" then %><%end if%>[Lab Members]<%if image_labmembers="arrow_off.gif" then %><%end if%>arrow image to point to publications page<%if image_publications="arrow_off.gif" then %><%end if%>[Publications]<%if image_publications="arrow_off.gif" then %><%end if%>arrow image to point to Contact page<%if image_contactus="arrow_off.gif" then %><%end if%>[Contact Us]<%if image_contactus="arrow_off.gif" then %><%end if%>arrow image to point to lab location page<%if image_location="arrow_off.gif" then %><%end if%>[Location]<%if image_location="arrow_off.gif" then %><%end if%>arrow image to point to Favorite Journals<%if image_favoriteJournals="arrow_off.gif" then %><%end if%>[Favorite Journals]<%if image_favoriteJournals="arrow_off.gif" then %><%end if%> arrow image to point to Lab Methods<%if image_labMethods="arrow_off.gif" then %><%end if%>[Lab Methods]<%if image_labMethods="arrow_off.gif" then %><%end if%>

 

Developmental Neurobiology Section Personnel


Investigators

Dr. Geller

  Dr. Katagiri

Herbert M. Geller

Ph.D., Case Western Reserve

Chief

   

Yasuhiro Katagiri

Ph.D., Tokyo University

Staff Scientist

Postdoctoral Researchers

Panpan Yu, Ph.D., Shanghai Jiaotong University School of Medicine
Jae-Hyuk (John) Yi, Ph.D., University of Montreal
 

Post-Baccalaureate Fellow

Claire Liepmann, B.S., Carleton College, 2009
   
   

 

Distinguished Alumni

  • Frank Baldino, Ph.D., Postdoctoral Fellow, 1979-81; Chairman, Cephalon Corporation, West Chester, PA
  • Sanya Springfield, Ph.D., Postdoctoral Fellow, 1981-1985; Director, Center to Reduce Cancer Health Disparities, National Cancer Institute, NIH, Bethesda, MD.
  • Roseann Ventimiglia, Ph.D., Graduate Fellow, 1984-1987; Director, Publications Management Team Pfizer, Groton, CT
  • Robert E. Petroski,, Ph.D., Graduate Fellow, 1985-1991; Project Manager, Dart Neuroscience , San Diego, CA.
  • Douglas S. F. Ling, Ph.D., Graduate Fellow, 1985-1990; Associate Professor, SUNY Downstate Medical Center, Brooklyn, NY
  • Jeremy P. Grierson, Ph.D., Postdoctoral Fellow, 1986-89, Instructor, 1989-90; Consultant, Paris, France
  • Vanya Quiñones-Jenab, Ph.D., Graduate Fellow, 1988-1992; Associate Professor, Hunter College of CUNY
  • Kevin D. Phelan, Ph.D., Postdoctoral Fellow, 1989-1990; Associate Professor, University of Arkansas For Medical Sciences
  • Smi Choi-Kwon, Ph.D., Postdoctoral Fellow, 1989-1990; Associate Professor, Seoul National University, Korea
  • Michael Saporito, Ph.D., Postdoctoral Fellow, 1989-1991; Vice President of Research, Melior Discovery
  • Maria Marone, Ph.D., Postdoctoral Fellow, 1991-1994; Assistant Professor, Department of Gynecology and Obstetrics, Catholic University Medical School, Rome, Italy
  • G. Stanley Okoye, M.D./Ph.D. Fellow, 1991-1994. Private practice of Opthalmology.
  • Nicholas DiProspero, M.D., Ph.D., Graduate Fellow, 1994-1997; Associate Director, Early Development, Johnson & Johnson, Raritan, NJ
  • Erick J. Morris, Ph.D., Graduate Fellow, 1992-1996, Postdoctoral Fellow, 1996-1998; Postdoctoral Fellow, Harvard University
  • Elizabeth M. Powell, Ph.D., Graduate Fellow, 1993-1996, Postdoctoral Fellow, 1996-1998; Associate Professor, University of Maryland Medical School, Baltimore
  • Sally A. Meiners, Ph.D., Postdoctoral Fellow, 1991-1994, Assistant Professor, 1994-2001; Medical Writer, Piscataway, NJ. 
  • John C. Dreixler, Ph.D., Postdoctoral Fellow, 1996-1998; Assistant Professor, University of Chicago
  • Mary Lynn Mercado, Ph.D., Graduate Fellow, 1998-2002; Senior Medical Writer, Celgene, Summit, NJ
  • Stephane Gross, Ph.D., Postdoctoral Fellow, 2000-2002; Lecturer in Cellular and Molecular Biology, Liverpool John Moores University
  • Alex Romero, Ph.D., Graduate Fellow, 1998-2003; Scientific Director, SciMed, New York
  • Meredith Wagner, B.S., Barnard, Postbaccalaureate IRTA, 2002-2003, M.D., Robert Wood Johnson Medical School, 2008; Anesthesiology Resident, Columbia University Medical Center
  • Keri Vartanian, B.S., University of Arizona, Postbaccalaureate IRTA, 2003-2004, Graduate Student, Biomedical Engineering, Oregon Health & Science University
  • Cerise Elliott, Ph.D., University of Nebraska, Technology Transfer Fellow, 2004-2005, Research Program Analyst, National Institute on Aging.
  • Thomas McCann, B.S., Northeastern University, UGSP Scholar, Postbaccalaureate IRTA, 2005-2006, Medical Student, Robert Wood Johnson Medical School
  • Tracy Laabs, Ph.D., Graduate Fellow, Cambridge University, 2003-2008, S &T Consultant, Strategic Analysis Inc., Arlington, VA.
  • Hang Wang, M. D., Ph.D., Shanxi Medical University, Research Fellow, 2001-2008, Research Biologist, NIH Chemical Genomics Center
  • Thu-Trang Thach, B.S., Baylor University, BRPTUG Scholar, Postbaccalaureate IRTA, 2006-2008, J. William Fulbright Scholar, Council for International Exchange of Scholars.
  • Lizzie Santiago, Ph.D., University of Pittsburgh, IRTA Fellow, 2007-2008, Assistant Professor, West Virginia University School of Engineering.
  • Michael E. Zavaski, B.S., Boston College, Postbaccalaureate IRTA, 2008-2009, Medical Student, University of Connecticut
  • Elisa Gutierrez, B.S., New Mexico State University, BRPTUG Scholar, Postbaccalaureate IRTA, 2008-2009.  Medical Student, Cornell University
  • David Figge, B.S., University of Milwaukee, Postbaccalaureate IRTA, 2009-2010.  MSTP Student, University of Alabama at Birmingham

Last Updated August 10, 2010

Return to Geller Lab Home Page
Table image of part of HelixTable image of Helix

 

Dr. Herbert Geller, Head
Developmental Neurobiology Section, NHLBI, NIH
Building 10, Room 6D18, 10 Center Drive, MSC-1754
Bethesda, MD 20892-1650
Email: gellerh@nhlbi.nih.gov

NHLBI HomeLabs at the NHLBIContact the NHLBIAbout NHLBISearch NHLBI
Table image of Helix

 

 

Accessibility Policy | Privacy Statement
Health Information | Scientific Resources | Research Funding
News and Press Releases | Committees, Meetings, Events | Clinical Guidelines
Studies Seeking Patients | Labs at the NHLBI | Technology Transfer


Logo DHHS
Logo NIH
Logo NHLBI

Partners logo Cardiovascular Health Partners
Healthy People 2010

Please send us your feedback, comments, and questions
by using the appropriate link on the page, Contact the NHLBI.

Note to users of screen readers and other assistive technologies: please report your problems here.