<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.apache.uima.general">
    <title>gmane.comp.apache.uima.general</title>
    <link>http://blog.gmane.org/gmane.comp.apache.uima.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4132"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4130"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4129"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4128"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4127"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4126"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4125"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4124"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4123"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4122"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4121"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4120"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4119"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4118"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4117"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4116"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4115"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4114"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.uima.general/4113"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4132">
    <title>Re: Testing UIMA</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4132</link>
    <description>&lt;pre&gt;It's not really clear what you mean when you say "testing UIMA" - because UIMA 
is basically an empty framework - all the "smarts" reside in the Annotators, 
which are typically some combination of pre-done parts (you can find some of 
these on the UIMA site, or search the internet for them), and some annotators 
you develop yourself, for your particular purpose.

-Marshall

On 5/16/2012 10:20 AM, Burt Buchman wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-24T02:30:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4131">
    <title>Re: Recognize patterns from samples</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4131</link>
    <description>&lt;pre&gt;Hi,

Basic UIMA is an empty framework, designed to let people independently develop 
"annotators" and let others pull them together into processing pipelines.

So, the basic UIMA framework, by itself, won't help, without finding some 
Annotators to have it run.

You can search the internet for UIMA Annotators - there are several repositories 
of these (some of them are cataloged on the Apache UIMA website, under external 
links).  And you can write your own, to particular things you need.

