<?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>BibleTech Blog &#187; Blogos</title>
	<atom:link href="http://blog.bibletechconference.com/category/blogos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bibletechconference.com</link>
	<description>Discussing the Intersection of the Bible and Technology</description>
	<lastBuildDate>Wed, 16 Nov 2011 19:27:00 +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>My Django Talk at LinuxFest</title>
		<link>http://blog.bibletechconference.com/my-django-talk-at-linuxfest/</link>
		<comments>http://blog.bibletechconference.com/my-django-talk-at-linuxfest/#comments</comments>
		<pubDate>Fri, 07 May 2010 18:49:14 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=1217</guid>
		<description><![CDATA[ Apparently i neglected to let Blogos readers know that i was speaking at LinuxFest Northwest this past weekend: my bad! My talk was a basic practical intro to Django, the Python-based web application framework, entitled &#8220; From 0 to Website in 60 Minutes &#8211; with Django &#8220;. Since Django is touted (rightly in my view) as a highly-productive way to do web development, what better way to demonstrate that than to actually build a functioning database-backed website in the course of the talk? ]]></description>
			<content:encoded><![CDATA[<p>Apparently i neglected to let Blogos readers know that i was speaking at <a title="LinuxFest Northwest" href="http://linuxfestnorthwest.org/">LinuxFest Northwest</a> this past weekend: my bad! My talk was a basic practical intro to Django, the Python-based web application framework, entitled “<a href="http://linuxfestnorthwest.org/sessions/0-website-60-minutes-django">From 0 to Website in 60 Minutes – with Django</a>“. Since Django is touted (rightly in my view) as a highly-productive way to do web development, what better way to demonstrate that than to <em>actually build a functioning database-backed website</em> in the course of the talk?</p>
<p>It was a pretty ambitious goal, and i had to take a few shortcuts to pull it off (like starting past the boring stuff, with Python/Django/MySQL already installed, and data ready to go). But i think i can fairly claim to have delivered what i promised. We walked through an application that’s been a side-project for the <a title="Whatcom Python Users Group" href="http://groups.google.com/group/whatcom-python">Whatcom Python Users Group</a>, a web version of <a href="http://sustainableconnections.org/">Sustainable Connection</a>’s <a href="http://sustainableconnections.org/foodfarming/guidetoeatinglocal">Food and Farm Finder</a> brochure. It’s a nice simple learning example, well-suited to tutorial purposes. I’d say there were at least 40 or so in attendance, many the kind of beginners i was trying to focus on. And even though the time slot turned out to only be 45 minutes, I finished with several minutes to spare (in retrospect, i could have gone a little slower).</p>
<p><a title="Slides: From 0 to Website in 60 Minutes - with Django" href="http://www.semanticbible.com/other/talks/2010/linuxfestnw/DjangoIntro.html#%282%29">Slides are here</a>, along with <a href="http://www.semanticbible.com/other/talks/2010/linuxfestnw/lfnw.zip">the data</a> you need to follow them on <a href="http://www.semanticbible.com/other/talks/2010/linuxfestnw/main.html">the main page for the talk</a>. I have audio of the talk that i’ll post in the next day or two once i’ve cleaned it up a bit: then it will be almost like being there (though without the ability to make sense of the “skeleton” joke). I was glad to have the opportunity to shine a little light on Django and repay a tiny portion of the debt of gratitude i owe its creators, since it’s been a major productivity boost in my work at Logos.</p>
<p><a href="http://www.amazon.com/Definitive-Guide-Django-Development-Second/dp/143021936X/?link_code=ur2&amp;tag=semanticbible-20"><img class="alignright size-full wp-image-1146" style="float: right" src="http://blog.bibletechconference.com/files/2010/04/4783882761ook-sm.jpg.jpg" alt="The Definitive Guide to Django" width="202" height="267" /></a> Here’s another reason why i give talks whenever i get the chance: you always <em>learn</em> more when you teach others. As a concrete example, i was reminded while prepping the talk that <a href="http://docs.djangoproject.com/en/1.1/topics/templates/#topics-templates">Django’s template framework</a>, while primarily designed around HTML generation, is quite general and therefore capable of generating other data formats as well. At work, i’d built up an entire module of custom code around serializing Bible Knowledgebase data as XML for internal hand-off to our developers. Re-reading the Django book gave me the idea of using Django templates to do this instead. In fairly short order, i was able to rewrite my test example, 80 lines of custom code, with a single clean template and 20 much simpler lines instead.</p>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/04/27/my-django-talk-at-linuxfest"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/my-django-talk-at-linuxfest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Python Interface for api.Biblia.com</title>
		<link>http://blog.bibletechconference.com/a-python-interface-for-api-biblia-com/</link>
		<comments>http://blog.bibletechconference.com/a-python-interface-for-api-biblia-com/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:39:24 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=1067</guid>
		<description><![CDATA[ Last week Logos announced a public API for their new website,  Biblia.com , at BibleTech. Of course, i want to wave the flag for my employer. But i&#8217;m also interested as somebody who&#8217;s dabbled in Bible web services in the past, most notably the excellent ESV Bible web service (many aspects of which are mirrored in the Biblia API: some previous posts around this can be found here at Blogos in the Web Services category ). Dabblers like me often face a perennial problem: the translations people most want to read are typically not the most accessible via API, or have various other limitations. ]]></description>
			<content:encoded><![CDATA[<p>Last week Logos announced <a href="http://api.biblia.com/docs/">a public API</a> for their new website, <a href="http://biblia.com">Biblia.com</a>, at BibleTech. Of course, i want to wave the flag for my employer. But i’m also interested as somebody who’s dabbled in Bible web services in the past, most notably the excellent <a href="http://www.esvapi.org/api">ESV Bible web service</a> (many aspects of which are mirrored in the Biblia API: some previous posts around this can be found here at Blogos in the <a href="http://semanticbible.com/blogos/category/web-services/">Web Services category</a>). Dabblers like me often face a perennial problem: the translations people most want to read are typically not the most accessible via API, or have various other limitations.</p>
<p>So i’m happy with the other announcement from BibleTech last week: Logos is making the <a href="http://www.lexhamenglishbible.com/">Lexham English Bible</a> available under very generous terms (details <a href="http://www.lexhamenglishbible.com/license/">here</a>). The LEB is in the family of “essentially literal” translations, which makes it a good choice for tasks where the precise wording matters. And the LEB is available through the API (unlike most other versions you’re likely to want, at least until we resolve some other licensing issues).</p>
<p>I don’t want to do a review of the entire API here (and it will probably continue to evolve). But here are a couple of things about it that excite me:</p>
<ul>
<li>The most obvious one is the ability to retrieve Bible text given a reference (the content service). Of the currently available Bible versions, the LEB is the one that interests me the most here (i hope we’ll have others in the future).</li>
<li>Another exciting aspect for me is the tag service. You provide text which may include Bible references: the service identifies any references embedded in it, and then inserts hyperlinks for them to enrich the text. So this is like <a title="Logos RefTagger" href="http://logos.com/RefTagger">RefTagger</a> on demand (not just embedded in your website template). You can also supply a URL and tag the text that’s retrieved from it. One caveat with this latter functionality: if you want to run this on HTML, you should plan to do some pre-processing first, rather than treating it all as one big string. Otherwise random things (like “XHTML 1.0″ in a DOCTYPE declaration) wind up getting tagged in strange ways (like <code><a href="http://ref.ly/Mal1">ML 1.0</a></code>).</li>
</ul>
<p>I’ve just started working through the Biblia API today, but since i’m a Pythonista, developing a Python interface seemed like the way to go. This is still very much a work in progress, but you can download the code from <a title="Python module for api.biblia.com" href="http://semanticbible.com/blogos/gems/biblia.zip">this zip file</a> and give it a whirl. Caveats abound:</p>
<ul>
<li>I’ve only implemented three of the services so far: <code>content()</code> (retrieves Bible content for a reference), <code>find()</code> (lists available Bibles and metadata), and <code>tag()</code> (finds references in  text and enhances it with hyperlinks). And even with these three services, i haven’t supported all the parameters (maybe i will, maybe i won’t).</li>
<li>This is my first stab at creating a Python interface to an API, so there may be many stylistic shortcomings.</li>
<li>Testing has also gotten very little attention, and bugs doubtless remain.</li>
</ul>
<p>If you’re interested and want to play along, let me know: we can probably set up a Google group or something for those who want to improve this code further.</p>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/04/02/a-python-interface-for-api-biblia-com"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/a-python-interface-for-api-biblia-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holy Week Visualization</title>
		<link>http://blog.bibletechconference.com/holy-week-visualization-2/</link>
		<comments>http://blog.bibletechconference.com/holy-week-visualization-2/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:14:44 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=1030</guid>
		<description><![CDATA[ If you&#8217;re thinking through the events of Holy Week, let me know what you think about this visualization that i created last year (but apparently failed to tie into the SemanticBible navigation, so you might not easily find it otherwise).  Here&#8217;s my previous Blogos post on this. ]]></description>
			<content:encoded><![CDATA[<p>If you’re thinking through the events of Holy Week, let me know what you think about <a href="http://semanticbible.com/cgi/holyweek/holyweek.html">this visualization</a> that i created last year (but apparently failed to tie into the SemanticBible navigation, so you might not easily find it otherwise).  <a href="http://semanticbible.com/blogos/2009/04/10/visualizing-holy-week/">Here’s my previous Blogos post</a> on this. I’m really interested in presentations like this that enable browsing by content rather than having to know the reference in advance.</p>
<p>To recap some of the features:</p>
<ul>
<li>Colored blocks are grouped together by pericope so the presentation is organized by the events, rather than the order of texts themselves. The size of the block indicates how many words are associated with the pericope, and the colors indicate which Gospel provided the material. This helps you immediately see things like the fact that all four Gospels provide quite a bit of detail about the triumphal entry, though only Luke includes Jesus’ sorrow over Jerusalem.</li>
<li>The blocks are grouped by day, through the chronology is uncertain in several places, so this is an approximation at best.</li>
<li>Clicking on the pericope title takes you to the Composite Gospel page (though apparently some of the indexes are off). Clicking on the colored block takes you to source text at bible.logos.com (and a tooltip indicates the reference). As i recall, i couldn’t figure out a way to use RefTagger to actually display the text more directly in a popup.</li>
</ul>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/03/31/holy-week-visualization"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/holy-week-visualization-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holy Week Visualization</title>
		<link>http://blog.bibletechconference.com/holy-week-visualization/</link>
		<comments>http://blog.bibletechconference.com/holy-week-visualization/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:13:32 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=1031</guid>
		<description><![CDATA[ If you&#8217;re thinking through the events of Holy Week, let me know what you think about this visualization that i created last year (but apparently failed to tie into the SemanticBible navigation, so you might not easily find it otherwise).  Here&#8217;s my previous Blogos post on this. ]]></description>
			<content:encoded><![CDATA[<p>If you’re thinking through the events of Holy Week, let me know what you think about <a href="http://semanticbible.com/cgi/holyweek/holyweek.html">this visualization</a> that i created last year (but apparently failed to tie into the SemanticBible navigation, so you might not easily find it otherwise).  <a href="http://semanticbible.com/blogos/2009/04/10/visualizing-holy-week/">Here’s my previous Blogos post</a> on this. I’m really interested in presentations like this that enable browsing by content rather than having to know the reference in advance.</p>
<p>To recap some of the features:</p>
<ul>
<li>Colored blocks are grouped together by pericope so the presentation is organized by the events, rather than the order of texts themselves. The size of the block indicates how many words are associated with the pericope, and the colors indicate which Gospel provided the material. This helps you immediately see things like the fact that all four Gospels provide quite a bit of detail about the triumphal entry, though only Luke includes Jesus’ sorrow over Jerusalem.</li>
<li>The blocks are grouped by day, through the chronology is uncertain in several places, so this is an approximation at best.</li>
<li>Clicking on the pericope title takes you to the Composite Gospel page (though apparently some of the indexes are off). Clicking on the colored block takes you to source text at bible.logos.com (and a tooltip indicates the reference). As i recall, i couldn’t figure out a way to use RefTagger to actually display the text more directly in a popup.</li>
</ul>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/03/31/holy-week-visualization"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/holy-week-visualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BibleTech:2010 Debrief</title>
		<link>http://blog.bibletechconference.com/bibletech2010-debrief/</link>
		<comments>http://blog.bibletechconference.com/bibletech2010-debrief/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:08:47 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=1012</guid>
		<description><![CDATA[ The BibleTech conference is an annual highlight for those of us who work at the intersection of Bible stuff and technology, and last week&#8217;s meeting in San Jose was no exception. This was the third BibleTech &#8212; i&#8217;ve been fortunate to have attended (and presented at) them all &#8212; and there&#8217;s always a great mix of new ideas, updates on ongoing projects, and lots of interesting people to talk to. (some other reviews: Rick Brannan , Mike Aubrey , Trey Gourley ) Some of the talks i liked best this year: I was already interested in Pinax before hearing James Tauber&#8217;s talk on Using Django and Pinax for Collaborative Linguistics : now i&#8217;m itching to get started! Stephen Smith had a nice analysis of the most frequently tweeted Bible passages (though the evidence of vast swaths of Scripture that get very little attention was perhaps a bit depressing)]]></description>
			<content:encoded><![CDATA[<p>The <a title="BibleTech conference" href="http://www.bibletechconference.com/">BibleTech conference</a> is an annual highlight for those of us who work at the intersection of Bible stuff and technology, and last week’s meeting in San Jose was no exception. This was the third BibleTech — i’ve been fortunate to have attended (and presented at) them all — and there’s always a great mix of new ideas, updates on ongoing projects, and lots of interesting people to talk to. (some other reviews: <a href="http://www.supakoo.com/rick/ricoblog/2010/03/29/BibleTech2010WasABlast.aspx">Rick Brannan</a>, <a href="http://evepheso.wordpress.com/2010/03/28/bibletech2010-in-review-language-learning/">Mike Aubrey</a>, <a href="http://www.treygourley.com/2010/03/bibletech-2010-wrap-up/">Trey Gourley</a>)</p>
<p>Some of the talks i liked best this year:</p>
<ul>
<li>I was already interested in Pinax before hearing James Tauber’s talk  on <a href="http://www.bibletechconference.com/speakers/#JamesTauber-2010">Using  Django and Pinax for Collaborative Linguistics</a>: now i’m itching to  get started!</li>
<li><a href="http://www.bibletechconference.com/speakers/#StephenSmith-2010">Stephen  Smith</a> had a nice analysis of the most frequently tweeted Bible  passages (though the evidence of vast swaths of Scripture that get very  little attention was perhaps a bit depressing).</li>
<li><a href="http://www.bibletechconference.com/speakers/#NeilRees-2010">Neil Rees</a> showed Concordance Builder, a program that lets you use a Swahili concordance to bootstrap one for Welsh (or any other pair of languages) with no linguistic knowledge. Building on the <a href="http://paratext.ubs-translations.org/">Paratext</a> tool, it leverages the verse indexes along with approximate string matching and statistical glossing (<a href="http://lc.bfbs.org.uk/e107_files/downloads/ridingaslib08.pdf">technical paper by J D Riding</a>) to produce results that are about 90-95% correct out of the book. This can reduce concordance development to a matter of weeks rather than years.</li>
<li>There were several talks related to semantics in addition to <a href="http://www.bibletechconference.com/speakers/#SeanBoisen-2010">mine</a>: <a href="http://www.bibletechconference.com/speakers/#RandallTan-2010">Randall Tan</a> talked about more automated methods and fleshed them out relative to the higher-level structure of Galatians, and <a href="http://www.bibletechconference.com/speakers/#AndiWu-2010">Andi Wu</a> gave what looked like a really interesting presentation on semantic search based on syntax and cross-language correspondence (alas, i missed it).</li>
<li><a href="http://www.bibletechconference.com/speakers/#WestonRuter-2010">Weston Ruter</a> talked about APIs they’re developing at OpenScriptures.org (and brought in the <a href="http://linkeddata.org">Linked Data</a> idea). Logos also unveiled their <a href="http://api.biblia.com/docs/">new API for Biblia</a>.</li>
</ul>
<p>I felt <a title="my BibleTech:2010 talks" href="http://www.bibletechconference.com/speakers/#SeanBoisen-2010">my talks</a> went well and i got some good feedback. My slides are now posted (if you wrote down URLs at the conference, i didn’t get them quite right <img class="wp-smiley" src="http://www.bibletechconference.com/blog/wp-content/uploads/2010/03/7c41300238on_sad.gif.gif" alt=":-(" /> but here they’re correct):</p>
<ul>
<li><a title="Annotating Linguistic Reference in the New Testament" href="http://www.semanticbible.com/other/talks/2010/BibleTech-NTReferents/BibleTech-NTReferents.html">Annotating Linguistic Reference in the New Testament</a> (http://www.semanticbible.com/other/talks/2010/BibleTech-NTReferents/BibleTech-NTReferents.html)</li>
<li><a href="http://www.semanticbible.com/other/talks/2010/BibleTech-LCV/BibleTech-LCV.html">A Controlled Vocabulary for Biblical Studies</a> (http://www.semanticbible.com/other/talks/2010/BibleTech-LCV/BibleTech-LCV.html) — this is what we internally call the Logos Controlled Vocabulary (LCV).</li>
</ul>
<p>(As with some previous talks, i did my presentation with<a href="http://www.w3.org/Talks/Tools/Slidy/"> Slidy</a> (<a href="http://semanticbible.com/blogos/2006/11/25/using-slidy/">previous post</a>): i feel like it’s going a little more smoothly each time.)</p>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/03/30/bibletech2010-debrief"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/bibletech2010-debrief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Human Internet Proxies</title>
		<link>http://blog.bibletechconference.com/human-internet-proxies/</link>
		<comments>http://blog.bibletechconference.com/human-internet-proxies/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 00:34:01 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=632</guid>
		<description><![CDATA[ The MIT Technology Review echoes an AP story about how, despite the proliferation of smart phones (and the digerati&#8217;s consequent obsession with them), &#8220;most wireless use is still centered on laptops&#8221;. ]]></description>
			<content:encoded><![CDATA[<p>The MIT Technology Review echoes an AP story about how, despite the proliferation of smart phones (and the digerati’s consequent obsession with them), “most wireless use is still centered on laptops”. So what do people do when they’re on the road and need something? They <em>call a friend and ask them</em> to look it up/book it/etc., as a <strong>human internet proxy</strong>.</p>
<p>Donna and i do this all the time: we don’t have web-connected phones, so if i’m driving and lost, i call her. She’s very likely to be either sitting at or within 50 feet of an Internet-connected computer, so she can relay the information back to me. Maybe not quite as cool as having my own pocket Internet , but very workable, a whole cheaper (no data plan), and it reinforces our relationship at the same time.</p>
<p><a href="http://www.technologyreview.com/wire/24695/?nlid=2801&amp;a=f">Technology Review: Info on the go for travelers without smart phones</a>.</p>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/03/08/human-internet-proxies"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/human-internet-proxies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bible Data Visualization Blog</title>
		<link>http://blog.bibletechconference.com/bible-data-visualization-blog/</link>
		<comments>http://blog.bibletechconference.com/bible-data-visualization-blog/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:03:47 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=573</guid>
		<description><![CDATA[ camaris has started a Bible Data Visualization blog to practice some visualizations. The goal: &#8230; show 40 visualizations of the Holy Bible. ]]></description>
			<content:encoded><![CDATA[<p>camaris has started a <a href="http://biblevis.wordpress.com/">Bible Data Visualization</a> blog to practice some visualizations. The goal:</p>
<blockquote><p>… show 40 visualizations of the Holy Bible. Most of the visualizations will be self-made, but sometimes I will cover the work from other people.</p></blockquote>
<p>Looks like there’s also some narration of the process, which may be useful if you’re thinking about how to do some visualizations yourself.</p>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/03/03/bible-data-visualization-blog"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/bible-data-visualization-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Journals for Biblical Studies</title>
		<link>http://blog.bibletechconference.com/digital-journals-for-biblical-studies/</link>
		<comments>http://blog.bibletechconference.com/digital-journals-for-biblical-studies/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:27:56 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=500</guid>
		<description><![CDATA[ John Hobbins over at the Ancient Hebrew Poetry blog has been musing about this question : What do you think a state-of-the-art electronic journal in biblical studies would look like? This question lives right where so many interesting discussions are currently taking place around topics like the future of publishing and the book how collaboration, user contribution, and social media change the nature of publication open access journals and publishing (see for example this list of 63 open access journals in the broad area of religion from the Directory of Open Access Journals ) how vendors and publishers might facilitate this new world: Microsoft is definitely thinking about it , and Dave Weinberger has some rough notes here from a talk. ]]></description>
			<content:encoded><![CDATA[<p>John Hobbins over at the <a title="Ancient Hebrew Poetry blog" href="http://ancienthebrewpoetry.typepad.com/ancient_hebrew_poetry/">Ancient Hebrew Poetry blog</a> has been musing about <a href="http://ancienthebrewpoetry.typepad.com/ancient_hebrew_poetry/2010/03/a-stateoftheart-electronic-journal-in-biblical-studies.html">this question</a>:</p>
<blockquote><p><span>What do you think a</span><span> state-of-the-art electronic journal in biblical studies would look like?</span></p></blockquote>
<p><span>This question lives right where so many interesting discussions are currently taking place around topics like</span></p>
<ul>
<li><span>the future of publishing and the book</span></li>
<li><span>how collaboration, user contribution, and social media change the nature of publication</span></li>
<li><span><a title="Wikipedia: open access journal" href="http://en.wikipedia.org/wiki/Open_access_journal">open access journals</a> and publishing (see for example this <a href="http://www.doaj.org/doaj?func=subject&amp;cpid=16">list of 63 open access journals in the broad area of religion</a> from the <a href="http://www.doaj.org/doaj?func=home">Directory of Open Access Journals</a>)</span></li>
<li><span>how vendors and publishers might facilitate this new world: <a href="http://research.microsoft.com/en-us/collaboration/focus/education/scholarlycomm.aspx">Microsoft is definitely thinking about it</a>, and Dave Weinberger has some rough notes <a href="http://www.hyperorg.com/blogger/2009/09/18/berkman-transforming-scholarly-communication/">here </a>from a talk. Science publisher Elsevier is working toward the (research journal) <a href="http://beta.cell.com/index.php/2010/01/cell-launches-article-of-the-future-format/">article of the future</a>.<br />
</span></li>
</ul>
<p>It’s still too early to know the answers, but here are a few areas of interest to me:</p>
<ol>
<li>The value of search, hyperlinked information, and other digital conveniences seems indisputable.</li>
<li>There’s a lot of momentum from openness so far. Wikipedia has clearly won the day against the Encyclopedia Britannica, through its combination of free access, timely update of content, and tremendous scope – and despite criticisms of its lack of authoritativeness and editorial control (a caution to those who want peer review to be a control gate). But clearly part of Wikipedia’s real success is its ability to motivate and manage an enormous community of volunteers: it remains to be seen how easily others can replicate that feat. Hobbins rightly questions how this will all work with databases that are behind pay walls.</li>
<li>In the five years of Web 2.0, we’ve all learned the value of having a community that can tag, rate, and comment on content. But the network effects here require a certain critical mass to pay off: how would that be accomplished in a field like Biblical studies? How will authors feel having others leave comments directly on their articles (including those of a contrary nature)?</li>
<li>Can such a thing really work out on the open web, or does it need a rich community of resources like Logos to really thrive?</li>
</ol>
<p>The technical issues aren’t likely to prove stumbling blocks: there are plenty of solutions there. I expect the tough problems will have a lot more to do with community building, rethinking scholarship and publication, clarifying the value propositions and business issues, and gaining traction.</p>
<p><span><br />
</span></p>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/03/01/digital-journals-for-biblical-studies"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/digital-journals-for-biblical-studies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building an Architecture of Participation in Bible Study</title>
		<link>http://blog.bibletechconference.com/building-an-architecture-of-participation-in-bible-study/</link>
		<comments>http://blog.bibletechconference.com/building-an-architecture-of-participation-in-bible-study/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 23:18:47 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=447</guid>
		<description><![CDATA[ The Cornucopia of the Commons Some time back, Tim O&#8217;Reilly ( The Architecture of Participation ) echoed and applied some observations from Dan Bricklin ( the Cornucopia of the Commons ) about the architecture of Napster and  other significant web-based systems. The individual details are well worth reading, but here&#8217;s the summary form. There are several common models for how to build large datasets that are valuable to people: Pay people to build it (Bricklin calls this &#8220;Organized Manual&#8221;)]]></description>
			<content:encoded><![CDATA[<h2>The Cornucopia of the Commons</h2>
<p>Some time back, Tim O’Reilly (<a title="The Architecture of Participation" href="http://www.oreillynet.com/pub/a/oreilly/tim/articles/architecture_of_participation.html">The Architecture of Participation</a>) echoed and applied some observations from Dan Bricklin (<a title="The Cornucopia of the Commons" href="http://www.bricklin.com/cornucopia.htm">the Cornucopia of the Commons</a>) about the architecture of Napster and  other significant web-based systems. The individual details are well worth reading, but here’s the summary form. There are several common models for how to build large datasets that are valuable to people:</p>
<ol>
<li>Pay people to build it (Bricklin calls this “Organized Manual”). Examples include the original Yahoo! directory of the web, and the Encyclopedia Britannica. There’s an variant that represents smart algorithms rather than just human effort (Bricklin: “Organized Mechanical”): this is how Google has built its indexes. But it still represents a significant monetary investment by somebody who probably expects something in return.</li>
<li>Get volunteers (Bricklin’s “Volunteer Manual”): Wikipedia is the preeminent example here, along with Linux, the <a title="Open Directory Project" href="http://dmoz.org/about.html">Open Directory Project</a>, and a great many open source projects. People do this work because they value the end result, and the project coordinates and magnifies those efforts.</li>
<li>Architect in such a way that individual self-interest creates collective value.</li>
</ol>
<p><a href="http://en.wikipedia.org/wiki/Napster">Napster</a> (the original peer-to-peer version) was proposed by Bricklin as a prime example of the third model: simply by listening to your music (within the Napster ecosystem), the default settings meant you were also sharing that music with everybody else. Quoting Bricklin:</p>
<blockquote><p><strong>What we see here is that increasing the value of the database by adding more information is a natural by-product of using the tool for your own benefit.</strong> No altruistic sharing motives need be present, especially since sharing is the default.</p></blockquote>
<p>This is Bricklin’s <span>Cornucopia of the Commons</span> (an allusion to Garrett Hardin’s <a href="http://dieoff.org/page95.htm">Tragedy of the Commons</a>): a system designed in such a way that <strong>use brings overflowing abundance</strong>.</p>
<p>(You might think blogging and twittering are like this, but they’re not. Nobody tweets because it has direct, inherent value to them: instead, it’s an outgrowth of a <span>narcissistic, self-centered</span> open, generous belief that what i say might have value to others. Few of us would do it if nobody else was listening. )</p>
<h2>Models for Data Creation In Biblical Studies</h2>
<p>All that (and Napster!) is now history, and i don’t want to get distracted by the peer-to-peer model that made Napster so powerful (Bricklin argues that’s not the reason it succeeded), or the legal issues that led to its demise. Instead, i want to reflect here on <em>how these principles apply to Biblical studies and software</em>.</p>
<p>With <a href="http://semanticbible.com/blogos/2009/11/02/logos-4-launches-today/">Logos 4, we’ve launched a major expansion of our Biblical Knowledge</a>, by expanding Biblical People, adding Places and Things, and building around the large set of concepts we call the <a href="http://semanticbible.com/blogos/2010/01/25/bibletech2010-talk-the-libronix-controlled-vocabulary/">Logos Controlled Vocabulary</a>. This was accomplished through the Organized Manual method: we paid a bunch of people (me included) to architect and populate this data, in a major development effort that stretched over several years. You could view the vast network of links that make Logos more than just a collection of texts as an extension of the same principle (through the resulting software program doesn’t look so much like a database). It represents literally hundreds of thousands of hours of effort in book markup and design, along with lots of “Organized Mechanical” algorithmic work.</p>
<p>There are also lots of examples of Volunteer Manual projects related to the Bible. <a href="http://www.crosswire.org/sword">The Sword Project</a> is like Linux for Bible software. <a href="http://www.e-sword.net/">e-Sword</a> has a smaller group of developers, but the same framework of a volunteer effort which is given away. <a href="http://openscriptures.org/">Open Scriptures</a> is building a platform and API for others to use in building Bible-based applications. Web 2.0 efforts like <a href="http://www.youversion.com/">YouVersion</a> let people tie their reflections directly to the Biblical text, and numerous projects have sprung from the Wikipedia mold like <a href="http://www.theopedia.com/">Theopedia</a>. My own <a title="SemanticBible" href="http://semanticbible.com/">SemanticBible</a> projects are much more limited, but in a similar spirit.</p>
<p>Logos has been active with the Volunteer Manual approach as well. The <a title="Logos Topics" href="http://topics.logos.com">Logos Topics website</a> combines our Organized Manual data and architecture of topics with user-contributed extensions of additional terminology, links within Logos, and even links to other websites. This lets us do some neat things like extending the desktop application content through user contributions on the web. Like Wikipedia, these are altruistic contributions from people who want to share their knowledge with others.</p>
<p><a href="http://sermons.logos.com/">Sermons.logos.com</a> works in a similar fashion: if you’re a pastor who writes down your sermon, and you’re willing to upload and share it, lots of others (both on the web and in Logos software) can benefit from what you’ve created. This is closer to the Cornucopia of the Commons model, but it’s still a voluntary and indirect process: my sermon doesn’t get shared as a natural by-product of my preparation activity.</p>
<h2>The Cornucopia and Bible Study</h2>
<p>The interesting question to me is <em>how to achieve the third model</em>, where my own use of a tool provides a direct benefit to others through a network, not because i’m behaving altruistically but simply because the system is architected to work that way. This is closely related to the whole <a href="http://www.oreillynet.com/go/web2">Web2.0 meme</a> (can it really have been <a href="http://www.web2summit.com/web2009/public/schedule/detail/10194">five years already</a>?!?) of “software that gets better the more it gets used.”</p>
<p>One thought: lots of web sites use <a title="Logos RefTagger" href="http://logos.com/reftagger">RefTagger</a> to provide a nice pop-up of Bible text for their readers, a benefit that enriches the experience of visitors to their site. Twitter users can similarly use <a href="http://ref.ly">ref.ly</a> to shorten Bible references, which, like RefTagger links,  in turn resolve to references on <a href="http://bible.logos.com">Bible.Logos.com</a>.   Could those links be converted into <em>data</em> indicating, for example, the relative popularity of different verses, and then displayed back to users?</p>
<p>Aggregating users’ operation of Logos software (in a suitably anonymized fashion, of course) could also provide data on the most popular resources, searches, and topics, which could then be turned around into recommendations (”Looking for a Bible dictionary article on ‘marriage’? Here are the ones our users have found most useful ….”).</p>
<p>But none of these seem to me to accomplish the full promise of the Cornucopia of the Commons. There has to be more here than simply harnessing popularity (though sites like Digg and del.icio.us have shown how useful that can be). I’m still trying to imagine what <em>data sets</em> could be created by people who are already committed to Bible study, as a normal outgrowth of what they do anyway. Any thoughts? Please share a comment.</p>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/02/22/building-an-architecture-of-participation-in-bible-study"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/building-an-architecture-of-participation-in-bible-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out-of-place Serendipity</title>
		<link>http://blog.bibletechconference.com/out-of-place-serendipity/</link>
		<comments>http://blog.bibletechconference.com/out-of-place-serendipity/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 23:18:05 +0000</pubDate>
		<dc:creator>Sean Boisen</dc:creator>
				<category><![CDATA[Blogos]]></category>

		<guid isPermaLink="false">http://www.bibletechconference.com/blog/?p=462</guid>
		<description><![CDATA[ This is a true story. It&#8217;s been quiet for a week or so &#8230; Bob, my boss is out of town, i don&#8217;t know where &#8230; i&#8217;m doing a lot of strategic planning, blue sky thinking, exploring new ideas]]></description>
			<content:encoded><![CDATA[<p>This is a true story.</p>
<p>It’s been quiet for a week or so … Bob, my boss is out of town, i don’t know where … i’m doing a lot of strategic planning, blue sky thinking, exploring new ideas. Yesterday, a colleague sends me a link about a talk on eBooks (i troll through a lot of information in a typical week), <a href="http://www.teleread.org/2010/02/23/toc-report-the-future-of-digital-textbooks/">The future of digital textbooks</a>. It’s interesting, though brief and sketchy in the way conference talk reports often are … online books lower the price point, student choice isn’t always aligned with faculty choice, students “want learning that’s more efficient, more portable and more affordable”, yada yada yada.</p>
<p>I put it aside, get on with my work, and finally come back to it later in the day, actually read it, and recognize it’s a talk from the<a href="http://www.toccon.com/toc2010"> O’Reilly Tools of Change for Publishing (TOC) conference</a>. Oh yeah, that’s going on right now in New York! And last week i had planned to look at <em>last year’s</em> talks and (big surprise) got distracted and forgot.</p>
<p>So i look up the TOC website, intending to follow up on the old talks, which indeed confirms that the conference is going on <em>now</em>, and it has an intriguing link: <a href="http://www.toccon.com/toc2010/public/content/livestream">Watch Keynotes Live Online</a>. Hmm, that’s almost like being there! In fact, i had thought about asking Bob if i could go, but decided it was a little too far afield for me to justify the expense and travel time.</p>
<p>So i click on the link, do the brief registration thing, and sure enough, i’m watching and listening to the conference <em>live</em>, in real-time, as it’s happening. How cool! It really is like being there (except you can’t ask questions). We’re in the part of the program for “Ignite talks”, a rapid pace sequence of 5 minute talks with no more than 20 slides that switch automatically after 15 seconds. Some guy’s giving a talk, i forget who because i’m also reading email and distracted with some other stuff, but it’s vaguely interesting.</p>
<p>His five minutes are up, he walks off the stage, i’m only half-paying attention, and then … <em>Bob walks on the stage</em>, as in, <span>Bob, my boss</span>. He’s <em>at </em>this conference (i guess that’s one reason he’s been gone all week), all the way on the other side of the country, giving one of these Ignite talks, and through this chain of chance digital connections, somehow i managed to tune in 10 minutes before <a href="http://www.toccon.com/toc2010/public/schedule/detail/10702">his talk</a>. He gives a great brief overview of Logos 4 from a publishing angle, highlights a few points i hadn’t thought about before (”Logos is like a Bible study answer machine”, and “data sets are like glue”). The physical space between us is collapsed, we’re meeting by the accident of being interested in the same things … all serendipity.</p>
<p>Talk about your Digital Age “Wow” experiences.</p>
<p style="font-style: italic;font-size: 10px;padding-top: 15px">This post originally appeared on <a href="http://semanticbible.com/blogos/2010/02/24/out-of-place-serendipity"></a>Blogos</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bibletechconference.com/out-of-place-serendipity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

