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

Help for SYNERBI-DEVEL Archives


SYNERBI-DEVEL Archives

SYNERBI-DEVEL Archives


SYNERBI-DEVEL@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

SYNERBI-DEVEL Home

SYNERBI-DEVEL Home

SYNERBI-DEVEL  June 2020

SYNERBI-DEVEL June 2020

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: SIRF 2.2.0

From:

Evgueni Ovtchinnikov - UKRI STFC <[log in to unmask]>

Reply-To:

Evgueni Ovtchinnikov - UKRI STFC <[log in to unmask]>

Date:

Mon, 15 Jun 2020 14:22:54 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (338 lines)

On VM SIRF 2.2.0_py3, spyder3 fails to start with this error:

sirfuser@vagrant:~/devel/buildVM/sources/SIRF/examples/Python/PET/interactive$ spyder3
Traceback (most recent call last):
  File "/usr/local/bin/spyder3", line 5, in <module>
    from spyder.app.start import main
  File "/usr/local/lib/python3.6/dist-packages/spyder/app/start.py", line 34, in <module>
    from spyder.config.manager import CONF
  File "/usr/local/lib/python3.6/dist-packages/spyder/config/manager.py", line 17, in <module>
    from spyder.config.main import CONF_VERSION, DEFAULTS, NAME_MAP
  File "/usr/local/lib/python3.6/dist-packages/spyder/config/main.py", line 19, in <module>
    from spyder.config.fonts import MEDIUM, SANS_SERIF
  File "/usr/local/lib/python3.6/dist-packages/spyder/config/fonts.py", line 14, in <module>
    from spyder.config.utils import is_ubuntu
  File "/usr/local/lib/python3.6/dist-packages/spyder/config/utils.py", line 17, in <module>
    from spyder_kernels.utils import iofuncs
ModuleNotFoundError: No module named 'spyder_kernels'


________________________________
From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]> on behalf of Edoardo Pasca - UKRI STFC <[log in to unmask]>
Sent: Friday, June 12, 2020 8:41:34 PM
To: [log in to unmask]
Subject: Re: SIRF 2.2.0

Hi

I’ve uploaded an updated VM for python3. Should you wish to try, it’s at the same place.
scp [log in to unmask]<mailto:[log in to unmask]>:"/home/sirfuser/SIRF\\ 2.2.0_py3.ova" ~/Desktop

Edo

From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]> On Behalf Of Edoardo Pasca - UKRI STFC
Sent: 12 June 2020 09:59
To: [log in to unmask]
Subject: Re: SIRF 2.2.0

I found that it is CCPi-Regularisation-Toolkit (and possibly astra-toolkit, which isn’t built in this VM) that can’t find Cython as it’s been searched as cython, but on ubuntu18.04 the version for python3 is called cython3.

I modified the SuperBuild https://github.com/SyneRBI/SIRF-SuperBuild/tree/find_cython3 which should fix this.

Edo

From: Thielemans, Kris <[log in to unmask]<mailto:[log in to unmask]>>
Sent: 12 June 2020 07:37
To: Pasca, Edoardo (STFC,RAL,SC) <[log in to unmask]<mailto:[log in to unmask]>>; [log in to unmask]<mailto:[log in to unmask]>
Subject: RE: SIRF 2.2.0

Hi all

Given the comment you quote below, I think this will be premature to merge for 2.2. We can of course always release another VM afterwards.

Can we therefore concentrate on testing the python2 VM please? Sorry.

kris

From: Edoardo Pasca - UKRI STFC <[log in to unmask]<mailto:[log in to unmask]>>
Sent: 12 June 2020 07:27
To: Thielemans, Kris <[log in to unmask]<mailto:[log in to unmask]>>; [log in to unmask]<mailto:[log in to unmask]>
Subject: RE: SIRF 2.2.0

Hi

You find an updated py3 VM on the server. You can get it with

scp [log in to unmask]<mailto:[log in to unmask]>:"/home/sirfuser/SIRF\\ 2.2.0_py3.ova" ~/Desktop

Have a go at it.

Please notice https://github.com/SyneRBI/SyneRBI_VM/pull/170#issuecomment-642917253

Edo

From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Thielemans, Kris
Sent: 11 June 2020 18:18
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: Re: SIRF 2.2.0

Could check python version from the jupyter prompt. I’ve never understood why the kernel is in the notebook and how it’s used (see all the nbstripout discussions).

Can someone else try this out as well please (once there’s a new version).

kris

From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Brown, Richard
Sent: 11 June 2020 18:09
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: Re: SIRF 2.2.0

Hi,

After running update_VM.sh everything ran fine. I only ran the python PET ctest and two jupyer notebooks - the registration one and a PET one.

The only thing that I noticed is that in the top right of the jupyter notebook, when running the registration notebook, it correctly said the kernel was python3. However, when running the PET notebook, it said python2. That said, there wasn’t an error, so it must have been running the python3 kernel all the same.

Slightly confusing, but I guess the kernel reflects the python version that was used to write the notebook (I wrote the registration with python3, whereas PET notebooks were written with python2).


Rich

