<?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>“KWARC was!”</title>
	<atom:link href="http://kwarc.info/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://kwarc.info/blog</link>
	<description>KWARC research group's blog</description>
	<lastBuildDate>Sun, 04 Mar 2012 18:32:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Scientific writing with Emacs: style-check and writegood-mode</title>
		<link>http://kwarc.info/blog/2012/02/25/scientific-writing-with-emacs-style-check-and-writegood-mode/</link>
		<comments>http://kwarc.info/blog/2012/02/25/scientific-writing-with-emacs-style-check-and-writegood-mode/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 23:00:00 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[scientific]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=1011</guid>
		<description><![CDATA[Today I discovered a nice tool for improving your scientific writing: Neil Spring&#8217;s style-check.rb. In a primitive but effective way (and aware of LaTeX markup!), it checks your document for the occurrence of typical style or syntax errors. These are implemented as a configurable list of regular expressions. style-check.rb reports any encountered errors like a [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://kwarc.info/blog/wp-content/uploads/2012/02/wpid-style-check-emacs.png" alt="stylistic “errors” in this blog post" title="stylistic “errors” in this blog post" align="right" /> Today I discovered a nice tool for improving your scientific writing: Neil Spring&#8217;s <a href="http://www.cs.umd.edu/~nspring/software/style-check-readme.html">style-check.rb</a>.  In a primitive but effective way (and aware of LaTeX markup!), it checks your document for the occurrence of typical style or syntax errors.  These are implemented as a configurable list of regular expressions.  style-check.rb reports any encountered errors like a compiler, with line and column number, according to the developer&#8217;s philosophy that writing is just a special case of coding.  When executing the script manually, its output is somewhat hard to “process” for a human, so I thought, why not integrate it into Emacs.  Emacs is prepared for dealing with compiler output, so the solution was straightforward: <span id="more-1011"></span>
<pre class="example">(defun style-check-file ()
  (interactive)
  (compile (format "style-check.rb -v %s" (buffer-file-name))))
</pre>
<p>  <img src="http://kwarc.info/blog/wp-content/uploads/2012/02/wpid-writegood-mode.png" alt="this blog post with writegood-mode enabled" title="this blog post with writegood-mode enabled" align="right" /> In the same run, I should also recommend another tool, which finds different errors, and overall less of them, but integrates into Emacs even more conveniently: <a href="http://github.com/bnbeckwith/writegood-mode">Benjamin Beckwith&#8217;s writegood-mode</a>.  I recommend binding it to <code>C-c g</code>: </p>
<pre class="example">(require 'writegood-mode)
(global-set-key [(control c) ?g] 'writegood-mode)
</pre>
<p> For those who don&#8217;t use Emacs, there is also the possibility to use <a href="http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/">Matt Might&#8217;s standalone “weaselwords” script</a>, which gave the inspiration for writegood-mode. </p>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2012/02/25/scientific-writing-with-emacs-style-check-and-writegood-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AI Mashup Challenge 2012</title>
		<link>http://kwarc.info/blog/2012/02/19/ai-mashup-challenge-2012/</link>
		<comments>http://kwarc.info/blog/2012/02/19/ai-mashup-challenge-2012/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 23:00:00 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[semantic documents]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[aimashup]]></category>
		<category><![CDATA[cfp]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[eswc2012]]></category>
		<category><![CDATA[mashup]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=1006</guid>
		<description><![CDATA[If you are developing mashups – lightweight web applications that offer new functionality by combining, aggregating and transforming web resources and services – this a great opportunity to win a prize. Call for Papers AI Mashup Challenge 2012 at the 9th Extended Semantic Web Conference (ESWC) Hersonissos, Crete, Greece; May 27–31, 2012 Submission deadline: March [...]]]></description>
				<content:encoded><![CDATA[<p>If you are developing mashups – lightweight web applications that offer new functionality by combining, aggregating and transforming web resources and services – this a great opportunity to win a prize. </p>
<div id="outline-container-1" class="outline-2">
<h2 id="sec-1">Call for Papers</h2>
<div class="outline-text-2" id="text-1">
<p>  <a href="https://sites.google.com/site/aimashup12/">AI Mashup Challenge 2012</a>   at the <a href="http://www.eswc2012.org">9th Extended Semantic Web Conference (ESWC)</a>   Hersonissos, Crete, Greece; May 27–31, 2012 </p>
<p>     Submission deadline: March 31, 2012 </p>
<p>   <span id="more-1006"></span>  </div>
</p></div>
<div id="outline-container-2" class="outline-2">
<h2 id="sec-2">Topics of interest</h2>
<div class="outline-text-2" id="text-2">
<p>  A mashup is a lightweight (web) application that offers new functionality by combining, aggregating and transforming resources and services available on the web. The AI mashup challenge accepts and awards “intelligent” mashups that use AI technology, including but not restricted to  </p>
<ul>
<li>machine learning and data mining </li>
<li>machine vision </li>
<li>natural language processing </li>
<li>reasoning </li>
<li>ontologies and the semantic web.  </li>
</ul>
<p>  The emphasis is not on providing and consuming semantic markup, but rather on using intelligence to mashup these resources in a more powerful way.  </p>
<p>   Some examples: </p>
<ul>
<li>Information extraction or automatic text summarization to create a task-oriented overview mashup for mobile devices. </li>
<li>Semantic Web technology and data sourcesÂ adapting to user and task-specific configurations. </li>
<li>Semantic background knowledge (such as ontologies, WordNet or Cyc) to improve search and content combination. </li>
<li>Machine translation for mashups that cross language borders. </li>
<li>Machine vision technology for novel ways of aggregating images, for instance mixing real and virtual environments. </li>
<li>Intelligent agents taking over simple household planning tasks. </li>
<li>Text-to-speech technology creating a voice mashup with intelligent and emotional intonation. </li>
<li>The display of Pub Med articles on a map based on geographic entity detection referring to diseases or health centers. </li>
</ul>
<p>   You find more detail on <a href="http://sites.google.com/a/fh-hannover.de/aimashup11/">the website of the 2011 challenge</a>. </p>
</p></div>
</p></div>
<div id="outline-container-3" class="outline-2">
<h2 id="sec-3">Awards</h2>
<div class="outline-text-2" id="text-3">
<ul>
<li>€ 1750 sponsored by Elsevier </li>
<li>Speech outfit from Linguatec </li>
<li>10 O&#8217;Reilly e-books  </li>
<li>10 books from Addison-Wesley  </li>
</ul></div>
</p></div>
<div id="outline-container-4" class="outline-2">
<h2 id="sec-4">Submission and deadline</h2>
<div class="outline-text-2" id="text-4">
<p>  The challenge tries to mediate between a grassroot bar-camp style and standard conference organization. This means for submitters: </p>
<ul>
<li>You announce your mashup as soon as you are ready, simply sending an email to the organizers (address below). </li>
<li>The deadline is March 31, 2012. </li>
<li>At a subpage of the mashup website provided by the organizers, you explain your work and refer to its URL. </li>
<li>Your mashup stays at your URL and under your control. You can go on improving it. </li>
<li>At review time (March 31, 2012), reviewers need a 5 page paper (<a href="http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0">LNCS format</a>) that explains the mashup. </li>
<li>The reviewers select the most interesting mashups for presentation and vote during the conference. </li>
<li>Vote is public for all conference participants, but the reviewer quota makes up 40%. </li>
<li>Be prepared to a give a brief talk and a demo during the conference. </li>
<li>Awards will be handed over during the conference, and everybody will congratulate the winners! </li>
</ul></div>
</p></div>
<div id="outline-container-5" class="outline-2">
<h2 id="sec-5">Organizers</h2>
<div class="outline-text-2" id="text-5">
<ul>
<li>Brigitte Endres-Niggemeyer, Hannover, Germany </li>
<li>Krzysztof Janowicz, Santa Barbara, USA </li>
</ul></div>
</p></div>
<div id="outline-container-6" class="outline-2">
<h2 id="sec-6">Program Committee</h2>
<div class="outline-text-2" id="text-6">
<ul>
<li>Luis M. Vilches Blázquez, Universidad Politécnica Madrid, Spain </li>
<li>Christoph Lange, Univ. of Bremen &amp; Jacobs University, Bremen, Germany </li>
<li>Emilian Pascalau, University of Potsdam, Germany </li>
<li>Giuseppe Di Fabbrizio, AT&amp;T Labs, Florham Park NJ, USA </li>
<li>Jevon Wright, Massey University, Palmerston North, NZ </li>
<li>Aidan Hogan, DERI Galway, Ireland </li>
<li>Alexandre Passant, DERI Galway, Ireland </li>
<li>Emanuele Della Valle, Politecnico di Milano, Italy </li>
<li>Tomi Kauppinen,  Muenster, Germany  </li>
<li>Thorsten Liebig, Univ. of Ulm &amp; derivo GmbH, Germany </li>
<li>Mao Ye, Cornell University, Ithaca, USA </li>
<li>Daniele dell&#8217;Aglio, Politecnico di Milano, Italy </li>
</ul></div>
</p></div>
<div id="outline-container-7" class="outline-2">
<h2 id="sec-7">Main Contact</h2>
<div class="outline-text-2" id="text-7">
<p>  <a href="mailto:brigitteen@googlemail.com">Brigitte Endres-Niggemeyer</a> </p>
</p></div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2012/02/19/ai-mashup-challenge-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I-Semantics Conference and Linked Data Cup</title>
		<link>http://kwarc.info/blog/2012/01/30/i-semantics-conference-and-linked-data-cup/</link>
		<comments>http://kwarc.info/blog/2012/01/30/i-semantics-conference-and-linked-data-cup/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 15:40:16 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[semantic documents]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[cfp]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[i-semantics]]></category>
		<category><![CDATA[isem2012]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=1003</guid>
		<description><![CDATA[I-Semantics is a very nice conference on applied semantic web research, excellent for networking with the European research community and industry. Call for Papers I-SEMANTICS 2012 8th International Conference on Semantic Systems Graz, Austria, 5 &#8211; 7 September 2012 including Call for Submissions 5th Linked Data Cup Latest News: Wolters Kluwer Germany main sponsor of [...]]]></description>
				<content:encoded><![CDATA[<p>I-Semantics is a very nice conference on applied semantic web research, excellent for networking with the European research community and industry. </p>
<div id="outline-container-1" class="outline-2">
<h2 id="sec-1">Call for Papers</h2>
<div class="outline-text-2" id="text-1">
<p>  <a href="http://www.i-semantics.at">I-SEMANTICS 2012</a>   8th International Conference on Semantic Systems   Graz, Austria, 5 &#8211; 7 September 2012 </p>
<p>   including   Call for Submissions   5th Linked Data Cup </p>
</p></div>
</p></div>
<div id="outline-container-2" class="outline-2">
<h2 id="sec-2">Latest News:</h2>
<div class="outline-text-2" id="text-2">
<ul>
<li>Wolters Kluwer Germany main sponsor of I-SEMANTICS 2012 </li>
<li>I-SEMANTICS proceedings published by ACM ICPS </li>
<li>Important Dates (Research &amp; Application Papers &amp; I-Challenge)
<ul>
<li>Abstract Submission Deadline : April 2, 2012 </li>
<li>Paper Submission Deadline : April 13, 2012 </li>
<li>Notification of Acceptance: May 7, 2012 </li>
<li>Camera-Ready Paper: June 4, 2012 </li>
</ul>
</li>
<li>Important Dates (I-Challenge)
<ul>
<li>Paper Submission Deadline : April 13, 2012 </li>
<li>Notification of Acceptance: May 7, 2012 </li>
<li>Camera-Ready Paper: June 4, 2012 </li>
</ul>
</li>
<li>Important Dates (Posters &amp; Demo Papers &amp; PhD Track)
<ul>
<li>Submission Deadline: May 21, 2012 </li>
<li>Notification of Acceptance: June 18, 2012 </li>
</ul>
</li>
</ul>
<p>     <span id="more-1003"></span>  </div>
</p></div>
<div id="outline-container-3" class="outline-2">
<h2 id="sec-3">Scope</h2>
<div class="outline-text-2" id="text-3">
<p>  <a href="http://www.i-semantics.at">I-SEMANTICS 2012</a> is the 8th International Conference within the I-SEMANTICS series. I-SEMANTICS 2012 brings together both researchers and practitioners in the areas of Semantic Technologies, Linked Data and the Semantic Web in order to showcase cutting edge research, demonstrators and applications for the Corporate and Social Semantic Web. I-SEMANTICS 2012 is proud to announce the new format “I-CHALLENGE”, which brings to you the <b>5th Linked Data Cup</b> (formerly Triplification Challenge), the Best Paper Award and the Best Poster Award.  As in the past years the I-SEMANTICS Conference will be complemented by <a href="http://www.i-know.at">I-KNOW</a>, the 12th International Conference on Knowledge Management, aiming to reflect the increasing importance and convergence of knowledge management and semantic systems.  </p>
</div></div>
<div id="outline-container-4" class="outline-2">
<h2 id="sec-4">Topics</h2>
<div class="outline-text-2" id="text-4">
<p>  As a conference aiming to bring together science and industry, I-SEMANTICS encourages scientific research and application-oriented contributions in the field of Semantic Technologies, Semantic Web and Linked Data. The topics of interest for this year&#8217;s conference include but are not limited to:  </p>
<ul>
<li>The Web of Data
<ul>
<li>(Large scale) triplification of existing (structured) data </li>
<li>Vocabularies, taxonomies and schemas for the Web of Data </li>
<li>Querying, searching and browsing over the Web of Data </li>
<li>Data integration and interlinking for the Web of Data </li>
<li>User interaction and innovative visualizations for the Web of Data </li>
<li>Languages, tools and methodologies for representing, managing and reasoning on the Web of Data </li>
<li>(Mashup) applications utilizing (large scale) Linked Data resources </li>
<li>Recommender systems making use of the Web of Data </li>
<li>Integrating microposts into the Web of Data </li>
<li>Linked Enterprise Data and (Open) Linked Government Data </li>
<li>Connecting the Web of Data with real world sensor data </li>
<li>Location-based services and mobile semantic applications </li>
</ul>
</li>
<li>Quality of Semantic Data on the Web
<ul>
<li>Provenance information for the Web of Data </li>
<li>Large scale ontology inspection and repair </li>
<li>Co-reference detection and dataset reconciliation </li>
<li>Maintenance of Linked Data models </li>
<li>Trust, privacy and security in Semantic Web applications </li>
</ul>
</li>
<li>Corporate Semantic Web
<ul>
<li>Corporate thesauri, business vocabularies, ontologies and rules </li>
<li>Semantic business, e-commerce and m-commerce systems </li>
<li>Semantic procurement for enterprises and governments </li>
<li>Semantics, pragmatics and semiotics in organizations </li>
<li>Enterprise trust and reputation management         </li>
</ul>
</li>
<li>Semantic Content Engineering
<ul>
<li>Collaborative ontology engineering </li>
<li>Ontology modularity, alignment and merging </li>
<li>Ontology design patterns and life cycle management </li>
<li>Ontology learning and knowledge acquisition  </li>
<li>Quality criteria for collaboratively generated semantic content </li>
<li>Semantic annotation and tagging </li>
<li>Making sense of microposts </li>
<li>Semantic content management systems </li>
</ul>
</li>
<li>Semantic Multimedia
<ul>
<li>Semantic-driven multimedia applications </li>
<li>Multimedia ontologies and infrastructures </li>
<li>Content-based semantic multimedia analysis and data mining </li>
<li>Semantic-driven multimedia indexing and retrieval </li>
<li>Named entity recognition and disambiguation in multimedia documents </li>
<li>Human-computer interfaces for multimedia data access </li>
<li>Smart visualization and browsing of multimedia documents </li>
<li>User-generated semantic metadata for multimedia documents </li>
</ul>
</li>
<li>Studies, Metrics &amp; Benchmarks
<ul>
<li>Case studies of and benchmarks in semantic systems usage </li>
<li>Evaluation perspectives, methods and Semantic Web research methodologies </li>
<li>Technology assessment, acceptance/media choice theories </li>
<li>Usability and user interaction with semantic technologies </li>
<li>Applications with clear lessons learned or evaluations </li>
</ul>
</li>
<li>(Linked) Data Ecosystems &amp; Markets
<ul>
<li>Economic foundations of data assets, markets and data crowd sourcing </li>
<li>Business and governance models for data commerce </li>
<li>Production principles and measures of data creation, curation and utilization </li>
<li>Business models and economic impacts of Linked (Enterprise) Data and/or large scale semantic systems </li>
<li>Case studies for sector-specific (Linked) Data strategies </li>
</ul>
</li>
</ul></div>
</p></div>
<div id="outline-container-5" class="outline-2">
<h2 id="sec-5">I-SEMANTICS Submission Information</h2>
<div class="outline-text-2" id="text-5">
<p>  All accepted full papers and short papers of I-SEMANTICS 2012 will be published in the digital library of the ACM ICP series. Please note: Poster and Demo papers are planned to be published within CEUR-WS. Optional publication of PhD papers in CEUR-WS is under discussion. </p>
</p></div>
<div id="outline-container-5-1" class="outline-3">
<h3 id="sec-5-1">Research/Application Papers</h3>
<div class="outline-text-3" id="text-5-1">
<p>   Submissions must be original and must not have been submitted for publication elsewhere. Papers should follow <a href="http://www.acm.org/sigs/publications/proceedings-templates">the ACM ICPS guidelines for formatting</a> and must be submitted via the online submission system available at the conference website as PDF documents (other formats will not be accepted). For the camera-ready version, we will also need the source files (Latex, Word Perfect, Word). The publication will be available under the following ISBN: 978-1-4503-1112-0 </p>
<p>    Research papers report on novel research and/or applications relevant to the topics of the conference. Submissions must be original and must not have been submitted for publication elsewhere. The number of pages of research papers is limited to 8 pages for full papers and 4 pages for short papers including references and an optional appendix. </p>
</div></div>
<div id="outline-container-5-2" class="outline-3">
<h3 id="sec-5-2">Important Dates (Research &amp; Application Papers)</h3>
<div class="outline-text-3" id="text-5-2">
<ul>
<li>Abstract Submission Deadline (strict): April 2, 2012 </li>
<li>Paper Submission Deadline : April 13, 2012 </li>
<li>Notification of Acceptance: May 7, 2012 </li>
<li>Camera-Ready Paper: June 4, 2012 </li>
</ul></div>
</p></div>
<div id="outline-container-5-3" class="outline-3">
<h3 id="sec-5-3">Posters, Demos &amp; PhD Track</h3>
<div class="outline-text-3" id="text-5-3">
<p>   The conference also particularly welcomes the submission of posters, demonstrations, and PhD track submissions. The Posters, Demonstrations &amp; PhD Track complements the Research Paper Track and offers an opportunity for presenting late-breaking research results, ongoing research projects, and speculative or innovative work in progress. </p>
<p>    The informal setting of the Posters, Demonstrations &amp; PhD Track encourages presenters and participants to engage in discussions about the presented work. Such discussions can be invaluable inputs for the future work of the presenters, while offering participants an effective way to broaden their knowledge of the emerging research trends and to network with other researchers. Poster and demo submissions should consist of a 2-3 page description that allows us to judge the quality of the presentation. Submissions to this track must be in the <a href="http://www.springer.com/computer/lncs/lncs+authors">Springer LNCS format</a>, i.e. please do NOT use the ACM template here. </p>
<p>    The objective of the PhD Track is to provide doctoral students with a forum to present and discuss their research projects with experienced researchers (“mentors”) and fellow students. It addresses PhD students at an early stage of their doctoral studies, who want to receive feedback from internationally recognized researchers. Ideally, participants will have a well-defined problem statement and precise questions to discuss with their mentor. Applicants should be PhD students (from any country), conducting ongoing research in the areas of semantic technologies, Linked Data and the Semantic Web.  </p>
<p>    PhD track submissions should consist of up to 1.500 words and contain the following:  </p>
<ul>
<li>Name, affiliation and contact details of the PhD student  </li>
<li>Name(s) of the supervisor(s) </li>
<li>Summary of the research project, including:  </li>
<li>Problem: research questions, motivation, state of the art and relevance for the fields of Semantic Technologies, Linked Data and Semantic Web </li>
<li>Approach: (planned) approach and methodology </li>
<li>Current status / timeline: current status of the work and any results that have already been reached plus outlook to future work </li>
<li>A list of key questions that the PhD student wants to discuss during the event </li>
</ul>
<p>    Submissions will be reviewed by experienced researchers; each submission will receive detailed feedback. The program committee will select participants who will give a short presentation about their research project during the I-SEMANTICS PhD Track. Main focus of the event is on discussion, support and solving open questions. </p>
</div></div>
<div id="outline-container-5-4" class="outline-3">
<h3 id="sec-5-4">Important Dates (Posters &amp; Demo Papers &amp; PhD Track)</h3>
<div class="outline-text-3" id="text-5-4">
<ul>
<li>Submission Deadline: May 21, 2012 </li>
<li>Notification of Acceptance: June 18, 2012 </li>
</ul></div>
</p></div>
</p></div>
<div id="outline-container-6" class="outline-2">
<h2 id="sec-6">I-CHALLENGE</h2>
<div class="outline-text-2" id="text-6">
<p>  For the first time in 2012 we will bring to you the I-CHALLENGE, consisting of the Best Research/Application Paper Award, the Best Poster Award, the Best PhD Paper Award and the Linked Data Cup. While the best paper will be selected by the program committee, the Best Poster will be voted by the conference audience via online voting. (Please expect more details for all the Best Paper Awards in the weeks to come.) Information on the Linked Data Cup can be found below: </p>
</p></div>
<div id="outline-container-6-1" class="outline-3">
<h3 id="sec-6-1">Linked Data Cup 2012</h3>
<div class="outline-text-3" id="text-6-1">
<p>   The yearly organised Linked Data Cup (formerly Triplification Challenge) awards prizes to the most promising innovation involving linked data. Four different technological topics are addressed: triplification, interlinking, cleansing, and application mash-ups. The Linked Data Cup invites scientists and practitioners to submit novel and innovative (5 star) linked data sets and applications built on linked data technology. </p>
<p>   Although more and more data is triplified and published as RDF and linked data, the question arises how to evaluate the usefulness of such approaches. The Linked Data Cup therefore requires all submissions to include a concrete use case and problem statement alongside a solution (triplified data set, interlinking/cleansing approach, linked data application) that showcases the usefulness of linked data. Submissions that can provide measurable benefits of employing linked data over traditional methods are preferred. </p>
<p>   Note that the call is not limited to any domain or target group. We accept submissions ranging from value-added business intelligence use cases to scientific networks to the longest tail of information domains. The only strict requirement is that the employment of linked data is very well motivated and also justified (i.e. we rank approaches higher that provide solutions, which could not have been realised without linked data, even if they lack technical or scientific brilliance). </p>
</p></div>
</p></div>
<div id="outline-container-6-2" class="outline-3">
<h3 id="sec-6-2">Evaluation Criteria</h3>
<div class="outline-text-3" id="text-6-2">
<p>   The submissions will be initially evaluated with a well-known five star ranking system. Furthermore, entries will be assessed according to the extent to which they </p>
<ol>
<li>motivate the relevancy of their use case for their respective domain; </li>
<li>justify the adequacy of linked data technologies for their solution; </li>
<li>demonstrate that all alternatives to linked data would have resulted in an inferior solution; </li>
<li>provide an evaluation that can measure the benefits of linked data </li>
</ol></div>
</p></div>
<div id="outline-container-6-3" class="outline-3">
<h3 id="sec-6-3">Topics</h3>
<div class="outline-text-3" id="text-6-3">
<p>   Ideas for topics include (but are not limited to): </p>
<ul>
<li>Improving traditional approaches with help of linked data </li>
<li>Linked data use in science and education </li>
<li>Linked data supported multimedia applications </li>
<li>Linked data in the open source context </li>
<li>Web annotation </li>
<li>Generic applications </li>
<li>Internationalization of linked data  </li>
<li>Visualization of linked data </li>
<li>Linked government data </li>
<li>Business models based on linked data </li>
<li>Recommender systems supported by linked data </li>
<li>Integrating microposts with linked data </li>
<li>Distributed social web based on linked data </li>
<li>Linked data sensor networks </li>
</ul></div>
</p></div>
<div id="outline-container-6-4" class="outline-3">
<h3 id="sec-6-4">Submission and Reviewing</h3>
<div class="outline-text-3" id="text-6-4">
<p>   Submissions to the Linked Data Cup will be reviewed by members of the Linked Data Cup Board and invited experts from the Linked Data community.    Submissions should consist of 4 pages and must be original and must not have been submitted for publication elsewhere. Papers should follow the ACM ICPS guidelines for formatting as accepted submissions will be published in the I-SEMANTICS 2012 proceedings in the digital library of the ACM ICP series. Please read the submission page for detailed information on how to submit. </p>
</p></div>
</p></div>
<div id="outline-container-6-5" class="outline-3">
<h3 id="sec-6-5">Important Dates (Linked Data Cup)</h3>
<div class="outline-text-3" id="text-6-5">
<ul>
<li>Paper Submission Deadline : April 13, 2012 </li>
<li>Notification of Acceptance: May 7, 2012 </li>
<li>Camera-Ready Paper: June 4, 2012 </li>
</ul></div>
</p></div>
</p></div>
<div id="outline-container-7" class="outline-2">
<h2 id="sec-7">I-SEMANTICS Committee</h2>
<div class="outline-text-2" id="text-7">
<ul>
<li>Scientific Chair
<ul>
<li>Harald Sack (Hasso-Plattner-Institute for IT Systems Engineering) </li>
</ul>
</li>
<li>Program Chairs
<ul>
<li>H. Sofia Pinto (Technical University of Lisbon) </li>
<li>Valentina Presutti (Institute for Cognitive Science and Technology, Rome)  </li>
</ul>
</li>
<li>Track Chairs
<ul>
<li>I-CHALLENGE:
<ul>
<li>Sebastian Hellmann (University of Leipzig)  </li>
<li>Jörg Waitelonis (Hasso-Plattner-Institute for IT Systems Engineering) </li>
</ul>
</li>
<li>PhD Track Chair: Katrin Weller (Heinrich Heine University Düsseldorf)  </li>
<li>Poster Chair: Steffen Lohmann (University of Stuttgart) </li>
</ul>
</li>
<li>Industry Chair
<ul>
<li>Andreas Blumauer (Semantic Web Company) </li>
</ul>
</li>
<li>Conference Chair
<ul>
<li>Tassilo Pellegrini (Semantic Web Company / University of Applied Sciences St. Pölten, Austria) </li>
</ul>
</li>
<li><a href="http://i-semantics.tugraz.at/scientific-track/program-committee/">Program Committee</a> </li>
</ul></div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2012/01/30/i-semantics-conference-and-linked-data-cup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SePublica@ESWC Workshop (May 27 or 28, Crete)</title>
		<link>http://kwarc.info/blog/2012/01/30/sepublicaeswc-workshop-may-27-or-28-crete/</link>
		<comments>http://kwarc.info/blog/2012/01/30/sepublicaeswc-workshop-may-27-or-28-crete/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 23:00:00 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[semantic documents]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[cfp]]></category>
		<category><![CDATA[eswc2012]]></category>
		<category><![CDATA[sepublica]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=1000</guid>
		<description><![CDATA[an ESWC 2012 Workshop. May 27 or 28, Hersonissos, Greece. http://sepublica.mywikipaper.org/ At SePublica we want to explore the future of scholarly communication and scientific publishing. As we are going through a transition between print media and Web media, SePublica aims to provide researchers with a venue in which this future can be shaped. Important Dates [...]]]></description>
				<content:encoded><![CDATA[<p>an <a href="http://www.eswc2012.org">ESWC 2012</a> Workshop.  May 27 or 28, Hersonissos, Greece. </p>
<p> <a href="http://sepublica.mywikipaper.org/">http://sepublica.mywikipaper.org/</a> </p>
<p> At SePublica we want to explore the <b>future of scholarly communication and scientific publishing</b>. As we are going through a transition between print media and Web media, SePublica aims to provide researchers with a venue in which this future can be shaped.  </p>
<div id="outline-container-1" class="outline-2">
<h2 id="sec-1">Important Dates</h2>
<div class="outline-text-2" id="text-1">
<ul>
<li>submission deadline: March 18 (<b>extended</b>) </li>
<li>acceptance notification: April 1 </li>
<li>camera ready: April 15 </li>
</ul>
<p>     <span id="more-1000"></span>  </div>
</p></div>
<div id="outline-container-2" class="outline-2">
<h2 id="sec-2">The Future of Scholarly Communication and Scientific Publishing</h2>
<div class="outline-text-2" id="text-2">
<p>  Consider research publications: Data sets and code are essential elements of data intensive research, but these are absent when the research is recorded and preserved by way of a scholarly journal article. Or consider news reports: Governments increasingly make public sector information available on the Web, and reporters use it, but news reports very rarely contain fine-grained links to such data sources.  At SePublica we will discuss and present new ways of publishing, sharing, linking, and analyzing such scientific resources as well as reasoning over the data to discover new links  and scientific insights.  </p>
</p></div>
</p></div>
<div id="outline-container-3" class="outline-2">
<h2 id="sec-3">Workshop Format</h2>
<div class="outline-text-2" id="text-3">
<p>  We are planning to have a full day workshop with two main sessions. During the first part of the workshop accepted papers will be presented; the second part of the workshop will address by means of focus groups two main questions, namely “what do we want the future of scholarly communication to be?”  and “how could data be preserved and delivered in an interactive manner over scholarly communications?”. These focus groups will be followed by a panel discussion. As an outcome of these activities we will have a communique that will be the editorial for the workshop proceedings,  </p>
</p></div>
</p></div>
<div id="outline-container-4" class="outline-2">
<h2 id="sec-4">Issues to be addressed</h2>
<div class="outline-text-2" id="text-4">
<ul>
<li>Representation:
<ul>
<li>Formal representations of scientific data; ontologies for scientific information </li>
<li>What ontologies do we need for representing structural elements in a document? </li>
<li>How can we capture the semantics of rhetorical structures in scholarly communication, and of  hypotheses and scientific evidence? </li>
<li>Integration of quantitative and qualitative scientific information </li>
<li>How could RDF(a) and ontologies be used to represent the knowledge encoded in scientific documents and in general-interest media publications? </li>
<li>Connecting scientific publications with underlying research data sets </li>
</ul>
</li>
<li>Technological Foundations:
<ul>
<li>Ontology-based visualization of scientific data </li>
<li> </li>
<li>Provenance, quality, privacy and trust of scientific information </li>
<li>Linked Data for dissemination and archiving of research results, for collaboration and research networks, and for research assessment </li>
<li> </li>
<li>How could we realize a paper with an API?  How could we have a paper as a database, as a knowledge base? </li>
<li>How is the paper an interface, gateway, to the web of data? How could such and interface be delivered in a contextual manner? </li>
</ul>
</li>
<li>Applications and Use Cases:
<ul>
<li>Case studies on linked science, i.e., astronomy, biology, environmental and socio-economic impacts of global warming, statistics, environmental monitoring, cultural heritage, etc. </li>
<li>Barriers to the acceptance of linked science solutions and strategies to address these </li>
<li>Legal, ethical and economic aspects of Linked Data in science </li>
</ul>
</li>
</ul></div>
</p></div>
<div id="outline-container-5" class="outline-2">
<h2 id="sec-5">Submission</h2>
<div class="outline-text-2" id="text-5">
<p>  <a href="https://www.easychair.org/conferences/?conf=sepublica2012">submission system</a> </p>
<ul>
<li>Research papers are limited to 12 pages and position papers to 5 pages. </li>
<li>For system/demo descriptions, a paper of minimum 2 pages, maximum 5 pages should be submitted. </li>
<li>Late-breaking news should be one page maximum. </li>
</ul>
<p>  All papers and system descriptions should be <a href="http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0">formatted according to the LNCS format</a>.  For submissions that are not in the LNCS PDF format, 400 words count as one page. Submissions that exceed the page limit will be rejected without review. </p>
<p>   Depending on the number and quality of submissions, authors might be invited to present their papers during a poster session. The author list does not need to be anonymized, as we do not have a double-blind review process in place. </p>
<p>   Submissions will be peer reviewed by three independent reviewers; late-breaking news get a light review w.r.t. their relevance by two reviewers. Accepted papers have to be presented at the workshop (requires registering for the ESWC conference and the workshop). </p>
</p></div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2012/01/30/sepublicaeswc-workshop-may-27-or-28-crete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semantic Web Collaborative Spaces (SWCS) Workshop at WWW 2012</title>
		<link>http://kwarc.info/blog/2012/01/30/semantic-web-collaborative-spaces-swcs-workshop-at-www-2012/</link>
		<comments>http://kwarc.info/blog/2012/01/30/semantic-web-collaborative-spaces-swcs-workshop-at-www-2012/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 23:00:00 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[cfp]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[swcs2012]]></category>
		<category><![CDATA[workshop]]></category>
		<category><![CDATA[www2012]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=989</guid>
		<description><![CDATA[In conjunction with World Wide Web Conference 2012 (WWW 2012) Lyon, France, 17 April 2012 http://www.swcs2012.org Important dates Paper Submission: 6th February 2012 Author Notification: 8th March 2012 Camera ready: 29th March 2012 Workshop: 17th April 2012 Goal and Motivations Semantic Web Collaborative Spaces such as semantic wikis, semantic social networks, semantic forums, etc. are [...]]]></description>
				<content:encoded><![CDATA[<p>In conjunction with World Wide Web Conference 2012 (WWW 2012) Lyon, France, 17 April 2012 </p>
<p> <a href="http://www.swcs2012.org">http://www.swcs2012.org</a> </p>
<div id="outline-container-1" class="outline-2">
<h2 id="sec-1">Important dates</h2>
<div class="outline-text-2" id="text-1">
<ul>
<li>Paper Submission: 6th February 2012 </li>
<li>Author Notification: 8th March 2012 </li>
<li>Camera ready: 29th March 2012 </li>
<li>Workshop: 17th April 2012 </li>
</ul></div>
</p></div>
<div id="outline-container-2" class="outline-2">
<h2 id="sec-2">Goal and Motivations</h2>
<div class="outline-text-2" id="text-2">
<p>  Semantic Web Collaborative Spaces such as semantic wikis, semantic social networks, semantic forums, etc. are social semantic software with the mission to bring together human agents and software agents in order to foster knowledge-intensive collaboration, content creation and management, annotated multimedia collection management, social knowledge diffusion and formalising, and more generally speaking ontology-oriented content management life-cycle. </p>
<p>     The domain spans from multidisciplinary research to deployed commercial web applications and contributions from all this spectrum are encouraged. The aim of the SWCS 2012 workshop is to exchange ideas, to discuss pressing research questions arising from theoretical studies and practical usage of semantic web collaborative spaces. </p>
<p>   <span id="more-989"></span>  </div>
</p></div>
<div id="outline-container-3" class="outline-2">
<h2 id="sec-3">Topics</h2>
<div class="outline-text-2" id="text-3">
<p>  Contributions to this workshop will address one or more of the following topics: </p>
<ul>
<li>Representing and reasoning on semantics in social web platforms:
<ul>
<li>reconciling formal semantics and social semantics </li>
<li>semantic social network analysis, community detection and community building </li>
<li>analyses of semantic wiki contributors and their contributions </li>
<li>combining, transforming, translating formal and informal knowledge </li>
<li>coping with disagreement, inconsistencies </li>
<li>semantics in social/human computing, and vice versa </li>
<li>change management, truth maintenance, versioning, and undoing semantic changes </li>
<li>connecting knowledge and social interaction </li>
<li>from asynchronous interactions to real-time/multi-synchronous interactions in SWCS </li>
<li>optimising, distributing, scaling SWCS </li>
<li>managing and exploiting the emergence of models and their semantics </li>
</ul>
</li>
<li>Interacting with and within SWCS:
<ul>
<li>browsing, navigating, visualizing </li>
<li>editing linked open data, schemas, rules, etc. </li>
<li>ergonomics of SWCS, interaction design and usability studies </li>
<li>object-centered sociality, knowledge-centered sociality </li>
<li>overcoming entrance barriers and giving incentives for contributing </li>
<li>provenance, traceability, permissions, trust, licensing, access control, privacy, </li>
<li>making formal knowledge accessible, social knowledge evaluation </li>
<li>mobile and multimodal accesses to SWCS </li>
</ul>
</li>
<li>Return on experience and applications of semantic web collaborative spaces:
<ul>
<li>swcs platforms in e-science, e-learning, e-health, e-governement, </li>
<li>enterprise workflows, document flows, business intelligence, technological watch </li>
<li>corporate knowledge management or personal information management </li>
<li>expert matching, team creation, </li>
</ul>
</li>
<li>Integration, interoperability and reuse of web collaborative spaces:
<ul>
<li>integrations and interoperability with other semantic applications and mashups </li>
<li>interlinking, distributing, federating SWCS </li>
<li>extending non-semantic social web platforms with semantics </li>
<li>exporting and reusing semantics gained from SWCS </li>
</ul>
</li>
</ul></div>
</p></div>
<div id="outline-container-4" class="outline-2">
<h2 id="sec-4">Steering Committee</h2>
<div class="outline-text-2" id="text-4">
<ul>
<li>Pascal Molli, LINA, Nantes University (FR) (chair) </li>
<li>Hideaki Takeda, NII National Institute of Informatics (JP) </li>
<li>John Breslin, DERI NUI Galway (IE) </li>
<li>Sebastian Schaffert, Salzburg Research (AT) </li>
</ul></div>
</p></div>
<div id="outline-container-5" class="outline-2">
<h2 id="sec-5">Submissions and Proceedings</h2>
<div class="outline-text-2" id="text-5">
<p>  We invite the following different kinds of contributions: </p>
<ul>
<li>full research or application papers (15 pages) describing recent research outcomes, mature work, prototypes, applications, or methodologies; authors of accepted full papers will be able to present their work in a 15 minute talk at the workshop </li>
<li>short position papers (5-10 pages) describing early work and new ideas that are not yet fully worked out; authors of short papers will be able to present their work in a 5-10 minute lightning talk at the workshop </li>
<li>demo outlines (5 pages) describing the demonstration of a software prototype in the poster and demo session during the workshop </li>
<li>poster descriptions (2 pages) outlining a poster to be presented in the poster and demo session during the workshop </li>
</ul>
<p>   All submissions must be written in English and must be formatted according to <a href="http://www.acm.org/sigs/publications/proceedings-templates">the ACM format</a>. Please <a href="http://www.easychair.org/conferences/?conf=swcs2012">submit your contributions electronically in PDF format</a>. </p>
<p>   For any further informations, please contact organizers via <a href="mailto:swcs2012@easychair.org">swcs2012@easychair.org</a>. </p>
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2012/01/30/semantic-web-collaborative-spaces-swcs-workshop-at-www-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KISSWIN congress: support for early career researchers</title>
		<link>http://kwarc.info/blog/2012/01/20/kisswin-congress-support-for-early-career-researchers/</link>
		<comments>http://kwarc.info/blog/2012/01/20/kisswin-congress-support-for-early-career-researchers/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 23:00:00 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[funding]]></category>
		<category><![CDATA[postdoc]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=981</guid>
		<description><![CDATA[On 2012-01-18 Wed I attended the KISSWIN congress, an information event about support for early career researchers: career paths funding possibilities networking possibilities Their homepage contains a lot of helpful information, which I can highly recommend – at least for getting started with things. The information applies to anyone interested in a scientific career in [...]]]></description>
				<content:encoded><![CDATA[<p>On <span class="timestamp-wrapper"> <span class="timestamp">2012-01-18 Wed</span></span> I attended the <a href="http://www.kisswin.de/kisswin/tagung/tagung-2012.html">KISSWIN congress</a>, an information event about support for early career researchers: </p>
<ul>
<li>career paths </li>
<li>funding possibilities </li>
<li>networking possibilities </li>
</ul>
<p><a href="http://www.kisswin.de/en">Their homepage</a> contains a lot of helpful information, which I can highly recommend – at least for getting started with things.  The information applies to anyone interested in a scientific career in Germany.  Not all information is as detailed as I would like it to be, but in addition they also offer <a href="http://www.kisswin.de/en/kisswin/seminars.html">career seminars</a>: </p>
<ul>
<li><a href="http://www.kisswin.de/en/kisswin/seminars/seminar-for-doctoral-students.html">for Ph.D. students</a> </li>
<li><a href="http://www.kisswin.de/en/kisswin/seminars/post-doctoral-seminar.html">for postdocs</a> </li>
<li><a href="http://www.kisswin.de/en/kisswin/seminars/htbp-seminar.html">“how to become a professor”</a> </li>
</ul>
<p>Unfortunately, as any other project, KISSWIN is limited in time.  If I understood correctly, the proper project will run until the end of 2012, whereas they intend to offer some services (such as the homepage) beyond that.  So take the opportunities! </p>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2012/01/20/kisswin-congress-support-for-early-career-researchers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An old Subversion annoyance finally explained</title>
		<link>http://kwarc.info/blog/2011/07/07/an-old-subversion-annoyance-finally-explained/</link>
		<comments>http://kwarc.info/blog/2011/07/07/an-old-subversion-annoyance-finally-explained/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 18:34:15 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[authz]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=961</guid>
		<description><![CDATA[I finally found the explanation for a Subversion misbehavior that has been annoying me for a long time. Many repositories of KWARC projects have a world-readable root, whereas access to certain subdirectories is restricted. Now, when checking out such repositories, I never got those subdirectories. So I always ended up doing another checkout for them, [...]]]></description>
				<content:encoded><![CDATA[<p>I finally found the explanation for a <a href="http://subversion.tigris.org">Subversion</a> misbehavior that has been annoying me for a long time. Many repositories of <a href="http://kwarc.info">KWARC</a> projects have a world-readable root, whereas access to certain subdirectories is restricted. Now, when checking out such repositories, I never got those subdirectories. So I always ended up doing another checkout for them, but that meant that inside the working copy of the overall repository I had a directory “sub”, which appeared as an unversioned item from above, but was an independent working copy of “sub” in itself – not quite convenient, as that makes it impossible to commit changes in the whole repository at once.</p>
<p>The  Subversion book explains why that is the case (quoting from the section on “<a href="http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html">path-based authorization</a>”):</p>
<blockquote><p>
<strong>Partial Readability and Checkouts</strong></p>
<p>If you&#8217;re using Apache as your Subversion server and have made certain subdirectories of your repository unreadable to certain users, you need to be aware of a possible nonoptimal behavior with <strong>svn checkout</strong>.</p>
<p>When the client requests a checkout or update over HTTP, it makes a single server request and receives a single (often large) server response. When the server receives the request, that is the <em>only</em> opportunity Apache has to demand user authentication. This has some odd side effects. For example, if a certain subdirectory of the repository is readable only by user Sally, and user Harry checks out a parent directory, his client will respond to the initial authentication challenge as Harry. As the server generates the large response, there&#8217;s no way it can resend an authentication challenge when it reaches the special subdirectory; thus the subdirectory is skipped altogether, rather than asking the user to reauthenticate as Sally at the right moment. In a similar way, if the root of the repository is anonymously world-readable, the entire checkout will be done without authentication—again, skipping the unreadable directory, rather than asking for authentication partway through.
</p></blockquote>
<p>As a workaround, you temporarily have to restrict access to the root directory, while checking out.</p>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2011/07/07/an-old-subversion-annoyance-finally-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SePublica@ESWC Workshop on Semantic Publication (May 30, Crete), LNCS Post-proceedings, Best Paper Award by Elsevier</title>
		<link>http://kwarc.info/blog/2011/01/16/sepublica-workshop-on-semantic-publication-may-29-or-30-crete/</link>
		<comments>http://kwarc.info/blog/2011/01/16/sepublica-workshop-on-semantic-publication-may-29-or-30-crete/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 12:58:48 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[ESWC 2011]]></category>
		<category><![CDATA[semantic documents]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=962</guid>
		<description><![CDATA[I am a chair of the following workshop (and Michael is on the PC), which is closely related to KWARC&#8217;s research interests (specifically KWARC-relevant topics highlighted below): 1st International Workshop on Semantic Publication (SePublica 2011) at the 8th Extended Semantic Web Conference (ESWC 2011) May 30th, Hersonissos, Crete, Greece Keynote by Steve Pettifer, Manchester University, [...]]]></description>
				<content:encoded><![CDATA[<p>I am a chair of the following workshop (and Michael is on the PC), which is closely related to KWARC&#8217;s research interests (specifically KWARC-relevant topics highlighted below):</p>
<p><a href="http://sepublica.mywikipaper.org">1st International Workshop on Semantic Publication (SePublica 2011)<br />
</a>at the <a href="http://www.eswc2011.org">8th Extended Semantic Web Conference (ESWC 2011)</a><br />
May 30th, Hersonissos, Crete, Greece</p>
<p>Keynote by Steve Pettifer, Manchester University, UK: “Utopia Documents and The Semantic Biochemical Journal experiment”</p>
<p><strong>SUBMISSION DEADLINE (extended) March 4</strong></p>
<p><strong>Highlights:</strong></p>
<ul>
<li> <a href="http://sepublica.mywikipaper.org/drupal/18">Best Paper Award sponsored by Elsevier</a>: US$ 750+250 for the most innovative and feasible proposal concerning semantic publishing</li>
<li> <a href="http://sepublica.mywikipaper.org/drupal/3#lncs">Springer LNCS post-proceedings</a>: A selection of revised versions of the best submissions will be published in the “ESWC 2011 Workshop Highlights” LNCS volume.</li>
</ul>
<p>The MISSION of the SePublica workshop is to bring together researchers and practitioners dealing with different aspects of Semantic Technologies in the Publishing Industry. How is the Semantic Web impacting the publishing industry? How is our experience of publications changing because of Semantic Web technologies being applied to the publishing industry?</p>
<p><span id="more-962"></span></p>
<p>The CHALLENGE of the Semantic Web is to allow the Web to move from a dissemination platform to an interactive platform for networked information. The Semantic Web promises to “fundamentally change our experience of the Web”. In spite of improvements in the distribution, accessibility and retrieval of information, little has changed in the publishing industry so far. The Web has succeeded as a <em>dissemination platform for scientific</em> and non-scientific <em>papers</em>, news, and <em>communication </em>in general; however, most of that information remains locked up in discrete documents, which are poorly interconnected to one another and to the Web. <em>The connectivity tissues provided by RDF technology and the Social Web have barely made an impact on scientific communication</em> <em>nor on ebook publishing, neither on the format of publications, nor on repositories and digital libraries. The worst problem is in accessing and reusing the computable data which the literature represents and describes.</em></p>
<ul>
<li><em>Consider research publications: Data sets and code are essential elements of data intensive research, but these are absent when the research is recorded and preserved in perpetuity by way of a scholarly journal article.</em></li>
<li>Or consider news reports: Governments increasingly make public sector information available on the Web, and reporters use it, but news reports very rarely contain fine-grained links to such data sources.</li>
</ul>
<h2>QUESTIONS AND TOPICS OF INTEREST</h2>
<ul>
<li><em>What does a network of truly interconnected papers look like? How could interoperability across documents be enabled?</em></li>
<li><em>How could concept-centric social networks emerge?</em></li>
<li><em>Are blogs and wikis new means for scholarly communication?</em></li>
<li>What lessons can be learned from humanities and social science publishers (i.e. going beyond scientific publishing towards scholarly publishing)?</li>
<li><em>How could we move beyond the PDF? </em>How can we embed and link semantics in EPUB and other e-book formats?</li>
<li><em>How are digital libraries related to semantic e-science? What is the relationship between a paper and its digital library?</em></li>
<li><em>How could we realize a paper with an API? How could we have a paper as a database, as a knowledge base?</em></li>
<li><em>How is the paper an interface, gateway, to the web of data? How could such and interface be delivered in a contextual manner?</em></li>
<li><em>How could RDF(a) and ontologies be used to represent the knowledge encoded in scientific documents</em> and in general-interest media publications?</li>
<li><em>What ontologies do we need for representing structural elements in a document?</em></li>
<li><em>How can we capture the semantics of rhetorical structures in scholarly communication, and of hypotheses and scientific evidence?</em></li>
</ul>
<h2>AUDIENCE</h2>
<p>&nbsp;</p>
<ul>
<li>researchers from diverse backgrounds such as argumentative structures, scholarly communication, multi-modality in publications, digital libraries, semantics in publications, and ontology engineers.</li>
<li>practitioners active in the publishing industry, repositories of experimental information and document standards.</li>
</ul>
<h2>IMPORTANT DATES</h2>
<p>Paper/Demo Submission Deadline (extended): March 4, 23:59 Hawaii Time<br />
Acceptance Notification: April 1<br />
Camera Ready Version: April 15<br />
SePublica Workshop: May 30</p>
<h2>SUBMISSION AND PROCEEDINGS</h2>
<p>Research papers are limited to 12 pages and position papers to 5 pages. For system descriptions, a 5 page paper should be submitted. All papers and system descriptions should be formatted according to <a href="http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0">the LNCS format</a>.</p>
<p><em>We encourage the submission of semantic documents. LaTeX documents in the LNCS format can, e.g., be annotated using</em> <a href="http://salt.semanticauthoring.org">SALT</a> or <em><a href="http://trac.kwarc.info/sTeX/">sTeX</a></em>. <em>We also invite submissions in XHTML+RDFa</em> or in the format or YOUR semantic publishing tool.</p>
<p>However, to ensure a fair review procedure, authors must additionally export them to PDF.  For submissions that are not in the LNCS PDF format, 400 words count as one page. Submissions that exceed the page limit will be rejected without review.</p>
<p>Depending on the number and quality of submissions, authors might be invited to present their papers during a poster session.</p>
<p>Please <a href="http://www.easychair.org/conferences/?conf=sepublica2011">submit your paper via EasyChair</a></p>
<p>The author list does not need to be anonymized, as we do not have a double-blind review process in place.</p>
<p>Submissions will be peer reviewed by three independent reviewers. Accepted papers have to be presented at the workshop (requires registering for <a href="http://www.eswc2011.org">the ESWC conference</a> and the workshop) and will be included in the workshop proceedings that are published online at <a href="http://ceur-ws.org">CEUR-WS</a>.</p>
<h2>PROGRAM COMMITTEE</h2>
<ul>
<li><a href="http://www.unbsj.ca/sase/csas/facultyPage.php?member=Dr.%20Christopher%20Baker">Christopher Baker</a>, University of New Brunswick, Saint John, Canada</li>
<li><a href="http://www.hcklab.org/people/pc/">Paolo Ciccarese</a>, Harvard Medical School, USA (SWAN)</li>
<li><a href="http://www.mghmind.org/Faculty/clark_tim.html">Tim Clark</a>, Harvard Medical School, USA (SWAN)</li>
<li><a href="http://www.dia.fi.upm.es/index.php?page=oscar-corcho&amp;hl=en_US">Oscar Corcho</a>, Politecnica de Madrid, Spain</li>
<li><em><a href="http://metameso.org/~joe/">Joe Corneli</a>, Open University, UK (PlanetMath)</em></li>
<li><em><a href="http://openspring.net/">Stéphane Corlosquet</a>, Massachusetts General Hospital, USA (Drupal)</em></li>
<li><em><a href="http://www.ida.liu.se/~her/">Henrik Eriksson</a>, Linköping University, Sweden</em></li>
<li><a href="http://i9606.blogspot.com/">Benjamin Good</a>, Genomic Institute, Novartis, USA</li>
<li><em><a href="http://kwarc.info/kohlhase/">Michael Kohlhase</a>, Jacobs University, Germany</em></li>
<li><a href="http://knowledgehives.com/lang-en/team">Sebastian Kruk</a>, knowledgehives.com, Poland</li>
<li><a href="http://www.salzburgresearch.at/person/kurz-thomas/">Thomas Kurz</a>, Salzburg Research, Austria</li>
<li><a href="http://aig.cs.man.ac.uk/people/srp/">Steve Pettifer</a>, Manchester University, UK</li>
<li><a href="http://samwald.info/">Matthias Samwald</a>, Information Retrieval Facility, Austria</li>
<li><a href="http://jodischneider.com/">Jodi Schneider</a>, DERI, NUI Galway, Ireland</li>
<li><a href="http://www.dsoergel.com/">Dagobert Soergel</a>, University of Maryland, USA</li>
<li><a href="http://www.cs.man.ac.uk/~stevensr/">Robert Stevens</a>, Manchester University, UK</li>
</ul>
<h2>ORGANIZING COMMITTEE</h2>
<ul>
<li><em><a href="http://www.alexandergarcia.name/">Alexander García Castro</a>, University of Bremen, Germany</em></li>
<li><em><a href="http://kwarc.info/clange/">Christoph Lange</a>, Jacobs University Bremen, Germany</em></li>
<li><em><a href="http://elsatglabs.com/labs/anita/">Anita de Waard</a>, Elsevier, USA/Netherlands</em></li>
<li><a href="http://evansandhaus.com/">Evan Sandhaus</a>, New York Times, USA</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2011/01/16/sepublica-workshop-on-semantic-publication-may-29-or-30-crete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TEI Guidelines mention MathML, OpenMath, and OMDoc</title>
		<link>http://kwarc.info/blog/2010/07/31/tei-guidelines-mention-mathml-openmath-and-omdoc/</link>
		<comments>http://kwarc.info/blog/2010/07/31/tei-guidelines-mention-mathml-openmath-and-omdoc/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 13:06:35 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[mathml]]></category>
		<category><![CDATA[OMDoc]]></category>
		<category><![CDATA[OpenMath]]></category>
		<category><![CDATA[semantic documents]]></category>
		<category><![CDATA[formulae]]></category>
		<category><![CDATA[formulæ]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[tei]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=959</guid>
		<description><![CDATA[Someone in the humanities must be interested in OMDoc. I was really surprised to find a reference to OMDoc in the section “Formulæ and Mathematical Expressions” guidelines (a.k.a. specification) for TEI. TEI (Text Encoding Initiative) is the standard semantic markup language for humanities, social sciences and linguistics, much like DocBook for technical manuals. All that [...]]]></description>
				<content:encoded><![CDATA[<p>Someone in the humanities must be interested in <a href="http://www.omdoc.org">OMDoc</a>. I was really surprised to find a reference to OMDoc in <a href="http://www.tei-c.org/release/doc/tei-p5-doc/en/html/FT.html#FTFOR">the section “Formulæ and Mathematical Expressions”</a> guidelines (a.k.a. specification) for TEI. <a href="http://www.tei-c.org">TEI (Text Encoding Initiative)</a> is the standard semantic markup language for humanities, social sciences and linguistics, much like <a href="http://www.docbook.org">DocBook</a> for technical manuals. All that TEI itself has is an element <em>&lt;formula notation=&#8221;&#8230;&#8221;/&gt;</em>, where <em>notation </em>refers to the language in which the formula is represented. But the guidelines refer to some mathematical markup languages, from which the document author is asked to “make an informed choice”:</p>
<ul>
<li>TeX – the obvious candidate, also used in some examples</li>
<li>MathML – the obvious candidate when XML is desired.  They give one Presentation MathML example but also mention Content MathML.</li>
<li>OpenMath – much less expected. Nice to see that here. Oh the other hand, the links to the OpenMath standard are outdated. I should probably report that.</li>
<li>OMDoc – I didn&#8217;t expect that at all.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2010/07/31/tei-guidelines-mention-mathml-openmath-and-omdoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenMath CDs as Linked Data</title>
		<link>http://kwarc.info/blog/2010/06/30/openmath-cds-as-linked-data/</link>
		<comments>http://kwarc.info/blog/2010/06/30/openmath-cds-as-linked-data/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 11:54:04 +0000</pubDate>
		<dc:creator>Christoph</dc:creator>
				<category><![CDATA[clange]]></category>
		<category><![CDATA[OpenMath]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[RDF]]></category>

		<guid isPermaLink="false">http://kwarc.info/blog/?p=956</guid>
		<description><![CDATA[I am currently pursuing the integration of OpenMath Content Dictionaries (CDs) into the Web of Data. (Here is the agenda, which I will present and discuss at the upcoming OpenMath workshop.) The motivation is that mathematical knowledge is currently underrepresented on the Web of Data, but that it is needed for certain use cases, such [...]]]></description>
				<content:encoded><![CDATA[<p>I am currently pursuing the integration of <a href="http://www.openmath.org">OpenMath</a> Content Dictionaries (CDs) into the Web of Data. (<a href="http://arxiv.org/abs/1006.4057">Here is the agenda</a>, which I will present and discuss at <a href="http://cicm2010.cnam.fr/om/">the upcoming OpenMath workshop</a>.) The motivation is that mathematical knowledge is currently underrepresented on the Web of Data, but that it is needed for certain use cases, such as dealing in a reasonable way with all those numbers in statistical datasets published by governments.</p>
<p>Only now I discovered several blog posts, which are almost a year old, on the question whether something that is called “Linked Data” must use RDF. In the proposed OpenMath setup, we will primarily publish the OpenMath CDs themselves according to the Linked Data principles. That works, because the CDs and the symbols defined in them have URIs. The XML language, in which the CDs are written, is well known in the OpenMath community. It consists of a thin XML wrapper around the actual objects of interest, the so-called OpenMath objects, i.e. mathematical formulæ in a functional tree structure. When a web service wants to know how to compute, e.g., the <a href="http://en.wikipedia.org/wiki/Human_Development_Index">Human Development Index</a> of a country, assuming that the auxiliary data points <em>LE</em>, <em>ALI</em>, <em>GEI </em>and <em>GDP </em>are already known, it looks up the definition of the <em>HDI</em> symbol by its URI, e.g. <em>http://example.org/statistics#hdi</em>. It would request the CD as <em>application/openmath+xml</em>, locate the desired symbol, find out that its definition is <em>1/3 (LE + 2/3 ALI + 1/3 GEI + GDP)</em> (encoded as an OpenMath object), substitute the values it knows for the parameters, and let a computer algebra system do the computation.</p>
<p>Thus, my answers to these previous blog posts are:</p>
<ul>
<li>to <a href="http://cloudofdata.com/2009/07/does-linked-data-need-rdf/">Paul Miller&#8217;s “Does Linked Data need RDF?”</a>: No, it does not. OpenMath CDs also work. Well, in principle, at least for entirely OpenMath-based application scenarios, as sketched above. For making a real contribution, the data should <em>additionally</em> be made available as RDF (which is no problem for us, we have <a href="http://trac.kwarc.info/krextor/">the software for translation</a>), so that RDF-based Linked Data applications don&#8217;t get stuck on a link saying, e.g., the function used to compute this entry of our dataset is <a href="http://www.openmath.org/cd/arith1#sum">http://www.openmath.org/cd/arith1#sum</a>.</li>
<li>to <a href="http://cloudofdata.com/2009/07/does-linked-data-need-rdf/#dsq-comment-32468168">Toby Inkster&#8217;s comment on that blog post</a>: Yes, in principle we could convert a <em>whole</em> OpenMath CD to RDF. At the moment, I&#8217;m not doing this. I provide the complete structural <em>outline </em>of the CD (i.e. what symbols it contains, what metadata have been given for the CD and its symbols), but so far I have not implemented a translation of OpenMath objects to RDF. Why?
<ol>
<li>There is no suitable RDF representation of the ordered tree nature of mathematical expressions. Several people have tried it (e.g. <a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.1.3545&amp;rep=rep1&amp;type=pdf">[1]</a>, <a href="http://straymindcough.blogspot.com/2009/06/semantic-mathml.html">[2]</a>), but none of these representations have been adopted by the community, if they have been implemented at all.</li>
<li>RDF-based reasoning engines don&#8217;t understand mathematical expressions. They don&#8217;t know, e.g., what a bound variable is, so even if we expressed a formula in RDF, it would be useless.</li>
<li>Software that does understand mathematical expressions (e.g. a computer algebra system) can usually either process OpenMath, or a language for which translations from/to OpenMath have been implemented.</li>
</ol>
<p>Note that I have been thinking about what information from the OpenMath objects might reasonably be represented in RDF. In my own applications, I do make use of the information about what symbols occur in a formula (regardless of the depth at which they occur and the order), so I represent that information in the RDF I extract from OpenMath CDs. I have seen other applications that care about the symbol at the root of an expressions, such as the “plus” in <em>a+2b²</em>, so that could as well be represented in RDF. One could also think about applications making use of OpenMath objects in CDs obtaining them from the RDF representation of a CD, as <em>XMLLiteral</em>s. (That could entirely replace the XML-based CD format without losing expressivity, but I&#8217;m sure the OpenMath community wouldn&#8217;t like that.)</li>
<li>to <a href="http://blog.iandavis.com/2009/07/the-linked-data-brand">Ian Davis&#8217; blog post</a>: I do not agree with the idea that the term Linked Data may only be used together with RDF. I will continue to call what I&#8217;m doing with OpenMath “Linked Data”. However, being aware of the ubiquity of RDF and the software supporting it, I will also make RDF data available for the OpenMath CDs, so the difference is a philosophical one.</li>
</ul>
<p>And a general remark for the RDF community: Most OpenMath users don&#8217;t care. The OpenMath community is conservative, and it has tools that work with the OpenMath knowledge model and its concrete XML representation. In fact, both communities are quite similar. Both have their own standard, with useful applications, and they say: “Why should we need any other knowledge model or format? OpenMath/RDF is fine for us. We won&#8217;t use RDF/OpenMath. But of course we&#8217;d appreciate if you could come up with another real-world use case that uses OpenMath/RDF and shows its superiority.” (BTW, I would be interested in feedback from other communities whose original data you have published as RDF Linked Data. What attitudes to they have?)</p>
]]></content:encoded>
			<wfw:commentRss>http://kwarc.info/blog/2010/06/30/openmath-cds-as-linked-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
