نتایج جستجو برای: antitubercular drugs

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

2016
Sisir Nandi

Tuberculosis was declared as a global pandemic and panic because the causative Mycobacterium tuberculosis can kill an incredible number of individuals which formulate a major obstacle to social and economic development of the country. Most of the developing countries are affected by tuberculosis. Antitubercular therapy involves the use of Directly Observed Therapy Short (DOTS) course for 6-9 mo...

Journal: :Indian journal of physiology and pharmacology 2004
Mudgal Anantrao Kothekar Razvi Syed Ubaid Jugalkishor Bhavarlal Jaju Md Mateenuddin

Blood samples of animals from groups I and II were taken for liver function tests by cardiac puncture under ether anaesthesia Hepatotoxicity due to antitubercular drugs is found to be mediated through oxidative stress and free radical damage to hepatocytes (1, 2, 3). The antioxidants α-tocopherol and selenium are known exert beneficial effect in antitubercular drugs induced hepatotoxicity (4, 5...

Journal: :The Journal of antimicrobial chemotherapy 2003
Qurrat-ul-Ain Sadhna Sharma G K Khuller S K Garg

Alginate microparticles were developed as oral sustained delivery carriers for antitubercular drugs in order to improve patient compliance. In the present study, pharmacokinetics and therapeutic effects of alginate microparticle encapsulated antitubercular drugs, i.e. isoniazid, rifampicin and pyrazinamide were examined in guinea pigs. Alginate microparticles containing antitubercular drugs wer...

Journal: :Indian pediatrics 2008
Rakesh Lodha P Ramesh Menon S K Kabra

The Revised National Tuberculosis Control Program (RNTCP) has initiated provision of antitubercular therapy for children with strategy of patient-wise boxes for the 4 different weight bands (6- 10 kg; 11- 17 kg; 18- 25 kg; 26- 30 kg). We evaluated the dose of individual drugs delivered by this approach to children of varying weights. The following areas of concern were identified: underdosing o...

2014
Mohammad Asif

Triazole is a five member heterocyclic nucleus has attracted a wide consideration in exploration for the new remedial agents. This nucleus acts very important role in biological fields for various biologically active molecules. The chemistry of triazole compounds has expected considerable interest due to their synthetic and effective biological properties likes analgesic, antinflammatory, antio...

Journal: :Biochemistry & Pharmacology: Open Access 2014

2016
Sidhartha S Kar Varadaraj Bhat G Praveen PN Rao Vishnu P Shenoy Indira Bairy G Gautham Shenoy

A series of triclosan mimic diphenyl ether derivatives have been synthesized and evaluated for their in vitro antitubercular activity against Mycobacterium tuberculosis H37Rv. The binding mode of the compounds at the active site of enoyl-acyl carrier protein reductase of M. tuberculosis has been explored. Among them, compound 10b was found to possess antitubercular activity (minimum inhibitory ...

2014
Uttam. A More S. D Joshi V. H. Kulkarni

Pursuing our search program for new antitubercular drugs we decided to explore the potentiality of pyrrole moiety by molecular modeling and synthesizing novel pyrrole Schiff bases analogues of phthivazid. Enoyl-acyl carrier protein reductase catalyzes the last rate-limiting step in the elongation cycle of the fatty-acid biosynthesis pathway and has been validated as a potential antitubercular d...

Bangalore Nandha Kishore Bhat, Laxmivenkatesh Gurachar Nargund Shachindra Nargund,

Keeping in view the drawbacks associated with research on anti-TB drugs based on plant extracts and the non-availability of fluorinated natural products with antitubercular activity has prompted us to make an effort towards the synthesis and characterization of a novel series of fifteen substituted fluorobenzimidazoles. The newly synthesized compounds were characterized by I.R, 1H-NMR, 13C-NMR,...

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

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

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