1 char CA_EZ_REF_STR_HARD[128][256] = {
2 "ANATOMY TOOLBOX                                             ",
3 "Version 1.5                                                 ",
4 "written by:                                                 ",
5 "   Simon Eickhoff  (s.eickhoff@fz-juelich.de)        ",
6 "   Institut for Medicine (IME) Research Center Juelich",
7 "   Phone + 49 2461-61-5219 / Fax + 49 2461-61-2820   ",
8 "References:",
9 "   Eickhoff SB et al.: A new SPM toolbox for combining probabilistic",
10 "    cytoarchitectonic maps and functional imaging data. (2005)",
11 "    NeuroImage 25 (4): 1325-1335",
12 "   Eickhoff SB et al.: Testing anatomically specified hypotheses in",
13 "    functional imaging using cytoarchitectonic maps. (2006)",
14 "    NeuroImage 32 (2): 570-82",
15 "   Eickhoff SB et al., Assignment of functional activations to",
16 "    probabilistic cytoarchitectonic areas revisited. (2007)",
17 "    NeuroImage 26 (3): 511-521",
18 "Publications describing the included cytoarchitectonic maps:",
19 "    Auditory cortex TE 1.0, TE 1.1, TE 1.2--------------->  Morosan et al., NeuroImage 2001",
20 "    Broca's area BA 44, BA 45---------------------------->  Amunts et al., J Comp Neurol 1999",
21 "    Motor cortex BA 4a, BA 4p BA 6----------------------->  Geyer et al., Nature 1996",
22 "                                                        ->  S. Geyer, Springer press 2003",
23 "    Somatosensory cortex BA 3a, BA 3b, BA 1 BA 2--------->  Geyer et al., NeuroImage, 1999, 2000",
24 "                                                        ->  Grefkes et al., NeuroImage 2001",
25 "    Parietal operculum / SII OP 1, OP 2, OP 3, OP 4------>  Eickhoff et al., Cerebral Cortex 2006a,b",
26 "    Amygdala (CM/LB/SF) Hippocampus (FD/CA /SUB/EC/HATA)->  Amunts et al., Anat Embryol 2005    ",
27 "    anterior intraparietal sulcus hIP1, hIP2------------->  Choi et al., J Comp Neurol 2006     ",
28 "    Visual cortex BA 17, BA 18 hOC5---------------------->  Amunts et al., NeuroImage 2000      ",
29 "                                                        ->  Malikovic et al., Cerebral Cortex 2006",
30 "    Fiber tracts ar,cb,cing,ct,fom,iof,lgb,mb,mbg,or,slf,sof,uf -> Burgel et al., NeuroImage 1999, 2006",
31 "All other areas may only be used with authors' permission ! ",
32 " ",
33 " ",
34 "AFNI adaptation by",
35 " Ziad S. Saad (saadz@mail.nih.gov, SSCC/NIMH/NIH)",
36 " Info automatically created with CA_EZ_Prep.m based on se_note.m",
37 ""};/* Must be the only empty string in the array*/
38 char CA_EZ_VERSION_STR_HARD[128] = { "Version 1.5" };
39 
40