نتایج جستجو برای: metacyclic

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

ژورنال: پوست و زیبایی 2012
اسکندری, ابراهیم, خامسی‌پور, علی, زرین‌کار, فرزانه, فلاح, اسماعیل, میرامین‌محمدی, اکرم, ناطقی‌رستمی, محمود,

Background and Aim: Leishmanization (LZ) is an effective tool to prevent cutaneous leishmaniasis. Standardization of Leishmania is the main drawback of LZ. The aim of this study was to assess the effect of various preservatives on the infectivity of Leishmania.Methods: L.major harvested at different stages of growth logarithmic, early and late stationary phases were frozen using various pr...

2006
Gareth Jones Jin Ho Kwak

In this paper, a classification of the regular embeddings of Kn,n, where n = 2e is a power of two, is completed. The number of such regular maps is one or two for e = 1, 2, respectively. For e ≥ 3 there are 2e−2 + 4 regular embeddings of K2e,2e . The method is based on classification of groups G which factorise as a product of two cyclic groups G = XY of order n such that the cyclic factors are...

Journal: :Bulletin of the Australian Mathematical Society 1973

Journal: :Transactions of the American Mathematical Society 1991

Journal: :Proceedings of the Edinburgh Mathematical Society 1975

Journal: :The Journal of parasitology 2010
Soi Meng Lei Nathan M Romine Jeffrey K Beetham

Leishmania chagasi causes visceral leishmaniasis, a potentially fatal disease of humans. Within the sand fly vector, L. chagasi replicates as promastigotes which undergo complex changes in morphology as they progress from early stage procyclic promastigotes, to intermediate stage leptomonad and nectomonad promastigotes, and ultimately to terminal stage metacyclic promastigotes that are highly i...

Journal: :Journal of Symbolic Computation 2023

Suppose that a finite solvable group G acts faithfully, irreducibly and quasi-primitively on vector space V, is not metacyclic. Then always has regular orbit V except for few “small” cases. We completely classify these cases in this paper.

Journal: :Journal of Algebra 2021

In this paper, we classify finite quasiprimitive permutation groups with a metacyclic transitive subgroup, solving problem initiated by Wielandt in 1949. It also involves the classification of factorizations almost simple factor.

Journal: :Acta tropica 1987
R H Dwinger G Lamb M Murray H Hirumi

Intradermal inoculation of metacyclic forms of Trypanosoma congolense propagated in vitro caused skin reactions in goats similar to the local skin reaction (chancre) induced by the bite of an infected tsetse fly. The onset, size and duration of these local skin reactions were dose-dependent. Whereas one cultured metacyclic T. congolense was sufficient to cause a local skin reaction in a goat, o...

Let $G$ be a finite group. The graph $D(G)$ is a divisibility graph of $G$. Its vertex set is the non-central conjugacy class sizes of $G$ and there is an edge between vertices $a$ and $b$ if and only if $a|b$ or $b|a$. In this paper, we investigate the structure of the divisibility graph $D(G)$ for a non-solvable group with $sigma^{ast}(G)=2$, a finite simple group $G$ that satisfies the one-p...

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

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

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