Sometimes I have to put text on a path

Tuesday, May 22, 2012

Spherical harmonics, meshes and some WebGL and JavaScript : toxiclibs.js, Processing.js, Three.js, ThreeNodes.js



1--------Spherical Harmonics Mesh Builder

Spherical Harmonics Mesh Builder is an example of Paul Bourke's "spherical harmonics" function for creating organic meshes. This example shows the use of Toxiclibs.js for creating meshes inside Three.js
(Technology: JavaScript, WebGL, toxiclibs.js, three.js).

Spherical harmonics are the angular portion of a set of solutions to Laplace's equation. Spherical harmonics are important in many theoretical and practical applications, particularly in the computation of atomic orbital electron configurations, representation of gravitational fields, geoids, and the magnetic fields of planetary bodies and stars, and characterization of the cosmic microwave background radiation. In 3D computer graphics, spherical harmonics play a special role in a wide variety of topics including indirect lighting (ambient occlusion, global illumination, precomputed radiance transfer, etc.) and recognition of 3D shapes.
The 19th century development of Fourier series made possible the solution of a wide variety of physical problems in rectangular domains, such as the solution of the heat equation and wave equation. This could be achieved by expansion of functions in series of trigonometric functions. Whereas the trigonometric functions in a Fourier series represent the fundamental modes of vibration in a string, the spherical harmonics represent the fundamental modes of vibration of a sphere in much the same way.
is called a spherical harmonic function of degree ℓ and order m.
For a given value of ℓ, there are 2ℓ+1 independent solutions of this form, one for each integer m with −ℓ ≤ m ≤ ℓ. 

Toxiclibs.js is an open-source computational design library ported to javascript by Kyle Phillips originally written by Karsten Schmidt for Java and Processing. Examples of the original library can be found at http://toxiclibs.org

Toxiclibs.js works great with Canvas, with SVG or any ordinary DOM element. with Processing.js, Three.js, or Raphael.js for SVG...

great example with additive waves

3--------three.js
JavaScript 3D library
The aim of the project is to create a lightweight 3D library with a very low level of complexity — in other words, for dummies. The library provides , and WebGL renderers.

--ThreeNodes.js
Threenodes.js is an attempt to create a dataflow environment in javascript and html5. It's a way to see what is possible to do in the browser. I had a little list of interesting javascript libraries to try but never had the chance to play with them.

The project is still in an experimental state but you can already see a live demo there: http://idflood.github.com/ThreeNodes.js/
coffeescript, compass and haml
These are languages that compile to javascript, css and html. Their syntax are much shorter than their equivalent and they offer some great features. If you work a lot with js, css or html you should definitely check these.
http://jashkenas.github.com/coffee-script/
http://compass-style.org/
http://haml-lang.com/
Three.js
The project is using webgl to render the scene. Three.js was obviously the 3d engine of choice. It provide many features like shaders, geometries, postprocessing filters and so on. A great project :)
https://github.com/mrdoob/three.js/
node.js
This is a javascript server. It's used to automatically compile the source files and serve them. I could have used some simple bash script to compile the files but found it would be interesting to use this for this "node" based project.
http://nodejs.org/
Require.js
The application was quickly growing and I needed a way to make it more modular. It's still not used at his full potential in threenode.js but already help make the code cleaner. One nice feature is that it's possible to require text files, or in this case little html template files.
http://requirejs.org/
--------------
Processing.js is the sister project of the popular Processing visual programming language, designed for the web. Processing.js makes your data visualizations, digital art, interactive animations, educational graphs, video games, etc. work using web standards and without any plug-ins. You write code using the Processing language, include it in your web page, and Processing.js does the rest. It's not magic, but almost.

Monday, May 21, 2012

Surfaces and JMol/Molekel, solvent-accessible surface area (SASA) and "nano-surfaces"; example: hemoglobin and H202

This post is just a small text in regards to this review:
http://ex-ample.blogspot.fr/2012/05/list-of-software-molecular.html

The solvent-accessible surface area (SASA) is the "virtual surface area" of a molecule that is "accessible" to a solvent.

SASA is typically calculated using the "rolling ball" algorithm [Shrake & Rupley,1973; Environment and exposure to solvent of protein atoms. Lysozyme and insulin. J Mol Biol 79(2):351-71. doi:10.1016/0022-2836(73)90011-9]. This algorithm uses a sphere (of solvent) of a particular radius to "probe" the surface of the molecule. A typical value is 1.2-1.4Å, which approximates the radius of a water molecule. Another factor that affects the results is the definition of the van der Waals radii of the atoms in the molecule under study.  To generate the Van der Waals surface simply use zero (or 0.001) as the solvent radius.
The hydrogen atoms may be implicitly included in the atomic radii of the 'heavy' atoms. In addition, the number of points created on the van der Waals surface of each atom determines another aspect of discretization, where more points provide an increased level of detail.
[http://en.wikipedia.org/wiki/Accessible_surface_area]

The solvent-excluded surface (also known as the molecular surface or Connolly surface), is imagined as a cavity in bulk solvent (effectively the inverse of the solvent-accessible surface). It is also calculated in practice via a rolling-ball algorithm developed by Frederic Richards and independently implemented three-dimensionally by Michael Connolly in 1983 and Tim Richmond in 1984. Connolly spent several more years perfecting the method [ doi:10.1016/0263-7855(93)87010-3].

Try this stand-alone program: molekel, an open-source multi-platform molecular visualization program. http://molekel.cscs.ch/wiki/pmwiki.php, or Jmol...




The accessible surface is therefore sort of an expanded van der Waals surface.
It is larger and more external than the "molecular" surface.

How to obtain them in Jmol:

http://jmol.sourceforge.net/docs/surface/
Jmol, as Rasmol, uses a sphere with 1.2 Å radius for water; Chime uses 1.2 Å for dots and 1.4 Å for surfaces. Other programs/authors use 1.4 Å. The probe radius can be defined using the set radius command (Jmol).
-----------
example: Hemoblogin and H2O2: http://www.jbc.org/content/282/7/4894.full; Structural Basis of Peroxide-mediated Changes in Human Hemoglobin, A NOVEL OXIDATIVE PATHWAY; 2007; The Journal of Biological Chemistry, 282, 4894-4907.

Sunday, May 20, 2012

Linux, Debian 6, some scientific packages, quantum chemistry, molecule,brain MRI, image processing, FDTD

LIST: http://packages.debian.org/stable/


  •  Brain
  • Image
  • FDTD simulation
    •  meep (1.1.1-6); software package for FDTD simulation; meep-mpi (1.1.1-6)
      software package for FDTD simulation, parallel (mpich) version; meep-mpich (1.1.1-9); software package for FDTD simulation, parallel (mpich) version; meep-openmpi (1.1.1-7); software package for FDTD simulation, parallel (OpenMPI) version  
    •  tessa (0.3.1-4+b4); simulation of 3D optical systems with the FDTD method; tessa-mpi (0.3.1-4+b4); simulation of 3D optical systems using FDTD on LAM-MPI clusters

others: