Tuesday, April 04, 2006
BBC news, amongst others, are reporting a 'milestone' in lab grown organs - a process that creates the organs from the patients own cells. I wonder, whether they would do this work if the patient required a new organ had a herediatory disease (associated with that organ). Great news though ...
Damn propaganda - "Wolverhampton beat Middlesbrough, Milton Keynes, Holyhead in Wales and Paisley in Scotland to the ‘Talk of the Town’ title." Wolverhampton University
Monday, April 03, 2006
A search routine - my interpretation
//search for the term
"lost in space"
//remove small words and search
"lost space"
//reverse remaining words and search
"space lost"
//search for a single term
"space"
//and
"lost"
and that will account for most combinatations and should get a good result!
//search for the term
"lost in space"
//remove small words and search
"lost space"
//reverse remaining words and search
"space lost"
//search for a single term
"space"
//and
"lost"
and that will account for most combinatations and should get a good result!