Blue Hyperlinks in Bibliography
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[a4paper,hebrew,british,12pt]{report}
\usepackage{fancyhdr, setspace, color, soul}
\usepackage[colorlinks]{hyperref}
\usepackage{geometry,polyglossia,fontspec,csquotes, doi}
\setmainlanguage[variant=british]{english}
\setotherlanguage{hebrew}
\MakeOuterQuote{"} % this is an important 2 lines, don`t forget them
\MakeInnerQuote{´} % see http://tex.stackexchange.com/questions/268651/initial-single-quote-is-backwards-csquotes
\usepackage[notes,backend=biber]{biblatex-chicago}
\newfontfamily\hebrewfont{Times New Roman}[Script=Hebrew]
%\usepackage[pdftex]{graphicx}
%\bibliographystyle{achicago}
\bibliography{final2.bib}
%http://tex.stackexchange.com/questions/232287/supressing-some-fields-from-biblatex-footcite
\ExecuteBibliographyOptions{firstinits=true, isbn=false, url=true, doi=false, uniquename=init}
\AtEveryBibitem{\clearlist{language}}
\AtEveryBibitem{%
\ifentrytype{online}
{}
{\clearfield{urlyear}\clearfield{urlmonth}
\clearfield{doi}
\clearfield{urlday}}}
%\pagestyle{fancy}
%\fancyhead[R]{\begin{hebrew}
% הגלילי
%\end{hebrew} A Parliamentary System with Israeli Characteristics - \thepage}
%\fancyfoot{}
%\newcommand{\HRule}{\rule{\linewidth}{0.25mm}}
%\headsep = 25pt
%\doublespacing
%http://tex.stackexchange.com/questions/120610/switch-between-box-and-color-links-with-hyperref/
\AtBeginDocument{%
\hypersetup{pdfborder={0 0 0},
urlcolor=blue}%
}
\begin{document}
%\author{\begin{hebrew}
% בנימן הגלילי
%\end{hebrew}}
%\date 19-December-2015
\title{Final Paper for Adi}
%\affiliation{Sede Boker \\ Spring (2015)}
\input{./AdiFinalTitle.tex}
%\autocite{citekey} just use footnotes!
%\ begin main body of article
% supress TOC
%\tableofcontents
\pagebreak
%\chapter* the * makes it un-numbered
%\chapter is a numbered chapter
\chapter*{The Question}
Final Paper – From Consent to Dispute
Due: January 7, 2016.
According to YOUR OWN OPINION, mark one milestone which transfers Israel to
be "modern Israel". It can be a political or social event, main current in society, etc.
\\
- Please \textbf{describe it} and \textbf{analyze its significance} \hl{as a milestone}.
\\
- Please use \textbf{theoretical framework} (center/periphery,
hegemonic politics, privatization, etc.) to validate your argument.
\\
You should use \textbf{class summaries} and \textbf{the articles from the syllabus}.
\\Do not exceed five pages.
\begin{doublespace}
\chapter*{The Answer}
When my colleagues and I were asked to describe a milestone in the creation of `Modern Israel,' (one which occurred roughly between 1977 and 1992) for inclusion in this collection, my German associate immediately asked for clarification of the term `milestone.'
\\
What troubled me however, was neither the term milestone, nor the difficulty posed by the multiple meanings of the people/land/government of Israel. I have wrestled instead with `modern' and `modernity.' I have decided that in the context of this paper, there is no post-modern, what ever happens now, this week – is modern. An alternative formation would be that almost everything is pre-modern, in the current vernacular, "That's so six months ago."
\\
What then can I see of the end of 2015 in the period in question? This paper will attempt to argue for the modernity of the event known as "the commercial bank`s share crisis of 1983."\\
The response of the Israeli government to this crisis took occured in two stages - 1st the taking of non-voting shares in the banks, 2nd - the acquisition of voting shares - 3rd - the separation of the banks commercial division and investiing division. The 1st two phases are parallels of the TARP and the conservatorship of the Fannie Mae and Freddie Mac Government Sponsored Enterprises (GSEs). The separation is paralleled by (insert something).
The takeover of the banks is the fifth phase in Israeli political economy. The first phase is the dream of Borochovist Socialism. The second is the reality of the increase in urban population during the 4th and 5th aliyot. The third is the Begin free market revolution. The fourth is the actual populist economics of Begin's first term. The fifth is the realist bailout.
Measures to control inflation were only adopted after inflation reached almost 450\% in 1984.\autocite[16]{Zilberfarb} This paper will argue that this inflation was caused directly by the bank shares crisis, but rather by the government response to the bank shares crisis. It is then the government's response which marks an important turning point in Israeli political economy. When the government promised to reimburse share owners for the loss in value of the bank shares, this was believed by the public. This implicitly increased the government debt in the eyes of the public and led to an increased expected future inflation.\autocite[1]{Sargent2011}
\nocite{*}
\end{doublespace}
\printbibliography
\end{document}