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

Help for CCP4BB Archives


CCP4BB Archives

CCP4BB Archives


CCP4BB@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

CCP4BB Home

CCP4BB Home

CCP4BB  December 2011

CCP4BB December 2011

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: help me to install voidoo on ubuntu11.10

From:

Tim Gruene <[log in to unmask]>

Reply-To:

Tim Gruene <[log in to unmask]>

Date:

Sat, 17 Dec 2011 14:21:43 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (570 lines)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi     ,

I could not find error messages but only some warnings. Why do you think
anything goes wrong?

I recommend you repost your scientific question at the very end again
with a different thread as I guess that most readers will not have made
it through to the end of your email.

Best,
Tim

On 12/17/2011 02:19 AM, 王瑞 wrote:
> I am sorry for a little off-topic! Could anyone tells me how to install
> voidoo on 32-bits ubuntu11.10 ?
> For its distribution kit on http://xray.bmc.uu.se/markh/usf/, I have
> downloaded the distribution kit and Liniux_32_binaries executables, and
> followed their tutorial, but something goes wrong:
> 
> if ( !=  ) continue
> if ( -d sod && -e sod/Makefile_linux ) then
> echo Building sod
> Building sod
> cd sod
> rm sod sod.o
> cat Makefile_linux
> #
> OBJ= sod.o ../gklib/linux_kleylib  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a
> EXEC = sod
> INCL= Makefile_linux
> SUBS =
> STATIC =
> ##SUBS## SUBS = sod_subs.o
> INCL = Makefile_linux sod.incl
> ##STATIC## STATIC = -static
> 
> fc = gfortran -DLINUX -m32
> 
> opt= -O -u -ffixed-line-length-132 -I..
> link= -O
> 
> $(EXEC): $(OBJ) $(SUBS)
> $(fc) $(link) -o $(EXEC) $(SUBS) $(OBJ) $(STATIC) ; strip $(EXEC)
> 
> sod.o: sod.fpp $(INCL)
> $(fc) $(opt) -c sod.fpp
> 
> ##SUBS## sod_subs.o: sod_subs.fpp $(INCL)
> ##SUBS## $(fc) $(opt) -c sod_subs.fpp
> make -f Makefile_linux
> gfortran -DLINUX -m32 -O -u -ffixed-line-length-132 -I.. -c sod.fpp
> gfortran -DLINUX -m32 -O -o sod  sod.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a  ; strip sod
> cp sod /home/dell/Documents/usf/usf_export/bin
> cd ..
> endif
> end
> if (  !=  &&  != solex ) continue
> if ( solex == gklib || solex == bin || solex == rave_package ) continue
> set ccp4_flag = `echo $prog | grep ccp4`
> grep ccp4
> echo solex
> if ( !=  ) continue
> if ( -d solex && -e solex/Makefile_linux ) then
> echo Building solex
> Building solex
> cd solex
> rm solex solex.o
> cat Makefile_linux
> #
> OBJ= solex.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a
> EXEC = solex
> INCL= Makefile_linux
> SUBS =
> STATIC =
> ##SUBS## SUBS = solex_subs.o
> ##INCL## INCL = Makefile_linux solex.incl
> ##STATIC## STATIC = -static
> 
> fc = gfortran -DLINUX -m32
> 
> opt= -O -u -ffixed-line-length-132 -I..
> link= -O
> 
> $(EXEC): $(OBJ) $(SUBS)
> $(fc) $(link) -o $(EXEC) $(SUBS) $(OBJ) $(STATIC) ; strip $(EXEC)
> 
> solex.o: solex.fpp $(INCL)
> $(fc) $(opt) -c solex.fpp
> 
> ##SUBS## solex_subs.o: solex_subs.fpp $(INCL)
> ##SUBS## $(fc) $(opt) -c solex_subs.fpp
> make -f Makefile_linux
> gfortran -DLINUX -m32 -O -u -ffixed-line-length-132 -I.. -c solex.fpp
> solex.fpp:71.24:
> 
>       call dosole (%val(iaptr),%val(ibptr),mapsize,masksize)
>                         1
> Warning: Type mismatch in argument 'mapa' at (1); passed INTEGER(4) to
> REAL(4)
> gfortran -DLINUX -m32 -O -o solex  solex.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a  ; strip solex
> cp solex /home/dell/Documents/usf/usf_export/bin
> cd ..
> endif
> end
> if (  !=  &&  != spancsi ) continue
> if ( spancsi == gklib || spancsi == bin || spancsi == rave_package )
> continue
> set ccp4_flag = `echo $prog | grep ccp4`
> grep ccp4
> echo spancsi
> if ( !=  ) continue
> if ( -d spancsi && -e spancsi/Makefile_linux ) then
> echo Building spancsi
> Building spancsi
> cd spancsi
> rm spancsi spancsi.o
> cat Makefile_linux
> #
> OBJ= spancsi.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a
> EXEC = spancsi
> INCL= Makefile_linux
> SUBS =
> STATIC =
> ##SUBS## SUBS = spancsi_subs.o
> ##INCL## INCL = Makefile_linux spancsi.incl
> ##STATIC## STATIC = -static
> 
> fc = gfortran -DLINUX -m32
> 
> opt= -O -u -ffixed-line-length-132 -I..
> link= -O
> 
> $(EXEC): $(OBJ) $(SUBS)
> $(fc) $(link) -o $(EXEC) $(SUBS) $(OBJ) $(STATIC) ; strip $(EXEC)
> 
> spancsi.o: spancsi.fpp $(INCL)
> $(fc) $(opt) -c spancsi.fpp
> 
> ##SUBS## spancsi_subs.o: spancsi_subs.fpp $(INCL)
> ##SUBS## $(fc) $(opt) -c spancsi_subs.fpp
> make -f Makefile_linux
> gfortran -DLINUX -m32 -O -u -ffixed-line-length-132 -I.. -c spancsi.fpp
> spancsi.fpp:69.24:
> 
>       call dospan (%val(iaptr),%val(ibptr),%val(idptr),
>                         1
> Warning: Type mismatch in argument 'mapa' at (1); passed INTEGER(4) to
> REAL(4)
> gfortran -DLINUX -m32 -O -o spancsi  spancsi.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a  ; strip spancsi
> cp spancsi /home/dell/Documents/usf/usf_export/bin
> cd ..
> endif
> end
> if (  !=  &&  != ssencs ) continue
> if ( ssencs == gklib || ssencs == bin || ssencs == rave_package ) continue
> set ccp4_flag = `echo $prog | grep ccp4`
> grep ccp4
> echo ssencs
> if ( !=  ) continue
> if ( -d ssencs && -e ssencs/Makefile_linux ) then
> echo Building ssencs
> Building ssencs
> cd ssencs
> rm ssencs ssencs.o
> cat Makefile_linux
> #
> OBJ= ssencs.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a
> EXEC = ssencs
> INCL= Makefile_linux
> SUBS =
> STATIC =
> ##SUBS## SUBS = ssencs_subs.o
> ##INCL## INCL = Makefile_linux ssencs.incl
> ##STATIC## STATIC = -static
> 
> fc = gfortran -DLINUX -m32
> 
> opt= -O -u -ffixed-line-length-132 -I..
> link= -O
> 
> $(EXEC): $(OBJ) $(SUBS)
> $(fc) $(link) -o $(EXEC) $(SUBS) $(OBJ) $(STATIC) ; strip $(EXEC)
> 
> ssencs.o: ssencs.fpp $(INCL)
> $(fc) $(opt) -c ssencs.fpp
> 
> ##SUBS## ssencs_subs.o: ssencs_subs.fpp $(INCL)
> ##SUBS## $(fc) $(opt) -c ssencs_subs.fpp
> make -f Makefile_linux
> gfortran -DLINUX -m32 -O -u -ffixed-line-length-132 -I.. -c ssencs.fpp
> gfortran -DLINUX -m32 -O -o ssencs  ssencs.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a  ; strip ssencs
> cp ssencs /home/dell/Documents/usf/usf_export/bin
> cd ..
> endif
> end
> if (  !=  &&  != usf_osx_bin ) continue
> if ( usf_osx_bin == gklib || usf_osx_bin == bin || usf_osx_bin ==
> rave_package ) continue
> set ccp4_flag = `echo $prog | grep ccp4`
> grep ccp4
> echo usf_osx_bin
> if ( !=  ) continue
> if ( -d usf_osx_bin && -e usf_osx_bin/Makefile_linux ) then
> echo Building usf_osx_bin
> Building usf_osx_bin
> cd usf_osx_bin
> rm usf_osx_bin usf_osx_bin.o
> rm: cannot remove `usf_osx_bin': No such file or directory
> rm: cannot remove `usf_osx_bin.o': No such file or directory
> cat Makefile_linux
> #
> OBJ= usf_osx_bin.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a
> EXEC = usf_osx_bin
> INCL= Makefile_linux
> SUBS =
> STATIC =
> ##SUBS## SUBS = usf_osx_bin_subs.o
> ##INCL## INCL = Makefile_linux usf_osx_bin.incl
> ##STATIC## STATIC = -static
> 
> fc = gfortran -DLINUX -m32
> 
> opt= -O -u -ffixed-line-length-132 -I..
> link= -O
> 
> $(EXEC): $(OBJ) $(SUBS)
> $(fc) $(link) -o $(EXEC) $(SUBS) $(OBJ) $(STATIC) ; strip $(EXEC)
> 
> usf_osx_bin.o: usf_osx_bin.fpp $(INCL)
> $(fc) $(opt) -c usf_osx_bin.fpp
> 
> ##SUBS## usf_osx_bin_subs.o: usf_osx_bin_subs.fpp $(INCL)
> ##SUBS## $(fc) $(opt) -c usf_osx_bin_subs.fpp
> make -f Makefile_linux
> make: *** No rule to make target `usf_osx_bin.fpp', needed by
> `usf_osx_bin.o'.  Stop.
> cp usf_osx_bin /home/dell/Documents/usf/usf_export/bin
> cp: cannot stat `usf_osx_bin': No such file or directory
> cd ..
> endif
> end
> if (  !=  &&  != voidoo ) continue
> if ( voidoo == gklib || voidoo == bin || voidoo == rave_package ) continue
> set ccp4_flag = `echo $prog | grep ccp4`
> grep ccp4
> echo voidoo
> if ( !=  ) continue
> if ( -d voidoo && -e voidoo/Makefile_linux ) then
> echo Building voidoo
> Building voidoo
> cd voidoo
> rm voidoo voidoo.o
> cat Makefile_linux
> #
> OBJ= voidoo.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a
> EXEC = voidoo
> INCL= Makefile_linux
> SUBS =
> STATIC =
> SUBS = voidoo_subs.o
> INCL = Makefile_linux voidoo.incl
> ##STATIC## STATIC = -static
> 
> fc = gfortran -DLINUX -m32
> 
> opt= -O -u -ffixed-line-length-132 -I..
> link= -O
> 
> $(EXEC): $(OBJ) $(SUBS)
> $(fc) $(link) -o $(EXEC) $(SUBS) $(OBJ) $(STATIC) ; strip $(EXEC)
> 
> voidoo.o: voidoo.fpp $(INCL)
> $(fc) $(opt) -c voidoo.fpp
> 
> voidoo_subs.o: voidoo_subs.fpp $(INCL)
> $(fc) $(opt) -c voidoo_subs.fpp
> make -f Makefile_linux
> gfortran -DLINUX -m32 -O -u -ffixed-line-length-132 -I.. -c voidoo.fpp
> gfortran -DLINUX -m32 -O -u -ffixed-line-length-132 -I.. -c voidoo_subs.fpp
> gfortran -DLINUX -m32 -O -o voidoo voidoo_subs.o voidoo.o
> ../gklib/linux_kleylib  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a  ; strip voidoo
> cp voidoo /home/dell/Documents/usf/usf_export/bin
> cd ..
> endif
> end
> if (  !=  &&  != xpand ) continue
> if ( xpand == gklib || xpand == bin || xpand == rave_package ) continue
> set ccp4_flag = `echo $prog | grep ccp4`
> grep ccp4
> echo xpand
> if ( !=  ) continue
> if ( -d xpand && -e xpand/Makefile_linux ) then
> echo Building xpand
> Building xpand
> cd xpand
> rm xpand xpand.o
> cat Makefile_linux
> #
> OBJ= xpand.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a
> EXEC = xpand
> INCL= Makefile_linux
> SUBS =
> STATIC =
> ##SUBS## SUBS = xpand_subs.o
> INCL = Makefile_linux xpand.incl
> ##STATIC## STATIC = -static
> 
> fc = gfortran -DLINUX -m32
> 
> opt= -O -u -ffixed-line-length-132 -I..
> link= -O
> 
> $(EXEC): $(OBJ) $(SUBS)
> $(fc) $(link) -o $(EXEC) $(SUBS) $(OBJ) $(STATIC) ; strip $(EXEC)
> 
> xpand.o: xpand.fpp $(INCL)
> $(fc) $(opt) -c xpand.fpp
> 
> ##SUBS## xpand_subs.o: xpand_subs.fpp $(INCL)
> ##SUBS## $(fc) $(opt) -c xpand_subs.fpp
> make -f Makefile_linux
> gfortran -DLINUX -m32 -O -u -ffixed-line-length-132 -I.. -c xpand.fpp
> xpand.fpp:193.5:
> 
>  1990   continue
>      1
> xpand.fpp:207.72:
> 
>         if (ierr .ne. 0) goto 1990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:140.5:
> 
>  1000   continue
>      1
> xpand.fpp:211.72:
> 
>         if (length(ncsfil) .lt. 1) goto 1000
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:193.5:
> 
>  1990   continue
>      1
> xpand.fpp:231.72:
> 
>         if (ierr .ne. 0) goto 1990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:193.5:
> 
>  1990   continue
>      1
> xpand.fpp:235.72:
> 
>         if (ierr .ne. 0) goto 1990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:426.5:
> 
>  2990   continue
>      1
> xpand.fpp:258.72:
> 
>         if (ierr .ne. 0) goto 2990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:426.5:
> 
>  2990   continue
>      1
> xpand.fpp:267.72:
> 
>           if (ierr .ne. 0) goto 2990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:426.5:
> 
>  2990   continue
>      1
> xpand.fpp:277.72:
> 
>           if (ierr .ne. 0) goto 2990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:426.5:
> 
>  2990   continue
>      1
> xpand.fpp:442.72:
> 
>         if (ierr .ne. 0) goto 2990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:426.5:
> 
>  2990   continue
>      1
> xpand.fpp:447.72:
> 
>           if (ierr .ne. 0) goto 2990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:426.5:
> 
>  2990   continue
>      1
> xpand.fpp:451.72:
> 
>           if (ierr .ne. 0) goto 2990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> xpand.fpp:193.5:
> 
>  1990   continue
>      1
> xpand.fpp:467.72:
> 
>           goto 1990
>                                                                         2
> Warning: Label at (1) is not in the same block as the GOTO statement at (2)
> gfortran -DLINUX -m32 -O -o xpand  xpand.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a  ; strip xpand
> cp xpand /home/dell/Documents/usf/usf_export/bin
> cd ..
> endif
> end
> if (  !=  &&  != xplo2d ) continue
> if ( xplo2d == gklib || xplo2d == bin || xplo2d == rave_package ) continue
> set ccp4_flag = `echo $prog | grep ccp4`
> grep ccp4
> echo xplo2d
> if ( !=  ) continue
> if ( -d xplo2d && -e xplo2d/Makefile_linux ) then
> echo Building xplo2d
> Building xplo2d
> cd xplo2d
> rm xplo2d xplo2d.o
> cat Makefile_linux
> #
> OBJ= xplo2d.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a
> EXEC = xplo2d
> INCL= Makefile_linux
> SUBS =
> STATIC =
> ##SUBS## SUBS = xplo2d_subs.o
> ##INCL## INCL = Makefile_linux xplo2d.incl
> ##STATIC## STATIC = -static
> 
> fc = gfortran -DLINUX -m32
> 
> opt= -O -u -ffixed-line-length-132 -I..
> link= -O
> 
> $(EXEC): $(OBJ) $(SUBS)
> $(fc) $(link) -o $(EXEC) $(SUBS) $(OBJ) $(STATIC) ; strip $(EXEC)
> 
> xplo2d.o: xplo2d.fpp $(INCL)
> $(fc) $(opt) -c xplo2d.fpp
> 
> ##SUBS## xplo2d_subs.o: xplo2d_subs.fpp $(INCL)
> ##SUBS## $(fc) $(opt) -c xplo2d_subs.fpp
> make -f Makefile_linux
> gfortran -DLINUX -m32 -O -u -ffixed-line-length-132 -I.. -c xplo2d.fpp
> xplo2d.fpp:3264.469:
> 
> \u0141\U00115186\U09B13EF8\U09C4E140
> 
>  1
> 
> 
> 
> 
> 
> Warning: Extraneous characters in format at (1)
> xplo2d.fpp:3272.476:
> 
> 
> 
>  1
> 
> 
> 
> 
> 
> Warning: Extraneous characters in format at (1)
> xplo2d.fpp:3280.483:
> 
> 
> 
>  1
> 
> 
> 
> 
> 
> Warning: Extraneous characters in format at (1)
> xplo2d.fpp:3286.486:
> 
> = list of atoms
> 
>  1
> 
> 
> 
> 
> 
> Warning: Extraneous characters in format at (1)
> gfortran -DLINUX -m32 -O -o xplo2d  xplo2d.o ../gklib/linux_kleylib
>  ../ccp4libs_latest_m32_linux/libccp4f.a
>  ../ccp4libs_latest_m32_linux/libccp4c.a  ; strip xplo2d
> cp xplo2d /home/dell/Documents/usf/usf_export/bin
> cd ..
> endif
> end
> goto exit
> exit 0
> 
> I have installed gfortran, could anyone help me ?
> By the way, could you give some advice on calculate the size of a pocket in
> the inside of a protein ?
> Thanks for your attention !
> 

- -- 
- --
Dr Tim Gruene
Institut fuer anorganische Chemie
Tammannstr. 4
D-37077 Goettingen

GPG Key ID = A46BEE1A

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFO7JdhUxlJ7aRr7hoRAqFpAJ0QYlxeqLpMRgoUSWuABr/37/+i7QCgqMDY
BJ3nQ43WW9DZxONJia6X4Vw=
=8oRM
-----END PGP SIGNATURE-----

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


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