Center for Bottomland Hardwoods Research Logo
[Images] Photos illustrating the types of work we do

Quick Picks

CBHR... Publications | Presentations | Photos | Posters

CBHR Teams...
Regeneration & Reproductive Biology
Stand Management & Forest Health
Ecology of Aquatic & Terrestrial Fauna
Ecological Processes & Restoration

Subjects... Aquatic Ecology | Dendrochronology | Entomology | Forestry | Hydrology | Plant Ecology | Plant Pathology | Wildlife Ecology

Staff Contact Info

Copyright logo for el Grupo Ceruleoel Grupo Cerúleo


Publication Search*





* Treesearch (peer-reviewed publications only)

For other publication options, see CBHR Publications.


Logos for USDA, FS, SRS

Research Overview

The Center for Bottomland Hardwoods Research (CBHR) was established in 1996. The organization is a step forward built on the solid foundation of over 40 years of research. Four research units located at the Southern Hardwoods Lab, Stoneville; Forest Hydrology Lab, Oxford; and the Seed Biology Lab, Starkville have merged to function as a research center with a common mission focus. Additional research staff are located at the Alexandria Forestry Center, Pineville, LA.

Our mission: To provide the scientific basis to manage southern bottomland hardwood and wetland forests and associated stream ecosystems for a sustained yield of forest products and other desired values.

Scientists at the Center are organized into four teams; each team is assigned to a broad problem area, a grouping of related research problems. One or several scientists are responsible for designing and carrying out research studies that seek to solve problems or overcome limitations to our knowledge.

Our Research Work Unit Description includes the following problem areas:

CBHR scientists are also researching early detection and dispersal mechanisms of the oak wilt fungus in order to control oak wilt in live oaks [Mission Problem].

The Center continues to support hydrology and aquatic ecology research in upland forests of the Mid-South, particularly the Ouachita Ecosystem Management Project in Arkansas.

For more detailed information about our emphasis areas and current projects, please visit our Research Team links. A copy of our research work unit description is available for download in .pdf format.


MM_XSLTransform error.
Transformation Error.
XSLTProcessor::transformToDoc() [xsltprocessor.transformtodoc]: runtime error: file /u2/www/srs/cbhr/research/ line 28 element if
XSLTProcessor::transformToDoc() [xsltprocessor.transformtodoc]: Variable 'indx' has not been declared. in file ../local-resources/xsltfrags/CBHRPubTitles_10.xsl
<?xml version="1.0" encoding="iso-8859-1"?><!-- DWXMLSource="http://www.srs.fs.usda.gov/cbhr/pubs/srs4155_2006.xml" -->
<!DOCTYPE xsl:stylesheet  [
	<!ENTITY nbsp   "&#160;">
	<!ENTITY copy   "&#169;">
	<!ENTITY reg    "&#174;">
	<!ENTITY trade  "&#8482;">
	<!ENTITY mdash  "&#8212;">
	<!ENTITY ldquo  "&#8220;">
	<!ENTITY rdquo  "&#8221;"> 
	<!ENTITY pound  "&#163;">
	<!ENTITY yen    "&#165;">
	<!ENTITY euro   "&#8364;">
]>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="iso-8859-1"/>
<xsl:template match="/">

	<p class="topic">Recent CBHR Publications</p>
    <xsl:call-template name="loop">
	  <xsl:with-param name="indx" select="1"/>
	  <xsl:with-param name="count" select="20"/>
	</xsl:call-template>
	<p class="more"><a href="/cbhr/pubs/srs4155_2006.xml" target="cbhrpubs">More 2006 pubs...</a></p>
</xsl:template>

<xsl:template name="loop">

	<xsl:if test="$indx &lt; $count">
	   <xsl:for-each select="XML/RECORDS/RECORD[$indx]">
	   	  <xsl:variable name="TitleRef"><xsl:value-of select="./URL"/></xsl:variable>
				  <xsl:choose>
<!--				  		<xsl:when test="string-length($TitleRef)=0"><p class="qptext"><xsl:value-of select="./TITLE"/></p></xsl:when> -->
				  		<xsl:when test="string-length($TitleRef)=0"></xsl:when>
						<xsl:when test="string-length($TitleRef)>0">
							<p class="qptext">
								<a href="{$TitleRef}" target="cbhrpubs">
								   <xsl:value-of select="./TITLE"/>
								</a>
							</p>
						</xsl:when>
				  </xsl:choose>
	<!--		<p class="qptext"><a href="{URL}"  target="cbhrpubs"><xsl:value-of select="./TITLE"/></a></p>  -->
 	
       </xsl:for-each>
		
		<xsl:call-template name="loop">
		  <xsl:with-param name="count" select="$count"/>
		  <xsl:with-param name="indx" select="$indx+1"/>
		</xsl:call-template>
	</xsl:if>	

</xsl:template>
</xsl:stylesheet>