نتایج جستجو برای: macedonian population

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

2012
Svetlana Kulevanova Marina Stefova Tatjana Kadifkova Panovska Trajce Stafilov

Certain biological and pharmacological effects of the Thymus species have been experimentally proved, such the expectorant (1), spasmolytic (1-3), antibacterial (1,4), antifungal (5), antioxidant (6-9), etc. These activities are due to the specific composition of the essential oils (1, 4-9), flavonoids (1-3, 9), phenolic acids (4) and other chemical constituents of Thymus. Beside the data conce...

Journal: :Мaкедонски хералд - Macedonian Herald 2018

Journal: :Research in Applied Economics 2014

Journal: :ЕтноАнтропоЗум/EthnoAnthropoZoom 2003

Journal: :international journal of turkish literature culture education 2023

Tarih içerisinde Asya’dan Avrupa’ya doğru yapılan seferler, göçler Türklere yeni coğrafyaların kapısını açarken Türkçeyi de bir dünya dili haline getirmiştir. Uzun yıllar savaşlarla, fetihlerle Avrupa içlerine kadar giden atalarımız gittikleri yerlerde medeniyet kurmuşlardır. Bu sahalarından biri Balkanlar’dır. Osmanlı Devleti’nin bölgeyi fethedip hâkimiyeti altına almadan önce Avarlar, Uzlar, ...

Journal: :CoRR 2011
Sali Emruli Tahir Zejneli Florin Agai

Analysis how to use Internet influence to the process of political communication, marketing and the management of public relations, what kind of online communication methods are used by political parties, and to assess satisfaction, means of communication and the services they provide to their party's voters (people) and other interest groups and whether social networks can affect the political...

Journal: :Vestnik Sankt-Peterburgskogo universiteta 2021

The article aims to provide insight into the process of developing eHealth law in North Macedonia. For this purpose, work, firstly, analyzes meaning basic terms and providing comparative definitions as well custom adopted by authors, which cover used research. main part focuses on chronological review development through relevant legal documents provisions, original research results practice. T...

2016
Violeta Anastasovska Mirjana Kocova

BACKGROUND Iodine deficiency is associated with goiter and impaired brain function leading to cretinism. An increased frequency of thyroid-stimulating hormone (TSH) measurements above 5 mlU/L on newborn screening points toward an impaired iodine status of the population. METHODS A 13-year retrospective analysis was performed in 228,266 newborns participating in the national thyroid newborn sc...

2016

This paper deals with a so-far unnoticed phenomenon in prosodic phonology, which we dub prosodic smothering. Prosodic smothering arises when the prosodic status of a clitic or affix varies with the presence or absence of some outer morpheme. We first illustrate prosodic smothering with novel data from two genetically unrelated languages, Macedonian (Slavic) and Kaqchikel (Mayan). We then provid...

2014
Marko Kostovski Tatjana Makarovska-Bojadzieva Milenka Blagoevska

Background: A big variety in blood group distribution can be seen in some geographic regions, as well as, in some ethnic and socioeconomic groups. Blood groups are, in fact, defined as surface antigens on the erythrocyte cell membrane, and the distribution of the blood groups varies in different regions of the world. Aim: The aim of our study was to investigate blood group distribution (ABO,RhD...

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

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

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