<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">On 14 August 2016 at 00:49, Damir Sudar <span dir="ltr"><<a href="mailto:dsudar@lbl.gov" target="_blank">dsudar@lbl.gov</a>></span> wrote:<br>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">Hi OME team,<br>
<br>
I'm now using the new metadata functionality across our entire project and it's working very well.<br>
<br>
Just a few questions and possibly there are some suggestions for improvement hidden in there:<br>
1) when I upload a .csv file with "bin/omero metadata populate --file filename.csv --context csv Screen:<screen_id>"<br>
the resulting Table is called "bulk_annotations". Is there a way to upload with a different name?<br>
</div>
</blockquote>
<div><br>
</div>
<div>Not at the moment, though it should be possible to change the name since OMERO.web uses the file-annotation's namespace. You can change it manually if you want:<br>
<br>
omero obj update OriginalFile:123 Name=experimental-data.h5<br>
<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">2) one reason I ask is that I would like to upload 2 different annotations to a Screen: #1 is the experimental metadata that describes the experiment and #2 is a feature measurements file after analysis which is likely
 to be done at a later time, thus the desire to separate that from the experimental metadata. Currently both attached Tables care named bulk_annotations.<br>
</div>
</blockquote>
<div><br>
</div>
<div>That sounds similar to something we're doing at the moment in the IDR, though we're not displaying the feature values at the moment. One thing we're considering is having a separate namespace for the bulk-annotations and the feature analysis.<br>
<br>
</div>
<div>Do you have some ideas for how this should be presented, or is the current tabular display OK for you?<br>
<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">3) so while it is possible to upload 2 different annotation files and both show up as Attachments to the Screen object (with the same "bulk_annotations" name), when I look at the Image objects within that Screen, they only
 show in the Tables tab the contents from the most recently uploaded annotation file.<br>
