<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cat brain.log &#124; less &#187; intelligence</title>
	<atom:link href="http://log.largevoid.com/tag/intelligence/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.largevoid.com</link>
	<description>Getting it down on `paper`</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ranking Colleges by Reading Level</title>
		<link>http://log.largevoid.com/2010/12/ranking-colleges-by-reading-level/</link>
		<comments>http://log.largevoid.com/2010/12/ranking-colleges-by-reading-level/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 12:15:07 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Scripts, Tricks and Hacks]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[intelligence]]></category>
		<category><![CDATA[publications]]></category>
		<category><![CDATA[ranking]]></category>
		<category><![CDATA[reading level]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://log.largevoid.com/?p=496</guid>
		<description><![CDATA[Google recently released a new feature that allows you to see the reading level for a given domain. I was curious what this meant for universities, and wondered which universities&#8217; websites had the most advanced reading level documents. Top 10 (excerpt): School Rank1 Advanced Intermediate Basic Num Results Cornell University 1 98 1 1 34300000 [...]]]></description>
			<content:encoded><![CDATA[<p>Google recently released a new feature that allows you to see the reading level for a given domain.  I was curious what this meant for universities, and wondered which universities&#8217; websites had the most advanced reading level documents.</p>
<p>Top 10 (excerpt):</p>
<table>
<thead>
<tr>
<td>School</td>
<td>Rank<sup>1</sup></td>
<td>Advanced</td>
<td>Intermediate</td>
<td>Basic</td>
<td>Num Results</td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.cornell.edu/">Cornell University</a></td>
<td>1</td>
<td>98</td>
<td>1</td>
<td>1</td>
<td>34300000</td>
</tr>
<tr>
<td><a href="http://www.jhu.edu/">Johns Hopkins University</a></td>
<td>2</td>
<td>75</td>
<td>21</td>
<td>2</td>
<td>36600000</td>
</tr>
<tr>
<td><a href="http://www.stanford.edu/">Stanford University</a></td>
<td>3</td>
<td>66</td>
<td>28</td>
<td>4</td>
<td>28800000</td>
</tr>
<tr>
<td><a href="http://web.mit.edu/">Massachusetts Institute of Technology</a></td>
<td>4</td>
<td>60</td>
<td>29</td>
<td>10</td>
<td>21200000</td>
</tr>
<tr>
<td><a href="http://www.berkeley.edu/">University of California-Berkeley</a></td>
<td>5</td>
<td>52</td>
<td>38</td>
<td>8</td>
<td>14900000</td>
</tr>
<tr>
<td><a href="http://www.harvard.edu/">Harvard University</a></td>
<td>6</td>
<td>91</td>
<td>6</td>
<td>2</td>
<td>12400000</td>
</tr>
<tr>
<td><a href="http://www.psu.edu/">Pennsylvania State University</a>*</td>
<td>7</td>
<td>97</td>
<td>2</td>
<td>1</td>
<td>11300000</td>
</tr>
<tr>
<td><a href="http://www.umich.edu/">University of Michigan</a>*</td>
<td>8</td>
<td>65</td>
<td>29</td>
<td>5</td>
<td>12400000</td>
</tr>
<tr>
<td><a href="http://www.wsc.mass.edu/">Westfield State College</a></td>
<td>9</td>
<td>41</td>
<td>49</td>
<td>8</td>
<td>12100000</td>
</tr>
<tr>
<td><a href="http://oregonstate.edu/">Oregon State University</a></td>
<td>10</td>
<td>58</td>
<td>34</td>
<td>7</td>
<td>8780000</td>
</tr>
</tbody>
</table>
<p>The results can be found here: <a href="http://largevoid.com/out/university-ranking/">University Ranking</a>, <a href="http://largevoid.com/out/university-ranking/university-ranking.tar.gz">Source Code</a>.</p>
<p>My assumption is that the higher the reading level, the more intelligent the professors are at their respective universities.  With this premise, one can use the search results to rank the universities accordingly.</p>
<p>This assumption comes with several caveats.  One such example includes the situation where publications are not hosted under the university&#8217;s primary domain.  While I haven&#8217;t found this to be the case, I cannot prove otherwise.  The results are clearly biased in favor of universities with more publications online.  This is justified in that the prodigious universities will publish more papers than their less substantial counterparts. </p>
<p><strong>The ranking algorithm:</strong> <code>(3*advanced + 2*intermediate + 1*basic) * num_documents</code></p>
<p>The primary caveat is that Google returns the percentage of documents for one of 3 reading levels, as well as the number of search results.  By multiplying the result count by the percent, we calculate the number of documents at the advanced, intermediate and basic reading levels.  However, we can&#8217;t simply sort our results by raw numbers alone.  For example, a school that has 100 advanced level, 800 intermediate level, and 100 basic level documents should not be ranked lower than a school that has 101 advanced level, 100 intermediate level, and 800 basic level documents.  In fact, the basic level documents negatively weights on the second school.  For this to be the case, one must apply scaling factors to each of the reading levels.  Unfortunately, these scaling factors may be selected arbitrarily, and may also be subjective.</p>
<p>Final caveat: The comparison is done on reading level and documents available online.  For a school that emphasizes publishing papers, the results will be weighted in its favor.  For a school that emphasizes the arts, the advanced reading level metric becomes less important.</p>
<p>References:<br />
<a href="http://www.utexas.edu/world/univ/alpha/">List of American Universities</a><br />
<a href="http://www.google.com/search?q=site%3Alog.largevoid.com&#038;num=10&#038;lr=&#038;ft=i&#038;cr=&#038;safe=off&#038;tbs=rl%3A1">Google Search [site:log.largevoid.com]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://log.largevoid.com/2010/12/ranking-colleges-by-reading-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Intelligence and Learning</title>
		<link>http://log.largevoid.com/2009/12/on-intelligence-and-learning/</link>
		<comments>http://log.largevoid.com/2009/12/on-intelligence-and-learning/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 19:25:53 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Quotes]]></category>
		<category><![CDATA[answer]]></category>
		<category><![CDATA[fool]]></category>
		<category><![CDATA[intelligence]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[wise]]></category>

		<guid isPermaLink="false">http://log.largevoid.com/?p=270</guid>
		<description><![CDATA[A wise man can learn more from a foolish question than a fool can learn from a wise answer. Bruce Lee]]></description>
			<content:encoded><![CDATA[<p><q>A wise man can learn more from a foolish question than a fool can learn from a wise answer.</q> <cite>Bruce Lee</cite></p>
]]></content:encoded>
			<wfw:commentRss>http://log.largevoid.com/2009/12/on-intelligence-and-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  log.largevoid.com/tag/intelligence/feed/ ) in 0.26754 seconds, on Feb 8th, 2012 at 12:49 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 1:49 pm UTC -->
