Wednesday 11 June 2014

Say hello to the hairy tree rat.... The latest genetics model organism!

In a recent post - Designing a virtual fruit fly lab using HTML5 - I wrote about how I had replaced a fruit fly genetics 'wet' teaching lab session with an online session written using HTML5. However, one thing I didn't mention was that we invented a new 'model organism' for the assessment - The Hairy Tree Rat.

We came up with the Hairy Tree Rat because it had become apparent from the original practical that the assessment on fruit fly genetics was 'compromised' as all the answers were available online, which meant that students could 'Google' a mark of 100%.

As it now says in the practical:

"You have been tasked with learning about a newly discovered mammal: the hairy tree rat. Found on a single island, it seems to bear a resemblance to the naked mole rat but lives mostly in tree canopies and is hairy! The coat colouration is unusual; most of the rats are rusty-coloured (like the tree bark), but some are brown, and others are tan-coloured. You need to work out the genetic relationships for colour; assume all rats are from true-breeding lines (unless the litter is specified)."

With the introduction of the Hairy Tree Rat, we now have the ability to control the genetics and adapt the parameters of the assessment. This empowers us to assess students against the learning outcomes with a high degree of confidence, knowing that the students haven't simply 'googled' the answers.

If you would like to support my blogging efforts, then please feel free to buy me a coffee at https://www.buymeacoffee.com/drnickm

Additional Resources

Sunday 1 June 2014

Designing a virtual fruit fly lab using HTML5

A few years back (2011, to be precise), we were faced with a 'crisis' in the delivery of a first-year fruit fly genetics lab. The students didn't seem to be getting as much from the lab as we would have hoped, and it was getting increasingly expensive and difficult to run the session with large groups (we had ~350 students in the year, and we ran the lab four times).

When the lab was first put together, it was offered to students studying for their genetics degree. It made a lot of sense for them as fruit fly genetics was at the degree's core. However, the session became problematic when we introduced the practical to students studying other degrees in the school. Yes, it was needed as we felt that the life sciences students needed the basic genetics training, but we felt the students were taking less from the session than we would have liked.

We decided to make the lab virtual after thinking long and hard about the problem.

The problem

Having run several virtual labs over the years in bioinformatics and protein analysis, I was aware of the problems involved in delivering such material and how the static nature of a web page, and of websites in general, can be dull and tedious for students. Click, click, click...

Therefore, for the online fruit fly practical, we needed to deliver something interactive and moving and, where possible, reproduce some of the students' experiences gained in the traditional fruit fly practical. It was clear that there was a need for animation and possibly some 'gamification'* (a word I don't like) to engage the students. The solution to this was to use HTML5.

The solution

HTML5 is a new web standard for the language that describes how a webpage should look and feel in a web browser. HTML5 is not a finished standard (judging by the speed at which W3C is moving, it will never be a finished standard); therefore, it is in a state of flux and liable to change. However, a number of the significant web browsers such as Internet Explorer, Firefox, Safari and Chrome have already decided to adopt parts of the new HTML5 standard, and one part of the new standard that has been adopted and was most helpful in dealing with this lab was animation.

Using the animation commands and tools that are available as part of HTML5, it was possible to produce several 'virtual' fly labs, and the final version of the practical had three such labs:
  1. Sexing fruit flies;
  2. Identifying fruit fly mutants;
  3. Determining the genetics behind the mutation.
All three 'labs' had the same underlying idea in that there was a small window with several fruit flies running around which the students were able to 'anaesthetise', so they stopped moving, and which they could then examine by clicking to get an enlarged image (see figure below). The students then answered questions associated with that particular section of the lab, such as the sex of the fruit fly, the type of mutation (if any), and determining the inheritance patterns for different crosses of fruit fly mutants.

Screen Shot 2012 02 23 at 07 24 02
Virtually sexing fruit flies

The above image is of the fruit fly 'sexing' lab. Unfortunately, I cannot show you the animated version of the lab as I am unable to add the necessary Javascript to this page to get the flies to move.

Screen Shot 2012 02 23 at 07 22 46'Anaesthetised' flies

The student has 'anaesthetised' the flies in the above image, so they are no longer moving. Then, the student clicks on a fly to get an enlarged view. The student can then answer the question as to the sex of the fly.

Two final problems - one mine, one HTML5

Coding up the lab was pretty straightforward, and after some initial fiddling and debugging of the code, everything was working. However, there were still two problems.

The first problem was that the virtual labs would only work in 2011 on the latest versions of the browsers for Internet Explorer, Safari, and Chrome and would not work at all in Firefox. This was a real shock, as I expected any problems associated with Internet Explorer. (It turned out that the lab would not work in Firefox because Firefox had yet to implement one of the key animation calls used to control the animation.)

The other problem was purely down to my code. The virtual labs rely on several 'random' number generators and some trigonometry functions to control the movement of the flies. Somewhere in the code, I have something wrong because if I leave a lab running for an extended period, all the flies end up in the bottom right-hand corner of the screen. Although this does not detract from the lab experience, it is annoying!

