The architecture of our open textbook site

I’ve needed to document the technical architecture of the open textbook project, so thought that I’d post it here as well in case this info is useful for anyone. At the very least, it will make for a good read if you are suffering from insomnia late one night.

The virtual hub for our open textbook project in BC is open.bccampus.ca, and I thought I would share a bit about the different technologies & syndication strategies at work on the site. It feels like we have a lot going on under the hood, and this is by no means an exhaustive description of everything. But at 1400 words, it’s plenty long enough.

Almost all the work on the site has been done by one of our developer, Brad Payne, who I cannot give enough kudos to. I have an idea and the next day it’s done. If we had to rely on my hackery I am sure the entire system would have crumbled like a virtual house of cards months ago.

Here is a diagram I made trying to visually represent the architecture of the sites. It follows no prescribed network or system mapping framework other than Clint’s messy mind method.

What the hell was I thinking?

I’ll try to explain what is going on.

Fundamentally, there are three different technologies in play with the site; WordPress, Equella (our digital repository – I almost wrote Learning Object Repository <slap slap>) and a survey tool called LimeSurvey.

WordPress

We actually have 3 separate WordPress instances running, each taking on a slightly different role on the site.

WordPress instance #1: open.bccampus.ca

First, the entire open site is running on WordPress. It is the hub that we use to pull in a lot of information from the other sites. On this main site, we post stories, news, tutorials and other communicative types of content. We also have a couple of plugins handling some other functions on the site. I won’t go thru the entire list, but two that are quite important are BB Press and Wisyjja Newsletter.

BB Press powers the open textbook faculty forums. We use the forums to support faculty who are reviewing or modifying an open textbook.

Wisyja Newsletters is used to handle our textbook change notification mailing list. Every textbook in our collection has an associated mailing list which faculty can sign up for. We use these lists to send out notifications of textbook changes, or to send out information about ancillary resources that we might find which support the textbook.

Equella

However, as important as forums, mailing lists and communication are, the main function of open.bccampus.ca is to provide a user-friendly front end for faculty and students to access open textbooks in our repository. It is the hub, and this is where things get a bit more complicated as the books that appear on the open site are actually not stored on the open site. We store the actually textbook information in Equella, our digital repository, and use the Equella API to pull the information we need about each textbook out of Equella and onto the open.bccampus.ca site.

Within Equella (we have branded our version of Equella as SOLR) we have created a collection called Open Textbooks to house the resources that are specific to the open textbook project. But the user interface for Equella is not the most friendly. So rather than send faculty & students to Equella to find the textbooks, we instead utilized the Equella API to pull the information about each textbook out of Equella and into the open.bccampus.ca website. We choose this approach not only because we felt that WordPress gave us a friendlier interface, but because we thought that there may be instances when we want to expose our textbook collection to other services and sites (think institutional libraries or centres for teaching and learning, which could have a curated collection of our textbooks housed on their branded website). Using the Equella API gives us that flexibility.

So, here is what a textbook looks like in Equella and that same textbook information looks like on the open site. Same information, different interface. Using the Equella API means we have had to make some compromises with the way the textbook information appears on the open site. For example, none of the url’s on open are active links; a limitation of the API.

Now each textbook can appear in a number of formats; PDF, ePub, website, LaTex, etc. One of our goals is to make the same book available in as many different formats as possible, and we store each of the different formats in Equella. For PDF and ePub, this means storing the files in Equella. For the website, this can mean either a zipped archive of HTML files, or a link to a website. And this is where our second WordPress install comes into play.

WordPress instance #2: PressBooks

For some of the books in our collection, the website version of the book is a WordPress site. But not any old WordPress site. We are using a WordPress plugin called PressBooks that turns WordPress into a book publishing platform. So, the website version of the textbook is actually a Pressbooks site, and we store the link to that Pressbooks site in Equella with the textbook record. That link is pulled into open.bccampus.ca and appears alongside the textbook record as a link that people can click to see the website version of the book.

You can see how this works with this Modern Philosophy textbook. Faculty & students using this book can come to this page on the open site and decide what format they want to get the book in and, if they click on the “Read Online” link, they will be taken to the PressBooks version of the textbook. With any lucky, this will be seamless for them; the only site they will need to come to find any version of the book is the open.bccampus.ca site, which will take them to where they need to go.

WordPress instance #3: WooCommerce

