diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-09-07 22:39:14 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-09-07 22:39:14 +0100 |
| commit | ec65fc38dba9a20aa1b0474198a552ae6ecd5ff2 (patch) | |
| tree | 4ce812d9ab170a39a2da33a8f6fa87a5456e8278 | |
| parent | 866291b17e6b9b15cf3ab801837838040c283c46 (diff) | |
Changing topic
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | paper.md | 18 | ||||
| -rw-r--r-- | reference.bib | 31 |
3 files changed, 36 insertions, 17 deletions
@@ -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 @@ -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: '@*' --- <!-- *y --> +<!-- Should we rethink the nature and limits of freedom of speech in +the internet age? --> -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" +} |
