نتایج جستجو برای: pollen allergen exposure

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

Journal: :European annals of allergy and clinical immunology 2017
G Ciprandi E Scala R Ariano

Summary Introduction. Phleum pratense (Timothy grass) is the most frequent cause of grass allergy in Europe. Molecular-based allergy diagnostics have been recently introduced in the clinical practice, allowing to define and characterize exactly the sensitization profile. Aim of the study. The present study was aimed to investigate the possible relationships between Graminaceae pollen data and t...

Journal: :Journal of immunology 2014
Kazufumi Matsushita Tomohiro Yoshimoto

Allergen-specific IgE is linked to asthma pathogenesis, but the underlying mechanisms of IgE production in response to allergen exposure are poorly understood. In this article, we show that B cell-intrinsic MyD88 is essential for IgE/IgG1 production evoked by ragweed pollen instilled into lungs. MyD88-deficient mice showed defective IgE/IgG1 production and germinal center responses to lung inst...

2015
Jin Zhang Li-Shuan Wu Wei Fan Xiao-Ling Zhang Hui-Xia Jia Yu Li Ya-Fang Yin Jian-Jun Hu Meng-Zhu Lu

Proteomic analysis was used to generate a map of Populus deltoides CL. "2KEN8" mature pollen proteins. By applying 2-D electrophoresis, we resolved 403 protein spots from mature pollen. Using the matrix-assisted laser desorption/ionization time time-of-flight/time-of-flight tandem mass spectrometry method, we identified 178 distinct proteins from 218 protein spots expressed in mature pollen. Mo...

Journal: :Thorax 2006
C S Murray G Poletti T Kebadze J Morris A Woodcock S L Johnston A Custovic

BACKGROUND Asthma exacerbation is the most common cause of hospital admission in children. A study was undertaken to investigate the importance of allergen exposure in sensitised individuals in combination with viral infections and other potentially modifiable risk factors precipitating asthma hospital admission in children. METHODS Eighty four children aged 3-17 years admitted to hospital ov...

Journal: :European annals of allergy and clinical immunology 2013
F Borghesan G Mistrello S Amato M G Giuffrida D Villalta R Asero

BACKGROUND The cross-reactive allergen responsible for the so called "mugwort-celery-spice-syndrome", a pollen-food allergy that occurs in a minority of mugwort pollen-allergic patients, is still undefined. OBJECTIVE To identify the allergen responsible for the cross-reactivity between mugwort pollen and plant-derived foods. METHODS The serum from one index patient with both fennel and mugw...

Journal: :The Journal of allergy and clinical immunology 1999
D Heederik K M Venables P Malmberg A Hollander A S Karlsson A Renström G Doekes M Nieuwenhijsen S Gordon

BACKGROUND Recent studies in a few industries have shown that the likelihood of IgE-mediated sensitization increases with increasing exposure. The shape of the exposure-response relationships and modification by age, sex, and smoking habit has hardly been studied. OBJECTIVE The purpose of this study was to determine exposure sensitization relationships for rat sensitization and to evaluate th...

2012
Elisabeth Hoflehner Karin Hufnagl Irma Schabussova Joanna Jasinska Karin Hoffmann-Sommergruber Barbara Bohle Rick M. Maizels Ursula Wiedermann

BACKGROUND Among birch pollen allergic patients up to 70% develop allergic reactions to Bet v 1-homologue food allergens such as Api g 1 (celery) or Dau c 1 (carrot), termed as birch pollen-related food allergy. In most cases, specific immunotherapy with birch pollen extracts does not reduce allergic symptoms to the homologue food allergens. We therefore genetically engineered a multi-allergen ...

2015
J. Eckl‐Dorna R. Campana R. Valenta V. Niederberger

BACKGROUND The adaptive immunity underlying allergy comprises two components, the allergen-specific antibody (i.e. IgE, IgG) and the T-cell response. These two components are responsible for different disease manifestations and can be targeted by different therapeutic approaches. Here, we investigated the association of allergen-specific antibody and T- as well as B-cell responses in pollen-all...

A.R Varasteh M Fereidouni M Sankian

Iran is the main producer of Saffron in the world and a great number of Khorasan (the largest province of Iran) are involved in growing this plant. Recently, saffron pollen has found great importance due to inducing allergic reactions. In this study, the prevalence and clinical symptoms of saffron pollen allergy and specific IgE level in saffron workers have been studied. For this purpose, 167 ...

2014
Mariana Vieru Florin-Dan Popescu Adriana Tudose Nicolae Dumitrescu

Methods We evaluated subjects from Southern Romania, a Central European region with temperate continental climate with submediterranean and humid subtropical influences, where sensitization to Betulaceae pollen is less important in pollinosis compared with that to grass or weed pollen. We selected adult patients from the region of sylvosteppe with low density forests dominated by deciduous spec...

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

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

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