|
@@ -153,7 +153,7 @@ if (isset($options["--cv"]))
|
|
|
|
|
|
|
|
During my thesis, I contributed to <?php echo $num_publications ?> publications in conference proceedings, <?php echo $num_publications_in_thesis ?> of which are included in this thesis as shown below.
|
|
During my thesis, I contributed to <?php echo $num_publications ?> publications in conference proceedings, <?php echo $num_publications_in_thesis ?> of which are included in this thesis as shown below.
|
|
|
|
|
|
|
|
-\newrefcontext[sorting=ydnt]
|
|
|
|
|
|
|
+\newrefcontext[sorting=nty]
|
|
|
|
|
|
|
|
<?php echo $sloppy_begin; ?>
|
|
<?php echo $sloppy_begin; ?>
|
|
|
|
|
|
|
@@ -184,7 +184,6 @@ foreach ($papers as $p => $f)
|
|
|
echo '
|
|
echo '
|
|
|
|
|
|
|
|
\bgroup
|
|
\bgroup
|
|
|
- \begin{refsection}
|
|
|
|
|
\pgfplotsset{
|
|
\pgfplotsset{
|
|
|
table/search path={'.$p.'/},
|
|
table/search path={'.$p.'/},
|
|
|
}
|
|
}
|
|
@@ -196,7 +195,6 @@ elseif (isset($options['--use-include']))
|
|
|
else
|
|
else
|
|
|
echo ' \input{'.$p.'/'.$f.'}';
|
|
echo ' \input{'.$p.'/'.$f.'}';
|
|
|
echo '
|
|
echo '
|
|
|
- \end{refsection}
|
|
|
|
|
\egroup
|
|
\egroup
|
|
|
|
|
|
|
|
\newpage
|
|
\newpage
|
|
@@ -250,7 +248,7 @@ if (!isset($options['--no-statutory-declaration']))
|
|
|
echo <<<'END'
|
|
echo <<<'END'
|
|
|
\chapter*{Statutory Declaration}
|
|
\chapter*{Statutory Declaration}
|
|
|
|
|
|
|
|
-I declare that I have authored this thesis independently, that I have not used other than the declared sources / resources, and that I have explicitly marked all material which has been quoted either literally or by content from the used sources.
|
|
|
|
|
|
|
+I declare that I have authored this thesis independently, that I have not used anything other than the declared sources / resources, and that I have explicitly marked all material which has been quoted either literally or by content from the used sources.
|
|
|
|
|
|
|
|
END;
|
|
END;
|
|
|
}
|
|
}
|