Why do my flies end up in the bottom right-hand corner?

Summary

The lab was designed to run in a 3-hour slot, with the students exploring the virtual fly labs for the first two hours and completing several other tasks, including answering several formative questions, with the last hour used to start the online summative assessment. I was surprised that the students managed to work through the lab section in about 90 minutes. However, those who rushed the lab did find the summative assessment more difficult. I have run the lab with over 1000 students in the past 3 years, and this is a recurring theme, even when they are warned not to rush.

The lab worked well, and there were no apparent problems or complaints during the day. The final marks for the online summative assessment were in line with other modules and other work completed by the students, so overall, I think the lab was a success and met the learning outcomes for the session. In the feedback I have had from students taking the labs, I have had no complaints.

One problem that I have encountered is that the site requires significant maintenance. The code base needs changing every year as the HTML5 standard continues to evolve, and the support offered by the different browsers continues to evolve.

If you would like to support my blogging efforts, then please feel free to buy me a coffee at https://www.buymeacoffee.com/drnickm

(* Gamification is using game-like ideas and strategies to help students learn; that is, the students learn while having fun and playing a game. Learning by stealth.)


Thursday 10 April 2014

The importance of cell referencing in Excel spreadsheets...

Using Excel correctly in the lab is an important skill to develop, and students sometimes get this wrong by failing to correctly use cell referencing and instead "hardcoding" key numbers into the formulas they are using. The consequence of doing this is that if the student later changes any of the numbers, these changes will not cascade through the spreadsheet, and this can lead to errors.

The video below demonstrates the importance of cell referencing and why it should be used as opposed to "hardcoding"...

The key points are:

  • When analysing scientific data, the only number that should be entered into the spreadsheet is the raw data
  • All calculations being performed should reference cells (e.g. A2) used for the calculations and not contain numbers (e.g. the number from cell A2

So this means that cells should be:

Correct

And not...

Incorrect


If you would like to support my blogging efforts, then please feel free to buy me a coffee at https://www.buymeacoffee.com/drnickm

Thursday 3 April 2014

Video of Paramecium, C. elegans and Gram stained bacteria

The video below I put together from videos shot using the main teaching microscope during classes. The video shows Paramecium, C. elegans, and Gram-stained bacteria. Enjoy!

If you would like to support my blogging efforts, then please feel free to buy me a coffee at https://www.buymeacoffee.com/drnickm

End of a journey - no more blogging at Scitable

For the last three years I have been blogging over at Nature Scitable about bioscience elearning and today, after 143 posts, I have decided to stop.

I have two main reasons for stopping:

  1. The pressure of day-to-day life as an academic. To much to do, too little time to do it.
  2. I have never really got on with the blogging platform at Scitable as I find it old, slow and clunky, and these days I like to blog in Markdown (as I am doing here).

It has been fun posting over at Scitable as it has given me the excuse, and therefore the time, to every so often step back from my day-to-day work and think about teaching and what I could, and should, do differently.

The problem now is I need to find an outlet for these 'teaching thoughts' and so there may be an increase in pedagogical material on this blog from now on...

If you would like to support my blogging efforts, then please feel free to buy me a coffee at https://www.buymeacoffee.com/drnickm

Saturday 9 November 2013

E-mail - dark social media? I think not...

Yesterday evening, I had the privilege of engaging in a thought-provoking discussion with Alan Carr on the pervasive use of email in teaching and day-to-day communication.

I won't repeat my views and opinions via email here, but you can read them over at Scitable:

  1. My hypothesis: e-mail is evil and deserves to die!
  2. Problems with email….. I appear to have touched a nerve...
  3. What is wrong with e-mail? Can it be fixed?
  4. What is wrong with e-mail? Can it be fixed? - The Programmers
  5. What is wrong with e-mail? Can it be fixed? - The Receiver and the dreaded FYI
  6. What is wrong with e-mail? Can it be fixed? - The Receiver and meta-data
  7. What is wrong with e-mail? Can it be fixed? - The Sender
  8. What is wrong with e-mail? Can it be fixed? - My battle to get e-mail working again - some tips and suggestions

Needless to say, I am not a fan of email... (as you may be able to guess from some of the above post titles).

Despite being overseas, I was determined to share my perspective on why email is problematic. Alan, a staunch advocate of email, graciously invited me to his session at SpotOn London 2013. I prepared a compelling video, just in case our Skype connection failed, to underscore the severity of the email issue.

If you would like to support my blogging efforts, then please feel free to buy me a coffee at https://www.buymeacoffee.com/drnickm

Friday 25 October 2013

Observing and genotyping C. elegans

I had a fun day yesterday doing the "C. elegans" practical, which is part of the first-year labs. In the practical, we got to look at live C. elegans and also set up some PCR reactions to genotype some wild-type and mutant C. elegans. It was all fun stuff.

Below is a movie we shot of the worms on the day of the practical and some stills from the microscopes.

DA230017

DA230028

DA230027

DA230026

DA230024

If you would like to support my blogging efforts, then please feel free to buy me a coffee at https://www.buymeacoffee.com/drnickm