Ver Fonte

s/IAIK/ISEC/

Stefan Gast há 7 meses atrás
pai
commit
7c2098f354
1 ficheiros alterados com 2 adições e 2 exclusões
  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";
   }
-?>
+?>