pmc-aesthetics-pres

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

commit 8fac2d06246178862291e5d0e9d8cc646348e471
parent e0d1d92ac604f70c6104b1bfe7f90e8283678b67
Author: Brendan Howell <brendan@howell-ersatz.com>
Date:   Fri, 24 Mar 2023 16:52:26 +0100

added build script and automated downloads from pads

Diffstat:
ALIMITS_PAPER/make_pdf.sh | 13+++++++++++++
MLIMITS_PAPER/pmc_aesthetics.tex | 71+++++++++++++++++++++++++++--------------------------------------------
2 files changed, 40 insertions(+), 44 deletions(-)

diff --git a/LIMITS_PAPER/make_pdf.sh b/LIMITS_PAPER/make_pdf.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +echo Downloading Paper source +curl -o body.tex https://pad.vvvvvvaria.org/pmc_aesthetics-toc-limits/export/txt +echo Downloading bibtex source +curl -o pmc_aesthetics.bib https://pad.vvvvvvaria.org/pmc_aesthetics_limits.bib/export/txt +echo Compiling LaTeX - ROUND 1 +lualatex pmc_aesthetics +echo Compiling BibTeX +bibtex pmc_aesthetics +echo Compiling LaTeX - ROUND II +lualatex pmc_aesthetics +echo "Compiling LaTeX to PDF... FINALLY!" +lualatex pmc_aesthetics diff --git a/LIMITS_PAPER/pmc_aesthetics.tex b/LIMITS_PAPER/pmc_aesthetics.tex @@ -1,4 +1,4 @@ -\documentclass[sigconf]{acmart} +\documentclass[sigconf,9pt]{acmart} \begin{document} @@ -30,51 +30,34 @@ \acmPrice{} -\begin{abstract} - blah blah -\end{abstract} +\keywords{datasets, neural networks, gaze detection, text tagging} + +\input{body} + +%\section{Introduction} +%blorp diddy blorp diddy blorp \cite{pye_1968} + +%%% Testing for length +%\newcount\zz +%\loop +%\section{Borf} +%Permacomputing is a nascent concept and a community of practice oriented around issues of resilience and regenerativity in digital technology. At the heart of permacomputing are design principles that embrace limits and constraints as a positive thing, as well as being creative with available computational resources. maximisation, hyperconsumerism, and waste. In terms of implications for design, this means that next to a more formal understanding of aesthetics­—how things look—there is also an urgency for permacomputing to critically engage with how things work, how they are created, how they are situated, the conditions of their creation and their component materials. +%\advance\zz1 +%\ifnum\zz<55 +%\repeat + +%% This is an example of how to do an illustration figure +%% don't forget to add image files to the repo +%\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} -\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}