<?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/"
	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>Hector G. Ceballos, PhD</title>
	<atom:link href="http://hgceballos.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hgceballos.wordpress.com</link>
	<description>Tecnologico de Monterrey, Campus Monterrey, Mexico</description>
	<lastBuildDate>Tue, 20 Dec 2011 03:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hgceballos.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Hector G. Ceballos, PhD</title>
		<link>http://hgceballos.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hgceballos.wordpress.com/osd.xml" title="Hector G. Ceballos, PhD" />
	<atom:link rel='hub' href='http://hgceballos.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Implications of Open World Assumption in Ontology Applications</title>
		<link>http://hgceballos.wordpress.com/2011/12/16/implications-of-open-world-assumption-in-ontology-applications/</link>
		<comments>http://hgceballos.wordpress.com/2011/12/16/implications-of-open-world-assumption-in-ontology-applications/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 20:54:32 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[bd-dl]]></category>
		<category><![CDATA[description logics]]></category>
		<category><![CDATA[DL]]></category>
		<category><![CDATA[Ontologies]]></category>
		<category><![CDATA[relational databases]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Spanish]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=283</guid>
		<description><![CDATA[Looking at newbies&#8217; questions in OWL forums [1], I came to notice that most computer science guys usually makes wrong assumptions about inference on ontologies. This is because we are used to work with relational databases and inference methods that assume that all possible information is known (closed-world assumption), which in fact possed the challenge of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=283&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Looking at newbies&#8217; questions in OWL forums [<a href="http://lists.w3.org/Archives/Public/public-owl-dev/2011JulSep/0008.html">1</a>], I came to notice that most computer science guys usually makes wrong assumptions about inference on ontologies. This is because we are used to work with relational databases and inference methods that assume that all possible information is known (closed-world assumption), which in fact possed the challenge of <em>information integration</em> in the first place.</p>
<p><span id="more-283"></span></p>
<p>In Description Logics (DL) knowledge bases (KBs), i.e. information represented through ontological formats and exploited through a concept reasoner, the Open World Assumption (OWA) makes that conclussions not only depend on information contained in the knowledge base, but also on unknown/missing and plausible information. This is, using information contained on it we can conclude that certain statement (query) holds, but we cannot simply deny it if there is no enough evidence. This is because the information that might draw the conclusion false might not be contained in the KB.</p>
<p>The concrete example discussed in the forum was: there are defined two partitions for a class on which the first one identifies individuals with at least one value for the property P (P min 1), meanwhile the second one identifies those individuals that do not have any value for P (P exactly 0). Both are cardinality constraints on property P.</p>
<p>Meanwhile reasoners can easily classify individuals in the first partition, they are not capable of classifying an individual in the second partition when an individual lacks of relations through P. The reason is that the reasoner assumes that that information might be missing in the KB. Then, how can be classified an individual in the second partition? The answer is simple, assert it directly in the KB:</p>
<p style="text-align:center;"><strong>I = P exactly 0 &amp;&amp; &#8230;</strong></p>
<p>This isn&#8217;t intuitive for people that has been educated on relational databases, but is quit clear for Ontology experts and concept reasoners can easily handle this kind of assertions.</p>
<p><strong>An example</strong></p>
<p>In order to clarify the matter you can see the following example, where people is divided in two partitions: those with children (Parent) and those without any children (NoParent).  There are two persons, Joseph and Jesus, such that the second is son of the first and he has no children. In the following Protege snapshots you can see how are classified both of them. Note the declaration of the second individual: Jesus = Person &amp;&amp; hasChild exactly 0. Inferences are shown with a yellow background and dashed lines.</p>
<p>&nbsp;</p>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_262" class="wp-caption aligncenter" style="width: 260px"><a href="http://hgceballos.files.wordpress.com/2011/07/parent.png"><img class="size-medium wp-image-262  " title="Persona con hijos (Parent)" src="http://hgceballos.files.wordpress.com/2011/07/parent.png?w=250&#038;h=166" alt="" width="250" height="166" /></a><p class="wp-caption-text">Person with children (Parent)</p></div></td>
<td>
<p><div id="attachment_263" class="wp-caption aligncenter" style="width: 260px"><a href="http://hgceballos.files.wordpress.com/2011/07/noparent.png"><img class="size-medium wp-image-263  " title="Persona sin hijos (NoParent)" src="http://hgceballos.files.wordpress.com/2011/07/noparent.png?w=250&#038;h=166" alt="" width="250" height="166" /></a><p class="wp-caption-text">Person without children (NoParent)</p></div></td>
</tr>
</tbody>
</table>
<p>Other alternatives have been proposed for solving this problem. For instance, it has been introduced an epistemic operator [<a href="http://www.dis.uniroma1.it/~rosati/publications/CDLLR06b.htm">2</a>] that allows to specify: given that all about property P is known. In this way you specify in the NoParent concept that information regarding children is completely known in the knowledge base. Nevertheless, as far as I know, concept reasoners do not support this operator yet.</p>
<p>You can find more information about OWA and hor to help your concept reasoner to decide on more complex partitions in [<a href="http://ontogenesis.knowledgeblog.org/1001">3</a>]. The example is a little unclear as long as authors define <em>Sex</em> as a class and <em>Male</em> and <em>Female</em> as its subclasses. If instead of <em>Sex</em> they would use <em>Animal</em>, the example would make more sense. This is, an animal is male or female, but not both at once.</p>
<p>(<a href="http://hgceballos.wordpress.com/2011/07/24/implicaciones-de-owa/">In spanish</a>)</p>
<p><strong>References</strong></p>
<div>[1] <a href="http://lists.w3.org/Archives/Public/public-owl-dev/2011JulSep/0008.html">http://lists.w3.org/Archives/Public/public-owl-dev/2011JulSep/0008.html</a></div>
<div>[2] <a href="http://www.dis.uniroma1.it/~rosati/publications/CDLLR06b.htm">http://www.dis.uniroma1.it/~rosati/publications/CDLLR06b.htm</a></div>
<div>[3] <a href="http://ontogenesis.knowledgeblog.org/1001">http://ontogenesis.knowledgeblog.org/1001</a></div>
<br />Filed under: <a href='http://hgceballos.wordpress.com/category/notes/'>Notes</a> Tagged: <a href='http://hgceballos.wordpress.com/tag/bd-dl/'>bd-dl</a>, <a href='http://hgceballos.wordpress.com/tag/description-logics/'>description logics</a>, <a href='http://hgceballos.wordpress.com/tag/dl/'>DL</a>, <a href='http://hgceballos.wordpress.com/tag/ontologies/'>Ontologies</a>, <a href='http://hgceballos.wordpress.com/tag/relational-databases/'>relational databases</a>, <a href='http://hgceballos.wordpress.com/tag/semantic-web/'>Semantic Web</a>, <a href='http://hgceballos.wordpress.com/tag/spanish/'>Spanish</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/283/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=283&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2011/12/16/implications-of-open-world-assumption-in-ontology-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>

		<media:content url="http://hgceballos.files.wordpress.com/2011/07/parent.png?w=300" medium="image">
			<media:title type="html">Persona con hijos (Parent)</media:title>
		</media:content>

		<media:content url="http://hgceballos.files.wordpress.com/2011/07/noparent.png?w=300" medium="image">
			<media:title type="html">Persona sin hijos (NoParent)</media:title>
		</media:content>
	</item>
		<item>
		<title>Implicaciones de Open World Assumption en Ontologías</title>
		<link>http://hgceballos.wordpress.com/2011/07/24/implicaciones-de-owa/</link>
		<comments>http://hgceballos.wordpress.com/2011/07/24/implicaciones-de-owa/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 06:00:43 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[bd-dl]]></category>
		<category><![CDATA[DL]]></category>
		<category><![CDATA[Ontologies]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Spanish]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=257</guid>
		<description><![CDATA[Revisando las respuestas a la duda de un newbie en el foro de OWL-DL [1], veo que hay muchos errores comunes en los que incurrimos los que venimos del área de computación y que estamos acostumbrados a trabajar con BD relacionales y métodos de inferencia en donde toda la información está disponible (closed-world assumption). Para [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=257&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Revisando las respuestas a la duda de un newbie en el foro de OWL-DL [<a href="http://lists.w3.org/Archives/Public/public-owl-dev/2011JulSep/0008.html">1</a>], veo que hay muchos errores comunes en los que incurrimos los que venimos del área de computación y que estamos acostumbrados a trabajar con BD relacionales y métodos de inferencia en donde toda la información está disponible (closed-world assumption).</p>
<p><span id="more-257"></span></p>
<p>Para el caso de Bases de Datos DL, esto es, modelos ontológicos explotados con un razonador de conceptos de por medio, la suposición del mundo abierto (Open World Assumption, OWA) establece que las conclusiones a las que se pueden llegar dependen no sólo de la información contenida en la BD-DL sino también de la que se desconoce. Es decir, con base en los hechos contenidos en ella podemos concluir que cierta afirmación (consulta) es cierta, pero no podemos simplemente negarla si no hay evidencia suficiente para ello. Esto se debe a que posiblemente, la información que haría falsa la afirmación podría no estar contenida en la BD.</p>
<p>El ejemplo concreto que se discutía en el foro era el siguiente: se definían dos particiones para una clase en las cuales la primera identificaba a individuos con al menos un valor asignado en la propiedad P (P min 1), mientras que la segunda identificaba a aquellos individuos que no tenían ningún valor asignado en dicha propiedad (P exactly 0). Ambas restricciones son de cardinalidad en la propiedad P.</p>
<p>Mientras los razonadores clasificaban correctamente a los individuos de la primera partición, no era posible clasificar a un individuo en la segunda a partir del hecho de que no estuviera ligado con otro recurso a través de P. La explicación es que el razonador asumía que aunque la propiedad no se había expresado explícitamente ésta aún podía ser cierta (aunque no se hubiera expresado en la BD). La solución al problema era expresar que cierto individuo I no estaba asociado a ningún otro valor o individuo a través de P, esto es: I = P exactly 0 &amp;&amp; &#8230;</p>
<p>Esto es algo que no se nos ocurre en primera instancia a los que hemos trabajado bajo la suposición del mundo cerrado (OPA). Sin embargo, en una BD-DL si es factible e incluso necesario hacerlo si es que queremos que el razonador haga una correcta clasificación.</p>
<p>Elaboré un sencillo ejemplo en el que las personas se dividen en dos particiones: las que tienen hijos (Parent) y las que no (NoParent). Describí dos individuos, Joseph y Jesus, donde el segundo es hijo del primero y el segundo no tiene hijos. Vean en las imágenes cómo son clasificados cuando se establece explícitamente Jesus = Person &amp;&amp; hasChild exactly 0. Las inferencias se muestran en amarillo y con líneas punteadas.</p>
<table border="0">
<tbody>
<tr>
<td>
<p><div id="attachment_262" class="wp-caption aligncenter" style="width: 260px"><a href="http://hgceballos.files.wordpress.com/2011/07/parent.png"><img class="size-medium wp-image-262  " title="Persona con hijos (Parent)" src="http://hgceballos.files.wordpress.com/2011/07/parent.png?w=250&#038;h=166" alt="" width="250" height="166" /></a><p class="wp-caption-text">Persona con hijos (Parent)</p></div></td>
<td>
<p><div id="attachment_263" class="wp-caption aligncenter" style="width: 260px"><a href="http://hgceballos.files.wordpress.com/2011/07/noparent.png"><img class="size-medium wp-image-263  " title="Persona sin hijos (NoParent)" src="http://hgceballos.files.wordpress.com/2011/07/noparent.png?w=250&#038;h=166" alt="" width="250" height="166" /></a><p class="wp-caption-text">Persona sin hijos (NoParent)</p></div></td>
</tr>
</tbody>
</table>
<p>Se han explorado otras opciones como la definición de operadores epistémicos [<a href="http://www.dis.uniroma1.it/~rosati/publications/CDLLR06b.htm">2</a>], que permite expresar en las consultas: dado que se conoce todo respecto a la propiedad P. Con este operador se podría expresar esta consideración en el concepto de la segunda partición y no habría necesidad de complementar la descripción de los individuos con sentencias como la de la imagen de arriba. Sin embargo, los razonadores DL actuales no lo soportan (as far as I know).</p>
<p>Pueden encontrar más información respecto a OWA y cómo ayudar al razonador en casos de particiones completas en [<a href="http://ontogenesis.knowledgeblog.org/1001">3</a>]. La explicación está muy completa pero el ejemplo es algo confuso dado que definen Sex como una clase y como subclasses a Male y Female. Si en lugar de <strong>Sex</strong> utilizaran <strong>Animal</strong> verían que los ejemplos cobran más sentido. Esto es, un animal es macho o hembra, pero no ambos a la vez.</p>
<p>(<a href="http://hgceballos.wordpress.com/2011/12/16/implications-of-open-world-assumption-in-ontology-applications/">En inglés</a>)</p>
<div><strong>Referencias</strong></div>
<div>[1] <a href="http://lists.w3.org/Archives/Public/public-owl-dev/2011JulSep/0008.html">http://lists.w3.org/Archives/Public/public-owl-dev/2011JulSep/0008.html</a></div>
<div>[2] <a href="http://www.dis.uniroma1.it/~rosati/publications/CDLLR06b.htm">http://www.dis.uniroma1.it/~rosati/publications/CDLLR06b.htm</a></div>
<div>[3] <a href="http://ontogenesis.knowledgeblog.org/1001">http://ontogenesis.knowledgeblog.org/1001</a></div>
<br />Filed under: <a href='http://hgceballos.wordpress.com/category/notes/'>Notes</a> Tagged: <a href='http://hgceballos.wordpress.com/tag/bd-dl/'>bd-dl</a>, <a href='http://hgceballos.wordpress.com/tag/dl/'>DL</a>, <a href='http://hgceballos.wordpress.com/tag/ontologies/'>Ontologies</a>, <a href='http://hgceballos.wordpress.com/tag/semantic-web/'>Semantic Web</a>, <a href='http://hgceballos.wordpress.com/tag/spanish/'>Spanish</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=257&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2011/07/24/implicaciones-de-owa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>

		<media:content url="http://hgceballos.files.wordpress.com/2011/07/parent.png?w=300" medium="image">
			<media:title type="html">Persona con hijos (Parent)</media:title>
		</media:content>

		<media:content url="http://hgceballos.files.wordpress.com/2011/07/noparent.png?w=300" medium="image">
			<media:title type="html">Persona sin hijos (NoParent)</media:title>
		</media:content>
	</item>
		<item>
		<title>Centrality as predictor of success in research groups</title>
		<link>http://hgceballos.wordpress.com/2011/07/01/centrality-as-predictor-of-success-in-research-groups/</link>
		<comments>http://hgceballos.wordpress.com/2011/07/01/centrality-as-predictor-of-success-in-research-groups/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 18:05:44 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Research topics]]></category>
		<category><![CDATA[Research assets]]></category>
		<category><![CDATA[SIIP]]></category>
		<category><![CDATA[Social Networks]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=244</guid>
		<description><![CDATA[Can we predict if a research group will have a sucessful collaboration? Based on the behavior of other groups and the publication history of  a candidate group we might be capable of detetermine it. The problem Having observed the formation and evolution of research groups, as well as their scientific production, we have enough information for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=244&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://hgceballos.files.wordpress.com/2011/06/question-mark.png"><img class="alignleft size-full wp-image-220" title="question-mark" src="http://hgceballos.files.wordpress.com/2011/06/question-mark.png?w=600" alt=""   /></a></p>
<p>Can we predict if a research group will have a sucessful collaboration? Based on the behavior of other groups and the publication history of  a candidate group we might be capable of detetermine it.</p>
<h2><span id="more-244"></span>The problem</h2>
<p>Having observed the formation and evolution of research groups, as well as their scientific production, we have enough information for identifying those factors that foresight a successful colaboration. One of the factors of success is the number of publications that participants produce. Among the diverse factors that intervene on the productivity of the group we are interested on identifying those that contribute to the success of the group, measured in terms of external coauthors and the number of publications.</p>
<p>Members of a group might eventually develop divergent reasearch lines and decide to split. New groups will have a behavior different  to the original  group one: scientific production might increase or decrease.  Based on the expectation of overall scientific production, the university must decide if it will support the formation of the new group or it will discourage the separation.</p>
<h2>The approach</h2>
<p>Treating a research group as a social network of coauthors, we will try to determine a correlation between centrality measures and success factors. This information will be used for predicting if a new candidate group will have a high scientific production. It can also be useful for assessing cooperation between groups.</p>
<p>* Suitable for masters students.</p>
<br />Filed under: <a href='http://hgceballos.wordpress.com/category/research-topics/'>Research topics</a> Tagged: <a href='http://hgceballos.wordpress.com/tag/research-assets/'>Research assets</a>, <a href='http://hgceballos.wordpress.com/tag/siip/'>SIIP</a>, <a href='http://hgceballos.wordpress.com/tag/social-networks/'>Social Networks</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/244/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=244&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2011/07/01/centrality-as-predictor-of-success-in-research-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>

		<media:content url="http://hgceballos.files.wordpress.com/2011/06/question-mark.png" medium="image">
			<media:title type="html">question-mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Integrating publications through semantic web mining</title>
		<link>http://hgceballos.wordpress.com/2011/07/01/integrating-publications-through-semantic-web-mining/</link>
		<comments>http://hgceballos.wordpress.com/2011/07/01/integrating-publications-through-semantic-web-mining/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 15:11:37 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Research topics]]></category>
		<category><![CDATA[Data Integration]]></category>
		<category><![CDATA[Information synchronization]]></category>
		<category><![CDATA[Ontologies]]></category>
		<category><![CDATA[Research assets]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SIIP]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=237</guid>
		<description><![CDATA[Professor&#8217;s publications are available in the Web, but how can we integrate this information into a single repository when sources are dynamic? We are dealing with information synchronization rather than data integration. The Large Knowledge Collider can help in this task. The problem Now we can find multiple public databases on the Web with information of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=237&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://hgceballos.files.wordpress.com/2011/06/question-mark.png"><img class="alignleft size-full wp-image-220" title="question-mark" src="http://hgceballos.files.wordpress.com/2011/06/question-mark.png?w=600" alt=""   /></a></p>
<p>Professor&#8217;s publications are available in the Web, but how can we integrate this information into a single repository when sources are dynamic? We are dealing with <strong>information synchronization</strong> rather than data integration. The <a title="LarKC" href="http://www.larkc.eu/" target="_blank">Large Knowledge Collider</a> can help in this task.</p>
<h2><span id="more-237"></span>The problem</h2>
<p>Now we can find multiple public databases on the Web with information of publications. This information is valuable for universities as long as it provides an insightful indicator of professors and research gruops performance. Web sources are dynamic and have multiple formats, not only on the presentation format (RSS, XML, HTML) but also on the information structure (metadata).</p>
<p>Quantifying and qualifying this information cannot be done by simply aggregating and summing up. It is necessary to discarding duplicated publications and classifying them according to a taxonomy of publications which is associated to an evaluation schema.</p>
<h2>The approach</h2>
<p>We can use the <a title="LarKC" href="http://www.larkc.eu/" target="_blank">Large Knowledge Collider (LarKC)</a> for identifying suitable web sources, extract publications of our professors, combine them in a repository and assert new publications in an insitutional repository (SIIP).  The SIIP publications repository has a higly specialized structure that can be used as reference framework for distinguising and classifying found publications.</p>
<p>Information synchronization can be implemented through LarKC workflows. We would need components for: identifying publication databases (IDENTIFY), extracting publications (TRANSFORM) from our professors (SELECT), compare them with those stored in our repository (REASON), and distinguish new information (DECIDE).</p>
<p>This topic is suitable for summer interships or a masters student.</p>
<br />Filed under: <a href='http://hgceballos.wordpress.com/category/research-topics/'>Research topics</a> Tagged: <a href='http://hgceballos.wordpress.com/tag/data-integration/'>Data Integration</a>, <a href='http://hgceballos.wordpress.com/tag/information-synchronization/'>Information synchronization</a>, <a href='http://hgceballos.wordpress.com/tag/ontologies/'>Ontologies</a>, <a href='http://hgceballos.wordpress.com/tag/research-assets/'>Research assets</a>, <a href='http://hgceballos.wordpress.com/tag/semantic-web/'>Semantic Web</a>, <a href='http://hgceballos.wordpress.com/tag/siip/'>SIIP</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=237&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2011/07/01/integrating-publications-through-semantic-web-mining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>

		<media:content url="http://hgceballos.files.wordpress.com/2011/06/question-mark.png" medium="image">
			<media:title type="html">question-mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Applying CAID to a community radio</title>
		<link>http://hgceballos.wordpress.com/2011/06/29/applying-caid-to-a-community-radio/</link>
		<comments>http://hgceballos.wordpress.com/2011/06/29/applying-caid-to-a-community-radio/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 16:48:28 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Research topics]]></category>
		<category><![CDATA[CAID]]></category>
		<category><![CDATA[Community projects]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=226</guid>
		<description><![CDATA[Participation of citizens in social projects is becoming a necessity in a world where governments no longer satisfy population needs. Can we provide an organizative framework for NGOs based on CAID? There is a community radio interested in the approach. The problem Participation in social projects is chaotic in many cases. The participation is voluntary, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=226&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://hgceballos.files.wordpress.com/2011/06/question-mark.png"><img class="alignleft size-full wp-image-220" title="question-mark" src="http://hgceballos.files.wordpress.com/2011/06/question-mark.png?w=600" alt=""   /></a></p>
<p>Participation of citizens in social projects is becoming a necessity in a world where governments no longer satisfy population needs. Can we provide an organizative framework for NGOs based on CAID? There is a community radio interested in the approach.</p>
<h2><span id="more-226"></span>The problem</h2>
<p>Participation in social projects is chaotic in many cases. The participation is voluntary, irregular and scarce, which may attempt with the continuity of the project. A clear definition and aligning of goals around projects might help to schedule and plan activities, hence optimizing the contribution of participants.</p>
<h2>The approach</h2>
<p>Modeling processes and priorize goals. Measure differences on the level of participation and goal achievements with and without goal alignment. Test robustness of process specifications when conditions changes; for instance, an expert leaves the project or a new need arises. Optimize the participation of members through a capabilities inventory. Measure the incorporation of new members to the group.</p>
<br />Filed under: <a href='http://hgceballos.wordpress.com/category/research-topics/'>Research topics</a> Tagged: <a href='http://hgceballos.wordpress.com/tag/caid/'>CAID</a>, <a href='http://hgceballos.wordpress.com/tag/community-projects/'>Community projects</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=226&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2011/06/29/applying-caid-to-a-community-radio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>

		<media:content url="http://hgceballos.files.wordpress.com/2011/06/question-mark.png" medium="image">
			<media:title type="html">question-mark</media:title>
		</media:content>
	</item>
		<item>
		<title>Information integration through SCNs</title>
		<link>http://hgceballos.wordpress.com/2011/06/23/information-integration-through-scns/</link>
		<comments>http://hgceballos.wordpress.com/2011/06/23/information-integration-through-scns/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 04:02:20 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Research topics]]></category>
		<category><![CDATA[Data Integration]]></category>
		<category><![CDATA[Ontologies]]></category>
		<category><![CDATA[SBCM]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=207</guid>
		<description><![CDATA[How to assign meaning to information stored in large databases or small data files? Or, technically,  how to load structured data into a RDF Store using semantic descriptors? The problem Currently, information resides mainly in structured or semi-structured formats like databases, excel files and recently XMLs. Information integration is usually made through batch processes on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=207&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://hgceballos.files.wordpress.com/2011/06/question-mark.png"><img class="alignleft" title="question-mark" src="http://hgceballos.files.wordpress.com/2011/06/question-mark.png?w=77&#038;h=77" alt="" width="77" height="77" /></a>How to assign meaning to information stored in large databases or small data files? Or, technically,  how to load structured data into a RDF Store using semantic descriptors?</p>
<p><span id="more-207"></span></p>
<h2>The problem</h2>
<p>Currently, information resides mainly in structured or semi-structured formats like databases, excel files and recently XMLs. Information integration is usually made through batch processes on which information from multiple sources is translated into neutral schemas on regular basis. Programming this translation requires intensive application of knowledge by experts on original schemas and the formulation of data cleaning routines that has been systematized through ETLs. Additionally, this process is excessively expensive for small files with few data with unusual formats.</p>
<h2>The approach</h2>
<p>The same idea of annotating Bayesian networks with semantic descriptors can be applied to structured formats. Dependencies between semantic variables will determine precedence relationships among variables (columns of data). The causal belief propagation algorithm is then used for recovering individuals and asserting relationships and new constants. The information would be integrated into a RDF graph.</p>
<h2>Advantages</h2>
<ul>
<li>Annotations can be reused in similar files.</li>
<li>The mechanism is time efficient for small files.</li>
<li>The target schema (ontology) would be defined on the fly.</li>
</ul>
<br />Filed under: <a href='http://hgceballos.wordpress.com/category/research-topics/'>Research topics</a> Tagged: <a href='http://hgceballos.wordpress.com/tag/data-integration/'>Data Integration</a>, <a href='http://hgceballos.wordpress.com/tag/ontologies/'>Ontologies</a>, <a href='http://hgceballos.wordpress.com/tag/sbcm/'>SBCM</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=207&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2011/06/23/information-integration-through-scns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>

		<media:content url="http://hgceballos.files.wordpress.com/2011/06/question-mark.png" medium="image">
			<media:title type="html">question-mark</media:title>
		</media:content>
	</item>
		<item>
		<title>F. Cantu and H. Ceballos. A multiagent knowledge and information network approach for managing research assets. ESWA, 2010</title>
		<link>http://hgceballos.wordpress.com/2010/07/01/f-cantu-and-h-ceballos-a-multiagent-knowledge-and-information-network-approach-for-managing-research-assets-expert-systems-with-applications-july-2010/</link>
		<comments>http://hgceballos.wordpress.com/2010/07/01/f-cantu-and-h-ceballos-a-multiagent-knowledge-and-information-network-approach-for-managing-research-assets-expert-systems-with-applications-july-2010/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 21:10:04 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Publications]]></category>
		<category><![CDATA[Francisco Cantu]]></category>
		<category><![CDATA[Knowledge management]]></category>
		<category><![CDATA[Knowledge-based systems]]></category>
		<category><![CDATA[Multiagent systems]]></category>
		<category><![CDATA[Ontologies]]></category>
		<category><![CDATA[Research assets]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=43</guid>
		<description><![CDATA[Download: At Springer &#124; Full-text Abstract We describe a knowledge and information network approach for managing research assets in a knowledge-oriented organization using a multiagent system. The purpose of the approach is to provide decision makers a knowledge management framework to assist them in generating benefits from the knowledge assets developed by the research groups in a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=43&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Download: <a title="KIN_at_ESWA" href="http://www.sciencedirect.com/science/article/B6V03-4Y6J3T4-3/2/b0cf6e50363ec47ba32091f0faeac03f" target="_blank">At Springer</a> | <a href="http://hgceballos.files.wordpress.com/2011/01/article-in-press.pdf" target="_blank">Full-text</a></h3>
<p><a href="http://hgceballos.files.wordpress.com/2011/01/article-in-press.pdf" target="_blank"></a></p>
<h2>Abstract</h2>
<p>We describe a knowledge and information network approach for managing research assets in a knowledge-oriented organization using a multiagent system. The purpose of the approach is to provide decision makers a knowledge management framework to assist them in generating benefits from the knowledge assets developed by the research groups in a knowledge institution. The research assets under consideration are of three types: research products, intellectual capital and research programs. Research products include publications of various kinds, such as journal articles, research-based books, patents, technology licensing, trademarks, incubation of technology-based startup companies and others. Intellectual capital consists of the talent and expertise of research staff, such as professors, students and researchers. Research programs include academic curricula, research units, research infrastructure, and business incubators. The approach is supported by an intelligent platform that contains an information system, a multiagent-based system, a knowledge management system and a knowledge-information interpreter that coordinate repositories, domain ontologies and databases for handling the various types of research assets. The system provides a means for distributing existing research assets both within the organization and beyond, a variety of research reports, online consultations, a search engine, web services and data mining facilities for knowledge extraction. The knowledge and information generated by the system guide managers in defining strategies on competitiveness, for example, rankings, benchmarking, intellectual property and incubation of technology-based spin offs. The system has been operational at Tecnológico de Monterrey since August 2004, and has proved useful for both acquiring knowledge of research capabilities and for stimulating entrepreneurial science initiatives.</p>
<h2><strong>Cite as</strong></h2>
<p>Francisco J. Cantú and Héctor G. Ceballos. <strong><a href="http://www.sciencedirect.com/science/article/B6V03-4Y6J3T4-3/2/b0cf6e50363ec47ba32091f0faeac03f" target="_blank">A multiagent knowledge and information network approach for managing research assets</a></strong>. Expert Systems with Applications. Volume 37, Issue 7. July 2010. pp 5272-5284.</p>
<br />Filed under: <a href='http://hgceballos.wordpress.com/category/publications/'>Publications</a> Tagged: <a href='http://hgceballos.wordpress.com/tag/francisco-cantu/'>Francisco Cantu</a>, <a href='http://hgceballos.wordpress.com/tag/knowledge-management/'>Knowledge management</a>, <a href='http://hgceballos.wordpress.com/tag/knowledge-based-systems/'>Knowledge-based systems</a>, <a href='http://hgceballos.wordpress.com/tag/multiagent-systems/'>Multiagent systems</a>, <a href='http://hgceballos.wordpress.com/tag/ontologies/'>Ontologies</a>, <a href='http://hgceballos.wordpress.com/tag/research-assets/'>Research assets</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=43&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2010/07/01/f-cantu-and-h-ceballos-a-multiagent-knowledge-and-information-network-approach-for-managing-research-assets-expert-systems-with-applications-july-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>
	</item>
		<item>
		<title>H. Ceballos, P. Noriega and F. Cantu. Requesting agent participation in Electronic Institutions. AAMAS 2010</title>
		<link>http://hgceballos.wordpress.com/2010/05/10/h-ceballos-p-noriega-and-f-cantu-requesting-agent-participation-in-electronic-institutions-aamas-2010/</link>
		<comments>http://hgceballos.wordpress.com/2010/05/10/h-ceballos-p-noriega-and-f-cantu-requesting-agent-participation-in-electronic-institutions-aamas-2010/#comments</comments>
		<pubDate>Mon, 10 May 2010 15:58:35 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Publications]]></category>
		<category><![CDATA[Agent-oriented software engineering]]></category>
		<category><![CDATA[Electronic institutions]]></category>
		<category><![CDATA[Francisco Cantu]]></category>
		<category><![CDATA[Multiagent systems]]></category>
		<category><![CDATA[Pablo Noriega]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=62</guid>
		<description><![CDATA[Download: Full-text Abstract The Electronic Institutions (EIs) framework is designed forregulating interactions among heterogeneous agents in opensystems [1]. In EIs, agent interactions are speech acts whoseexchange is organized as conversation protocols called scenes.Agents can participate simultaneously in multiple scenesplaying a single role in each one of them. However, at somepoint, the execution of a given [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=62&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Download: <a href="http://hgceballos.files.wordpress.com/2007/10/2010_aamas_invprotocol.pdf" target="_blank">Full-text</a></h3>
<h2>Abstract</h2>
<p>The Electronic Institutions (EIs) framework is designed forregulating interactions among heterogeneous agents in opensystems [1]. In EIs, agent interactions are speech acts whoseexchange is organized as conversation protocols called scenes.Agents can participate simultaneously in multiple scenesplaying a single role in each one of them. However, at somepoint, the execution of a given scene may require the pres-ence of an agent playing a particular role. When such anagent is missing, a deadlock may ensue unless the institu-tion or the agents themselves can invoke the participationof an agent to play the missing role. Such functionality isnot provided in the current EI framework. We propose anextension of the framework that addresses that problem in ageneric way: the provision of an institutional agent in chargeof instantiating new agents and dispatching them to scenesthrough a participation request protocol. In this paper wemake the proposal precise and illustrate it with a use case.</p>
<h2>Cite as</h2>
<p>Hector G. Ceballos, Pablo Noriega and Francisco J. Cantu. Requesting agent participation in Electronic Institutions (Extended Abstract). Ninth International Conference On Autonomous Agents And Multiagent Systems (AAMAS 2010).  pp 1375-1376. Canada. ISBN:978-0-9826571-0-2.</p>
<br />Filed under: <a href='http://hgceballos.wordpress.com/category/publications/'>Publications</a> Tagged: <a href='http://hgceballos.wordpress.com/tag/agent-oriented-software-engineering/'>Agent-oriented software engineering</a>, <a href='http://hgceballos.wordpress.com/tag/electronic-institutions/'>Electronic institutions</a>, <a href='http://hgceballos.wordpress.com/tag/francisco-cantu/'>Francisco Cantu</a>, <a href='http://hgceballos.wordpress.com/tag/multiagent-systems/'>Multiagent systems</a>, <a href='http://hgceballos.wordpress.com/tag/pablo-noriega/'>Pablo Noriega</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=62&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2010/05/10/h-ceballos-p-noriega-and-f-cantu-requesting-agent-participation-in-electronic-institutions-aamas-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>
	</item>
		<item>
		<title>H. Ceballos, P. Noriega and F. Cantu. Dispatching Agents in Electronic Institutions. ITMAS 2010</title>
		<link>http://hgceballos.wordpress.com/2010/05/10/h-ceballos-p-noriega-and-f-cantu-dispatching-agents-in-electronic-institutions-first-workshop-on-infrastructures-and-tools-for-multiagent-systems-itmas-2010/</link>
		<comments>http://hgceballos.wordpress.com/2010/05/10/h-ceballos-p-noriega-and-f-cantu-dispatching-agents-in-electronic-institutions-first-workshop-on-infrastructures-and-tools-for-multiagent-systems-itmas-2010/#comments</comments>
		<pubDate>Mon, 10 May 2010 15:30:05 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Publications]]></category>
		<category><![CDATA[Agent-oriented software engineering]]></category>
		<category><![CDATA[Electronic institutions]]></category>
		<category><![CDATA[Francisco Cantu]]></category>
		<category><![CDATA[Multiagent systems]]></category>
		<category><![CDATA[Pablo Noriega]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=52</guid>
		<description><![CDATA[Download: Full-text Abstract In Electronic Institutions [1], agents may be prevented fromachieving their goals if other participants are not present ina given scene. In order to overcome this situation we proposethe addition of an institutional agent in charge of dispatch-ing agents to scenes through a participation request proto-col. We further propose to endow this agent with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=52&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Download: <span style="font-weight:normal;font-size:13px;"><a href="http://hgceballos.files.wordpress.com/2007/10/2010_itmas_invprotocol.pdf" target="_blank">Full-text</a></span></h3>
<h2>Abstract</h2>
<p>In Electronic Institutions [1], agents may be prevented fromachieving their goals if other participants are not present ina given scene. In order to overcome this situation we proposethe addition of an institutional agent in charge of dispatch-ing agents to scenes through a participation request proto-col. We further propose to endow this agent with the ca-pability of instantiating new agents, thus providing groundsfor a self-optimization of the system. Advantages of ourproposal are illustrated with the implementation of an in-formation auditing process.</p>
<h2>Cite as</h2>
<p>Hector G. Ceballos, Pablo Noriega and Francisco J. Cantu. Dispatching Agents in Electronic Institutions. First Workshop On Infrastructures And Tools For Multiagent Systems (ITMAS 2010), pp 26-33. Canada.</p>
<br />Filed under: <a href='http://hgceballos.wordpress.com/category/publications/'>Publications</a> Tagged: <a href='http://hgceballos.wordpress.com/tag/agent-oriented-software-engineering/'>Agent-oriented software engineering</a>, <a href='http://hgceballos.wordpress.com/tag/electronic-institutions/'>Electronic institutions</a>, <a href='http://hgceballos.wordpress.com/tag/francisco-cantu/'>Francisco Cantu</a>, <a href='http://hgceballos.wordpress.com/tag/multiagent-systems/'>Multiagent systems</a>, <a href='http://hgceballos.wordpress.com/tag/pablo-noriega/'>Pablo Noriega</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=52&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2010/05/10/h-ceballos-p-noriega-and-f-cantu-dispatching-agents-in-electronic-institutions-first-workshop-on-infrastructures-and-tools-for-multiagent-systems-itmas-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>
	</item>
		<item>
		<title>H. Ceballos and F. Cantu. Towards a Causal Framework for Intelligent Agents Development. MICAI 2009</title>
		<link>http://hgceballos.wordpress.com/2009/11/01/h-ceballos-and-f-cantu-towards-a-causal-framework-for-intelligent-agents-development-micai-2009/</link>
		<comments>http://hgceballos.wordpress.com/2009/11/01/h-ceballos-and-f-cantu-towards-a-causal-framework-for-intelligent-agents-development-micai-2009/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 17:07:02 +0000</pubDate>
		<dc:creator>hgceballos</dc:creator>
				<category><![CDATA[Publications]]></category>
		<category><![CDATA[CAID]]></category>
		<category><![CDATA[Causal Agent]]></category>
		<category><![CDATA[Causality]]></category>
		<category><![CDATA[Francisco Cantu]]></category>
		<category><![CDATA[Intelligent Agents]]></category>
		<category><![CDATA[Ontologies]]></category>

		<guid isPermaLink="false">http://hgceballos.wordpress.com/?p=66</guid>
		<description><![CDATA[Download: Full-text Abstract In this paper we present a Causal Artiﬁcial Intelligence Design (CAID) theory that borrows notions from Classical philosophy for modeling intelligent agents. Principles introduced by this theory are used for extending a goal-driven BDI architecture and implementing what we call Causal Agent. This architecture incorporates causal formalisms like Pearl’s Do calculus and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=66&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Download: <a href="http://hgceballos.files.wordpress.com/2007/10/2009_micai_paper.pdf">Full-text</a></h3>
<h2>Abstract</h2>
<p>In this paper we present a Causal Artiﬁcial Intelligence Design (CAID) theory that borrows notions from Classical philosophy for modeling intelligent agents. Principles introduced by this theory are used for extending a goal-driven BDI architecture and implementing what we call Causal Agent. This architecture incorporates causal formalisms like Pearl’s Do calculus and C+ which are adapted to Semantic Web knowledge representations. Our approach includes an ontological agent description that enables and justiﬁes the instantiation of agents as part of a plan. An experimental prototype used for validating experimentally our approach is commented.</p>
<h2>Cite as</h2>
<p>Héctor G. Ceballos and Francisco Cantú. <strong><a href="http://hgceballos.files.wordpress.com/2007/10/2009_micai_paper.pdf">Towards a Causal Framework for Intelligent Agents Development</a></strong>. In proceedings of the <em>8th</em> <em>Mexican International Conference On Artificial Intelligence (MICAI)</em>. México. pp 67-72. November 2009.</p>
<br />Posted in Publications Tagged: CAID, Causal Agent, Causality, Francisco Cantu, Intelligent Agents, Ontologies <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hgceballos.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hgceballos.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hgceballos.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hgceballos.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hgceballos.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hgceballos.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hgceballos.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hgceballos.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hgceballos.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hgceballos.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hgceballos.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hgceballos.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hgceballos.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hgceballos.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hgceballos.wordpress.com&amp;blog=2004786&amp;post=66&amp;subd=hgceballos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hgceballos.wordpress.com/2009/11/01/h-ceballos-and-f-cantu-towards-a-causal-framework-for-intelligent-agents-development-micai-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e870e5a68c9817cfd3ea3ef4dd6b74a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hgceballos</media:title>
		</media:content>
	</item>
	</channel>
</rss>
