<?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/"
	>

<channel>
	<title>Blogos</title>
	<atom:link href="http://semanticbible.com/blogos/feed/" rel="self" type="application/rss+xml" />
	<link>http://semanticbible.com/blogos</link>
	<description>God's Word &#124; our words &#124; meaning, communication, &#38; technology &#124; following Jesus, the Word made flesh</description>
	<pubDate>Tue, 16 Jun 2009 21:29:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>http://ref.ly for Bible References</title>
		<link>http://semanticbible.com/blogos/2009/06/16/httprefly-for-bible-references/</link>
		<comments>http://semanticbible.com/blogos/2009/06/16/httprefly-for-bible-references/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 21:29:58 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[SemanticBible]]></category>

		<category><![CDATA[bibleref]]></category>

		<category><![CDATA[bible_reference]]></category>

		<category><![CDATA[reftagger]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=943</guid>
		<description><![CDATA[My colleagues at Logos have launched http://ref.ly, a URL shortening service for Bible references: see this blog post. It provides the convenience of TinyURL (turning long unreadable URLs into something much more manageable), but unlike that service also provides readable, understandable content. Once you get past the prefix, you won&#8217;t have any trouble figuring out [...]]]></description>
			<content:encoded><![CDATA[<p>My colleagues at Logos have launched <a title="URL-shortening service for Bible references" href="http://ref.ly">http://ref.ly</a>, a URL shortening service for Bible references: see <a href="http://blog.logos.com/archives/2009/06/bible_references_on_twitter.html">this blog post</a>. It provides the convenience of <a href="http://tinyurl.com/">TinyURL</a> (turning long unreadable URLs into something much more manageable), but unlike that service also provides readable, understandable content. Once you get past the prefix, you won&#8217;t have any trouble figuring out what verse <a href="http://ref.ly/Mk4.9">http://ref.ly/Mk4.9</a> is referring to.</p>
<p>If you&#8217;re a <a href="http://en.wikipedia.org/wiki/Twitter">Twitter</a> person trying to shoehorn your message into 140-character tweets, you&#8217;ll like the fact that this gives you a brief and unambiguous way to both specify a Bible reference and link to the content behind it (the references resolve to the actual verse text at <a href="http://bible.logos.com">bible.logos.com</a>). Since <a href="http://semanticbible.com/blogos/2009/01/08/addressability-matters/">addressability matters</a>, this is a good thing.</p>
<p>But it has precisely the same utility even if you&#8217;re not a Twitterhead (i&#8217;m not):</p>
<ul>
<li>it clearly marks a string of characters as a Bible reference</li>
<li>it also normalizes the reference into a form that can be automatically processed</li>
</ul>
<p>While it&#8217;s not quite a microformat, it&#8217;s really only a small step away from things like <a title="Bibleref overview" href="http://semanticbible.com/bibleref/bibleref-overview.html">bibleref</a>. In particular, if lots of people start using ref.ly references, it will be possible to process that content and understand things like what verses are most popular.</p>
<p>What&#8217;s more, editors that recognize and automatically link URLs (like MS Outlook for HTML-based email, and MS Word) will now automatically make Bible links for you (like <a title="RefTagger" href="http://logos.com/reftagger">RefTagger </a>does for blog posts), as long as you&#8217;re willing to tack on &#8220;http://ref.ly/&#8221; and live with the slightly non-traditional format. You don&#8217;t need to know anything about how to make a hyperlink in HTML: just a little extra syntax (14 characters, to be precise) moves these references toward much greater usefulness.</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/06/16/httprefly-for-bible-references/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reading Tab-Delimited Data in Python with csv</title>
		<link>http://semanticbible.com/blogos/2009/06/12/reading-tab-delimited-data-in-python-with-csv/</link>
		<comments>http://semanticbible.com/blogos/2009/06/12/reading-tab-delimited-data-in-python-with-csv/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 17:02:47 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[csv]]></category>

		<category><![CDATA[python]]></category>

		<category><![CDATA[tab]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=937</guid>
		<description><![CDATA[I had a head-slapper this morning when i realized i&#8217;d been using custom code for a long time to do something that&#8217;s in a standard Python module. Here&#8217;s the sorry tale, in hopes of saving others from a similar fate.
I regularly use tab-delimited files for data wrangling: it&#8217;s a nice, lightweight format for table-structured data, [...]]]></description>
			<content:encoded><![CDATA[<p>I had a head-slapper this morning when i realized i&#8217;d been using custom code for a long time to do something that&#8217;s in a standard Python module. Here&#8217;s the sorry tale, in hopes of saving others from a similar fate.</p>
<p>I regularly use tab-delimited files for data wrangling: it&#8217;s a nice, lightweight format for table-structured data, and Excel makes a good enough editor for non-programmers to change things without messing up the format. Here&#8217;s a simple example, with a set of identifiers in the first column: a typical use case would be that somebody is editing the second column so you can map old identifiers to new ones.</p>
<blockquote>
<table border="0">
<tbody>
<tr>
<td>Old</td>
<td>New</td>
</tr>
<tr>
<td>Aphek1</td>
<td>AphekOfAsher</td>
</tr>
<tr>
<td>Aphek2</td>
<td>AphekOfSharon</td>
</tr>
<tr>
<td>Aphek3</td>
<td>AphekOfAram</td>
</tr>
</tbody>
</table>
</blockquote>
<p>It&#8217;s also very easy to read and write this kind of data in Python:</p>
<pre>for row in open('somefile.txt', 'rb'):
    old, new = row.split('\t')
    # do something useful here</pre>
<p>So i have a little utility reader module doing only a little more than this, stripping out comment lines, returning a list or a dict, etc., and i use this code all over the place. Then i recently needed to read some CSV (<a title="Wikipedia: Comma-separated values" href="http://en.wikipedia.org/wiki/Comma-separated_values">comma separated values</a>) files, and stopped to ask The Question<em>, which every programmer should ask before writing new code</em>:</p>
<blockquote><p>Hasn&#8217;t somebody else solved this problem already?</p></blockquote>
<p>In the case of reading and writing CSV files, the answer was a quick and clear &#8220;yes&#8221;: there&#8217;s a standard Python module called <a href="http://docs.python.org/library/csv.html">csv</a> that does just that, and nicely. So, reformatting the earlier data example as CSV would look like this:</p>
<blockquote><p><code>"Old", "New"<br />
"Aphek1", "AphekOfAsher"<br />
"Aphek2", "AphekOfSharon"<br />
"Aphek3", "AphekOfAram"<br />
</code></p></blockquote>
<p>and there&#8217;s a nice <code>DictReader</code> method that (assuming your columns are unique and your first row identifies them) makes working with this data even easier.</p>
<pre>import csv
reader = csv.DictReader(open('somefile.csv', 'rb'))
for row in reader:
    #do something <em>more</em> useful here
    print row.get('new')
</pre>
<p>If the first row doesn&#8217;t contain column headers, you can supply them to <code>DictReader</code>. This looks like overkill for this simple problem, but once you have multiple columns, need to check values or map them onto something else, or add other logic and processing, life is just much easier with a dictionary structure (for one thing, you get rid of meaningless mystery indexes and stop asking &#8220;what the heck is in row[1]&#8220;?).</p>
<p>Now comes the embarrassing part: i quickly breezed through the documentation, accomplished my immediate task, and moved on, missing one important detail that i just now (a month later!) figured out. <strong>Tab-delimited files are just a special case of a CSV file. </strong>My original, tab-delimited file works just the same way, once i construct the reader with tabs (rather than the default of commas) as the delimiter.</p>
<pre>import csv
reader = csv.DictReader(open('somefile.txt', 'rb'), <strong>delimiter='\t'</strong>)
for row in reader:
    #do something <em>more</em> useful here
    print row.get('new')
</pre>
<p>There are a few other gotchas, the most important of which for me is that <code>csv</code> doesn&#8217;t handle Unicode. So if you have to read Unicode data, you&#8217;re back to reading the data directly, splitting lines on tabs, etc.</p>
<p>The best code is usually the code you didn&#8217;t write and don&#8217;t have to maintain. No matter how many times i stop and ask The Question, i still don&#8217;t do it enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/06/12/reading-tab-delimited-data-in-python-with-csv/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blog Echoes for 2009-06-06</title>
		<link>http://semanticbible.com/blogos/2009/06/07/blog-echoes-for-2009-06-06/</link>
		<comments>http://semanticbible.com/blogos/2009/06/07/blog-echoes-for-2009-06-06/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 11:07:42 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=931</guid>
		<description><![CDATA[An anthology of interesting posts that passed through my reader this week:

Dostoevsky’s 1984 Saved Him from Our Brave New World (from John Dyer at Don&#8217;t Eat the Fruit): reflections from education and learning author Neil Postman on Orwell and Huxley’s contrasting views on information overload.
&#8220;The amount of information we intake overshadows what little significant information we [...]]]></description>
			<content:encoded><![CDATA[<p>An anthology of interesting posts that passed through my reader this week:</p>
<ul>
<li><a href="http://donteatthefruit.com/2009/06/dostoyevskys-1984-saved-him-from-our-brave-new-world/">Dostoevsky’s 1984 Saved Him from Our Brave New World</a> (from John Dyer at <a href="http://donteatthefruit.com/">Don&#8217;t Eat the Fruit</a>): reflections from education and learning author <a title="Wikipedia: Neil Postman" href="http://en.wikipedia.org/wiki/Neil_Postman">Neil Postman</a> on Orwell and Huxley’s contrasting views on information overload.</li>
<blockquote><p>&#8220;The <em><em>amount</em> </em>of information we intake overshadows what little significant information we do intake.&#8221;</p></blockquote>
<li><a href="http://openscriptures.org/blog/2009/06/who-cares-about-raw-data/">Who Cares About Raw Data?</a> (from Jesse at <a href="http://openscriptures.org/">OpenScriptures</a>): even though it may not be immediately apparent to end-users, data is the lifeblood of applications (a <a href="http://semanticbible.com/2007/07/24/data-information-knowledge-and-bible-study/">frequent</a> <a href="http://semanticbible.com/blogos/2008/04/24/the-semantic-web-as-data-intelligence/">Blogos</a> <a href="http://semanticbible.com/blogos/category/bible-knowledgebase/">theme</a>), so it matters a lot.</li>
<li><a href="http://bibleandtech.blogspot.com/2009/05/on-horizon-google-wave.html">On the horizon: Google Wave</a> (from Mark Hoffman at <a href="http://bibleandtech.blogspot.com/">Biblical Studies and Technological Tools</a>). I agree with Mark that Google Wave (which isn&#8217;t quite released yet) bears watching as a really interesting new development for collaboration and communication.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/06/07/blog-echoes-for-2009-06-06/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Communication in the Enterprise</title>
		<link>http://semanticbible.com/blogos/2009/06/02/social-communication-in-the-enterprise/</link>
		<comments>http://semanticbible.com/blogos/2009/06/02/social-communication-in-the-enterprise/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 14:14:16 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Culture]]></category>

		<category><![CDATA[Logos]]></category>

		<category><![CDATA[attention]]></category>

		<category><![CDATA[business]]></category>

		<category><![CDATA[communication]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=928</guid>
		<description><![CDATA[These days all the cool kids are tweeting, twittering and telecasting their every thought and activity using services like Twitter and Facebook. While i&#8217;m usually willing to give new technologies a try, i&#8217;ve been hesitant to take the plunge into Twitter. It&#8217;s not like i need additional sources of distraction: i&#8217;m perfectly capable of losing [...]]]></description>
			<content:encoded><![CDATA[<p>These days all the cool kids are tweeting, twittering and telecasting their every thought and activity using services like Twitter and Facebook. While i&#8217;m usually willing to give new technologies a try, i&#8217;ve been hesitant to take the plunge into Twitter. It&#8217;s not like i need additional sources of distraction: i&#8217;m perfectly capable of losing my focus all by myself.</p>
<p>In some respects, Twitter seems like another replay of several earlier IT pyramid schemes: first bulletin boards, then websites, then blogs. The earlier adopters get the lion&#8217;s share of attention, and the people who follow them get the initial benefit of more information and (maybe) more access. But as the pyramid grows over time, the volume of communication becomes unmanageable. Then we evolve new schemes for managing the flood: bookmarks, feeds and feed readers, tags spaces (hash tags for Twitter), and other meta-schemes. At some point we ought to stop and ask whether the new communications services and the additional complexity and overhead they impose provide enough benefit to justify their cost.</p>
<p>I&#8217;m humble enough to acknowledge that many smart and productive people say they get a lot of benefit from Twitter, so maybe i really am missing something by remaining doggedly tweet-free. But the latest issue of <a title="eWeek magazine" href="http://eweekdigital.eweek.com/publication/?i=17407">eWeek</a> (you may need to download their reader to access it) has a nice review of several <em>enterprise-oriented</em> social communication services (<a href="http://www.socialcast.com">SocialCast</a>, <a href="http://www.socialtext.com/">Socialtext</a>, and <a href="http://huddle.net">Huddle</a>) that&#8217;s making me rethink my position. These have several distinct differences from Twitter and Facebook that make them more interesting to me:</p>
<ul>
<li><strong>Narrower scope of communication:</strong> While broad services like Facebook and Twitter provide access to a universe of information, that can become overwhelming, particularly when the universe is talking back at you. Limiting the conversation to what&#8217;s happening in our company has a lot of appeal.</li>
<li><strong>Better business information:</strong> getting the right mix between quantity and focus about what&#8217;s going on in your company has always been a difficult challenge in my business career. The people who have the most to say are also very busy, and of course they already <em>know</em> what they know: so there&#8217;s asymmetry, with a cost to them in producing information while most of the near-term benefits accrue to their listeners.At the same time, there&#8217;s no easy way to predict what information might be useful to whom, so generating lots of it makes sense provided there are effective ways to filter it.</li>
<li><strong>Distributed leadership:</strong> personnel at all levels have useful things to offer your company, if you can just break them out of the stovepipes of departmental structure and management hierarchy.</li>
</ul>
<p>Here&#8217;s how i might see this playing out at <a href="http://l">Logos</a>. Our business structure is largely typical for a software company of our size: there&#8217;s a sales and marketing division with some people who travel a lot and who (along with inside sales) provide a lot of our revenue, a customer service group that deals with users and their problems, the programmers who make the application work, a smaller group (where i work) that&#8217;s developing new features and data sets, a variety of support and infrastructure people who keep IT, finance, etc. running smoothly, and of course a management team that&#8217;s steering the corporate ship. All of these groups have front-line access to information that might help the rest of us do a better, given the right kinds of access.</p>
<p>One of the challenges is to keep the information we all broadcast a little more targeted. While some amount of personal interest makes all the hours we spend at work more fun, too much information about somebody&#8217;s disappointment that their favorite team lost, or how much they hate paperwork, the lousy sandwich they had for lunch, etc. would start to make this just like Facebook (and i don&#8217;t think having employees reading Facebook during work time is a good strategy for productivity). But i&#8217;d <em>love</em> to hear:</p>
<ul>
<li>from front-line sales people: a conference sales pitch that really hit home with people; the reason somebody just gave for purchasing our software (or <em>not</em> purchasing it); a complaint from a loyal customer</li>
<li>from customer support: the common problems that get raised over and over, and that would make make for a much happier user experience if we fixed them upstream</li>
<li>from support staff: the challenges that we can all help with</li>
<li>from programmers and from R&amp;D: exciting new discoveries, tips and tricks</li>
<li>from management: new things we&#8217;re learning and thinking, big picture business issues, where we see our business heading</li>
</ul>
<p>Many of these things get communicated now, just more formally, and therefore less frequently, and to a more selective audience within the enterprise. Moving toward Twitter-style microcontent, just a little more focussed, might provide the right mix to get me tweeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/06/02/social-communication-in-the-enterprise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Most Important Verses? It Depends What You Mean</title>
		<link>http://semanticbible.com/blogos/2009/05/22/the-most-important-verses-it-depends-what-you-mean/</link>
		<comments>http://semanticbible.com/blogos/2009/05/22/the-most-important-verses-it-depends-what-you-mean/#comments</comments>
		<pubDate>Fri, 22 May 2009 18:17:57 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[SemanticBible]]></category>

		<category><![CDATA[analysis]]></category>

		<category><![CDATA[bible_reference]]></category>

		<category><![CDATA[machine_learning]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=913</guid>
		<description><![CDATA[The title of this post is a deliberate take-off from a recent post at OpenBible.info entitled &#8220;What Are the Most Popular Verses in the Bible? It Depends Whom You Ask&#8221;. That post combines data from an earlier ESV analysis of search results, TopVerses.com, a BibleGateway (internal) study, and OpenBible data to present a list of [...]]]></description>
			<content:encoded><![CDATA[<p>The title of this post is a deliberate take-off from a recent post at <a href="http://www.openbible.info">OpenBible.info</a> entitled <a href="http://www.openbible.info/blog/2009/05/what-are-the-most-popular-verses-in-the-bible-it-depends-whom-you-ask/">&#8220;What Are the Most Popular Verses in the Bible? It Depends Whom You Ask&#8221;</a>. That post combines data from <a href="http://www.esv.org/blog/2005/12/what-are-the-most-popular-verses-in-the-bible/">an earlier ESV analysis of search results</a>, <a href="http://topverses.com">TopVerses.com</a>, <a href="http://www.biblegateway.com/blog/?p=125">a BibleGateway (internal) study</a>, and OpenBible data to present a list of 278 verses, all of which occur in the top hundred of at least one source&#8217;s &#8220;top 100&#8243; list. It&#8217;s interesting to see both how much disparity there is (only 13% occur in at least three of the four lists), but also how uneven the distribution is. <a href="http://www.openbible.info/blog/2009/05/what-are-the-most-popular-verses-in-the-bible-it-depends-whom-you-ask/comment-page-1/#comment-31066">As one commenter points out</a>, it&#8217;s somewhat surprising that there are no verses from Revelation, and Old Testament narrative in particular is largely absent except for Genesis. John&#8217;s gospel has about as many popular verses as all the other gospels combined: there are only four verses from Mark (two of them from the often-questioned ending). Less surprisingly, perhaps, there are none from the shortest NT books (Philemon, Jude, 2-3 John). Altogether it&#8217;s an interesting study.</p>
<p>The larger question this raises for me is how we might come up with a comprehensive, global score for verses to indicate their importance for a variety of purposes. As the OpenBible post suggests, this depends both on what the source of the data is, but also on what your purpose is and what you mean by &#8220;important&#8221; (which is certainly different from &#8220;popular&#8221;, though not completely unrelated).</p>
<p>One useful purpose is ranking verses to present them in response to searches: TopVerses.com is explicitly organized this way, as indicated in <a href="http://www.topverses.com/topv/wordpress/?p=13">this news article about the site</a>. They don&#8217;t go into much detail about how they gathered their data, though the scope (37M references scoured from the web) is impressive. But there&#8217;s a subtle disparity here: their data is based on counting mentions (citations) in published web pages, but their use case is prioritizing search results, and these may be out of sync. The fact that a given verse is frequently published on the web doesn&#8217;t necessarily mean it&#8217;s the one you want at the top of the list when you&#8217;re doing a word-based search, for example. The other three sources seem perhaps better matched to ranking search results, since they&#8217;re derived from searches themselves.</p>
<p>Another key hitch is these endeavors is how to handle range references, both in processing source data and (for search purposes) in handling queries. For example, many Bible dictionaries frequently reference ranges of verses, sometimes extensive, multi-chapter ones. If you&#8217;re going to count these, you need to think carefully about how you do the counting so you don&#8217;t introduce bias (or, better, you select the bias that&#8217;s best suited to your purposes).</p>
<p>For example, in the TopVerses.com ranking <cite class="bibleref">John 3.1</cite> <a href="http://www.topverses.com/?verse=32080">is #26</a>, despite the rather plain descriptive content with little obvious spiritual impact.</p>
<blockquote><p>Now there was a Pharisee, a man named Nicodemus who was a member of the Jewish ruling council. (<cite class="bibleref">John 3.1</cite>, NIV)</p></blockquote>
<p>While i can&#8217;t be sure, i strongly suspect this high rank is an unintended consequence of  dis-aggregating ranges and whole chapter references from <cite class="bibleref" title="John 3">John 3</cite>. In fact, scanning top verses by chapter from John, the first verse in each chapter is very often the highest or second-highest ranked, and near always among the top ten. This probably says more about the counting methodology than the significance of those verses in particular. The Bible Gateway study focuses on ranges of no more than three verses to explicit mitigate this problem.</p>
<h3>Other Measures of Importance</h3>
<p>Moving from popularity to importance, i can imagine several different factors that might be combined to produce a more general importance score:</p>
<ul>
<li><em>citation frequency (</em>based on some corpus). In the TopVerses.com approach, these are web pages, which provides a very large set of observations. A number of other digital text collections would also suit this purpose, and even allow segmentation by genre: for example, you get a very different ranking from the <a href="http://www.logos.com/products/details/1678">Anchor Yale Bible Dictionary</a> compared to <a href="http://www.logos.com/ebooks/details/eastons">Easton&#8217;s</a> (and neither have <cite class="bibleref">John 3.16</cite> at the top of the list). See below for more about this.</li>
<li><em>search frequency</em>, the basis for the other three sources in the OpenBible.info post. This could be refined further given data on follow-up activities. For example, depending on your application, verses searches whose results are then expanded into a chapter view or followed to the next verse might get a boost compared to those with no further action (this seems like a variant of &#8220;click through&#8221; rates used in search engine advertising)</li>
<li><em>content analysis</em> (context-independent): this could have several different flavors.
<ul>
<li>word count: though <cite class="bibleref">John 11:35</cite> gets mentioned more than you&#8217;d expect precisely <em>because</em> it&#8217;s the shortest verse in the (English) Bible, in general longer verses are more likely to be important. This could be refined further given a metric for <em>important</em> words (but now we&#8217;ve introduced a new problem: where does that data come from?), which could be used for weighting the counts.</li>
<li>We could do even better if, instead of counting words, we count <em>concepts</em> (and weight them). Assuming we think the concept of <span class="font-variant: small-caps;">HUMILITY</span> is important, we&#8217;d want verses expressing that concept to rank more highly, regardless of whether they used a more common word like &#8220;humilty&#8221;, or a less common one like &#8220;lowly&#8221;. Converting words to concepts is a difficult challenge, however.</li>
<li>Connections to other data also affect importance. In some sense, every verse that reports words of Jesus is probably more important to a Christian than one whose importance is otherwise comparable, which is why we have the convention of printing Bibles with the words of Christ in red (a binary system for visualizing importance).</li>
<li>We might even consider negative factors: a lower rank for unfamiliar, hard-to-pronounce names, or &#8220;taboo&#8221; words.</li>
</ul>
</li>
</ul>
<p>Unlike TopVerses.com, i don&#8217;t see a particular need to provide a <em>unique</em> rank for each verse. If each verse has a score (to simplify the math, a decimal between 0 and 1 is a common approach), you can simply pick the top n verses that fit your purpose, and then order any ties canonically.</p>
<h3>Comparing Dictionary Reference Citations</h3>
<p>I did a small experiment to compare the most frequent reference citations in seven Bible dictionaries that are incorporate in Logos&#8217;s software (so this is citation frequency, not search frequency). I extracted and counted all the references, and then aggregated the counts across all seven: the top 20 references are shown below, along with how many &#8220;votes&#8221; they received in the OpenBible.info list. In the case of whole chapter references (four of the top ten), i&#8217;ve indicated with yes/no whether <em>any</em> verse from that chapter occurs in the OpenBible list.</p>
<p>There&#8217;s relatively little overlap between the two lists: only seven of these are in the OpenBible list. Many of these make sense given the different purposes of reference works: for example, <cite class="bibleref">Is 61.1</cite> is a key messianic text. The high rank for <cite class="bibleref">2 Ki 15.29</cite> is initially puzzling, but probably results from being commonly cited in discussions of the conquests of Tiglath-Pileser and the Babylonian exile. Overall, this is probably much too small a sample to show the correspondences: i presume we&#8217;d find much more overlap in the top few hundred.</p>
<table border="0">
<tbody>
<tr>
<th>Reference</th>
<th>Aggregate Count</th>
<th>Count In<br />
OpenBible List</th>
</tr>
<tr>
<td>Jn 1:14</td>
<td>169.5</td>
<td><strong>1</strong></td>
</tr>
<tr>
<td>2 Ki 15:29</td>
<td>165.2</td>
<td>0</td>
</tr>
<tr>
<td>Is 61:1</td>
<td>159.8</td>
<td>0</td>
</tr>
<tr>
<td>Ac 1:13</td>
<td>151.7</td>
<td>0</td>
</tr>
<tr>
<td>Ge 1</td>
<td>150.0</td>
<td><strong>yes</strong></td>
</tr>
<tr>
<td>Ac 15</td>
<td>143.0</td>
<td>no</td>
</tr>
<tr>
<td>Ge 2:7</td>
<td>142.3</td>
<td>no</td>
</tr>
<tr>
<td>Ge 46:21</td>
<td>139.3</td>
<td>no</td>
</tr>
<tr>
<td>Jn 3:16</td>
<td>137.8</td>
<td><strong>4</strong></td>
</tr>
<tr>
<td>Ge 1:26</td>
<td>135.2</td>
<td><strong>3</strong></td>
</tr>
<tr>
<td>Is 7:14</td>
<td>134.3</td>
<td><strong>1</strong></td>
</tr>
<tr>
<td>Mt 28:19</td>
<td>130.2</td>
<td><strong>3</strong></td>
</tr>
<tr>
<td>Da 7:13</td>
<td>130.0</td>
<td>0</td>
</tr>
<tr>
<td>Ps 2:7</td>
<td>129.8</td>
<td>0</td>
</tr>
<tr>
<td>1 Pe 2:9</td>
<td>126.3</td>
<td>0</td>
</tr>
<tr>
<td>Ac 20:4</td>
<td>124.3</td>
<td>0</td>
</tr>
<tr>
<td>Lk 3:1</td>
<td>123.8</td>
<td>0</td>
</tr>
<tr>
<td>Mk 10:45</td>
<td>123.7</td>
<td>0</td>
</tr>
<tr>
<td>1 Sa 1:1</td>
<td>121.5</td>
<td>0</td>
</tr>
<tr>
<td>Ac 1:8</td>
<td>120.8</td>
<td><strong>3</strong></td>
</tr>
</tbody>
</table>
<p>Details:</p>
<ul>
<li>The dictionaries used were the <a href="http://www.logos.com/products/details/1678">Anchor Yale Bible Dictionary</a>, <a href="http://www.logos.com/products/details/1924">Baker Encyclopedia of the Bible</a>, <a href="http://www.logos.com/products/details/1874">Eerdman&#8217;s Dictionary of the Bible</a>, <a href="http://www.logos.com/products/details/2422">Eerdman&#8217;s Bible Dictionary</a>, <a href="http://www.logos.com/products/details/1569">International Standard Bible Encyclopedia (ISBE)</a>, New Bible Dictionary, and <a href="http://www.logos.com/ebooks/details/TYNBIBDCT">Tyndale Bible Dictionary</a>.</li>
<li>Like the OpenBible.info approach, i took range references with 3 or fewer verses and decomposed them into individual verses, splitting the counts (which is why the aggregate counts are floats rather than integers). Larger ranges were left atomic, which confuses the results further: for example, <cite class="bibleref">Ge 1:26</cite> probably ought to be even higher, since the high-ranking chapter reference <cite class="bibleref" title="Ge 1">Ge 1</cite> includes it.</li>
<li>Some references are undercounted because this method distinguishes BHS and LXX references, but i doubt this materially affects the results.</li>
</ul>
<h3>Conclusions</h3>
<p>None of this is meant as criticism of the particular sites mentioned above. I strongly believe that any user-oriented, empirically-based data set is better than nothing, and in most endeavors like this, &#8220;the best data is more data&#8221;. * But with more data comes more complexity, and i&#8217;ve only scratched the surface here in considering some of the different factors.</p>
<p>The key point is this: if we want to measure something, we need to be clear up front about exactly what it is, and also what purpose we hope it will serve. I never stop being amazed at how often &#8220;obvious&#8221; approaches to data problems produce surprising results.</p>
<hr />* In my recollection, this quote is attributed to Bob Mercer, a leading researcher in statistical language processing who was part of the IBM research group in the 1990s. I haven&#8217;t been able to verify a real source, however.</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/05/22/the-most-important-verses-it-depends-what-you-mean/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Review of Oxford Biblical Studies Online</title>
		<link>http://semanticbible.com/blogos/2009/04/20/a-review-of-oxford-biblical-studies-online/</link>
		<comments>http://semanticbible.com/blogos/2009/04/20/a-review-of-oxford-biblical-studies-online/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 18:21:55 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[oxford_press]]></category>

		<category><![CDATA[timeline]]></category>

		<category><![CDATA[web_bible]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=880</guid>
		<description><![CDATA[A number of bibliobloggers have been helping Oxford University Press advertise their new on-line website, Oxford Biblical Studies Online, with a free-access pass good through the end of May (I learned of it through my colleague Mike Heiser&#8217;s blog). Since i wasn&#8217;t one of them  i can give an honest evaluation of the time [...]]]></description>
			<content:encoded><![CDATA[<p>A number of bibliobloggers have been helping Oxford University Press advertise their new on-line website, <a href="http://www.oxfordbiblicalstudies.com/">Oxford Biblical Studies Online</a>, with a free-access pass good through the end of May (I learned of it through my colleague <a href="http://michaelsheiser.com/TheNakedBible/2009/04/free-temporary-access-to-new-oxford-univ-press-site/">Mike Heiser&#8217;s blog</a>). Since i wasn&#8217;t one of them <img src='http://semanticbible.com/blogos/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> i can give an honest evaluation of the time i spent perusing their site. </p>
<p>Their site offers an integrated tool for accessing</p>
<ul>
<li>Six different Bibles, along with concordances and the Oxford Bible Commentary</li>
<li>Reference tools that span nine different sources (The Oxford Companion to the Bible, Oxford Bible Atlas, Oxford Encyclopedia of Archaeology in the Near East, etc.)</li>
<li>A collection of about 1000 images and maps.</li>
</ul>
<p>Whether this is helpful to you will be strongly determined by whether you value Oxford&#8217;s resources, of course: this is a walled (publisher) garden in that respect. But in my opinion (and those of real scholars as well) there&#8217;s a lot of very good material here. They provide an integrated search feature so you can search by keyword across all the reference works, Bible texts, and image resources. You can also limit that search by some general domains like Archaeology, Geography, Material Culture, etc.: that&#8217;s a nice way to make the search results a little more manageable in size. </p>
<p>There&#8217;s also a timeline feature, with links to the reference works (like Oxford History of the Biblical World and Companion to the Bible). I found that an interesting way to navigate to relevant information: you can find an item in the timeline (&#8221;Manasseh is king of Judah&#8221;) and then follow a link to an article on Manasseh.This kind of interface, where you can get to new information without first having to know exactly what you&#8217;re looking for, is important for those who aren&#8217;t already specialists in the domain of Biblical studies. </p>
<p>One very helpful feature is that dictionary-type articles have some number of terms hyperlinked: Bible references, of course, but also maps and other articles. So the article on Manasseh links to articles on Chronicles, Deuteronomic History, Ephraim (for the &#8220;other&#8221; Manasseh: the article combines both), and others. These links are also displayed in a sidebar, not just embedded in the text. This feature is limited somewhat, though, by the fact that the links are only within the current reference. What would make this feature <em>really</em> useful would be to link across their collection, so you could also easily get to e.g. the Bible Dictionary article on Ephraim. Of course, you can do that by going back to the search interface, but that&#8217;s some added friction. Also, it would appear that at least some of the links were automatically generated: the prose about Manasseh (son of Joseph the patriarch) links to &#8220;Joseph (Husband of Mary)&#8221;. </p>
<p>I found a few things i didn&#8217;t like as well. While the &#8220;unbundled&#8221; content of the reference tools is available, in some cases (for example, the Companion to the Bible) i couldn&#8217;t figure out a way to actually read the books as books: i could only get to them as disembodied search results. I suppose that&#8217;s all right for strict reference purposes, since search is probably the normal way you&#8217;d access them. But since some other volumes (like the Illustrated History of the Bible)<em> can</em> be read sequentially, i don&#8217;t quite understand why this isn&#8217;t possible for all of them. Another mild annoyance: while they helpfully link Bible references to their text, they only put the chapter and verse in the hyperlink, like this:</p>
<blockquote><p>Amos <a href="http://www.oxfordbiblicalstudies.com/article/bibref/NRSV/Am/9#verse9">9: 9</a>        <em></em></p></blockquote>
<p>In addition to looking a little weird, it also makes for a smaller (and therefore harder to hit) mouse target. I can understand doing this in a list of references where the book name isn&#8217;t repeated: but where the book is adjacent in the text, i don&#8217;t see the rationale. I also noticed that some features of the site (like Look It Up) didn&#8217;t seem to work quite right with Google Chrome.</p>
<p>These are pretty mild complaints, however. Overall, i&#8217;d say there&#8217;s a lot of very valuable information available here. The annual subscription price of $295 would seem to best fit serious professional users, however. I&#8217;d encourage you to take advantage of the free trial period and investigate it for yourself. </p>
<p>[This seems like as good an opportunity as any to point out that i followed <a href="http://www.supakoo.com/rick/ricoblog/2009/04/13/BookReviewPoliciesAndWhatnot.aspx">the good example of my colleague Rick Brannan</a> and created a <a title="Blogos disclosures" href="http://semanticbible.com/blogos/disclosures/">Disclosures page</a>, to avoid any potential confusion about my financial relationship to the things i write about. In this context, full disclosure: i work for a company that is partially in competition with Oxford's site. ]</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/04/20/a-review-of-oxford-biblical-studies-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Perceptions</title>
		<link>http://semanticbible.com/blogos/2009/04/16/perceptions/</link>
		<comments>http://semanticbible.com/blogos/2009/04/16/perceptions/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:40:15 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=874</guid>
		<description><![CDATA[I&#8217;m not in the habit of posting YouTube videos here, but this one seemed like a great illustration of an important lesson. Have a look first before reading on below, or the rest won&#8217;t make sense.
Susan Boyle
If i&#8217;m honest,  i&#8217;d have to admit my first reactions to seeing this rather plain, unemployed middle-aged woman who [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not in the habit of posting YouTube videos here, but this one seemed like a great illustration of an important lesson. Have a look <em>first</em> before reading on below, or the rest won&#8217;t make sense.</p>
<p><a href="http://www.youtube.com/watch?v=9lp0IWv8QZY">Susan Boyle</a></p>
<p>If i&#8217;m honest,  i&#8217;d have to admit my first reactions to seeing this rather plain, unemployed middle-aged woman who lives alone in a small village in England were no different than many in the audience (of course, the producers of the show played up this angle a bit). I couldn&#8217;t help thinking of <cite class="bibleref">1 Sam 16:7</cite> and how many people i walk by each day who look like nothing on the outside but have a tremendous gift inside, <em>if only i could perceive it</em>.</p>
<p>Our brains are wired to work this way: we make thousands of quick judgments throughout the day based on what we see, and we&#8217;d have a hard time coping with the complexity of life without this ability. But precisely because of this tendency, we need to constantly guard against <em>persisting</em> in these perceptions, when instead we should take the time to listen.</p>
<p>[hat tip to my sister-in-law Doreen for passing this along to us: thanks a lot for making us cry first thing in the day!]</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/04/16/perceptions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick Bible Searches in Firefox</title>
		<link>http://semanticbible.com/blogos/2009/04/15/quick-bible-searches-in-firefox/</link>
		<comments>http://semanticbible.com/blogos/2009/04/15/quick-bible-searches-in-firefox/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 19:18:09 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Logos]]></category>

		<category><![CDATA[reftagger]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=857</guid>
		<description><![CDATA[I must not have paying attention, since i don&#8217;t remember hearing about this before. But if you use Firefox and look up Bible references, you should pay attention.
Step #1: You can download here a search plugin for Firefox that goes to Bible.Logos.com. Once you&#8217;ve installed it, you&#8217;ll see something like this in the upper-right corner [...]]]></description>
			<content:encoded><![CDATA[<p>I must not have paying attention, since i don&#8217;t remember hearing about this before. But if you use Firefox and look up Bible references, you should pay attention.</p>
<p>Step #1: You can <a title="Firefox search plugin for Bible.Logos.com" href="http://mycroft.mozdev.org/search-engines.html?name=bible.logos.com">download here</a> a search plugin for Firefox that goes to <a href="http://bible.logos.com">Bible.Logos.com</a>. Once you&#8217;ve installed it, you&#8217;ll see something like this in the upper-right corner of your Firefox window.</p>
<p><a href="http://semanticbible.com/blogos/wp-content/uploads/logos-plugin.png"><img class="aligncenter size-full wp-image-860" style="margin: 10px;" title="Bible.Logos.com search plugin for Firefox" src="http://semanticbible.com/blogos/wp-content/uploads/logos-plugin.png" alt="Bible.Logos.com search plugin for Firefox" width="258" height="84" /></a></p>
<p>Type in a Bible reference (or a word or phrase to search for) and hit return to do the search.</p>
<p>Step #2: What i like even better (which is how i found this in the first place): once you&#8217;ve installed the plugin, it adds an item to Firefox&#8217;s context (&#8221;right-click&#8221;) menu. That means if you&#8217;re on some random web page, and the author wasn&#8217;t thoughtful enough to install <a title="Logos RefTagger" href="http://www.logos.com/reftagger">RefTagger</a>, you can simply select the text of a reference, right-click, and so a search like this, with no typing required:</p>
<p><a href="http://semanticbible.com/blogos/wp-content/uploads/logos-plugin-menu.png"><img class="aligncenter size-full wp-image-861" style="margin: 10px;" title="Bible.Logos.com plugin: context menu" src="http://semanticbible.com/blogos/wp-content/uploads/logos-plugin-menu.png" alt="Bible.Logos.com plugin: context menu" width="448" height="235" /></a></p>
<p>Just another simple way to reduce the friction in your daily information-seeking &#8230;</p>
<hr /><strong>Update (4/17):</strong> i didn&#8217;t get the story about #2 above quite right. Turns out that there&#8217;s some general feature of Firefox itself that adds the item to the context menu to search the selected text. And this <em>only</em> happens for the one plugin that happens to currently be selected and showing in the upper right! That means it&#8217;s not really as helpful as i thought, since you have to always leave the plugin selected to get this behavior.</p>
<p>Of course, other plugins can choose to extend the context menu (as LibX helpfully does, shown clearly in the snapshot above). I thought the Logos plugin did too: apparently not, but i&#8217;ll remain hopeful for the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/04/15/quick-bible-searches-in-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visualizing Holy Week</title>
		<link>http://semanticbible.com/blogos/2009/04/10/visualizing-holy-week/</link>
		<comments>http://semanticbible.com/blogos/2009/04/10/visualizing-holy-week/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 17:21:31 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Visualization]]></category>

		<category><![CDATA[cgi]]></category>

		<category><![CDATA[composite gospel]]></category>

		<category><![CDATA[holyweek]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=852</guid>
		<description><![CDATA[
I&#8217;ve posted an experimental visualization of the events of Holy Week, based on the Composite Gospel Index.
I&#8217;d be interested in feedback on the layout: i struggled quite a bit with getting the colored bars to show the quantitative information, but also having links. In particular, i would have liked to have pop-up text on each [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://semanticbible.com/cgi/holyweek/holyweek.html"><img class="size-full wp-image-853 alignright" title="holyweekviz" src="http://semanticbible.com/blogos/wp-content/uploads/holyweekviz.png" alt="Holy Week Visualization" width="500" height="480" /></a></p>
<p>I&#8217;ve posted <a title="Visualizing Holy Week" href="http://semanticbible.com/cgi/holyweek/holyweek.html">an experimental visualization of the events of Holy Week</a>, based on the <a title="Composite Gospel Index" href="http://semanticbible.com/cgi/cgi-overview.html">Composite Gospel Index</a>.</p>
<p>I&#8217;d be interested in feedback on the layout: i struggled quite a bit with getting the colored bars to show the quantitative information, but also having links. In particular, i would have liked to have pop-up text on each colored block with the Scripture passage, but i couldn&#8217;t figure out a way to do that with RefTagger without actually having the reference text, and that has layout issues for small blocks. No doubt Javascript mavens could do something cooler. But this is done only using XHTML and CSS, so perhaps i get some standards points.</p>
<p>It&#8217;s difficult, and sometimes impossible, to determine the precise chronology of the Gospel events, so this is a &#8220;best attempt&#8221;. I&#8217;ve followed the article on Chronology (<a href="libronixdls:jump|pos=LLS-AOL%3A981%3CC11%3E.0.0|ref=topic%2Btopics.Chronology|res=LLS%3A14.0.6">Libronix link</a>) in IVP&#8217;s Dictionary of Jesus and the Gospels in placing the Triumphal Entry on Monday (though of course we celebrate it in church on Sunday).</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/04/10/visualizing-holy-week/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BibleTech:2009 Postlude</title>
		<link>http://semanticbible.com/blogos/2009/03/30/bibletech2009-postlude/</link>
		<comments>http://semanticbible.com/blogos/2009/03/30/bibletech2009-postlude/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 17:17:52 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Bible Knowledgebase]]></category>

		<category><![CDATA[bibletech]]></category>

		<category><![CDATA[bk]]></category>

		<guid isPermaLink="false">http://semanticbible.com/blogos/?p=839</guid>
		<description><![CDATA[BibleTech:2009 is past now, and  (just like last year) was a great opportunity both to hear new ideas about Bible and technology, but also meet and talk with many others with common interests. The few scattered thoughts i jotted down as i was live-blogging talks certainly don&#8217;t do justice to the richness of many [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Bible Tech 2009" href="http://www.bibletechconference.com/index.htm">BibleTech:2009</a> is past now, and  (just like <a title="Blogos post: BibleTech08 followup" href="http://semanticbible.com/blogos/2008/01/30/more-bibletech08-followup/">last year</a>) was a great opportunity both to hear new ideas about Bible and technology, but also meet and talk with many others with common interests. The few scattered thoughts i jotted down as i was live-blogging talks certainly don&#8217;t do justice to the richness of many of the presentations: so don&#8217;t judge the quality of their talks by my quick-take notes.</p>
<p>I&#8217;ve got <a title="BibleTech 2009 talk: the Bible Knowledgebase" href="http://semanticbible.com/other/talks/2009/bibletech/BK.html">slides from my talk on the Bible Knowledgebase</a> posted now on SemanticBible: the navigational structure above them isn&#8217;t in place yet, but you should be able to follow the link directly to get there. Once again, i&#8217;ve used <a title="Blogos post: Using Slidy" href="http://semanticbible.com/blogos/2006/11/25/using-slidy/">Slidy</a> for the presentation, and that process went a little more smoothly this time (which probably just means i&#8217;ve gotten better at it). View the source if you want to see how it works.</p>
<p>[Important note: if you were at my talk and wrote down the URL for the slides, <em>i had it wrong</em>. The correct URL is:</p>
<blockquote><p><a title="BibleTech 2009 talk: the Bible Knowledgebase" href="http://semanticbible.com/other/talks/2009/bibletech/BK.html">http://semanticbible.com/other/talks/2009/bibletech/BK.html</a></p></blockquote>
<p>Yes, i know that <a href="http://www.w3.org/Provider/Style/URI">Cool URIs don't change</a>, which is why i wanted to make this one adjustment before publishing them, so i won't have to change it in the future.]</p>
<p>At some point there should be audio from the talk posted on the BibleTech site (probably on <a href="http://www.bibletechconference.com/speakers.htm">the BibleTech speakers page</a>, which has links to talks from last year and audio where available). Future Blogos posts on the Bible Knowledgebase will go in <a title="Blogos category: Bible Knowledgebase" href="http://semanticbible.com/blogos/category/bible-knowledgebase/">my WordPress category of that name</a> (<a title="RSS Feed for the category 'Bible Knowledgebase'" href="http://semanticbible.com/blogos/category/bible-knowledgebase/feed/">RSS feed here</a>), and will also be tagged with <code>bk</code> if you want to follow along.</p>
]]></content:encoded>
			<wfw:commentRss>http://semanticbible.com/blogos/2009/03/30/bibletech2009-postlude/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
