Tuesday, May 29, 2007

Seminar Topics - Brain Computer Interface

Brain-Computer interface is a staple of science fiction writing.  Init's earliest  incarnations nomechanism was thought necessary, as the  technology seemed so far fetched that no explanation was likely.   As more became known about the brain however, the possibility has become more real and the science fiction more technically sophisticated.  Recently, the cyberpunk movement has adopted the idea of 'jacking in', sliding 'biosoft' chips into slots implanted in the skull (Gibson, W. 1984).  

                              Although such  biosofts are still science fiction, there have been several recent steps toward interfacing the brain and computers.  Chief among these are techniques for stimulating and recording from areas of the brain with   permanently implanted electrodes and using conscious control of EEG to control computers. 

                                         

                                        Some preliminary work is being done on synapsing neurons on silicon transformers and on growing neurons into neural networks on top of computer chips.The most advanced work in designing a brain-computer interface has stemmed   from the evolution of traditional electrodes.  There are essentially two main problems, stimulating the brain (input) and recording from the brain (output).

                             

                                        Traditionally, both input and output were handled by electrodes pulled from metal wires and glass tubing.Using conventional electrodes, multi-unit recordings can be constructed from mutlibarrelled pipettes.   In addition to being fragile and bulky, the electrodes in these arrays are often too far apart, as most fine neural processes are only .1 to 2 µm apart.

                                   

 

                      Pickard describes a new type   of electrode, which circumvents many of the problems listed above.  These printed circuit micro-electrodes (PCMs) are manufactured in the same manner of computer chips.  A design of a chip is photoreduced to produce an image on a photosensitive glass plate. This is used as a mask, which covers a UV sensitive glass or plastic film.

   A PCM has three essential elements:

                           1) the tissue terminals,

                           2) a circuit board controlling or reading from the terminals      

                           3) a Input/Output controller-interpreter,  such as a computer.                                     

Engineering Seminar Topics

--
For Seminar topics
log on to http://www.seminartopics.net

Saturday, May 26, 2007

Ruby on rails

Ruby on Rails, often called RoR, or just Rails written in , is an open source web application frameworkRuby that closely follows the Model-View-Controller (MVC) architecture. It strives for simplicity and allowing real-world applications to be developed in less code than other frameworks and with a minimum of configuration.

The Ruby programming language allows for extensive metaprogramming, which Rails makes much use of. This results in a syntax that many of its users find to be very readable. Rails is primarily distributed through RubyGems, which is the official packaging format and distribution channel for Ruby libraries and applications.