<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-12532</id>
	<title>Nabble - debian-science</title>
	<updated>2008-10-12T18:49:38Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/debian-science-f12532.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/debian-science-f12532.html" />
	<subtitle type="html">Discussion of issues relating to the use of Debian for science research, including useful packages, particular problems faced by scientists using Debian, how to make Debian more useful to scientists, etc.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19947833</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-12T18:49:38Z</published>
	<updated>2008-10-12T18:49:38Z</updated>
	<author>
		<name>Charles Plessy-12</name>
	</author>
	<content type="html">Le Sat, Oct 11, 2008 at 04:16:21PM +0200, Michael Banck a écrit :
&lt;br&gt;&amp;gt; This is only the case if you add a XB-* field, which end up in the
&lt;br&gt;&amp;gt; binary package. &amp;nbsp;XS-* fields end up in the .dsc of the source package,
&lt;br&gt;&amp;gt; and X-* field do not end up in either.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If that might be too hard to parse for web-frontends or users, we could
&lt;br&gt;&amp;gt; also just add it to the source package, that should not be an issue for
&lt;br&gt;&amp;gt; bandwidth or CPU cycles. &amp;nbsp;We could then ask packages.d.o or
&lt;br&gt;&amp;gt; packages.qa.d.o to expose that info as well, maybe.
&lt;br&gt;&lt;br&gt;Le Sun, Oct 12, 2008 at 02:20:08PM +0200, Michael Banck a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Another matter are the article references explaining the package and/or
&lt;br&gt;&amp;gt; giving more information; for those, bibtex entries probably make a lot
&lt;br&gt;&amp;gt; of sense. &amp;nbsp;On the other hand, we could just have it be a list of URLs,
&lt;br&gt;&amp;gt; either to &lt;a href=&quot;http://dx.doi.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dx.doi.org/&lt;/a&gt;&amp;lt;DOI&amp;gt; or
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/pubmed/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ncbi.nlm.nih.gov/pubmed/&lt;/a&gt;&amp;lt;PMID&amp;gt; or similar. &amp;nbsp;This would be a
&lt;br&gt;&amp;gt; very compact form for a X-References in debian/control. &amp;nbsp;If we settle on
&lt;br&gt;&amp;gt; a debian/references (next to a debian/scitation), Quoting the title of
&lt;br&gt;&amp;gt; the papers in ASCII transcription(?) (and possibly the author names),
&lt;br&gt;&amp;gt; followed by the URL and maybe the bibtex data.
&lt;/div&gt;&lt;br&gt;Hi again,
&lt;br&gt;&lt;br&gt;Thanks for the clarification!
&lt;br&gt;&lt;br&gt;so basically, to decide between parsing fields of the control file or
&lt;br&gt;parsing a separate file, both probably being obtained from our VCS
&lt;br&gt;repositories, and if we want the information to be presented to the user
&lt;br&gt;on our websites, we need the input of those who would write the parsers
&lt;br&gt;and follow their advice ?
&lt;br&gt;&lt;br&gt;Have a nice day,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Charles Plessy
&lt;br&gt;Debian Med packaging team,
&lt;br&gt;Tsurumi, Kanagawa, Japan
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19947833&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19947833&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19947833.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19947796</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-12T18:41:55Z</published>
	<updated>2008-10-12T18:41:55Z</updated>
	<author>
		<name>Charles Plessy-12</name>
	</author>
	<content type="html">Le Sun, Oct 12, 2008 at 01:53:09PM +0200, Michael Banck a écrit :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Personally, I think this (both a dh_* script and debconf) is
&lt;br&gt;&amp;gt; overengineering.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If we want to have files in /usr/share/doc/&amp;lt;package&amp;gt;, why can't we just
&lt;br&gt;&amp;gt; use dh_installdocs for now? &amp;nbsp;
&lt;br&gt;&lt;br&gt;Hi Michael,
&lt;br&gt;&lt;br&gt;Definitely, if we want to keep the task easy to backporters, we need to
&lt;br&gt;use dh_installdocs in Squeeze. In parallel, we can write a dh_ script
&lt;br&gt;and have it accepted in debhelper for Squeeze as well, and use it in our
&lt;br&gt;packages starting from Squeeze+1.
&lt;br&gt;&lt;br&gt;Have a nice day,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Charles Plessy
&lt;br&gt;Debian Med packaging team,
&lt;br&gt;Tsurumi, Kanagawa, Japan
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19947796&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19947796&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19947796.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19941164</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-12T05:20:08Z</published>
	<updated>2008-10-12T05:20:08Z</updated>
	<author>
		<name>Michael Banck</name>
	</author>
	<content type="html">On Wed, Oct 08, 2008 at 08:19:25AM +0200, Andreas Tille wrote:
