نتایج جستجو برای: counter intelligence

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

2009
David M. Sabatini Seong Woo A. Kang Yasemin Sancak

Award Number: W81XWH-07-1-0448 TITLE: Structural and Mechanistic Analyses of TSC1/2 and Rheb 1/2Mediated Regulation of the mTORC Pathway PRINCIPAL INVESTIGATOR: PI: David M. Sabatini, M.D./Ph.D. CONTRACTING ORGANIZATION: Whitehead Institute for Biomedical Research Cambridge, MA 02142-1493 REPORT DATE: July 2009 TYPE OF REPORT: Annual Report PREPARED FOR: U.S. Army Medical Research and Materiel ...

2017
Peter Schauenburg PETER SCHAUENBURG

We report on two classes of autoequivalences of the category of Yetter-Drinfeld modules over a finite group, or, equivalently the Drinfeld center of the category of representations of a finite group. Both operations are related to the r-th power operation, with r relatively prime to the exponent of the group. One is defined more generally for the group-theoretical fusion category defined by a f...

2006
GRETCHEN OSTHEIMER

Counter automata are more powerful versions of finitestate automata where addition and subtraction operations are permitted on a set of n integer registers, called counters. We show that the word problem of Zn is accepted by a nondeterministic m-counter automaton if and only if m ≥ n.

2006
MARTIN DODGE CHRIS PERKINS Rachel Woodward

We invoke a neo-Foucauldian model of the panoptic gaze to understand the practices of military visuality and of newly emerging efforts to resist and subvert deep-seated and long-held governmental secrecy over military/intelligence activities and their sites of operation. The case studies set out in the second half of the paper are attempts question excessive secrecy underlying the military pano...

Journal: :سیاست 0
بهاره سازمند دانشیار گروه مطالعات منطقه ای دانشکدة حقوق و علوم سیاسی دانشگاه تهران مریم اسلامی یزدی کارشناس ارشد دیپلماسی و سازمان های بین المللی دانشکدة روابط بین الملل

the main purpose of this article is studing un’s actions to counter international terrorism giving to development of it after cold war.we are going to answer the question in descriptive-analtical way that what was un’s practical actions to counter it and weather it was successful.to answer the main question of this article first we will diccuss the development of terrorism after cold war and ne...

Chirravuri Venkata Subbarao, Duddu Appala Naidu P. Divya Pulipati King

This paper presents efflux time experiments performed in the absence and presence of aqueous solutions of Drag Reducing Agents (DRAs) when a liquid is emptied from a large open cylindrical storage tank through an exit piping system. The drag reducing agents studied are Dodecyl benzene sulfonate anionic surfactant and a mixed solution of surfactant and sodium chloride counter ion. The variab...

Journal: :پژوهشنامه مدیریت تحول 0
عبدالمجید مصلح منیجه بحرینی زاده سید جواد دوکوهکی

pioneering in a dynamic environment is among the issues which most of the organizations, especially knowledge-based institutions will encounter. for using and exploiting the opportunities and also for overcoming threats, there should exist some innovations in the modern technologies domain. therefore, for fulfilling this important issue, organizations are required to monitor inside and outside ...

Journal: :journal of advances in medical education and professionalism 0
ameneh gharetepeh school of health, kermanshah university of medical sciences, kermanshah, iran yahya safari school of paramedical sciences, kermanshah university of medical sciences, kermanshah, iran tahereh pashaei school of health, kurdistan university of medical sciences, sanandaj, iran mansour razaei school of health, kermanshah university of medical sciences, kermanshah, iran mohammad bagher kajbaf department of educational science and psychology, isfahan university, isfahan, iran

introduction: studies have indicated that emotional intelligence is positively related to self-efficacy and can predict the academic achievement. the present study aimed to investigate the role of emotional intelligence in identifying self-efficacy among the students of public health school with different levels of academic achievement. methods: this correlational study was conducted on all the...

1998
Richard Mayr

We consider lossy counter machines, i.e. counter machines with counters whose contents can spontaneously decrease at any time. They are not Turing-powerful, since reachability is decidable for them, but they still have interesting undecidable properties: For a lossy counter machine it is undecidable if there exists an initial connguration s.t. there is an innnite run. Lossy counter machines can...

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

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

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