Textbook-l received an interesting email from Brianna Laugher about a new "Open High School" in Utah. Brianna frequently sends interesting information and news to that list, and might be one of the most active people on it. Unfortunately, textbook-l is an oft-unused communications medium.
Anyway, I haven't done any digging yet to see if there is truth to this story (I have no particular doubt that it is true). If anybody has more information about Utah's open high school, or information about what educational materials they are going to be utilizing, I would love to hear about it. If we could find a way to get Wikibooks' foot in the door there, that would be awesome as well.
Monday, May 19, 2008
Utah's Open Highschool
Wednesday, May 7, 2008
Logo Discussion: Come and Vote!
It's stage 2 of voting at the Wikibooks logo discussion, and there are some awesome logos to be picked from. The best part is that many of the logos have new and interesting color schemes, far cries from the gray-meets-blue scheme (Wikinews, Wikisource, old Wikibooks) or the red-green-blue scheme (commons, wikispecies, meta) that the other projects use.
During this stage of the vote, logos are broken into "families" of similar images. Right now, we are trying to pick the best individual logo from each family to compete in the final stage. Here is what I want everybody to do:
- Go to [[m:Wikibooks/Logo]]
- Under the heading "Surviving Logos", there are multiple images. Each image corresponds to a subpage where discussion about that logo is happening. Here is a list of the subpages:
- Current logo, and variants
- Iconic book-in-circle (almost-winner of the last logo selection process)
- Iconic W-and-book in a circle
- Colorful stylized textbook
- Book with a world above it
- Golden Puzzle Book
- Wikimarkup Book
- Bookshelves
- Book with pages fanned out
- Stylized Book
- On each subpage, pick the logo that you like the best and comment on it.
On a side note, I'm becoming concerned about the Wikijunior logo selection process. It isn't drawing a lot of attention, and people don't seem to be too enthusiastic about the available logo candidates. I propose that we abandon the second discussion, and derive a Wikijunior logo from the winning Wikibooks logo. This will help to add continuity between the two projects. Plus, many of the Wikibooks logo candidates are significantly higher then most of the Wikijunior candidates. There are a few gems in the Wikijunior runnings, but none of them are gathering much public support so far. If anybody has any comments or opinions on this matter, please let me know ASAP. I would hate to pick a "winner" for WJ that nobody likes, just because too few people said they disliked it.
Wikimedia2pdf Tool
Textbook-l received a notice this morning from the team at blogpaper.com about a new tool that they've been working on: wikimedia2pdf. Apparently the tool was originally titled "Wikibooks2pdf" because of it's focus on creating PDF versions of existing multi-page wikibooks. However, it seems that some changes have been made to allow creating PDFs from Wikipedia as well. I'm not sure about all the details about how this works, so I'm going to spend some time playing with it today or tomorrow.
I tried to make a quick PDF this morning for a new book I've been working on, but the formatting came out a little strange. I didn't have time to really play with the settings, and I'll try it again later hoping for better results.
The website also includes several pre-made PDF versions of books that you can look at. Specifically, they seem to have already made PDFs of all our featured books. I took a look at the PDF version of [[Control Systems]], a book that I wrote most of and the only book that I've authored to become featured so far. I know that Control Systems is about 250 pages long (at least when I created the PDF manually using my own software), so I was surprised to see that the version from Wikimedia2pdf was over 1350 pages! The algorithm used by this tool appears to be a little bit naive. Control Systems has 4 "print versions", pages into which the rest of the pages in the book are trancluded. In a sense, a "print version" is like a book-on-a-single-page. Wikimedia2pdf transcluded the entire copy of all 4 print versions into the PDF it created. In essence, the PDF contains 5 copies of the book, back to back. What would be very cool here would be to provide a list of all the pages that the tool finds, and ask the user to check or uncheck pages which do not belong in the final PDF (like print versions, meta-data pages, etc). If this issue gets sorted out, Wikimedia2pdf will be a very cool tool for us to use.
Tuesday, April 29, 2008
Visual Book Designer
I've been writing and maintaining a set of javascript tools or "gadgets" to help facilitate the creation and organization of books. By adding in some AJAX functionality, these scripts are able to automate, or semi-automate some common tasks for new editors. One of my older tools that I called the "Book Designer Gadget" was useful for outlining and designing a new book. You would type in a list of pages, one per line, and the gadget would create all the necessary wikitext for the table of contents page in your book. It would also do things like help assist you in creating basic navigation templates for your book, and properly categorizing your new book.
I decided to give the Book Designer Gadget a major overhaul, and I've created a new "Visual Book Designer" tool that should be even easier to use and more powerful. I would like to talk about that tool a little bit here, because I feel like it's a great prototype for the kinds of tools that Wikibooks is going to need in the future to help attract a new generation of technically un-savvy authors. This new gadget is completely visual, and it doesn't require any technical expertise to use.
To install and use the gadget, there are three easy steps:
- Create an account on en.wikibooks
- Go to [[Special:Preferences]], and on the gadgets tab check the box "Whiteknight's Book Creator". This will install all my tools, including the Visual Book Designer automatically. No need to edit your monobook.js file at all, the gadgets extension does all the work for you.

