-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 24e6e08
Showing
9 changed files
with
3,976 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,220 @@ | ||
## Core latex/pdflatex auxiliary files: | ||
*.aux | ||
*.lof | ||
*.log | ||
*.lot | ||
*.fls | ||
*.out | ||
*.toc | ||
*.fmt | ||
*.fot | ||
*.cb | ||
*.cb2 | ||
|
||
## Intermediate documents: | ||
*.dvi | ||
*-converted-to.* | ||
# these rules might exclude image files for figures etc. | ||
# *.ps | ||
# *.eps | ||
|
||
## Generated if empty string is given at "Please type another file name for output:" | ||
|
||
## Bibliography auxiliary files (bibtex/biblatex/biber): | ||
*.bbl | ||
*.bcf | ||
*.blg | ||
*-blx.aux | ||
*-blx.bib | ||
*.run.xml | ||
|
||
## Build tool auxiliary files: | ||
*.fdb_latexmk | ||
*.synctex | ||
*.synctex(busy) | ||
*.synctex.gz | ||
*.synctex.gz(busy) | ||
*.pdfsync | ||
|
||
## Auxiliary and intermediate files from other packages: | ||
# algorithms | ||
*.alg | ||
*.loa | ||
|
||
# achemso | ||
acs-*.bib | ||
|
||
# amsthm | ||
*.thm | ||
|
||
# beamer | ||
*.nav | ||
*.pre | ||
*.snm | ||
*.vrb | ||
|
||
# changes | ||
*.soc | ||
|
||
# cprotect | ||
*.cpt | ||
|
||
# elsarticle (documentclass of Elsevier journals) | ||
*.spl | ||
|
||
# endnotes | ||
*.ent | ||
|
||
# fixme | ||
*.lox | ||
|
||
# feynmf/feynmp | ||
*.mf | ||
*.mp | ||
*.t[1-9] | ||
*.t[1-9][0-9] | ||
*.tfm | ||
|
||
#(r)(e)ledmac/(r)(e)ledpar | ||
*.end | ||
*.?end | ||
*.[1-9] | ||
*.[1-9][0-9] | ||
*.[1-9][0-9][0-9] | ||
*.[1-9]R | ||
*.[1-9][0-9]R | ||
*.[1-9][0-9][0-9]R | ||
*.eledsec[1-9] | ||
*.eledsec[1-9]R | ||
*.eledsec[1-9][0-9] | ||
*.eledsec[1-9][0-9]R | ||
*.eledsec[1-9][0-9][0-9] | ||
*.eledsec[1-9][0-9][0-9]R | ||
|
||
# glossaries | ||
*.acn | ||
*.acr | ||
*.glg | ||
*.glo | ||
*.gls | ||
*.glsdefs | ||
|
||
# gnuplottex | ||
*-gnuplottex-* | ||
|
||
# gregoriotex | ||
*.gaux | ||
*.gtex | ||
|
||
# hyperref | ||
*.brf | ||
|
||
# knitr | ||
*-concordance.tex | ||
# TODO Comment the next line if you want to keep your tikz graphics files | ||
*.tikz | ||
*-tikzDictionary | ||
|
||
# listings | ||
*.lol | ||
|
||
# makeidx | ||
*.idx | ||
*.ilg | ||
*.ind | ||
*.ist | ||
|
||
# minitoc | ||
*.maf | ||
*.mlf | ||
*.mlt | ||
*.mtc[0-9]* | ||
*.slf[0-9]* | ||
*.slt[0-9]* | ||
*.stc[0-9]* | ||
|
||
# minted | ||
_minted* | ||
*.pyg | ||
|
||
# morewrites | ||
*.mw | ||
|
||
# nomencl | ||
*.nlo | ||
|
||
# pax | ||
*.pax | ||
|
||
# pdfpcnotes | ||
*.pdfpc | ||
|
||
# sagetex | ||
*.sagetex.sage | ||
*.sagetex.py | ||
*.sagetex.scmd | ||
|
||
# scrwfile | ||
*.wrt | ||
|
||
# sympy | ||
*.sout | ||
*.sympy | ||
sympy-plots-for-*.tex/ | ||
|
||
# pdfcomment | ||
*.upa | ||
*.upb | ||
|
||
# pythontex | ||
*.pytxcode | ||
pythontex-files-*/ | ||
|
||
# thmtools | ||
*.loe | ||
|
||
# TikZ & PGF | ||
*.dpth | ||
*.md5 | ||
*.auxlock | ||
|
||
# todonotes | ||
*.tdo | ||
|
||
# easy-todo | ||
*.lod | ||
|
||
# xindy | ||
*.xdy | ||
|
||
# xypic precompiled matrices | ||
*.xyc | ||
|
||
# endfloat | ||
*.ttt | ||
*.fff | ||
|
||
# Latexian | ||
TSWLatexianTemp* | ||
|
||
## Editors: | ||
# WinEdt | ||
*.bak | ||
*.sav | ||
|
||
# Texpad | ||
.texpadtmp | ||
|
||
# Kile | ||
*.backup | ||
|
||
# KBibTeX | ||
*~[0-9]* | ||
|
||
# auto folder when using emacs and auctex | ||
/auto/* | ||
|
||
# expex forward references with \gathertags | ||
*-tags.tex |
169 changes: 169 additions & 0 deletions
169
...borative Platform: The Web Archives for Longitudinal Knowledge Project/sample-sigconf.tex
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,169 @@ | ||
\documentclass[sigconf]{acmart} | ||
|
||
\usepackage{booktabs} % For formal tables | ||
|
||
|
||
% Copyright | ||
%\setcopyright{none} | ||
%\setcopyright{acmcopyright} | ||
%\setcopyright{acmlicensed} | ||
\setcopyright{rightsretained} | ||
%\setcopyright{usgov} | ||
%\setcopyright{usgovmixed} | ||
%\setcopyright{cagov} | ||
%\setcopyright{cagovmixed} | ||
|
||
|
||
% DOI | ||
\acmDOI{10.475/123_4} | ||
|
||
% ISBN | ||
\acmISBN{123-4567-24-567/08/06} | ||
|
||
%Conference | ||
\acmConference[WOODSTOCK'97]{ACM Woodstock conference}{July 1997}{El | ||
Paso, Texas USA} | ||
\acmYear{1997} | ||
\copyrightyear{2016} | ||
|
||
\acmPrice{15.00} | ||
|
||
|
||
\begin{document} | ||
\title{SIG Proceedings Paper in LaTeX Format} | ||
\titlenote{Produces the permission block, and | ||
copyright information} | ||
\subtitle{Extended Abstract} | ||
\subtitlenote{The full version of the author's guide is available as | ||
\texttt{acmart.pdf} document} | ||
|
||
|
||
\author{Ben Trovato} | ||
\authornote{Dr.~Trovato insisted his name be first.} | ||
\orcid{1234-5678-9012} | ||
\affiliation{% | ||
\institution{Institute for Clarity in Documentation} | ||
\streetaddress{P.O. Box 1212} | ||
\city{Dublin} | ||
\state{Ohio} | ||
\postcode{43017-6221} | ||
} | ||
\email{trovato@corporation.com} | ||
|
||
\author{G.K.M. Tobin} | ||
\authornote{The secretary disavows any knowledge of this author's actions.} | ||
\affiliation{% | ||
\institution{Institute for Clarity in Documentation} | ||
\streetaddress{P.O. Box 1212} | ||
\city{Dublin} | ||
\state{Ohio} | ||
\postcode{43017-6221} | ||
} | ||
\email{webmaster@marysville-ohio.com} | ||
|
||
\author{Lars Th{\o}rv{\"a}ld} | ||
\authornote{This author is the | ||
one who did all the really hard work.} | ||
\affiliation{% | ||
\institution{The Th{\o}rv{\"a}ld Group} | ||
\streetaddress{1 Th{\o}rv{\"a}ld Circle} | ||
\city{Hekla} | ||
\country{Iceland}} | ||
\email{larst@affiliation.org} | ||
|
||
\author{Valerie B\'eranger} | ||
\affiliation{% | ||
\institution{Inria Paris-Rocquencourt} | ||
\city{Rocquencourt} | ||
\country{France} | ||
} | ||
\author{Aparna Patel} | ||
\affiliation{% | ||
\institution{Rajiv Gandhi University} | ||
\streetaddress{Rono-Hills} | ||
\city{Doimukh} | ||
\state{Arunachal Pradesh} | ||
\country{India}} | ||
\author{Huifen Chan} | ||
\affiliation{% | ||
\institution{Tsinghua University} | ||
\streetaddress{30 Shuangqing Rd} | ||
\city{Haidian Qu} | ||
\state{Beijing Shi} | ||
\country{China} | ||
} | ||
|
||
\author{Charles Palmer} | ||
\affiliation{% | ||
\institution{Palmer Research Laboratories} | ||
\streetaddress{8600 Datapoint Drive} | ||
\city{San Antonio} | ||
\state{Texas} | ||
\postcode{78229}} | ||
\email{cpalmer@prl.com} | ||
|
||
\author{John Smith} | ||
\affiliation{\institution{The Th{\o}rv{\"a}ld Group}} | ||
\email{jsmith@affiliation.org} | ||
|
||
\author{Julius P.~Kumquat} | ||
\affiliation{\institution{The Kumquat Consortium}} | ||
\email{jpkumquat@consortium.net} | ||
|
||
% The default list of authors is too long for headers} | ||
\renewcommand{\shortauthors}{B. Trovato et al.} | ||
|
||
|
||
\begin{abstract} | ||
This paper provides a sample of a \LaTeX\ document which conforms, | ||
somewhat loosely, to the formatting guidelines for | ||
ACM SIG Proceedings.\footnote{This is an abstract footnote} | ||
\end{abstract} | ||
|
||
% | ||
% The code below should be generated by the tool at | ||
% http://dl.acm.org/ccs.cfm | ||
% Please copy and paste the code instead of the example below. | ||
% | ||
\begin{CCSXML} | ||
<ccs2012> | ||
<concept> | ||
<concept_id>10010520.10010553.10010562</concept_id> | ||
<concept_desc>Computer systems organization~Embedded systems</concept_desc> | ||
<concept_significance>500</concept_significance> | ||
</concept> | ||
<concept> | ||
<concept_id>10010520.10010575.10010755</concept_id> | ||
<concept_desc>Computer systems organization~Redundancy</concept_desc> | ||
<concept_significance>300</concept_significance> | ||
</concept> | ||
<concept> | ||
<concept_id>10010520.10010553.10010554</concept_id> | ||
<concept_desc>Computer systems organization~Robotics</concept_desc> | ||
<concept_significance>100</concept_significance> | ||
</concept> | ||
<concept> | ||
<concept_id>10003033.10003083.10003095</concept_id> | ||
<concept_desc>Networks~Network reliability</concept_desc> | ||
<concept_significance>100</concept_significance> | ||
</concept> | ||
</ccs2012> | ||
\end{CCSXML} | ||
|
||
\ccsdesc[500]{Computer systems organization~Embedded systems} | ||
\ccsdesc[300]{Computer systems organization~Redundancy} | ||
\ccsdesc{Computer systems organization~Robotics} | ||
\ccsdesc[100]{Networks~Network reliability} | ||
|
||
|
||
\keywords{ACM proceedings, \LaTeX, text tagging} | ||
|
||
|
||
\maketitle | ||
|
||
\input{samplebody-conf} | ||
|
||
\bibliographystyle{ACM-Reference-Format} | ||
\bibliography{sigproc} | ||
|
||
\end{document} |
Oops, something went wrong.