Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

mhackarbie (593426)

mhackarbie
  (email not shown publicly)
http://rbuilder.sourceforge.net/

I am a postdoc in biochemistry. Currently I spend most of my time preparing lectures and teaching biochemistry.

Journal of mhackarbie (593426)

Nanoscale programmable molecular assembler

Wednesday December 29 2004, @06:03PM
User Journal
Stayed up till 2:00 AM last night reading the Science article by Liao and Seeman on their artificial DNA programmable nanoassembler. After reading the article carefully enough to understand how the machine worked, I wrote a review of it in the ribosomes news group. Also submitted a Slashdot story about it.

I hope that we are getting close to an exciting new age of creativity and economic innovation involving molecular assemblers, perhaps something akin to the golden years of the microprocessor and the personal computer. It's about time, it's almost 2005 for Pete's sake.

Marching Cubes works

[ #19109 ]
Sunday December 15 2002, @07:35PM
User Journal
I implemented the marching cubes algorithm, and after correcting a dozen errors in my 256 cases, and writing some hole-patching code, it works beautifully! I can mesh the entire ribosome quickly and easily. For example, I meshed the RNA in 1kpj.pdb at 4 A resolution in 8 seconds! I don't know if that's fast for other implementations, but it's good enough for me.

m-surf

[ #18034 ]
Wednesday December 04 2002, @07:59PM
User Journal
Well, I've given up on l-surf for now because it didn't work. Instead, I've started on m-surf, which is trying to do the same thing (meshing molecules), only it uses the Marching Cubes algorithm which is a whole lot more elegant and simple.

Working on l-Surf

Wednesday November 20 2002, @11:43PM
User Journal
I am currently working on a little project called l-surf when I should be doing something else. l-surf is my attempt to to create a surface mesh around a PDB model of a molecule. It's coming along, but slowly.

I wish I could find other slashdotters who are into molecular modeling to collaborate with.