-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed4afcd
commit 37c0482
Showing
7 changed files
with
93 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
%% contents suppressed with 'anonymous' | ||
%% Commands \grantsponsor{<sponsorID>}{<name>}{<url>} and | ||
%% \grantnum[<url>]{<sponsorID>}{<number>} should be used to | ||
%% acknowledge financial support and will be used by metadata | ||
%% extraction tools. | ||
Thank you for reading and feedback! | ||
|
||
Andrey Mokhov is funded by a Royal Society Industry Fellowship on the topic | ||
``Towards Cloud Build Systems with Dynamic Dependency Graphs''. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
%% For double-blind review submission, w/o CCS and ACM Reference (max submission space) | ||
\documentclass[acmsmall,review,anonymous]{acmart}\settopmatter{printfolios=true,printccs=false,printacmref=false} | ||
% \documentclass[acmsmall,review,anonymous]{acmart}\settopmatter{printfolios=true,printccs=false,printacmref=false} | ||
%% For double-blind review submission, w/ CCS and ACM Reference | ||
%\documentclass[acmsmall,review,anonymous]{acmart}\settopmatter{printfolios=true} | ||
%% For single-blind review submission, w/o CCS and ACM Reference (max submission space) | ||
%\documentclass[acmsmall,review]{acmart}\settopmatter{printfolios=true,printccs=false,printacmref=false} | ||
% For single-blind review submission, w/o CCS and ACM Reference (max submission space) | ||
\documentclass[acmsmall,review]{acmart}\settopmatter{printfolios=true,printccs=false,printacmref=false} | ||
%% For single-blind review submission, w/ CCS and ACM Reference | ||
%\documentclass[acmsmall,review]{acmart}\settopmatter{printfolios=true} | ||
%% For final camera-ready submission, w/ required CCS and ACM Reference | ||
|
@@ -48,6 +48,7 @@ | |
\usepackage[utf8]{inputenc} | ||
\usepackage[T1]{fontenc} | ||
\usepackage{xspace} | ||
\usepackage{fancyhdr} | ||
|
||
% Haskell code snippets and useful shortcuts | ||
\usepackage{minted} | ||
|
@@ -86,63 +87,64 @@ | |
%% [Short title] Title | ||
\title[Build Systems \`a la Carte]{Build Systems \`a la Carte} | ||
% \titlenote{with title note} | ||
% \subtitle{Subtitle} | ||
\subtitle{(Under review, feedback is sought)} | ||
% \subtitlenote{with subtitle note} | ||
|
||
%% Author information | ||
%% Contents and number of authors suppressed with 'anonymous'. | ||
%% Each author should be introduced by \author, followed by | ||
%% \authornote (optional), \orcid (optional), \affiliation, and | ||
%% \email. | ||
%% An author may have multiple affiliations and/or emails; repeat the | ||
%% appropriate command. | ||
%% Many elements are not rendered, but should be provided for metadata | ||
%% extraction tools. | ||
|
||
%% Author with single affiliation. | ||
\author{First1 Last1} | ||
\authornote{with author1 note} %% \authornote is optional; | ||
%% can be repeated if necessary | ||
\orcid{nnnn-nnnn-nnnn-nnnn} %% \orcid is optional | ||
\author{Andrey Mokhov} | ||
\affiliation{ | ||
\position{Position1} | ||
\department{Department1} %% \department is recommended | ||
\institution{Institution1} %% \institution is required | ||
\streetaddress{Street1 Address1} | ||
\city{City1} | ||
\state{State1} | ||
\postcode{Post-Code1} | ||
\country{Country1} %% \country is recommended | ||
\department{School of Engineering} | ||
\institution{Newcastle University} | ||
\city{Newcastle upon Tyne} | ||
\country{United Kingdom} | ||
} | ||
\email{[email protected]} %% \email is recommended | ||
\email{[email protected]} | ||
|
||
%% Author with two affiliations and emails. | ||
\author{First2 Last2} | ||
\authornote{with author2 note} %% \authornote is optional; | ||
%% can be repeated if necessary | ||
\orcid{nnnn-nnnn-nnnn-nnnn} %% \orcid is optional | ||
\author{Neil Mitchell} | ||
\affiliation{ | ||
\position{Position2a} | ||
\department{Department2a} %% \department is recommended | ||
\institution{Institution2a} %% \institution is required | ||
\streetaddress{Street2a Address2a} | ||
\city{City2a} | ||
\state{State2a} | ||
\postcode{Post-Code2a} | ||
\country{Country2a} %% \country is recommended | ||
\institution{Digital Asset} | ||
\country{United Kingdom} | ||
} | ||
\email{[email protected]} %% \email is recommended | ||
\email{[email protected]} | ||
|
||
\author{Simon Peyton Jones} | ||
\affiliation{ | ||
\position{Position2b} | ||
\department{Department2b} %% \department is recommended | ||
\institution{Institution2b} %% \institution is required | ||
\streetaddress{Street3b Address2b} | ||
\city{City2b} | ||
\state{State2b} | ||
\postcode{Post-Code2b} | ||
\country{Country2b} %% \country is recommended | ||
\institution{Microsoft Research} | ||
\city{Cambridge} | ||
\country{United Kingdom} | ||
} | ||
\email{[email protected]} %% \email is recommended | ||
\email{[email protected]} | ||
|
||
%% Author with two affiliations and emails. | ||
% \author{First2 Last2} | ||
% \authornote{with author2 note} %% \authornote is optional; | ||
% %% can be repeated if necessary | ||
% \orcid{nnnn-nnnn-nnnn-nnnn} %% \orcid is optional | ||
% \affiliation{ | ||
% \position{Position2a} | ||
% \department{Department2a} %% \department is recommended | ||
% \institution{Institution2a} %% \institution is required | ||
% \streetaddress{Street2a Address2a} | ||
% \city{City2a} | ||
% \state{State2a} | ||
% \postcode{Post-Code2a} | ||
% \country{Country2a} %% \country is recommended | ||
% } | ||
% \email{[email protected]} %% \email is recommended | ||
% \affiliation{ | ||
% \position{Position2b} | ||
% \department{Department2b} %% \department is recommended | ||
% \institution{Institution2b} %% \institution is required | ||
% \streetaddress{Street3b Address2b} | ||
% \city{City2b} | ||
% \state{State2b} | ||
% \postcode{Post-Code2b} | ||
% \country{Country2b} %% \country is recommended | ||
% } | ||
% \email{[email protected]} %% \email is recommended | ||
|
||
\begin{abstract} | ||
Build systems are awesome, terrifying -- and unloved. | ||
|
@@ -174,8 +176,7 @@ | |
\ccsdesc[500]{Software and its engineering~General programming languages} | ||
\ccsdesc[300]{Social and professional topics~History of programming languages} | ||
%% End of generated code | ||
|
||
% \keywords{functional programming, build systems} | ||
% \keywords{build systems, functional programming, algorithms} | ||
|
||
\maketitle | ||
|
||
|
@@ -195,7 +196,10 @@ | |
%% \grantnum[<url>]{<sponsorID>}{<number>} should be used to | ||
%% acknowledge financial support and will be used by metadata | ||
%% extraction tools. | ||
We would like to thank ... | ||
Thank you for reading and feedback! | ||
|
||
Andrey Mokhov is funded by a Royal Society Industry Fellowship on the topic | ||
``Towards Cloud Build Systems with Dynamic Dependency Graphs''. | ||
\end{acks} | ||
|
||
\bibliography{refs} | ||
|