نتایج جستجو برای: amir kabir institute phyllis

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

طاولی, آزاده, ملیانی, مهدیه, یعقوبی, حمید,

The purpose of this study was to investigate the role of college students' mental health and their attitudes toward mental health problems and the related services, in seeking professional psychological help. The sample consisted of 150 students of Shahed and Amir Kabir universities. The participants were divided into 3 groups:Normal Group= NG, Help Seeking Group= HSG and Non help Seeking Grou...

احمدیان ورگهان, فهیمه, حبیبی, مجبتی, عاطف وحید, محمدکاظم , غرایی, بنفشه,

  Objectives : The aim of the current study was to investigate the predictability of perfectionism dimensions and emotion regulation strategies in the severity of depressive and anxiety symptoms of university students. Method: Through cluster random sampling method, 280 students of Tehran University of Medical Sciences and Amir-Kabir University of Technology were chosen from the whole students ...

Nowadays, Universities have come across a main transformation. Lack of budget, an increase in the number of university students, a change in the student population, up-to-date and various educational needs of each society require fundamental changes that are coordinated with recent needs. This study aimed to evaluate the features of effective distance education in higher education. Findings of ...

2001
Saul S. Abarbanel Alina E. Chertock Amir Yefet

Strict Stability of High-Order Compact Implicit Finite-Difference Schemes: The Role of Boundary Conditions for Hyperbolic PDEs, II Saul S. Abarbanel,∗,† Alina E. Chertock,∗,‡ and Amir Yefet§ ∗Department of Applied Mathematics, School of Mathematical Sciences, Tel-Aviv University, Tel-Aviv, Israel; and §Department of Mathematical Sciences, New Jersey Institute of Technology, University Heights, ...

Journal: :Bulletin of emergency and trauma 2017
Amir Khorram-Manesh

Please cite this paper as: Khorram-Manesh A. Youth Are Our Future Assets in Emergency and Disaster Management. Bull Emerg Trauma. 2017;5(1):1-3. *Corresponding author: Amir Khorram-Manesh Address: Prehospital and Disaster Medicine Center, Department of Surgery, Institute of Clinical Sciences, Sahlgrenska Academy, Gothenburg University, Gothenburg, Sweden. Tel: +46-707-722741 e-mail: amir.khorra...

2012
Eric Johlin Nouar Tabet Sebastián Castro-Galnares Amir Abdallah Mariana I. Bertoni Tesleem Asafa Jeffrey C. Grossman Syed Said Tonio Buonassisi

Eric Johlin,1,* Nouar Tabet,2 Sebastián Castro-Galnares,1 Amir Abdallah,3 Mariana I. Bertoni,1 Tesleem Asafa,2 Jeffrey C. Grossman,1 Syed Said,2 and Tonio Buonassisi1,† 1Massachusetts Institute of Technology, Cambridge, Massachusetts 02139, USA 2King Fahd University of Petroleum and Minerals, Dhahran 31261, Saudi Arabia 3King Fahd University of Petroleum and Minerals, Center of Research Excelle...

Journal: :RESEARCH REVIEW International Journal of Multidisciplinary 2020

Journal: :International Journal of Geographical Information Science 2014
Amin Tayyebi Phillips Christian Perry Amir Hossein Tayyebi

Predicting the expansion of an urban boundary using spatial logistic regression and hybrid raster–vector routines with remote sensing and GIS Amin Tayyebi, Phillips Christian Perry & Amir Hossein Tayyebi a University of Wisconsin-Madison, Wisconsin Energy Institute, Madison, WI, USA b Department of Natural Resources, New York Cooperative Fish and Wildlife Research Unit, Cornell University, Itha...

Journal: :J. Sci. Comput. 2002
Moshe Israeli Elena Braverman Amir Averbuch

1 Computer Science Department, Technion-Israel Institute of Technology, Haifa 32000, Israel. E-mail: israeli@cs.technion.ac.il 2 Computer Science Department, Technion, Haifa 32000, Israel. E-mail: maelena@cs.technion.ac.il. On leave at Yale University, Department of Mathematics, 10 Hillhouse Avenue, New Haven, Connecticut 06520-8283. 3 School of Mathematical Sciences, Tel Aviv University, Tel A...

2016
Gil-Ho Lee Ko-Fan Huang Dmitri K. Efetov Di S. Wei Sean Hart Takashi Taniguchi Kenji Watanabe Amir Yacoby Philip Kim

Gil-Ho Lee1, Ko-Fan Huang1, Dmitri K. Efetov2, Di S. Wei1, Sean Hart1, Takashi Taniguchi3, Kenji Watanabe3, Amir Yacoby1, and Philip Kim1,* 1Department of Physics, Harvard University, Cambridge, Massachusetts 02138, USA 2Department of Electrical Engineering, M.I.T., Cambridge, MA 02138 3National Institute for Materials Science, Namiki 1-1, Tsukuba, Ibaraki 305-0044, Japan *Correspondence and re...

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

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

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