From a5f247a282db2ca3c756346466d5e46ade46042e Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 2 Jun 2024 18:22:21 +0200 Subject: Add csl style --- Proposal.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'Proposal.md') diff --git a/Proposal.md b/Proposal.md index d1a5bc7..ebb07fc 100644 --- a/Proposal.md +++ b/Proposal.md @@ -1,3 +1,15 @@ +--- +title: A computing platform that embraces the language +bibliography: bibliography.bib +reference-section-title: Bibliography +link-citations: true +link-bibliography: true +csl: acm-sig-proceedings-long-author-list.csl + +# How to cite: +# https://pandoc.org/chunkedhtml-demo/8.20-citation-syntax.html +... + # A computing platform that embraces the language ## UNIX's influence @@ -69,12 +81,12 @@ integer-interpreter. This leaks too many details to the user/developer. ### Shell (fork+exec) -Metion "a fork in the road" paper. -We can do better. Fork+exec embraces the Unix model, not the language. +We can do better. Fork+exec embraces the Unix model [@fork:Baumann], not the +language. ### Users (now used for permissions) -Users as persons using the computer, not as programs. I'm the only user of this +Users as people using the computer, not as programs. I'm the only user of this machine. ### Permissions @@ -149,3 +161,4 @@ installed in a conventional machine. Oberon, TempleOS... Computing for one person. That one person can totally manipulate, alone. + -- cgit v1.2.3