<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RAM and Whiskey &#187; DataPortability</title>
	<atom:link href="http://ramandwhiskey.com/category/dataportability/feed/" rel="self" type="application/rss+xml" />
	<link>http://ramandwhiskey.com</link>
	<description>A Foray Into the World of IT</description>
	<lastBuildDate>Sun, 10 Aug 2008 19:34:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Geospatially Visualizing Users’ Preferences from APML Profiles</title>
		<link>http://ramandwhiskey.com/2008/04/11/geospatially-visualizing-users%e2%80%99-preferences-from-apml-profiles/</link>
		<comments>http://ramandwhiskey.com/2008/04/11/geospatially-visualizing-users%e2%80%99-preferences-from-apml-profiles/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 00:29:53 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[APML]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Wine]]></category>
		<category><![CDATA[attention profile]]></category>
		<category><![CDATA[google earth]]></category>
		<category><![CDATA[information visualization]]></category>
		<category><![CDATA[kml]]></category>

		<guid isPermaLink="false">http://ramandwhiskey.com/2008/04/11/geospatially-visualizing-users%e2%80%99-preferences-from-apml-profiles/</guid>
		<description><![CDATA[So, I&#8217;m getting some abuse from friends and colleagues for not updating my blog.  Between grad school and work, I&#8217;ve found there&#8217;s little time to write entries!  I&#8217;m sitting here in a hotel room in New Brunswick, NJ waiting for the new Office to come on, so I have some free time for [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m getting some abuse from friends and colleagues for not updating my blog.  Between grad school and work, I&#8217;ve found there&#8217;s little time to write entries!  I&#8217;m sitting here in a hotel room in New Brunswick, NJ waiting for the new Office to come on, so I have some free time for the moment&#8230;</p>
<p>But here&#8217;s something that people may find interesting.  For my INFO633 (Information Visualization) class at Drexel, I developed a framework for tracking trends and patterns in Google Earth based on concepts captured from APML profiles.  This is my initial research in the feasibility of the idea, spanning about four weeks of work.  I submitted it to the IEEE Information Visualization 2008 conference for review out of interest for understanding the call for papers process.</p>
<p>I&#8217;m a huge fan of DataPortability and am actively seeking areas where regular (non-technical) users will find value in the concepts and principles outlined by the initiative.  Possibly a project for the <a href="http://dataportability.onconfluence.com/display/dpmain/Labs" target="_blank">DataPortability Labs</a>?</p>
<p><strong>Download the file <a href="http://ramandwhiskey.com/testing/doc/Geospatial_APML_Mapping-Schultz_Reber_White-2008.pdf" title="Geospatially Visualizing Users' Preferences from APML Profiles" target="_blank">here</a></strong> (11.3MB PDF warning).</p>
<p>Development is on-going.  Comments welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://ramandwhiskey.com/2008/04/11/geospatially-visualizing-users%e2%80%99-preferences-from-apml-profiles/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>APMLStream 0.1 Released!</title>
		<link>http://ramandwhiskey.com/2008/01/20/apmlstream-01-released/</link>
		<comments>http://ramandwhiskey.com/2008/01/20/apmlstream-01-released/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 16:41:42 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[APML]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apmlstream]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://ramandwhiskey.com/2008/01/20/apmlstream-01-released/</guid>
		<description><![CDATA[APMLStream is a Java library that allows developers to easily serialize and deserialize Attention Profiling Markup Language (APML) data within full compliance of the APML specification (currently 0.6).  This makes editing, merging, and querying APML files in an object-oriented environment extremely easy.
APMLStream uses the XStream and XML Push Pull Parser libraries, and is currently released under the Apache License 2.0.
You can browse the source here at Google Code, or checkout and build the source from SVN:  svn checkout http://apml-library.googlecode.com/svn/trunk/Java/APMLStream/APMLStream-0.1/ apmlstream-src
To build the source, you&#8217;ll need the Java 6 SDK and Apache Ant.  I&#8217;m using [...]]]></description>
			<content:encoded><![CDATA[<p>APMLStream is a Java library that allows developers to easily serialize and deserialize Attention Profiling Markup Language (APML) data within full compliance of the APML specification (currently 0.6).  This makes editing, merging, and querying APML files in an object-oriented environment extremely easy.</p>
<p>APMLStream uses the <a HREF="http://xstream.codehaus.org/" TARGET="_blank" TITLE="XStream Homepage">XStream</a> and <a HREF="http://www.extreme.indiana.edu/xgws/xsoap/xpp/" TARGET="_blank" TITLE="Indian University XPP Homepage">XML Push Pull Parser</a> libraries, and is currently released under the <a HREF="http://www.apache.org/licenses/LICENSE-2.0" TARGET="_blank" TITLE="Apache License 2.0 Overview">Apache License 2.0</a>.</p>
<p>You can browse the source <a HREF="http://apml-library.googlecode.com/svn/trunk/Java/APMLStream/APMLStream-0.1/" TARGET="_blank" TITLE="APMLStream 0.1 Source Repo">here</a> at Google Code, or checkout and build the source from SVN:  <code>svn checkout http://apml-library.googlecode.com/svn/trunk/Java/APMLStream/APMLStream-0.1/ apmlstream-src</code></p>
<p>To build the source, you&#8217;ll need the <a HREF="http://java.sun.com/javase/downloads/index.jsp" TARGET="_blank" TITLE="Java SDK Download - Main">Java 6 SDK</a> and <a HREF="http://ant.apache.org/bindownload.cgi" TARGET="_blank" TITLE="Apache Ant - Binary Downloads">Apache Ant</a>.  I&#8217;m using the most recent Java SDK (1.6.0_04) and Apache Ant (1.7.0).  Building is as simple as issuing the following commands in your terminal:  <code>ant</code>, <code>ant jar</code>, <code>ant javadocs</code>.  Then, include the apmlstream-0.1.jar into your project, and you&#8217;re done!  I&#8217;ve also provided the binary distribution with this post.</p>
<p>Although I still have a laundry list of to-do&#8217;s for this library, v0.1 contains the basic functionality for APML data manipulation.  Expect an APMLStream tutorial within the next day or so!  Comments and suggestions are also welcome.</p>
<p>Downloads:<a TITLE="apmlstream-0.1.jar" HREF="http://ramandwhiskey.com/wp-content/uploads/2008/01/apmlstream-01.jar">apmlstream-0.1.jar</a> <a TITLE="apmlstream0.1-javadocs.zip" HREF="http://ramandwhiskey.com/wp-content/uploads/2008/01/apmlstream01-javadocs.zip">apmlstream0.1-javadocs.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ramandwhiskey.com/2008/01/20/apmlstream-01-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.141 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-01 23:23:54 -->

