<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: What is a citation?</title>
	<atom:link href="http://community.muohio.edu/blogs/darcusb/archives/2007/06/07/what-is-a-citation/feed" rel="self" type="application/rss+xml" />
	<link>http://community.muohio.edu/blogs/darcusb/archives/2007/06/07/what-is-a-citation</link>
	<description>geek tools and the scholar</description>
	<pubDate>Mon, 23 Nov 2009 00:29:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruce D'Arcus</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2007/06/07/what-is-a-citation/comment-page-1#comment-1121</link>
		<dc:creator>Bruce D'Arcus</dc:creator>
		<pubDate>Wed, 13 Jun 2007 19:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://netapps.muohio.edu/blogs/darcusb/darcusb/?p=322#comment-1121</guid>
		<description>&lt;p&gt;Jonathan: I think you misread the intent of my example there. It was simply to say the processor has to know what references to group and sort, and how. In other words, they need to be encoded/modelled in a way for them to be reliably presented in different ways depending on the style.&lt;/p&gt;

&lt;p&gt;While I think the first option (the one you and John prefer) might well be the pragmatic one that reflects the way this software has often worked, I don't really think it precisely models what's going on. I'm sorry, but a "see also" reference is semantically different than a generic citation. And the strings "see also" and "cf." are just conventions to express that.&lt;/p&gt;

&lt;p&gt;But I'm not attached enough to that position to think it important to argue about. So long as John and others can program the software so the stuff works, that's the primary goal.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jonathan: I think you misread the intent of my example there. It was simply to say the processor has to know what references to group and sort, and how. In other words, they need to be encoded/modelled in a way for them to be reliably presented in different ways depending on the style.</p>

<p>While I think the first option (the one you and John prefer) might well be the pragmatic one that reflects the way this software has often worked, I don&#8217;t really think it precisely models what&#8217;s going on. I&#8217;m sorry, but a &#8220;see also&#8221; reference is semantically different than a generic citation. And the strings &#8220;see also&#8221; and &#8220;cf.&#8221; are just conventions to express that.</p>

<p>But I&#8217;m not attached enough to that position to think it important to argue about. So long as John and others can program the software so the stuff works, that&#8217;s the primary goal.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Rochkind</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2007/06/07/what-is-a-citation/comment-page-1#comment-1120</link>
		<dc:creator>Jonathan Rochkind</dc:creator>
		<pubDate>Wed, 13 Jun 2007 19:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://netapps.muohio.edu/blogs/darcusb/darcusb/?p=322#comment-1120</guid>
		<description>&lt;p&gt;"So how do you get (Doe, 1999, 2000; Smith 2001)?"&lt;/p&gt;

&lt;p&gt;I agree with John that your first model seems nice and clean. &lt;/p&gt;

&lt;p&gt;I think in your model that is a citation that contains three references, but at output the software notices that the first one and the second one share the same name, and the name doesn't need to be output twice. &lt;/p&gt;

&lt;p&gt;What is output on screen doesn't need to &lt;em&gt;exactly match&lt;/em&gt; your model--it just needs to be modeled by it!  I think you want to keep your model clean, and to some extent actually mapping the concepts involved. Which, for that citation, are to me, a citation with three references. The second just happens to be the same author as the first, which means that APA style (or whatever) says not to write the same name twice. &lt;/p&gt;

&lt;p&gt;The model should be seperate from the output according to a given style--it just needs to be able to model it!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;So how do you get (Doe, 1999, 2000; Smith 2001)?&#8221;</p>

<p>I agree with John that your first model seems nice and clean. </p>

<p>I think in your model that is a citation that contains three references, but at output the software notices that the first one and the second one share the same name, and the name doesn&#8217;t need to be output twice. </p>

<p>What is output on screen doesn&#8217;t need to <em>exactly match</em> your model&#8211;it just needs to be modeled by it!  I think you want to keep your model clean, and to some extent actually mapping the concepts involved. Which, for that citation, are to me, a citation with three references. The second just happens to be the same author as the first, which means that APA style (or whatever) says not to write the same name twice. </p>