The Apache UIMA project also comes with a few annotators of its own (click on 
"annotators", or use this direct link: 
http://uima.apache.org/sandbox.html#uima-addons-annotators ), and other Apache 
projects (such as OpenNLP) make their functionality available as UIMA annotators.

HTH   -Marshall

On 5/18/2012 3:06 AM, Mansour wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-24T02:27:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4130">
    <title>Re: Maven ERROR</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4130</link>
    <description>&lt;pre&gt;The eclipse-update-site is not the normal UIMA download site.  It is only for 
use with Eclipse to install the UIMA plugins into Eclipse.

The downloads are described on the uima download page - go to 
http://uima.apache.org and on the left hand side menu click on downloads, and 
read that page to figure out what you may want to download.

You might also want to click on the "documentation" page, and read the "getting 
started" guides.

Here's a link: http://uima.apache.org/documentation.html#getting_started

-Marshall

On 5/23/2012 9:01 PM, tgh wrote:

&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-24T02:23:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4129">
    <title>Maven ERROR</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4129</link>
    <description>&lt;pre&gt;Hi

         I read UIMA Overview &amp;amp; SDK Setup ,and try to download UIMA with
maven, 

but ULR is ERROR, it says that
http://www.apache.org/dist/uima/eclipse-update-site/ , something is lost and
could not found, how to deal with it,

         

         could anyone help me?

 

------------

Tian

 

 

&lt;/pre&gt;</description>
    <dc:creator>tgh</dc:creator>
    <dc:date>2012-05-24T01:01:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4128">
    <title>Recognize patterns from samples</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4128</link>
    <description>&lt;pre&gt;Hello all,
I am new to this framework, and to this topic in general.
My requirement is to build a component that can take unstructured html
documents, and extract data. Something like this can be built with a regular
html parser.
However due the number of different html document types, building something
like this by hand is a time consuming, especially if there is a way to generate
a parser automatically from training data and apply incremental learning as new
samples are proven valid. 
Many of the documents I am looking to structure and extract data from, contains
financial data (currency, numbers, dates and times .. etc).

So my first question is, Can UIMA help ? I did some reading about opennlp, and
got lost, which one is closer to what I need if any.

Thank you a lot, for your time.



&lt;/pre&gt;</description>
    <dc:creator>Mansour</dc:creator>
    <dc:date>2012-05-18T07:06:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4127">
    <title>Testing UIMA</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4127</link>
    <description>&lt;pre&gt;Hi all:

We are interested in testing UIMA and wondering if there is any site
available for that? Or would we have to install it to then test it out?
Would appreciate any insight. Thanks!

 

Burt Buchman

Solution Architect - Editorial

EBSCO Publishing

Phone: 978-356-6500, ext 2346

bbuchman-TsyAZbWhrljby3iVrkZq2A&amp;lt; at &amp;gt;public.gmane.org

 

&lt;/pre&gt;</description>
    <dc:creator>Burt Buchman</dc:creator>
    <dc:date>2012-05-16T14:20:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4126">
    <title>Re: AW: uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4126</link>
    <description>&lt;pre&gt;Hello Armin,


Thanks for pointing that out. Looks like there is a typo in the JavaDoc comment "&amp;lt; at &amp;gt;Deprecated" vs "&amp;lt; at &amp;gt;deprecated". Shall be fixed.

Best,

&lt;/pre&gt;</description>
    <dc:creator>Richard Eckart de Castilho</dc:creator>
    <dc:date>2012-05-16T06:35:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4125">
    <title>AW: uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4125</link>
    <description>&lt;pre&gt;Hello Richard,

Thank you. I missed it in the attached JavaDoc because I've only read http://uimafit.googlecode.com/svn/tags/uimafit-parent-1.3.1/apidocs/index.html. It's not in there.

Regards,

Armin

-----Ursprüngliche Nachricht-----
Von: Richard Eckart de Castilho [mailto:eckart-S7Fx768l4CqSHq+C5vT0LZQlNPQFfrerqZSUQi4AVrg&amp;lt; at &amp;gt;public.gmane.org] 
Gesendet: Dienstag, 15. Mai 2012 21:06
An: &amp;lt;user-HHKbSdsD6WQPKjDvHGQMeg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Betreff: Re: uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated

Hello Armin,


The method has been moved to ResourceCreationSpecifierFactory since it is not specific to analysis engines. I can see a corresponding JavaDoc comment in the sources. If you use Maven, it should automatically deliver you the sources/JavaDoc and provide such information. If you do not use Maven, you can download the JavaDoc JAR from Maven Central and attach it manually to the uimaFIT JAR in your Eclipse to get access to the JavaDoc.

Cheers,

&lt;/pre&gt;</description>
    <dc:creator>Armin.Wegner-w0Tf80GBFXAb1SvskN2V4Q&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-16T05:45:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4124">
    <title>Re: uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4124</link>
    <description>&lt;pre&gt;Hello Armin,


The method has been moved to ResourceCreationSpecifierFactory since it is not specific to analysis engines. I can see a corresponding JavaDoc comment in the sources. If you use Maven, it should automatically deliver you the sources/JavaDoc and provide such information. If you do not use Maven, you can download the JavaDoc JAR from Maven Central and attach it manually to the uimaFIT JAR in your Eclipse to get access to the JavaDoc.

Cheers,

&lt;/pre&gt;</description>
    <dc:creator>Richard Eckart de Castilho</dc:creator>
    <dc:date>2012-05-15T19:06:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4123">
    <title>UIMA Addons components</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4123</link>
    <description>&lt;pre&gt;Hi,

How i can add-on components (annotators and consumes) in UIMA?

list of components:
http://uima.apache.org/sandbox.html#UIMA%20Addons%20components

I run the UIMA in eclipse.

Thanks
&lt;/pre&gt;</description>
    <dc:creator>Arash Hossein Abady</dc:creator>
    <dc:date>2012-05-14T05:07:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4122">
    <title>uimaFIT 1.3.1 - AnalysisEngineFactory.setConfigurationParameters deprecated</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4122</link>
    <description>&lt;pre&gt;Hi,

Since version 1.3.1 of uimaFIT
org.uimafit.factory.AnalysisEngineFactory.setConfigurationParameters is
marked as deprecated. What should I use instead?

Regards,

Armin

&lt;/pre&gt;</description>
    <dc:creator>Armin.Wegner-w0Tf80GBFXAb1SvskN2V4Q&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-15T11:04:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4121">
    <title>Re: Maven UIMA and import by name</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4121</link>
    <description>&lt;pre&gt;Hey you all,

thanks a lot for your answers. I had tried to add the desc/ directory as a maven resource. However, the UIMA component editor still wouldn't show me my descriptors to choose from. I have to remove the "exclude: **" entry in the build path first. Then, the whole directory is copied to the target/classes directory. I didn't like this approach too much because now I have each descriptor doubled. But I guess I can exclude the duplicates from any builds by configuring the appropriate build / package plugin.
I think I will also change it from being a resource to being a source folder. This way I don't get even a third copy of all descriptors in my target/resources directory.

Thanks again and a nice weekend to you!

Best,

Erik

Am 11.05.2012 um 18:05 schrieb Thomas Ginter:



&lt;/pre&gt;</description>
    <dc:creator>Erik Fäßler</dc:creator>
    <dc:date>2012-05-11T18:21:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4120">
    <title>Re: Maven UIMA and import by name</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4120</link>
    <description>&lt;pre&gt;We use maven for our UIMA-AS projects.  Here is the build section from our standard POM entries:

&amp;lt;build&amp;gt;
    &amp;lt;resources&amp;gt;
      &amp;lt;resource&amp;gt;
        &amp;lt;directory&amp;gt;src/main/desc/&amp;lt;/directory&amp;gt;
      &amp;lt;/resource&amp;gt;
      &amp;lt;resource&amp;gt;
        &amp;lt;directory&amp;gt;src/main/resources/&amp;lt;/directory&amp;gt;
      &amp;lt;/resource&amp;gt;
    &amp;lt;/resources&amp;gt;
    &amp;lt;pluginManagement&amp;gt;
        &amp;lt;plugins&amp;gt;
         &amp;lt;plugin&amp;gt;
          &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
          &amp;lt;artifactId&amp;gt;maven-compiler-plugin&amp;lt;/artifactId&amp;gt;
          &amp;lt;configuration&amp;gt;
            &amp;lt;source&amp;gt;1.6&amp;lt;/source&amp;gt;
            &amp;lt;target&amp;gt;1.6&amp;lt;/target&amp;gt;
          &amp;lt;/configuration&amp;gt;
        &amp;lt;/plugin&amp;gt;
      &amp;lt;/plugins&amp;gt;
    &amp;lt;/pluginManagement&amp;gt;
   &amp;lt;/build&amp;gt;

This adds the desc and resources directories as source directories that allow you to resolve the import of descriptors by name.

Thanks,

Thomas Ginter
801-448-7676
thomas.ginter-wbocuHtxKic&amp;lt; at &amp;gt;public.gmane.org




On May 11, 2012, at 9:56 AM, Erik Fäßler wrote:



&lt;/pre&gt;</description>
    <dc:creator>Thomas Ginter</dc:creator>
    <dc:date>2012-05-11T16:05:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4119">
    <title>Re: Maven UIMA and import by name</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4119</link>
    <description>&lt;pre&gt;Hi Erik,
I mostly edit XMLs by hand (also because I use IntelliJ IDEA) but I think
you may tell Maven that desc is a resource folder:


&amp;lt;build&amp;gt;
    ...
    &amp;lt;resources&amp;gt;
      &amp;lt;resource&amp;gt;
        &amp;lt;directory&amp;gt;src/main/resources&amp;lt;/directory&amp;gt;

        &amp;lt;directory&amp;gt;desc&amp;lt;/directory&amp;gt;

&amp;lt;/resource&amp;gt; ... &amp;lt;/build&amp;gt;


HTH,
Tommaso


2012/5/11 Erik Fäßler &amp;lt;erik.faessler-S+RBGtoBSY4b1SvskN2V4Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Tommaso Teofili</dc:creator>
    <dc:date>2012-05-11T16:04:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4118">
    <title>Re: Maven UIMA and import by name</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4118</link>
    <description>&lt;pre&gt;Hi Erik.

you can configure Maven with an extra "resources" folder.

http://maven.apache.org/pom.html#Resources

We usually keep our descriptors under "src/main/resources" to have them on the classpath. But we do not care about being PEAR compatible. So adding "desc" as a resources folder in your POM is probably the right thing for you.

&lt;/pre&gt;</description>
    <dc:creator>Richard Eckart de Castilho</dc:creator>
    <dc:date>2012-05-11T16:04:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4117">
    <title>Maven UIMA and import by name</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4117</link>
    <description>&lt;pre&gt;Hello all,

I have a question on how you deal with a specific use case and would like to know if you have some suggestions for me.

I use Maven for all my Java projects and so I do for my UIMA related projects. Now I have a quite large pipeline with lots of descriptors. They reside in (or subdirectories of) the 'desc' directory of the 'UIMA nature' structure.
Currently I am about to pack these single-AE descriptors into aggregates. For importing all single-AEs into the AAE descriptor, I would like to use "import by name". However, the 'desc' directory is not a library for eclipse and thus, the AAE descriptor editor doesn't list the descriptors residing in this directory - I can't add them (and when I edit the XML, I get error messages about descriptors not found).

I would like to just add the 'desc' directory to the build path as an "class folder" (not a source folder, this won't work), i.e. as a library. When I do this manually, Maven would overwrite it the next time it updates my project configuration.

Have you any ideas here? Do you use 'import by name' for your PEARS? Do you just live with the error messages and edit the XML directly?

Just would like to know how you do it - and if anyone knows a way to tell maven that 'desc' should be a library, I'd be glad :-)

Best regards,

Erik
&lt;/pre&gt;</description>
    <dc:creator>Erik Fäßler</dc:creator>
    <dc:date>2012-05-11T15:56:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4116">
    <title>Re: programmatically setting parameters on CpeCasProcessor objects</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4116</link>
    <description>&lt;pre&gt;I've had the same problem.  Here is what has worked for me:

1) Create a blank ConfigurationParameterSettings object using the 
CPE factory:

CasProcessorConfigurationParameterSettings settings =             
   CpeDescriptorFactory.produceCasProcessorConfigurationParameterSettings();

2) Set your settings, e.g.,:

