Home Menu ↓

Blog

Doctrine and Covenants reader’s edition

My new reader’s edition of the Doctrine and Covenants is now up and ready for download (PDF and EPUB).

Basically, I’ve taken the text of the D&C, stripped out all the verse numbers, reparagraphed the text, reorganized the sections chronologically (I only had to move a handful of sections), gave each section a name (based loosely on Dane Laverty’s post, but I think I only kept around 10% of his titles), and pulled the date and place of each revelation up to make them more visible.

This also marks the release of my first EPUB. I’d thought about exporting straight from InDesign, but I’m a do-it-myself kind of a guy (at least at first), so I handcrafted this one. The process: I exported the text from InDesign to a plain text file (before I did copyfitting), then used Vim and some regular expressions to put a marker in between each section. I couldn’t figure out how to split the sections into individual files from Vim, so I wrote an awk script that did it for me, then wrote a Python script to take each text file and put it into an HTML file formatted the way I wanted it. And there were a few other scripts I wrote to generate various parts of the EPUB. All in all, not too bad, though I wish EPUB readers like Stanza would give me at least a little more control over formatting. (None of my CSS worked. Sigh.)

I should add that I’ve tested the EPUB in Stanza on my iPhone and in iBooks on my iPad and it works fine in both places. Let me know if it doesn’t work on your reader (or if it looks weird).


Reply via email

Hide and Seek

A new illustration, “Hide and Seek,” painted in Brushes on my iPhone:

Painting at a pixel level like this is harder but really fun.


Reply via email

Mandelbrot’s Garden

Two fractal-based pieces I made in FractalWorks and textured in Photoshop (as I am wont to do). The first is “Mandelbrot’s Garden”:

And the second is “Mandelrim”:


Reply via email

Sleeping Bird

I was reading Brenda Ueland’s excellent book If You Want to Write last night and felt like making some more art, so here is “Sleeping Bird,” a new illustration I painted in Photoshop. This one’s a different style from my usual:

It was (rather) loosely inspired by Chinese art. And it’s fun trying to achieve a not-so-digital look using digital tools. Next goal: learning how to do woodcut-style illustrations in Photoshop.


Reply via email

Secret Agent

“Secret Agent,” made in Illustrator with some final touches in Photoshop:


Reply via email

Mormon Digitization Project, resurrected

I’m resurrecting the Mormon Digitization Project, which I blogged about nine months ago and then abandoned while I went and got married. (I feel justified.)

Project page: Mormon Digitization Project

Brief recap: the goal is to find pre-1923 Mormon books (out of copyright), scan them, OCR them, clean up the OCRed text, and release the plain text files on Project Gutenberg (along with ePub editions, possibly PDFs, and possibly Lulu editions as well).

I’m starting with John A. Widtsoe’s book Joseph Smith As Scientist and will go from there. If you have any suggestions/requests, leave them in the comments (or email them to me). If I get enough people helping out, we’ll be able to tackle a few books at a time.

Process-wise, I’m thinking about trying Bite-Size Edits for at least part of the cleanup. There’s also a remote possibility I’ll use PGDP, but I really, really don’t like their interface. Right now I’m planning to track things using email and a Google Spreadsheet.

Yes, this will be kind of similar to the Mormon Documentation Project, but they don’t seem to be doing the types of books we’ll be doing. (I did use their text for the Standard Works web app and for this D&C reader’s edition I’m still working on, though.)


Reply via email

Pedigree chart sharing

I needed a web app to share pedigree charts with my sister on the other side of the country, so I wrote one. It’s called Pedigree, and all I have to do now is fill in the chart online, save it, and send the URL to my sister.

Here’s what the pedigree looks like:

You can put anything you want in the boxes, actually, which means you can do family pedigree charts that look like this:

Or you can make a chart listing each person’s occupation, or their age at death, or whatever else you want. It’s flexible.

Pedigree is still very much a work in progress — you can only do three-generation charts for now, and all pedigree charts are public to anyone who knows the URL, you need a Google Account to sign in, and the code isn’t very beautiful — but it’s a start.

Behind the scenes

I took those table-based pedigree charts I worked on a few years ago and wrote a Python program to automatically generate them, then expanded it into a Google App Engine app yesterday.

The Pedigree code is open source and is on Github. If anyone wants to help out, feel free to tackle any of the issues posted there. (I also feel compelled to add that the chart display algorithm isn’t particularly beautiful.)

I do plan to extend it eventually to take JSON or XML input so you can automatically generate a pedigree from another program, rather than having to type it in manually. And I want to come up with a better manual input method.


Reply via email

Hatchery

“Hatchery,” a new piece done in Blender, with some Photoshop post-processing:

I was going for something more whimsical/alien with this one.


Reply via email

Mormon Artist Issue 8

Just released Issue 8 of Mormon Artist:

I redesigned the magazine (well, most of it) using a new six-column grid instead of the old two-column one. Much better.

You know, just now I realized that we’ve published nine issues of the magazine so far. Nine! That’s crazy — it still blows my mind to think that I actually publish a magazine. And that it’s survived this long. (It’s going well, by the way. Our next issue will focus on Mormon artists in New York City, and the next will be all about the Mormon pageants.)


Reply via email

Project tracker PDF

For those who liked the project tracker, here’s a PDF version (I’m now calling it a project tracker instead of a project calendar):

project_tracker

You can print it out, fold it up, and carry it in your pocket, or post it on your refrigerator or desk, or three-hole punch it (there’s room on the top margin for that) and put it in a binder. You do have to fill out the month, days, and days of the week manually, but there’s a little more flexibility this way.

Project Tracker Printed

Reply via email