A third instance of WordPress is being used for our print on demand service at SFU. The version of WordPress being used by SFU Document Solutions (our print on demand partner) is running WooCommerce, another WordPress plugin that turns a WordPress site into an e-commerce site. The same process is at work with the printed version as for the website version. We store the link to the appropriate page on the SFU WOCommerce site in Equella and pull that into the open site using the Equella API. When a student clicks on the “Buy a copy of this book” link, they are taken to the correct page on the SFU WooCommerce site to purchase the book.

WordPress – it ain’t just for blogging anymore. But you already knew that.

LimeSurvey

The last bit of technology in use on open.bccampus.ca is an instance of LimeSurvey. Some of the open textbooks in our collection have been reviewed by faculty here in BC. We are using LimeSurvey to capture that review data and (again through the magic of Brad Payne & API’s) are pulling the review information for each book collected in LimeSurvey into the open.bccampus.ca site so that the review appears alongside the textbook. Again, for faculty coming to the site, it should look seamless, like all this data is part of the same textbook. You can see how the LimeSurvey data from the API looks by checking out the reviews of this Calculus textbook at the bottom of the page.

So, as you can see, we have a lot of stuff going on with this one simple site. Our hope is that we will take the complexity of navigating out of the hands of students and faculty and make it as simple and easy for them to find the resources they need by centralizing all the information in one spot – open.bccampus.ca.

 

Clint Lalonde

Just a guy writing some stuff, mostly for me these days on this particular blog. For my EdTech/OpenEd stuff, check out https://edtechfactotum.com/.

 

10 thoughts on “The architecture of our open textbook site

  1. Agreeing with you. Where I teach, we have to use the assigned textbook, but each campus uses their own. We can branch out and use a different one if we can justify it. And most of us would rather not be assigned any textbook at all. I am enjoying learning about this. I am going to a conference in orlando next month. After that, I should be able to make more informed posts and have deeper questions. I am still in the learning phase now.

  2. Good morning! I am new to the world of blogging and open resources. My college has asked me to take on the task of learning more about this opportunity. What are your thoughts on the pros and cons of open resources? I am attending a conference in Orlando next month and hope to sound more educated on the subject after that!

    Cheers!
    Barb

    1. Hi Barb,

      Welcome to the world of OER. Pros and cons of OER depend a bit on who is asking as there are both for different constituent groups; educators, institutional administration and educational policy makers. From an educators perspective, a good place to start your research on OER would be the OER Handbook for for Educators http://wikieducator.org/OER_Handbook/educator. A nice bullet point summary of some of the advantages of OER can be found at http://www.open.ac.uk/score/faq-categories/what-a… For me the 2 biggest are that they lower the cost to student and the flexibility to faculty in that they can customize the learning resources because they are openly licensed.

      As for challenges, for educators there are a few. Findability is one. Where & how to find good resources is always a challenge. And there are barriers with modifying the content once you find it. These are often technical, but with a little support from a knowledgeable technical people, not insurmountable. Sustainability is also a worry that we hear – how will these resources be maintained (open licenses are key here, I think).

      That is not, by all means exhaustive. The Commonwealth of Learning has a report on the benefits & challenges that you might find useful for more research (pdf link) http://www.col.org/SiteCollectionDocuments/OER_Be

      1. Clint, is credibility an issue? I work with some profs who if they could make their own changes, would absolutely diminish the educational experience for their students. Also, how do we assure the credibility of the original document? I am going to an elearning conference next month on grant money, so my college is expecting me to become an expert on this in short order! Why would administrators object? Mine are for anything that reduces student expenses and increases enrollment. Thanks! Barb

        1. Credibility of the source. Well, if an instructor finds a resource that they like and feel is useful, they can (because of the license) download a copy of the resource that then becomes their “master” copy. They are the ones who then hold the master copy and maintain the credibility of it. So, let’s say, an instructor wants to use the Introduction to Psychology textbook from our collection (http://open.troy.bccampus.ca/find-open-textbooks/?uuid=13c9299c-0f96-4403-bf76-6989127c6620&contributor=&keyword=&subject=) They could download the PDF version and the Word version from the site and post it on their own site. Then they would send their students to their own site to download the book directly from the instructors site.

          As for credibility of the resources in the hands of that prof, that would be handled differently at each institution based on internal policies around use of learning resources. I don’t know what it is like at your institution, but is there a department that oversees the “credibility” of the learning materials each prof uses in their class? If there is, then I would think that is where it lies. However, i know most instructors have quite a bit of autonomy over what resources they decide to use in their classes and I see what textbook they use as no different.

Comments are closed.