settings.setParameterValue("PARAM", value);

3) Then, set the settings of your processor

processor.setConfigurationParameterSettings(settings)

4) Finally, add the processor to your CPE

cpe.addCasProcessor(processor);

The CPE xml only ever contains a path to each component descriptor and 
doesn't actually know about the settings until runtime.

hth,

Andy





&lt;/pre&gt;</description>
    <dc:creator>Andrew Fast</dc:creator>
    <dc:date>2012-05-10T19:59:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4115">
    <title>How to load XMI CAS from a DB inside a Reader AE?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4115</link>
    <description>&lt;pre&gt;Hi all,

I have a database which contains XMIs and would like to process
these with UIMA-AS.

My pipeline looks like this:
Database Reader AE
Result Writer AE

I made an AAE composed out of the two AEs, the first gets a CAS with an
ID encoded into its sofa. It then fetches the XMI from the DB, and calls
XmiCasDeserializer.deserialize to load it into the CAS.
After that it inserts an ID FeatureStructure into the CAS (via createFS 
and addFsToIndexes).

The second AE should just access the content of the CAS, but the ID FS added
by the first AE is missing. Why is it missing? (input/output 
capabilities are not specified)
The content which is in the XMI can be accessed.

Is it safe to use XmiCasDeserializer.deserialize? Or should it be done
in some other way?

