نتایج جستجو برای: wooden lighting

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

Journal: :international journal of architectural engineering and urban planning 0
yousef gorji mahlabani faculty of architecture and urban development, imam khomeini international university mohsen faizi school of architecture and environmental design, iran university of science and technology mehdi khakzand school of architecture and environmental design, iran university of science and technology

it is accepted that the visual comfort in schools depends on the quality of the whole visual environment. this leads to the concern upon the quality and quantity of lighting. currently in iran, in order to calculate energy transfer for public buildings a coefficient is usually used. this coefficient considers the rate of sunlight energy absorption in these kinds of buildings. to increase the de...

ژورنال: طلوع بهداشت یزد 2016
برخورداری‌ فیروزآبادی, ابوالفضل, فیروزی چاهک, علی, قهاری, مهدی, کارگرشورکی, فاطمه,

Introduction: The sense of sight is one of the most vital human senses and help the environment gets most of its information. Whatever one's job is more subtle, more work will be given brightness. Good lighting, increase work efficiency and general physiological effects on people's moods. The relationship between low and high frequency illumination accidents there Methods: This study was con...

Journal: :Animal : an international journal of animal bioscience 2015
S Mudalal M Lorenzi F Soglia C Cavani M Petracci

One of the consequences of intense genetic selection for growth of poultry is the recent appearance of abnormalities in chicken breast muscles, such as white striping (characterised by superficial white striations) and wooden breast (characterised by pale and bulged areas with substantial hardness). The aim of this study was to evaluate the quality traits of chicken fillets affected by white st...

ژورنال: پژوهش هنر 2018
شیشوانی, هاله, مدهوشیان نژاد, محمد,

Use of wooden decoration, have always a special place in traditional and native architecture of Iran. The most applicable of them is Mogharnas with wood, which is often used in the form of a wooden column. Due to the inherent limitations of wood, this type of decoration is seen interior spaces of the buildings. Mlamzaldyn historic mosque in the city of Maragheh is among the buildings in which c...

Journal: :jundishapur journal of health sciences 0
majid hajibabaei department of occupational hygiene, school of health, ahvaz jundishapur university of medical sciences, ahvaz, ir iran; department of occupational hygiene, school of health, ahvaz jundishapur university of medical sciences, ahvaz, ir iran. tel: +98-6113738269, fax: +98-6113738282 samira kord department of occupational hygiene, school of health, ahvaz jundishapur university of medical sciences, ahvaz, ir iran; student research committee, ahvaz jundishapur university of medical sciences, ahvaz, ir iran ezat rasooli department of occupational hygiene, school of health, ahvaz jundishapur university of medical sciences, ahvaz, ir iran; student research committee, ahvaz jundishapur university of medical sciences, ahvaz, ir iran

results the results show the artificial lighting obtained by difference methods of the overall lighting from natural lighting in closed blinds mode equal to 266 lux and night lighting 283.5 lux that they have no significant differences with each other (p = 0.269). as well as the illumination intensity obtained from a standard grid method is 283.5 lux and illumination intensity based on luminair...

Journal: :جنگل و فرآورده های چوب 0
علی بیات کشکولی دانشگاه زابل و دکتری تخصصی تکتم همتی دانشجو محمد شمسیان هیئت علمی

in this study, compressed poplar wood was used to improve the strengths of wooden chairs. these chairs were compared to chairs made from uncompressed poplar wood. wooden chairs were assembled with two types of traditional joints including mortise and tenon and wooden pins joints. the ultimate force was applied from the front to the back of the seat, were recorded according to american library a...

1994
Daniel L. Schmoldt VA Michael Morrone John C. Duke

Wooden pallets are the largest single use of sawn hardwood logs in the USA. Unfortunately, millions of wooden pallets are discarded annually due to damage or because their low cost makes them readily disposable. High quality wooden pallets, on the other hand, promote longevity and re-use. However, building durable pallets requires high quality pallet parts. Because manual grading and sorting of...

Journal: :international journal of advanced biological and biomedical research 2014
mohammad taheri yousef jafari ahangari ahmad heidari ali shamshirsaz

this study was conducted to determine the effects of increasing lighting after peak production on eggs production and hatchable eggs in broiler breeder hubbard f15. in this research we used from 4 growing saloons, that in per saloons were 5250 hubbards broiler breeder hens. in this experiment we used by line design way of glm for analysed data, that we considered the effects of two parameters, ...

Background: Lighting is a basic need for human beings and affects their physical, physiological, and psychological behavior. The required level of lighting for visual performance must be provided in order to ensure health and wellbeing. Students spend much of their time studying in libraries, and thus, sufficient lighting is necessary in libraries. Therefore, the aim of the present study was to...

2005
Yuichi Itoh Tokuo Yamaguchi Yoshifumi Kitamura Fumio Kishino

Young children often build various structures with wooden blocks; structures that are often used for pretend play, subtly improving children’s creativity and imagination. Based on a traditional Japanese wooden block toy, Tsumiki, we propose a novel interactive toy for children, named “TSU.MI.KI”, maintaining the physical assets of wooden blocks and enhancing them with automation. “TSU.MI.KI” co...

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

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

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"; } -->