Michal na Ostrove

Michal na Ostrove (Hungarian: Szentmihályfa, Hungarian pronunciation:[ˈsɛntmihaːjfɒ]) is a village and municipality in the Dunajská Streda District in the Trnava Region of south-west Slovakia.

Michal na Ostrove

Szentmihályfa
village
The outskirts of the village
Location of the village
Coordinates: 48°01′26″N 17°30′43″E
Country Slovakia
RegionTrnava
DistrictDunajská Streda
First written mention1337
Named forSt. Michael Tree (in Hungarian)
Government
  MayorLászló Bögi (Party of the Hungarian Coalition)
Area
  Total10.653 km2 (4.113 sq mi)
Elevation
118 m (387 ft)
Population
 (2001)[3]
  Total711
  Estimate 
(2008)
884
  Density83/km2 (210/sq mi)
Ethnicity
  Hungarians89,03 %
  Slovaks8,16 %
Time zoneUTC+1 (EET)
  Summer (DST)UTC+2 (EEST)
Postal Code
930 35
Area code(s)+421 31

Geography

The municipality lies at an altitude of 118 metres and covers an area of 10.653 km².

History

The Roman Catholic parish church

In the 9th century, the territory of Michal na Ostrove was part of Great Moravia. After Hungarian invasion, it became part of the Kingdom of Hungary. The village was first recorded in 1337 by its Hungarian name as Weke.

Until the end of World War I, it was part of Hungary and fell within the Dunaszerdahely district of Pozsony County. After the Austro-Hungarian army defeat and disintegration in November 1918, victory western powers established Czechoslovak administration, as part of cease-fire agreements. After official peaceful agreement of Hungary with USA, Britain and France, the Treaty of Trianon of 1920, the village became officially part of democratic Czechoslovakia. Hungarians agreed to full independence of Czechoslovakia and their borders. However, in November 1938, after agreement with Hitler, Nazi-cooperative Hungary took the area, so called First Vienna Award and this "award" was held by Hungary until 1945. After Soviets defeated German and Hungarian troops in 1945, Czechoslovak administration returned to the village. Following a socialistic coup in 1948, the village became part of socialistic Czechoslovakia until 1989. During 1989–1992 it was part of Czech and Slovak Federative Republic and since 1 January 1993 it is part of the Slovak Republic.

Demography

In 1910, the village had 480, for the most part, Hungarian inhabitants. At the 2001 Census the recorded population of the village was 419 while an end-2008 estimate by the Statistical Office had the villages's population as 419. As of 2001, 89,03 per cent of its population was Hungarian while 8,16 per cent was Slovak. Roman Catholicism is the majority religion of the village, its adherents numbering 87.48% of the total population.[3]

gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.