Slashdot Mirror


Advice On Creating an Open Source Textbook?

Occamboy writes "I wrote a slightly successful (30,000+ copies sold) computer communications textbook a number of years back that was published via the traditional textbook publishing route. The royalties were nice, but, frankly, the bigger money came from the boost in my professional standing (I'm a practicing engineer, not a professor). I also felt bad when the publisher hiked the price dramatically every year because students were stuck once a professor adopted a text — $50 for a smallish paperback seemed very high (although I like to think what they learned was worth it!). I'm thinking of writing another textbook, this time about the practice of software engineering in critical systems, using the experience I've gained in the decades I've spent developing, and managing the development of, software-driven medical devices. Poking around on the Net, I've found several intriguing options for distributing open source texts, such as Flatworld Knowledge, Lulu, and Connexions. This concept of free or inexpensive texts intrigues me — the easy adoption and lack of price-gouging. Do any Slashdotters have experience with this new paradigm? Any suggestions or experiences to share from authors, students, and/or professors, who've written, read, or adopted open source or low-cost texts from any source?"

3 of 178 comments (clear)

  1. Interesting by Rehnberg · · Score: 5, Interesting

    Perhaps the new model could be something like what Cory Doctorow has done, in that textbook authors publish at physical book and, at the same time, release a free digital download of the textbook. That way, professors and students who felt like they needed the full versions could buy it, while those who don't need the printed version and/or can't afford it could simply download it. Of course, there might have to be incentives to buy the physical book, but, in my opinion, they should be limited to what is absolutely necessary to ensure that the publisher and author can actually make money; the free version should still be substantive.

  2. Hate to say it but... by s0litaire · · Score: 5, Interesting
    ...Have you thought of Amazons POD (Print on Demand) service? Think for a basic book, all you need is 2 pdf's

    1) The book itself

    2) A front / spine/ Back images for the cover.

    You upload it to Amazons servers and set a price (Think Amazon charges a fee for inital setup).

    Then list it on Amazon and they are printed as required.

    --
    Laters Sol "Have you found the secrets of the universe? Asked Zebade "I'm sure I left them here somewhere"
  3. Speaking as a professor... by bradley13 · · Score: 5, Interesting

    Speaking as a professor, I absolutely detest the practice of issuing new editions every year to screw the students. It is (a) never clear what has changed, (b) there is no reason students shouldn't be able pass on their used textbooks if they no longer want them, and (c) if you need translations, they are always a year or so behind, meaning that editions do not match across languages.

    So, as a potential customer of textbooks, what is important?

    • The book must come up in Google. I find books by searching both in general and specifically within publishers sites. The best textbook in the world is useless if I never find out about it. Unfortunately, this means that the known academic publishers have a big advantage.
    • Content, content, content. I want real, useful, practical content. Stay relevant, cut the fluff. Take an example from the operating systems text by Tanenbaum: No student now alive gives a damn how the IBM 360 used to work. Heck, I cut my teeth programming an IBM 360, and I don't care how it worked. So why does he keep blathering on about it?
    • Price. I dislike the feeling that my students are getting ripped off. For my sins, I am teaching a new intro-to-CS course for business students next semester. The only half-way-decent textbook I could find is a 300 page, overly fluffy paperback - and it costs 50 Euros (that's about 75 bucks). Oh, yes, and there is a new edition out this year, great...
    • Online resources. I mention this almost as a negative point. Many publishers make much ado about online resources. It is nice to provide source-code and basic illustrations in electronic form. Perhaps solutions to some exercises. Anything else is useless - for example, I cannot imagine any competent professor using pre-prepared lecture slides.

    For what it's worth, I would not be a fan of a purely electronic textbook. Electronic resources are great, but having a written reference on the side is still very useful - if only because you may need to see the reference while looking at stuff on your screen.

    --
    Enjoy life! This is not a dress rehearsal.