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

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

Journal: :Ius Humani 2022

Family as the first and foremost social institution greatly impacts its immediate larger society. Also importance of family a key figure in healthy society, necessity strong relations between spouses make it imperative to devise required legal devices. As women are prone suffer receive more damage cases breakdown, legislator should develop establish protective statutes respect rights women. In ...

The right to be heard as one of the main elements of the principle of right of defense,is one of the important rights that, particularly in recent decades, has been taken into consideration in administrative law, and plays a special role in protecting the rights and interests of citizens affected by administrative decisions. It should be noted that this principle and the necessity of its observ...

Journal: :the international journal of humanities 2013
mohammad jhafar habibzadeh

disproportionate punishments are those punishments passed or enforced without considering the criteria of proportionality, namely the criteria of harm done, the absolute or relative seriousness of crimes, the kind of committed crime and offender characteristics, the degree and kind of victim’s culpability. considering the penological aims, such as retribution, deterrence and securing social def...

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

any reasonable person concludes a contract in order to attain (a) purpose(s). it sometimes arises that unforeseen occurrences, subsequent to the date of the contract, make worthless the promisee’s counter-performance for promisor without it has been become physically impossible or impracticability. this situation is analyzed under the doctrine of “frustration of purpose” in american law. nevert...

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

intentional assignment of entitlements (as opposed to debts) is a legal institution which is based on the possibility of separation of entitlements from the personality of creditor and of its assignment to a third party. in the voluntary assignment of entitlements, the creditors may assign their rights to a third party. after long discussions, voluntary assignment of rights has been accepted in...

2002
Roberto Ferrez Weinberg

This paper studies the ability of salt diapirs to lift large inclusions of dense rocks (rafts). Dense inclusions will be lifted if salt in the diapir rises faster than the inclusions sink. The power-law rheologies of six different salts, and viscosities estimated for Newtonian salt are used to calculate the settling velocity of these inclusions as a function of their radii and density as well a...

In his book The Law of Peoples, John Rawls described an international society inwhich there are enemies and friends seeking their goals by deferent means.Rawls introduced us principles as the fundamental rights of every people. Thepeople who reserve these rights can sustain in the world. Although this theoryis supposed to be part of liberal foreign policy, the peoples Rawls talks aboutare not n...

2017
Mohammadhiwa Abdekhoda Narges Salehi Afsaneh Dehnad

Mohammadhiwa Abdekhoda, Narges Salehi, Afsaneh Dehnad. Assistance professor of health information management, department of medical library and information science. School of health management and medical informatics. Tabriz University of medical sciences. Tabriz, Iran; Iranian Center of Excellence in Health Management (IceHM).School of Management and Medical Informatics. Tabriz University of M...

Journal: :Transplantation proceedings 2004
S M Akrami Z Osati F Zahedi M Raza

The Islamic Republic of Iran has a long history of medicine. The principles derived from core Islamic teachings provide a comprehensive moral, ethical, and legal framework for the practice of medicine. The issue of brain death has significant impact on the procurement of organs from cadavers. It is a major subject of debate and interest to bioscientists, legal experts, religious scholars, and t...

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

this is the obligation of judge in civil trial to finding substantive rule of law which is governing to a case in current resource of law. as an important role, it depends to have an accurate acknowledge about rule's resources and applying it in governing legal system. in iranian positive law we can see two rule of law concerning this obligation, first in principle 167 of constitution and ...

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

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

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