<?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>Nick Vidal &#187; iss</title>
	<atom:link href="http://nick.iss.im/category/iss/feed/" rel="self" type="application/rss+xml" />
	<link>http://nick.iss.im</link>
	<description>(( nick . iss . im ))</description>
	<lastBuildDate>Wed, 20 Jul 2011 19:57:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Logos</title>
		<link>http://nick.iss.im/2010/03/25/logos/</link>
		<comments>http://nick.iss.im/2010/03/25/logos/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 19:00:50 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[ios]]></category>
		<category><![CDATA[iss]]></category>
		<category><![CDATA[itop]]></category>

		<guid isPermaLink="false">http://nick.iss.im/?p=458</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_464" class="wp-caption alignright" style="width: 106px"><img class="size-full wp-image-464" title="Instant Desktop Environment" src="http://nick.iss.im/wp-content/uploads/2010/03/itop.png" alt="Instant Desktop Environment" width="96" height="96" /><p class="wp-caption-text">Instant Desktop Environment</p></div>
<div id="attachment_463" class="wp-caption alignright" style="width: 106px"><img class="size-full wp-image-463" title="Instant Operating System" src="http://nick.iss.im/wp-content/uploads/2010/03/ios.png" alt="Instant Operating System" width="96" height="96" /><p class="wp-caption-text">Instant Operating System</p></div>
<div id="attachment_462" class="wp-caption alignright" style="width: 106px"><img class="size-full wp-image-462 " title="Instant Syndicating Standards" src="http://nick.iss.im/wp-content/uploads/2010/03/iss.png" alt="Instant Syndicatng Standards" width="96" height="96" /><p class="wp-caption-text">Instant Syndicating Standards</p></div>
<div id="attachment_461" class="wp-caption alignright" style="width: 106px"><img class="size-full wp-image-461 " title="Alpha CrucISS Webtop" src="http://nick.iss.im/wp-content/uploads/2010/03/alpha-cruciss.png" alt="Alpha CrucISS Webtop" width="96" height="96" /><p class="wp-caption-text">Alpha CrucISS Webtop</p></div>
<div id="attachment_460" class="wp-caption alignright" style="width: 106px"><img class="size-full wp-image-460" title="PolarISS" src="http://nick.iss.im/wp-content/uploads/2010/03/polariss.png" alt="PolarISS WebOS" width="96" height="96" /><p class="wp-caption-text">PolarISS WebOS</p></div>
<div id="attachment_459" class="wp-caption alignright" style="width: 106px"><img class="size-full wp-image-459" title="StarCloud" src="http://nick.iss.im/wp-content/uploads/2010/03/starcloud.png" alt="StarCloud" width="96" height="96" /><p class="wp-caption-text">StarCloud</p></div>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2010/03/25/logos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP and the Push Model</title>
		<link>http://nick.iss.im/2009/10/22/http-and-the-push-model/</link>
		<comments>http://nick.iss.im/2009/10/22/http-and-the-push-model/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 16:50:31 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[ios]]></category>
		<category><![CDATA[iss]]></category>

		<guid isPermaLink="false">http://nick.iss.im/?p=317</guid>
		<description><![CDATA[The Real-time Web seems to be the buzz of the moment, and there has been quite a debate comparing HTTP, XMPP and related technologies (Comet, Web sockets). Generally HTTP is associated with the Pull model, while XMPP is associated with the Push model. But it&#8217;s very well possible to design an architecture that follows the [...]]]></description>
			<content:encoded><![CDATA[<p>The Real-time Web seems to be the buzz of the moment, and there has been quite a debate comparing HTTP, XMPP and related technologies (Comet, Web sockets). Generally HTTP is associated with the Pull model, while XMPP is associated with the Push model. But it&#8217;s very well possible to design an architecture that follows the Push model using HTTP.</p>
<p>Let&#8217;s see an example to illustrated the point: Nick and Debbie are friends and they have subscribed to each other&#8217;s feed to receive updates. Their feeds are hosted on different servers.</p>
<p>In the Pull model, Nick has to poll Debbie&#8217;s server every time to check for updates from Debbie, and vice-versa.</p>
<p>In the Push model, the flow goes something like this:</p>
<ol>
<li> Debbie publishes a new entry on her server (Push);</li>
<li> Debbie&#8217;s server lets Nick&#8217;s server know that Debbie has published a new entry (Push);</li>
<li> Nick polls his own server to receive updates (Pull).</li>
</ol>
<p>Notice that the second step is a Push implemented in HTTP. Nick&#8217;s server didn&#8217;t have to poll Debbie&#8217;s server every time to check for updates.</p>
<p>In essence, this is what <a title="RSS Cloud" href="http://rsscloud.org/">RSSCloud</a> and <a title="PubSubHubBub" href="http://code.google.com/p/pubsubhubbub/">PubSubHubBub</a> are trying to accomplish: promoting an architectural design that follows the Push model using HTTP. <a title="Instant Syndicating Standards" href="http://iss.im">ISS</a> implementation on top of Drupal is also promoting this.</p>
<p>Yes, the third step is still the Pull model, but so what? Polling is only performed when the user is online and active, and strategies like the <a title="SessionLink" href="http://nick.iss.im/2009/06/03/the-sessionlink/">sessionLink</a> can help determine how frequently the client has to poll.</p>
<p>Regarding the ISS implementation on top of Drupal, when a user syndicates an entry to a channel, all friends that are subscribed to this channel are notified (even if they are from a different server). The notification to a different server is done via the Services module.</p>
<p>Since ISS encourages a more decentralized social network and the <a title="ISS Policies" href="http://nick.iss.im/2008/05/16/iss-policies/">ISS policies</a> limits who gets notified, this helps in terms of performance and scalability. The speed at which information propagates will only be limited by the speed of the social network to filter information, which guarantees a high quality and very personalized stream of information for each individual.</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2009/10/22/http-and-the-push-model/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TagCloud and TagLink in JSON</title>
		<link>http://nick.iss.im/2009/10/21/tagcloud-and-taglink-in-json/</link>
		<comments>http://nick.iss.im/2009/10/21/tagcloud-and-taglink-in-json/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:59:56 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[iss]]></category>

		<guid isPermaLink="false">http://nick.iss.im/?p=309</guid>
		<description><![CDATA[I&#8217;ve been working with JSON for quite a while now, and the more I use it, the more I love it.
The great majority of standards use XML, and ISS is no different. But we need to evolve.
As such, this is an example of how the tagcloud and taglink would be in JSON:

{"data":{
  "iss":{
  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with <a title="JSON" href="http://json.org">JSON</a> for quite a while now, and the more I use it, the more I love it.</p>
<p>The great majority of standards use XML, and ISS is no different. But we need to evolve.</p>
<p>As such, this is an example of how the tagcloud and taglink would be in JSON:</p>
<pre><code>
{"data":{
  "iss":{
    "science":{
      "tagcloud":{
        "year":["2006","2007","2008"],
        "syndicated":["0,0,0,0,0,0,4,23,45,32,34,31",
          "32,44,53,23,43,32,34,64,34,21,35,23",
          "43,23,34"]},
      "taglink":{
        "base":"http:\/\/nick.iss.im\/category\/science",
        "incoming":["http:\/\/debbie.iss.im\/category\/environment",
          "http:\/\/ribas.iss.im\/category\/work",...],
        "outgoing":["http:\/\/penny.iss.im\/category\/science",
          "http:\/\/ribas.iss.im\/category\/nature",...]}
    },...
  }
}}
</code></pre>
<p>What do you think? Feedback is welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2009/10/21/tagcloud-and-taglink-in-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photos from FISL 10</title>
		<link>http://nick.iss.im/2009/06/29/photos-from-fisl-10/</link>
		<comments>http://nick.iss.im/2009/06/29/photos-from-fisl-10/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:46:58 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[ios]]></category>
		<category><![CDATA[iss]]></category>
		<category><![CDATA[itop]]></category>

		<guid isPermaLink="false">http://nick.iss.im/?p=279</guid>
		<description><![CDATA[The 10th edition of FISL (International Free Software Forum) was a huge success, with over 8000 participants, including the presence of the president of Brazil, Luiz Inácio Lula da Silva!
Our presentation entitled ISS (Instant Syndicating Standards) was great! We gave a quick overview of ISS and many attendees got interested in our work. One of [...]]]></description>
			<content:encoded><![CDATA[<p>The 10th edition of <a title="FISL 10" href="http://fisl.softwarelivre.org/10/www/en">FISL (International Free Software Forum)</a> was a huge success, with over 8000 participants, including the presence of the president of Brazil, <a title="Lula" href="http://en.wikipedia.org/wiki/Lula">Luiz Inácio Lula da Silva</a>!</p>
<p>Our presentation entitled <a title="Instant Syndicating Standards" href="http://iss.im">ISS (Instant Syndicating Standards)</a> was great! We gave a quick overview of ISS and many attendees got interested in our work. One of the highlights of the presentation was when we used tennis balls to explain how the information would travel in the social network. It was really fun to see the balls been thrown from one side of the room to the other. Some photos of the presentation are shown below:</p>
<div id="attachment_280" class="wp-caption aligncenter" style="width: 310px"><a href="http://nick.iss.im/wp-content/uploads/2009/06/fisl1.jpg"><img class="size-medium wp-image-280" title="Bruna Griebeler at FISL 10" src="http://nick.iss.im/wp-content/uploads/2009/06/fisl1-300x225.jpg" alt="Bruna Griebeler at FISL 10" width="300" height="225" /></a><p class="wp-caption-text">Bruna Griebeler at FISL 10</p></div>
<div id="attachment_281" class="wp-caption aligncenter" style="width: 310px"><a href="http://nick.iss.im/wp-content/uploads/2009/06/fisl2.jpg"><img class="size-medium wp-image-281" title="Tiago Rosa da Silva at FISL 10" src="http://nick.iss.im/wp-content/uploads/2009/06/fisl2-300x225.jpg" alt="Tiago Rosa da Silva at FISL 10" width="300" height="225" /></a><p class="wp-caption-text">Tiago Rosa da Silva at FISL 10</p></div>
<div id="attachment_282" class="wp-caption aligncenter" style="width: 310px"><a href="http://nick.iss.im/wp-content/uploads/2009/06/fisl3.jpg"><img class="size-medium wp-image-282" title="Daniel Schmidt da Silva at FISL 10" src="http://nick.iss.im/wp-content/uploads/2009/06/fisl3-300x225.jpg" alt="Daniel Schmidt da Silva at FISL 10" width="300" height="225" /></a><p class="wp-caption-text">Daniel Schmidt da Silva at FISL 10</p></div>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2009/06/29/photos-from-fisl-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sharing Information, Services and Interactions in the Next Decade</title>
		<link>http://nick.iss.im/2009/06/16/sharing-information-services-and-interactions-in-the-next-decade/</link>
		<comments>http://nick.iss.im/2009/06/16/sharing-information-services-and-interactions-in-the-next-decade/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 19:54:49 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[ios]]></category>
		<category><![CDATA[iss]]></category>
		<category><![CDATA[itop]]></category>

		<guid isPermaLink="false">http://nick.iss.im/?p=214</guid>
		<description><![CDATA[Introduction
In the 90s, after Tim Berners-Lee created the World Wide Web at CERN research center, scientists around the world were able to share information with their colleagues by setting up their own personal Websites. The key concept behind the Web was the hyperlink, which allowed users to browse Web pages across different networks.
With the popularization [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>In the 90s, after Tim Berners-Lee created the World Wide Web at CERN research center, scientists around the world were able to share information with their colleagues by setting up their own personal Websites. The key concept behind the Web was the hyperlink, which allowed users to browse Web pages across different networks.</p>
<p>With the popularization of the Web, browsing Web pages just wasn&#8217;t enough. So by the turn of the millennium, the advent of search engines came to people&#8217;s assistance, most notably from a search engine created by Larry Page and Sergey Brin while at Stanford University. Powered by complex algorithms, search engines would rank and present Web pages to users based on keywords.</p>
<p>With further popularization of the Web, searching again wasn&#8217;t enough. The top-down presentation of Web pages selected from a huge collection by an algorithm has created a very undemocratic way of sharing information. In this next decade, users will rely less on monolithic algorithms and more on their own personal social network for sharing information.</p>
<p>While the first decade of the Web was all about browsing and the second decade was about searching, the next decade will be about syndicating. Users will connect with their personal social network to receive and disseminate information in a bottom-up manner. Information, services and interactions will all be syndicated, allowing users to share not only information but also rich and profound experiences.</p>
<p><strong>Sharing Information </strong></p>
<p>As of today, there is no existing technology that allows individuals to share information in a bottom-up manner on a global scale. ISS (Instant Syndicating Standards) is a proposal to create just that: a distributed worldwide recommender system perfectly tuned to output a very personalized stream of information for each individual, where information flows from the personal social network towards the whole wide world. This is accomplished by allowing each individual to create their own broadcasting channels and to connect these channels with the ones created by their personal social network. This trustful and cascading network of syndicated streams filters out irrelevant information, while still letting good information pass through at each level.</p>
<p>The key concept behind ISS is the tagLink. The tagLink is a semantic link created by individuals showing how their friends&#8217; channels are connected with their own channels. If a user becomes interested in a particular channel from a friend, he may subscribe to this channel and add it to his own channel. Thus, each individual receives exactly what he wants based on these subscriptions, and all information that reaches them goes through friends&#8217; approval first.</p>
<p><strong>Sharing Services</strong></p>
<p>ISS is being developed as a set of services on top of Drupal. This service-oriented architecture promotes interoperability and allows individuals from different networks to share information with each other. The ISS services englobes user, channel and content management. These services together with services that provide file, language, search and session management will transform Drupal from a Content Management System into a Web Operating System.</p>
<p>The key concept behind the Drupal WebOS is the serviceLink, which is a structured format that links services together, including services from different networks. For example: a user may browse his way to a friend&#8217;s profile and become aware of her interests by visualizing her channels. If there is a common interest, the user may subscribe to a channel and create a taglink that connects her remote channel with his local channel. The fact that the friend is from another network is totally transparent to the user. This is possible when these systems follow a set of open standards called IOS (Instant Operating System). Users will be served by multiple WebOS.</p>
<p><strong>Sharing Interactions</strong></p>
<p>The services provided by the Drupal WebOS can be accessed through a Webtop, i.e. a Desktop Environment that works on top of the Web. The Ext Webtop is a Webtop created using the Ext JavaScript Library following a set of open standards called ITOP (Instant Desktop Environment). From this Webtop, users can share interactions with each other.</p>
<p>The key concept behind the Ext Webtop is the sessionLink. The sessionLink is a service that follows the publish/subscribe pattern and provides users and applications with (almost) real-time updates for subscribed services. For example, when a chat application is loaded in the Ext Webtop, the Webtop subscribes to the user.im service to be kept aware of any updates. More sophisticated interactions may also be shared, including sharing the whole Desktop Environment (this is called an Instant Session). In an Instant Session, when a user opens a window in the Webtop, his friend sees the window being opened. Likewise, when his friend closes a window, the user sees the window being closed.</p>
<p><strong>Conclusion</strong></p>
<p>In this text, we have presented ISS (Instant Syndicating Standards), an open set of standards that challenges the top-down model of information-sharing and gives place to a bottom-up model, where each person has a unique voice and equal opportunity to contribute and benefit. In this way, we hope to bring people closer together to discuss common interests and share information in a more open and democratic manner.</p>
<p>Also, we have presented the IOS and ITOP open standards, which we believe will help people to have more rich and profound experiences. We want to bring the Instant from Instant Messaging to the Web. And by Instant, the most important aspect that we want to exploit is not so much the When, but the Who. We want to empower individuals to &#8220;exchange&#8221; their Operating Systems and Desktop Environments with friends much the same way that they exchange Messages with friends when using Instant Messaging applications.</p>
<p>Along these two decades, the Web has evolved tremendously. The Web&#8217;s influence in democratizing access to information is evident. Yet, there is still a long way to go before reaching a truly democratic Web, where information flows freely in all directions. Also, there is still a long way to go before reaching a truly interactive Web, where people can connect with each other to create rich and profound experiences. We hope that the work here presented will help shape the way we share information, services and interactions in the next decade, as we believe that this will fundamentally shape us into better individuals and into a better society as a whole.</p>
<p><strong>Acknowledgements<br />
</strong></p>
<p>I would like to thank the following organizations for sponsoring my work:</p>
<ul>
<li>The GIMSCOP research group from UFRGS university for sponsoring the development of the Drupal WebOS and Ext Webtop. Special regards to my mentor Dr. Jorge Otávio Trierweiler.</li>
<li>The PPGC (Computer Graduate Program) from UFRGS university and the CAPES brazilian federal agency, who provided me with a scholarship to develop ISS. Special regards to my mentor Dr. José Valdeni de Lima.</li>
<li>The Knight Foundation, for sponsoring the development of ISS on top of Drupal. Special regards to the UFRGSWeb team for helping me out and for giving me the opportunity to mentor them.</li>
</ul>
<p>I would also like to thank the following open source communities for their contributions:</p>
<ul>
<li>Dries Buytaert and the Drupal community. Special regards to Scott Nelson for the Services Module and Dmitri Gaskin for the JSON Server Module.</li>
<li>Jack Slocum and the ExtJS Community. Special regards to Todd Murdock for the Web Desktop extension and Thorsten Suckow-Homberg for the LiveGrid extension.</li>
</ul>
<p><strong>Further Information</strong></p>
<ul>
<li><a title="Instant Syndicating Standards" href="http://iss.im">ISS (Instant Syndicating Standards)</a></li>
<li><a title="Instant Operating System" href="http://ios.iss.im">IOS (Instant Operating System)</a></li>
<li><a title="Instant Desktop Environment" href="http://itop.iss.im">ITOP (Instant Desktop Environment)</a></li>
</ul>
<p><strong>References</strong></p>
<ul>
<li><a href="http://iss.im/references">http://iss.im/references</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2009/06/16/sharing-information-services-and-interactions-in-the-next-decade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISS at FISL 10</title>
		<link>http://nick.iss.im/2009/06/08/iss-at-fisl-10/</link>
		<comments>http://nick.iss.im/2009/06/08/iss-at-fisl-10/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 20:03:36 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[iss]]></category>

		<guid isPermaLink="false">http://nick.iss.im/?p=203</guid>
		<description><![CDATA[The 10th edition of the FISL (International Free Software Forum) will be held at Porto Alegre, Brazil on June 24-27th. Last year the FISL had nearly 7500 participants, thus it&#8217;s one of the biggest Free Software events in the world. It&#8217;s a great honor to know that this event debuted about 10 years ago as [...]]]></description>
			<content:encoded><![CDATA[<p>The 10th edition of the <a title="FISL" href="http://fisl.softwarelivre.org/10/www/en">FISL (International Free Software Forum)</a> will be held at <a title="Porto Alegre" href="http://en.wikipedia.org/wiki/Porto_alegre">Porto Alegre</a>, Brazil on June 24-27th. Last year the FISL had nearly 7500 participants, thus it&#8217;s one of the biggest Free Software events in the world. It&#8217;s a great honor to know that this event debuted about 10 years ago as a joint effort between local organizations, companies and universities (including our beloved <a title="UFRGS" href="http://en.wikipedia.org/wiki/Universidade_Federal_do_Rio_Grande_do_Sul">UFRGS</a>). This shows the strength of open source and free software in this region.</p>
<p>I&#8217;m glad to announce that the <a title="Instant Syndicating Standards" href="http://iss.im">Instant Syndicating Standards</a> project was selected from over 600 applicants. We will be presenting on the <a href="http://fisl.softwarelivre.org/10/papers/pub/programacao/317">25th at 9AM</a>. Other <a title="Drupal" href="http://drupal.org">Drupal</a> related projects will also be presented (check the <a title="FISL Schedule" href="http://fisl.softwarelivre.org/10/papers/pub/">full schedule</a>). By the way, FISL&#8217;s site is powered by Drupal and the artwork is beautiful!</p>
<p><a title="International Free Software Forum" href="http://fisl.softwarelivre.org/10/www/en"><img class="aligncenter size-full wp-image-205" title="FISL" src="http://nick.iss.im/wp-content/uploads/2009/06/fisl.gif" alt="" width="125" height="166" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2009/06/08/iss-at-fisl-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knight Foundation sponsors ISS</title>
		<link>http://nick.iss.im/2009/03/04/knight-foundation-sponsors-iss/</link>
		<comments>http://nick.iss.im/2009/03/04/knight-foundation-sponsors-iss/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 20:47:13 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[iss]]></category>

		<guid isPermaLink="false">http://nick.iss.im/?p=96</guid>
		<description><![CDATA[At this year&#8217;s DrupalCon it was announced the winners of the Knight Drupal Initiative, a partnership between the Knight Foundation and the Drupal Community to provide funding for grant proposals that explore digital publishing to transform their respective communities.
I&#8217;m glad to announce that our proposal has been approved! Our proposal aims to develop ISS support [...]]]></description>
			<content:encoded><![CDATA[<p>At this year&#8217;s <a title="DrupalCon" href="http://dc2009.drupalcon.org/">DrupalCon</a> it was <a href="http://www.knightfoundation.org/news/press_room/knight_press_releases/detail.dot?id=344961">announced</a> the winners of the <a title="Knight Drupal Initiative" href="http://groups.drupal.org/knight-drupal-initiative">Knight Drupal Initiative</a>, a partnership between the <a title="Knight Foundation" href="http://www.knightfoundation.org/">Knight Foundation</a> and the <a title="Drupal" href="http://drupal.org">Drupal</a> Community to provide funding for grant proposals that explore digital publishing to transform their respective communities.</p>
<p>I&#8217;m glad to announce that our proposal has been approved! Our proposal aims to develop <a title="Instant Syndicating Standards" href="http://iss.im">ISS</a> support in Drupal. This will allow people to create and share a personalized stream of information within their social network, helping them to filter and recommend articles to others interested in the same issues.</p>
<p>I would like to thank <a title="Jose Zamora" href="http://www.knightfoundation.org/about_knight/staff/detail.dot?identifier=7300">Jose Zamora</a> and <a title="Ken Rickard" href="http://ken.therickards.com/">Ken Rickard</a> for all their effort in this process!</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2009/03/04/knight-foundation-sponsors-iss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISS UI Design</title>
		<link>http://nick.iss.im/2008/08/13/iss-ui-design/</link>
		<comments>http://nick.iss.im/2008/08/13/iss-ui-design/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 21:19:51 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[iss]]></category>

		<guid isPermaLink="false">http://nick.iss.im/2008/08/13/iss-ui-design/</guid>
		<description><![CDATA[
The &#8216;Contacts&#8217; sidebar helps Nick discover new channels created by his personal social network.
The &#8216;List&#8217; presents all aggregated entries from channels subscribed by Nick. Colors play an important role. Entries in blue are incoming entries, i.e. entries that have been received. Entries in red are outgoing entries, i.e. entries that have been sent. And entries [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Contacts" href="http://nick.iss.im/wp-content/uploads/2008/08/tagcloud.png"><img src="http://nick.iss.im/wp-content/uploads/2008/08/tagcloud.png" alt="Contacts" /></a></p>
<p>The &#8216;Contacts&#8217; sidebar helps Nick discover new channels created by his personal social network.</p>
<p>The &#8216;List&#8217; presents all aggregated entries from channels subscribed by Nick. Colors play an important role. Entries in blue are incoming entries, i.e. entries that have been received. Entries in red are outgoing entries, i.e. entries that have been sent. And entries in purple are entries that have been shared.</p>
<p>If Nick wants to share a specific entry, he may do so by tagging the entry appropriately. The Figure shows that this particular entry is already tagged with Science. He may add new tags by selecting them from his own tag cloud, or he may create new ones by typing them. When he syndicates this entry, he publishes this entry to the channels identified by these tags. Everyone subscribed to these channels will receive a notification.</p>
<p><a title="Channels" href="http://nick.iss.im/wp-content/uploads/2008/08/taglink.png"><img src="http://nick.iss.im/wp-content/uploads/2008/08/taglink.png" alt="Channels" /></a></p>
<p>Nick has associated Debbie’s Environment tag with his Science tag (i.e. he has created a taglink between the two channels). Every time Debbie publishes something tagged with Environment, these entries are automatically tagged with Science for Nick.</p>
<p>Thus, for users to share information, they don’t have necessarily to share the same concepts. All they have to do is to show how their friends’ concepts are associated with their own concepts.</p>
<p>It is important to remember that entries received are not published in Nick’s channels automatically unless they have been approved and shared by Nick himself.</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2008/08/13/iss-ui-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TagCloud Types</title>
		<link>http://nick.iss.im/2008/07/01/tagcloud-types/</link>
		<comments>http://nick.iss.im/2008/07/01/tagcloud-types/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 19:12:05 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[iss]]></category>

		<guid isPermaLink="false">http://nick.iss.im/2008/07/01/tagcloud-types/</guid>
		<description><![CDATA[The tagcloud element exposes data to be used for creating visualizations. We are brainstorming about different types of data that could be used. One of them is the &#8220;syndicated&#8221; type, which details how many entries have been syndicated in a given month. For example, 43 entries tagged &#8220;science&#8221; were syndicated in January 2008.
&#60;tag name=&#8221;science&#8221;&#62;
&#60;tagcloud type=&#8221;syndicated&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>The tagcloud element exposes data to be used for creating visualizations. We are brainstorming about different types of data that could be used. One of them is the &#8220;syndicated&#8221; type, which details how many entries have been syndicated in a given month. For example, 43 entries tagged &#8220;science&#8221; were syndicated in January 2008.</p>
<p><span style="color: #ff6600;">&lt;tag name=&#8221;science&#8221;&gt;</span><br />
<span style="color: #008000;">&lt;tagcloud type=&#8221;<span style="color: #ff0000;">syndicated</span>&#8221; year=&#8221;2006|2007|<span style="color: #ff0000;">2008</span>&#8221;<br />
data=&#8221;0,0,0,0,0,0,4,23,45,32,34,31|<br />
32,44,53,23,43,32,34,64,34,21,35,23|<br />
<span style="color: #ff0000;">43</span>,23,34&#8243;/&gt;</span><br />
<span style="color: #ff6600;">&lt;/tag&gt;</span></p>
<p>By comparing the data for this tag with the data from the other tags, it&#8217;s possible to build a tagcloud to reveal what were the most syndicated tags in January 2008.</p>
<p>So far, we have the following types:</p>
<ul>
<li><strong>Syndicated</strong>: number of entries syndicated;</li>
<li><strong>Authored</strong>: number of entries authored;</li>
<li><strong>Subscribed</strong>: number of subscribers;</li>
<li><strong>Commented</strong>: number of comments (from personal social network);</li>
<li><strong>Shared</strong>: number of entries shared (from personal social network).</li>
</ul>
<p>We are open for feedback. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2008/07/01/tagcloud-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TagCloud / TagLink Merge</title>
		<link>http://nick.iss.im/2008/06/16/tagcloud-taglink-merge/</link>
		<comments>http://nick.iss.im/2008/06/16/tagcloud-taglink-merge/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:41:57 +0000</pubDate>
		<dc:creator>nick</dc:creator>
				<category><![CDATA[iss]]></category>

		<guid isPermaLink="false">http://nick.iss.im/2008/06/16/tagcloud-taglink-merge/</guid>
		<description><![CDATA[I&#8217;ve received some feedback from old time contributor Massimiliano Mirra and our latest contributor Richard Hilliard, about the tagcloud and taglink formats. We decided to:

merge tagcloud and taglink into one, and
create the tagcloud and taglink elements.

This is how it would look:
&#60;iss&#62;
&#8230;
&#60;tag name=&#8221;science&#8221;&#62;
&#60;tagcloud type=&#8221;syndicated&#8221; year=&#8221;2006&#124;2007&#124;2008&#8243;
data=&#8221;0,0,0,0,0,0,4,23,45,32,34,31&#124;
32,44,53,23,43,32,34,64,34,21,35,23&#124;
43,23,34&#8243;/&#62;
&#60;taglink type=&#8221;base&#8221;
push=&#8221;xmpp:nick@iss.im?;node=science&#8221;
pull=&#8221;http://nick.iss.im/category/science&#8221;/&#62;
&#60;taglink type=&#8221;incoming&#8221;
push=&#8221;xmpp:debbie@iss.im?;node=environment&#8221;
pull=&#8221;http://debbie.iss.im/category/environment&#8221;/&#62;
…
&#60;taglink type=&#8221;outgoing&#8221;
push=&#8221;xmpp:penny@iss.im?;node=science&#8221;
pull=&#8221;http://penny.iss.im/category/science&#8221;/&#62;
…
&#60;/tag&#62;
…
&#60;/iss&#62;
We believe now it&#8217;s more compact, clean, and easier [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve received some feedback from old time contributor <a title="Massimiliano Mirra" href="http://sameplace.cc/en/blogs/bard/">Massimiliano Mirra</a> and our latest contributor <a title="Richard Hilliard" href="http://mysite.verizon.net/rfh2/">Richard Hilliard</a>, about the tagcloud and taglink formats. We decided to:</p>
<ul>
<li>merge tagcloud and taglink into one, and</li>
<li>create the tagcloud and taglink elements.</li>
</ul>
<p>This is how it would look:<br />
<span style="color: #ff6600;">&lt;iss&gt;<br />
&#8230;<br />
&lt;tag name=&#8221;science&#8221;&gt;</span><br />
<span style="color: #008000;">&lt;tagcloud type=&#8221;syndicated&#8221; year=&#8221;2006|2007|2008&#8243;<br />
data=&#8221;0,0,0,0,0,0,4,23,45,32,34,31|<br />
32,44,53,23,43,32,34,64,34,21,35,23|<br />
43,23,34&#8243;/&gt;</span><br />
<span style="color: #800080;">&lt;taglink type=&#8221;base&#8221;<br />
push=&#8221;xmpp:nick@iss.im?;node=science&#8221;<br />
pull=&#8221;http://nick.iss.im/category/science&#8221;/&gt;</span><br />
<span style="color: #000080;">&lt;taglink type=&#8221;incoming&#8221;<br />
push=&#8221;xmpp:debbie@iss.im?;node=environment&#8221;<br />
pull=&#8221;http://debbie.iss.im/category/environment&#8221;/&gt;<br />
…</span><br />
<span style="color: #ff0000;">&lt;taglink type=&#8221;outgoing&#8221;<br />
push=&#8221;xmpp:penny@iss.im?;node=science&#8221;<br />
pull=&#8221;http://penny.iss.im/category/science&#8221;/&gt;<br />
…</span><br />
<span style="color: #ff6600;">&lt;/tag&gt;<br />
…<br />
&lt;/iss&gt;</span></p>
<p>We believe now it&#8217;s more compact, clean, and easier to generate and process. Any feedback is welcome. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://nick.iss.im/2008/06/16/tagcloud-taglink-merge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