&lt;br&gt;&amp;gt;&amp;gt; The format of /usr/doc/package/references could be a popular one, for
&lt;br&gt;&amp;gt;&amp;gt; instance BibTeX, if it allows cross references to other systems like
&lt;br&gt;&amp;gt;&amp;gt; DOI, PubMed, ...)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would strongly vote for RFC822 format (as debian/control, Packages
&lt;br&gt;&amp;gt; and Sources file). &amp;nbsp;There are tools inside Debian to work on this
&lt;br&gt;&amp;gt; format (I'm using these in my scripts) and conversion to any other
&lt;br&gt;&amp;gt; format like BibTeX would be easy.
&lt;br&gt;&lt;br&gt;First off, I think &amp;quot;citation&amp;quot; would be a better name than &amp;quot;references&amp;quot;,
&lt;br&gt;at least for the canonical reference to cite when using that package.
&lt;br&gt;&lt;br&gt;That said, those citations are usually (or at least often) *not*
&lt;br&gt;bibliographical references to some published article, but are in the
&lt;br&gt;rought form &amp;quot;PACKAGE VERSION AUTHORS (INSTITUTION) YEAR&amp;quot;, so rather
&lt;br&gt;free-form.
&lt;br&gt;&lt;br&gt;Another matter are the article references explaining the package and/or
&lt;br&gt;giving more information; for those, bibtex entries probably make a lot
&lt;br&gt;of sense. &amp;nbsp;On the other hand, we could just have it be a list of URLs,
&lt;br&gt;either to &lt;a href=&quot;http://dx.doi.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dx.doi.org/&lt;/a&gt;&amp;lt;DOI&amp;gt; or
&lt;br&gt;&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/pubmed/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ncbi.nlm.nih.gov/pubmed/&lt;/a&gt;&amp;lt;PMID&amp;gt; or similar. &amp;nbsp;This would be a
&lt;br&gt;very compact form for a X-References in debian/control. &amp;nbsp;If we settle on
&lt;br&gt;a debian/references (next to a debian/scitation), Quoting the title of
&lt;br&gt;the papers in ASCII transcription(?) (and possibly the author names),
&lt;br&gt;followed by the URL and maybe the bibtex data.
&lt;br&gt;&lt;br&gt;Additionally, we could settle on some standard introduction text, like
&lt;br&gt;&amp;quot;$PACKAGE should be cited as follows:&amp;quot; for debian/citation and
&lt;br&gt;&amp;quot;Additional information for $PACKAGE can be found in the following
&lt;br&gt;publications&amp;quot; for debian/references.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19941164&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19941164&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19941164.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19941130</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-12T05:16:44Z</published>
	<updated>2008-10-12T05:16:44Z</updated>
	<author>
		<name>Manuel Prinz-2</name>
	</author>
	<content type="html">Am Sonntag, den 12.10.2008, 13:53 +0200 schrieb Michael Banck:
&lt;br&gt;&amp;gt; Personally, I think this (both a dh_* script and debconf) is
&lt;br&gt;&amp;gt; overengineering.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If we want to have files in /usr/share/doc/&amp;lt;package&amp;gt;, why can't we just
&lt;br&gt;&amp;gt; use dh_installdocs for now? &amp;nbsp;
&lt;br&gt;&lt;br&gt;If we want to provide just citation information, this is enough for
&lt;br&gt;sure. If we want to provide something like a citation database in one or
&lt;br&gt;several bibliographic formats, dh_installdocs is IMHO not sufficient and
&lt;br&gt;will lead to chaos. But I'm happy to be proven wrong. ;)
&lt;br&gt;&lt;br&gt;Starting with dh_installdocs for now is of course reasonable. Having a
&lt;br&gt;citation database would be a long-term goal. Sorry for being unclear
&lt;br&gt;about that.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Manuel
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19941130/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19941130.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19941090</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-12T04:55:39Z</published>
	<updated>2008-10-12T04:55:39Z</updated>
	<author>
		<name>Chris Walker-2</name>
	</author>
	<content type="html">Charles Plessy &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19941090&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;plessy@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It seems that if we go the Debhelper way, we could make dh_references
&lt;br&gt;&amp;gt; not install anything if DEB_BUILD_OPTIONS contains a 'nodoc' flag. When
&lt;br&gt;&amp;gt; a large majority of the scientific packages would contain
&lt;br&gt;&amp;gt; debian/references, we could enhance dh_references to maintain central
&lt;br&gt;&amp;gt; bibliographies in mainstream formats using DPKG triggers. It should
&lt;br&gt;&amp;gt; probably be possible to add comments such as &amp;quot;Cite this article if you
&lt;br&gt;&amp;gt; use 'foo'&amp;quot; in the references. 
&lt;br&gt;&lt;br&gt;Personally, I would prefer that to be something like &amp;quot;'foo' should be
&lt;br&gt;cited as follows...&amp;quot; or &amp;quot;The appropriate citation for 'foo'
&lt;br&gt;is...&amp;quot;. That doesn't then appear to impose additional restrictions on
&lt;br&gt;the use of the package that might conflict with the GPL (for
&lt;br&gt;example). Ethical scientists would still cite the package if
&lt;br&gt;appropriate.
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19941090&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19941090&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19941090.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19940959</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-12T04:53:09Z</published>
	<updated>2008-10-12T04:53:09Z</updated>
	<author>
		<name>Michael Banck</name>
	</author>
	<content type="html">On Sun, Oct 12, 2008 at 01:16:37PM +0200, Manuel Prinz wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Am Samstag, den 11.10.2008, 22:28 +0900 schrieb Charles Plessy:
&lt;br&gt;&amp;gt; &amp;gt; It seems that if we go the Debhelper way, we could make dh_references
&lt;br&gt;&amp;gt; &amp;gt; not install anything if DEB_BUILD_OPTIONS contains a 'nodoc' flag.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, this would be great for Emdebian and alike.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; When a large majority of the scientific packages would contain
&lt;br&gt;&amp;gt; &amp;gt; debian/references, we could enhance dh_references to maintain central
&lt;br&gt;&amp;gt; &amp;gt; bibliographies in mainstream formats using DPKG triggers.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is what I had in mind. The thing I worry about is the &amp;quot;s&amp;quot; in
&lt;br&gt;&amp;gt; &amp;quot;formats&amp;quot;. I doubt it is necessary to have more than one format. On the
&lt;br&gt;&amp;gt; other hand, we could make the user choose which formats (s)he wants via
&lt;br&gt;&amp;gt; debconf or something like that.
&lt;/div&gt;&lt;br&gt;Personally, I think this (both a dh_* script and debconf) is
&lt;br&gt;overengineering.
&lt;br&gt;&lt;br&gt;If we want to have files in /usr/share/doc/&amp;lt;package&amp;gt;, why can't we just
&lt;br&gt;use dh_installdocs for now? &amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19940959&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19940959&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19940959.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19940789</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-12T04:31:21Z</published>
	<updated>2008-10-12T04:31:21Z</updated>
	<author>
		<name>Manuel Prinz-2</name>
	</author>
	<content type="html">Am Samstag, den 11.10.2008, 15:40 +0100 schrieb Chris Walker:
&lt;br&gt;&amp;gt; I do like the approach of having a simple plain text file - while not
&lt;br&gt;&amp;gt; machine readable does make it clear the appropriate citation - (and in
&lt;br&gt;&amp;gt; this case the request that &amp;quot;modified by author, institution, location,
&lt;br&gt;&amp;gt; year be added if appropriate&amp;quot;).
&lt;br&gt;&lt;br&gt;Having a CITATION file is nice and a good ...
&lt;br&gt;&lt;br&gt;&amp;gt; Supplying the information in a widely used bibliographic format _as
&lt;br&gt;&amp;gt; well_ would be nice - and make it easier to pull out for the tasks web
&lt;br&gt;&amp;gt; pages.
&lt;br&gt;&lt;br&gt;... but this is where I'd like to go to. Besides the task pages, I think
&lt;br&gt;having such information available in a nicely integrated way adds value
&lt;br&gt;for our users. Everyone spending time on searching for the information
&lt;br&gt;what to cite or what to ready to understand the software better is time
&lt;br&gt;well wasted as we have already have everything to provide that
&lt;br&gt;information to the user. We just need to deploy it. (And write a little
&lt;br&gt;script once.)
&lt;br&gt;&lt;br&gt;&amp;gt; To answer a question from somewhere else in the thread, I don't know
&lt;br&gt;&amp;gt; if it is standard, but Phys Rev Letters includes a doi field[1] in
&lt;br&gt;&amp;gt; bibtex format citations.
&lt;br&gt;&lt;br&gt;DOI seems to grow and spread, and is definitely a nice thing. If the
&lt;br&gt;reference has a DOI, we should mention that. It allows quite access to
&lt;br&gt;the reference. I'm not sure whether it is possible to request
&lt;br&gt;bibliographic entries via a DOI yet.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Manuel
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19940789/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19940789.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19940672</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-12T04:16:37Z</published>
	<updated>2008-10-12T04:16:37Z</updated>
	<author>
		<name>Manuel Prinz-2</name>
	</author>
	<content type="html">Am Samstag, den 11.10.2008, 22:28 +0900 schrieb Charles Plessy:
&lt;br&gt;&amp;gt; It seems that if we go the Debhelper way, we could make dh_references
&lt;br&gt;&amp;gt; not install anything if DEB_BUILD_OPTIONS contains a 'nodoc' flag.
&lt;br&gt;&lt;br&gt;Yes, this would be great for Emdebian and alike.
&lt;br&gt;&lt;br&gt;&amp;gt; When a large majority of the scientific packages would contain
&lt;br&gt;&amp;gt; debian/references, we could enhance dh_references to maintain central
&lt;br&gt;&amp;gt; bibliographies in mainstream formats using DPKG triggers.
&lt;br&gt;&lt;br&gt;This is what I had in mind. The thing I worry about is the &amp;quot;s&amp;quot; in
&lt;br&gt;&amp;quot;formats&amp;quot;. I doubt it is necessary to have more than one format. On the
&lt;br&gt;other hand, we could make the user choose which formats (s)he wants via
&lt;br&gt;debconf or something like that.
&lt;br&gt;&lt;br&gt;&amp;gt; It should probably be possible to add comments such as &amp;quot;Cite this
&lt;br&gt;&amp;gt; article if you use 'foo'&amp;quot; in the references. With this proper
&lt;br&gt;&amp;gt; documentation, we could add the other references that the programs
&lt;br&gt;&amp;gt; documentations cite.
&lt;br&gt;&lt;br&gt;Sure. I do not know if that's possible in all widely used formats but
&lt;br&gt;guess so.
&lt;br&gt;&lt;br&gt;&amp;gt; I created a wiki page to organise our work when the brainstorming phase
&lt;br&gt;&amp;gt; will be over. &lt;a href=&quot;http://wiki.debian.org/DebianScience/References&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/DebianScience/References&lt;/a&gt;&amp;nbsp;.
&lt;br&gt;&lt;br&gt;Thanks for that!
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Manuel
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19940672/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19940672.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19940607</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-12T04:08:47Z</published>
	<updated>2008-10-12T04:08:47Z</updated>
	<author>
		<name>Manuel Prinz-2</name>
	</author>
	<content type="html">Am Samstag, den 11.10.2008, 10:35 -0500 schrieb Dirk Eddelbuettel:
&lt;br&gt;&amp;gt; On 11 October 2008 at 15:40, Chris Walker wrote:
&lt;br&gt;&amp;gt; | I do like the approach of having a simple plain text file - while not
&lt;br&gt;&amp;gt; | machine readable does make it clear the appropriate citation - (and in
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; FWIW that is was R does. [...] Obviously, this is easier for R as it
&lt;br&gt;&amp;gt; provides one coherent system. But we could start with an additional
&lt;br&gt;&amp;gt; file in debian/ and go from there.
&lt;br&gt;&lt;br&gt;In case of R, I don't think it is necessary to provide redundant
&lt;br&gt;information. It's easily extractable by something like:
&lt;br&gt;&lt;br&gt;charlie:~$ r -e'print(toBibtex(citation(&amp;quot;boot&amp;quot;)))' | sed -e '/^\[\[/d'
&lt;br&gt;&lt;br&gt;From there, one can convert that to pretty much everything. That is
&lt;br&gt;something a tool like dh_installreferences could do. Only drawback would
&lt;br&gt;be an extra build dependancy to littler.
&lt;br&gt;&lt;br&gt;Of course, one could extract the information once to debian/references
&lt;br&gt;and be done, but keeping CITATION and the former in sync might be some
&lt;br&gt;maintainance burdon. Dunno how often CITATION files change, though.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Manuel
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19940607/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19940607.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19934691</id>
	<title>Axiom FTBFS on sparc</title>
	<published>2008-10-11T10:32:53Z</published>
	<updated>2008-10-11T10:32:53Z</updated>
	<author>
		<name>David Bremner-4</name>
	</author>
	<content type="html">&lt;br&gt;Hi Camm;
&lt;br&gt;&lt;br&gt;I remember mail is a bit &amp;quot;in-transition&amp;quot; for you. &amp;nbsp;Did you see
&lt;br&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500997&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500997&lt;/a&gt;&lt;br&gt;&lt;br&gt;It looks like it is sparc specific. &amp;nbsp;I tossed around the idea of a
&lt;br&gt;transient failure on IRC, but it looks like it fails in the same place
&lt;br&gt;on two different buildd machines, so I guess not.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19934691&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19934691&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RC-bugs-in-debian-science-packages-tp19932971p19934691.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19933587</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-11T08:35:28Z</published>
	<updated>2008-10-11T08:35:28Z</updated>
	<author>
		<name>Dirk Eddelbuettel</name>
	</author>
	<content type="html">&lt;br&gt;On 11 October 2008 at 15:40, Chris Walker wrote:
&lt;br&gt;| I do like the approach of having a simple plain text file - while not
&lt;br&gt;| machine readable does make it clear the appropriate citation - (and in
&lt;br&gt;&lt;br&gt;FWIW that is was R does. For the subset of CRAN package I maintain, here is
&lt;br&gt;the subset having such a file:
&lt;br&gt;&lt;br&gt;edd@ron:~&amp;gt; find src/debian/CRAN/ -name CITATION
&lt;br&gt;src/debian/CRAN/sn-0.4-6/inst/CITATION
&lt;br&gt;src/debian/CRAN/tseries-0.10-16/inst/CITATION
&lt;br&gt;src/debian/CRAN/urca-1.1-7/inst/CITATION
&lt;br&gt;src/debian/CRAN/date-1.2.26/inst/CITATION
&lt;br&gt;src/debian/CRAN/strucchange-1.3-4/inst/CITATION
&lt;br&gt;src/debian/CRAN/chron-2.3-24/inst/CITATION
&lt;br&gt;src/debian/CRAN/sm-2.2-3/inst/CITATION
&lt;br&gt;src/debian/CRAN/VR-7.2.44/class/inst/CITATION
&lt;br&gt;src/debian/CRAN/VR-7.2.44/nnet/inst/CITATION
&lt;br&gt;src/debian/CRAN/VR-7.2.44/spatial/inst/CITATION
&lt;br&gt;src/debian/CRAN/VR-7.2.44/MASS/inst/CITATION
&lt;br&gt;src/debian/CRAN/zoo-1.5-4/inst/CITATION
&lt;br&gt;src/debian/CRAN/sandwich-2.1-0/inst/CITATION
&lt;br&gt;src/debian/CRAN/nlme-3.1.89/inst/CITATION
&lt;br&gt;src/debian/CRAN/multcomp-1.0-2/inst/CITATION
&lt;br&gt;src/debian/CRAN/boot-1.2.34/inst/CITATION
&lt;br&gt;src/debian/CRAN/cluster-1.11.11/inst/CITATION
&lt;br&gt;src/debian/CRAN/lmtest-0.9.21/inst/CITATION
&lt;br&gt;src/debian/CRAN/mgcv-1.4-1/inst/CITATION
&lt;br&gt;&lt;br&gt;Content of the inst/ directory will always appear in the top-level directory
&lt;br&gt;of the installed package. &amp;nbsp;The per-package summary then points out that a
&lt;br&gt;citation file exists, and the citation() function can use. &amp;nbsp;E.g. for the sn
&lt;br&gt;package that happens to be first in the list above (and two lines indented by me)
&lt;br&gt;&lt;br&gt;-----------------------------------------------------------------------------
&lt;br&gt;edd@ron:~&amp;gt; r -lsn -e'print(citation(&amp;quot;sn&amp;quot;))'
&lt;br&gt;Package 'sn', 0.4-4 (2007-10-08). Type 'help(SN)' for summary information
&lt;br&gt;&lt;br&gt;To cite the sn package in publications use:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Azzalini, A. (2007). R package 'sn': The skew-normal and skew-t
&lt;br&gt;&amp;nbsp; distributions (version 0.4-4). URL &lt;a href=&quot;http://azzalini.stat.unipd.it/SN&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://azzalini.stat.unipd.it/SN&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;A BibTeX entry for LaTeX users is
&lt;br&gt;&lt;br&gt;&amp;nbsp; @manual{,
&lt;br&gt;&amp;nbsp; &amp;nbsp; title = {{R} package \texttt{sn}:The skew-normal and skew-$t$
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;distributions (version 0.4-4)}, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; author = {A. Azzalini},
&lt;br&gt;&amp;nbsp; &amp;nbsp; address = {Universit\`a di Padova, Italia},
&lt;br&gt;&amp;nbsp; &amp;nbsp; year = {2007},
&lt;br&gt;&amp;nbsp; &amp;nbsp; url = {URL &lt;a href=&quot;http://azzalini.stat.unipd.it/SN&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://azzalini.stat.unipd.it/SN&lt;/a&gt;},
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;edd@ron:~&amp;gt; 
&lt;br&gt;-----------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;R itself provides its citation via the default (ie empty) argument:
&lt;br&gt;&lt;br&gt;-----------------------------------------------------------------------------
&lt;br&gt;edd@ron:~&amp;gt; r -e'print(citation(); 
&lt;br&gt;&lt;br&gt;To cite R in publications use:
&lt;br&gt;&lt;br&gt;&amp;nbsp; R Development Core Team (2008). R: A language and environment for
&lt;br&gt;&amp;nbsp; statistical computing. R Foundation for Statistical Computing, Vienna, 
&lt;br&gt;&amp;nbsp; Austria. ISBN 3-900051-07-0, URL &lt;a href=&quot;http://www.R-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.R-project.org&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;A BibTeX entry for LaTeX users is
&lt;br&gt;&lt;br&gt;&amp;nbsp; @Manual{,
&lt;br&gt;&amp;nbsp; &amp;nbsp; title = {R: A Language and Environment for Statistical Computing},
&lt;br&gt;&amp;nbsp; &amp;nbsp; author = {{R Development Core Team}},
&lt;br&gt;&amp;nbsp; &amp;nbsp; organization = {R Foundation for Statistical Computing},
&lt;br&gt;&amp;nbsp; &amp;nbsp; address = {Vienna, Austria},
&lt;br&gt;&amp;nbsp; &amp;nbsp; year = {2008},
&lt;br&gt;&amp;nbsp; &amp;nbsp; note = {{ISBN} 3-900051-07-0},
&lt;br&gt;&amp;nbsp; &amp;nbsp; url = {&lt;a href=&quot;http://www.R-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.R-project.org&lt;/a&gt;},
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&lt;br&gt;We have invested a lot of time and effort in creating R, please cite it when
&lt;br&gt;using it for data analysis. See also &amp;nbsp;citation(&amp;quot;pkgname&amp;quot;) &amp;nbsp;for citing R 
&lt;br&gt;packages.
&lt;br&gt;-----------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;Obviously, this is easier for R as it provides one coherent system. But we
&lt;br&gt;could start with an additional file in debian/ and go from there.
&lt;br&gt;&lt;br&gt;Dirk
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Three out of two people have difficulties with fractions.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933587&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933587&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19933587.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19933350</id>
	<title>Re: RC bugs in debian-science packages</title>
	<published>2008-10-11T08:08:27Z</published>
	<updated>2008-10-11T08:08:27Z</updated>
	<author>
		<name>David Bremner-4</name>
	</author>
	<content type="html">At Sat, 11 Oct 2008 14:33:22 +0100,
&lt;br&gt;Chris Walker wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Package: axiom (optional; Camm Maguire) [axiom/20050901-10 ;
&lt;br&gt;&amp;gt; 20050901-10.1 ; 20/10 days ; sparc(Failed)] [add/edit comment]
&lt;br&gt;&amp;gt; 500997 [ B] axiom_20050901-10.1(sparc/unstable): FTBFS on sparc,
&lt;br&gt;&amp;gt; code.o': No such file or directory
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I'll have a look, and ping Camm if required.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [FREEZE] Package: maxima (optional; Camm Maguire) [maxima/5.13.0-3.1 ; 5.16.3-1 ; 39/2 days ; hppa(Building)] [add/edit comment]
&lt;br&gt;&amp;gt; 02-Oct-2008: luk: needs tpu upload
&lt;br&gt;&amp;gt; 474909 [ + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T] maxima: FTBFS: /bin/sh: ./maxima: No such file or directory
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;This one is fixed by binNMU. &amp;nbsp;Dato just closed this bug.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933350&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933350&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RC-bugs-in-debian-science-packages-tp19932971p19933350.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19933128</id>
	<title>Re: RC bugs in debian-science packages</title>
	<published>2008-10-11T07:43:52Z</published>
	<updated>2008-10-11T07:43:52Z</updated>
	<author>
		<name>Dirk Eddelbuettel</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On 11 October 2008 at 14:33, Chris Walker wrote:
&lt;br&gt;| I discovered that axiom had an RC bug and this prompted me to check
&lt;br&gt;| which other science related packages had RC bugs. Looking at
&lt;br&gt;| &lt;a href=&quot;http://bts.turmzimmer.net/details.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bts.turmzimmer.net/details.php&lt;/a&gt;&amp;nbsp;reveals the following science
&lt;br&gt;| packages (picked out by hand, so E&amp;OE) that have release critical
&lt;br&gt;| bugs:
&lt;br&gt;| 
&lt;br&gt;| 
&lt;br&gt;| Package: axiom (optional; Camm Maguire) [axiom/20050901-10 ;
&lt;br&gt;| 20050901-10.1 ; 20/10 days ; sparc(Failed)] [add/edit comment]
&lt;br&gt;| 500997 [ B] axiom_20050901-10.1(sparc/unstable): FTBFS on sparc,
&lt;br&gt;| code.o': No such file or directory
&lt;br&gt;| 
&lt;br&gt;| 
&lt;br&gt;| [FREEZE] Package: maxima (optional; Camm Maguire) [maxima/5.13.0-3.1 ; 5.16.3-1 ; 39/2 days ; hppa(Building)] [add/edit comment]
&lt;br&gt;| 02-Oct-2008: luk: needs tpu upload
&lt;br&gt;| 474909 [ + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T] maxima: FTBFS: /bin/sh: ./maxima: No such file or directory
&lt;br&gt;&lt;br&gt;I am not sure if Camm reads this lists, so maybe someone should contact him? 
&lt;br&gt;&lt;br&gt;| [FROZEN] Package: r-base-core (optional; Dirk Eddelbuettel)
&lt;br&gt;| [r-base/2.7.1-1 ; 2.8.0~20081006-1 ; 4/10 days ; arm(Building)]
&lt;br&gt;| [add/edit comment]
&lt;br&gt;| 09-Oct-2008: HE: New version unsuitable, needs tpu upload
&lt;br&gt;| 496418 [ T] The possibility of attack with the help of symlinks in
&lt;br&gt;| some Debian packages
&lt;br&gt;| 
&lt;br&gt;| [FREEZE] Package: r-base-core-ra (optional; Dirk Eddelbuettel)
&lt;br&gt;| [r-base-core-ra/1.1.1-1 ; 1.1.2-1 ; 35/10 days] [add/edit comment]
&lt;br&gt;| 15-Sep-2008: HE: new upstream version unsuitable, needs tpu upload
&lt;br&gt;| 496363 [ S T] The possibility of attack with the help of symlinks in
&lt;br&gt;| some Debian packages
&lt;br&gt;&lt;br&gt;That's a mostly irrelevant bug report in a very, very tangental script
&lt;br&gt;basically nobody ever runs (javareconf, used to set up R's env vars for Java)
&lt;br&gt;or runs at most once. It is a fairly bening issue as the tempdir created is
&lt;br&gt;only used to compile a test program in. Anyway ...
&lt;br&gt;&lt;br&gt;As I understand lenny does have a backport of the bugfix I put into 2.7.1-2.
&lt;br&gt;[ The problem has also been addressed upstream as of 2.7.2. ]
&lt;br&gt;&lt;br&gt;Also, one wouldn't use r-base-core-ra [ an R variant with an experimental but
&lt;br&gt;working just-in-time compiler ] for this Java test as one uses R's own. 
&lt;br&gt;&lt;br&gt;Hope this clarifies. &amp;nbsp;If anybody wants to fiddle more with this for lenny, go
&lt;br&gt;ahead. I consider this closed, and it is all taken care of in unstable.
&lt;br&gt;&lt;br&gt;Dirk
&lt;br&gt;Debian R dude
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Three out of two people have difficulties with fractions.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933128&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933128&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RC-bugs-in-debian-science-packages-tp19932971p19933128.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19933268</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-11T07:40:38Z</published>
	<updated>2008-10-11T07:40:38Z</updated>
	<author>
		<name>Chris Walker-2</name>
	</author>
	<content type="html">Manuel Prinz &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933268&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sure. So, to summarize, we have the following options:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;1. The references are added to the long description
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. The references are added to Packages via a new X-* field
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;3. The references are added to debian/copyright
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;4. The references are supplied in a file under ./debian and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; installed in a common location (via debhelper or other methods)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1. in an already widely-used bibliographic format
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. in a RFC822 format that is converted to other formats on
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; installation
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; To me, only 4) is an option, and I prefer to go the 4.1 route. 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;For making the citations available to be cited, I tend to agree. 
&lt;br&gt;&lt;br&gt;MPQC[1] &lt;a href=&quot;http://www.mpqc.org/pub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mpqc.org/pub.php&lt;/a&gt;&amp;nbsp;says:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;quot;We request that publications using results produced by MPQC cite it
&lt;br&gt;&amp;nbsp; &amp;nbsp;as described by the CITATION file in the MPQC distribution. These
&lt;br&gt;&amp;nbsp; &amp;nbsp;generally have the form: &amp;quot;
&lt;br&gt;&lt;br&gt;It then goes on to list the appropriate citation. 
&lt;br&gt;&lt;br&gt;I do like the approach of having a simple plain text file - while not
&lt;br&gt;machine readable does make it clear the appropriate citation - (and in
&lt;br&gt;this case the request that &amp;quot;modified by author, institution, location,
&lt;br&gt;year be added if appropriate&amp;quot;).
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Supplying the information in a widely used bibliographic format _as
&lt;br&gt;well_ would be nice - and make it easier to pull out for the tasks web
&lt;br&gt;pages.
&lt;br&gt;&lt;br&gt;To answer a question from somewhere else in the thread, I don't know
&lt;br&gt;if it is standard, but Phys Rev Letters includes a doi field[1] in
&lt;br&gt;bibtex format citations.
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;[1] The latest PRL cover article is doi = {10.1103/PhysRevLett.101.158102} 
&lt;br&gt;for example.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933268&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19933268&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19933268.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932941</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-11T07:16:21Z</published>
	<updated>2008-10-11T07:16:21Z</updated>
	<author>
		<name>Michael Banck</name>
	</author>
	<content type="html">On Wed, Oct 08, 2008 at 09:27:13AM +0900, Charles Plessy wrote:
&lt;br&gt;&amp;gt; You propose an additional control field for after Lenny release, but my
&lt;br&gt;&amp;gt; gut feeling is that there will be a strong opposition on
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932941&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel@...&lt;/a&gt;, as extra fields make some files such as Packages.gz
&lt;br&gt;&amp;gt; heavier, which is a disadvantage for platforms with limited CPU power,
&lt;br&gt;&amp;gt; that have to parse this file despite not being likely to use this
&lt;br&gt;&amp;gt; feature.
&lt;br&gt;&lt;br&gt;This is only the case if you add a XB-* field, which end up in the
&lt;br&gt;binary package. &amp;nbsp;XS-* fields end up in the .dsc of the source package,
&lt;br&gt;and X-* field do not end up in either.
&lt;br&gt;&lt;br&gt;It is the latter which I proposed initially, i.e. have the meta-data in
&lt;br&gt;the debian/control of the package, but do not expose it to the .dsc or
&lt;br&gt;.deb packages.
&lt;br&gt;&lt;br&gt;If that might be too hard to parse for web-frontends or users, we could
&lt;br&gt;also just add it to the source package, that should not be an issue for
&lt;br&gt;bandwidth or CPU cycles. &amp;nbsp;We could then ask packages.d.o or
&lt;br&gt;packages.qa.d.o to expose that info as well, maybe.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932941&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932941&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19932941.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932971</id>
	<title>RC bugs in debian-science packages</title>
	<published>2008-10-11T06:33:22Z</published>
	<updated>2008-10-11T06:33:22Z</updated>
	<author>
		<name>Chris Walker-2</name>
	</author>
	<content type="html">I discovered that axiom had an RC bug and this prompted me to check
&lt;br&gt;which other science related packages had RC bugs. Looking at
&lt;br&gt;&lt;a href=&quot;http://bts.turmzimmer.net/details.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bts.turmzimmer.net/details.php&lt;/a&gt;&amp;nbsp;reveals the following science
&lt;br&gt;packages (picked out by hand, so E&amp;OE) that have release critical
&lt;br&gt;bugs:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Package: axiom (optional; Camm Maguire) [axiom/20050901-10 ;
&lt;br&gt;20050901-10.1 ; 20/10 days ; sparc(Failed)] [add/edit comment]
&lt;br&gt;500997 [ B] axiom_20050901-10.1(sparc/unstable): FTBFS on sparc,
&lt;br&gt;code.o': No such file or directory
&lt;br&gt;&lt;br&gt;&lt;br&gt;[FREEZE] Package: maxima (optional; Camm Maguire) [maxima/5.13.0-3.1 ; 5.16.3-1 ; 39/2 days ; hppa(Building)] [add/edit comment]
&lt;br&gt;02-Oct-2008: luk: needs tpu upload
&lt;br&gt;474909 [ + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T] maxima: FTBFS: /bin/sh: ./maxima: No such file or directory
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[FROZEN] Package: r-base-core (optional; Dirk Eddelbuettel)
&lt;br&gt;[r-base/2.7.1-1 ; 2.8.0~20081006-1 ; 4/10 days ; arm(Building)]
&lt;br&gt;[add/edit comment]
&lt;br&gt;09-Oct-2008: HE: New version unsuitable, needs tpu upload
&lt;br&gt;496418 [ T] The possibility of attack with the help of symlinks in
&lt;br&gt;some Debian packages
&lt;br&gt;&lt;br&gt;[FREEZE] Package: r-base-core-ra (optional; Dirk Eddelbuettel)
&lt;br&gt;[r-base-core-ra/1.1.1-1 ; 1.1.2-1 ; 35/10 days] [add/edit comment]
&lt;br&gt;15-Sep-2008: HE: new upstream version unsuitable, needs tpu upload
&lt;br&gt;496363 [ S T] The possibility of attack with the help of symlinks in
&lt;br&gt;some Debian packages
&lt;br&gt;&lt;br&gt;&lt;br&gt;There are also RC bugs in matplotlib, texlive-fonts-extra and
&lt;br&gt;texlive-latex-extra, but very recent uploads have been made which
&lt;br&gt;appear to address the RC bug. 
&lt;br&gt;&lt;br&gt;So, most packages are in good shape (or scientists don't like
&lt;br&gt;reporting RC bugs).
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[FREEZE] Package: acl2 (optional; Camm Maguire) [acl2/3.1-1 ; 3.4-1 ;
&lt;br&gt;43/10 days ; hppa(Building);ia64(Building);sparc(Failed)] [add/edit
&lt;br&gt;comment]
&lt;br&gt;02-Oct-2008: luk: probably needs tpu upload
&lt;br&gt;494328 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T] acl2: FTBFS in lenny: Initialization FAILED: acl2-status.txt should contain :INITIALIZED.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Package: axiom (optional; Camm Maguire) [axiom/20050901-10 ;
&lt;br&gt;20050901-10.1 ; 17/10 days ; sparc(Failed)] [add/edit comment]
&lt;br&gt;500997 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NB] axiom_20050901-10.1(sparc/unstable): FTBFS on sparc, code.o': No such file or directory
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;[FREEZE] Package: maxima (optional; Camm Maguire) [maxima/5.13.0-3.1 ;
&lt;br&gt;5.16.3-1 ; 36/2 days ; hppa(Building)] [add/edit comment] 02-Oct-2008:
&lt;br&gt;luk: needs tpu upload
&lt;br&gt;474909 [ + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T] maxima: FTBFS: /bin/sh: ./maxima: No such file or directory
&lt;br&gt;&lt;br&gt;&lt;br&gt;[FROZEN] Package: quantlib-swig (optional; Dirk Eddelbuettel)
&lt;br&gt;[quantlib-swig/0.9.0-1 ; 0.9.6-1 ; 59/10 days] [add/edit comment]
&lt;br&gt;02-Oct-2008: luk: needs tpu upload
&lt;br&gt;494218 [ T] quantlib-swig: FTBFS: QuantLib/quantlib_wrap.cpp:6127:
&lt;br&gt;error: 'NaturalCubicSpline' is not a member of 'QuantLib'
&lt;br&gt;&lt;br&gt;[FROZEN] Package: r-base-core (optional; Dirk Eddelbuettel)
&lt;br&gt;[r-base/2.7.1-1 ; 2.8.0~20081006-1 ; 1/10 days ;
&lt;br&gt;alpha(I);arm(Building);mips(I);mipsel(I);powerpc(I)] [add/edit
&lt;br&gt;comment]
&lt;br&gt;496418 [ T] The possibility of attack with the help of symlinks in
&lt;br&gt;some Debian packages
&lt;br&gt;&lt;br&gt;[FREEZE] Package: r-base-core-ra (optional; Dirk Eddelbuettel)
&lt;br&gt;[r-base-core-ra/1.1.1-1 ; 1.1.2-1 ; 32/10 days] [add/edit comment]
&lt;br&gt;15-Sep-2008: HE: new upstream version unsuitable, needs tpu upload
&lt;br&gt;496363 [ S T] The possibility of attack with the help of symlinks in
&lt;br&gt;some Debian packages
&lt;br&gt;&lt;br&gt;Package: texlive-fonts-extra (optional; Debian TeX Maintainers et al.)
&lt;br&gt;[texlive-extra/2007.dfsg.4-1 ; 2007.dfsg.6-1 ; 8/5 days] [add/edit
&lt;br&gt;comment] 
&lt;br&gt;07-Oct-2008: dato: unblocked
&lt;br&gt;500633 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T] texlive-fonts-extra: oca nonfree
&lt;br&gt;501270 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; NB] texlive-fonts-extra: futhark nonfree
&lt;br&gt;&lt;br&gt;Package: texlive-latex-extra (optional; Debian TeX Maintainers et al.)
&lt;br&gt;[texlive-extra/2007.dfsg.4-1 ; 2007.dfsg.6-1 ; 8/5 days] [add/edit
&lt;br&gt;comment]
&lt;br&gt;07-Oct-2008: dato: unblocked
&lt;br&gt;500074 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;T] texlive-latex-extra: grnumalt is nonfree
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932971&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932971&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/RC-bugs-in-debian-science-packages-tp19932971p19932971.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19932611</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-11T06:28:19Z</published>
	<updated>2008-10-11T06:28:19Z</updated>
	<author>
		<name>Charles Plessy-12</name>
	</author>
	<content type="html">Le Fri, Oct 10, 2008 at 01:24:22PM +0200, Manuel Prinz a écrit :
&lt;br&gt;&amp;gt; The solution proposed by Andreas here is IMHO the way to go: Provide the
&lt;br&gt;&amp;gt; information in the source package and install them where it is needed or
&lt;br&gt;&amp;gt; wanted. This is i.e. one way the Emdebian project slims it's packages:
&lt;br&gt;&amp;gt; Not calling certain debhelper scripts.
&lt;br&gt;&lt;br&gt;&amp;gt; Another issues that comes to my mind is whether we want to provide
&lt;br&gt;&amp;gt; references to/about the software/package or information which
&lt;br&gt;&amp;gt; publication the authors want to be cited with (if there are several).
&lt;br&gt;&amp;gt; Maybe we should differ between citation (what to cite, important for
&lt;br&gt;&amp;gt; authors) and references (information, important for users of a
&lt;br&gt;&amp;gt; software). Thoughts?
&lt;br&gt;&lt;br&gt;Hi Manuel,
&lt;br&gt;&lt;br&gt;Thanks a lot for the summary !
&lt;br&gt;&lt;br&gt;It seems that if we go the Debhelper way, we could make dh_references
&lt;br&gt;not install anything if DEB_BUILD_OPTIONS contains a 'nodoc' flag. When
&lt;br&gt;a large majority of the scientific packages would contain
&lt;br&gt;debian/references, we could enhance dh_references to maintain central
&lt;br&gt;bibliographies in mainstream formats using DPKG triggers. It should
&lt;br&gt;probably be possible to add comments such as &amp;quot;Cite this article if you
&lt;br&gt;use 'foo'&amp;quot; in the references. With this proper documentation, we could
&lt;br&gt;add the other references that the programs documentations cite.
&lt;br&gt;&lt;br&gt;I created a wiki page to organise our work when the brainstorming phase
&lt;br&gt;will be over. &lt;a href=&quot;http://wiki.debian.org/DebianScience/References&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/DebianScience/References&lt;/a&gt;&amp;nbsp;. By the
&lt;br&gt;way, I would be very interested to read the opinion of Michael, who
&lt;br&gt;started this thread.
&lt;br&gt;&lt;br&gt;Have a nice day,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Charles Plessy
&lt;br&gt;Debian Med packaging team,
&lt;br&gt;Tsurumi, Kanagawa, Japan
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932611&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19932611&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19932611.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19916588</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-10T04:24:22Z</published>
	<updated>2008-10-10T04:24:22Z</updated>
	<author>
		<name>Manuel Prinz-2</name>
	</author>
	<content type="html">Hi all!
&lt;br&gt;&lt;br&gt;&amp;gt; Le Wed, Oct 08, 2008 at 08:19:25AM +0200, Andreas Tille a écrit :
&lt;br&gt;&amp;gt; &amp;gt; Regarding your first item we might think about a debian/references
&lt;br&gt;&amp;gt; &amp;gt; file with a defined structure and write a dh_installreferences script
&lt;br&gt;&amp;gt; &amp;gt; to move this information to a defined place.
&lt;br&gt;&lt;br&gt;I prefer this solution of using a seperate file under ./debian since --
&lt;br&gt;as Charles already said earlier -- there will be some opposition on
&lt;br&gt;debian-devel. I'm involved with some (though little) of the &amp;quot;limited CPU
&lt;br&gt;power&amp;quot; things and have quite strong feelings about adding a new field to
&lt;br&gt;Packages since this file already grows to large. It's also mostly not an
&lt;br&gt;issue of CPU power but bandwidth and disk space, as there are no tools
&lt;br&gt;that allow a stripped download of that file, leaving the &amp;quot;uninteresting&amp;quot;
&lt;br&gt;things out.
&lt;br&gt;&lt;br&gt;The solution proposed by Andreas here is IMHO the way to go: Provide the
&lt;br&gt;information in the source package and install them where it is needed or
&lt;br&gt;wanted. This is i.e. one way the Emdebian project slims it's packages:
&lt;br&gt;Not calling certain debhelper scripts. I really do not see a need to
&lt;br&gt;have citations in the Packages file since this is supposed to give short
&lt;br&gt;information about the package; enough to see if it might be useful, not
&lt;br&gt;everything that is available.
&lt;br&gt;&lt;br&gt;Another thing I'd like to address is translation: If we keep the
&lt;br&gt;references in the long discription -- very bad, IMHO -- we add extra
&lt;br&gt;burdon on the translators. Since there is no agreement on citation
&lt;br&gt;style, everything will divert and changing it to a common format will
&lt;br&gt;drive translators nuts since they get informed about changes that are in
&lt;br&gt;fact no real changes; but they need to process them anyway.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; I would strongly vote for RFC822 format (as debian/control, Packages
&lt;br&gt;&amp;gt; &amp;gt; and Sources file). &amp;nbsp;There are tools inside Debian to work on this
&lt;br&gt;&amp;gt; &amp;gt; format (I'm using these in my scripts) and conversion to any other
&lt;br&gt;&amp;gt; &amp;gt; format like BibTeX would be easy.
&lt;br&gt;&lt;br&gt;Am Donnerstag, den 09.10.2008, 10:54 +0900 schrieb Charles Plessy:
&lt;br&gt;&amp;gt; For the format, although I won't stop volunteers to write conversion
&lt;br&gt;&amp;gt; scripts, I would like to stress out that for biology the easiest is
&lt;br&gt;&amp;gt; probably do download the pubmed.org record and convert it using the
&lt;br&gt;&amp;gt; bibutils package in Debian, and that if we do not use a well recognised
&lt;br&gt;&amp;gt; format, the first thing users will do is probably to reconvert what we
&lt;br&gt;&amp;gt; provide to either PubMed, BibTeX or Endnote formats...
&lt;br&gt;&lt;br&gt;For the format, I do not really care but tend to suggest BibTeX since it
&lt;br&gt;can be read from everything I know and can be directly used if one uses
&lt;br&gt;LaTeX. It's also well understood by Bibus. It can also be easily
&lt;br&gt;converted to other formats.
&lt;br&gt;&lt;br&gt;As a real fan of RFC822, I like Andreas suggestion, but I'm not what we
&lt;br&gt;are going / want to provide: If it's just information about scientific
&lt;br&gt;papers, I suggest to go for a format which is well understood and simply
&lt;br&gt;supply it, so users can intregrate them in their bibliography software.
&lt;br&gt;If we want to supply a database of all references to software inside
&lt;br&gt;Debian in several formats, we needs to automatically build and maintain
&lt;br&gt;this database. Also, I do not see the need to have such a database since
&lt;br&gt;the single BibTeX file are enough to work with. I'd also (as a user) not
&lt;br&gt;need them in BibTeX, EndNote, PubMed and whatever else is common.
&lt;br&gt;&lt;br&gt;&amp;gt; Le Wed, Oct 08, 2008 at 11:24:10AM +0200, Teemu Ikonen a écrit :
&lt;br&gt;&amp;gt; &amp;gt; How about adding an extra field to the machine readable copyright file
&lt;br&gt;&amp;gt; &amp;gt; format? The mr-copyright file is RFC822 and thus easy to parse, and is
&lt;br&gt;&amp;gt; &amp;gt; already in every Debian package. Package users could find the citation
&lt;br&gt;&amp;gt; &amp;gt; from the same place as other author, copyright and licensing info. As
&lt;br&gt;&amp;gt; &amp;gt; could the program generating task pages and other package listings.
&lt;br&gt;&lt;br&gt;I feel like this would just suggest that citation is enforced which in
&lt;br&gt;most cases it isn't. I see citation totally distinct from copyright, so
&lt;br&gt;I think it's not the place where this information should go.
&lt;br&gt;&lt;br&gt;&amp;gt; When we will have enough references, having a debhelper script will
&lt;br&gt;&amp;gt; definitely be a nice enhancement. I also see it as a long term goal, as
&lt;br&gt;&amp;gt; it will take one release cycle to have it in Stable. Using it before can
&lt;br&gt;&amp;gt; complicate user backports.
&lt;br&gt;&lt;br&gt;Sure. So, to summarize, we have the following options:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1. The references are added to the long description
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2. The references are added to Packages via a new X-* field
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3. The references are added to debian/copyright
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4. The references are supplied in a file under ./debian and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; installed in a common location (via debhelper or other methods)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1. in an already widely-used bibliographic format
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. in a RFC822 format that is converted to other formats on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; installation
&lt;br&gt;&lt;br&gt;To me, only 4) is an option, and I prefer to go the 4.1 route. I guess
&lt;br&gt;I'm familiar with debhelper enough that I could write an install script
&lt;br&gt;that will be accepted into debhelper. But not before we have consesus
&lt;br&gt;about that, of course. ;)
&lt;br&gt;&lt;br&gt;Another issues that comes to my mind is whether we want to provide
&lt;br&gt;references to/about the software/package or information which
&lt;br&gt;publication the authors want to be cited with (if there are several).
&lt;br&gt;Maybe we should differ between citation (what to cite, important for
&lt;br&gt;authors) and references (information, important for users of a
&lt;br&gt;software). Thoughts?
&lt;br&gt;&lt;br&gt;Sorry for the long mail! The stuff went straight from my brain to my
&lt;br&gt;fingers and might therefore be horryibly broken. ;)
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;Manuel
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19916588/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19916588.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19896796</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-09T04:14:18Z</published>
	<updated>2008-10-09T04:14:18Z</updated>
	<author>
		<name>Steffen Moeller-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;Charles Plessy wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have no strong opinion where to put the bibliographic information, and
&lt;br&gt;&amp;gt; propose to discuss the different possibilities on debian-devel once we
&lt;br&gt;&amp;gt; have brainstormed enough.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For the format, although I won't stop volunteers to write conversion
&lt;br&gt;&amp;gt; scripts, I would like to stress out that for biology the easiest is
&lt;br&gt;&amp;gt; probably do download the pubmed.org record and convert it using the
&lt;br&gt;&amp;gt; bibutils package in Debian, and that if we do not use a well recognised
&lt;br&gt;&amp;gt; format, the first thing users will do is probably to reconvert what we
&lt;br&gt;&amp;gt; provide to either PubMed, BibTeX or Endnote formats...
&lt;/div&gt;&lt;br&gt;I am with Charles. What I particularly like about this thread that it
&lt;br&gt;is not about getting singular packages out but about how Debian
&lt;br&gt;integrates best with the users as an hollistic instrument.
&lt;br&gt;&lt;br&gt;Steffen
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19896796&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19896796&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19896796.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19890905</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-08T18:54:17Z</published>
	<updated>2008-10-08T18:54:17Z</updated>
	<author>
		<name>Charles Plessy-12</name>
	</author>
	<content type="html">Le Wed, Oct 08, 2008 at 08:19:25AM +0200, Andreas Tille a écrit :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regarding your first item we might think about a debian/references
&lt;br&gt;&amp;gt; file with a defined structure and write a dh_installreferences script
&lt;br&gt;&amp;gt; to move this information to a defined place.
&lt;br&gt;&lt;br&gt;&amp;gt; I would strongly vote for RFC822 format (as debian/control, Packages
&lt;br&gt;&amp;gt; and Sources file). &amp;nbsp;There are tools inside Debian to work on this
&lt;br&gt;&amp;gt; format (I'm using these in my scripts) and conversion to any other
&lt;br&gt;&amp;gt; format like BibTeX would be easy.
&lt;br&gt;&lt;br&gt;Le Wed, Oct 08, 2008 at 11:24:10AM +0200, Teemu Ikonen a écrit :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How about adding an extra field to the machine readable copyright file
&lt;br&gt;&amp;gt; format? The mr-copyright file is RFC822 and thus easy to parse, and is
&lt;br&gt;&amp;gt; already in every Debian package. Package users could find the citation
&lt;br&gt;&amp;gt; from the same place as other author, copyright and licensing info. As
&lt;br&gt;&amp;gt; could the program generating task pages and other package listings.
&lt;br&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I have no strong opinion where to put the bibliographic information, and
&lt;br&gt;propose to discuss the different possibilities on debian-devel once we
&lt;br&gt;have brainstormed enough.
&lt;br&gt;&lt;br&gt;For the format, although I won't stop volunteers to write conversion
&lt;br&gt;scripts, I would like to stress out that for biology the easiest is
&lt;br&gt;probably do download the pubmed.org record and convert it using the
&lt;br&gt;bibutils package in Debian, and that if we do not use a well recognised
&lt;br&gt;format, the first thing users will do is probably to reconvert what we
&lt;br&gt;provide to either PubMed, BibTeX or Endnote formats...
&lt;br&gt;&lt;br&gt;When we will have enough references, having a debhelper script will
&lt;br&gt;definitely be a nice enhancement. I also see it as a long term goal, as
&lt;br&gt;it will take one release cycle to have it in Stable. Using it before can
&lt;br&gt;complicate user backports.
&lt;br&gt;&lt;br&gt;Have a nice day,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Charles Plessy
&lt;br&gt;Debian Med packaging team,
&lt;br&gt;Tsurumi, Kanagawa, Japan
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19890905&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19890905&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19890905.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19884767</id>
	<title>Re: [Debichem-devel] Chemistry wiki page</title>
	<published>2008-10-08T11:18:56Z</published>
	<updated>2008-10-08T11:18:56Z</updated>
	<author>
		<name>Chris Walker-2</name>
	</author>
	<content type="html">On Tue, Oct 07, 2008 at 05:05:51PM +0200, Michael Banck wrote:
&lt;br&gt;&amp;gt; On Tue, Oct 07, 2008 at 12:10:14AM +0100, Chris Walker wrote:
&lt;br&gt;&amp;gt; &amp;gt; I have added almost all[1] the science-chemistry packages to the
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://wiki.debian.org/DebianScience/Chemistry&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.debian.org/DebianScience/Chemistry&lt;/a&gt;&amp;nbsp;page. I have done some
&lt;br&gt;&amp;gt; &amp;gt; categorisation of them, but mainly from their descriptions - so
&lt;br&gt;&amp;gt; &amp;gt; corrections welcome.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks, I've now extended it a bit and shuffled things around.
&lt;br&gt;&lt;br&gt;Excellent - just what I hoped would happen. 
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; I have also included the abinitio package abinit and OpenMX - from the
&lt;br&gt;&amp;gt; &amp;gt; physics task, and the v-sim structure viewer (again from the physics
&lt;br&gt;&amp;gt; &amp;gt; task). Should these be added to the science-chemistry task?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; v-sim probably (I think we had a discussion about it).
&lt;br&gt;&lt;br&gt;I have taken the liberty of adding this to the chemistry task. I'm not
&lt;br&gt;really a chemist, so if there are objections, please feel free to
&lt;br&gt;remove it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19884767&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19884767&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Chemistry-wiki-page-tp19848281p19884767.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19880510</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-08T07:55:46Z</published>
	<updated>2008-10-08T07:55:46Z</updated>
	<author>
		<name>Bernhard R. Link-2</name>
	</author>
	<content type="html">* Charles Plessy &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19880510&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;plessy@...&lt;/a&gt;&amp;gt; [081008 16:28]:
&lt;br&gt;&amp;gt; [...], but when authors ask to be cited, it is not
&lt;br&gt;&amp;gt; for vanity but for professional survival.
&lt;br&gt;&lt;br&gt;Sorry if that sounds harsh: But when people fake their results, they
&lt;br&gt;sometimes do not do so for vanity but for survival, too.
&lt;br&gt;&lt;br&gt;&amp;gt; Luckily, whith the advent of
&lt;br&gt;&amp;gt; electronic publication, there are less limits on the number of
&lt;br&gt;&amp;gt; references per article.
&lt;br&gt;&lt;br&gt;So making citations less meaningfull by just adding everything or
&lt;br&gt;even trying to pressure people into making unmeaningfull citations
&lt;br&gt;is less bad?
&lt;br&gt;&lt;br&gt;&amp;gt; In the end, if people really prefer to work with this or that kernel, I
&lt;br&gt;&amp;gt; would not be shocked if it were mentinned somewhere in the article,
&lt;br&gt;&amp;gt; similarly to rock bands that indicate what gutar strings they use :)
&lt;br&gt;&lt;br&gt;Nothing bad about mentioning things that might make some reading less
&lt;br&gt;boring, but additional thanks and mentioning of things not needed for
&lt;br&gt;the verfication or scientific surroundings of an paper is really only
&lt;br&gt;up to the author.
&lt;br&gt;&lt;br&gt;Hochachtungsvoll,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bernhard R. Link
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19880510&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19880510&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19880510.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19879924</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-08T07:28:51Z</published>
	<updated>2008-10-08T07:28:51Z</updated>
	<author>
		<name>Charles Plessy-12</name>
	</author>
	<content type="html">Le Wed, Oct 08, 2008 at 04:11:26PM +0200, Bernhard R. Link a écrit :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I do not see why that should be different for example for the
&lt;br&gt;&amp;gt; typesetting package or the computer algrebra system you use to do
&lt;br&gt;&amp;gt; some matrix inversions.
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;If we do not cite software made by academic developers, they will not
&lt;br&gt;get a good evaluation and eventually lose their funding or even their
&lt;br&gt;jobs. Pressure is high enough that some do not want to be packaged
&lt;br&gt;because it lowers their download counter, which is another metric for
&lt;br&gt;evaluation.
&lt;br&gt;&lt;br&gt;I write it caricaturally, but when authors ask to be cited, it is not
&lt;br&gt;for vanity but for professional survival. Luckily, whith the advent of
&lt;br&gt;electronic publication, there are less limits on the number of
&lt;br&gt;references per article.
&lt;br&gt;&lt;br&gt;In the end, if people really prefer to work with this or that kernel, I
&lt;br&gt;would not be shocked if it were mentinned somewhere in the article,
&lt;br&gt;similarly to rock bands that indicate what gutar strings they use :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Have a nice day,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Charles Plessy
&lt;br&gt;Debian Med packaging team,
&lt;br&gt;Tsurumi, Kanagawa, Japan
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19879924&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19879924&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19879924.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19879560</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-08T07:11:26Z</published>
	<updated>2008-10-08T07:11:26Z</updated>
	<author>
		<name>Bernhard R. Link-2</name>
	</author>
	<content type="html">* Michael Banck &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19879560&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mbanck@...&lt;/a&gt;&amp;gt; [081008 00:28]:
&lt;br&gt;&amp;gt; Certainly, the citation mannors might be different in the various fields
&lt;br&gt;&amp;gt; of science, but at least in some fields, if you use a software package
&lt;br&gt;&amp;gt; to create scientific data you publish,
&lt;br&gt;&lt;br&gt;The important part here is what means &amp;quot;use a software package to create
&lt;br&gt;scientific data you publish&amp;quot;?
&lt;br&gt;&lt;br&gt;In broad terms that would include the kernel you use (you can hardly
&lt;br&gt;produce data without), your editor, the compiler you used to compile
&lt;br&gt;your programs into binaries, the xcalc you used to check the numbers
&lt;br&gt;sum up, and so on.
&lt;br&gt;&lt;br&gt;I do not see why that should be different for example for the
&lt;br&gt;typesetting package or the computer algrebra system you use to do
&lt;br&gt;some matrix inversions.
&lt;br&gt;&lt;br&gt;Hochachtungsvoll,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bernhard R. Link
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19879560&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19879560&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19879560.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19876370</id>
	<title>Re: [OT] tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-08T03:40:52Z</published>
	<updated>2008-10-08T03:40:52Z</updated>
	<author>
		<name>Adam C Powell IV</name>
	</author>
	<content type="html">On Tue, 2008-10-07 at 23:55 +0200, Bernhard R. Link wrote:
&lt;br&gt;&amp;gt; * Michael Banck &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19876370&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mbanck@...&lt;/a&gt;&amp;gt; [081007 22:53]:
&lt;br&gt;&amp;gt; &amp;gt; Also, having this would sense a clear signal to upstream authors that we
&lt;br&gt;&amp;gt; &amp;gt; consider proper citing important and that enforcing citations in
&lt;br&gt;&amp;gt; &amp;gt; copyright licensing is not the best thing to do.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think the better signal to send is that &amp;quot;enforced citation&amp;quot; is
&lt;br&gt;&amp;gt; considered not academical behaviour as it is simply citation trolling.
&lt;br&gt;&amp;gt; I my eyes it is equivalent of paying people to cite you. (Or rather
&lt;br&gt;&amp;gt; eqauivalent to harrassing people to make them cite you).
&lt;br&gt;&lt;br&gt;I disagree. &amp;nbsp;Papers are required to provide full details on the methods
&lt;br&gt;they use which affect the results, whether an instrument or piece of
&lt;br&gt;software. &amp;nbsp;That provides transparency and verification. &amp;nbsp;For example, if
&lt;br&gt;someone package A version B.C to solve equation Y, and someone else gets
&lt;br&gt;a different solution, and a third person later finds a bug in that
&lt;br&gt;version, it is essential to have the software and version in the papers
&lt;br&gt;in order to sort out who is write. &amp;nbsp;The citation provides the canonical
&lt;br&gt;reference to the software.
&lt;br&gt;&lt;br&gt;To address another side of this, the relevant currency in academia is
&lt;br&gt;credit and not money, and nobody is paying or harassing anyone to use a
&lt;br&gt;piece of software. &amp;nbsp;If you don't want to cite it, use a different tool,
&lt;br&gt;or re-implement it. &amp;nbsp;But using software without citing it is like not
&lt;br&gt;citing an algorithm or experimental method.
&lt;br&gt;&lt;br&gt;&amp;gt; There might be things where software can actually be used as academical
&lt;br&gt;&amp;gt; contribution to some paper, but all examples I've yet seen were just
&lt;br&gt;&amp;gt; ridicilously broad. Neighter your calculator nor your typewriter belonged
&lt;br&gt;&amp;gt; in the citations (though sometimes might have been added as kind of joke,
&lt;br&gt;&amp;gt; like people trying to award PHDs to their desktop computer), not does
&lt;br&gt;&amp;gt; the equivalent in software. Citations have an academic purpose, they are
&lt;br&gt;&amp;gt; not something to collect to make your resume look better...
&lt;br&gt;&lt;br&gt;That's a completely different situation. &amp;nbsp;One doesn't need to cite the
&lt;br&gt;make and model of computer, as long as computers can be trusted to do
&lt;br&gt;math properly -- the Pentium fdiv bug being the only counterexample I
&lt;br&gt;know of in the past 30 years or so.
&lt;br&gt;&lt;br&gt;Until scientific software is as reliable and robust as arithmetic in
&lt;br&gt;silicon (or the libm for that matter), we'll need to cite it properly.
&lt;br&gt;&lt;br&gt;-Adam
&lt;br&gt;-- 
&lt;br&gt;GPG fingerprint: D54D 1AEE B11C CE9B A02B &amp;nbsp;C5DD 526F 01E8 564E E4B6
&lt;br&gt;&lt;br&gt;Engineering consulting with open source tools
&lt;br&gt;&lt;a href=&quot;http://www.opennovation.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opennovation.com/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/19876370/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19876370.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19875326</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-08T02:24:10Z</published>
	<updated>2008-10-08T02:24:10Z</updated>
	<author>
		<name>Teemu Ikonen-2</name>
	</author>
	<content type="html">On Wed, Oct 8, 2008 at 2:27 AM, Charles Plessy &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19875326&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;plessy@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; You propose an additional control field for after Lenny release, but my
&lt;br&gt;&amp;gt; gut feeling is that there will be a strong opposition on
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19875326&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel@...&lt;/a&gt;, as extra fields make some files such as Packages.gz
&lt;br&gt;&amp;gt; heavier, which is a disadvantage for platforms with limited CPU power,
&lt;br&gt;&amp;gt; that have to parse this file despite not being likely to use this
&lt;br&gt;&amp;gt; feature.
&lt;br&gt;&lt;br&gt;I also think that the argument against extra fields in control is a
&lt;br&gt;strong one, unless there are already tools to filter the Packages file
&lt;br&gt;to contain just the fields which are technically necessary to the
&lt;br&gt;packaging system. One must fight bloat in all fronts :)
&lt;br&gt;&lt;br&gt;&amp;gt; Maybe we can separate two issues:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;- Providing proper citations to the users of our packages.
&lt;br&gt;&amp;gt; &amp;nbsp;- Providing proper citations to the people browsing our task pages.
&lt;br&gt;&lt;br&gt;How about adding an extra field to the machine readable copyright file
&lt;br&gt;format? The mr-copyright file is RFC822 and thus easy to parse, and is
&lt;br&gt;already in every Debian package. Package users could find the citation
&lt;br&gt;from the same place as other author, copyright and licensing info. As
&lt;br&gt;could the program generating task pages and other package listings.
&lt;br&gt;&lt;br&gt;The downsides are that packages could not be found by grepping or
&lt;br&gt;apt-cache search:ing the reference from the Packages file, and that
&lt;br&gt;putting a citation to 'copyright' file would send a weak signal that
&lt;br&gt;having licenses which require citation would be somehow socially
&lt;br&gt;acceptable, which it is not.
&lt;br&gt;&lt;br&gt;Teemu
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19875326&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19875326&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19875326.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19872967</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-07T23:19:25Z</published>
	<updated>2008-10-07T23:19:25Z</updated>
	<author>
		<name>Andreas Tille</name>
	</author>
	<content type="html">On Wed, 8 Oct 2008, Charles Plessy wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I fully support the idea of providing a proper reference to the software
&lt;br&gt;&amp;gt; we distribute. In Debian-Med, I put one in the packages's description,
&lt;br&gt;&amp;gt; but I am not completely satisfied with this because:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - In some case, more than one would be necessary, and it would overload
&lt;br&gt;&amp;gt; &amp;nbsp; the description.
&lt;br&gt;&amp;gt; - I did not follow strict formattign rules, which is not too helpful for
&lt;br&gt;&amp;gt; &amp;nbsp; people who want to use citation managers.
&lt;br&gt;&amp;gt; - As you wrote, it does not belong to the description anyway ;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You propose an additional control field for after Lenny release, but my
&lt;br&gt;&amp;gt; gut feeling is that there will be a strong opposition on
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19872967&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel@...&lt;/a&gt;, as extra fields make some files such as Packages.gz
&lt;br&gt;&amp;gt; heavier, which is a disadvantage for platforms with limited CPU power,
&lt;br&gt;&amp;gt; that have to parse this file despite not being likely to use this
&lt;br&gt;&amp;gt; feature.
&lt;/div&gt;&lt;br&gt;I see to arguments against these &amp;quot;disadvantage&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;1. If people start putting the References into the long description
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; it is moved to the Packages file anyway. &amp;nbsp;So giving the information
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; in an extra field will not add a considerable amount of bytes to
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; the packages field.
&lt;br&gt;&amp;nbsp; &amp;nbsp;2. For those &amp;quot;limited CPU powers&amp;quot; architectures you might even
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; consider to remove the References field from the Packages file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; which means you are even gaining something by providing the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; information in a structured way.
&lt;br&gt;&lt;br&gt;&amp;gt; Maybe we can separate two issues:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Providing proper citations to the users of our packages.
&lt;br&gt;&amp;gt; - Providing proper citations to the people browsing our task pages.
&lt;br&gt;&lt;br&gt;OK, this is a reasonable distinction. &amp;nbsp;For the last item I like to
&lt;br&gt;add the comment that I do not really like the focus on the task pages.
&lt;br&gt;IMHO the task pages are just another view onto the Debian package
&lt;br&gt;pool. &amp;nbsp;So there should be no extra information than you can get
&lt;br&gt;via apt-cache or synaptic (at least for those packages inside the
&lt;br&gt;pool) - it is rather a &amp;quot;nice selection&amp;quot; out of the large pool. &amp;nbsp;That's
&lt;br&gt;why I called the possible hack for the tasks files as hackish in
&lt;br&gt;my previous mail.
&lt;br&gt;&lt;br&gt;Regarding your first item we might think about a debian/references
&lt;br&gt;file with a defined structure and write a dh_installreferences script
&lt;br&gt;to move this information to a defined place. &amp;nbsp;I'm not really sure
&lt;br&gt;whether this is overdesign for a use in a number of packages which
&lt;br&gt;is of order 100 or so - but this idea came to my mind. &amp;nbsp;If our
&lt;br&gt;attempt to add the information to the Packages files we could use
&lt;br&gt;just another way to move the information straight to the tasks pages
&lt;br&gt;(even if I would prefer the contro file solution):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; References: svn://svn.debian.org/&amp;lt;path_to_packaging&amp;gt;/debian/references
&lt;br&gt;&lt;br&gt;Parsing the content of this references file should be some kind of
&lt;br&gt;plan B compared to the X-* solution in debian/control.
&lt;br&gt;&lt;br&gt;&amp;gt; We could for instance settle on a format and simply start to
&lt;br&gt;&amp;gt; provide references in /usr/doc/package/references. This would already be
&lt;br&gt;&amp;gt; directly useful. When enough will be accumulated, we can thing about
&lt;br&gt;&amp;gt; some mechanisms that would use those references to keep a central file
&lt;br&gt;&amp;gt; up to date, that people could directly use with their reference
&lt;br&gt;&amp;gt; managers.
&lt;br&gt;&lt;br&gt;That's why I would use dh_installreferences. &amp;nbsp;The script could be
&lt;br&gt;easily changed to handle the structured information and packaging
&lt;br&gt;stuff needs not to be changed. &amp;nbsp;Such a script could even work on
&lt;br&gt;X-* fields in debian/control.
&lt;br&gt;&lt;br&gt;&amp;gt; This would add convenience. For the task webpages, if the
&lt;br&gt;&amp;gt; information is not in the Packages.gz file, it makes things a bit more
&lt;br&gt;&amp;gt; complicated. Maybe after establishing /usr/doc/package/citation we could
&lt;br&gt;&amp;gt; have a script that reads those files from the VCS repositories we use ?
&lt;br&gt;&lt;br&gt;IMHO a central sitation file is hard to manage. &amp;nbsp;I would prefer the
&lt;br&gt;per package information suggested above - but perhaps I have to think
&lt;br&gt;twice.
&lt;br&gt;&lt;br&gt;&amp;gt; The format of /usr/doc/package/references could be a popular one, for
&lt;br&gt;&amp;gt; instance BibTeX, if it allows cross references to other systems like
&lt;br&gt;&amp;gt; DOI, PubMed, ...)
&lt;br&gt;&lt;br&gt;I would strongly vote for RFC822 format (as debian/control, Packages
&lt;br&gt;and Sources file). &amp;nbsp;There are tools inside Debian to work on this
&lt;br&gt;format (I'm using these in my scripts) and conversion to any other
&lt;br&gt;format like BibTeX would be easy.
&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Andreas.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://fam-tille.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fam-tille.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19872967&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19872967&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19872967.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19872792</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-07T23:00:56Z</published>
	<updated>2008-10-07T23:00:56Z</updated>
	<author>
		<name>Andreas Tille</name>
	</author>
	<content type="html">On Tue, 7 Oct 2008, Michael Banck wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; One thing I'd like to have added to the nice package overviews at
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://cdd.alioth.debian.org/science/tasks/chemistry.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdd.alioth.debian.org/science/tasks/chemistry.html&lt;/a&gt;&amp;nbsp;etc. is a
&lt;br&gt;&amp;gt; canonical reference which should be given in scientific papers using
&lt;br&gt;&amp;gt; that package.
&lt;br&gt;&lt;br&gt;ACK
&lt;br&gt;&lt;br&gt;&amp;gt; I don't think this belongs into the package description, but maybe as a
&lt;br&gt;&amp;gt; X-* field in debian/control post-lenny.
&lt;br&gt;&lt;br&gt;IMHO this is a reasonable solution because it enables a clear way to
&lt;br&gt;obtain this information in a structured manner.
&lt;br&gt;&lt;br&gt;&amp;gt; For lenny, we could add a
&lt;br&gt;&amp;gt; field/comment in some svn repository (not sure from what sources those
&lt;br&gt;&amp;gt; nice overviews are generated).
&lt;br&gt;&lt;br&gt;Well, a hackish solution would be to add this field to the tasks files.
&lt;br&gt;That would be quite easy to implement but is available only in the
&lt;br&gt;tasks overview and nowhere else (well, in principle there is a chance
&lt;br&gt;to move the information to some place if you are using the meta packages
&lt;br&gt;and we somehow propagate the information from the tasks files to the
&lt;br&gt;binary meta package to a defined place this is also somehow possible
&lt;br&gt;but not really nice (= hackish) and I would wait with implementing this
&lt;br&gt;until the cdd-dev tools are rewritten (which has to be done anyway because
&lt;br&gt;of an Arch: all/any issue which is completely unrelated to this topic
&lt;br&gt;here but it needs a rewrite anyway and we could regard such kind of
&lt;br&gt;stuff easily then).
&lt;br&gt;&lt;br&gt;I could imagine for example inside task bio:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Depends: clustalw
&lt;br&gt;&amp;nbsp; &amp;nbsp;References: &amp;quot;Clustal W and Clustal X version 2.0&amp;quot;, Larkin M., et al.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Bioinformatics 2007 23(21):2947-2948
&lt;br&gt;&lt;br&gt;which might be moved below the package descriptions as &amp;quot;References&amp;quot;.
&lt;br&gt;You could use the normal formatting of debian/control files with item
&lt;br&gt;lists. &amp;nbsp;The drawback of this easily to implement hack I see immediately
&lt;br&gt;that you have to remove the reference from the description first (=reupload
&lt;br&gt;the binary) because mentionien references twice locks just stupid. &amp;nbsp;So
&lt;br&gt;we have to touch the package anyway (in case a reference is mentioned
&lt;br&gt;in the description). &amp;nbsp;That's why I would not really prefer this which
&lt;br&gt;has several other drawbacks. &amp;nbsp;IMHO the only reasonable case where we
&lt;br&gt;could just test this reference feature is to add references in the
&lt;br&gt;suggested structured way to prospective packages which do not have any
&lt;br&gt;information in Debian Packages files.
&lt;br&gt;&lt;br&gt;&amp;gt; Again, for MPQC, this would be
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DOI:10.1088/1742-6596/46/1/031, DOI:10.1002/jcc.20815
&lt;br&gt;&lt;br&gt;Same as above for References.
&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Andreas.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://fam-tille.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fam-tille.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19872792&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19872792&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19872792.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19871765</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-07T20:35:28Z</published>
	<updated>2008-10-07T20:35:28Z</updated>
	<author>
		<name>Rudi Cilibrasi, Ph.D.</name>
	</author>
	<content type="html">Most of my peer reviewed published research papers involve the software in the
&lt;br&gt;complearn package. &amp;nbsp;I (and some others) do wind up citing it fairly often FWIW.
&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Rudi
&lt;br&gt;&lt;br&gt;On Tue, Oct 7, 2008 at 7:32 PM, Ben Burton &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19871765&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bab@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; There might be things where software can actually be used as academical
&lt;br&gt;&amp;gt;&amp;gt; contribution to some paper, but all examples I've yet seen were just
&lt;br&gt;&amp;gt;&amp;gt; ridicilously broad.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FWIW, it's not uncommon in my field (discrete mathematics). &amp;nbsp;In particular,
&lt;br&gt;&amp;gt; there are proofs that rely on very large but finite case bashes, and these
&lt;br&gt;&amp;gt; are often done with the help of a computer (in particular, mathematical
&lt;br&gt;&amp;gt; software). &amp;nbsp;In this sense, the software contributes directly to the proof
&lt;br&gt;&amp;gt; of a theorem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; b.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19871765&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;&amp;gt; with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19871765&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Git, Hg (Mercurial), and Subversion (svn) hosting over SSH
&lt;br&gt;&lt;a href=&quot;http://sshcontrol.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sshcontrol.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19871765&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19871765&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19871765.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19871451</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-07T19:32:03Z</published>
	<updated>2008-10-07T19:32:03Z</updated>
	<author>
		<name>Ben Burton</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; There might be things where software can actually be used as academical
&lt;br&gt;&amp;gt; contribution to some paper, but all examples I've yet seen were just
&lt;br&gt;&amp;gt; ridicilously broad.
&lt;br&gt;&lt;br&gt;FWIW, it's not uncommon in my field (discrete mathematics). &amp;nbsp;In particular,
&lt;br&gt;there are proofs that rely on very large but finite case bashes, and these
&lt;br&gt;are often done with the help of a computer (in particular, mathematical
&lt;br&gt;software). &amp;nbsp;In this sense, the software contributes directly to the proof
&lt;br&gt;of a theorem.
&lt;br&gt;&lt;br&gt;b.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19871451&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19871451&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19871451.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19870259</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-07T17:27:13Z</published>
	<updated>2008-10-07T17:27:13Z</updated>
	<author>
		<name>Charles Plessy-12</name>
	</author>
	<content type="html">Hi Michael,
&lt;br&gt;&lt;br&gt;I fully support the idea of providing a proper reference to the software
&lt;br&gt;we distribute. In Debian-Med, I put one in the packages's description,
&lt;br&gt;but I am not completely satisfied with this because:
&lt;br&gt;&lt;br&gt;&amp;nbsp;- In some case, more than one would be necessary, and it would overload
&lt;br&gt;&amp;nbsp; &amp;nbsp;the description.
&lt;br&gt;&amp;nbsp;- I did not follow strict formattign rules, which is not too helpful for
&lt;br&gt;&amp;nbsp; &amp;nbsp;people who want to use citation managers.
&lt;br&gt;&amp;nbsp;- As you wrote, it does not belong to the description anyway ;)
&lt;br&gt;&lt;br&gt;You propose an additional control field for after Lenny release, but my
&lt;br&gt;gut feeling is that there will be a strong opposition on
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19870259&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-devel@...&lt;/a&gt;, as extra fields make some files such as Packages.gz
&lt;br&gt;heavier, which is a disadvantage for platforms with limited CPU power,
&lt;br&gt;that have to parse this file despite not being likely to use this
&lt;br&gt;feature.
&lt;br&gt;&lt;br&gt;Maybe we can separate two issues:
&lt;br&gt;&lt;br&gt;&amp;nbsp;- Providing proper citations to the users of our packages.
&lt;br&gt;&amp;nbsp;- Providing proper citations to the people browsing our task pages.
&lt;br&gt;&lt;br&gt;We could for instance settle on a format and simply start to
&lt;br&gt;provide references in /usr/doc/package/references. This would already be
&lt;br&gt;directly useful. When enough will be accumulated, we can thing about
&lt;br&gt;some mechanisms that would use those references to keep a central file
&lt;br&gt;up to date, that people could directly use with their reference
&lt;br&gt;managers. This would add convenience. For the task webpages, if the
&lt;br&gt;information is not in the Packages.gz file, it makes things a bit more
&lt;br&gt;complicated. Maybe after establishing /usr/doc/package/citation we could
&lt;br&gt;have a script that reads those files from the VCS repositories we use ?
&lt;br&gt;&lt;br&gt;With this approach we can start as soon as we agree on a mode of
&lt;br&gt;operation, keep the things very simple at the beginning, and develop the
&lt;br&gt;system as it gains popularity.
&lt;br&gt;&lt;br&gt;The format of /usr/doc/package/references could be a popular one, for
&lt;br&gt;instance BibTeX, if it allows cross references to other systems like
&lt;br&gt;DOI, PubMed, ...)
&lt;br&gt;&lt;br&gt;Have a nice day,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Charles Plessy
&lt;br&gt;Debian Med packaging team,
&lt;br&gt;Tsurumi, Kanagawa, Japan
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19870259&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19870259&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19870259.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19868674</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-07T15:28:33Z</published>
	<updated>2008-10-07T15:28:33Z</updated>
	<author>
		<name>Michael Banck</name>
	</author>
	<content type="html">On Tue, Oct 07, 2008 at 11:55:34PM +0200, Bernhard R. Link wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; * Michael Banck &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19868674&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mbanck@...&lt;/a&gt;&amp;gt; [081007 22:53]:
&lt;br&gt;&amp;gt; &amp;gt; Also, having this would sense a clear signal to upstream authors that we
&lt;br&gt;&amp;gt; &amp;gt; consider proper citing important and that enforcing citations in
&lt;br&gt;&amp;gt; &amp;gt; copyright licensing is not the best thing to do.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think the better signal to send is that &amp;quot;enforced citation&amp;quot; is
&lt;br&gt;&amp;gt; considered not academical behaviour as it is simply citation trolling.
&lt;br&gt;&amp;gt; I my eyes it is equivalent of paying people to cite you. (Or rather
&lt;br&gt;&amp;gt; eqauivalent to harrassing people to make them cite you).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There might be things where software can actually be used as academical
&lt;br&gt;&amp;gt; contribution to some paper, but all examples I've yet seen were just
&lt;br&gt;&amp;gt; ridicilously broad. Neighter your calculator nor your typewriter belonged
&lt;br&gt;&amp;gt; in the citations (though sometimes might have been added as kind of joke,
&lt;br&gt;&amp;gt; like people trying to award PHDs to their desktop computer), not does
&lt;br&gt;&amp;gt; the equivalent in software. Citations have an academic purpose, they are
&lt;br&gt;&amp;gt; not something to collect to make your resume look better...
&lt;/div&gt;&lt;br&gt;Well, it's not that black/white. &amp;nbsp;For many independent researchers, a
&lt;br&gt;citation count might be a good estimate that the grant money they get is
&lt;br&gt;well spent etc.
&lt;br&gt;&lt;br&gt;In the above, I assumed that we were talking about scientific packages,
&lt;br&gt;not random Debian packages like vi. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Certainly, the citation mannors might be different in the various fields
&lt;br&gt;of science, but at least in some fields, if you use a software package
&lt;br&gt;to create scientific data you publish, you should cite that package.
&lt;br&gt;Now, whether that is a SHOULD or MUST and how it is encoded in
&lt;br&gt;etiquette/copyright/trademark/whatever law/rules is differing.
&lt;br&gt;&lt;br&gt;But I think pointing out an approriate citation is better than waiting
&lt;br&gt;for authors to enforce it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19868674&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19868674&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19868674.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19868260</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-07T14:59:25Z</published>
	<updated>2008-10-07T14:59:25Z</updated>
	<author>
		<name>Steffen Moeller-3</name>
	</author>
	<content type="html">Michael Banck wrote:
&lt;br&gt;&amp;gt; One thing I'd like to have added to the nice package overviews at 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://cdd.alioth.debian.org/science/tasks/chemistry.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdd.alioth.debian.org/science/tasks/chemistry.html&lt;/a&gt;&amp;nbsp;etc. is a
&lt;br&gt;&amp;gt; canonical reference which should be given in scientific papers using
&lt;br&gt;&amp;gt; that package.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;I agree. Many placed respective indications in the package description of
&lt;br&gt;the debian/control file. Would there be objections for a dedicated X-pub
&lt;br&gt;field
&lt;br&gt;there of some sort?
&lt;br&gt;&lt;br&gt;Steffen
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19868260&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19868260&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19868260.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19868194</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-07T14:55:34Z</published>
	<updated>2008-10-07T14:55:34Z</updated>
	<author>
		<name>Bernhard R. Link-2</name>
	</author>
	<content type="html">* Michael Banck &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19868194&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mbanck@...&lt;/a&gt;&amp;gt; [081007 22:53]:
&lt;br&gt;&amp;gt; Also, having this would sense a clear signal to upstream authors that we
&lt;br&gt;&amp;gt; consider proper citing important and that enforcing citations in
&lt;br&gt;&amp;gt; copyright licensing is not the best thing to do.
&lt;br&gt;&lt;br&gt;I think the better signal to send is that &amp;quot;enforced citation&amp;quot; is
&lt;br&gt;considered not academical behaviour as it is simply citation trolling.
&lt;br&gt;I my eyes it is equivalent of paying people to cite you. (Or rather
&lt;br&gt;eqauivalent to harrassing people to make them cite you).
&lt;br&gt;&lt;br&gt;There might be things where software can actually be used as academical
&lt;br&gt;contribution to some paper, but all examples I've yet seen were just
&lt;br&gt;ridicilously broad. Neighter your calculator nor your typewriter belonged
&lt;br&gt;in the citations (though sometimes might have been added as kind of joke,
&lt;br&gt;like people trying to award PHDs to their desktop computer), not does
&lt;br&gt;the equivalent in software. Citations have an academic purpose, they are
&lt;br&gt;not something to collect to make your resume look better...
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Bernhard R. Link
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19868194&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19868194&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19868194.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19867646</id>
	<title>Re: tasks overview wishlist: Canonical citing reference</title>
	<published>2008-10-07T14:24:48Z</published>
	<updated>2008-10-07T14:24:48Z</updated>
	<author>
		<name>Mag. Dr. Nikolaus Klepp</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;I like the idea. It makes software look more seriouse. Could happen that your 
&lt;br&gt;software gets citations on sites like citeseerx.ist.psu.edu if used 
&lt;br&gt;consequently :-)
&lt;br&gt;&lt;br&gt;Nik
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Am Dienstag, 7. Oktober 2008 schrieb Michael Banck:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; One thing I'd like to have added to the nice package overviews at
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://cdd.alioth.debian.org/science/tasks/chemistry.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cdd.alioth.debian.org/science/tasks/chemistry.html&lt;/a&gt;&amp;nbsp;etc. is a
&lt;br&gt;&amp;gt; canonical reference which should be given in scientific papers using
&lt;br&gt;&amp;gt; that package.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On the one hand, this is mandated by some (non-free) packages already,
&lt;br&gt;&amp;gt; on the other hand, it is good scientific practise and would be nice to
&lt;br&gt;&amp;gt; have better exposed and centrally available.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; E.g, for mpqc, this would be (see &lt;a href=&quot;http://www.mpqc.org/pub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mpqc.org/pub.php&lt;/a&gt;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;The Massively Parallel Quantum Chemistry Program (MPQC), Version
&lt;br&gt;&amp;gt; 2.3.1, Curtis L. Janssen, Ida B. Nielsen, Matt L. Leininger, Edward F.
&lt;br&gt;&amp;gt; Valeev, Joseph P. Kenny, Edward T. Seidl, Sandia National Laboratories,
&lt;br&gt;&amp;gt; Livermore, CA, USA, 2008&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't think this belongs into the package description, but maybe as a
&lt;br&gt;&amp;gt; X-* field in debian/control post-lenny. &amp;nbsp;For lenny, we could add a
&lt;br&gt;&amp;gt; field/comment in some svn repository (not sure from what sources those
&lt;br&gt;&amp;gt; nice overviews are generated).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Also, having this would sense a clear signal to upstream authors that we
&lt;br&gt;&amp;gt; consider proper citing important and that enforcing citations in
&lt;br&gt;&amp;gt; copyright licensing is not the best thing to do.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A second thing would be to optionally add the DOI (or maybe the full
&lt;br&gt;&amp;gt; reference, not sure) of one or a couple (not too many, obviously) papers
&lt;br&gt;&amp;gt; describing the package, if there is any. &amp;nbsp;Sometimes, this might be the
&lt;br&gt;&amp;gt; same reference as the canonical citing reference, but usually not. &amp;nbsp;The
&lt;br&gt;&amp;gt; DOIs could then be written as &lt;a href=&quot;http://dx.doi.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dx.doi.org/&lt;/a&gt;&amp;lt;DOI&amp;gt; links for easy
&lt;br&gt;&amp;gt; access (though I'm not sure what to write as link text, maybe the
&lt;br&gt;&amp;gt; reference text as would be given in a paper)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Again, for MPQC, this would be
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DOI:10.1088/1742-6596/46/1/031, DOI:10.1002/jcc.20815
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What do you think?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Michael
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;To UNSUBSCRIBE, email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19867646&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;debian-science-request@...&lt;/a&gt;
&lt;br&gt;with a subject of &amp;quot;unsubscribe&amp;quot;. Trouble? Contact &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19867646&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;listmaster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/tasks-overview-wishlist%3A-Canonical-citing-reference-tp19867031p19867646.html" />
</entry>

</feed>
