<% 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 Section
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%>

 

Geller Laboratory Publications

Recent Submissions

Kelly, T.-A. N., Katagiri, Y., Vartanian, K. B., Chen, I. I., Kumar, P., Rosoff, W. J.,  Urbach, J. S .Geller, H. M. Localized alteration of microtubule polymerization in response to guidance cues, J. Neurosci. Res., in press. 

Selected Published Papers

Krsko, P., McCann, T. E., Thach, T.-T., Laabs, T. L., Geller, H. M. and Libera, M., Length-scale mediated adhesion and directed growth of neural cells by surface-patterned poly(ethylene glycol) hydrogels, Biomaterials, 30:721-9, 2009.  Click here for Full Text

Wang, H., Katagiri, Y., McCann, T., Unsworth, E., Goldsmith, P., Yu, Z.-X., Tan, F, Mills, E. M., Wang, Y., Symes, A. J. and Geller, H. M.  A sulfation code in chondroitin sulfate proteoglycans regulates axonal guidance and growth, J. Cell. Sci. 121:3083-3091, 2008.  Click Here for Article

Lee, C.-T., Chen, J., Hayashi, T., Tsai, S.-Y., Sanchez, J. F., Errico, S. L., Amable, R., Su, T.-P., Shen, J., Becker, K. G., Geller, H. M. and Freed W. J. A mechanism responsible for the inhibition of neural progenitor cell proliferation by cocaine, PloS Medicine 5:987-1003, 2008.  Click Here for Article

Laabs, T.,  Wang, H., McCann, T., Katagiri, Y., Fawcett, J. W . and Geller, H. M. Inhibiting GAG chain polymerization decreases the inhibitory activity of astrocyte-derived chondroitin sulfate proteoglycans, J. Neurosci. 27:14494-14501,  2007 Click Here for Abstract

Zhang, Y., Qu, D., Morris, E. J., O'Hare M. J., Callaghan, S. M., Slack, R. S., Geller, H. M., Park, D. S. The Chk1/Cdc25A pathway as activators of the cell cycle in neuronal death induced by camptothecin. J. Neurosci. 26:8819-8828, 2006 Click Here for Abstract

Carulli, D., Laabs, T.,Geller, H. M. and Fawcett, J. W. Chondroitin sulfate proteoglycans in neural development and regeneration. Curr. Opin. Neurobiol., 15:116-120, 2005.  Click Here for Abstract

Properzi, F., Carulli, D., Asher, R. A.,, Muir, E., Camargo, L. M., van Kuppevelt, T. H., Ten Dam, G. B., Furukawa, Y., Mikami, T., Sugahara, K., Toida, T., Geller, H. M., Fawcett, J. W. Chondroitin 6-sulphate synthesis is up-regulated in injured CNS, induced by injury-related cytokines and enhanced in axon-growth inhibitory glia. Eur. J. Neurosci. 21:378-390, 2005.  Click Here for Abstract

Adcock, K H. , Brown, D. J., Shearer, M. C., Shewan, D., Schachner, M,, Smith, G. M., Geller, H. M., Fawcett, J. W. Axon behaviour at Schwann cell - astrocyte boundaries: manipulation of axon signalling pathways and the neural adhesion molecule L1 can enable axons to cross. Eur. J. Neurosci. 20:1425-35, 2004.  Click Here for Abstract

Romero, A. A., Gross, S. R., Cheng, K.-Y., Goldsmith, N. K. and Geller, H. M., An age-related increase resistance to DNA damage-induced apoptotic cell death is associated with development of DNA repair mechanisms, J. Neurochem, 84:1275-87, 2003 . Click Here for Abstract

Geller, H. M. and Fawcett, J. W. Building a bridge: Engineering spinal cord repair, Exptl. Neurol., 174:125-36, 2002. Click Here for Abstract

Geller, H. M., Cheng, K.-Y.,, Goldsmith, N. K., Romero, A. A., Zhang, A., Morris, E. J. and Grandison, L.Oxidative stress mediates DNA damage and neuronal apoptosis in response to cytosine arabinoside, J. Neurochem, 78:265-275, 2001.  Click Here for Abstract

Powell, E. M, Mercado, M. L. T., Calle-Patino, Y. A. and Geller, H. M. Protein kinase C mediates neurite guidance at an astrocyte boundary, Glia, 33:288-297, 2001. Click Here for Abstract