Research Associate in Medical Imaging Physics at University College London,
Institute of Nuclear Medicine, UCL Hospital, Tower 5,
235 Euston Road, London NW1 2BU, UK

On 11 Jun 2020, at 16:33, Edoardo Pasca - UKRI STFC <[log in to unmask]<mailto:[log in to unmask]>> wrote:

I just found that you need to install cython3

So, I’ll upload a new VM and let you know in due course.

Edo

From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Edoardo Pasca - UKRI STFC
Sent: 11 June 2020 16:25
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: Re: SIRF 2.2.0

Ah, that’s my bad. I fixed installation problems as they came and then I run make directly from the buildVM directory. This means that update_VM.sh hasn’t run to the end and created all the env variables and links.

So, in the py3 machine one has to run update_VM.sh

I will create a VM from scratch

Edo

From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Brown, Richard
Sent: 11 June 2020 16:02
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: Re: SIRF 2.2.0

Loading up terminal gives bash: "/home/sirfuser/.sirfrc: No such file or directory”.


Research Associate in Medical Imaging Physics at University College London,
Institute of Nuclear Medicine, UCL Hospital, Tower 5,
235 Euston Road, London NW1 2BU, UK

On 11 Jun 2020, at 14:55, Thielemans, Kris <[log in to unmask]<mailto:[log in to unmask]>> wrote:

Ok, great. It would have to come with a big warning that they have to use python3.

Did you try spyder? How does jupyter know which python to run?

Please have a look at the issue for other things

From: Edoardo Pasca - UKRI STFC <[log in to unmask]<mailto:[log in to unmask]>>
Sent: 11 June 2020 14:50
To: Thielemans, Kris <[log in to unmask]<mailto:[log in to unmask]>>; [log in to unmask]<mailto:[log in to unmask]>
Subject: RE: SIRF 2.2.0

Of course there’s a branch https://github.com/SyneRBI/SyneRBI_VM/tree/python3_build

I haven’t opened a PR as I wanted to test it worked first.

Basically I had:

* to append a 3 to all the apt installed python  packages.
* to call pip3
* to pass -DPYVER:STRING=3 at cmake invocation https://github.com/SyneRBI/SyneRBI_VM/blob/python3_build/scripts/UPDATE.sh#L199


Edo


From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Thielemans, Kris
Sent: 11 June 2020 14:42
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: Re: SIRF 2.2.0

Thanks Edo

I obviously agree that a python3 version would be best. Can you enlighten us what you changed? Is there a branch/PR?

See also https://github.com/SyneRBI/SyneRBI_VM/issues/122

> I noticed that in the MR-Joint-TV.ipynb it reads
> # currently ned to work around a small CIL bug for SIRF ImageData. Please ignore!

I of course can’t remember. Have a look at the work-around… In any case, that demo needs much more work.

Kris

From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Brown, Richard
Sent: 11 June 2020 14:27
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: Re: SIRF 2.2.0

I’ll try the python3 version.

FYI because of the space in the filename, I had to scp like this: scp [log in to unmask]<mailto:[log in to unmask]>:"/home/sirfuser/SIRF\\ 2.2.0_py3.ova" ~/Desktop

Rich

Research Associate in Medical Imaging Physics at University College London,
Institute of Nuclear Medicine, UCL Hospital, Tower 5,
235 Euston Road, London NW1 2BU, UK

On 11 Jun 2020, at 13:54, Edoardo Pasca - UKRI STFC <[log in to unmask]<mailto:[log in to unmask]>> wrote:

I’ve uploaded to the same machine a VM running the software with python3

If you want to test them.

I think, in 2020, it’d be good to publish a VM with python3 rather than python2.

Edo

From: Pasca, Edoardo (STFC,RAL,SC) <[log in to unmask]<mailto:[log in to unmask]>>
Sent: 10 June 2020 22:03
To: Pasca, Edoardo (STFC,RAL,SC) <[log in to unmask]<mailto:[log in to unmask]>>; [log in to unmask]<mailto:[log in to unmask]>
Subject: RE: SIRF 2.2.0

Hi all,

I’ve tested the VM and it seems to me in good shape.

I’ve run ctest and some SIRF-Exercises.

I noticed that in the MR-Joint-TV.ipynb it reads
# currently ned to work around a small CIL bug for SIRF ImageData. Please ignore!

What’s the bug?

I’m uploading to STFC cloud machine 130.246.214.97 and it should be there in 30 min. In the home directory.
The user is sirfuser and if you want to know the password please send me a separate email.
Richard uses the machine regularly.

The latest bug I encountered is just demonstrating the fact that we shouldn’t distribute the software with python2. I’ll try to build a VM with python3

Edo

From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Edoardo Pasca - UKRI STFC
Sent: 10 June 2020 12:07
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: Re: SIRF 2.2.0

Hi

Building the 2.2.0 VM from scratch exposed a new issue https://github.com/SyneRBI/SyneRBI_VM/issues/169

Due to an updated nbstripout which isn’t compatible with python2

I’m running the tests

Edo

