summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-09 22:39:26 +0000
committerKarl Berry <karl@freefriends.org>2017-03-09 22:39:26 +0000
commitda576b6db57561a091e51742d3acc9d0874b58d9 (patch)
treea651205df8201bfd4f1e03f1d6a79889b9bae17c /Master
parentbef7909767409a4c629efcd13077437822dd6b37 (diff)
acmart (8mar17)
git-svn-id: svn://tug.org/texlive/trunk@43436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst4
-rw-r--r--Master/texmf-dist/doc/latex/acmart/Makefile1
-rw-r--r--Master/texmf-dist/doc/latex/acmart/README7
-rw-r--r--Master/texmf-dist/doc/latex/acmart/acmart.pdfbin716274 -> 700944 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/acmguide.pdfbin418825 -> 421150 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdfbin610995 -> 611083 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex2
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdfbin626707 -> 626655 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdfbin585845 -> 585821 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdfbin665137 -> 665157 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdfbin1292753 -> 1292760 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdfbin1077228 -> 1077217 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdfbin608964 -> 608998 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdfbin1041873 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex170
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdfbin978356 -> 978385 bytes
-rw-r--r--Master/texmf-dist/source/latex/acmart/acmart.dtx62
-rw-r--r--Master/texmf-dist/tex/latex/acmart/acmart.cls14
18 files changed, 75 insertions, 185 deletions
diff --git a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
index 8fdf15305ec..0ba60480249 100644
--- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
+++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
@@ -613,7 +613,7 @@ FUNCTION { strip.doi } % UTAH
% "10.1145/1534530.1534545". That is later typeset and displayed as
% doi:10.1145/1534530.1534545 as the LAST item in the reference list
% entry. Publisher Web sites wrap this with a suitable link to a real
- % URL to resolve the DOI, and the master http://dx.doi.org/ address is
+ % URL to resolve the DOI, and the master https://doi.org/ address is
% preferred, since publisher-specific URLs can disappear in response
% to economic events. All journals are encouraged by the DOI
% authorities to use that typeset format and link procedures for
@@ -691,7 +691,7 @@ FUNCTION { output.doi } % UTAH
%% the presence of the line wrapping, but \path|...| and
%% \verb|...| do not.
"\showDOI{%" writeln
- "\url{http://dx.doi.org/" strip.doi * "}}" * writeln
+ "\url{https://doi.org/" strip.doi * "}}" * writeln
}
if$
}
diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile
index efddea4fa02..626bff6bade 100644
--- a/Master/texmf-dist/doc/latex/acmart/Makefile
+++ b/Master/texmf-dist/doc/latex/acmart/Makefile
@@ -14,7 +14,6 @@ SAMPLES = \
sample-acmlarge.tex \
sample-acmtog.tex \
sample-sigconf.tex \
- sample-siggraph.tex \
sample-sigplan.tex \
sample-sigchi.tex \
sample-sigchi-a.tex
diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README
index 14e6ff2ae4c..9926b7f6308 100644
--- a/Master/texmf-dist/doc/latex/acmart/README
+++ b/Master/texmf-dist/doc/latex/acmart/README
@@ -72,4 +72,9 @@ version 1.31 Changed default year and month to the current ones
Table of contents now works
Marginalia now work in all formats
New command \additionalaffiliation
- Documentation changes \ No newline at end of file
+ Documentation changes
+
+version 1.32 New DOI formatting.
+ Format siggraph is now obsolete, and sigconf
+ is used instead.
+ New proceedings title: POMACS.
diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf
index 3a11127f98a..3b791e6575e 100644
--- a/Master/texmf-dist/doc/latex/acmart/acmart.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/acmart.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
index 16fd7aac9c6..1d2ae66f295 100644
--- a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
index 74f5eb50eb1..e198d583e8f 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex
index 5c097a557c2..7f1f4de8b7d 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.tex
@@ -12,7 +12,7 @@
\IncMargin{-\parindent}
% Metadata Information
-\acmJournal{JOCCH}
+\acmJournal{POMACS}
\acmVolume{9}
\acmNumber{4}
\acmArticle{39}
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
index 169f916fefc..8f45ae17da0 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
index 3f64769275e..976a46c6479 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
index 705202c0848..4c0c3f211c0 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf
index c7415dabed4..6d38b3f4d9d 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
index d8153ab2763..97ee6c88d07 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
index 8104a517915..3c27201b76e 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
deleted file mode 100644
index fdab6c0ec7f..00000000000
--- a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex
deleted file mode 100644
index 49abfbd599c..00000000000
--- a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.tex
+++ /dev/null
@@ -1,170 +0,0 @@
-\documentclass[siggraph, review=false]{acmart}
-
-\usepackage{booktabs} % For formal tables
-\citestyle{acmauthoryear} % Author-year format
-
-% 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{Lawrence P. Leipuner}
-\affiliation{
- \institution{Brookhaven Laboratories}
- \streetaddress{P.O. Box 5000}}
-\email{lleipuner@researchlabs.org}
-
-\author{Sean Fogarty}
-\affiliation{%
- \institution{NASA Ames Research Center}
- \city{Moffett Field}
- \state{California}
- \postcode{94035}}
-\email{fogartys@amesres.org}
-
-\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.
-\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}
-
-% We no longer use \terms command
-%\terms{Theory}
-
-\keywords{ACM proceedings, \LaTeX, text tagging}
-
-\begin{teaserfigure}
- \includegraphics[width=\textwidth]{sampleteaser}
- \caption{This is a teaser}
- \label{fig:teaser}
-\end{teaserfigure}
-
-
-\maketitle
-
-\input{samplebody-conf}
-
-\bibliographystyle{ACM-Reference-Format}
-\bibliography{sigproc}
-
-\end{document}
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
index 039e02fd8eb..9d003d30e99 100644
--- a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx
index ce81aef6b28..a28ef814ea9 100644
--- a/Master/texmf-dist/source/latex/acmart/acmart.dtx
+++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx
@@ -211,7 +211,7 @@
% The possible formats are listed in
% Table~\ref{tab:opts_format}. Note that formats starting with |acm|
% are intended for journals and transactions, while formats starting
-% with |sig| are intended for proceedings published as books.
+% with |sig| are intended for proceedings published as books.
%
% \begin{table}
% \centering
@@ -230,15 +230,14 @@
% TOS, TOSEM, TOSN, TRETS,
% TSAS, TSC, TSLP, TWEB\@. \\
% acmlarge & Large single column format, used for
-% IMWUT, JOCCH, PACMPL, TAP \\
+% IMWUT, JOCCH, PACMPL, POMACS, TAP \\
% acmtog & Large double column format, used for
% TOG\\
% sigconf & Proceedings format for most of ACM
% conferences (with the exceptions listed below) and all ICPS
% volumes\\
-% siggraph & Proceedings format for SIGGRAPH and SIGGRAPH
-% Asia conferences, published in ACM Transactions on Graphics
-% journal issues \\
+% siggraph & As of March 2017, this format is no longer
+% used. Please use sigconf for SIGGRAPH conferences. \\
% sigplan & Proceedings format for SIGPLAN conferences\\
% sigchi & Proceedings format for SIGCHI conferences\\
% sigchi-a & Format for SIGCHI extended abstract\\
@@ -345,6 +344,7 @@
% JETC & ACM Journal on Emerging Technologies in Computing Systems \\
% JOCCH & ACM Journal on Computing and Cultural Heritage \\
% PACMPL & PACM on Programming Languages \\
+% POMACS & PACM on Measurement and Analysis of Computing Systems \\
% TAAS & ACM Transactions on Autonomous and Adaptive Systems\\
% TACCESS & ACM Transactions on Accessible Computing\\
% TACO & ACM Transactions on Architecture and Code Optimization \\
@@ -1161,7 +1161,7 @@
% their valuable comments and helpful suggestions. The work is
% supported by the \grantsponsor{GS501100001809}{National Natural
% Science Foundation of
-% China}{http://dx.doi.org/10.13039/501100001809} under Grant
+% China}{https://doi.org/10.13039/501100001809} under Grant
% No.:~\grantnum{GS501100001809}{61273304}
% and~\grantnum[http://www.nnsf.cn/youngscientsts]{GS501100001809}{Young
% Scientsts' Support Program}.
@@ -1297,6 +1297,39 @@
% |ACMPurple|, |ACMDarkBlue|. You can use them in the color
% assignments.
%
+% ACM provides the following recommendation on color use.
+%
+% The most accessible approach would be to ensure that your article is
+% still readable when printed in greyscale. The most notable reasons
+% for this are:
+% \begin{enumerate}
+% \item The most common type of inherited Color Vision Deficiency
+% (CVD) is red-green (in which similar-brightness colors that only
+% differ in their amounts of red or green are often confused), and it
+% affects up to 8\% of males and 0.5\% of females of Northern European
+% descent.
+% \item The most common type of acquired Color Vision Deficiency (CVD)
+% is blue-yellow (including mild cases for many older adults).
+% \item Most printing is in Black \& White.
+% \item Situational impairments (e.g., bright sunlight shining on a
+% mobile screen) tend to reduce the entire color gamut, reducing color
+% discriminability.
+% \end{enumerate}
+%
+% \textbf{Note:} It is \emph{not} safe to encode information using
+% only variations in color (i.e., only differences in hue and/or
+% saturation), as there is bound to be someone affected!
+%
+% To ensure that you are using the most accessible colors, ACM
+% recommends that you choose sets of colors to help ensure suitable
+% variations in Black \& White using either of the following tools:
+% \begin{enumerate}
+% \item ColourBrewer: \url{http://colorbrewer2.org/}
+% \item ACE: The Accessible Colour Evaluator:
+% \url{http://daprlab.com/ace/} for designing WCAG 2.0 compliant
+% palettes.
+% \end{enumerate}
+%
%
%\subsection{Other notable packages and typographic remarks}
%\label{sec:ug_other}
@@ -1353,7 +1386,7 @@
\ProvidesFile{acmart.dtx}
%</gobble>
%<class>\ProvidesClass{acmart}
-[2017/03/04 v1.31 Typesetting articles for Association of
+[2017/03/07 v1.32 Typesetting articles for Association of
Computing Machinery]
% \end{macrocode}
%
@@ -1397,6 +1430,8 @@ Computing Machinery]
% \changes{v1.30}{2017/02/04}{Bibtex style now recognizes https:// in
% doi}
% \changes{v1.31}{2017/03/04}{Documentation changes}
+% \changes{v1.32}{2017/03/07}{Format siggraph is now obsolete}
+% \changes{v1.32}{2017/03/07}{Added POMACS journal option}
%
%
% And the driver code:
@@ -1598,6 +1633,11 @@ Computing Machinery]
%
% Setting up switches
% \begin{macrocode}
+\ifnum\ACM@format@nr=5\relax % siggraph
+ \ClassWarning{\@classname}{The format `siggraph' is now obsolete.
+ I am switching to sigconf.}
+ \setkeys{acmart.cls}{format=sigconf}
+\fi
\ifnum\ACM@format@nr=0\relax
\@ACM@manuscripttrue
\else
@@ -2539,6 +2579,7 @@ Computing Machinery]
JETC,%
JOCCH,%
PACMPL,%
+ POMACS,%
TAAS,%
TACCESS,%
TACO,%
@@ -2620,6 +2661,10 @@ Computing Machinery]
\def\@journalName{Proceedings of the ACM on Programming Languages}%
\def\@journalName{Proc. ACM Program. Lang.}%
\def\@permissionCodeOne{2475-1421}%
+\or % POMACS
+ \def\@journalName{Proceedings of the ACM on Measurement and Analysis of Computing Systems}%
+ \def\@journalName{Proc. ACM Meas. Anal. Comput. Syst.}%
+ \def\@permissionCodeOne{2476-1249}%
\or % TAAS
\def\@journalName{ACM Transactions on Autonomous and Adaptive Systems}%
\def\@journalNameShort{ACM Trans. Autonom. Adapt. Syst.}%
@@ -3515,9 +3560,10 @@ Computing Machinery]
%
% \begin{macro}{\@formatdoi}
% \changes{v1.03}{2016/04/22}{Added macro}
+% \changes{v1.32}{2017/04/07}{New doi format}
% Print a clickable doi
% \begin{macrocode}
-\def\@formatdoi#1{\url{http://dx.doi.org/#1}}
+\def\@formatdoi#1{\url{https://doi.org/#1}}
% \end{macrocode}
%
% \end{macro}
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls
index 931b670e2e2..20e80c6609f 100644
--- a/Master/texmf-dist/tex/latex/acmart/acmart.cls
+++ b/Master/texmf-dist/tex/latex/acmart/acmart.cls
@@ -38,7 +38,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{acmart}
-[2017/03/04 v1.31 Typesetting articles for Association of
+[2017/03/07 v1.32 Typesetting articles for Association of
Computing Machinery]
\def\@classname{acmart}
\RequirePackage{xkeyval}
@@ -113,6 +113,11 @@ Computing Machinery]
\newif\if@ACM@manuscript
\newif\if@ACM@journal
\newif\if@ACM@sigchiamode
+\ifnum\ACM@format@nr=5\relax % siggraph
+ \ClassWarning{\@classname}{The format `siggraph' is now obsolete.
+ I am switching to sigconf.}
+ \setkeys{acmart.cls}{format=sigconf}
+\fi
\ifnum\ACM@format@nr=0\relax
\@ACM@manuscripttrue
\else
@@ -678,6 +683,7 @@ Computing Machinery]
JETC,%
JOCCH,%
PACMPL,%
+ POMACS,%
TAAS,%
TACCESS,%
TACO,%
@@ -759,6 +765,10 @@ Computing Machinery]
\def\@journalName{Proceedings of the ACM on Programming Languages}%
\def\@journalName{Proc. ACM Program. Lang.}%
\def\@permissionCodeOne{2475-1421}%
+\or % POMACS
+ \def\@journalName{Proceedings of the ACM on Measurement and Analysis of Computing Systems}%
+ \def\@journalName{Proc. ACM Meas. Anal. Comput. Syst.}%
+ \def\@permissionCodeOne{2476-1249}%
\or % TAAS
\def\@journalName{ACM Transactions on Autonomous and Adaptive Systems}%
\def\@journalNameShort{ACM Trans. Autonom. Adapt. Syst.}%
@@ -1207,7 +1217,7 @@ Computing Machinery]
Copyright held by the owner/author(s). Publication rights licensed to
ACM\@.
\fi}
-\def\@formatdoi#1{\url{http://dx.doi.org/#1}}
+\def\@formatdoi#1{\url{https://doi.org/#1}}
\def\@copyrightpermission{%
\ifcase\acm@copyrightmode\relax % none
\or % acmcopyright