نتایج جستجو برای: Ukraine

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

Journal: :CoRR 2014
Yakiv O. Kalinovsky D. V. Lande Yuliya E. Boyarinova Iana V. Khitsko

Yakiv O. Kalinovsky, Dr.Sc., Senior Researcher, Institute for Information Recording National Academy of Science of Ukraine, Kyiv, Shpaka str. 2, 03113, Ukraine, E-mail: kalinovsky@i.ua Dmitry V. Lande, Dr.Sc., Head of Department, Institute for Information Recording National Academy of Science of Ukraine, Kyiv, Shpaka str. 2, 03113, Ukraine, E-mail: dwlande@gmail.com Yuliya E. Boyarinova, PhD, A...

Thecrisis in Ukraine has become a tragedy, as is evidenced by the thousands ofpeople who have been killed, and hundreds of thousands of refugees. It willalter the future of Ukraine, Europe, Eurasia and possibly the world. The crisisbegan in the fall of 2013 as a public response to the authorities’ ill-advisedpolicy and the greed of the elite. However, clumsy assistance provided byconcerned «par...

2014
Y. I. Feshchenko

1. SO, National institute of phthisiology and pulmonology named after F.G. Yanovsky National Academy of medical sciences of Ukraine, Kyiv, Ukraine. [E-mail: admin@ifp.kiev.ua; Tel: +380442752118] 2. SO, National institute of phthisiology and pulmonology named after F.G. Yanovsky National Academy of medical sciences of Ukraine, Kyiv, Ukraine. [E-mail: diagnost@ifp.kiev.ua; Tel: +380442750568] 3....

2017
Ulyana B Lushchyk

Ulyana B Lushchyk1,5*, Viktor V Novytskyy1,2, Igor P Babii3,5, Nadiya G Lushchyk4,5, Ivanna I Legka5 and Chika Onwuka5 1Istyna-Veritas Research Center, Kyiv, Ukraine 2Institute of Mathematics of NAS of Ukraine, Kyiv, Ukraine 3Clinic of Healthy Vessels, Kyiv, Ukraine 4Medical Center “Ukrainian Medical Innovations”, Ternopil, Ukraine 5Specialized Clinic “Vessels, Brain, Neurorehabilitation”, Musc...

Journal: :I. J. Bifurcation and Chaos 2014
Yuri L. Maistrenko Anna Vasylenko Oleksandr O. Sudakov Roman Levchenko Volodymyr L. Maistrenko

YURI L. MAISTRENKO?†, ANNA VASYLENKO†‡, OLEKSANDR SUDAKOV†q, ROMAN LEVCHENKO† and VOLODYMYR L. MAISTRENKO† ?Institute of Mathematics, National Academy of Sciences of Ukraine, Tereshchenkivska st. 3, 01030, Kyiv, Ukraine, y.maistrenko@biomed.kiev.ua †National Scientific Centre for Medical and Biotechnical Research, National Academy of Sciences of Ukraine, Volodymyrska Str. 54, 01030, Kyiv, Ukrai...

2016
Kostiantyn V. Yershov Volodymyr P. Kravchuk Denis D. Sheka Yuri Gaididei

Kostiantyn V. Yershov,1,2,* Volodymyr P. Kravchuk,1,† Denis D. Sheka,3,‡ and Yuri Gaididei1,§ 1Bogolyubov Institute for Theoretical Physics of National Academy of Sciences of Ukraine, 03680 Kyiv, Ukraine 2National University of “Kyiv-Mohyla Academy”, 04655 Kyiv, Ukraine 3Taras Shevchenko National University of Kyiv, 01601 Kyiv, Ukraine (Received 18 December 2015; revised manuscript received 7 F...

2008
Taras Shevchenko

Application of EPRI RI-ISI Methodology for In-Service Inspection of Safety System Pipes at Ukrainian NPPs I. Kadenko, Nondestructive Examination Training and Certification Facility and Taras Shevchenko National University of Kyiv, Ukraine; O. Kharytonov, O. Kutzenko, G. Zrazhevsky, Taras Shevchenko National University of Kyiv, Ukraine; S. Kostenko, State Nuclear Regulatory Committee of Ukraine,...

Journal: :Experimental oncology 2016

International scientific journal "Experimental Оncology" (Publishing House "MORION LLC", Kyiv, Ukraine - R.E. Kavetsky Institute of Experimental Pathology, Oncology and Radiobiology of the NAS of Ukraine, Kyiv, Ukraine) earned high global recognition, receiving the prestigious international award "SCOPUS Awards Ukraine" as a winner in the category "The Best Journal".

2004
Alexander MAKARENKO Anatoliy POLIARUSH Igor TETKO

Alexander MAKARENKO †, Anatoliy POLIARUSH † and Igor TETKO ‡ † Institute of Applied System Analysis, National Technical University of Ukraine (KPI), 37 Peremogy Ave., Kyiv, Ukraine E-mail: makalex@mmsa.ntu-kpi.kiev.ua, apolixus@yahoo.com ‡ Institute of Bioorganic and Petroleum Chemistry of NAS of Ukraine, Kyiv, Ukraine; Institute for Bioinformatics, Ingolstraedter Lanstrasse 1, D-85764, Neuherb...

2015
Andriy V. Trailin Marina V. Pleten Tatiana I. Ostapenko Nadiia F. Iefimenko Olexander S. Nikonenko Mariann Harangi

1Department of Laboratory Diagnostics and General Pathology, State Institution “Zaporizhzhia Medical Academy of Postgraduate Education Ministry of Health of Ukraine”, 20 Winter Boulevard, Zaporizhzhia 69096, Ukraine 2Department of Transplantology, Endocrine Surgery and Cardiovascular Surgery, State Institution “Zaporizhzhia Medical Academy of Postgraduate Education Ministry of Health of Ukraine...

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

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

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