Просмотр исходного кода

Merge branch 'master' into 'master'

s/IAIK/ISEC/

See merge request coresec/phdthesistemplate!1
Daniel Gruss 6 месяцев назад
Родитель
Сommit
f7cf2aed6a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      thesiscomposer.php

+ 2 - 2
thesiscomposer.php

@@ -813,7 +813,7 @@ END;
   $thesis_initial = $thesis_firstname[0] . ".";
   $thesis_author = $thesis_firstname . " " . $thesis_familyname;
   $thesis_date = user_prompt("Enter Prospective Defense Month", "July 1998");
-  $thesis_institute = user_prompt("Enter Your Institute","Institute for Applied Information Processing and Communications");
+  $thesis_institute = user_prompt("Enter Your Institute","Institute of Information Security");
   $thesis_assessors = user_prompt("Enter Names of your Assessors (comma-separated)","Severus Snape, Minerva McGonagall");
   $num_publications_in_thesis = count($papers);
   $num_publications = user_prompt("How many publications did you co-author during your PhD? (6 is the absolute minimum for a cumulative thesis)","6");
@@ -878,4 +878,4 @@ END;
   {
     echo "=== done ===\nNext step, run this command:\nlatexmk -latexoption=\"-file-line-error -shell-escape -interaction=errorstopmode -halt-on-error\" -g -pdf main.tex\n";
   }
-?>
+?>