JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for FSL Archives


FSL Archives

FSL Archives


FSL@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

FSL Home

FSL Home

FSL  September 2011

FSL September 2011

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: FEEDS fails

From:

Chris Adamson <[log in to unmask]>

Reply-To:

FSL - FMRIB's Software Library <[log in to unmask]>

Date:

Fri, 30 Sep 2011 14:19:10 +1000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (433 lines)

Yingying,

Check the endianness of the file 

/home/yingying/opt/fsl_feeds/data/fmri.nii.gz

if it is different than that of your machine then FSL with optimisations
has problems when byte swapping the header.

see:

https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind1103&L=FSL&P=R6273&1=FSL&9=A&J=on&d=No+Match%3BMatch%3BMatches&z=4

I concur with Andrew, I have not found this problem in the precompiled
FSL versions since they tend to use nifticlib which doesnt have this
problem.

Chris.

On Fri, 2011-09-30 at 00:13 -0400, Yingying Wang wrote:
> Dear Matthew,
> 
> Here is the message:
> 
> 
> Progress Report / Log
> Started at Thu Sep 29 01:13:48 EDT 2011
> 
> Feat main script
> 
> 
> /bin/cp /home/yingying/opt/fsl_feeds/results/design.fsf design.fsf
> 
> /home/yingying/opt/fsl_4_1_8/bin/feat_model design 
> 
> mkdir .files;cp /home/yingying/opt/fsl_4_1_8/doc/fsl.css .files;ln -s /home/yingying/opt/fsl_4_1_8/doc/images .files/images
> 
> /home/yingying/opt/fsl_4_1_8/bin/fsl_sub -T 18 -l logs -N feat2_pre -j featModelID  /home/yingying/opt/fsl_4_1_8/bin/feat /home/yingying/opt/fsl_feeds/results/fmri.feat/design.fsf -D /home/yingying/opt/fsl_feeds/results/fmri.feat -I 1 -prestats
> 13124
> 
> /home/yingying/opt/fsl_4_1_8/bin/fsl_sub -T 72 -l logs -N feat3_film -j 13124  /home/yingying/opt/fsl_4_1_8/bin/feat /home/yingying/opt/fsl_feeds/results/fmri.feat/design.fsf -D /home/yingying/opt/fsl_feeds/results/fmri.feat -I 1 -film
> 13197
> 
> /home/yingying/opt/fsl_4_1_8/bin/fsl_sub -T 2 -l logs -N feat4_post -j 13197  /home/yingying/opt/fsl_4_1_8/bin/feat /home/yingying/opt/fsl_feeds/results/fmri.feat/design.fsf -D /home/yingying/opt/fsl_feeds/results/fmri.feat -poststats 0 0
> 13239
> 
> /home/yingying/opt/fsl_4_1_8/bin/fsl_sub -T 30 -l logs -N feat5_reg -j 13124  /home/yingying/opt/fsl_4_1_8/bin/feat /home/yingying/opt/fsl_feeds/results/fmri.feat/design.fsf -D /home/yingying/opt/fsl_feeds/results/fmri.feat -I 1 -reg
> 13280
> 
> /home/yingying/opt/fsl_4_1_8/bin/fsl_sub -T 15 -l logs -N feat4_post -j 13239,13280  /home/yingying/opt/fsl_4_1_8/bin/feat /home/yingying/opt/fsl_feeds/results/fmri.feat/design.fsf -D /home/yingying/opt/fsl_feeds/results/fmri.feat -poststats 1 0
> 13559
> 
> /home/yingying/opt/fsl_4_1_8/bin/fsl_sub -T 1 -l logs -N feat5_stop -j 13124,13197,13559,13280  /home/yingying/opt/fsl_4_1_8/bin/feat /home/yingying/opt/fsl_feeds/results/fmri.feat/design.fsf -D /home/yingying/opt/fsl_feeds/results/fmri.feat -stop
> 
> ______________________________________________________________________
> Prestats
> /home/yingying/opt/fsl_4_1_8/bin/fslmaths /home/yingying/opt/fsl_feeds/data/fmri prefiltered_func_data -odt float
> ** ERROR: nifti_convert_nhdr2nim: bad dim[0]
> ** ERROR (nifti_image_read): cannot create nifti image from header '/home/yingying/opt/fsl_feeds/data/fmri.nii.gz'
> ** ERROR: nifti_image_open(/home/yingying/opt/fsl_feeds/data/fmri): bad header info
> ERROR: failed to open file /home/yingying/opt/fsl_feeds/data/fmri
> Cannot open volume /home/yingying/opt/fsl_feeds/data/fmri for reading!
> Total original volumes = 0
> Error - prefiltered_func_data has a different number of time points to that in FEAT setup
> 
> ______________________________________________________________________
> Stats
> cat: absbrainthresh.txt: No such file or directory
>     while executing
> "exec sh -c "cat absbrainthresh.txt" "
>     (procedure "feat5:proc_film" line 57)
>     invoked from within
> "feat5:proc_film $session "
>     ("-film" arm line 2)
>     invoked from within
> "switch -- [ lindex $argv $argindex ] {
> 
> 	-I {
> 	    incr argindex 1
> 	    set session [ lindex $argv $argindex ]
> 	}
> 
> 	-D {
> 	    incr argindex 1
> 	    set..."
>     ("for" body line 2)
>     invoked from within
> "for { set argindex 1 } { $argindex < $argc } { incr argindex 1 } {
>     switch -- [ lindex $argv $argindex ] {
> 
> 	-I {
> 	    incr argindex 1
> 	    set ses..."
>     (file "/home/yingying/opt/fsl_4_1_8/bin/feat" line 137)
> 
> ______________________________________________________________________
> Post-stats
> /home/yingying/opt/fsl_4_1_8/bin/contrast_mgr -f design.fts stats design.con
> ** ERROR (nifti_image_read): failed to find header file for 'stats/sigmasquareds'
> ** ERROR: nifti_image_open(stats/sigmasquareds): bad header info
> ERROR: failed to open file stats/sigmasquareds
> ERROR: Could not open image stats/sigmasquareds
> Image Exception : #22 :: Failed to read volume stats/sigmasquareds
> 
> 
> An exception has been thrown
> Failed to read volume stats/sigmasquaredsTrace: read_volume4DROI; ContrastMgr::Load; ContrastMgr::run.
> 
> couldn't change working directory to "/home/yingying/opt/fsl_feeds/results/fmri.feat/stats": no such file or directory
>     while executing
> "cd ${FD}/stats"
>     (procedure "feat5:proc_poststats" line 50)
>     invoked from within
> "feat5:proc_poststats $RERUNNING $STDSPACE "
>     ("-poststats" arm line 6)
>     invoked from within
> "switch -- [ lindex $argv $argindex ] {
> 
> 	-I {
> 	    incr argindex 1
> 	    set session [ lindex $argv $argindex ]
> 	}
> 
> 	-D {
> 	    incr argindex 1
> 	    set..."
>     ("for" body line 2)
>     invoked from within
> "for { set argindex 1 } { $argindex < $argc } { incr argindex 1 } {
>     switch -- [ lindex $argv $argindex ] {
> 
> 	-I {
> 	    incr argindex 1
> 	    set ses..."
>     (file "/home/yingying/opt/fsl_4_1_8/bin/feat" line 137)
> couldn't change working directory to "/home/yingying/opt/fsl_feeds/results/fmri.feat/stats": no such file or directory
>     while executing
> "cd ${FD}/stats"
>     (procedure "feat5:proc_poststats" line 50)
>     invoked from within
> "feat5:proc_poststats $RERUNNING $STDSPACE "
>     ("-poststats" arm line 6)
>     invoked from within
> "switch -- [ lindex $argv $argindex ] {
> 
> 	-I {
> 	    incr argindex 1
> 	    set session [ lindex $argv $argindex ]
> 	}
> 
> 	-D {
> 	    incr argindex 1
> 	    set..."
>     ("for" body line 2)
>     invoked from within
> "for { set argindex 1 } { $argindex < $argc } { incr argindex 1 } {
>     switch -- [ lindex $argv $argindex ] {
> 
> 	-I {
> 	    incr argindex 1
> 	    set ses..."
>     (file "/home/yingying/opt/fsl_4_1_8/bin/feat" line 137)
> 
> ______________________________________________________________________
> Registration
> /bin/mkdir -p reg
> 
> /home/yingying/opt/fsl_4_1_8/bin/fslmaths /home/yingying/opt/fsl_feeds/data/structural_brain highres
> ** ERROR: nifti_convert_nhdr2nim: bad dim[0]
> ** ERROR (nifti_image_read): cannot create nifti image from header '/home/yingying/opt/fsl_feeds/data/structural_brain.nii.gz'
> ** ERROR: nifti_image_open(/home/yingying/opt/fsl_feeds/data/structural_brain): bad header info
> ERROR: failed to open file /home/yingying/opt/fsl_feeds/data/structural_brain
> Cannot open volume /home/yingying/opt/fsl_feeds/data/structural_brain for reading!
> 
> /home/yingying/opt/fsl_4_1_8/bin/fslmaths /home/yingying/opt/fsl_4_1_8/data/standard/MNI152_T1_2mm_brain standard
> 
> /home/yingying/opt/fsl_4_1_8/bin/flirt -ref highres -in example_func -out example_func2highres -omat example_func2highres.mat -cost corratio -dof 6 -searchrx -90 90 -searchry -90 90 -searchrz -90 90 -interp trilinear  
> ** ERROR (nifti_image_read): failed to find header file for 'highres'
> ** ERROR: nifti_image_open(highres): bad header info
> ERROR: failed to open file highres
> ERROR: Could not open image highres
> Image Exception : #22 :: Failed to read volume highres
> terminate called after throwing an instance of 'RBD_COMMON::BaseException'
> Aborted
> 
> /home/yingying/opt/fsl_4_1_8/bin/convert_xfm -inverse -omat highres2example_func.mat example_func2highres.mat
> Could not open matrix file example_func2highres.mat
> Cannot read input-matrix
> 
> /home/yingying/opt/fsl_4_1_8/bin/slicer example_func2highres highres -s 2 -x 0.35 sla.png -x 0.45 slb.png -x 0.55 slc.png -x 0.65 sld.png -y 0.35 sle.png -y 0.45 slf.png -y 0.55 slg.png -y 0.65 slh.png -z 0.35 sli.png -z 0.45 slj.png -z 0.55 slk.png -z 0.65 sll.png ; /home/yingying/opt/fsl_4_1_8/bin/pngappend sla.png + slb.png + slc.png + sld.png + sle.png + slf.png + slg.png + slh.png + sli.png + slj.png + slk.png + sll.png example_func2highres1.png ; /home/yingying/opt/fsl_4_1_8/bin/slicer highres example_func2highres -s 2 -x 0.35 sla.png -x 0.45 slb.png -x 0.55 slc.png -x 0.65 sld.png -y 0.35 sle.png -y 0.45 slf.png -y 0.55 slg.png -y 0.65 slh.png -z 0.35 sli.png -z 0.45 slj.png -z 0.55 slk.png -z 0.65 sll.png ; /home/yingying/opt/fsl_4_1_8/bin/pngappend sla.png + slb.png + slc.png + sld.png + sle.png + slf.png + slg.png + slh.png + sli.png + slj.png + slk.png + sll.png example_func2highres2.png ; /home/yingying/opt/fsl_4_1_8/bin/pngappend example_func2highres1.png - example_func2highres2.png example_func2highres.png; /bin/rm -f sl?.png
> ** ERROR (nifti_image_read): failed to find header file for 'example_func2highres'
> ** ERROR: nifti_image_open(example_func2highres): bad header info
> ERROR: failed to open file example_func2highres
> ERROR: Could not open image example_func2highres
> Image Exception : #22 :: Failed to read volume example_func2highres
> terminate called after throwing an instance of 'RBD_COMMON::BaseException'
> Aborted
> 
>  Cannot open sla.png for reading
> Segmentation fault
> ** ERROR (nifti_image_read): failed to find header file for 'highres'
> ** ERROR: nifti_image_open(highres): bad header info
> ERROR: failed to open file highres
> ERROR: Could not open image highres
> Image Exception : #22 :: Failed to read volume highres
> terminate called after throwing an instance of 'RBD_COMMON::BaseException'
> Aborted
> 
>  Cannot open sla.png for reading
> Segmentation fault
> 
>  Cannot open example_func2highres1.png for reading
> Segmentation fault
> 
> /home/yingying/opt/fsl_4_1_8/bin/flirt -ref standard -in highres -out highres2standard -omat highres2standard.mat -cost corratio -dof 12 -searchrx -90 90 -searchry -90 90 -searchrz -90 90 -interp trilinear  
> ** ERROR (nifti_image_read): failed to find header file for 'highres'
> ** ERROR: nifti_image_open(highres): bad header info
> ERROR: failed to open file highres
> ERROR: Could not open image highres
> Image Exception : #22 :: Failed to read volume highres
> terminate called after throwing an instance of 'RBD_COMMON::BaseException'
> Aborted
> 
> /home/yingying/opt/fsl_4_1_8/bin/convert_xfm -inverse -omat standard2highres.mat highres2standard.mat
> Could not open matrix file highres2standard.mat
> Cannot read input-matrix
> 
> /home/yingying/opt/fsl_4_1_8/bin/slicer highres2standard standard -s 2 -x 0.35 sla.png -x 0.45 slb.png -x 0.55 slc.png -x 0.65 sld.png -y 0.35 sle.png -y 0.45 slf.png -y 0.55 slg.png -y 0.65 slh.png -z 0.35 sli.png -z 0.45 slj.png -z 0.55 slk.png -z 0.65 sll.png ; /home/yingying/opt/fsl_4_1_8/bin/pngappend sla.png + slb.png + slc.png + sld.png + sle.png + slf.png + slg.png + slh.png + sli.png + slj.png + slk.png + sll.png highres2standard1.png ; /home/yingying/opt/fsl_4_1_8/bin/slicer standard highres2standard -s 2 -x 0.35 sla.png -x 0.45 slb.png -x 0.55 slc.png -x 0.65 sld.png -y 0.35 sle.png -y 0.45 slf.png -y 0.55 slg.png -y 0.65 slh.png -z 0.35 sli.png -z 0.45 slj.png -z 0.55 slk.png -z 0.65 sll.png ; /home/yingying/opt/fsl_4_1_8/bin/pngappend sla.png + slb.png + slc.png + sld.png + sle.png + slf.png + slg.png + slh.png + sli.png + slj.png + slk.png + sll.png highres2standard2.png ; /home/yingying/opt/fsl_4_1_8/bin/pngappend highres2standard1.png - highres2standard2.png highres2standard.png; /bin/rm -f sl?.png
> ** ERROR (nifti_image_read): failed to find header file for 'highres2standard'
> ** ERROR: nifti_image_open(highres2standard): bad header info
> ERROR: failed to open file highres2standard
> ERROR: Could not open image highres2standard
> Image Exception : #22 :: Failed to read volume highres2standard
> terminate called after throwing an instance of 'RBD_COMMON::BaseException'
> Aborted
> 
>  Cannot open sla.png for reading
> Segmentation fault
> 
>  Cannot open highres2standard1.png for reading
> Segmentation fault
> 
> /home/yingying/opt/fsl_4_1_8/bin/convert_xfm -omat example_func2standard.mat -concat highres2standard.mat example_func2highres.mat
> Could not open matrix file example_func2highres.mat
> Cannot read input-matrix
> 
> /home/yingying/opt/fsl_4_1_8/bin/flirt -ref standard -in example_func -out example_func2standard -applyxfm -init example_func2standard.mat -interp trilinear
> ** ERROR (nifti_image_read): failed to find header file for 'example_func'
> ** ERROR: nifti_image_open(example_func): bad header info
> ERROR: failed to open file example_func
> ERROR: Could not open image example_func
> Image Exception : #22 :: Failed to read volume example_func
> terminate called after throwing an instance of 'RBD_COMMON::BaseException'
> Aborted
> 
> /home/yingying/opt/fsl_4_1_8/bin/convert_xfm -inverse -omat standard2example_func.mat example_func2standard.mat
> Could not open matrix file example_func2standard.mat
> Cannot read input-matrix
> 
> /home/yingying/opt/fsl_4_1_8/bin/slicer example_func2standard standard -s 2 -x 0.35 sla.png -x 0.45 slb.png -x 0.55 slc.png -x 0.65 sld.png -y 0.35 sle.png -y 0.45 slf.png -y 0.55 slg.png -y 0.65 slh.png -z 0.35 sli.png -z 0.45 slj.png -z 0.55 slk.png -z 0.65 sll.png ; /home/yingying/opt/fsl_4_1_8/bin/pngappend sla.png + slb.png + slc.png + sld.png + sle.png + slf.png + slg.png + slh.png + sli.png + slj.png + slk.png + sll.png example_func2standard1.png ; /home/yingying/opt/fsl_4_1_8/bin/slicer standard example_func2standard -s 2 -x 0.35 sla.png -x 0.45 slb.png -x 0.55 slc.png -x 0.65 sld.png -y 0.35 sle.png -y 0.45 slf.png -y 0.55 slg.png -y 0.65 slh.png -z 0.35 sli.png -z 0.45 slj.png -z 0.55 slk.png -z 0.65 sll.png ; /home/yingying/opt/fsl_4_1_8/bin/pngappend sla.png + slb.png + slc.png + sld.png + sle.png + slf.png + slg.png + slh.png + sli.png + slj.png + slk.png + sll.png example_func2standard2.png ; /home/yingying/opt/fsl_4_1_8/bin/pngappend example_func2standard1.png - example_func2standard2.png example_func2standard.png; /bin/rm -f sl?.png
> ** ERROR (nifti_image_read): failed to find header file for 'example_func2standard'
> ** ERROR: nifti_image_open(example_func2standard): bad header info
> ERROR: failed to open file example_func2standard
> ERROR: Could not open image example_func2standard
> Image Exception : #22 :: Failed to read volume example_func2standard
> terminate called after throwing an instance of 'RBD_COMMON::BaseException'
> Aborted
> 
>  Cannot open sla.png for reading
> Segmentation fault
> 
>  Cannot open example_func2standard1.png for reading
> Segmentation fault
> 
> Thanks.
> Yingying
> 
> 
> 
> ==============================================
> Yingying Wang
> Graduate Student
> Biomedical Engineering
> University of Cincinnati
> Pediatric Neuroimaging Consortium Research Center 
> Cincinnati Children's Hospital Medical Center
> MLC 5033, 3333 Burnet Avenue
> Cincinnati, OH 45229-3039
> O 513-636-3495
> C 513-833-7448
> 
> >>> Matthew Webster 09/29/11 6:27 AM >>>
> Hello,
>           If you check the log files in the generated
> results/fmri.feat directory, there should hopefully be more specific
> error-messages related to the FEAT test.
> 
> 
> Many Regards
> 
> 
> Matthew
> 
> 
> P.S.
> For debian/Ubuntu systems we recommend installing the precompiled FSL
> binaries from http://neuro.debian.net/pkgs/fsl.html 
> > Dear FSL Team,
> > 
> > I had feeds error (I compiled fsl 4.1.8 myself) :
> > 
> > yingying@yingying-debian:~/opt/fsl_feeds$ ./RUN all
> > 
> > FSL Evaluation and Example Data Suite v4.1.8
> > 
> > start time = Wed Sep 28 23:30:34 EDT 2011
> > hostname = yingying-debian
> > os = Linux yingying-debian 2.6.32-5-amd64 #1 SMP Fri Sep 9 20:23:16
> > UTC 2011 x86_64 GNU/Linux
> > 
> > 
> > /bin/rm -rf /home/yingying/opt/fsl_feeds/results ;
> > mkdir /home/yingying/opt/fsl_feeds/results
> > 
> > 
> > Starting PRELUDE & FUGUE at Wed Sep 28 23:30:34 EDT 2011
> > % error = 0.0
> > % error = 0.0
> > 
> > Starting SUSAN at Wed Sep 28 23:30:35 EDT 2011
> > % error = 0.03
> > 
> > Starting SIENAX (including testing BET and FLIRT and FAST) at Wed
> > Sep 28 23:32:22 EDT 2011
> > checking error on BET:
> > % error = 0.0
> > checking error on FLIRT:
> > % error = 0.0
> > checking error on FAST:
> > checking error on single-image binary segmentation:
> > % error = 0.37
> > checking error on partial volume images:
> > % error = 0.28
> > % error = 0.41
> > % error = 0.29
> > checking error on SIENAX volume outputs:
> > % error = 0.18
> > % error = 0.11
> > % error = 0.49
> > % error = 0.02
> > % error = 0.51
> > 
> > Starting BET2 at Wed Sep 28 23:45:15 EDT 2011
> > checking error on T1 brain extraction:
> > % error = 0.0
> > checking error on skull and scalp surfaces:
> > % error = 0.02
> > % error = 0.03
> > % error = 0.14
> > 
> > Starting FEAT at Wed Sep 28 23:53:08 EDT 2011
> > checking error on filtered functional data:
> > No output image created
> > Warning - test failed!
> > checking error on raw Z stat images:
> > No output image created
> > Warning - test failed!
> > No output image created
> > Warning - test failed!
> > No output image created
> > Warning - test failed!
> > checking error on thresholded Z stat images:
> > No output image created
> > Warning - test failed!
> > No output image created
> > Warning - test failed!
> > No output image created
> > Warning - test failed!
> > checking error on registration images:
> > No output image created
> > Warning - test failed!
> > No output image created
> > Warning - test failed!
> > checking error on position of largest cluster of Talairached
> > zfstat1:
> > couldn't open
> > "/home/yingying/opt/fsl_feeds/results/fmri.feat/cluster_zfstat1_std.txt": no such file or directory
> >     while executing
> > "open ${FEEDSDIR}/results/fmri.feat/cluster_zfstat1_std.txt r "
> >     invoked from within
> > "if { $feeds(feat) } {
> > 
> > puts "\nStarting FEAT at [ exec date ]"
> > 
> > # fix FEAT setup file to use FEEDSDIR and FSLDIR
> > fsl:exec "cp ${FEEDSDIR}/data/fmri.fe..."
> >     (file "./RUN" line 285)
> > 
> > Why FEAT will not work?
> > 
> > Thanks a lot.
> > yingying
> > 
> 
> 
> 
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email 
> 
> If you have any question, please contact MCRI IT Helpdesk for further
> assistance.
> ______________________________________________________________________

-- 
Dr Christopher Adamson, PhD (Melb.), B Software Engineering (Hons.,
Monash)
Research Officer
Developmental Imaging, Critical Care and Neurosciences

Murdoch Childrens Research Institute
The Royal Children’s Hospital
Flemington Road Parkville Victoria 3052 Australia
T 9345 4306
M XXXX XXX XXX
E [log in to unmask]
www.mcri.edu.au

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager