From 1cf346479fe846f2f10a076748ee5eebb987224c Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 25 Apr 2022 14:06:47 -0400 Subject: Example support/disclaimer/subject classifications --- cmuthesis_template.tex | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/cmuthesis_template.tex b/cmuthesis_template.tex index 6aa9213..0d26f13 100644 --- a/cmuthesis_template.tex +++ b/cmuthesis_template.tex @@ -65,14 +65,40 @@ Someone from a strange and faraway land } -\support{} -\disclaimer{} +% You should email the business admins (see the CSD graduation +% checklist for their contact information) to get the exact +% wording for your support statement. +\support{ + This research was sponsored by Vandelay Industries award 1234. +} +% You'll get your version of the disclaimer along with your support +% statement. +\disclaimer{The views and conclusions contained in this document + are those of the author and should not be interpreted as representing + the official policies, either expressed or implied, of any sponsoring + institution, the U.S.\ government or any other entity.} % copyright notice generated automatically from Year and author. % permission added if \permission{} given. \keywords{Stuff, More Stuff} +%% 2020 Mathematics Subject Classification +%% Look it up at https://mathscinet.ams.org/mathscinet/msc/msc2020.html?t=68-XX +%% Example: +\subjclass[2020]{Primary: 68Q55; % Semantics in the theory of computing + Secondary: % + 03B70, % Logic in computer science + 06B35, % Continuous lattices and posets, applications + 18C50. % Categorical semantics of formal languages +} + +%% 2012 ACM Computing Classification System (CCS) concepts +%% Generate at 'http://dl.acm.org/ccs/ccs.cfm'. +\ccsdesc[500]{Theory of computation~Program semantics} +\ccsdesc[500]{Computing methodologies~Concurrent programming languages} +%% End of generated code + \begin{document} \frontmatter -- cgit v1.2.3