نتایج جستجو برای: trigonella persica

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

2017
Asha Kumari Asish K. Parida Jaykumar Rangani Ashok Panda

Salvadora persica is a medicinally important plant mainly used in oral hygiene. However, little attention has been given towards the nutritional prominence of this plant. This study encloses the proximate and mineral nutrient contents, amino acid composition, metabolite profiling and antioxidant potential of S. persica fruit. The ripen fruit contained substantial amount of sugars, mineral nutri...

2016
Sandra Schwarzer Evelyn Overzier Walter Hermanns Gad Baneth Reinhard K. Straubinger Melissa J. Caimano

Borrelia persica, a bacterium transmitted by the soft tick Ornithodoros tholozani, causes tick-borne relapsing fever in humans in the Middle East, Central Asia and the Indian peninsula. Immunocompetent C3H/HeOuJ mice were infected intradermally with B. persica at varying doses: 1 x 10(6), 1 x 10(4), 1 x 10(2) and 4 x 10(0) spirochetes/mouse. Subsequently, blood samples were collected and screen...

2016
Fatima Al-Ansari Taoufik Ksiksi

The present investigation attempted to assess the impact of seed pre-treatments on the germination of Crotalaria persica (Burm. f.) Merr and Tephrosia apollinea (L) Pers. Equally important was our investigation to quantitatively compare different germination parameters used for seed germination studies. The results showed that the final germination was highest for both species under chipping (C...

2011
J Rafinejad N Choubdar MA Oshaghi N Piazak T Satvat F Mohtarami A Barmaki

BACKGROUND Relapsing fever caused by Borrelia persica, is an acute tick-borne disease which is transmitted by soft ticks of Ornithodoros tholozani to human. METHODS Value of PCR and xenodiagnosis for detection of B. persica in O. tholozani ticks was compared. Sixty-four Borrelia-free ticks were fed on infected guinea pigs and used for the experiments. For xenodiagnosis, a group of 32 ticks in...

2016
Abdel-Azeem S. Abdel-Baki Esam Almalki Lamjed Mansour Saleh Al-Quarishy

It has been known that Arak, Salvadora persica, has a number of medicinal properties. We tried to investigate in vitro scolicidal effect of root extracts of this plant against protoscolices from hydatid cysts of Echinococcus granulosus. Protoscolices were aseptically collected from sheep livers containing hydatid cysts. S. persica root extract was used in 10, 30, and 50 mg/ml concentration for ...

2016

Trigonella foenum-graecum (Fabaceae) is a medicinal plant. It is traditionally used in the treatment and prevention of several ailments. Pharmacological investigations showed anti-bacterial, anti-diabetic, anticancer, anti-diarrheal, anti-inflammatory activities. Phytochemical analysis showed the presence of quinone, flavones, flavonoids, phenols, tannins, terpenoids, lactones, alkaloids and po...

2016
M. S. Wagh S. P. Dakhore P. S. Agrawal L. J. Paliwal

Thiosemicarbazides have found to contain antimicrobial, antiviral activities against various virus, bacteria and fungi strains. The objective of the study was to study the seed germination and physiological maturity stage of Trigonella foenum graecum and Brassica (L.). The effect of various concentrations of 1γ picolinoyl-4-phenyl Thiosemicarbazides on mitotic Indices in root tip cell in Trigon...

2011
J Rafinejad N Choubdar F Mohtarami A Barmaki

Background: Relapsing fever caused by Borrelia persica, is an acute tick-borne disease which is transmitted by soft ticks of Ornithodoros tholozani to human. Methods: Value of PCR and xenodiagnosis for detection of B. persica in O. tholozani ticks was compared. Sixty-four Borrelia-free ticks were fed on infected guinea pigs and used for the experiments. For xenodiagnosis, a group of 32 ticks in...

2015
Mehdi Akbartabar Toori Behzad Joodi Heibatollah Sadeghi Hossein Sadeghi Mehrzad Jafari Mohammad Sharif Talebianpoor Foad Mehraban Mostafa Mostafazadeh Mehdi Ghavamizadeh

OBJECTIVE To evaluate the hepatoprotective properties of Otostegia persica (O. persica) ethanol extract on carbon tetrachloride-induced liver damage in rats. MATERIALS AND METHODS Fifty adult male Wistar rats were randomly divided into five groups. Group I served as normal control and was given only olive oil intraperitoneally (i.p.). Group II, III, IV, and V were administered CCl4 mixed with...

2003
KELLY P. STEELE MARTIN F. WOJCIECHOWSKI

Tribes Trifolieae and Vicieae along with Cicereae and Galega (Galegeae) form a monophyletic group that has been designated informally as the “vicioid clade”. There is good support from analyses of various molecular data for the clade itself, but relationships of genera within the clade are not fully understood nor has monophyly of the tribes and genera been fully tested. Sequences of the plasti...

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

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

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