</div>
</blockquote>
<div><br>
</div>
<div>That was a workaround we implemented a few years ago<br>
<a href="https://github.com/openmicroscopy/openmicroscopy/pull/512#issuecomment-11372968" target="_blank">https://github.com/<wbr>openmicroscopy/openmicroscopy/<wbr>pull/512#issuecomment-11372968</a><br>
</div>
<div>Now that the metadata work is seeing more use it's something we should improve.<br>
</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">4) the metadata annotation works great for "normal" plates that have numbered columns and "lettered" rows. However, when one has lettered columns and numbered rows, everything gets jumbled and when there are more than 26
 rows the routine throws an exception (see my earlier message). I worked around this issue (mostly with Will Moore's help, see:
<a href="https://github.com/openmicroscopy/openmicroscopy/pull/4743" target="_blank">
https://github.com/openmicrosc<wbr>opy/openmicroscopy/pull/4743</a>) but it would be great if that issue was really fixed before releasing the metadata functionality into the wild.<br>
</div>
</blockquote>
<div><br>
</div>
<div>Again this is something that's only come to light as more people use it, I've added it to our bug-list.<br>
<br>
</div>
<div>Thanks for your feedback!<br>
<br>
</div>
<div>Simon<br>
</div>
<div><br>
</div>
<div> </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">Thanks,<br>
- Damir<br>
<br>
<div>On 6/27/2016 2:03 PM, Eleanor Williams wrote:<br>
</div>
<blockquote type="cite">
<p>Hi Damir</p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">To
 convert the omero tables to key-value pairs annotations we are again using the CLI metadata populate script along with a yaml-format configuration file to specify which columns we want to take from the omero tables and put into Key-Value Annotations.
<br>
</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline"><br>
</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">This
 component of the metadata functionality is still in the development stage and so to use it you need to:</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline"><br>
</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">1.
 use the latest version of omero (5.2.4) and</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">2.
 then run as</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">OMERO_DEV_PLUGINS=1
  bin/omero metadata populate --context bulkmap --cfg bulkmap-config.yml Screen:n</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">where
 n is the screen number in omero.</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline"><br>
</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">An
 example config file for one of our screens is here</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><a href="https://github.com/IDR/idr-metadata/blob/master/idr0002-heriche-condensation/screenA/idr0002-screenA-bulkmap-config.yml" style="text-decoration:none" target="_blank"><span style="font-size:14.6667px;font-family:Arial;color:rgb(17,85,204);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline"></span></a><a href="https://github.com/IDR/idr-metadata/blob/master/idr0002-heriche-condensation/screenA/idr0002-screenA-bulkmap-config.yml" target="_blank">https://github.com/IDR/idr-met<wbr>adata/blob/master/idr0002-heri<wbr>che-condensation/screenA/idr00<wbr>02-screenA-bulkmap-config.yml</a></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline"><br>
</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">You
 can see I have just picked out some of the columns from the</span><a href="https://github.com/IDR/idr-metadata/blob/master/idr0002-heriche-condensation/screenA/idr0002-screenA-annotation.csv" style="text-decoration:none" target="_blank"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline"></span><span style="font-size:14.6667px;font-family:Arial;color:rgb(17,85,204);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline">annotation.csv</span></a><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">
 file, in this case ones that I thought IDR users might use as search terms, and I have specified URLs for some.  You can also change the 'display name' of the column using the ' clientname' tag and create URLs using the 'clientvalue' tag.  </span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline"><br>
</span></p>
<p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline">Let
 us know if you have any problems running this, or suggestions for improvement.</span></p>
Best regards<br>
Eleanor<br>
<br>
<div>On 27/06/2016 03:04, Damir Sudar wrote:<br>
</div>
<blockquote type="cite">Hi Eleanor and Josh,<br>
<br>
I'm learning a lot from your work on putting the IDR together and I'm applying it for our image repository for our LINCS project (<a href="http://www.lincsproject.org/centers/data-and-signature-generating-centers/oregon-u/" target="_blank">http://www.lincsproject.org/c<wbr>enters/data-and-signature-gene<wbr>rating-centers/oregon-u/</a>)
 that hopefully will go live in a few months. We're also looking at Zegami as a possible way to provide visualizations of that data (Great demo, Roger!! and thanks for the code for that).<br>
<br>
I've gotten as far as putting my metadata into a a format that can be used to generate the omero tables using the Populate Metadata script. But I couldn't find how you guys then populate the Key-Value Annotations. It appears to be a subset of what's in the
 Tables. Do you have some magic scripts for that and are those available?<br>
<br>
Cheers,<br>
- Damir<br>
<br>
<div>On 6/16/2016 2:21 AM, Eleanor Williams wrote:<br>
</div>
<blockquote type="cite">
<p>Hi Steve and Roger<br>
</p>
<p>I think idr0002-heriche-condensation would be a good screen to start with.  It is relatively small at 12 plates and has good annotation with control, quality control and phenotype values.  It can be found here
<a href="http://idr-demo.openmicroscopy.org/webclient/?show=screen-102" target="_blank">
http://idr-demo.openmicroscopy<wbr>.org/webclient/?show=screen-<wbr>102</a>.<br>
</p>
<p>I am doing a bit of a stock-take of the annotation files I've produced so far and will be changing a few aspects over the next few weeks, mainly to include more of the information that is currently held in the study files.  For example I'd like to get more
 of the sample attributes such as species and cell line into the annotation.csv file, and then into the omero tables and Map Annotations.  Sample attributes for screens were originally recorded in the study file because it didn't vary per screen, but now that
 we are also looking at non-screen data where this might vary it makes sense to always have it visible with the images.  Also we haven't got as far as exposing much of the study information in omero yet. 
<br>
</p>
<p>I would really like to work with you to understand how you are going to use the experimental and analytic annotations and how we can help in providing the metadata you need and in the most usable format.  For example would it be useful if I indicate what
 is sample attribute information in the annotation.csv file by using something like a constistent header format e.g. Characterisics [Organism], Characteristics [Cell Line], Characteristics [Organism Part] etc, or is this not really necessary for your purposes
 and 'Organism', 'Cell Line' column headings would be enough? <br>
</p>
<p>Finally, it was <a href="https://www.openmicroscopy.org/site/about/development-teams/jason/balaji.png/view" target="_blank">
Balaji Ramalingam</a> that you were talking to about streaming the thumbnails.  I'm sure he would be happy to discuss this further with you.
<br>
</p>
<p>Best regards</p>
<p>Eleanor</p>
<p><br>
</p>
<p><br>
</p>
<br>
<div>On 15/06/2016 20:59, Josh Moore wrote:<br>
</div>
<blockquote type="cite">
<pre>Forwarding this to the mailing list so that anyone who had expressed
interested in <a href="http://zegami.com/" target="_blank">http://zegami.com/</a> at this year's users' meeting can
follow along.

Cheers,
~Josh

P.S. If you weren't able to attend #OME2016, a recap is now up on the
blog <a href="http://blog.openmicroscopy.org/community/2016/06/15/user-meeting/" target="_blank">http://blog.openmicroscopy.org<wbr>/community/2016/06/15/user-mee<wbr>ting/</a>


---------- Forwarded message ----------
From: Stephen Taylor <a href="mailto:stephen.taylor@imm.ox.ac.uk" target="_blank"><stephen.taylor@imm.ox.ac.uk></a>
Date: Tue, Jun 14, 2016 at 8:17 AM
Subject: Re: [IDR Project] Zegami / IDR
Cc: Roger Noble <a href="mailto:roger@zegami.com" target="_blank"><roger@zegami.com></a>

Hi,

I’ve been look at a few examples from the link Josh sent to me and
there are quite a lot! What would be a good data set to get import
into Zegami from IDR?  I am thinking a set that has decent metadata
and a study that people are more familiar with that would make an
interesting use case.

Kind regards,
Steve


From: Stephen Taylor
Sent: 10 June 2016 14:25
Cc: Roger Noble <a href="mailto:roger@zegami.com" target="_blank"><roger@zegami.com></a>; '<a href="mailto:e.x.williams@dundee.ac.uk" target="_blank">e.x.williams@dundee.ac.uk</a>'
<a href="mailto:e.x.williams@dundee.ac.uk" target="_blank"><e.x.williams@dundee.ac.uk></a>
Subject: RE: [IDR Project] Zegami / IDR

Hi all,

I am interested generally in getting data in and out of OMERO from
both internal and external. Over a WAN the images are less of an issue
since they are streamed on demand but large metadata on the other hand
can get out of hand since it all has to be loaded completely into
Zegami’s database.

Currently I do “OMERO project” to “Zegami collection” using a Zegami
export script (modified version of the OMERO batch export script).
This takes a project or selection of images from OMERO and produces
thumbnails and data in tab delimited Zegami format and then I manually
import that into Zegami for processing. The OMERO id is preserved so I
can link to the original image in OMERO using the OMERO web client. I
only export certain metadata currently (filenames and OMERO tags) and
my plan is to make this more comprehensive and allow MapAnnotations
and Tables to be exported using this mechanism as well. I need to find
out more how to query these data types.  Since we have internal
projects at Oxford that need this I’d like to finish this and make
that plugin freely available for other OMERO users to publish their
data in Zegami.


Longer term for IDR/Zegami


One of your team (apologies I didn’t get his name but he was doing
OMERO/ImageJ in the Unconference session) suggested we just stream in
the thumbnail and just have 1 level (i.e. no zoom) and when you want
to see the image just open it up in OMERO. This would not be as nice
to use but may be sufficient for HCS and would allow you to use
Zegami’s facet based query engine and would be probably little (no?)
work for you guys. We need to test this to see what it looks like and
it assumes OMERO can supply a unique thumbnail URL for each image and
that the metadata will provide a primary key so that we can get to
this image via a thumbnail id. To get at the metadata Josh and Eleanor
said they were thinking of making the CSV downloadable for a
collection, which could be loaded into Zegami on the fly (we have
instances where we dynamically load metadata via URL already).
However, major caveat is on how well this would perform over a WAN
with a large amount of data.

BTW we have developer docs for Zegami for those interested at:

<a href="https://support.zegami.com/hc/en-us/categories/200350657-Developers" target="_blank">https://support.zegami.com/hc/<wbr>en-us/categories/200350657-Dev<wbr>elopers</a>

and would welcome feedback.

Kind regards and thanks,

Steve


From: Jason Swedlow (Staff) [<a href="mailto:j.r.swedlow@dundee.ac.uk" target="_blank">mailto:j.r.swedlow@dundee.ac.<wbr>uk</a>]
Sent: 08 June 2016 13:09
Cc: Eleanor Williams (Staff) <a href="mailto:e.x.williams@dundee.ac.uk" target="_blank"><e.x.williams@dundee.ac.uk></a>
Subject: Re: [IDR Project] Zegami / IDR


Hi Josh et al—

My two cents— can we consider this use case from an external users’
perspective, mindful that distribution of such a solution would
definitely cause us to  consider how we ship thumbnails, handle
straws, etc.

Cheers,
Jason



On Wed, Jun 8, 2016 at 1:31 PM, Josh Moore <a href="mailto:josh@glencoesoftware.com" target="_blank"><josh@glencoesoftware.com></a> wrote:

Stephen,


On Wed, Jun 8, 2016 at 9:52 AM, Stephen Taylor
<a href="mailto:stephen.taylor@imm.ox.ac.uk" target="_blank"><stephen.taylor@imm.ox.ac.uk></a> wrote:

</pre>
<blockquote type="cite">
<pre>Hi Josh,


Yes! What would be the best way of bulk downloading the thumbnails for a screen or plate
</pre>
</blockquote>
<pre>Interesting question. Guess the reverse question is: do you want to do
this as an external user or as if you had access to the OMERO?


</pre>
<blockquote type="cite">
<pre>( I notice the "Run Script" button isn't active ).
</pre>
</blockquote>
<pre>Correct. This server is stripped down in several ways as a public resource.
~J.


</pre>
<blockquote type="cite">
<pre>Kind regards,
Steve
</pre>
</blockquote>
<pre>-----Original Message-----
From: Josh Moore [<a href="mailto:josh@glencoesoftware.com" target="_blank">mailto:josh@glencoesoftware.c<wbr>om</a>]
Sent: 08 June 2016 08:07
To: Stephen Taylor <a href="mailto:stephen.taylor@imm.ox.ac.uk" target="_blank"><stephen.taylor@imm.ox.ac.uk></a>
Cc: Eleanor Williams <a href="mailto:exwilliams@dundee.ac.uk" target="_blank"><exwilliams@dundee.ac.uk></a>;
<a href="mailto:e.x.williams@dundee.ac.uk" target="_blank">e.x.williams@dundee.ac.uk</a>; <a href="mailto:j.a.moore@dundee.ac.uk" target="_blank">j.a.moore@dundee.ac.uk</a>

Subject: Re: Zegami / IDR


Hi Stephen,


On Wed, Jun 8, 2016 at 8:40 AM, Stephen Taylor
<a href="mailto:stephen.taylor@imm.ox.ac.uk" target="_blank"><stephen.taylor@imm.ox.ac.uk></a> wrote:

</pre>
<blockquote type="cite">
<pre>Hi Eleanor,

Thanks very useful. Is the web site publically available?
</pre>
</blockquote>
<pre>You mean <a href="http://idr-demo.openmicroscopy.org/webclient" target="_blank">http://idr-demo.openmicroscopy<wbr>.org/webclient</a> ?


Cheers,
~Josh


</pre>
<blockquote type="cite">
<pre>Kind regards and thanks,


Steve
</pre>
</blockquote>
<blockquote type="cite">
<pre>From: Eleanor Williams [<a href="mailto:exwilliams@dundee.ac.uk" target="_blank">mailto:exwilliams@dundee.ac.u<wbr>k</a>]
Sent: 07 June 2016 11:09
To: Stephen Taylor <a href="mailto:stephen.taylor@imm.ox.ac.uk" target="_blank"><stephen.taylor@imm.ox.ac.uk></a>;
<a href="mailto:e.x.williams@dundee.ac.uk" target="_blank">e.x.williams@dundee.ac.uk</a>; <a href="mailto:j.a.moore@dundee.ac.uk" target="_blank">j.a.moore@dundee.ac.uk</a>
Subject: Re: Zegami / IDR



Hi Stephen

Here is a link to our workshop presentation but it describes how to
get the data into omero rather than out.

<a href="http://downloads.openmicroscopy.org/presentations/2016/Users-Meeting/Workshops/Metadata-at-Scale.pdf" target="_blank">http://downloads.openmicroscop<wbr>y.org/presentations/2016/<wbr>Users-Meeting/Workshops/<wbr>Metadata-at-Scale.pdf</a>

We will be adding the annotation.csv files as attachments to each
screen over the next couple of weeks.

Let us know if you have any more questions.

Best regards

Eleanor
</pre>
</blockquote>
<blockquote type="cite">
<pre>On 07/06/2016 10:41, Stephen Taylor wrote:

Hi Eleanor and Josh,

Great to meet you both at the OME meeting last week.


I'd be interested in trying get some data into Zegami from IDR. I
missed your Unmeeting (ironically I was demoing Zegami) where I think
you went into some of the technical details. Can you send me the link
to your presentation please?


Kind regards and thanks,
Steve
</pre>
</blockquote>
<pre>______________________________<wbr>_________________
ome-devel mailing list
<a href="mailto:ome-devel@lists.openmicroscopy.org.uk" target="_blank">ome-devel@lists.openmicroscopy<wbr>.org.uk</a>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel" target="_blank">http://lists.openmicroscopy.or<wbr>g.uk/mailman/listinfo/ome-deve<wbr>l</a>
</pre>
</blockquote>
<br>
<pre cols="72">-- 
Eleanor Williams PhD

Data Annotator/Software Engineer
Centre for Gene Regulation and Expression
University of Dundee, UK</pre>
<br>
<span style="font-size:10pt">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
<br>
<fieldset></fieldset> <br>
<pre>______________________________<wbr>_________________
ome-devel mailing list
<a href="mailto:ome-devel@lists.openmicroscopy.org.uk" target="_blank">ome-devel@lists.openmicroscopy<wbr>.org.uk</a>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel" target="_blank">http://lists.openmicroscopy.or<wbr>g.uk/mailman/listinfo/ome-deve<wbr>l</a>
</pre>
</blockquote>
<br>
<pre cols="72">-- 
Damir Sudar - Affiliate Scientist
Lawrence Berkeley Natl Laboratory / MBIB
One Cyclotron Road, MS 977, Berkeley, CA 94720, USA
T: <a href="tel:510%2F486-5346" value="+15104865346" target="_blank">510/486-5346</a> - F: <a href="tel:510%2F486-5586" value="+15104865586" target="_blank">510/486-5586</a> - E: <a href="mailto:DSudar@lbl.gov" target="_blank">DSudar@lbl.gov</a>
<a href="http://biosciences.lbl.gov/profiles/damir-sudar-2/" target="_blank">http://biosciences.lbl.gov/pro<wbr>files/damir-sudar-2/</a>

Visiting Scientist, Oregon Health & Science University</pre>
<br>
<fieldset></fieldset> <br>
<pre>______________________________<wbr>_________________
ome-devel mailing list
<a href="mailto:ome-devel@lists.openmicroscopy.org.uk" target="_blank">ome-devel@lists.openmicroscopy<wbr>.org.uk</a>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel" target="_blank">http://lists.openmicroscopy.or<wbr>g.uk/mailman/listinfo/ome-deve<wbr>l</a>
</pre>
</blockquote>
<br>
<pre cols="72">-- 
Eleanor Williams PhD

Data Annotator/Software Engineer
Centre for Gene Regulation and Expression
University of Dundee, UK</pre>
<br>
<span style="font-size:10pt">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
<br>
<fieldset></fieldset> <br>
<pre>______________________________<wbr>_________________
ome-devel mailing list
<a href="mailto:ome-devel@lists.openmicroscopy.org.uk" target="_blank">ome-devel@lists.openmicroscopy<wbr>.org.uk</a>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel" target="_blank">http://lists.openmicroscopy.or<wbr>g.uk/mailman/listinfo/ome-deve<wbr>l</a><span><font color="#888888">
</font></span></pre>
<span><font color="#888888"></font></span></blockquote>
<span><font color="#888888"><br>
<pre cols="72">-- 
Damir Sudar - Affiliate Scientist
Lawrence Berkeley Natl Laboratory / MBIB
One Cyclotron Road, MS 977, Berkeley, CA 94720, USA
T: <a href="tel:510%2F486-5346" value="+15104865346" target="_blank">510/486-5346</a> - F: <a href="tel:510%2F486-5586" value="+15104865586" target="_blank">510/486-5586</a> - E: <a href="mailto:DSudar@lbl.gov" target="_blank">DSudar@lbl.gov</a>
<a href="http://biosciences.lbl.gov/profiles/damir-sudar-2/" target="_blank">http://biosciences.lbl.gov/pro<wbr>files/damir-sudar-2/</a>

Visiting Scientist, Oregon Health & Science University</pre>
<br>
<span style="font-size:10pt">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</font></span></div>
<br>
______________________________<wbr>_________________<br>
ome-devel mailing list<br>
<a href="mailto:ome-devel@lists.openmicroscopy.org.uk" target="_blank">ome-devel@lists.openmicroscopy<wbr>.org.uk</a><br>
<a href="http://lists.openmicroscopy.org.uk/mailman/listinfo/ome-devel" rel="noreferrer" target="_blank">http://lists.openmicroscopy.or<wbr>g.uk/mailman/listinfo/ome-deve<wbr>l</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
<br>
<span style="font-size:10pt;">The University of Dundee is a registered Scottish Charity, No: SC015096</span>
</body>
</html>