commit 84baad10539bc43a81421e0ded9e0dcfa6c5fcc9 Author: Miloš Jovanović Date: Wed Oct 10 20:15:43 2018 +0200 Initial commit diff --git a/Best Paper Ever.docx b/Best Paper Ever.docx new file mode 100644 index 0000000..51a0c8b Binary files /dev/null and b/Best Paper Ever.docx differ diff --git a/Best Paper Ever.md b/Best Paper Ever.md new file mode 100644 index 0000000..7896e95 --- /dev/null +++ b/Best Paper Ever.md @@ -0,0 +1,27 @@ +# Best Paper Ever + + +## Abstract +This paper *deals* with the development of text, as argued by [@harveyParisCapitalModernity2003, p. 32]. Likewise, as he points out, the following text is inappropriate for thsoe not well versed in _Marxist_ theory. See for example the argument + + +## Introduction + +Here I introduce the concept of marijuana and its effects on the human body. [^fn1] + +## Conclusion +Anderson's text situates the emergence of the "sick man of Europe" in the per between the Treaty of Kucuk-Kaynarca (1774) and the Treaty of Lausanne (1923) This is a standard interpretation of Ottoman decline which examines it from the perspective of diplomatic history and international relations. Likewise it is a view from outside, with very few Ottoman documents utilized. + +The basic skeleton emerges by the following divisions - the weakness of the empire becomes evident by Russian successes in the 1768-1774 war and the general disfunction of a huge political system and a vast empire. This is followed by the emergence of the capitulatory system, where European states began to use Ottoman subjects as proxies for their interests. Followed by the influence of the Napoleonic Wars, Balkan nationalism grew and culminated with the Greek War of Independence. This was was successful for a number of factors, but decidedly because of its joint happenstance with the Mohammed Ali revolt. This was followed by a secondary crisis and the Ottomans became more of a theatre of war for European powers with the Crimean war - Britain vs. Russia basically. The Congress of Berlin attempts to partially resolve the Eastern Crisis of 1875-1878. This is followed by a short attempt to modernize which only really signified the greater penetration and intersection of European influences in the empire, which culminated in the weakness that gave the Balkan states their victory in the Balkan Wars, and lead to the disastrous Peace Settlement that destroyed the Empire and created the Turkish Republic as the most stable political structure in the Middle East. +random text to make two pages Anderson's text situates the emergence of the "sick man of Europe" in the per between the Treaty of Kucuk-Kaynarca (1774) and the Treaty of Lausanne (1923) This is a standard interpretation of Ottoman decline which examines it from the perspective of diplomatic history and international relations. Likewise it is a view from outside, with very few Ottoman documents utilized. + +The basic skeleton emerges by the following divisions - the weakness of the empire becomes evident by Russian successes in the 1768-1774 war and the general disfunction of a huge political system and a vast empire. This is followed by the emergence of the capitulatory system, where European states began to use Ottoman subjects as proxies for their interests. [@andersonEasternQuestion177419231966] Followed by the influence of the Napoleonic Wars, Balkan nationalism grew and culminated with the Greek War of Independence. This was was successful for a number of factors, but decidedly because of its joint happenstance with the Mohammed Ali revolt. This was followed by a secondary crisis and the Ottomans became more of a theatre of war for European powers with the Crimean war - Britain vs. Russia basically. [^fn2] The Congress of Berlin attempts to partially resolve the Eastern Crisis of 1875-1878. This is followed by a short attempt to modernize which only really signified the greater penetration and intersection of European influences in the empire, which culminated in the weakness that gave the Balkan states their victory in the Balkan Wars, and lead to the disastrous Peace Settlement that destroyed the Empire and created the Turkish Republic as the most stable political structure in the Middle East. + + +[^fn1]: As argued by [@todorovaTrapBackwardnessModernity2005] +[^fn2]: [@andersonEasternQuestion177419231966, p. 46] + + + + +# Bibliography diff --git a/reference.docx b/reference.docx new file mode 100644 index 0000000..7f5d922 Binary files /dev/null and b/reference.docx differ diff --git a/render.sh b/render.sh new file mode 100755 index 0000000..46c5d73 --- /dev/null +++ b/render.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# depends on pandoc-citeproc +# needs https://github.com/citation-style-language/styles to be in ~/src/styles +title=$(basename "$@" .md) + +echo -e "\n\n# Bibliography" >> "$@" +pandoc -s --filter=/usr/bin/pandoc-citeproc --bibliography ~/Seafile/zotero/My\ Library.bib --csl ~/src/styles/chicago-author-date-16th-edition.csl --reference-doc ~/src/markdownacademic/reference.docx -f markdown -t docx -o "$title".docx "$@"