Skip to content
Snippets Groups Projects
Commit a6fc4a04 authored by Edward Longman's avatar Edward Longman
Browse files

Add Copyright declaration to thesis class and authorship to a wide range of classes

parent 5905ccec
No related branches found
No related tags found
No related merge requests found
University_of_Southampton_Logo.png

66 KiB

......@@ -1134,6 +1134,113 @@
%
% \end{macro}
%
% \subsection{Declaration of Authorship}
% \begin{macro}{\authorshipdeclaration}
% Taken from Modified Template by Lovell TODO: Complete reference
% TODO: Consider a separate dissertation class for non techinical?
% TODO: Provide extra argument for putting the date into the Declaration
% TODO: ensure if first argument is empty then second arg still works
% TODO: make slightly different declarations for theses and projects
%
% This Authorship macro takes one argument for the case of People
% who have published part of their thesis already (perhaps in a paper).
% \begin{macrocode}
%<*thesis|minithesis|progress|report|article>
\newcommand\authorshipdeclaration[1]{
\btypeout{Declaration of Authorship}
\addtotoc{Declaration of Authorship}
\thispagestyle{plain}
\null\vfil
\vskip 60\p@
\begin{center}{\Large\bf Declaration of Authorship \par}\end{center}% TODO Fix the title not appearing
{\normalsize I, \authornames, declare that the thesis entitled \emph{\@title} and
the work presented in the thesis are both my own, and have been generated by me
as the result of my own original research. I confirm that:
\begin{itemize}
\item this work was done wholly or mainly while in candidature for a
research
degree
at this University;
\item where any part of this
thesis
has previously been submitted for a degree or any
other qualification at this University or any other institution, this has been clearly
stated;
\item where I have consulted the published work of others, this is always clearly
attributed;
\item where I have quoted from the work of others, the source is always given. With
the exception of such quotations, this thesis is entirely my own work;
\item I have acknowledged all main sources of help;
\item where and part of this
thesis
is based on work done by myself jointly with others, I have
made clear exactly what was done by others and what I have contributed myself;
\ifthenelse{\isempty{#1}}
{\item none of this work has been published before submission}
{\item parts of this work have been published as: #1}
\end{itemize}
\vspace{15.0mm}
Signed:.......................................................................................................................
\vspace{3.0mm}
Date:..........................................................................................................................
}
\vfil\vfil\null
\cleardoublepage
}
%</thesis|minithesis|progress|report|article>
% \end{macrocode}
%
% \end{macro}
%
% \subsection{Copyright Statement}
% \begin{macro}{\copyrightDeclaration}
%
% This standard Copyright statement is to be included for a theis submission
% to University of Southampton Digital Repository
% TODO: Find an official source of the UoS Brand Logo
%
% \begin{macrocode}
%<*thesis>
\newcommand\copyrightDeclaration[1]{
\btypeout{Copyright declaration}
\thispagestyle{plain}
\null\vfil
\begin{figure}[t]
\includegraphics[width=.6\textwidth,right]{University_of_Southampton_Logo.png}
\end{figure}
\vskip 60\p@
\begin{center}{\Large\bf University of Southampton Research Repository \par}\end{center}
\vspace{1cm}
\noindent Copyright \textcopyright~ and Moral Rights for this thesis and, where applicable, any accompanying data are retained by the author and/or other copyright owners. A copy can be downloaded for personal non-commercial research or study, without prior permission or charge. This thesis and the accompanying data cannot be reproduced or quoted extensively from without first obtaining permission in writing from the copyright holder/s. The content of the thesis and accompanying research data (where applicable) must not be changed in any way or sold commercially in any format or medium without the formal permission of the copyright holder/s.
When referring to this thesis and any accompanying data, full bibliographic details must be given, e.g.
\vspace{0.5cm}
Author (Year of Submission) "Full thesis title", University of Southampton, name of the University Faculty or School or Department, PhD Thesis, pagination.
\vfil\vfil\null
\cleardoublepage
}
\usepackage[export]{adjustbox} % for Soton logo alignment
\usepackage{lastpage} % counts the full number of pages
%</thesis>
% \end{macrocode}
%
% \end{macro}
% \subsection{Acknowledgements}
%
% \begin{macro}{\acknowledgements}
......@@ -1274,6 +1381,12 @@
%% ----------------------------------------------------------------
\begin{document}
\frontmatter
%<*testthesis>
%% TODO: Check that the page numbering isn't destroyed
\pagenumbering{gobble} % removes page number
\copyrightDeclaration{} % !!! Comment this line when printing the hardcopy !!!
\pagenumbering{arabic} % restores page number
%</testthesis>
\title {An Investigation into \dots}
\authors {\texorpdfstring
{\href{mailto:S.R.Gunn@ecs.soton.ac.uk}{Steve R. Gunn}}
......@@ -1306,6 +1419,14 @@ This work is all about \dots
\listofsymbols{ll}{$w$ & The weight vector}
%</testthesis|testminithesis|testprogress|testproject|testreport|testarticle|testgdp>
%<*testthesis|testminithesis|testprogress|testproject|testreport|testgdp>
%% -----------------------
%% Authorship declaration
%% -----------------------
%% Either include citations like below (as many as required spaced with commas or 'and').
\authorshipdeclaration{\citep{Gunn:2001:pdflatex}, \citep{Lovell:2011:updated} and \citep{Gunn:2011:updated2}}
%% Or state no citations like below
%% \authorshipdeclaration{}
%% -----------------------
\acknowledgements{Thanks to no one.}
\dedicatory{To \dots}
%</testthesis|testminithesis|testprogress|testproject|testreport|testgdp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment