<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://kleene.cs.iastate.edu:9000/silvescu/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/feed.php">
        <title>Adrian Silvescu</title>
        <description></description>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/</link>
        <image rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/lib/images/favicon.ico" />
       <dc:date>2008-05-28T17:48:20+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:snippets&amp;amp;do=diff&amp;amp;1211950454"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=miscellaneous&amp;amp;do=diff&amp;amp;1209080167"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:other_unix&amp;amp;do=diff&amp;amp;1209080017"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:sidebar&amp;amp;do=diff&amp;amp;1209079983"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:unix_data_proc&amp;amp;do=diff&amp;amp;1209079803"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:cv&amp;amp;do=diff&amp;amp;1206934722"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=home&amp;amp;do=diff&amp;amp;1206933884"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:teaching&amp;amp;do=diff&amp;amp;1204350348"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:research&amp;amp;do=diff&amp;amp;1204349894"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:transcript&amp;amp;do=diff&amp;amp;1202950759"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=research&amp;amp;do=diff&amp;amp;1202699341"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=publications&amp;amp;do=diff&amp;amp;1202697239"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=sidebar&amp;amp;do=diff&amp;amp;1184612439"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:sidebar&amp;amp;do=diff&amp;amp;1177093114"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:selpub&amp;amp;do=diff&amp;amp;1175543924"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:cv1&amp;amp;do=diff&amp;amp;1175215393"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:cl&amp;amp;do=diff&amp;amp;1175199527"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=cv1&amp;amp;do=diff&amp;amp;1174339996"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=research_statement&amp;amp;do=diff&amp;amp;1171049953"/>
                <rdf:li rdf:resource="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=cv&amp;amp;do=diff&amp;amp;1169138076"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/lib/images/favicon.ico">
        <title>Adrian Silvescu</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/</link>
        <url>http://kleene.cs.iastate.edu:9000/silvescu/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:snippets&amp;amp;do=diff&amp;amp;1211950454">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-27T23:54:14+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>quick_fixes:snippets</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:snippets&amp;amp;do=diff&amp;amp;1211950454</link>
        <description> Code Snippets (perl, bash, etc.)   cat x.data | sort | uniq -c &amp;gt; counts.txt  perl -ne 'print if(/^\w/);'  perl -nae 'print pop(@F), &amp;quot;\n&amp;quot;'  perl -ne 'split(/:/); print shift(@_), &amp;quot;\n&amp;quot;'  perl -nae 'print &amp;quot;$F[1]\t$F[0]\n&amp;quo...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=miscellaneous&amp;amp;do=diff&amp;amp;1209080167">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-24T18:36:07+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>miscellaneous</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=miscellaneous&amp;amp;do=diff&amp;amp;1209080167</link>
        <description> Miscellaneous Link  Miscellaneous  Quick Fixes   Software I like &amp;amp; use  Lyx  MiKTeX  Java  Eclipse  ActivePython  MATLAB  EditPlus  Xilinx ISE    ...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:other_unix&amp;amp;do=diff&amp;amp;1209080017">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-24T18:33:37+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>quick_fixes:other_unix - created</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:other_unix&amp;amp;do=diff&amp;amp;1209080017</link>
        <description> Other Unix commands  echo  nohup  diff  awk (gawk)  date  env  hostname  expr  tac  split  nl  md5sum  tsort  touch    ...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:sidebar&amp;amp;do=diff&amp;amp;1209079983">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-24T18:33:03+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>quick_fixes:sidebar</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:sidebar&amp;amp;do=diff&amp;amp;1209079983</link>
        <description> Quick Fixes   Unix Data Processing   Code Snippets  Other Unix Commands     ...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:unix_data_proc&amp;amp;do=diff&amp;amp;1209079803">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-24T18:30:03+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>quick_fixes:unix_data_proc</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=quick_fixes:unix_data_proc&amp;amp;do=diff&amp;amp;1209079803</link>
        <description> Unix Data Processing  cat FILE1 ... FILEn - Concatenate and write files.  head FILE - Output the first part of files.  -n &amp;lt;number of lines to output&amp;gt;   tail FILE - Output the last part of files.  -n &amp;lt;number of lines to output&amp;gt;   wc FILE ...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:cv&amp;amp;do=diff&amp;amp;1206934722">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-30T22:38:42+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>job:cv</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:cv&amp;amp;do=diff&amp;amp;1206934722</link>
        <description> Dr. Vasant Honavar (thesis advisor) Artificial Intelligence Research Laboratory  Department of Computer Science  211 Atanasoff Hall  Iowa State University  Ames, Iowa 50011-1040  1-515-294-1098  honavar@cs.iastate.edu  http://www.cs.iastate.edu/~hon...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=home&amp;amp;do=diff&amp;amp;1206933884">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-30T22:24:44+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>home</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=home&amp;amp;do=diff&amp;amp;1206933884</link>
        <description> Research Scientist Data Mining and Research, Yahoo! Inc. Yahoo!  Ph.D., Department of Computer Science, Iowa State University. Advisor: Vasant Honavar  WWW: http://www.cs.iastate.edu/~silvescu e-mail: silvescu@cs.iastate.edu   Past Affiliations:  Ar...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:teaching&amp;amp;do=diff&amp;amp;1204350348">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-29T23:45:48+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>job:teaching</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:teaching&amp;amp;do=diff&amp;amp;1204350348</link>
        <description> Adrian Silvescu  Teaching Statement   I consider teaching an extremely rewarding part of the academic life. Teaching offers an opportunity to communicate knowledge, foster critical thinking, learning and problem solving skills that are essential for...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:research&amp;amp;do=diff&amp;amp;1204349894">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-29T23:38:14+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>job:research</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:research&amp;amp;do=diff&amp;amp;1204349894</link>
        <description> Adrian Silvescu  Research Statement   My general research interests are in the area of Artificial Intelligence and especially in the fields of Machine Learning, Knowledge Discovery and Data Mining. An overarching theme of my research approach consis...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:transcript&amp;amp;do=diff&amp;amp;1202950759">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-13T18:59:19+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>job:transcript</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:transcript&amp;amp;do=diff&amp;amp;1202950759</link>
        <description> Adrian Silvescu   Courses Taken (for Credit)  Design and Analysis of Algorithms  Theory of Computation  Priciples of Artificial Intelligence  Computational Models of Learning  Programming Languages  Introduction to Molecular Biology  Probability and...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=research&amp;amp;do=diff&amp;amp;1202699341">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-10T21:09:01+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>research</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=research&amp;amp;do=diff&amp;amp;1202699341</link>
        <description> The main topic of my research is Machine Learning, especially in the areas of Automatic Ontology Elicitation [learning what the relvant concepts pertaing to certain domain are and how these things are related to each other - a.k.a. Ontology Learning...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=publications&amp;amp;do=diff&amp;amp;1202697239">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-10T20:33:59+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>publications</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=publications&amp;amp;do=diff&amp;amp;1202697239</link>
        <description> Publications   2007  [41] Caragea, C., Sinapov, J., Silvescu, A., Dobbs, D., and Honavar, V. Glycosylation site prediction using ensembles of Support Vector Machine classifiers, BMC Bioinformatics 2007, 8:438   [40] Caragea, C., Sinapov, J., Silvesc...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=sidebar&amp;amp;do=diff&amp;amp;1184612439">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-16T14:00:39+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>sidebar</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=sidebar&amp;amp;do=diff&amp;amp;1184612439</link>
        <description>    Adrian Silvescu  Home  Publications  Research  Contact  Curriculum Vitae    Miscellaneous      Job Application    ...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:sidebar&amp;amp;do=diff&amp;amp;1177093114">
        <dc:format>text/html</dc:format>
        <dc:date>2007-04-20T13:18:34+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>job:sidebar</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:sidebar&amp;amp;do=diff&amp;amp;1177093114</link>
        <description> Job Application  Curriculum Vitae  .doc  .pdf   Research Statement  .pdf   Teaching Statement  .pdf   Graduate Transcript  .pdf   Selected Publications  Adrian Silvescu - WWW    ...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:selpub&amp;amp;do=diff&amp;amp;1175543924">
        <dc:format>text/html</dc:format>
        <dc:date>2007-04-02T14:58:44+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>job:selpub</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:selpub&amp;amp;do=diff&amp;amp;1175543924</link>
        <description> Complete List   Independence, Decomposability and functions which take values into an Abelian Group.  Silvescu, A., and Honavar, V. (2006). In: Proceedings of the Ninth International Symposium on Artificial Intelligence and Mathematics (AIMATH 2006)...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:cv1&amp;amp;do=diff&amp;amp;1175215393">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-29T19:43:13+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>job:cv1</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:cv1&amp;amp;do=diff&amp;amp;1175215393</link>
        <description> Dr. Vasant Honavar (thesis advisor) Artificial Intelligence Research Laboratory  Department of Computer Science  211 Atanasoff Hall  Iowa State University  Ames, Iowa 50011-1040  1-515-294-1098  honavar@cs.iastate.edu  http://www.cs.iastate.edu/~hon...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:cl&amp;amp;do=diff&amp;amp;1175199527">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-29T15:18:47+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>job:cl</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=job:cl&amp;amp;do=diff&amp;amp;1175199527</link>
        <description> March 29, 2007  Faculty Search Committee  Department of Computer Science  Faner 2125 Mailcode 4511  Southern Illinois University Carbondale 1000 Faner Drive Carbondale IL 62901   Dear Faculty Search Committee,  I am writing to apply for the Assistan...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=cv1&amp;amp;do=diff&amp;amp;1174339996">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-19T16:33:16+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>cv1 - created</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=cv1&amp;amp;do=diff&amp;amp;1174339996</link>
        <description> Dr. Vasant Honavar (thesis advisor) Artificial Intelligence Research Laboratory  Department of Computer Science  211 Atanasoff Hall  Iowa State University  Ames, Iowa 50011-1040  1-515-294-1098  honavar@cs.iastate.edu   Dr. Jack Lutz Department of C...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=research_statement&amp;amp;do=diff&amp;amp;1171049953">
        <dc:format>text/html</dc:format>
        <dc:date>2007-02-09T13:39:13+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>research_statement</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=research_statement&amp;amp;do=diff&amp;amp;1171049953</link>
        <description> Adrian Silvescu   Research Statement   The general focus of my research has been in Machine Learning, Knowledge Discovery and Data Mining. I am interested in    Algebraic Geometric treatement  Scalability: GPGPU (General Purpose Graphic Processing U...</description>
    </item>
    <item rdf:about="http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=cv&amp;amp;do=diff&amp;amp;1169138076">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-18T10:34:36+01:00</dc:date>
        <dc:creator>Adrian Silvescu (silvescu@cs.iastate.edu)</dc:creator>
        <title>cv</title>
        <link>http://kleene.cs.iastate.edu:9000/silvescu/doku.php?id=cv&amp;amp;do=diff&amp;amp;1169138076</link>
        <description> 214 Atanasoff Hall, Iowa State University,  Ames, Iowa 50011-1040  silvescu@cs.iastate.edu  Voice: (515) 441-1694  Fax: (515) 294-0258  http://www.cs.iastate.edu/~silvescu   Research Interests  Machine Learning  Automatic Ontology Elicitation (a.k.a...</description>
    </item>
</rdf:RDF>