Jörn

&lt;/pre&gt;</description>
    <dc:creator>Jörn Kottmann</dc:creator>
    <dc:date>2012-05-08T17:03:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4114">
    <title>Re: obtaining xmi:id from tag.</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4114</link>
    <description>&lt;pre&gt;

On 5/3/2012 2:49 PM, James Moliere wrote:

I don't think this is usually done.  If some kind of unique id (for each feature 
structure) is required by the application, it of course could be done, but I 
think that requirement is not the usual case for users of UIMA.

In UIMA, it is much more common to have a feature structure hold a reference 
directly to another feature structure, rather than through a unique ID field.

-Marshall


&lt;/pre&gt;</description>
    <dc:creator>Marshall Schor</dc:creator>
    <dc:date>2012-05-07T13:51:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4113">
    <title>Submission Deadline Extension</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4113</link>
    <description>&lt;pre&gt;we apologize if you receive multiple copies of this CFP

===================================================================

CALL FOR PAPERS

7th Workshop on

Virtualization in High-Performance Cloud Computing

VHPC '12

as part of Euro-Par 2012, Rhodes Island, Greece

===================================================================

Date: August 28, 2012

Workshop URL: http://vhpc.org

SUBMISSION DEADLINE:

June 11, 2012 - Full paper submission (extended)


SCOPE:

Virtualization has become a common abstraction layer in modern
data centers, enabling resource owners to manage complex
infrastructure independently of their applications. Conjointly,
virtualization is becoming a driving technology for a manifold of
industry grade IT services. The cloud concept includes the notion
of a separation between resource owners and users, adding  services
such as hosted application frameworks and queueing. Utilizing the
same infrastructure, clouds carry significant potential for use in
high-performance scientific computing. The ability of clouds to provide
for requests and releases of vast computing resources dynamically and
close to the marginal cost of providing the services is unprecedented in
the history of scientific and commercial computing.

Distributed computing concepts that leverage federated resource
access are popular within the grid community, but have not seen
previously desired deployed levels so far. Also, many of the scientific
data centers have not adopted virtualization or cloud concepts yet.

This workshop aims to bring together industrial providers with the
scientific community in order to foster discussion, collaboration
and mutual exchange of knowledge and experience.

The workshop will be one day in length, composed of 20 min
paper presentations, each followed by 10 min discussion sections.
Presentations may be accompanied by interactive demonstrations.


TOPICS

Topics of interest include, but are not limited to:

Higher-level cloud architectures, focusing on issues such as:
- Languages for describing highly-distributed compute jobs
- Workload characterization for VM-based environments
- Optimized communication libraries/protocols in the cloud
- Cross-layer optimization of numeric algorithms on VM infrastructure
- System and process/bytecode VM convergence
- Cloud frameworks and API sets
- Checkpointing/migration of large compute jobs
- Instrumentation interfaces and languages
- VMM performance (auto-)tuning on various load types
- Cloud reliability, fault-tolerance, and security
- Software as a Service (SaaS) architectures
- Research and education use cases
- Virtualization in cloud, cluster and grid environments
- Cross-layer VM optimizations
- Cloud use cases including optimizations
- VM-based cloud performance modelling
- Performance and cost modelling