- Go to the form at [[User:Whiteknight/Visual Book Designer]] to see and interact with the gadget.

Everything you see here can be clicked on, and many options can be changed. If we click on the title "New Book", we can change it:

The rename function performs a quick AJAX page request to determine whether the page exists or not. You are not allowed to create a new book with the same title as an existing book.The small links below the book title, "Headings" and "Subpages" are the most important. These are the buttons that allow you to construct your outline. Clicking either "Headings" or "Subpages" will open a box where you can list the names of page headings or subpages, respectively. I'll demonstrate with subpages since they are the most important. Click the "Subpages" button, and enter a list of pages that should be added to your table of contents, one per line. Click save when you are done adding subpages to your outline:


You will notice that on each subpage, we have the option to add sub-subpages, and more headings. In this way, you can easily create books using a variety of hierarchies, like "Book/Page", "Book/Chapter/Page", "Book/Chapter/Subchapter/Page", etc. Astute observers will notice little links for "Wikitext" under each page in our outline. Clicking on the "Wikitext" link will automatically generate the necessary wikitext to create that page:
Notice that it adds all the necessary templates for organization, it adds necessary categories, and it creates links to all your subpages. From here, you can copy+paste the text to your page. Very astute observers will also have noticed a small link that says "Edit" under the subpages as well. On wiki, when I show you a button or a link that says "Edit", what comes to mind? Clicking on that link will open an embedded edit window, right here in the middle of the gadget, where you can edit the page in question automatically:
When you open the edit window, all the text and a handy summary are filled in for you. You can save or preview your edit just like you can in a normal edit window (because it is a normal edit window). You can do this for each page in your book too, not just the main page.
There are many more options that I won't discuss in detail here, but I hope that you get an idea of how useful a tool this is for new book authors. You can layout and design a book, following Wikibooks community best practices, without having to write a single character of wikitext. Here is a quick list of additional features:
- You can save a partially completed outline to a page on the wiki, and load it into the gadget again later.
- You can add your book to one or more subject categories by selecting from a convenient list. You don't need to know the exact name of the category, or the location of the bookshelf, or anything to make this work.

