From ec65fc38dba9a20aa1b0474198a552ae6ecd5ff2 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Tue, 7 Sep 2021 22:39:14 +0100 Subject: Changing topic --- Makefile | 4 ++++ paper.md | 18 +++--------------- reference.bib | 31 +++++++++++++++++++++++++++++-- 3 files changed, 36 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 289586b..5d9f26f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,11 @@ build: cp *md target/ pandoc -C target/paper.md -o target/paper.pdf -H https://mohit.uk/formatting.tex --pdf-engine=xelatex -V fontsize:12pt pandoc -C target/paper.md --css=https://mohit.uk/document.css -s -o target/paper.html +plan: + pandoc target/plan.md -o target/plan.pdf --pdf-engine=pdfroff read: zathura target/paper.pdf& clean: rm -rf target +count: + wc -w paper.md diff --git a/paper.md b/paper.md index c04fc6c..0556651 100644 --- a/paper.md +++ b/paper.md @@ -1,5 +1,5 @@ --- -title: The law and ethics +title: Freedom of speech in the internet age author: Mohit Agarwal date: September 2021 bibliography: ["reference.bib"] @@ -9,20 +9,8 @@ papersize: a4 nocite: '@*' --- + -One might hope that the law and ethics are significantly linked. -Criminal law might be seen as serving to ensure that unethical -activities are discouraged and punished. By arresting people for a -crime that we see as unethical we can deliver justified punishment, -make offenders account for criminal activity and in some cases protect -the community from those people and to 'repay' something to society or -the community. [@sep-criminal-law] - - -Prevent wrongdoing -prohibition: alcohol, and then drugs - -In reality law and ethics, although presented to have some connection -are deeply disconnected in our societies. # References and bibliography diff --git a/reference.bib b/reference.bib index 4151779..f917fae 100644 --- a/reference.bib +++ b/reference.bib @@ -16,7 +16,7 @@ edition = {{F}all 2021}, publisher = {Metaphysics Research Lab, Stanford University} } -@InCollection{england-wales-crime, +InCollection{england-wales-crime, title = "Crime in England and Wales: Appendix tables", author = "Meghan Elkin", year = "2021", @@ -24,4 +24,31 @@ edition = "Year ending March 2021", url = "https://www.ons.gov.uk/peoplepopulationandcommunity/crimeandjustice/datasets/crimeinenglandandwalesappendixtables" } - +@article{prohibition-backfire, + title = "How Prohibition backfired and gave America an era of gangsters and speakeasies", + author = "Dominic Sandbrook", + year = "2021", + journal = "The Guardian", + url = "https://www.theguardian.com/film/2012/aug/26/lawless-prohibition-gangsters-speakeasies" +} +@article{prohibition-alcohol, + title = "Why didn’t prohibition work? You asked Google – here’s the answer", + author = "Stephen Moss", + year = "2016", + journal = "The Guardian", + url = "https://www.theguardian.com/commentisfree/2016/mar/30/prohibition-google-autocomplete" +} +@article{prohibition-success, + title = "Actually, Prohibition Was a Success", + author = "Mark H. Moore", + year = "1989", + journal = "The New York Times", + url = "https://www.nytimes.com/1989/10/16/opinion/actually-prohibition-was-a-success.html" +} +@article{cato-prohibition-failure, + title = "Alcohol Prohibition Was a Failure", + author = "Mark Thornton", + year = "1991", + journal = "Cato Institute", + url = "https://www.cato.org/policy-analysis/alcohol-prohibition-was-failure" +} -- cgit v1.2.3