Lower-level design challenges for Hypervisors, VM-aware I/O devices,
hardware accelerators or filesystems in VM environments, especially:
- Cloud, grid and distributed filesystems
- Hardware for I/O virtualization (storage/network/accelerators)
- Storage and network I/O subsystems in virtualized environments
- Novel software approaches to I/O virtualization
- Paravirtualized I/O subsystems for modified/unmodified guests
- Virtualization-aware cluster interconnects
- Direct device assignment
- NUMA-aware subsystems in virtualized environments
- Hardware Accelerators in virtualization (GPUs/FPGAs)
- Hardware extensions for virtualization
- VMMs/Hypervisors for embedded systems

Data Center management methods, including:
- QoS and and service levels
- VM cloud and cluster distribution algorithms
- VM load-balancing in Clouds
- Hypervisor extensions and tools for cluster and grid computing
- Fault tolerant VM environments
- Virtual machine monitor platforms
- Management, deployment and monitoring of VM-based environments
- Cluster provisioning in the Cloud


PAPER SUBMISSION

Papers submitted to the workshop will be reviewed by at least two
members of the program committee and external reviewers. Submissions
should include abstract, key words, the e-mail address of the
corresponding author, and must not exceed 10 pages, including tables
and figures at a main font size no smaller than 11 point. Submission
of a paper should be regarded as a commitment that, should the paper
be accepted, at least one of the authors will register and attend the
conference to present the work.

Accepted papers will be published in the Springer LNCS series - the
format must be according to the Springer LNCS Style. Initial
submissions are in PDF; authors of accepted papers will be requested
to provide source files.

Format Guidelines: http://www.springer.de/comp/lncs/authors.html
Style template:
ftp://ftp.springer.de/pub/tex/latex/llncs/latex2e/llncs2e.zip
Abstract Submission Link: http://edas.info/newPaper.php?c=11943


IMPORTANT DATES

Rolling abstract submission
June 11, 2012 - Full paper submission (extended)
June 29, 2012 - Acceptance notification
July 20, 2012 - Camera-ready version due
August 28, 2012 - Workshop Date


CHAIR

Michael Alexander (chair), TU Wien, Austria
Gianluigi Zanetti (co-chair), CRS4, Italy
Anastassios Nanos (co-chair), NTUA, Greece


PROGRAM COMMITTEE

Paolo Anedda, CRS4, Italy
Giovanni Busonera, CRS4, Italy
Brad Calder, Microsoft, USA
Roberto Canonico, University of Napoli Federico II, Italy
Tommaso Cucinotta, Alcatel-Lucent Bell Labs, Ireland
Werner Fischer, Thomas-Krenn AG, Germany
William Gardner, University of Guelph, USA
Marcus Hardt, Forschungszentrum Karlsruhe, Germany
Sverre Jarp, CERN, Switzerland
Shantenu Jha, Louisiana State University, USA
Xuxian Jiang, NC State, USA
Nectarios Koziris, National Technical University of Athens, Greece
Simone Leo, CRS4, Italy
Ignacio Llorente, Universidad Complutense de Madrid, Spain
Naoya Maruyama, Tokyo Institute of Technology, Japan
Jean-Marc Menaud, Ecole des Mines de Nantes, France
Dimitrios Nikolopoulos, Foundation for Research&amp;amp;Technology Hellas, Greece
Jose Renato Santos, HP Labs, USA
Walter Schwaiger, TU Wien, Austria
Yoshio Turner, HP Labs, USA
Kurt Tutschku, University of Vienna, Austria
Lizhe Wang, Indiana University, USA
Chao-Tung Yang, Tunghai University, Taiwan


DURATION: Workshop Duration is one day.


GENERAL INFORMATION

The workshop will be held as part of Euro-Par 2012.

Euro-Par 2012: http://europar2012.cti.gr/

&lt;/pre&gt;</description>
    <dc:creator>VHPC 12</dc:creator>
    <dc:date>2012-05-06T17:39:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.uima.general/4112">
    <title>Re: obtaining xmi:id from tag.</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.uima.general/4112</link>
    <description>&lt;pre&gt;

I'm a bit new to UIMA. Do developers typically generate their own unique 
IDs andsimply add the ID attribute to each element in the file?  



&lt;/pre&gt;</description>
    <dc:creator>James Moliere</dc:creator>
    <dc:date>2012-05-03T18:49:43</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.apache.uima.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.uima.general</link>
  </textinput>
</rdf:RDF>