- You can create the necessary navigation templates, but picking from one of a small set of predefined alternatives. Once the template is created, you can modify it to your heart's content.
- You can add text to each page and each heading by clicking where it says "[Click here to edit page text]". The editor isn't as large as the regular page editor, and it doesnt have any of the normal editing buttons, but you can write a short blurb to get yourself started.
- You can add comments to the outline by clicking where it says "[Click here to edit comments]". Comments are visible to you on the outline, for making reminders and short notes, but are not visible in the book when you create it.
Thursday, April 24, 2008
Adopt A Book - April 2008
As always, Wikibooks tends to have a high-author turnaround rate. This means that people tend not to finish what they start, and many books are abandoned before they are finished. The problem with this, of course, is that books in poor condition take a daunting amount of work to get fixed up, and do not readily inspire new contributors to help out. Here then is a short list of some books that I've found today that could really use a helping hand:
- [[Data Structures]] This book isn't in poor condition, in fact I would say that it's in a particularly good condition. However, it isn't featured yet and it isn't under active development. This book really does have the capability to move up to that next level if a few of the details could be worked out. Chapters here tend to be large, and a reorganziation effort might be required here as well. If you know a little bit about computer science and data structures, and are willing to do some work on organization, it would be much appreciated.
- [[Java Programming]] This book is pretty big, and also in decent condition. However, problems with formatting and page naming are really keeping this book down. This book needs some organizational and aesthetic work, and a few of the later chapters are empty or stubbish. This is another book that, with some TLC, could become a featured book on Wikibooks.
- [[Programming:PHP]] This is a prime example of the old-style naming convention that these old programming books used to use. The Programming: pseudonamespace has been deprecated, and this book should be renamed to "PHP Programming", or something similar. The formatting in this book, at least on most of the pages I saw, is pretty fantastic, although there hasn't been any major contributions in a few months. A few of the later chapters need to be improved, however.
- [[Wiki Science]] You almost wouldn't believe it, but in Wikibooks some of our books about wikis are in pretty poor condition. This one is off to a good start, and there is some material here that a new contributor can really grab on to. If you know a thing or two about wikis, and want to share your knowledge with the world, this book could use your help.
- [[MediaWiki Administrator's Handbook]] Are you an admin, bureaucrat, checkuser or steward? Do you have a little experience with some special user rights on a MediaWiki project? There are a lot of tools that aren't really open for the public to view, and a lot of the admin tools aren't always well documented. This book is a good start in this, but it's obviously outdated and incomplete.
Wednesday, April 9, 2008
Wikijunior Big Cats
[[Wikijunior Big Cats]] is finally receiving some of the attention that it deserves. It's an excellent book aimed at young children, and has a lot of great images of cool cats. Textbook-l received a note today about how this book has been published on Scribd.com, and about how the book was in preparation to be published and distributed. I'm not closely involved in this project, so I don't know much about it. I do know that this has been in the works for a long time, and has been the subject of several heated discussions between Wikibookians and WMF "outsiders" in the past. Many Wikibookians who were involved in this project have since left Wikibooks, so it's amazing to me that work has continued on it silently but diligently all this time.
Anyway, this is just a short update note. Like I said, I don't know all the details about this, but I'll post information when I learn it.
Monday, April 7, 2008
"Reasonable Basic Algebra" Book, LaTeX help needed
Textbook-l received a very nice email yesterday from a Mr. Alain Schremmer, who operates the website FreeMathTexts.org. Mr. Schemmer (and I apologize right now if he should be referred to by a different salutation) has graciously given permission--but more importantly also a suggestion--that the books that he's been developing should serve as the basis for books on Wikibooks.
His books are already released under the GFDL, so technically no permission would be required anyway. I do think it's more friendly and polite to get permission anyway, as getting into contact with authors before we "steal their stuff" tends to build some much-needed friendships for our little project. More importantly, he alerted us to the existence of these books and suggested that they would make excellent additions to the Mathematics bookshelf at Wikibooks. I agree with him. As anybody who has read my blog before should know our mathematics book, and especially our Algebra-related books, are in need of help. We recently received a donation of a Linear Algebra book, and that project is going slowly but progress is being made nonetheless.
The problem with these books, the first of which is called "Reasonable Basic Algebra", is the same as the problem we are having with the Linear Algebra book: These books are written in LaTeX, and conversion to wikitext is proving to be very difficult to do. There are some specific problems that I've been finding, and I'll try to list some of them here:
- There are no automatic conversion tools, at least not ones that are robust, that can do the conversion automatically. Even the best tools require a lot of human intervention for even moderately-complex LaTeX. The books that I've been seeing are definitely "extremely complex".
- LaTeX mathematics have far more options then the MediaWiki mathematics rendering engine. Even if we properly insert the tags where they need to go, many equations are going to produce errors because of unknown directives
- #2 assumes that we put the tags in the right places. this is not easy, and often requires human intervention.
- LaTeX has far more formatting commands and options then MediaWiki does. We could, of course, try to create a million templates to handle all of these, but that isn't particularly practical from my point of view. Plus, pages with hundreds or thousands of template inclusions is going to put a huge strain on the servers.
I want to put out an open call to software developers or volunteer coders who might be interested in helping to create a LaTeX -> MediaWiki book converter. Since there is a little bit of time left in the application cycle, this might make a good Google Summer of Code project. If anybody is interested in this, I would love to hear from you.
