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

Merge branch 'jrw1n15/uos-latex-template-master' into HEAD

Accept new authorship declaration for undergraduate project reports
parents f3ee3e55 02b299e5
No related branches found
No related tags found
1 merge request!4Update uosproject.cls
......@@ -1281,7 +1281,7 @@
% xifthen else package used for the isempty command
%
% \begin{macrocode}
%<*thesis|minithesis|progress|report|article>
%<*thesis|minithesis|progress|report|article|project>
\usepackage{xifthen}
\newcommand\authorshipdeclaration[1]{
\btypeout{Declaration of Authorship}
......@@ -1296,8 +1296,14 @@ been generated by me as the result of my own original research.
I confirm that:
\begin{enumerate}
%<*thesis|minithesis|progress|report|article>
\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;
%</thesis|minithesis|progress|report|article>
%<*project>
\item This work was done wholly or mainly while in candidature for a degree at this University;
\item Where any part of this thesis has previously been submitted for any other qualification at this University or any other institution, this has been clearly stated;
%</project>
\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;
......@@ -1318,7 +1324,7 @@ I confirm that:
\vfil\vfil\null
\cleardoublepage
}
%</thesis|minithesis|progress|report|article>
%</thesis|minithesis|progress|report|article|project>
% \end{macrocode}
%
% \end{macro}
......
......@@ -371,6 +371,42 @@
\newcommand\addtolom[1]{%
\addtocontents{lom}{\protect\contentsline{chapter}{\protect\numberline{}#1}{}{}}
}
\usepackage{xifthen}
\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}
I declare that this thesis and the work presented in it is my own and has
been generated by me as the result of my own original research.
I confirm that:
\begin{enumerate}
\item This work was done wholly or mainly while in candidature for a degree at this University;
\item Where any part of this thesis has previously been submitted for 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 the 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{enumerate}
\vspace{15.0mm}
\begin{minipage}[t]{0.7\textwidth}
Signed:..........................................................................
\end{minipage}%
\begin{minipage}[t]{0.3\textwidth}
Date:..................
\end{minipage}
\vfil\vfil\null
\cleardoublepage
}
\newcommand\acknowledgements[1]{
\btypeout{Acknowledgements}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment