Skip to content

Commit 66fe249

Browse files
author
potanin
committed
Working towards ACSC 2017, now to condense 24 pages into 10…
1 parent be26362 commit 66fe249

File tree

8 files changed

+2705
-271
lines changed

8 files changed

+2705
-271
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ papers/ASEJournalSubmission/main.bbl
1010
papers/ASEJournalSubmission/main.blg
1111
papers/ASEJournalSubmission/main.log
1212
papers/ASEJournalSubmission/main.synctex.gz
13+
14+
papers/ACSC2017/main.synctex.gz

papers/ACSC2017/acmcopyright.sty

Lines changed: 221 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,221 @@
1+
%%
2+
%% This is file `acmcopyright.sty',
3+
%% generated with the docstrip utility.
4+
%%
5+
%% The original source files were:
6+
%%
7+
%% acmcopyright.dtx (with options: `style')
8+
%%
9+
%% IMPORTANT NOTICE:
10+
%%
11+
%% For the copyright see the source file.
12+
%%
13+
%% Any modified versions of this file must be renamed
14+
%% with new filenames distinct from acmcopyright.sty.
15+
%%
16+
%% For distribution of the original source see the terms
17+
%% for copying and modification in the file acmcopyright.dtx.
18+
%%
19+
%% This generated file may be distributed as long as the
20+
%% original source files, as listed above, are part of the
21+
%% same distribution. (The sources need not necessarily be
22+
%% in the same archive or directory.)
23+
%% \CharacterTable
24+
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
25+
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
26+
%% Digits \0\1\2\3\4\5\6\7\8\9
27+
%% Exclamation \! Double quote \" Hash (number) \#
28+
%% Dollar \$ Percent \% Ampersand \&
29+
%% Acute accent \' Left paren \( Right paren \)
30+
%% Asterisk \* Plus \+ Comma \,
31+
%% Minus \- Point \. Solidus \/
32+
%% Colon \: Semicolon \; Less than \<
33+
%% Equals \= Greater than \> Question mark \?
34+
%% Commercial at \@ Left bracket \[ Backslash \\
35+
%% Right bracket \] Circumflex \^ Underscore \_
36+
%% Grave accent \` Left brace \{ Vertical bar \|
37+
%% Right brace \} Tilde \~}
38+
\NeedsTeXFormat{LaTeX2e}
39+
\ProvidesPackage{acmcopyright}
40+
[2014/06/29 v1.2 Copyright statemens for ACM classes]
41+
\newif\if@printcopyright
42+
\@printcopyrighttrue
43+
\newif\if@printpermission
44+
\@printpermissiontrue
45+
\newif\if@acmowned
46+
\@acmownedtrue
47+
\RequirePackage{xkeyval}
48+
\define@choicekey*{ACM@}{acmcopyrightmode}[%
49+
\acm@copyrightinput\acm@copyrightmode]{none,acmcopyright,acmlicensed,%
50+
rightsretained,usgov,usgovmixed,cagov,cagovmixed,%
51+
licensedusgovmixed,licensedcagovmixed,othergov,licensedothergov}{%
52+
\@printpermissiontrue
53+
\@printcopyrighttrue
54+
\@acmownedtrue
55+
\ifnum\acm@copyrightmode=0\relax % none
56+
\@printpermissionfalse
57+
\@printcopyrightfalse
58+
\@acmownedfalse
59+
\fi
60+
\ifnum\acm@copyrightmode=2\relax % acmlicensed
61+
\@acmownedfalse
62+
\fi
63+
\ifnum\acm@copyrightmode=3\relax % rightsretained
64+
\@acmownedfalse
65+
\fi
66+
\ifnum\acm@copyrightmode=4\relax % usgov
67+
\@printpermissiontrue
68+
\@printcopyrightfalse
69+
\@acmownedfalse
70+
\fi
71+
\ifnum\acm@copyrightmode=6\relax % cagov
72+
\@acmownedfalse
73+
\fi
74+
\ifnum\acm@copyrightmode=8\relax % licensedusgovmixed
75+
\@acmownedfalse
76+
\fi
77+
\ifnum\acm@copyrightmode=9\relax % licensedcagovmixed
78+
\@acmownedfalse
79+
\fi
80+
\ifnum\acm@copyrightmode=10\relax % othergov
81+
\@acmownedtrue
82+
\fi
83+
\ifnum\acm@copyrightmode=11\relax % licensedothergov
84+
\@acmownedfalse
85+
\@printcopyrightfalse
86+
\fi}
87+
\def\setcopyright#1{\setkeys{ACM@}{acmcopyrightmode=#1}}
88+
\setcopyright{acmcopyright}
89+
\def\@copyrightowner{%
90+
\ifcase\acm@copyrightmode\relax % none
91+
\or % acmcopyright
92+
ACM.
93+
\or % acmlicensed
94+
Copyright held by the owner/author(s). Publication rights licensed to
95+
ACM.
96+
\or % rightsretained
97+
Copyright held by the owner/author(s).
98+
\or % usgov
99+
\or % usgovmixed
100+
ACM.
101+
\or % cagov
102+
Crown in Right of Canada.
103+
\or %cagovmixed
104+
ACM.
105+
\or %licensedusgovmixed
106+
Copyright held by the owner/author(s). Publication rights licensed to
107+
ACM.
108+
\or %licensedcagovmixed
109+
Copyright held by the owner/author(s). Publication rights licensed to
110+
ACM.
111+
\or % othergov
112+
ACM.
113+
\or % licensedothergov
114+
\fi}
115+
\def\@copyrightpermission{%
116+
\ifcase\acm@copyrightmode\relax % none
117+
\or % acmcopyright
118+
Permission to make digital or hard copies of all or part of this
119+
work for personal or classroom use is granted without fee provided
120+
that copies are not made or distributed for profit or commercial
121+
advantage and that copies bear this notice and the full citation on
122+
the first page. Copyrights for components of this work owned by
123+
others than ACM must be honored. Abstracting with credit is
124+
permitted. To copy otherwise, or republish, to post on servers or to
125+
redistribute to lists, requires prior specific permission
126+
and\hspace*{.5pt}/or a fee. Request permissions from
127+
permissions@acm.org.
128+
\or % acmlicensed
129+
Permission to make digital or hard copies of all or part of this
130+
work for personal or classroom use is granted without fee provided
131+
that copies are not made or distributed for profit or commercial
132+
advantage and that copies bear this notice and the full citation on
133+
the first page. Copyrights for components of this work owned by
134+
others than the author(s) must be honored. Abstracting with credit
135+
is permitted. To copy otherwise, or republish, to post on servers
136+
or to redistribute to lists, requires prior specific permission
137+
and\hspace*{.5pt}/or a fee. Request permissions from
138+
permissions@acm.org.
139+
\or % rightsretained
140+
Permission to make digital or hard copies of part or all of this work
141+
for personal or classroom use is granted without fee provided that
142+
copies are not made or distributed for profit or commercial advantage
143+
and that copies bear this notice and the full citation on the first
144+
page. Copyrights for third-party components of this work must be
145+
honored. For all other uses, contact the
146+
owner\hspace*{.5pt}/author(s).
147+
\or % usgov
148+
This paper is authored by an employee(s) of the United States
149+
Government and is in the public domain. Non-exclusive copying or
150+
redistribution is allowed, provided that the article citation is
151+
given and the authors and agency are clearly identified as its
152+
source.
153+
\or % usgovmixed
154+
ACM acknowledges that this contribution was authored or co-authored
155+
by an employee, or contractor of the national government. As such,
156+
the Government retains a nonexclusive, royalty-free right to
157+
publish or reproduce this article, or to allow others to do so, for
158+
Government purposes only. Permission to make digital or hard copies
159+
for personal or classroom use is granted. Copies must bear this
160+
notice and the full citation on the first page. Copyrights for
161+
components of this work owned by others than ACM must be
162+
honored. To copy otherwise, distribute, republish, or post,
163+
requires prior specific permission and\hspace*{.5pt}/or a
164+
fee. Request permissions from permissions@acm.org.
165+
\or % cagov
166+
This article was authored by employees of the Government of Canada.
167+
As such, the Canadian government retains all interest in the
168+
copyright to this work and grants to ACM a nonexclusive,
169+
royalty-free right to publish or reproduce this article, or to allow
170+
others to do so, provided that clear attribution is given both to
171+
the authors and the Canadian government agency employing them.
172+
Permission to make digital or hard copies for personal or classroom
173+
use is granted. Copies must bear this notice and the full citation
174+
on the first page. Copyrights for components of this work owned by
175+
others than the Canadain Government must be honored. To copy
176+
otherwise, distribute, republish, or post, requires prior specific
177+
permission and\hspace*{.5pt}/or a fee. Request permissions from
178+
permissions@acm.org.
179+
\or % cagovmixed
180+
ACM acknowledges that this contribution was co-authored by an
181+
affiliate of the national government of Canada. As such, the Crown
182+
in Right of Canada retains an equal interest in the copyright.
183+
Reprints must include clear attribution to ACM and the author's
184+
government agency affiliation. Permission to make digital or hard
185+
copies for personal or classroom use is granted. Copies must bear
186+
this notice and the full citation on the first page. Copyrights for
187+
components of this work owned by others than ACM must be honored.
188+
To copy otherwise, distribute, republish, or post, requires prior
189+
specific permission and\hspace*{.5pt}/or a fee. Request permissions
190+
from permissions@acm.org.
191+
\or % licensedusgovmixed
192+
Publication rights licensed to ACM. ACM acknowledges that this
193+
contribution was authored or co-authored by an employee, contractor
194+
or affiliate of the United States government. As such, the
195+
Government retains a nonexclusive, royalty-free right to publish or
196+
reproduce this article, or to allow others to do so, for Government
197+
purposes only.
198+
\or % licensedcagovmixed
199+
Publication rights licensed to ACM. ACM acknowledges that this
200+
contribution was authored or co-authored by an employee, contractor
201+
or affiliate of the national government of Canada. As such, the
202+
Government retains a nonexclusive, royalty-free right to publish or
203+
reproduce this article, or to allow others to do so, for Government
204+
purposes only.
205+
\or % othergov
206+
ACM acknowledges that this contribution was authored or co-authored
207+
by an employee, contractor or affiliate of a national government. As
208+
such, the Government retains a nonexclusive, royalty-free right to
209+
publish or reproduce this article, or to allow others to do so, for
210+
Government purposes only.
211+
\or % licensedothergov
212+
Publication rights licensed to ACM. ACM acknowledges that this
213+
contribution was authored or co-authored by an employee, contractor
214+
or affiliate of a national government. As such, the Government
215+
retains a nonexclusive, royalty-free right to publish or reproduce
216+
this article, or to allow others to do so, for Government purposes
217+
only.
218+
\fi}
219+
\endinput
220+
%%
221+
%% End of file `acmcopyright.sty'.

papers/ACSC2017/main.blg

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
This is BibTeX, Version 0.99d (TeX Live 2015)
22
Capacity: max_strings=35307, hash_size=35307, hash_prime=30011
33
The top-level auxiliary file: main.aux
4-
A level-1 auxiliary file: introduction.aux
5-
A level-1 auxiliary file: background.aux
6-
A level-1 auxiliary file: workdone.aux
7-
A level-1 auxiliary file: evaluation.aux
8-
A level-1 auxiliary file: futurework.aux
9-
A level-1 auxiliary file: conclusion.aux
104
The style file: plain.bst
115
Database file #1: garming.bib
126
You've used 40 entries,
137
2118 wiz_defined-function locations,
14-
675 strings with 8546 characters,
8+
669 strings with 8462 characters,
159
and the built_in function-call counts, 9547 in all, are:
1610
= -- 949
1711
> -- 336

0 commit comments

Comments
 (0)