31 projects tagged "Science"
XaoS is a fast, portable, real-time, and interactive fractal zoomer. It displays the Mandelbrot set (among other escape time fractals) and allows you zoom smoothly into the fractal. Various coloring modes are provided for both the points inside and outside the selected set. In addition, switching between Julia and Mandelbrot fractal types and on-the-fly plane switching is provided.
Thinknowlogy is grammar-based software designed to utilize the logic contained within grammar in order to create intelligence through a natural language, which is demonstrated by programming in a natural language, reasoning in a natural language (drawing conclusions, making assumptions (with a self-adjusting level of uncertainty), asking questions (about gaps in the knowledge), and detecting conflicts), and intelligent answering of "is" questions, providing alternative answers as well.
python-colormath is a Python module which abstracts common color math operations. (For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK.) Other operations, such as calculating ANSI and ISO density from spectral data or taking the delta E of two colors, are also covered.
FísicaLab is an educational application to solve physics problems. The problems are set up by adding elements from the palette to a chalkboard and entering the data for each element. The elements are objects such as blocks, pulleys, motors, and forces. It can use the SI and English unit systems, scientific notation, and many conversion factors. The types of problems that can be solved are kinematics of particles (including circular motion), static analysis of particles and rigid bodies in 2D, dynamic analysis of particles in 2D (excluding the dynamics of circular motion), heat, calorimetry, ideal gas, and expansion. The static and dynamic problems are entered by constructing the free body diagrams of the objects.
PathVisio is a bioinformatics tool that lets you do everything with biological pathway diagrams. PathVisio helps you organize biological information and lets you present or publish that information easily. You can create and draw pathways, export them to many image formats, annotate them with links to online biological databases such as Ensembl, Entrez or HMDB, and add comments and literature references from pubmed. PathVisio also lets you sort through high-throughput experimental data in pathway context. This is a much more pleasant way to present data than just a large table. You can import microarray, proteomics or metabolomics data. PathVisio has a plugin interface that lets users customize it to new analysis types, new visualization methods, and new pathway formats. PathVisio is compatible with WikiPathways.
GarlicSim is a platform for writing, running, and analyzing simulations. It is general enough to handle any kind of simulation: physics, game theory, epidemic spread, electronics, etc. GarlicSim aims to eliminate the need to write any boilerplate code that isn't directly related to the phenomenon you're simulating. GarlicSim defines a new format for simulations, called a simulation package and often abbreviated as simpack. The simpack contains all the code that define the simulated system, and is simply a Python package which defines a few special functions according to the GarlicSim simpack API. Simpack code may also be written in C. All of the tools that GarlicSim provides can be used to run simulations of all kinds of different domains.