<p>The model should be seperate from the output according to a given style&#8211;it just needs to be able to model it!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: John McCaskey</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2007/06/07/what-is-a-citation/comment-page-1#comment-1119</link>
		<dc:creator>John McCaskey</dc:creator>
		<pubDate>Fri, 08 Jun 2007 16:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://netapps.muohio.edu/blogs/darcusb/darcusb/?p=322#comment-1119</guid>
		<description>&lt;blockquote&gt;
So just to be clear, then, you would define the algorithm/model like so?
- a citation has one or more references
- each reference has one required ID (a URI)
- each reference has optional prefix and suffix parameters
- each reference has optional locator parameters for page numbers, etc. (only one, or possibly multiple?)
- within a citation references shall be grouped by prefix
I guess that would work. &lt;/blockquote&gt;

&lt;p&gt;Yes, that's my proposal, with one clarification or amendment: I believe references are an ordered, not unordered list, and that the order is determined by the user. If a style forces sorting by date, the user's order will get overridden, but if the style is neutral on the subject, the user's order prevails. So the data model stores the user's order, not the order as presented. &lt;/p&gt;

&lt;blockquote&gt;
Are we safe saying that common prefixes ALWAYS indicate in effect a group? 
&lt;/blockquote&gt;

&lt;p&gt;I think: Only if they are contiguous in the user's order.&lt;/p&gt;

&lt;p&gt;I earlier said references should be sorted and grouped. In fact, I think it should be first sorted by user order, then grouped by prefix, then sorted and grouped as the CSL defines.&lt;/p&gt;

&lt;p&gt;Assume the user enters (in this order)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;         Miller 1990
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;see also Doe 1999
contra    Smith 2000
see also Jones 2002
see also Jones 2001
see also Anderson 2004&lt;/p&gt;

&lt;p&gt;If the CSL does not demand grouping or sorting, then references get presented in the user's order, with the prefixes grouped. This case would also be common with note-based styles.&lt;/p&gt;

&lt;p&gt;(Miller 1990; see also Doe 1999; contra Smith 2000; see also Jones 2002, Jones 2001, Anderson 2004)&lt;/p&gt;

&lt;p&gt;If the CSL demands references be grouped by name, listed alphabetically, and ordered newest to oldest:&lt;/p&gt;

&lt;p&gt;(Miller 1990; see also Doe 1999; contra Smith 2000; see also Anderson 2004, Jones 2002, 2001)&lt;/p&gt;

&lt;p&gt;I think that works. Yes?&lt;/p&gt;

&lt;p&gt;By this algorithm if the user entered the following&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;         Miller 1990
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;see also Doe 1999
contra    Smith 2000
see also Jones 2002
             Jones 2001
             Anderson 2004&lt;/p&gt;

&lt;p&gt;he'd get, assuming the same CSL,&lt;/p&gt;

&lt;p&gt;(Miller 1990; see also Doe 1999; contra Smith 2000; see also Jones 2002; Anderson 2004; Jones 2001).&lt;/p&gt;

&lt;p&gt;Maybe that's not what he wanted, but it is what he asked for, formatted as the style guide says. I don't think we can presume that a reference without a prefix inherits the prefix of the previous. If that should be assumed or defaulted, it could be handled in the user interface.&lt;/p&gt;

&lt;p&gt;I think uncited or notlisted is a different issue and is a property of a source, not of a citation. We should take that up on a separate thread.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<blockquote>
So just to be clear, then, you would define the algorithm/model like so?
- a citation has one or more references
- each reference has one required ID (a URI)
- each reference has optional prefix and suffix parameters
- each reference has optional locator parameters for page numbers, etc. (only one, or possibly multiple?)
- within a citation references shall be grouped by prefix
I guess that would work. </blockquote>

<p>Yes, that&#8217;s my proposal, with one clarification or amendment: I believe references are an ordered, not unordered list, and that the order is determined by the user. If a style forces sorting by date, the user&#8217;s order will get overridden, but if the style is neutral on the subject, the user&#8217;s order prevails. So the data model stores the user&#8217;s order, not the order as presented. </p>

<blockquote>
Are we safe saying that common prefixes ALWAYS indicate in effect a group? 
</blockquote>