Meiners, S., Mercado, M. L. T. and Geller, H. M. The multi-domain structure of extracellular matrix molecules: implications for nervous system regeneration, Prog. Brain Res., 128:23-31, 2000. Click Here for Abstract

Park, D. S., Morris, E. J., Bremner, R., Keramaris, E., Padmanabhan, J., Rosenbaum, M., Shelanski, M. L., Geller, H. M., and Greene, L. A. Involvement of retinoblastoma family members and E2F/DP1 complexes in death of neurons evoked by DNA damage, J. Neurosci, 20:3104-3114, 2000.  Click Here for Abstract

Fidler, P. S., Schuette, K., Thornton, S. R., Asher, R. A., Dobbertin, A., Thornton, S.  R., Calle-Patino, Y., Muir, E.. Levine, J. M., Geller, H. M., Rogers, J. H. , Faissner, A., and Fawcett, J. W. Comparing astrocytic cell lines that are inhibitory or permissive for axon growth: The major axon-inhibitory proteoglycan is NG2, J. Neurosci., 19:8778-8788, 1999.Click Here for Abstract

Meiners, S., Mercado, M. L. T.,  Nur-e-Kamal, M. S. and Geller, H. M.  Tenascin-C contains domains that independently regulate neurite outgrowth and neurite guidance, J. Neurosci., 19:8443-8453, 1999. Click Here for Abstract

Meiners, S., Powell, E. M. and Geller, H. M Neurite outgrowth promotion by the alternatively spliced region of tenascin-C is influenced by cell-type specific binding, Matrix Biology, 18:75-87, 1999. Click Here for Abstract

Powell, E. M. and Geller, H. M. A dissection of astrocyte-mediated cues in neuronal guidance and process extension, Glia, 26:73-83, 1999. Click Here for Abstract

Comet ImageMorris, E. J., Dreixler, J.V.,  Cheng, Ke-Yi, Wilson, P. M., Gin, R. M and Geller, H. M. An optimization of single cell gel electrophoresis (SCGE) for quantitative analysis of neuronal DNA damage, BioTechniques, 26:282-289, 1999.Click Here for Abstract
Click Here for Macro and Sample Comets

Di Prospero, N. A., Zhou, X.-R., Meiners, S., McAuliffe, W.G., Ho, S.-Y. and Geller, H. M. Suramin disrupts the gliotic response following a stab wound injury to the adult rat brain. J. Neurocytol., 27:491-506, 1998.Click Here for Abstract

Park, D. S., Morris, E. J., Padmanabhan, J., Shelanski, M. L., Geller, H. M., and Greene, L. A.  Cyclin-dependent kinases participate in death of neurons evoked by DNA damaging agents, J.  Cell Biol., 143:457-467, 1998.  Click Here for Abstract

Fawcett, J. W. and Geller, H. M.  Research News: Regeneration in the CNS: optimism mounts.  Trends.  Neurosci., 21:179-180, 1998.Click Here for Abstract

Park, D. S., Morris, E. J., Stefanis, L., Troy, C.M., Shelanski, M.L., Geller, H. M. and Greene, L. A. Multiple pathways of neuronal death induced by DNA-damaging agents. NGF deprivation, and oxidative stress, J. Neurosci., 18:830-840, 1998. Click Here for Abstract

Truckenmiller, M. E., Tornatore, C., Wright, R. D., Dillon-Carter, O., Meiners, S., Geller, H. M., Freed, W. J. A truncated SV40 large T antigen lacking the p53 binding domain overcomes p53-induced growth arrest and immortalizes primary mesencephalic cells. Cell. Tiss. Res., 291:175-189, 1998. Click Here for Abstract

Diprospero, N. A., Meiners, S., and Geller, H. M. Inflammatory cytokines interact to modulate extracellular matrix and astrocytic support of neurite outgrowth. Exptl. Neurol., 148:628-639, 1997. Click Here for Abstract 

Meiners, S. and Geller, H. M. Long and short splice variants of human tenascin differentially regulate neurite outgrowth. Mol. Cell. Neurosci., 10:100-116, 1997. Click Here for Abstract

Powell, E. M., Fawcett, J. W. and Geller, H. M. Neurite guidance by astrocyte proteoglycans. Mol. Cell. Neurosci., 10:27-42, 1997. Click Here for Abstract

Powell, E. M., Meiners, S., Di Prospero, N. A., and Geller, H. M. Mechanisms of astrocyte directed neurite guidance. Cell Tiss. Res., 290:385-393, 1997.Click Here for Abstract

