نتایج جستجو برای: lavender scent

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

2008
G. BUCHBAUER L. JIROVETZ M. FRITZER

In the present study, the percutaneous absorption of the essential oil of lavender from a massage oil was investigated. It was shown that lavender oil penetrates the skin of a male subject. Within five minutes of finishing, the massage traces of linalool (1) and linalyl acetate (2) as the main constituents of lavender oil could be detected in the blood. After 20 minutes, 100 ng/ml for 2 and 121...

Journal: :The Journal of heredity 2003
F Minvielle D Gourichon J-L Monvoisin

The interactions between the effects of three plumage color mutations taken two-by-two (sex-linked recessive roux, autosomal recessive lavender, and autosomal dominant beige) were studied in Japanese quail by producing a total of 121 F(1) and 1118 F(2) quail from the three pure stocks. Three new plumage colors were obtained in F(2) quail: roux-diluted beige, cream, and lavender-diluted beige. T...

2014
Johanna M Gostner Markus Ganzera Kathrin Becker Simon Geisler Sebastian Schroecksnadel Florian Überall Harald Schennach Dietmar Fuchs

BACKGROUND Lavender remedies have been used in traditional medicine because of antimicrobial, anti-inflammatory and mood alleviating effects, but underlying molecular mechanisms are not yet fully elucidated. Recently, studies investigating the effects of lavender oil in the context of psychiatric disorders have indicated potent pharmacological properties. Metabolism of tryptophan by indoleamine...

2013
Yuri Masaoka Miho Takayama Hiroyoshi Yajima Akiko Kawase Nobuari Takakura Ikuo Homma

No previous report has described whether information regarding an odor used in aromatherapy has placebo effects. We investigated whether placebo analgesia was engendered by verbal information regarding the analgesic effects of an odor. Twelve of 24 subjects were provided with the information that a lavender odor would reduce pain (informed), whereas the other 12 subjects were not (not-informed)...

Journal: :Bioscience, biotechnology, and biochemistry 2008
Kuniyoshi Shimizu Mayumi Gyokusen Shingo Kitamura Takahiro Kawabe Tomoaki Kozaki Keita Ishibashi Ryusuke Izumi Wataru Mizunoya Koichiro Ohnuki Ryuichiro Kondo

This study examined the effects of odors on sustained attention during a vigilance task. Two essential oils (lavender and eucalyptus) and two materials (l-menthol and linalyl acetate) were compared with a control. The increase in reaction time was significantly lower with lavender than with the control. The results suggest that the administration of lavender helped to maintain sustained attenti...

2009
ARADHNA KRISHNA MAY O. LWIN MAUREEN MORRIN

Scent research has focused primarily on the effects of ambient scent on consumer evaluations. We focus instead on the effects of product scent on consumer memories. For instance, if a pencil or a facial tissue is imbued with scent (vs. not), recall for the brand’s other attributes increases significantly—with the effects lasting as much as 2 weeks after exposure. We also find that product scent...

2015
Fereshteh Behmanesh Hajar Pasha Ali Asghar Sefidgar Mohsen Taghizadeh Ali Akbar Moghadamnia Hajar Adib Rad Leyla Shirkhani

Background. The treatment of candidiasis infections is an important problem in the health care system. This study aimed to investigate the in vitro effect of lavender essential oil and clotrimazole on isolated C. albicans from vaginal candidiasis. Materials and Methods. In this clinical trial, C. albicans isolated from the vaginal discharge samples was obtained. Results. The pairwise comparison...

2013
Sona Dalilan Mostafa Rezaei-Tavirani Mohammad Nabiuni Saeed Heidari-Keshel Mona Zamanian Azodi Hakimeh Zali

BACKGROUND There are several types of cancer, which cause millions of deaths worldwide every year. Many studies have confirmed that plants are adequate natural sources to be examined as anti-cancer drugs with fewer side effects than chemotherapy and radiotherapy. In this study the anti-cancer properties of Lavender aqueous extract on lymphocytes derived from patients with Hodgkin's lymphoma has...

2013
Renata PRUSINOWSKA Krzysztof ŚMIGIELSKI Alina KUNICKA-STYCZYŃSKA

Qualitative and quantitative chemical composition, activity against bacteria, yeasts and moulds and antioxidant activity of two variants (HV400 and HV3200) of hydrolates from dried lavender flowers (Lavandula angustifolia) were determined. The main chemical compounds were linalool (39.2% HV400, 29.0% HV3200), α-terpineol (7.1% HV400, 12.7% HV3200), borneol (4.8% HV400, 9.3% HV3200) and terpinen...

2011
Michael H. FERKIN Nicholas J. HOBBS Benjamin D. FERKIN Adam C. FERKIN Daniel A. FERKIN

Previous studies have shown that individuals responded preferentially to the mark of the top-scent donor relative to that of the bottom-scent donor of an over-mark. However, terrestrial mammals are likely to encounter over-marks consisting of the scent marks of more than two same-sex conspecifics in the intersections of runways, near the nests of sexually receptive female conspecifics, and insi...

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

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

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