نتایج جستجو برای: loblolly pine plantations

تعداد نتایج: 23421  

2004
W. McMillin

In tests with Pinus taeda L., most properties of wet. formed hardboard were improved by using fiber refined from wood having short, slender tracheids with thin walls. A theoretical analysIs suggested that the fibers fail in bending while under stress induced by the pressing operation. Such bending failures improve conditions for hydrogen bonding, thus improving board properties. Trachelds havmg...

Journal: :Tree physiology 2006
Jaroslaw Nowak Alexander L Friend

In response to concerns about aluminum and HCl exposure associated with rocket motor testing and launches, survival and growth of full-sib families of loblolly pine (Pinus taeda L.) and slash pine (Pinus elliottii Engelm.) were evaluated in a nursery bed experiment. Each species was exposed to a single soil application of aluminum chloride (0.33 M AlCl(3), pH 2.5), hydrochloric acid (0.39 M HCl...

2016
Don C. Bragg

This study provides a preliminary assessment of 4 compartments on the Crossett Experimental Forest (CEF) being restored to old-growth-like conditions. After being partially cleared for agriculture or lumbered in the late 1910s, Compartments 1, 2, 11, and 12 were included in a combination of pulpwood-thinning and uneven-aged cutting-cycle studies for the next 50 y. Today, these compartments are ...

2000
James P. Barnett Stanley L. Krugman

Loblolly pine (Pinus taeda L.) is the species most frequently used for reforestation in the Southern United States; in fact, over 1 billion loblolly pine seedlings are produced each year for planting (McDonald and Krugman 1985). This has lead to a great deal of interest in any treatment that may have a potential to improve the survival and -early growth of this tree species. In the early 1970’s...

2006
S. W. Fraedrich F. H. Tainter

Fraedrich, S. W., and Tainter, F. H. 1989. Effect of dissolved oxygen concentration on the relative susceptibility of shortleaf and loblolly pine root tips to Phytophthora cinnamomi. Phytopathology 79:1114-1118. Exposure of shortleaf and loblolly pine lateral roots to oxygen tion had no subsequent effect on root susceptibility to infection or the concentrations of 0-0.25 mg/ L for durations of ...

2005
Alexander Clark Lewis Jordan

The length of juvenility or number of years a tree produces juvenile wood at a fixed height can be defined by the age of the wood at which properties change from juvenile to mature wood. This paper estimates the age of transition from juvenile to mature wood based on ring specific gravity (SG), proportion of annual ring in latewood, and ring average microfibril angle (MFA). The threshold method...

2005
RICHARD R. SCHAEFER

Sexual divergence in foraging behavior exhibited by red-cockaded woodpeckers (Picoides borealis) should reduce intersexual competition for foraging sites. Males tend to forage at greater heights and on smaller stem diameters than females. It is well known that red-cockaded woodpeckers have an aversion to a well-developed stratum of midstory vegetation. Foraging areas with increased midstory veg...

Journal: :Frontiers in forests and global change 2023

Industrial hemp ( Cannabis sativa L. <0.3% THC), a non-psychoactive chemotype of cannabis, was reclassified and made legal for growing across the United States under 2018 Farm Bill. Given that resources, knowledge, interest this novel crop are expanding rapidly, we explored possibility intercropping industrial fiber with loblolly pine Pinus taeda ) plantations, one most commercially wide...

2016
B. L. Strom J. R. Meeker J. Bishir J. H. Roberds X. Wan

Pine stand density is a key determinant of damage resulting from attacks by the southern pine beetle (SPB, Dendroctonus frontalis Zimm.). High-density stands of maturing loblolly pine (Pinus taeda L.) are at high risk for losses to SPB, and reducing stand density is the primary tool available to forest managers for preventing and mitigating damage. Field studies are expensive and inflexible for...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->