نتایج جستجو برای: iranian law

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

As a result of information technology era and possibility of swift access to information, endorsement of Confidential Business Information (CBI) has found an extraordinary importance; whereas the CBI concept and legal warranty in order to support it thoroughly in Iran is not emphasized in the framework of a specific law. This issue has led to legal problems in the trial with allegation of CBI v...

Journal: :Journal of History Culture and Art Research 2017

Journal: :ALUSTATH JOURNAL FOR HUMAN AND SOCIAL SCIENCES 2018

Journal: :research on history of medicine 0
alireza nadim physical education student in m.s. shiraz university pardis, shiraz, iran

the term massage comes from the french verb” masser” which means to rub. in greek, it comes from the word “masso” which means to rub with the hands. massage therapy has been very common among different nations since antiquity. in iranian traditional medicine, the word “dalk” has been used with the meaning of massage. among various functions known for giving massage that used for the athletes re...

Abstract: The authority of father and grandfathers over the child in Iranian law has led to the recognition of various privileges enabling them to intervene in the financial affairs of the child. Iranian civil law has accepted the authority of grandfathers in parallel with the authority of father without recognizing any right of this kind for the mother of the child. Before the 1970 reform in ...

One of judicial decision is properties attachment that it is enacted in article 215 code of criminal law about property that is means for committing offence or is obtained due to it or is used during committing offence or is denoted for applying offence. Attachment makes out above properties from ownership and possession of owner and possessor. Nature of attachment is a Taziry punishment which ...

Journal: :مطالعات حقوق خصوصی 0
فرهاد ایرانپور دانشیار گروه حقوق خصوصی دانشکدۀ حقوق و علوم سیاسی دانشگاه تهران سپیده منصوری کارشناس ارشد حقوق تجاری اقتصادی بین المللی پردیس بین المللی کیش دانشگاه تهران

the principal of conformity with the law (sehat) is recognized in iranian legal system. in this article, at first we analyze this principle in respect with the iranian jurisprudence in order to demonstrate the legal evaluation. subsequently, we analyses the realistical approach of the jurist in lex mercatori in such regards with due respect to the doctrine and arbitration awards in internationa...

Journal: :حقوق خصوصی 0
محمد مهدی الشریف استادیار گروه حقوق، دانشگاه اصفهان سمیه سعیدی کارشناس ارشد حقوق خصوصی، دانشگاه اصفهان

according to article 3 of civil responsibility law (tort law), it is necessary for the judge to determine the amounts of damages by considering the  circumstances of the case. one of the instances of  such circumstances which may have an impact on determination of the amount of damages, as mentioned in article 4(2) of tort law, is financial status of the person causing the loss. following the s...

Journal: :Science 1995
L G Rahme E J Stevens S F Wolfort J Shao R G Tompkins F M Ausubel

A Pseudomonas aeruginosa strain (UCBPP-PA14) is infectious both in an Arabidopsis thaliana leaf infiltration model and in a mouse full-thickness skin burn model. UCBPP-PA14 exhibits ecotype specificity for Arabidopsis, causing a range of symptoms from none to severe in four different ecotypes. In the mouse model, UCBPP-PA14 is as lethal as other well-studied P. aeruginosa strains. Mutations in ...

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

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

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