<p>I think: Only if they are contiguous in the user&#8217;s order.</p>

<p>I earlier said references should be sorted and grouped. In fact, I think it should be first sorted by user order, then grouped by prefix, then sorted and grouped as the CSL defines.</p>

<p>Assume the user enters (in this order)</p>

<pre><code>         Miller 1990
</code></pre>

<p>see also Doe 1999
contra    Smith 2000
see also Jones 2002
see also Jones 2001
see also Anderson 2004</p>

<p>If the CSL does not demand grouping or sorting, then references get presented in the user&#8217;s order, with the prefixes grouped. This case would also be common with note-based styles.</p>

<p>(Miller 1990; see also Doe 1999; contra Smith 2000; see also Jones 2002, Jones 2001, Anderson 2004)</p>

<p>If the CSL demands references be grouped by name, listed alphabetically, and ordered newest to oldest:</p>

<p>(Miller 1990; see also Doe 1999; contra Smith 2000; see also Anderson 2004, Jones 2002, 2001)</p>

<p>I think that works. Yes?</p>

<p>By this algorithm if the user entered the following</p>

<pre><code>         Miller 1990
</code></pre>

<p>see also Doe 1999
contra    Smith 2000
see also Jones 2002
             Jones 2001
             Anderson 2004</p>

<p>he&#8217;d get, assuming the same CSL,</p>

<p>(Miller 1990; see also Doe 1999; contra Smith 2000; see also Jones 2002; Anderson 2004; Jones 2001).</p>

<p>Maybe that&#8217;s not what he wanted, but it is what he asked for, formatted as the style guide says. I don&#8217;t think we can presume that a reference without a prefix inherits the prefix of the previous. If that should be assumed or defaulted, it could be handled in the user interface.</p>

<p>I think uncited or notlisted is a different issue and is a property of a source, not of a citation. We should take that up on a separate thread.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce D'Arcus</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2007/06/07/what-is-a-citation/comment-page-1#comment-1118</link>
		<dc:creator>Bruce D'Arcus</dc:creator>
		<pubDate>Fri, 08 Jun 2007 11:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://netapps.muohio.edu/blogs/darcusb/darcusb/?p=322#comment-1118</guid>
		<description>&lt;p&gt;So just to be clear, then, you would define the algorithm/model like so?
- a citation has one or more references
- each reference has one required ID (a URI)
- each reference has optional prefix and suffix parameters
- each reference has optional locator parameters for page numbers, etc. (only one, or possibly multiple?)
- within a citation references shall be grouped by prefix &lt;/p&gt;

&lt;p&gt;I guess that would work. Are we safe saying that common prefixes ALWAYS indicate in effect a group?&lt;/p&gt;

&lt;p&gt;Also, how to sort the groups?&lt;/p&gt;

&lt;p&gt;Finally, what about my question about uncited and such? Did we conclude that tags achieve this? And if yes, then does that suggest as well a reference:
- may have one more "group" tokens (notcited, notlisted, etc.)?&lt;/p&gt;

&lt;p&gt;And if yes, then wouldn't it be appropriate to define "see" and "seealso" as possible values? If not, how do we explain why?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So just to be clear, then, you would define the algorithm/model like so?
- a citation has one or more references
- each reference has one required ID (a URI)
- each reference has optional prefix and suffix parameters
- each reference has optional locator parameters for page numbers, etc. (only one, or possibly multiple?)
- within a citation references shall be grouped by prefix </p>

<p>I guess that would work. Are we safe saying that common prefixes ALWAYS indicate in effect a group?</p>

<p>Also, how to sort the groups?</p>

<p>Finally, what about my question about uncited and such? Did we conclude that tags achieve this? And if yes, then does that suggest as well a reference:
- may have one more &#8220;group&#8221; tokens (notcited, notlisted, etc.)?</p>

<p>And if yes, then wouldn&#8217;t it be appropriate to define &#8220;see&#8221; and &#8220;seealso&#8221; as possible values? If not, how do we explain why?</p>]]></content:encoded>
	</item>
</channel>
</rss>
