-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0-acm-vonLaszewski-openapi.tex
119 lines (86 loc) · 2.7 KB
/
0-acm-vonLaszewski-openapi.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
% \documentclass{article}
\documentclass[acmtog,review=false]{acmart}
%\usepackage[disable]{todonotes}
\usepackage{todonotes}
\input{format/packages}
\newcommand{\TITLE}{Using GAS for Speedy Generation of Hybrid Multi-Cloud Auto Generated AI Services}
\renewcommand{\shortauthors}{Gregor von Laszewski, et al.}
\author{Gregor von Laszewski}
\email{[email protected]}
\orcid{0000-0001-9558-179X}
\author{Anthony Orlowski} % [email protected]
\author{Richard H. Otten} % [email protected]
\author{Reilly Markowitz} % [email protected]
\author{~\\Sunny Gandhi} % [email protected]
\author{Adam Chai} % [email protected]
% \author{Caleb Wilson} % on [email protected]
\author{Geoffrey C. Fox} % [email protected]
\affiliation{%
\institution{Indiana University}
\streetaddress{Multidisciplinary Engineering and Sciences Hall\\
2425 N Milo Sampson Lane}
\city{Bloomington}
\state{IN}
\country{USA}
\postcode{47408}
}
\author{Wo L. Chang} % [email protected]
\affiliation{%
\institution{National Institute of Standards and Technology }
\streetaddress{
100 Bureau Drive
}
\city{Gaithersburg}
\state{MD}
\country{USA}
\postcode{20899}
}
\settopmatter{authorsperrow=4}
\title{\TITLE}
%\copyrightyear{2020}
%\acmYear{2020}
%% These commands are for a PROCEEDINGS abstract or paper.
%\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural
% Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
% June 03--05, 2018, Woodstock, NY}
%\acmPrice{15.00}
%\acmISBN{978-1-4503-XXXX-X/18/06}
\setcopyright{none}
%% These commands are for a PROCEEDINGS abstract or paper.
\acmConference[Draft]{Darft}{Dec 2020}{Bloomington, IN}
\acmBooktitle{}
\acmDOI{http://dx.doi.org/xx.xxxx/xxxxxxx.xxxxxxx}
% \acmPrice{15.00}
%\acmISBN{978-1-4503-XXXX-X/18/06}
%% REMOVE COPYRIGHT
\settopmatter{printacmref=false}
\setcopyright{none}
\renewcommand\footnotetextcopyrightpermission[1]{}
\pagestyle{plain}
\makeatletter
\newcommand{\verbatimfont}[1]{\renewcommand{\verbatim@font}{\ttfamily#1}}
\makeatother
\input{format/macros}
\begin{document}
\input{content-abstract}
%\maketitle
%\tableofcontents
\verbatimfont{\footnotesize}%
\maketitle
\noindent\textbf{Keywords:} cloudmesh, AI service, REST, multi-cloud
\bigskip
\begin{footnotesize}
\smallskip\noindent
\textbf{Source Code:} \url{https://github.com/cloudmesh/cloudmesh-openapi}\\
\noindent \textbf{Status:} Draft version from \today.\\
\noindent \textbf{Link to newest version:}
\Link{https://github.com/cloudmesh/cloudmesh-openapi/tree/main/paper}
\end{footnotesize}
\bigskip
\input{content}
\bibliographystyle{ACM-Reference-Format}
\bibliography{bib/references}
%\clearpage
%\input{appendix}
\end{document}