<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Low hanging… dogfood?</title>
	<atom:link href="http://ivan-herman.name/2008/07/05/low-hanging-dogfood/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivan-herman.name/2008/07/05/low-hanging-dogfood/</link>
	<description></description>
	<lastBuildDate>Sat, 12 May 2012 13:27:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Peter Mika</title>
		<link>http://ivan-herman.name/2008/07/05/low-hanging-dogfood/#comment-4801</link>
		<dc:creator><![CDATA[Peter Mika]]></dc:creator>
		<pubDate>Sun, 06 Jul 2008 17:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=119#comment-4801</guid>
		<description><![CDATA[Hi Ivan,

A bit of background about openacademia.org:

It started with us getting tired of having to put together a joint publication list for our group at the VU. Before openacademia, this typically went by all of us mailing his/her BibTex to our secretary, who than did the merging with varying success. openacademia first replaced this process by having two components: one for turning BibTex into RDF [1] and a smusher for merging publication metadata. Then we realized we might as well use this data to also publish the joint list on the group&#039;s website, and once we are at it, why not create an RSS feed as well? openacademia got a third component, with which you can execute a SPARQL query on the store and it outputs an RSS 1.0 feed which contains the metadata and it also preserves the ordering of query results (so that for example you can subscribe to latest publications). This is pretty cool: now you can add this to your favorite feed reader and watch what your immediate colleagues are writing.

And then why not give the same functionality for individual researchers? If you have a BibTex file you can use openacademia to generate HTML from just that single file. Yep, the HTML will contain RDFa. You can also do this dynamically, so that whenever you update your web-accessible BibTex file, your homepage updates as well.

But this is not all... since we had an RDF crawler, we threw that in as well... so all you have to do to make yourself part of the openacademia universe is to add to your FOAF profile. Alternatively, you can also point to the service at [1] and say

&lt;rdfs:seeAlso resource=&quot;http://www.cs.vu.nl/cgi-bin/mcaklein/bib2swrc2.pl?url=http%3A%2F%2Fwww.example.org%2Fmypubs.bib&quot;

but slightly more techie...

If our crawler finds it, it will be added to the central openacademia repository. Btw, you can also use FOAF&#039;s Group class to define your group, so that others can subscribe to your group (and you can independently change who is in the group and who is not). At the VU we went all the way to generate FOAF group definitions from our LDAP database. Btw, you can also subscribe to the latest publications of all your friends, based on foaf:knows relations in your profile.

And lastly we built the search interface that is openacademia.org... a simple search/browsing/visualization interface for the central repository. There are a few other nice pieces such as the automated tagging of publications using term extraction or the importing of comments from Technorati. This latter one is actually kind of fun, because it gives an easy way to discover what people are blogging about your pubs. Yes, you can subscribe to publications by yourself, recently commented on by others...

Some people asked already if all this is LOD compatible... the answer is that as it is no: the service at [1] generates URIs like

http://www.example.org/mypubs.bib#key

where key is the publication key from the bibtex file. This is problematic because most people host their Bibtex files along with their homepage and they have no access to configuring the apache server of their university, research institute etc. Obviously, JWS could do something like

http://www.elsevier.com/jws/2007/03/01/somepub

However, you have to convince a publisher... conferences might be easier targets.

And now the sad part about openacademia: we have no time any more to work on it. I&#039;m 110% busy (but loving it). Hoping someone will pick it up. It&#039;s open source and nicely modularized, everything is a web service, and we went to some extremes to use standards wherever we could. (The search result display you see on the search interface is generated by XSLT on the RSS feed, on the client side... that&#039;s why you can choose the presentation template, e.g. list view, full view, google view...) 

Looking for someone to pick up the ball and start running with it ;)


[1] http://www.cs.vu.nl/~mcaklein/bib2rdf/]]></description>
		<content:encoded><![CDATA[<p>Hi Ivan,</p>
<p>A bit of background about openacademia.org:</p>
<p>It started with us getting tired of having to put together a joint publication list for our group at the VU. Before openacademia, this typically went by all of us mailing his/her BibTex to our secretary, who than did the merging with varying success. openacademia first replaced this process by having two components: one for turning BibTex into RDF [1] and a smusher for merging publication metadata. Then we realized we might as well use this data to also publish the joint list on the group&#8217;s website, and once we are at it, why not create an RSS feed as well? openacademia got a third component, with which you can execute a SPARQL query on the store and it outputs an RSS 1.0 feed which contains the metadata and it also preserves the ordering of query results (so that for example you can subscribe to latest publications). This is pretty cool: now you can add this to your favorite feed reader and watch what your immediate colleagues are writing.</p>
<p>And then why not give the same functionality for individual researchers? If you have a BibTex file you can use openacademia to generate HTML from just that single file. Yep, the HTML will contain RDFa. You can also do this dynamically, so that whenever you update your web-accessible BibTex file, your homepage updates as well.</p>
<p>But this is not all&#8230; since we had an RDF crawler, we threw that in as well&#8230; so all you have to do to make yourself part of the openacademia universe is to add to your FOAF profile. Alternatively, you can also point to the service at [1] and say</p>
<p>&lt;rdfs:seeAlso resource=&#8221;http://www.cs.vu.nl/cgi-bin/mcaklein/bib2swrc2.pl?url=http%3A%2F%2Fwww.example.org%2Fmypubs.bib&#8221;</p>
<p>but slightly more techie&#8230;</p>
<p>If our crawler finds it, it will be added to the central openacademia repository. Btw, you can also use FOAF&#8217;s Group class to define your group, so that others can subscribe to your group (and you can independently change who is in the group and who is not). At the VU we went all the way to generate FOAF group definitions from our LDAP database. Btw, you can also subscribe to the latest publications of all your friends, based on foaf:knows relations in your profile.</p>
<p>And lastly we built the search interface that is openacademia.org&#8230; a simple search/browsing/visualization interface for the central repository. There are a few other nice pieces such as the automated tagging of publications using term extraction or the importing of comments from Technorati. This latter one is actually kind of fun, because it gives an easy way to discover what people are blogging about your pubs. Yes, you can subscribe to publications by yourself, recently commented on by others&#8230;</p>
<p>Some people asked already if all this is LOD compatible&#8230; the answer is that as it is no: the service at [1] generates URIs like</p>
<p><a href="http://www.example.org/mypubs.bib#key" rel="nofollow">http://www.example.org/mypubs.bib#key</a></p>
<p>where key is the publication key from the bibtex file. This is problematic because most people host their Bibtex files along with their homepage and they have no access to configuring the apache server of their university, research institute etc. Obviously, JWS could do something like</p>
<p><a href="http://www.elsevier.com/jws/2007/03/01/somepub" rel="nofollow">http://www.elsevier.com/jws/2007/03/01/somepub</a></p>
<p>However, you have to convince a publisher&#8230; conferences might be easier targets.</p>
<p>And now the sad part about openacademia: we have no time any more to work on it. I&#8217;m 110% busy (but loving it). Hoping someone will pick it up. It&#8217;s open source and nicely modularized, everything is a web service, and we went to some extremes to use standards wherever we could. (The search result display you see on the search interface is generated by XSLT on the RSS feed, on the client side&#8230; that&#8217;s why you can choose the presentation template, e.g. list view, full view, google view&#8230;) </p>
<p>Looking for someone to pick up the ball and start running with it <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>[1] <a href="http://www.cs.vu.nl/~mcaklein/bib2rdf/" rel="nofollow">http://www.cs.vu.nl/~mcaklein/bib2rdf/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://ivan-herman.name/2008/07/05/low-hanging-dogfood/#comment-4800</link>
		<dc:creator><![CDATA[Sebastian]]></dc:creator>
		<pubDate>Sun, 06 Jul 2008 15:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=119#comment-4800</guid>
		<description><![CDATA[It is nice we have more and more ways to publish our publications :) in RDF.
I would like to point you to JeromeDL solution developed in DERI, as another low hanging dog food :)
DERI has a pre-print server for our scientific publications (http://library.deri.ie/) and for our library of physical books (http://books.deri.ie/). 
Everything is RDF (both legacy semantics and social annotations) - check out RDF buttons :) and with the upcoming version of JeromeDL 2.5 (to be delivered by mid-autumn 2008) we will also feature SPARQL endpoint (due to transition from Sesame 1.0 to Rdf2Go/Sesame 2.0), OAI-ORE and LOD support.

I would appreciate any comments on what more would the community like to see in the next releases of JeromeDL.]]></description>
		<content:encoded><![CDATA[<p>It is nice we have more and more ways to publish our publications <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  in RDF.<br />
I would like to point you to JeromeDL solution developed in DERI, as another low hanging dog food <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
DERI has a pre-print server for our scientific publications (<a href="http://library.deri.ie/" rel="nofollow">http://library.deri.ie/</a>) and for our library of physical books (<a href="http://books.deri.ie/" rel="nofollow">http://books.deri.ie/</a>).<br />
Everything is RDF (both legacy semantics and social annotations) &#8211; check out RDF buttons <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and with the upcoming version of JeromeDL 2.5 (to be delivered by mid-autumn 2008) we will also feature SPARQL endpoint (due to transition from Sesame 1.0 to Rdf2Go/Sesame 2.0), OAI-ORE and LOD support.</p>
<p>I would appreciate any comments on what more would the community like to see in the next releases of JeromeDL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce D'Arcus</title>
		<link>http://ivan-herman.name/2008/07/05/low-hanging-dogfood/#comment-4799</link>
		<dc:creator><![CDATA[Bruce D'Arcus]]></dc:creator>
		<pubDate>Sat, 05 Jul 2008 13:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=119#comment-4799</guid>
		<description><![CDATA[I really think scholarship is a perfect use case for the semantic web, and that  you&#039;re pushing in the right direction. There&#039;s also the RDF-based publishing platform Ambra, which is used by PLOS One.

But more broadly, on the dogfood question, I&#039;m still waiting to see when semweb bloggers are doing to exploit the potential of RDFa. Having SPARQL plug-ins for Wordpress is one thing, but it doesn&#039;t really go very far for end users. Maybe a JQuery plugin that could layer additional SPARQL-derived information on top of content links? That could also ultimately add a lot of value to scholarly content.]]></description>
		<content:encoded><![CDATA[<p>I really think scholarship is a perfect use case for the semantic web, and that  you&#8217;re pushing in the right direction. There&#8217;s also the RDF-based publishing platform Ambra, which is used by PLOS One.</p>
<p>But more broadly, on the dogfood question, I&#8217;m still waiting to see when semweb bloggers are doing to exploit the potential of RDFa. Having SPARQL plug-ins for WordPress is one thing, but it doesn&#8217;t really go very far for end users. Maybe a JQuery plugin that could layer additional SPARQL-derived information on top of content links? That could also ultimately add a lot of value to scholarly content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Bizer</title>
		<link>http://ivan-herman.name/2008/07/05/low-hanging-dogfood/#comment-4798</link>
		<dc:creator><![CDATA[Chris Bizer]]></dc:creator>
		<pubDate>Sat, 05 Jul 2008 09:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://ivanherman.wordpress.com/?p=119#comment-4798</guid>
		<description><![CDATA[Hi Ivan,

you uninformed fool, this already has been done for ESWC2008 conference and can be accessed here http://data.semanticweb.org/conference/eswc/2008/html
 
1. The conference location is interlinked with DBpedia and Geonames. See http://beckr.org/marbles?lang=en&amp;uri=http%3A%2F%2Fdata.semanticweb.org%2Fconference%2Feswc%2F2008

2. Papers are interlinked with Revyu and the Semantic Web Community Wiki. See for instance
http://beckr.org/marbles?uri=http%3A%2F%2Fdata.semanticweb.org%2Fconference%2Feswc%2F2008%2Fpaper%2F356

3. Paper topics are interlinked with DBpedia. See URL above.

4. Authors are interlinked with their FOAF profiles (not all, but a fair amount of them). See
http://beckr.org/marbles?lang=en&amp;uri=http%3A%2F%2Fdata.semanticweb.org%2Fperson%2Frichard-cyganiak

The same is currently being done for the WWW2008 conference. The data is not yet available as Linked Data, but there is already a dump at http://data.semanticweb.org/dumps/conferences/www-2008-complete.rdf

There is also a PHP script for converting conference metadata from the EasyChair conference management system to Linked Data which will be published shortly on the Dogfood page, so that other conferences and workshops can do the same if they like.

Cheers

Chris]]></description>
		<content:encoded><![CDATA[<p>Hi Ivan,</p>
<p>you uninformed fool, this already has been done for ESWC2008 conference and can be accessed here <a href="http://data.semanticweb.org/conference/eswc/2008/html" rel="nofollow">http://data.semanticweb.org/conference/eswc/2008/html</a></p>
<p>1. The conference location is interlinked with DBpedia and Geonames. See <a href="http://beckr.org/marbles?lang=en&#038;uri=http%3A%2F%2Fdata.semanticweb.org%2Fconference%2Feswc%2F2008" rel="nofollow">http://beckr.org/marbles?lang=en&#038;uri=http%3A%2F%2Fdata.semanticweb.org%2Fconference%2Feswc%2F2008</a></p>
<p>2. Papers are interlinked with Revyu and the Semantic Web Community Wiki. See for instance<br />
<a href="http://beckr.org/marbles?uri=http%3A%2F%2Fdata.semanticweb.org%2Fconference%2Feswc%2F2008%2Fpaper%2F356" rel="nofollow">http://beckr.org/marbles?uri=http%3A%2F%2Fdata.semanticweb.org%2Fconference%2Feswc%2F2008%2Fpaper%2F356</a></p>
<p>3. Paper topics are interlinked with DBpedia. See URL above.</p>
<p>4. Authors are interlinked with their FOAF profiles (not all, but a fair amount of them). See<br />
<a href="http://beckr.org/marbles?lang=en&#038;uri=http%3A%2F%2Fdata.semanticweb.org%2Fperson%2Frichard-cyganiak" rel="nofollow">http://beckr.org/marbles?lang=en&#038;uri=http%3A%2F%2Fdata.semanticweb.org%2Fperson%2Frichard-cyganiak</a></p>
<p>The same is currently being done for the WWW2008 conference. The data is not yet available as Linked Data, but there is already a dump at <a href="http://data.semanticweb.org/dumps/conferences/www-2008-complete.rdf" rel="nofollow">http://data.semanticweb.org/dumps/conferences/www-2008-complete.rdf</a></p>
<p>There is also a PHP script for converting conference metadata from the EasyChair conference management system to Linked Data which will be published shortly on the Dogfood page, so that other conferences and workshops can do the same if they like.</p>
<p>Cheers</p>
<p>Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

