Thursday, July 07, 2005

While surfing the web last night looking for information on the "Bulletin of the Bezan Club" (from a citation in a footnote in Vööbus' Early Versions), I stumbled across Cambridge's web site for the SNTS.

Cambridge have long published the Society for New Testament Studies Monograph Series (SNTS). This page has a complete list of the series along with information on each of the titles. Several of the books have extended excerpts as well.

I was unaware that there was a complete listing, sortable by title, author or volume number. Additionally, several of the book have extended sample excerpts. For example, Maurice Casey's book, Aramaic Sources of Mark's Gospel (a subject of discussion on Ralph the Sacred River as of late) has an 82 page PDF (the front matter plus the first 72 pages). Not all excerpts are as extensive, but the feature is a good one. Check it all out. 

I still don't know anything about the Bulletin of the Bezan Club; maybe I'll find out about that later.

Update (2005-07-09): Thanks to Pete for his comment with further info on the Bulletin. He informs us that Bulletin of the Bezan Club was 12 volumes, published in Leiden from 1926-37. Now I know.

Post Author: Rico
Thursday, July 07, 2005 4:33:31 PM (Pacific Daylight Time, UTC-07:00) 

#     |  Disclaimer  |  Comments [1]
 Wednesday, July 06, 2005

So, one of the newer features in the Libronix Digital Library System (the platform that runs Logos Bible Software) is the "Find" feature. It works pretty much like CTRL+F in either IE or FireFox. You hit CTRL+F, you type in your word or substring, you hit enter. Then you find it.

This is different than doing a concordance-style search. The "find" just starts at the current point in the resource and searches forward, looking for the next string match.

Just used it for the first time ever. Found exactly what I was looking for. Very cool.

Update (2005-07-07): Checked the beta release notes, this feature was added in March with the release of 2.2 Alpha 19. The release note says:

  • Added Incremental Find feature (Find-As-You-Type) to the Edit > Find dialog. This feature works in LLS Resources, OEB Resources, and Reports.

 

Post Author: Rico
Thursday, July 07, 2005 1:03:48 AM (Pacific Daylight Time, UTC-07:00) 

#     |  Disclaimer  |  Comments [1]

Mark Goodacre (NT Gateway Weblog) responds to a question on deinde from Danny Zacharias regarding Scripture indexing of books.

Danny, if you're using Word (or some other word processor) to edit the sorted data exported from Excel, you can try your hand at MSWord's "wildcard" matching to turn "Ge{tab}1{tab}1-3" into "Ge 1.1-3". You can use metacharacters like '^t' to match invisible stuff like tabs, and replace everything at once instead of the tedious hand-hacking of the lines. I just played around with this and forgot how much I dislike Word's "Wildcard" or "Pattern Matching" capability. Anyway, if you search the help for "wildcard" you'll find some scant documentation, but assuming input like:

Ge{tab}1{tab}1-3
Ge{tab}2{tab}3

Where {tab} is an actual tab character. Assuming that, you can get text like:

Ge 1:1-3
Ge 2:3

With "wildcards" like this and the "Use Wildcards" box checked:

Find What: (<[a-zA-Z0-9 ]@>)^t([0-9]@)^t([0-9-]@)^13
Replace With: \1 \2:\3^p

This assumes that the second field only ever contains numbers, and the third field is only ever numbers and the '-' character. You may need to modify if your data has other requirements.

With all of that said time for the tangent/self-promotion:

Over on my single-topic blog PastoralEpistles.com, I just wrote some code that evaluates posts for cited references (hyperlink text to an online edition of the ESV at ESV.org) and generated a sorted reference index. Reference indexes are handy things, to be able to jump into blog posts (and other things like bibliography entries) based on a Scripture reference can, at times, be even handier.

On the post entry side of things, I've made it very easy to "tag" these sorts of references (i.e. {esv|1Ti 3.1-7} does this: 1Ti 3.1-7). The indexing code searches through posts, looks for particular sorts of tags that indicate a tagged reference of some sort, and compiles a list. There's more to it — one has to account for alternate forms of canonical book names in some manner. Once the list is generated, it is sorted according to a sort key (numeric string generated for sorting purposes based on the reference itself) and saved as an XML file on the server. When the index is displayed, the XML is converted into HTML and dumped to the screen in the site template. 

You can see it on the Bible Index page at PastoralEpistles.com. I see I have a small problem with the entry for 1Ti 3.1-7 duplicated; I'll have to look into that. Not quite sure what would cause that ...

 

Post Author: Rico
Wednesday, July 06, 2005 4:54:09 PM (Pacific Daylight Time, UTC-07:00) 

#     |  Disclaimer  |  Comments [0]
 Tuesday, July 05, 2005

About a year ago, I found myself in the library at Regent College in Vancouver B.C. While there, I happened across Arthur Vööbus' Early Versions of the New Testament: Manuscript Studies. I paged through it and knew that someday I'd like to have a copy of it.

So, I've been searching for it off and on. A few weeks back, I finally saw a copy listed by a used book seller in the states. I snapped up the copy. It arrived today.

This is, quite simply, a cool book. I'm looking forward to (slowly) working through it. And the book has a story: Vööbus fled Estonia after the Soviets took over the country. In the Preface, he writes:

In my refugee's bag I have carried this present work. In that moment when I could give one last look at my study and had to make the difficult decision of putting what I could into my bag and seeing what I had to leave, there was no question about this work. It had taken too much of my life and work.

But it was not in a complete form, and I could take nothing from the materials which were in the process of incorporation. It was very difficult to go on with this study when I had no access to my own library and collected materials. And so the work appears later than it was planned. Regardless of what theperiod of delay has meant to the author, this delay has been a gain for the study, for it has grown constantly in perspective.

As I send if forth from my hands, I think with deep gratitude of my teachers and colleagues and of all the rich spiritual atmosphere at the University of Tartu, to which I owe so much. That amosphere gave me the courage to lay plans for a long-range work and to tackle difficult tasks, including all the prepatory work and equipment required for the investigation of areas which seldom attract scholars. This inspiration has been so strong that this has remained with me in all kinds of experiences. All this I could receive before the destruction of the spiritual life in Estonia by the Soviets — for this spiritual floration is now replaced by idiocy, all cultural values trampled underfoot by the Russian boot, and a great number of the bearers of this spiritual atmosphere have perished along with a great part of the nation drowned in an ocean of blood. (Vööbus, p. vii).

Wow. Note also that this book, published in 1954 in Stockholm, is volume 6 in the series: Papers of the Estonian Theological Society in Exile.

Also, if anyone can inform me how to phonetically pronounce "Vööbus", I'd appreciate it. Send me an email; I'll post here so others can know too.

Update (2005-07-07): Thanks to Stephen C. Carlson (Hypotyposeis) for his note regarding the pronunciation of 'Vööbus'.

Post Author: Rico
Tuesday, July 05, 2005 6:49:04 PM (Pacific Daylight Time, UTC-07:00) 

#     |  Disclaimer  |  Comments [1]
 Monday, July 04, 2005

Update (2005-07-06): Comments are re-enabled. I've been able to configure dasBlog such that I am emailed when comments are made; this means I can check them more reliably and remove comments if trolls begin to ply their trade.

I've re-enabled trackbacks as well. Please use them as you're able!

Thanks for the patience while I worked this out.


[original post]

I just got back from watching Star Wars III; I hadn't seen it yet. Just when I thought Lucas' dialog writing couldn't get any crappier ... well, it did.

I wasn't really tired, so I turned on the computer. Checked referrer logs. There have been problems logged with comment posting; I'm not sure why -- it works just fine when I try posting comments using either IE or FireFox. I do have MT-Blacklist enabled; perhaps there are issues with this individual's domain and MT-Blacklist.

Suffice it to say, I'm going to turn off the comment feature for awhile. There have been some problems in the biblioblogosphere with a particular individual trolling comment feeds and making silly unsubstantiated accusations both by email (yes, to me too) and in comments on other biblioblogs. He's been making repeated attempts to comment on posts here (yes, your IP address was logged when you did the blog search, so I know it's you). For now, I'd rather not give the guy a free forum. Apologies to all who have responsibly used the comments here in the past.

As always, if you have an actual, bona-fide comment on a post, I do want to hear it. Send me an email, the address is in the sidebar (scroll down, look for the envelope icon). If you give me permission to post and I deem it appropriate, I'll pop your commment in the body of the blog post after the post. If you don't state permission, I'll assume that the email was meant to be private.

Sorry to have to handle it this way. Perhaps comments will be back in the future. Sheesh, just when I was considering re-enabling trackbacks ... but it's late. I'm gonna catch some Z's.

Post Author: Rico
Monday, July 04, 2005 8:03:40 AM (Pacific Daylight Time, UTC-07:00) 

#     |  Disclaimer  |  Comments [0]
 Saturday, July 02, 2005

Through fortuitious happenstance, I was granted a peek at an advance manuscript copy of Stephen C. Carlson's upcoming book, The Gospel Hoax: Morton Smith's Invention of Secret Mark, to be published by Baylor University Press.

Stephen C. Carlson mentions his work on his blog, Hypotyposeis. Mark Goodacre has mentioned the book here and here. Michael Turton mentions Stephen's upcoming SBL paper, which is primarily based on a chapter of the book. Heck, I even mentioned the book a few weeks back after reading a blurb about it in an email from Publisher's Weekly.

This is cool stuff. I haven't read too much about Secret Mark apart from knowing the basics of the scandalous content and a very little about the posited source (a heretofore unknown letter of Clement of Alexandria). I could barely put Carlson's MS down once I started reading.

It kept my interest from the foreword to the conclusion, so much so that I spent my Saturday evening sitting in a Starbucks reading the last half of the book (started it on Friday) when I should've been working on my own SBL paper.

Oh well. It was definitely worth it -- Carlson's book is good. Congratulations, Stephen. I'm looking forward to seeing it in print!

Post Author: Rico
Sunday, July 03, 2005 6:25:18 AM (Pacific Daylight Time, UTC-07:00) 

#     |  Disclaimer  |  Comments [0]

Hi folks.

Just a little cross-pollination between my projects I thought y'all might be interested in.

I've spent the afternoon thinking through the generation of reference indexes for PastoralEpistles.com. Since I started the site, some posts have been associated with particular Bible references. Those references have not been utilized to date; they've just been sitting within post metadata invisible to the user/reader. Additionally, several posts contain clickable Bible references. On top of that, I also cite Apostolic Fathers references (using a groovy tool I wrote last year ... which you're welcome to use too).

So I wrote code today to gather those sorts of things and generate a reference index. That way, when someone arrives at PastoralEpistles.com, they can check out indexes of Bible references or Apostolic Fathers references just by clicking a link on the sidebar. So if someone wants to know if the site has content regarding, say, 1Ti 3.15, by using the Bible Index, you end up at this post (and this post too) which you may not have found otherwise.

At least, that's the hope. Sometimes I think I'm weird and that not too many other folks actually use reference indexes or subject indexes, or that they don't miss them when they're not available. And maybe I am weird. But I like to think of it as a good sort of weird.

Anyway, this will probably be one of the last major features implemented on PastoralEpistles.com, at least for awhile. Hope y'all find it useful!

Post Author: Rico
Saturday, July 02, 2005 11:31:53 PM (Pacific Daylight Time, UTC-07:00) 

#     |  Disclaimer  |  Comments [0]
 Friday, July 01, 2005

Today (July 1, 2005) is Logos Chili Day. This happens every year around Independence Day; this year is our sixth.

We have 18 chilis 19 chilis 20 chilis entered. It's going to be an awesome day!

I have some pictures of previous years online:

Update (2005-07-01): Nope, my chili didn't win. I sort of followed this recipe. If I make it again, I'd do something to thicken it up a bit. I took several photos; when I'm able to upload them I'll post a link here.

Update (2005-07-02): Chili photos uploaded. My chili was named Don't Mess with My Chili, it was a Texas-style chili: no beans, chunks of beef, lotsa spice. Check out those habaneros floating around in there! Time for some chili notables:

  • Best Chili: This year's best chili, as voted by Logos employees, was the last-minute entrant Chunky Chili with beans. This was some awesome chili and it was my hands-down favorite too. I liked it better than my own, and voted for it over my own chili!
  • Best Chili Name: Free Chili, from Vincent Setterholm. Vince's entry last year, "Soylent Red", is the all-time best chili name ever.
  • Best Chili Sign: As usual, this goes to Eli Evans and his sign for his creation, Pure Chili.
  • Best Chili Serving Apparatus: Kudos to Bob Pritchett's egg carton idea, shown in two variations (here and here). I'm sure we'll be using these in future cook-offs!

 

Post Author: Rico
Friday, July 01, 2005 3:18:17 PM (Pacific Daylight Time, UTC-07:00) 

#     |  Disclaimer  |  Comments [0]