distributed-conversation-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(added IBIS info and discussion)
m (Reverted edit of 1143295502, changed back to last version by BenjaminCarlyle)
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Distributed Conversation =
= Distributed Conversation Examples=


This is an exploratory page to document various methods used to anotate online conversations both distributed and not. The purpose of the studies on this page is to serve as background for the design of a microformat to anotate distributed conversations on blogs and other online media.
This is an exploratory page to document various methods used to anotate online conversations both distributed and not. The purpose of the studies on this page is to serve as background for the design of a microformat to anotate distributed conversations on blogs and other online media.


see [[citation-brainstorming]] for more discussion on this topic.
see [[distributed-conversation-brainstorming]] for more discussion on this topic.
see [[distributed-conversation-formats]] for formats.


== Authors ==
== Authors ==


* [[User:EranGloben|Eran Globen]]
* [[User:EranGloben|Eran Globen]]
*
* [[User:BenjaminCarlyle|Benjamin Carlyle]]
* ...




== Examples of Related Solutions==
== Web Examples ==
===Email/Usenet===
Email and Usenet both keep track of discussion threads in a non-central manner using headers and references to message IDs. Some common headers and their use are highlighted in [http://www.faqs.org/rfcs/rfc2076.html RFC2076 - Common Internet Message Headers] section 3.6:
* In-Reply-To - Reference to message which this message is a reply to.
* References - In e-mail: reference to other related messages, in Usenet News reference to replied-to-articles.
* See-Also - References to other related articles in Usenet News.
* Obsoletes - Reference to previous message being corrected and replaced.
* Supersedes - Commonly used in Usenet News in  similar ways to the "Obsoletes" header described above. In Usenet News, however, Supersedes causes a full deletion of the replaced article in the server, while "Supersedes" and "Obsoletes" in e-mail is implemented in the client and often does not remove the old version of the text.
* Article-Updates - Only in Usenet News, similar to "Supersedes:" but does not cause the referenced article to be physically deleted.
* Article-Names - Reference to specially important articles for a particular Usenet Newsgroup.


===Thread Description Language===
=== Author, href and blockquote ===
Thread Description Language - TDL is an RDF vocabulary for describing threaded discussions, such as Usenet, weblogs, bulletin boards, and e-mail conversations.
  <p>His column was picked up all over the web, including by Danny Ayers. He
* http://www.eyrie.org/~zednenem/2002/web-threads/
    dives into discussion about
* http://www.eyrie.org/~zednenem/2002/wtprofile/
    <a href="http://dannyayers.com/archives/2006/01/10/new-data-languages-harmful/">
TDL v3  defines the following properties:
        how to build an RDF model
* Property tdl:discusses - Relates a Post to a resource it talks about
    </a>
* Property tdl:follows - Indicates that this resource comes no earlier than the specified resource
    ,rather than an XML language:
* Property tdl:inThread - Relates a post to a thread which includes it
  </p>
* Property tdl:mentions - Indicates that this resource refers to the specified resource
  &lt;blockquote>
* Property tdl:respondsTo - Relates a post to its parent(s) in a discussion
    &lt;p>
* Property tdl:respondsNegativelyTo - Relates a post to a parent post which it dissents from or corrects
    When working with RDF, my current feeling (could be wrong ;-) is that in most cases it’s probably best to initially make up
* Property tdl:respondsPositivelyTo - Relates a post to a parent post with which it concurs
    afresh a new representation that matches the domain model as closely as possible(/appropriate). Only then start looking to
    replacing the new terms with established ones with matching semantics. But don’t see reusing things as more important than getting
    an (appropriately) accurate model. (Different approaches are likely to be better for different cases, but as a loose guide I think
    this works.)
  &lt;/p>
  &lt;/blockquote>


'''Discussion of TDL'''
[http://www.soundadvice.id.au/blog/2006/01/15/#xmlLanguages source]


# respondsNegativelyTo, respondsPositivelyTo are beyond the scope of this spec. They can both be implemented using vote-links.
Danny Ayers is the author of the pieces being referenced. The href identifies an article the blockquote comes from. "How to build an RDF model" may be considered a short description of the link, however sometimes this text is as short as "writes".
# Without those, respondsTo remains the main connector between posts in a thread.
# mentions and discusses seem to be splitting hairs. It appears that both of them can be replaced by using the CITE tag.
# follows seems to be designed for use in a central registry that tracks threads and therefore is useless for a distributed solution.


===IBIS - Issues Based Information Systems===
=== Cite attribute in blockquote or quote ===
Kunz's Issue Based Information Systems (IBIS) provide a framework for collaborative understanding of the major issues and implications surrounding what are described as ``wicked problems'' (problems that lack a definitive formulation). Understanding is achieved by using hypertext components to create structured arguments surrounding the issues. (<cite>[http://www.weblogkitchen.com/wiki.cgi?GraphicalIbis Weblog Kitchen]</cite>)
From <cite>[http://decafbad.com/blog/2006/01/19/use-delicious-to-build-share-reading-lists Les Orcahrd's 0xdecafbad]</cite>:
* [http://dannyayers.com/xmlns/ibis/ IBIS vocabulary]
  &lt;blockquote cite="http://vrypan.net/log/archives/2006/01/19/delicious-as-fedd-manager/">As far as I know, the most popular link
* [http://collab.blueoxen.net/forums/yak/2003-12/threads.html#00191 How to start an IBIS discussion in Email]
  managment tool is del.icio.us, a tool I love for its power and simplicity. del.icio.us allow you to export all your links in RSS
* [http://www.weblogkitchen.com/wiki.cgi?GraphicalIbis graphical IBIS (gIBIS)]
  which is  cool. So, I wrote a quick and dirty PHP script that converts this RSS export to an OPML list (see at the end of this
  The hypertext model of IBIS consists of three node types:
   post).&lt;/blockquote>
   1. issues
    
   2. positions
   &lt;p>&lt;small style="text-align: right; display: block;">
   3. arguments
      Source: &lt;a href="http://vrypan.net/log/archives/2006/01/19/delicious-as-fedd-manager/">
 
        vrypan|net|log » del.icio.us as feed manager
  Eight link types represent the allowable relationships between these nodes:
      &lt;/a>
  1. generalises
   &lt;/small>&lt;/p>
  2. specialises
The cite attribute of the blockquote tag is defined in many standards but is not well supported by browsers and is therefore hidden from the user. This requires the author to repeat its value later, in the form of a link.
  3. replaces
  4. questions
   5. is_suggested_by
  6. responds_to
  7. objects_to
  8. supports


'''Discussion of IBIS'''
A similar example from [http://theryanking.com/blog/archives/2006/01/25/blogging-as-religion/ Ryan King's blog]:
  Intuitively, we&#8217;d expect a group to balance each other out, but
  &lt;q cite="http://en.wikipedia.org/wiki/Risky_shift">
      people with relatively moderate viewpoints tend to assume that their groupmates hold more extreme views,
      and to alter their own views in compensation
  &lt;/q>
  [&lt;a href="http://en.wikipedia.org/wiki/Risky_shift">source&lt;/a>]


Similar to TDL, IBIS seems to tackle a bigger problem than the one discussed here.  
=== cite href ===
* The different node types are not necessary for tracking a discussion thread. Tracking the flow of the conversation, the arguments and flow of ideas is a wider more complex issue than just gluing together disparate pieces of an online discussion.
Another one from [http://theryanking.com/blog/archives/2005/01/31/things-to-say-when-you-are-losing-a-tech-argument/ Ryan King] (hopefully this is from before he discovered Tantek's presentation about markup).
* Link type such as "generalises" and "specialises" might be useful but seem to require a lot from the user. If we allow for inheritance of link type they could be used as optional parts of the format but it appears that we can do well enough without them.


== Examples of Use ==
  &lt;div class="entry">
From Email we get two basic relations between message:
      &lt;p>From &lt;cite>&lt;a href="http://www.skirsch.com/humor/techarg.htm">
* Reply - This message is a reply to the referenced message.
        Things to say when you are losing a tech argument&lt;/a>
* Forward - This message forwards the referenced message to additional recipients.
      &lt;/cite>:&lt;/p>
      &lt;blockquote>&lt;p>
        2.That’s been proven to be O(N^2) and we need a solution that’s O(NlogN).&lt;br>
        15. Oh, I played with that approach back as an undergrad. Got a D, too.&lt;br>
        18.That’s totally inefficient on modern hardware.&lt;br>
        26. No, no, no. It’s fairly important that the database be in THIRD NORMAL  FORM.&lt;br>
        28. I don’t think that’s altogether clear. Please write it up in UML for me.&lt;br>
        39.This is all covered in Knuth, and we don’t have time to go over it again.&lt;br>
        65.Yes, but we’re standardizing on XML.
      &lt;/p>
      &lt;/blockquote>
  &lt;/div>


From various publications (often of standards) we get:
Ryan uses the &lt;CITE>&lt;A href="source">source name&lt;/A>&lt;/CITE> structure.
* Updates/Obsoletes - This documents contains updates or even replaces the referenced document.


Citation of resources comes in several flavors:
=== href inside blockquote ===
* Quote
From [http://www.stoweboyd.com/message/2006/01/umair_haque_on_.html Stowe Boyd]
* Citing a reference
  &lt;p>Umair Haque is worried that a steady diet of tech.memeorandum is making him stupid:&lt;/p>
* Via link/Hat tip (mainly in blogs)
  &lt;blockquote>
      [from &lt;a title="Bubblegeneration Strategy Lab" href="http://www.bubblegeneration.com/2006/01/problems-with-2.cfm">
          The Problems with 2.0, pt 34514
      &lt;/a>]
      &lt;p>
        I luv Memeorandum and all it's reconstructor cousins. It's one of the first things of my reading list.
        It's hugely slashed my search costs in finding new stuff.But there's a problem. Ever since I've started using
        it to the point where it replaces many of my other sources, I have gotten stupider.I can feel it - I don't
        think as fast, flexibly, or freely.
      &lt;/p>
  &lt;/blockquote>
 
The link to the quote's source is embedded inside the BLOCKQUOTE element as part of the text of the quote.
 
=== href and quote ===
&lt;p>It is incorrect to say that software is
&lt;a href="http://www.groklaw.net/article.php?story=20060111223959235">&lt;q>just maths</q></a>,
and is therefore
not patentable...</p>

Latest revision as of 18:11, 25 March 2006

Distributed Conversation Examples

This is an exploratory page to document various methods used to anotate online conversations both distributed and not. The purpose of the studies on this page is to serve as background for the design of a microformat to anotate distributed conversations on blogs and other online media.

see distributed-conversation-brainstorming for more discussion on this topic. see distributed-conversation-formats for formats.

Authors


Web Examples

Author, href and blockquote

 <p>His column was picked up all over the web, including by Danny Ayers. He
   dives into discussion about 
   <a href="http://dannyayers.com/archives/2006/01/10/new-data-languages-harmful/">
       how to build an RDF model
    </a>
    ,rather than an XML language:

 <blockquote>
   <p>
   When working with RDF, my current feeling (could be wrong ;-) is that in most cases it’s probably best to initially make up
   afresh a new representation that matches the domain model as closely as possible(/appropriate). Only then start looking to
   replacing the new terms with established ones with matching semantics. But don’t see reusing things as more important than getting
   an (appropriately) accurate model. (Different approaches are likely to be better for different cases, but as a loose guide I think
   this works.)
 </p>
 </blockquote>

source

Danny Ayers is the author of the pieces being referenced. The href identifies an article the blockquote comes from. "How to build an RDF model" may be considered a short description of the link, however sometimes this text is as short as "writes".

Cite attribute in blockquote or quote

From Les Orcahrd's 0xdecafbad:

 <blockquote cite="http://vrypan.net/log/archives/2006/01/19/delicious-as-fedd-manager/">As far as I know, the most popular link
  managment tool is del.icio.us, a tool I love for its power and simplicity. del.icio.us allow you to export all your links in RSS 
  which is   cool. So, I wrote a quick and dirty PHP script that converts this RSS export to an OPML list (see at the end of this 
  post).</blockquote>
  
  <p><small style="text-align: right; display: block;">
     Source: <a href="http://vrypan.net/log/archives/2006/01/19/delicious-as-fedd-manager/">
        vrypan|net|log » del.icio.us as feed manager
     </a>
  </small></p>

The cite attribute of the blockquote tag is defined in many standards but is not well supported by browsers and is therefore hidden from the user. This requires the author to repeat its value later, in the form of a link.

A similar example from Ryan King's blog:

  Intuitively, we’d expect a group to balance each other out, but 
  <q cite="http://en.wikipedia.org/wiki/Risky_shift">
     people with relatively moderate viewpoints tend to assume that their groupmates hold more extreme views, 
     and to alter their own views in compensation
  </q> 
  [<a href="http://en.wikipedia.org/wiki/Risky_shift">source</a>]

cite href

Another one from Ryan King (hopefully this is from before he discovered Tantek's presentation about markup).

  <div class="entry">
     <p>From <cite><a href="http://www.skirsch.com/humor/techarg.htm">
        Things to say when you are losing a tech argument</a>
     </cite>:</p>
     <blockquote><p>
        2.That’s been proven to be O(N^2) and we need a solution that’s O(NlogN).<br>
        15. Oh, I played with that approach back as an undergrad. Got a D, too.<br>
        18.That’s totally inefficient on modern hardware.<br>
        26. No, no, no. It’s fairly important that the database be in THIRD NORMAL  FORM.<br>
        28. I don’t think that’s altogether clear. Please write it up in UML for me.<br>
        39.This is all covered in Knuth, and we don’t have time to go over it again.<br>
        65.Yes, but we’re standardizing on XML.
     </p>
     </blockquote>
  </div>

Ryan uses the <CITE><A href="source">source name</A></CITE> structure.

href inside blockquote

From Stowe Boyd

  <p>Umair Haque is worried that a steady diet of tech.memeorandum is making him stupid:</p>
  <blockquote>
     [from <a title="Bubblegeneration Strategy Lab" href="http://www.bubblegeneration.com/2006/01/problems-with-2.cfm">
         The Problems with 2.0, pt 34514
     </a>]
     <p>
        I luv Memeorandum and all it's reconstructor cousins. It's one of the first things of my reading list. 
        It's hugely slashed my search costs in finding new stuff.But there's a problem. Ever since I've started using
        it to the point where it replaces many of my other sources, I have gotten stupider.I can feel it - I don't 
        think as fast, flexibly, or freely.
     </p>
  </blockquote>

The link to the quote's source is embedded inside the BLOCKQUOTE element as part of the text of the quote.

href and quote

<p>It is incorrect to say that software is <a href="http://www.groklaw.net/article.php?story=20060111223959235"><q>just maths</a>, and is therefore

not patentable...