نتایج جستجو برای: civil nationalism

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

Journal: :The British journal of sociology 2005
Tamir Sorek

Studies of the relationship between nationalism and localism have brought evidence that these orientations might maintain either relations of opposition or congruence. By conceiving of localism mainly as a strategy, this paper argues that localism can be used alternately as an anchor of nationalist narrative or as an alternative to nationalism by the exact same community. This argument is illus...

2015
Hiromi Oka

Since 1905, when they were annexed by Japan’s Shimane prefecture, Liancourt Rocks—known as Dokdo by the Koreans and as Takeshima by the Japanese—have been a sticking point in relations between the two countries. Although South Korea has had effective control over the islets since the 1950s, Japan continues to contest those claims. More recently in the 2000s, several incidents have served to agg...

Journal: :Collegium antropologicum 2000
K Yamamoto

After WWII, ultra-nationalism, which was the leading ideology of wartime Japan, seemed to have lost its power to inspire the Japanese. In the 1960s, when the Japanese began to enjoy economic prosperity, Yukio Mishima, deploring that the Japanese were losing the traditional spirit and morality of the nation, was one of those citizens who felt a strong nostalgia for wartime Japan. In an attempt t...

1997
Gustav Ranis Paul Hsu

This paper examines the causes of Taiwan's exceptional economic performance, focusing on the influence of organizational and policy choices and how Taiwan's example differs from those of more typical less-developed countries. After briefly citing cultural factors as proposed by his late colleague John Fei, Ranis proceeds to explore the issues of organic nationalism, natural resource endowment, ...

Journal: :European journal of public health 2012
Dace Beinare Mark McCarthy

BACKGROUND European Union strategies and programmes identify research and innovation as a critical dimension for future economic and social development. While European research policy emphasizes support for industry, the health field includes not-for-profit civil society organisations (CSOs) providing social innovation. Yet, the perspectives of CSOs towards health research in Europe are not wel...

ژورنال: کیمیای هنر 2019

Landscape and building-painting as a genre is one of the many features of Iranian painting in the last years of the Qajar and the first years of the Pahlavi era. This paper explains the relation between these painting as the particular, following the domination of the discourse of nationalism as the general. To reason this idea and to explain the relationship between these two, Georg Lukács the...

Journal: : 2022

The article analyzes the phenomenon of patriotism as one forms nationalism. author identifies two types nationalism: conservative nationalism, mechanism for achieving goals which is determined by legality within legal field and absolute sovereignty state, maintaining strengthening its territorial integrity; radical nationalism aimed at through direct violence or terror. signs are revealed, in p...

Journal: :Nations and Nationalism 2022

Recent historical studies tend to confirm the antimodernist interpretation, emphasizing strong premodern roots of nations and nationalism. However, a broad comparative analysis rise nation-state during Age Revolution shows that earlier notions nationhood did not have significant role in creation nation-states Europe Americas. They were consequence glorious national revolt, but clash between Old...

Journal: :Central European Business review 2021

In the first two decades of 21st century, previous democratization progress was partly reversed. It is well seen in former Soviet Union and Central Eastern Europe but also other geographic regions. search for causes this warning trend, many authors point out economic factors such as stagnation, unemployment, inequality, consequences global financial crisis 2007-2009 side-effects globalization. ...

Journal: :The Historical Journal 2023

Abstract This article explores the place of Finland and Swedish military volunteers 1918 civil war, 1939–44 Finno-Soviet wars, in fascist imaginary. The loss to Russia 1809 was heavily romanticized nationalist culture, shaped responses both conflicts, mediated through famous literary works which encouraged a sense shame betrayal. Through examination historical relationship between two countries...

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

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

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