Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Metallic Solids02:37

Metallic Solids

16.4K
Metallic solids such as crystals of copper, aluminum, and iron are formed by metal atoms. The structure of metallic crystals is often described as a uniform distribution of atomic nuclei within a “sea” of delocalized electrons. The atoms within such a metallic solid are held together by a unique force known as metallic bonding that gives rise to many useful and varied bulk properties.
All metallic solids exhibit high thermal and electrical conductivity, metallic luster, and...
16.4K
Vector Algebra: Graphical Method01:10

Vector Algebra: Graphical Method

13.7K
Vectors can be multiplied by scalars, added to other vectors, or subtracted from other vectors. The vector sum of two (or more) vectors is called the resultant vector or, for short, the resultant.
We use the laws of geometry to construct resultant vectors, followed by trigonometry to find vector magnitudes and directions. For a geometric construction of the sum of two vectors in a plane, we follow the parallelogram rule. Suppose two vectors are at arbitrary positions. Translate either one of...
13.7K
Accelerating Fluids01:17

Accelerating Fluids

2.2K
When a fluid is in constant acceleration, the pressure and buoyant force equations are modified. Suppose a beaker is placed in an elevator accelerating upward with a constant acceleration, a. In the beaker, assume there is a thin cylinder of height h with an infinitesimal cross-sectional area, ΔS.
The motion of the liquid within this infinitesimal cylinder is considered to obtain the pressure difference. Three vertical forces act on this liquid:
2.2K
Mesh Analysis01:20

Mesh Analysis

1.7K
Mesh analysis is a valuable method for simplifying circuit analysis using mesh currents as key circuit variables. Unlike nodal analysis, which focuses on determining unknown voltages, mesh analysis applies Kirchhoff's voltage law (KVL) to find unknown currents within a circuit. This method is particularly convenient in reducing the number of simultaneous equations that need to be solved.
A fundamental concept in mesh analysis is the definition of meshes and mesh currents. A mesh is a closed...
1.7K
Fischer Projections02:18

Fischer Projections

12.9K
Learning to draw Fischer projections of molecules and understanding their relevance plays a crucial role in the visual depiction of organic molecules. A Fischer projection is a two-dimensional projection on a planar surface to simplify the three-dimensional wedge–dash representation of molecules. This is especially helpful in the case of molecules with multiple chiral centers that can be difficult to draw. Here, all the bonds of interest are represented as horizontal or vertical lines.
12.9K
Statgraphics01:10

Statgraphics

485
Statgraphics is a comprehensive statistical software suite designed for both basic and advanced data analysis. Originating in 1980 at Princeton University under Dr. Neil W. Polhemus, it was one of the pioneering tools for statistical computing on personal computers, with its public release in 1982 marking an early milestone in data science software. Over the years, it has evolved into a robust platform for data science, offering tools for regression analysis, ANOVA, multivariate statistics,...
485

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Measuring global migration flows using online data.

Proceedings of the National Academy of Sciences of the United States of America·2025
Same author

Social capital I: measurement and associations with economic mobility.

Nature·2022
Same author

Social capital II: determinants of economic connectedness.

Nature·2022
Same author

Accelerating Harmonization in Digital Health.

World health & population·2018
Same author

Evaporative membrane modulation for comprehensive two-dimensional liquid chromatography.

Analytica chimica acta·2018
Same author

Interacting with Large 3D Datasets on a Mobile Device.

IEEE computer graphics and applications·2017
Same journal

Graph Pattern Matching based reassembly - 3DGPM.

IEEE computer graphics and applications·2026
Same journal

Making Learning Visible: Turning Public Engagement into Evidence for Academic Learning.

IEEE computer graphics and applications·2026
Same journal

LlymX: Multimodal LLM-Augmented XR for Context-Aware Information Access.

IEEE computer graphics and applications·2026
Same journal

Dynamic Gaussian-Based Digital Twin Reconstruction of Articulated Multi-Joint Objects.

IEEE computer graphics and applications·2026
Same journal

Steiner and Poisson Traversal Initializations: Initial Curve Optimization for Geometric Flow-based Surface Filling.

IEEE computer graphics and applications·2026
Same journal

Insight Into the Insight Toolkit.

IEEE computer graphics and applications·2026
See all related articles

Related Experiment Video

Updated: Apr 30, 2026

Novel 3D/VR Interactive Environment for MD Simulations, Visualization and Analysis
11:29

Novel 3D/VR Interactive Environment for MD Simulations, Visualization and Analysis

Published on: December 18, 2014

11.3K

Using GPU shaders for visualization, part 3.

Mike Bailey

    IEEE Computer Graphics and Applications
    |May 9, 2014
    PubMed
    Summary
    This summary is machine-generated.

    This article explores advanced GPU shader applications beyond graphics. It details using compute shaders and shader storage buffer objects in OpenGL 4.3 for complex computations.

    More Related Videos

    A Method for 3D Reconstruction and Virtual Reality Analysis of Glial and Neuronal Cells
    12:49

    A Method for 3D Reconstruction and Virtual Reality Analysis of Glial and Neuronal Cells

    Published on: September 28, 2019

    14.3K
    High-resolution, High-speed, Three-dimensional Video Imaging with Digital Fringe Projection Techniques
    11:34

    High-resolution, High-speed, Three-dimensional Video Imaging with Digital Fringe Projection Techniques

    Published on: December 3, 2013

    16.3K

    Related Experiment Videos

    Last Updated: Apr 30, 2026

    Novel 3D/VR Interactive Environment for MD Simulations, Visualization and Analysis
    11:29

    Novel 3D/VR Interactive Environment for MD Simulations, Visualization and Analysis

    Published on: December 18, 2014

    11.3K
    A Method for 3D Reconstruction and Virtual Reality Analysis of Glial and Neuronal Cells
    12:49

    A Method for 3D Reconstruction and Virtual Reality Analysis of Glial and Neuronal Cells

    Published on: September 28, 2019

    14.3K
    High-resolution, High-speed, Three-dimensional Video Imaging with Digital Fringe Projection Techniques
    11:34

    High-resolution, High-speed, Three-dimensional Video Imaging with Digital Fringe Projection Techniques

    Published on: December 3, 2013

    16.3K

    Area of Science:

    • Computer Graphics
    • High-Performance Computing

    Background:

    • Graphics Processing Units (GPUs) are increasingly used for general-purpose computation.
    • Previous parts of this discussion covered point clouds, cutting planes, line integral convolution, and terrain bump-mapping using GPU shaders.

    Purpose of the Study:

    • To introduce compute shaders and shader storage buffer objects.
    • To demonstrate advanced applications of GPU shaders in scientific computing.

    Main Methods:

    • Utilizing compute shaders for parallel processing tasks.
    • Leveraging shader storage buffer objects for efficient data management.

    Main Results:

    • Demonstration of compute shaders and shader storage buffer objects in OpenGL 4.3.
    • Exploration of their utility in scientific visualization and computation.

    Conclusions:

    • Compute shaders and shader storage buffer objects offer powerful capabilities for GPU-accelerated computing.
    • These features extend the applicability of GPUs beyond traditional graphics rendering.