pmc-aesthetics-pres

presentation files about permacomputing aesthetics
git clone https://git.bleu255.com/repos/pmc-aesthetics-pres.git
Log | Files | Refs

commit e0d1d92ac604f70c6104b1bfe7f90e8283678b67
parent 8886ea35f57d95eb1b5679bfa6347bf774501a11
Author: Brendan Howell <brendan@howell-ersatz.com>
Date:   Tue, 21 Mar 2023 11:59:20 +0100

setup LaTeX and BibTex for limits2023 paper

Diffstat:
ALIMITS_PAPER/.gitignore | 35+++++++++++++++++++++++++++++++++++
ALIMITS_PAPER/pmc_aesthetics.bib | 15+++++++++++++++
ALIMITS_PAPER/pmc_aesthetics.pdf | 0
ALIMITS_PAPER/pmc_aesthetics.tex | 83+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Aapplehq.xcf | 0
5 files changed, 133 insertions(+), 0 deletions(-)

diff --git a/LIMITS_PAPER/.gitignore b/LIMITS_PAPER/.gitignore @@ -0,0 +1,34 @@ +acmart.cls +acmart.pdf +acmguide.pdf +samples/sample-*.pdf +*.log +*.aux +*.cfg +*.glo +*.idx +*.toc +*.ilg +*.ind +*.out +*.lof +*.lot +*.bbl +*.blg +*.gls +*.cut +*.hd +*.dvi +*.ps +*.thm +*.tgz +*.zip +*.rpi +*~ +*.bcf +*.run.xml +samples/ACM-Reference-Format.bst +samples/*.tex +samples/*.bbx +samples/*.cbx +samples/*.dbx +\ No newline at end of file diff --git a/LIMITS_PAPER/pmc_aesthetics.bib b/LIMITS_PAPER/pmc_aesthetics.bib @@ -0,0 +1,15 @@ +@Article{Borf1942, + author = "Billiam Borf", + title = "Biden hates BORF", + journal = "Communications of the BORF", + volume = "50", + number = "1", + month = jan, + year = "2007", + pages = "36--44", + doi = "10.1145/1188913.1188915", + url = "http://doi.acm.org/10.1145/1219092.1219093", + note = "", +} + +@book{pye_1968, place={Cambridge, UK}, title={The nature and art of workmanship}, publisher={CUP}, author={Pye, David}, year={1968},} diff --git a/LIMITS_PAPER/pmc_aesthetics.pdf b/LIMITS_PAPER/pmc_aesthetics.pdf Binary files differ. diff --git a/LIMITS_PAPER/pmc_aesthetics.tex b/LIMITS_PAPER/pmc_aesthetics.tex @@ -0,0 +1,83 @@ +\documentclass[sigconf]{acmart} + +\begin{document} + +\title[Permacomputing Aesthetics]{Permacomputing Aesthetics: Potential and Limits of Design + Constraints in Computational Culture} + +\author{Brendan Howell} +\email{brendan@howell-ersatz.com} +\affiliation{ + \institution{The Howell-Ersatz Co.} + \city{Berlin} + \country{Germany} +} + +\author{Aymeric Mansoux} +\email{webmaster@marysville-ohio.com} +\affiliation{% + \institution{Institute for Clarity in Documentation} + \streetaddress{P.O. Box 1212} + \city{Dublin} + \state{Ohio} + \country{USA} + \postcode{43017-6221} +} + +\author{Dušan Barok} + +\author{Ville-Matias Heikkilä} + +\acmPrice{} + +\begin{abstract} + blah blah +\end{abstract} + + +\keywords{datasets, neural networks, gaze detection, text tagging} +%% A "teaser" image appears between the author and affiliation +%% information and the body of the document, and typically spans the +%% page. +\begin{teaserfigure} + \includegraphics[width=\textwidth]{sampleteaser} + \caption{A permacomputing teaser image that sets the tone} + \Description{Permacomputing Teaser image full width } + \label{fig:teaser} +\end{teaserfigure} + +\received{20 February 2007} +\received[revised]{12 March 2009} +\received[accepted]{5 June 2009} + +\setcopyright{none} + +\maketitle +\renewcommand{\shortauthors}{Mansoux et al.} + +\section{Introduction} +blorp diddy blorp diddy blorp \cite{pye_1968} + +\begin{figure}[h] + \centering + \includegraphics[width=\linewidth]{sample-franklin} + \caption{1907 Franklin Model D roadster. Photograph by Harris \& + Ewing, Inc. [Public domain], via Wikimedia + Commons. (\url{https://goo.gl/VLCRBB}).} + \Description{A woman and a girl in white dresses sit in an open car.} +\end{figure} + +wham bam do that jam + +%acknowledgements and thanks go here +\begin{acks} + Thanks to GAIA. + + Also thanks to our families and all the trees in our neighborhods. +\end{acks} + +\bibliographystyle{ACM-Reference-Format} +\bibliography{pmc_aesthetics} + +\end{document} +\endinput diff --git a/applehq.xcf b/applehq.xcf Binary files differ.