<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Testing the general model of productivity</title>
	<atom:link href="http://www.academicproductivity.com/2009/testing-the-general-model-of-productivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.academicproductivity.com/2009/testing-the-general-model-of-productivity/</link>
	<description>A survival guide for the 21st century researcher</description>
	<lastBuildDate>Wed, 01 Feb 2012 09:37:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Academic Productivity &#187; A general model of productivity?</title>
		<link>http://www.academicproductivity.com/2009/testing-the-general-model-of-productivity/comment-page-1/#comment-82980</link>
		<dc:creator>Academic Productivity &#187; A general model of productivity?</dc:creator>
		<pubDate>Wed, 09 Sep 2009 15:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.academicproductivity.com/?p=1136#comment-82980</guid>
		<description>[...] There&#8217;s a follow-up post available with data testing this model.  [...]</description>
		<content:encoded><![CDATA[<p>[...] There&#8217;s a follow-up post available with data testing this model.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Deschamps</title>
		<link>http://www.academicproductivity.com/2009/testing-the-general-model-of-productivity/comment-page-1/#comment-82784</link>
		<dc:creator>Benjamin Deschamps</dc:creator>
		<pubDate>Tue, 08 Sep 2009 02:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.academicproductivity.com/?p=1136#comment-82784</guid>
		<description>This might be useful for your data collection... 

http://flowingdata.com/2009/07/15/collect-data-about-yourself-with-twitter-your-flowingdata-is-live/</description>
		<content:encoded><![CDATA[<p>This might be useful for your data collection&#8230; </p>
<p><a href="http://flowingdata.com/2009/07/15/collect-data-about-yourself-with-twitter-your-flowingdata-is-live/" rel="nofollow">http://flowingdata.com/2009/07/15/collect-data-about-yourself-with-twitter-your-flowingdata-is-live/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sample graduate school essay</title>
		<link>http://www.academicproductivity.com/2009/testing-the-general-model-of-productivity/comment-page-1/#comment-82354</link>
		<dc:creator>sample graduate school essay</dc:creator>
		<pubDate>Sat, 05 Sep 2009 08:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.academicproductivity.com/?p=1136#comment-82354</guid>
		<description>You exclude travelling from the equation, but doesnâ€™t that have a lot to do with prestige too? In most cases, only the most trusted or respected get chosen to travel to conventions, summits, etc. which are relevant to their fields. Doesnâ€™t being invited to speak as a guest speaker count as one factor for prestige?</description>
		<content:encoded><![CDATA[<p>You exclude travelling from the equation, but doesnâ€™t that have a lot to do with prestige too? In most cases, only the most trusted or respected get chosen to travel to conventions, summits, etc. which are relevant to their fields. Doesnâ€™t being invited to speak as a guest speaker count as one factor for prestige?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://www.academicproductivity.com/2009/testing-the-general-model-of-productivity/comment-page-1/#comment-77623</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Tue, 11 Aug 2009 09:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.academicproductivity.com/?p=1136#comment-77623</guid>
		<description>Interesting, this is what I got:
categories &lt;- c(&quot;paper-writing&quot;,&quot;coding-an-experiment&quot;,&quot;collaborator-meeting&quot;, &quot;business-meeting&quot;, &quot;analyze-data &quot;, &quot;drafting&quot;, &quot;grant-paperwork&quot;, &quot;meet-with-students&quot;)

ahp &lt;- AHP(categories)
res = data.frame(categories=categories, weight=ahp$weight)
(res = res[order(res$weight, decreasing=T),])

            categories weight
6             drafting  0.324
7      grant-paperwork  0.187
8   meet-with-students  0.160
5        analyze-data   0.139
1        paper-writing  0.055
2 coding-an-experiment  0.055
3 collaborator-meeting  0.053
4     business-meeting  0.028

I guess drafting for me is the hard, intellectual part and paper-writing is all the pain that it is surrounded (ref hunting, formatting, integrating collaborator comments, reviewer comments, etc).

Business meeting is the kind of dreaded meeting that split your day and contributes little to anything. :)</description>
		<content:encoded><![CDATA[<p>Interesting, this is what I got:<br />
categories &lt;- c(&quot;paper-writing&quot;,&quot;coding-an-experiment&quot;,&quot;collaborator-meeting&quot;, &quot;business-meeting&quot;, &quot;analyze-data &quot;, &quot;drafting&quot;, &quot;grant-paperwork&quot;, &quot;meet-with-students&quot;)</p>
<p>ahp &lt;- AHP(categories)<br />
res = data.frame(categories=categories, weight=ahp$weight)<br />
(res = res[order(res$weight, decreasing=T),])</p>
<p>            categories weight<br />
6             drafting  0.324<br />
7      grant-paperwork  0.187<br />
8   meet-with-students  0.160<br />
5        analyze-data   0.139<br />
1        paper-writing  0.055<br />
2 coding-an-experiment  0.055<br />
3 collaborator-meeting  0.053<br />
4     business-meeting  0.028</p>
<p>I guess drafting for me is the hard, intellectual part and paper-writing is all the pain that it is surrounded (ref hunting, formatting, integrating collaborator comments, reviewer comments, etc).</p>
<p>Business meeting is the kind of dreaded meeting that split your day and contributes little to anything. <img src='http://www.academicproductivity.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Deschamps</title>
		<link>http://www.academicproductivity.com/2009/testing-the-general-model-of-productivity/comment-page-1/#comment-77366</link>
		<dc:creator>Benjamin Deschamps</dc:creator>
		<pubDate>Mon, 10 Aug 2009 04:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.academicproductivity.com/?p=1136#comment-77366</guid>
		<description>I really like your use of pairwise comparisons /Â AHP, good way of getting objective values. 

The main thing I notice is that the formula is that it is difficult to establish which is more productive between low presige, low effort tasks and high prestige, high effort tasks (compare external writing with meetings, for example). Meetings do not gain you much prestige, but come out as being productive because they require little effort... 

Take the two following tasks:

Task 1: Prestige = 0.1, Effort = 0.1 for 1 hour
Task 2: Prestige = 0.9, Effort = 0.9 for 1 hour

Both would yield the same productivity score according to the formula, if I interpret it correctly; however, task 2 is much more productive.

I guess it all comes down to your philosophy: are you aiming to have the most prestige for the least effort, or simply the highest productivity (quality output, research, writing, etc, regardless of effort)?

A final thought is that I find it much easier to conceptualize the meaning of scores and to compare productivity values if they are not decimals (because of how they divide/multiply). Might be easier if you went on a scale of 0-100 instead?</description>
		<content:encoded><![CDATA[<p>I really like your use of pairwise comparisons /Â AHP, good way of getting objective values. </p>
<p>The main thing I notice is that the formula is that it is difficult to establish which is more productive between low presige, low effort tasks and high prestige, high effort tasks (compare external writing with meetings, for example). Meetings do not gain you much prestige, but come out as being productive because they require little effort&#8230; </p>
<p>Take the two following tasks:</p>
<p>Task 1: Prestige = 0.1, Effort = 0.1 for 1 hour<br />
Task 2: Prestige = 0.9, Effort = 0.9 for 1 hour</p>
<p>Both would yield the same productivity score according to the formula, if I interpret it correctly; however, task 2 is much more productive.</p>
<p>I guess it all comes down to your philosophy: are you aiming to have the most prestige for the least effort, or simply the highest productivity (quality output, research, writing, etc, regardless of effort)?</p>
<p>A final thought is that I find it much easier to conceptualize the meaning of scores and to compare productivity values if they are not decimals (because of how they divide/multiply). Might be easier if you went on a scale of 0-100 instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ioana</title>
		<link>http://www.academicproductivity.com/2009/testing-the-general-model-of-productivity/comment-page-1/#comment-76623</link>
		<dc:creator>Ioana</dc:creator>
		<pubDate>Thu, 06 Aug 2009 18:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.academicproductivity.com/?p=1136#comment-76623</guid>
		<description>Nice job. I couldn&#039;t spend the time recording all this... But there is a nifty free online program that does (most of) this for you: rescuetime.com. It allows you to log all your time on the computer and to give productivity ratings to the various activities (e.g. email, Word, Matlab, whatever).</description>
		<content:encoded><![CDATA[<p>Nice job. I couldn&#8217;t spend the time recording all this&#8230; But there is a nifty free online program that does (most of) this for you: rescuetime.com. It allows you to log all your time on the computer and to give productivity ratings to the various activities (e.g. email, Word, Matlab, whatever).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