Park, D. S., Morris, E. J., Greene, L. A. and Geller, H. M. G1/S cell cycle blockers and inhibitors of cyclin dependent kinases suppress camptothecin-induced neuronal apoptosis. J. Neurosci., 17:1256-1270, 1997. Click Here for Abstract

Morris, E. J. and Geller, H. M. Induction of neuronal apoptosis by camptothecin, an inhibitor of DNA topoisomerase-I: Evidence for cell-cycle independent toxicity. J. Cell Biol., 134:757-770, 1996. Click Here for Abstract

Zhang, X., Phelan, K. D. and Geller, H. M. A novel tetrodotoxin-resistant sodium current from an immortalized neuroepithelial cell line. J. Physiol., 490:17-29, 1996. Click Here for Abstract

Okoye, G. S. and Geller, H. M. Migration of A7 Immortalized astrocytic cells grafted into the adult rat striatum. J. Comp. Neurol., 362:524-534, 1995. Click Here for Abstract

Marone, M., Quiñones-Jenab, V., Meiners, S., Nowakowski, R. S., Ho, S.-Y. and Geller, H. M. An immortalized mouse hypothalamic cell line with neuronal and glial phenotypes. Dev. Neurosci., 17:311-323, 1995. Click Here for Abstract

Meiners, S., Powell, E. M. and Geller, H. M. A distinct subset of tenascin/CS-6-PG-rich astrocytes restricts neuronal growth in vitro. J. Neurosci., 15:8096-8108, 1995. Click Here for Abstract

Basma, A., Morris, E. J., Nicklas, W. J. and Geller, H. M. L-DOPA toxicity to PC12 cells in culture is via its autoxidation. J. Neurochem., 64:825-832, 1995. Click Here for Abstract

Petroski, R. E. and Geller, H. M. Selective labelling of cultured embryonic neurons on astrocytes with 5(6) carboxyfluorescein diacetate (CFDA). J. Neurosci. Meth., 52:23-30, 1994. Click Here for Abstract

Okoye, G. S., Freed, W. J. and Geller, H. M. Short-term immunosuppression enhances the survival of intracerebral grafts of A7-immortalized glial cells. Exptl. Neurol., 128:191-201, 1994.Click Here for Abstract

Smith-Thomas, L. C., Fok-Seang, J., Stevens, J., Du, J.-S., Muir, E., Faissner, A., Geller, H. M., Rogers, J. H. and Fawcett, J. W. An inhibitor of neurite outgrowth produced by astrocytes. J. Cell Sci., 107:1687-1695, 1994. Click Here for Abstract

Meiners, S., Marone, M., Rittenhouse, J. L. and Geller, H. M. Regulation of astrocytic tenascin by basic fibroblast growth factor. Dev. Biol., 179:480-493, 1993. Click Here for Abstract

Nicklas, W. J., Saporito, M. S., Basma, A., Geller, H. M. and Heikkila, R. E. Mitochondrial mechanisms of neurotoxicity. Ann. N.Y. Acad Sci., 648:28-36, 1992. Click Here for Abstract

Saporito, M. S., Youngster, S. K., Heikkila, R. E., Geller, H. M. and Nicklas, W. J. Dopaminergic neurotoxicity of 1-methyl-4-phenylpyridinium analogs in cultured neurons: relationship of dopamine uptake affinity and inhibition of mitochondrial respiration. J. Pharmacol. Expt'l. Thera., 260:1400-1409, 1992. Click Here for Abstract

Grierson, J. P., Petroski, R. E., O'Connell, S. M. and Geller, H. M. Calcium homeostasis in dissociated embryonic neurons: a flow cytometric analysis. J. Neurophysiol., 67:704-714, 1992. Click Here for Abstract

Basma, A. N., Heikkila, R. E., Saporito, M. S., Geller, H. M. and Nicklas, W. J. 1-methyl-4-(2' ethylphenyl)-1,2,3,6-tetrahydropyridine-induced toxicity in PC12 cells is enhanced by preventing glycolysis. J. Neurochem., 58:1052-1059, 1992. Click Here for Abstract

Return to Geller Lab Home Page


Table image of part of HelixTable image of Helix

 

Dr. Herbert Geller, Chief
Developmental Neurobiology Section, NHLBI, NIH
Building 10, Room 6D18, 10 Center Drive, MSC-1754
Bethesda, MD 20892
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.