diff options
author | cppxfel <helenginn@Helen'sMacBookPro> | 2017-06-30 17:23:04 +0100 |
---|---|---|
committer | cppxfel <helenginn@Helen'sMacBookPro> | 2017-06-30 17:23:04 +0100 |
commit | 938f1672ad2ae66af6b5732f87b52351bb048391 (patch) | |
tree | d2d7f23528f22ede9e36dde54114d163848d32fc | |
parent | 1b98db9fbb5fe8901998b8200e7009b5cac504fa (diff) |
Ridiculous ASCII art to increase prominance of citation
-rw-r--r-- | libcrystfel/src/taketwo.c | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index aa45b268..2984959f 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1599,12 +1599,23 @@ IndexingPrivate *taketwo_prepare(IndexingMethod *indm, UnitCell *cell, return NULL; } - STATUS("************************************\n"); - STATUS("***** Welcome to TakeTwo *****\n"); - STATUS("************************************\n\n"); - STATUS("If you use these indexing results, please keep a roof\n"); - STATUS("over the author's head by citing:\n"); - STATUS("Ginn et al., Acta Cryst. (2016). D72, 956-965\n"); + STATUS("*******************************************************************\n"); + STATUS("***** Welcome to TakeTwo *****\n"); + STATUS("*******************************************************************\n"); + STATUS(" If you use these indexing results, please keep a roof\n"); + STATUS(" over the author's head by citing this paper.\n\n"); + + STATUS("o o o o o o o o o o o o\n"); + STATUS(" o o o o o o o o o o o \n"); + STATUS("o o\n"); + STATUS(" o The citation is: o \n"); + STATUS("o Ginn et al., Acta Cryst. (2016). D72, 956-965 o\n"); + STATUS(" o Thank you! o \n"); + STATUS("o o\n"); + STATUS(" o o o o o o o o o o o \n"); + STATUS("o o o o o o o o o o o o\n"); + + STATUS("\n"); tp = malloc(sizeof(struct taketwo_private)); |