From: SYNERBI-DEVEL CCP SyneRBI Developers list <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Thielemans, Kris
Sent: 08 June 2020 15:35
To: [log in to unmask]<mailto:[log in to unmask]>
Subject: SIRF 2.2.0

Dear all

I’ve tagged and released SIRF 2.2.0 and the SuperBuild. There’s a few more things to do (https://github.com/SyneRBI/SIRF/issues/704), so no big announcements yet, but I thought I’d let you know. I’d like to thank you all for your input in this release and CCP SyneRBI software.

There’s a few PRs that were waiting for SIRF 2.2.0, so feel free to merge now.

I’m looking forward to the future! In fact, can we discuss future plans during our tcon on Friday? We need to get some (virtual) meetings/hackathons scheduled.

Thanks again

Kris


________________________________
To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360696830&sdata=t68Qh%2F%2FCGHXUaBLrBDv3mXoJU76ZDVcHxa5KWu29lvs%3D&reserved=0>
This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify the sender immediately and delete this email from your system. UK Research and Innovation (UKRI) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own virus and malware checks before opening the attachments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses. Opinions, conclusions or other information in this message and attachments that are not related directly to UKRI business are solely those of the author and do not represent the views of UKRI.

________________________________
To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360706826&sdata=Qdt5o46aHJUxsceR%2FmXm7BTB%2F%2Fm4BttAmMRrfNBnOvc%3D&reserved=0>
This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify the sender immediately and delete this email from your system. UK Research and Innovation (UKRI) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own virus and malware checks before opening the attachments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses. Opinions, conclusions or other information in this message and attachments that are not related directly to UKRI business are solely those of the author and do not represent the views of UKRI.

________________________________
To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360706826&sdata=Qdt5o46aHJUxsceR%2FmXm7BTB%2F%2Fm4BttAmMRrfNBnOvc%3D&reserved=0>


________________________________
To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360716824&sdata=LlQmxl%2BpxVyFxedpgEiO2Y%2FqLIg%2FHcA1Z3uj3HcMI80%3D&reserved=0>

________________________________
To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360716824&sdata=LlQmxl%2BpxVyFxedpgEiO2Y%2FqLIg%2FHcA1Z3uj3HcMI80%3D&reserved=0>
This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify the sender immediately and delete this email from your system. UK Research and Innovation (UKRI) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own virus and malware checks before opening the attachments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses. Opinions, conclusions or other information in this message and attachments that are not related directly to UKRI business are solely those of the author and do not represent the views of UKRI.

________________________________
To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360726816&sdata=R7L9W0hjtskZUFIGcQJtAfYTXCKFRVy%2BVn8%2FqsdB%2FnA%3D&reserved=0>


________________________________
To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360726816&sdata=R7L9W0hjtskZUFIGcQJtAfYTXCKFRVy%2BVn8%2FqsdB%2FnA%3D&reserved=0>

________________________________
To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360736807&sdata=QtZ0bRzD9UERi1ntqtAci%2FCuUqPbCAtYn8KsmlVnZSg%3D&reserved=0>
This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify the sender immediately and delete this email from your system. UK Research and Innovation (UKRI) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own virus and malware checks before opening the attachments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses. Opinions, conclusions or other information in this message and attachments that are not related directly to UKRI business are solely those of the author and do not represent the views of UKRI.

________________________________
To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360736807&sdata=QtZ0bRzD9UERi1ntqtAci%2FCuUqPbCAtYn8KsmlVnZSg%3D&reserved=0>


________________________________

To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360746804&sdata=dB%2BSxRVLggFTYIDXhoi%2BvBAO5hW2EgUdCR5d7juGmGI%3D&reserved=0>

________________________________

To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.jiscmail.ac.uk%2Fcgi-bin%2Fwebadmin%3FSUBED1%3DSYNERBI-DEVEL%26A%3D1&data=02%7C01%7C%7C58356af6a92e44462e3308d80e99a4e8%7C1faf88fea9984c5b93c9210a11d9a5c2%7C0%7C0%7C637275400360746804&sdata=dB%2BSxRVLggFTYIDXhoi%2BvBAO5hW2EgUdCR5d7juGmGI%3D&reserved=0>

This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify the sender immediately and delete this email from your system. UK Research and Innovation (UKRI) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own virus and malware checks before opening the attachments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses. Opinions, conclusions or other information in this message and attachments that are not related directly to UKRI business are solely those of the author and do not represent the views of UKRI.

________________________________

To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1

This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify the sender immediately and delete this email from your system. UK Research and Innovation (UKRI) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own virus and malware checks before opening the attachments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses. Opinions, conclusions or other information in this message and attachments that are not related directly to UKRI business are solely those of the author and do not represent the views of UKRI.

________________________________

To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=SYNERBI-DEVEL&A=1

########################################################################

To unsubscribe from the SYNERBI-DEVEL list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/wa.exe?SUBED1=SYNERBI-DEVEL&A=1

This message was issued to members of www.jiscmail.ac.uk/SYNERBI-DEVEL, a mailing list hosted by www.jiscmail.ac.uk, terms & conditions are available at https://www.jiscmail.ac.uk/policyandsecurity/

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2024
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
November 2015


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