summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohit Agarwal <mohit.agarwal@sky.com>2021-06-30 20:46:31 +0100
committerMohit Agarwal <mohit.agarwal@sky.com>2021-06-30 20:46:31 +0100
commit0c899387cf3e3df1c432290368eaef0c92ea221b (patch)
treede11e7ff89dbfa967afd1a0e8b3e56f8a662a3ca
Initial commit
-rw-r--r--.gitignore1
-rw-r--r--brief.txt10
-rwxr-xr-xcompile.sh1
-rw-r--r--ending.tex7
-rw-r--r--formatting.tex48
-rw-r--r--opening.tex15
-rw-r--r--paper.docxbin0 -> 11036 bytes
-rw-r--r--paper.html170
-rw-r--r--paper.pdfbin0 -> 12609 bytes
-rw-r--r--paper.tex45
-rw-r--r--reference.bib0
11 files changed, 297 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c671d85
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/latex.out
diff --git a/brief.txt b/brief.txt
new file mode 100644
index 0000000..1bf9844
--- /dev/null
+++ b/brief.txt
@@ -0,0 +1,10 @@
+The Julia Wood Prize
+The Julia Wood 2021 essay competition is now open!
+
+Established in 1971, in memory of a St Hugh’s College alumna, the Julia Wood Prize is an annual History essay competition open to Sixth Form pupils who have not been in the Sixth Form of any school or college for a period of more than two years. The Prize, worth up to £500, is offered by the Principal and Fellows of St Hugh’s College for the best historical essay submitted by the closing date.
+
+The choice of historical subject is left to candidates. Essays should be between two thousand and four thousand words and submitted by the candidate as a Microsoft Word document through the form on the College website.
+
+Essays should be submitted by 5pm on Friday 30th July 2021. The winner will be announced on the College website by the end of September 2021. The winning essay will be published on the College’s website.
+Julia Wood Prize Submissions Form
+Please use this form to upload your submission for the Julia Wood Prize.
diff --git a/compile.sh b/compile.sh
new file mode 100755
index 0000000..a63872c
--- /dev/null
+++ b/compile.sh
@@ -0,0 +1 @@
+latexrun --latex-cmd xelatex paper.tex&
diff --git a/ending.tex b/ending.tex
new file mode 100644
index 0000000..c52665c
--- /dev/null
+++ b/ending.tex
@@ -0,0 +1,7 @@
+\nocite{*}
+
+\bibliographystyle{acm}
+
+\bibliography{reference}
+
+\end{document}
diff --git a/formatting.tex b/formatting.tex
new file mode 100644
index 0000000..11dbfe6
--- /dev/null
+++ b/formatting.tex
@@ -0,0 +1,48 @@
+\documentclass[12pt, oneside]{extarticle}
+
+\sloppy
+
+\hyphenpenalty=10000
+\hbadness=10000
+
+\PassOptionsToPackage{hyphens}{url}
+\usepackage{titlesec}
+\usepackage{xcolor}
+\usepackage[top=1.3in, bottom=1.5in, right=1.9in, left=1.9in]{geometry}
+
+\usepackage[scale=0.82]{plex-mono}
+\usepackage[scale=0.87]{plex-sans}
+
+\usepackage{titling}
+
+\setlength{\parskip}{0.5em}
+
+\renewcommand{\familydefault}{\sfdefault}
+
+\renewcommand\refname{\bfseries Bibliography and references}
+
+\usepackage[
+% backref=page
+]{hyperref}
+
+\hypersetup{
+ colorlinks,
+ citecolor=red,
+ filecolor=black,
+ linkcolor=black,
+ urlcolor=teal
+}
+
+\newenvironment{myquote}
+{
+ \list{}
+ { \leftmargin=0.4in\rightmargin=0.4in}
+\item[]
+}
+{\endlist}
+
+\titleformat{\section}{\large\bfseries}{}{0em}{}
+
+\begin{document}
+
+\input{opening.tex}
diff --git a/opening.tex b/opening.tex
new file mode 100644
index 0000000..98c7cd4
--- /dev/null
+++ b/opening.tex
@@ -0,0 +1,15 @@
+\setlength{\droptitle}{-3cm}
+
+\pretitle{\begin{flushleft}\LARGE\itshape}
+\posttitle{\par\end{flushleft}}
+\preauthor{\begin{flushleft}\vspace{-10pt}\large}
+\postauthor{\end{flushleft}}
+\predate{\begin{flushleft}\vspace{-5pt}\large}
+\postdate{\par\end{flushleft}}
+
+\title{The Stasi and the nature of surveillance}
+\author{Mohit Agarwal}
+\date{June 2021}
+\maketitle
+
+
diff --git a/paper.docx b/paper.docx
new file mode 100644
index 0000000..a895e93
--- /dev/null
+++ b/paper.docx
Binary files differ
diff --git a/paper.html b/paper.html
new file mode 100644
index 0000000..67f5fe5
--- /dev/null
+++ b/paper.html
@@ -0,0 +1,170 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
+<head>
+ <meta charset="utf-8" />
+ <meta name="generator" content="pandoc" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
+ <meta name="author" content="Mohit Agarwal &lt;https://mohit.uk&gt;" />
+ <title>The Stasi and the modern capacity for military intelligence</title>
+ <style>
+ html {
+ line-height: 1.5;
+ font-family: Georgia, serif;
+ font-size: 20px;
+ color: #1a1a1a;
+ background-color: #fdfdfd;
+ }
+ body {
+ margin: 0 auto;
+ max-width: 36em;
+ padding-left: 50px;
+ padding-right: 50px;
+ padding-top: 50px;
+ padding-bottom: 50px;
+ hyphens: auto;
+ word-wrap: break-word;
+ text-rendering: optimizeLegibility;
+ font-kerning: normal;
+ }
+ @media (max-width: 600px) {
+ body {
+ font-size: 0.9em;
+ padding: 1em;
+ }
+ }
+ @media print {
+ body {
+ background-color: transparent;
+ color: black;
+ font-size: 12pt;
+ }
+ p, h2, h3 {
+ orphans: 3;
+ widows: 3;
+ }
+ h2, h3, h4 {
+ page-break-after: avoid;
+ }
+ }
+ p {
+ margin: 1em 0;
+ }
+ a {
+ color: #1a1a1a;
+ }
+ a:visited {
+ color: #1a1a1a;
+ }
+ img {
+ max-width: 100%;
+ }
+ h1, h2, h3, h4, h5, h6 {
+ margin-top: 1.4em;
+ }
+ h1{
+ font-size: 28px;
+ }
+ h5, h6 {
+ font-size: 1em;
+ font-style: italic;
+ }
+ h6 {
+ font-weight: normal;
+ }
+ ol, ul {
+ padding-left: 1.7em;
+ margin-top: 1em;
+ }
+ li > ol, li > ul {
+ margin-top: 0;
+ }
+ blockquote {
+ margin: 1em 0 1em 1.7em;
+ padding-left: 1em;
+ border-left: 2px solid #e6e6e6;
+ color: #606060;
+ }
+ code {
+ font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
+ font-size: 85%;
+ margin: 0;
+ }
+ pre {
+ margin: 1em 0;
+ overflow: auto;
+ }
+ pre code {
+ padding: 0;
+ overflow: visible;
+ }
+ .sourceCode {
+ background-color: transparent;
+ overflow: visible;
+ }
+ hr {
+ background-color: #1a1a1a;
+ border: none;
+ height: 1px;
+ margin: 1em 0;
+ }
+ table {
+ margin: 1em 0;
+ border-collapse: collapse;
+ width: 100%;
+ overflow-x: auto;
+ display: block;
+ font-variant-numeric: lining-nums tabular-nums;
+ }
+ table caption {
+ margin-bottom: 0.75em;
+ }
+ tbody {
+ margin-top: 0.5em;
+ border-top: 1px solid #1a1a1a;
+ border-bottom: 1px solid #1a1a1a;
+ }
+ th {
+ border-top: 1px solid #1a1a1a;
+ padding: 0.25em 0.5em 0.25em 0.5em;
+ }
+ td {
+ padding: 0.125em 0.5em 0.25em 0.5em;
+ }
+ header {
+ margin-bottom: 4em;
+ text-align: center;
+ }
+ #TOC li {
+ list-style: none;
+ }
+ #TOC a:not(:hover) {
+ text-decoration: none;
+ }
+ code{white-space: pre-wrap;}
+ span.smallcaps{font-variant: small-caps;}
+ span.underline{text-decoration: underline;}
+ div.column{display: inline-block; vertical-align: top; width: 50%;}
+ div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
+ ul.task-list{list-style: none;}
+ .display.math{display: block; text-align: center; margin: 0.5rem auto;}
+ </style>
+ <!--[if lt IE 9]>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
+ <![endif]-->
+</head>
+<body>
+<header id="title-block-header">
+<h1 class="title">The Stasi and the modern capacity for military intelligence</h1>
+<p class="author">Mohit Agarwal &lt;<a href="https://mohit.uk">https://mohit.uk</a>&gt;</p>
+<p class="date">June 2021</p>
+</header>
+<p>The role military intelligence has played both internationally and domestically has greatly increased following modern developments and continues to rapidly expand.</p>
+<h1 id="technology-enables-surveillance">Technology enables surveillance (?)</h1>
+<h1 id="the-stasi">The Stasi</h1>
+<h1 id="the-present-day">The present day</h1>
+<p>The traditional means by which enforcement authorities may investigate an individual or organisation is by obtaining permission to do so on the basis of adequate suspicion of illegal activity. Such a requirement prevents the unnecessary and ongoing violation of individual rights that may be considered highly present in societies around the world, enabled in part or in whole by modern technology.</p>
+<p>In a sense, modern technology could have been the ultimate enabler for privacy. The promise of modern encryption is such that a communication physically cannot be read by anyone other than the intended recipient, and the decentralised nature of the internet could mean an escape from central authorities in our communication such as a governmental postal service.</p>
+<h1 id="the-future">The future</h1>
+<h1 id="conclusions">Conclusions</h1>
+</body>
+</html>
diff --git a/paper.pdf b/paper.pdf
new file mode 100644
index 0000000..0cc2a92
--- /dev/null
+++ b/paper.pdf
Binary files differ
diff --git a/paper.tex b/paper.tex
new file mode 100644
index 0000000..a2d3e52
--- /dev/null
+++ b/paper.tex
@@ -0,0 +1,45 @@
+\input{formatting.tex}
+
+The role military intelligence has played both internationally and
+domestically has greatly increased following modern developments and
+continues to rapidly expand.
+
+\section{Surveillance in powerful systems}
+
+A government may get involved in the regular surveillance of its
+citizens for many reasons. The interception of communications are
+readily visible (inelegant) including the interception of mail in the
+American colonies by the British in the years before the American
+Revolution. This also included the change and destruction of
+information, yet the purpose remains the same as modern surveillance:
+to watch over citizens that the ruling authority does not trust or
+claims cannot be trusted. Those who wish to monitor modern electronic
+communications may suggest that such an operation exists in the
+interest of the safety of the public, by stopping crime and terrorism.
+
+\section{The Stasi}
+
+The methods of the Stasi are often described as inducing fear in
+citizens.
+
+\section{The present day}
+
+The traditional means by which enforcement authorities may investigate
+an individual or organisation is by obtaining permission to do so on
+the basis of adequate suspicion of illegal activity. Such a
+requirement prevents the unnecessary and ongoing violation of
+individual rights that may be considered highly present in societies
+around the world, enabled in part or in whole by modern technology.
+
+In a sense, modern technology could have been the ultimate enabler for
+privacy. The promise of modern encryption is such that a communication
+physically cannot be read by anyone other than the intended recipient,
+and the decentralised nature of the internet could mean an escape from
+central authorities in our communication such as a governmental postal
+service.
+
+\section{The future}
+
+\section{Conclusions}
+
+\input{ending.tex}
diff --git a/reference.bib b/reference.bib
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/reference.bib