Skip to content

Commit

Permalink
Merge remote-tracking branch 'organization/development' into feature-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Feb 17, 2017
2 parents 4f53579 + 4e58bc3 commit 695da0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion config/references
@@ -1 +1,4 @@
{ "Comput.Phys.Commun. 190 (2015) 139-172 (arxiv:1406.2319 [hep-ph])" }
{
"Comput.Phys.Commun. 190 (2015) 139-172 (arxiv:1406.2319 [hep-ph])",
"JHEP 1701 (2017) 079 (arXiv:1609.00371 [hep-ph])"
}
8 changes: 5 additions & 3 deletions meta/FlexibleSUSY.m
Expand Up @@ -16,20 +16,22 @@
FS`Version = StringTrim[FSImportString[FileNameJoin[{$flexiblesusyConfigDir,"version"}]]];
FS`GitCommit = StringTrim[FSImportString[FileNameJoin[{$flexiblesusyConfigDir,"git_commit"}]]];
FS`Authors = {"P. Athron", "J.-h. Park", "D. Stöckinger", "A. Voigt"};
FS`Years = "2013-2015";
FS`Contributors = {"D. Harries", "T. Steudtner"};
FS`Years = "2013-2017";
FS`References = Get[FileNameJoin[{$flexiblesusyConfigDir,"references"}]];

Print["==================================================================="];
Print[Style["===================================================================", Bold]];
Print[Style["FlexibleSUSY " <> FS`Version, Larger, Bold, Blue]];
Print[" by " <> Utils`StringJoinWithSeparator[FS`Authors, ", "] <> ", " <>
FS`Years];
Print[" contributions by " <> Utils`StringJoinWithSeparator[FS`Contributors, ", "]];
Print[""];
Print[Style["References:", Blue]];
Print[" " <> #]& /@ FS`References;
Print[""];
Print[Style["Download and Documentation:", Blue]];
Print[" https://flexiblesusy.hepforge.org"];
Print["==================================================================="];
Print[Style["===================================================================", Bold]];
Print[""];

Print["meta code directory: ", $flexiblesusyMetaDir];
Expand Down

0 comments on commit 695da0b

Please sign in to comment.