MicrofluidicsMicrofluidics refers to a system that manipulates a small amount of fluids ((10−9 to 10−18 liters) using small channels with sizes ten to hundreds micrometres. It is a multidisciplinary field that involves molecular analysis, biodefence, molecular biology, and microelectronics. It has practical applications in the design of systems that process low volumes of fluids to achieve multiplexing, automation, and high-throughput screening.
Green algaeThe green algae (: green alga) are a group consisting of the Prasinodermophyta and its unnamed sister which contains the Chlorophyta and Charophyta/Streptophyta. The land plants (Embryophytes) have emerged deep in the Charophyte alga as sister of the Zygnematophyceae. Since the realization that the Embryophytes emerged within the green algae, some authors are starting to include them. The completed clade that includes both green algae and embryophytes is monophyletic and is referred to as the clade Viridiplantae and as the kingdom Plantae.
AlgaeAlgae (UKˈælɡi:, USˈældʒi:; : alga ˈælɡə) is an informal term for a large and diverse group of photosynthetic, eukaryotic organisms. It is a polyphyletic grouping that includes species from multiple distinct clades. Included organisms range from unicellular microalgae, such as Chlorella, Prototheca and the diatoms, to multicellular forms, such as the giant kelp, a large brown alga which may grow up to in length. Most are aquatic and lack many of the distinct cell and tissue types, such as stomata, xylem and phloem that are found in land plants.
Red algaeRed algae, or Rhodophyta (roʊˈdɒfᵻtə, ˌroʊdəˈfaɪtə; ), are one of the oldest groups of eukaryotic algae. The Rhodophyta comprises one of the largest phyla of algae, containing over 7,000 currently recognized species with taxonomic revisions ongoing. The majority of species (6,793) are found in the Florideophyceae (class), and mostly consist of multicellular, marine algae, including many notable seaweeds. Red algae are abundant in marine habitats but relatively rare in freshwaters.
Brown algaeBrown algae (: alga), comprising the class Phaeophyceae, are a large group of multicellular algae, including many seaweeds located in colder waters within the Northern Hemisphere. Brown algae are the major seaweeds of the temperate and polar regions. They are dominant on rocky shores throughout cooler areas of the world. Most brown algae live in marine environments, where they play an important role both as food and as a potential habitat. For instance, Macrocystis, a kelp of the order Laminariales, may reach in length and forms prominent underwater kelp forests.
Droplet-based microfluidicsDroplet-based microfluidics manipulate discrete volumes of fluids in immiscible phases with low Reynolds number and laminar flow regimes. Interest in droplet-based microfluidics systems has been growing substantially in past decades. Microdroplets offer the feasibility of handling miniature volumes (μl to fl) of fluids conveniently, provide better mixing, encapsulation, sorting, sensing and are suitable for high throughput experiments.
Algae scrubberAn algae scrubber is a water filtering device (not to be confused with a scrubber pad used to clean glass) which uses light to grow algae; in this process, undesirable chemicals are removed from the water. Algae scrubbers allow saltwater, freshwater and pond hobbyists to operate their tanks using natural filtration in the form of primary production, much like oceans and lakes. An algae scrubber filters water by moving water rapidly over a rough, highly illuminated surface, which causes algae to start growing in large amounts.
DiffractionDiffraction is the interference or bending of waves around the corners of an obstacle or through an aperture into the region of geometrical shadow of the obstacle/aperture. The diffracting object or aperture effectively becomes a secondary source of the propagating wave. Italian scientist Francesco Maria Grimaldi coined the word diffraction and was the first to record accurate observations of the phenomenon in 1660.
Diffraction-limited systemIn optics, any optical instrument or system a microscope, telescope, or camera has a principal limit to its resolution due to the physics of diffraction. An optical instrument is said to be diffraction-limited if it has reached this limit of resolution performance. Other factors may affect an optical system's performance, such as lens imperfections or aberrations, but these are caused by errors in the manufacture or calculation of a lens, whereas the diffraction limit is the maximum resolution possible for a theoretically perfect, or ideal, optical system.
Fraunhofer diffractionIn optics, the Fraunhofer diffraction equation is used to model the diffraction of waves when plane waves are incident on a diffracting object, and the diffraction pattern is viewed at a sufficiently long distance (a distance satisfying Fraunhofer condition) from the object (in the far-field region), and also when it is viewed at the focal plane of an imaging lens. In contrast, the diffraction pattern created near the diffracting object and (in the near field region) is given by the Fresnel diffraction equation.
Diffraction from slitsDiffraction processes affecting waves are amenable to quantitative description and analysis. Such treatments are applied to a wave passing through one or more slits whose width is specified as a proportion of the wavelength. Numerical approximations may be used, including the Fresnel and Fraunhofer approximations. Because diffraction is the result of addition of all waves (of given wavelength) along all unobstructed paths, the usual procedure is to consider the contribution of an infinitesimally small neighborhood around a certain path (this contribution is usually called a wavelet) and then integrate over all paths (= add all wavelets) from the source to the detector (or given point on a screen).
Aluminum electrolytic capacitorAluminum electrolytic capacitors are polarized electrolytic capacitors whose anode electrode (+) is made of a pure aluminum foil with an etched surface. The aluminum forms a very thin insulating layer of aluminum oxide by anodization that acts as the dielectric of the capacitor. A non-solid electrolyte covers the rough surface of the oxide layer, serving in principle as the second electrode (cathode) (-) of the capacitor. A second aluminum foil called “cathode foil” contacts the electrolyte and serves as the electrical connection to the negative terminal of the capacitor.
ImagingImaging is the representation or reproduction of an object's form; especially a visual representation (i.e., the formation of an ). Imaging technology is the application of materials and methods to create, preserve, or duplicate images. Imaging science is a multidisciplinary field concerned with the generation, collection, duplication, analysis, modification, and visualization of images, including imaging things that the human eye cannot detect.
Dynamic arrayIn computer science, a dynamic array, growable array, resizable array, dynamic table, mutable array, or array list is a random access, variable-size list data structure that allows elements to be added or removed. It is supplied with standard libraries in many modern mainstream programming languages. Dynamic arrays overcome a limit of static arrays, which have a fixed capacity that needs to be specified at allocation.
Array (data type)In computer science, array is a data type that represents a collection of elements (values or variables), each selected by one or more indices (identifying keys) that can be computed at run time during program execution. Such a collection is usually called an array variable or array value. By analogy with the mathematical concepts vector and matrix, array types with one and two indices are often called vector type and matrix type, respectively. More generally, a multidimensional array type can be called a tensor type, by analogy with the physical concept, tensor.