نتایج جستجو برای: wales defect

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

Journal: :physical chemistry research 2015
salimeh kimiagar ali rajabpour fatemeh tavazoee

graphene sheet including single vacancy, double vacancy and stone-wales with armchair and zigzag structure was simulated using molecular dynamics simulation. the effect of defects on shear’s modulus, shear strength and fracture  strain was investigated. results showed that these shear properties reduce when the degrees of all kinds of defects increase. the dangling bond in sv and dv defected gr...

2015
Qi Ge Qingxiang Zeng Gavin Tjin Edmund Lau Judith L. Black Brian G. G. Oliver Janette K. Burgess

Qi Ge, Qingxiang Zeng, Gavin Tjin, Edmund Lau, Judith L. Black, Brian G. G. Oliver,* and Janette K. Burgess* Respiratory Cellular and Molecular Biology Group, Woolcock Institute of Medical Research, Sydney, New South Wales, Australia; Discipline of Pharmacology, Sydney Medical School, The University of Sydney, New South Wales, Australia; and Royal Prince Alfred Hospital, Sydney, New South Wales...

2005
Kai-Ming Kiang Richard Willgoss Alan Blair

1 School of Mechanical and Manufacturing Engineering, University of New South Wales, NSW, 2052, Sydney, Australia kai-ming.kiang@student.unsw.edu.au 2 School of Mechanical and Manufacturing Engineering, University of New South Wales, NSW, 2052, Sydney, Australia r.willgoss@unsw.edu.au 3 School of Computer Science and Engineering, University of New South Wales, NSW, 2052, Sydney, Australia blair...

Journal: : 2023

Review of: Falvey, E., J. Hickinbottom, and Wroot, eds. 2020. New Blood: Critical Approaches to Contemporary Horror. Wales: University of Wales Press.

Journal: :Journal of Alzheimer's disease : JAD 2014
Andrea Tales Gordon K Wilcock Judith E Phillips Antony Bayer

Andrea Talesa,∗, Gordon K. Wilcockb, Judith E. Phillipsc and Antony Bayerd aCollege of Human and Health Sciences, Department of Psychology, Swansea University, Swansea, Wales, UK bNuffield Department of Clinical Neurosciences, University of Oxford, Oxford, UK cCollege of Human and Health Sciences, OPAN, Swansea University, Swansea, Wales, UK dSchool of Medicine, Cardiff University, University H...

Journal: :Health & place 2010
Frank Popham Paul J Boyle Paul Norman

Scotland has a higher mortality rate than England and Wales, which is only partially explained by differences in socio-economic deprivation. Within Scotland those born in England and Wales have a lower mortality rate than the Scottish born. Within England and Wales, Scottish born immigrants have a higher mortality rate than those born in England and Wales. These results raise the question of wh...

Journal: :International journal of law and psychiatry 2004
Zachary Steel Naomi Frommer Derrick Silove

Zachary Steel*, Naomi Frommer, Derrick Silove Senior Lecturer, School of Psychiatry, University of New South Wales, Australia Center for Population Mental Health Research, Australia Asylum Seeker Mental Health Program, School of Psychiatry, University of New South Wales, Australia Professor, School of Psychiatry, University of New South Wales, Center for Population Mental Health Research, Austr...

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 2004
Hugh Bostock Richard J L Walters Kjeld V Andersen Nicholas M F Murray David Taube Matthew C Kiernan

Sobell Department of Neurophysiology, Institute of Neurology and Department of Clinical Neurophysiology, National Hospital for Neurology and Neurosurgery, London, Department of Renal Medicine, St Mary’s Hospital, London, UK, Department of Clinical Neurophysiology, Glostrup Hospital, University of Copenhagen, Glostrup, Denmark, Prince of Wales Medical Research Institute, University of New South ...

Journal: :Education for Information 2005
Lucy A. Tedd

This issue of Education for Information is a ‘special’ one to celebrate 40 years of library and information science education in Aberystwyth, Wales. The setting up of the College of Librarianship Wales (CLW) in 1964 was, for many people, the realisation of a dream. The initial ideas of a “school for library training” can be traced back as far as 1917. However, it was the appearance of two repor...

2015
Han Shen Eric Hau Swapna Joshi Pierre J Dilda Kerrie L McDonald

Sensitization of glioblastoma cells to irradiation by modulating the glucose metabolism Han Shen, Eric Hau, Swapna Joshi, Pierre J Dilda, and Kerrie L McDonald Authors and affiliations: Cure Brain Cancer Neuro-Oncology Group, Adult Cancer Program, Lowy Cancer Research Centre, Prince of Wales Clinical School, University of New South Wales, Sydney, 2052, Australia Cancer Care Centre, St George Ho...

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

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

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