AR/VR Visualization of Data Members: Alexander Kim, Amanda Lau, Catzby Paul, Samhitha Sangaraju, Vir Vaidya, David Zhao Faculty advisors: Wade Trappe, Jennifer Shane, Ivan Seskar == PROJECT OVERVIEW **Protein Visualization** Interactive visualization of the protein structures from the Research Collaboratory for Structural Bioinformatics Protein Data Bank (RCSB PDB) in AR/VR using Microsoft Hololens and Unity **Oceanographic Data** Visualizing sensor data from the Rutgers-deployed Slocum glider using the Meta Quest 3 and Unity == PROGRESS LOG **Week 1 (5/28 - 5/30)** - Installed and familiarized ourselves with the Unity Engine - Successfully connected the Hololens to the Unity engine and created a simple test program **Week 2 (6/03 - 6/06)** - Created sample AR apps that are compatible with both IOS and Android devices - Finalized two datasets which we will be working on data visualization for. - Protein Folding Data: https://www.rcsb.org/ - Ocean and atmospheric data: https://rucool.marine.rutgers.edu/integrated-ocean-technology/ocean-radar/ - Wrote scripts to facilitate resizing and rotation of objects in preparation for interacting with proteins and other target objects - Migrated our progress to the new computers **Week 3 (6/10 - 6/13)** General - Developed scripts for comprehensive manipulation of game objects for the Meta Quest 3, including movement (grab and hold), rotation, and resizing, to allow users to better interact with areas of interest RCSB PDB - Explored .pdb files on the RCSB PDB website to get a sense of what features are available to us - Successfully visualized proteins through PyMol and imported models into Unity - Began work on direct conversion of PDB files into Unity without use of external PyMol program due to compatibility and licensing issues RUCOOL - Wrote a Python script to access, search, download, and preprocess relevant datasets from Rutgers' ERDDAP database - Successfully imported and visualized these datasets in Unity with human assistance **Week 4 (6/17 - 6/20)** RCSB PDB - No more PyMol, importing .pdb files directly into Unity - Finalized approach to building protein structures --> layer by layer approach - Visualized and refined assets of proteins in Unity, streamlining code and procedures RUCOOL - Automated the process of downloading, cleaning, and visualizing glider data by pulling directly from ERDDAP into Unity - Added navigational functionality and toggle to accommodate for multiple variables of interest **Week 5 (6/24 - 6/27)** RCSB PDB - Continued work on protein development, building atoms, helices, links, connections - Optimized protein generation to improve performance - Implemented voice commands for viewing options - Toggle different structures - Isolate specific elements - Rescale the protein - Summon the protein in front of user RUCOOL - Connected plot points by interpolating color - Implemented a basic GUI with a minimap and a variable readout - Began implementation of gauge to go along with variable readout - Added a toggle to "follow" the path of the glider - Worked on creating VR-compatible gauge in Unity to display ocean data (ex: temperature, salinity, and pressure) **Week 6 (7/01 - 7/03)** RCSB PDB - Cleaned up code, made it easier to read and commented it out - Redid Helix algorithm, allowing for improved Helix generation --> ribbon like look comparable to professional visualizations - Met with RCSB PDB experts and discussed goals and project direction; They suggested we look into importing structures directly from Mol* RUCOOL - Continued working on the gauge for the gliders path - Worked on adding references to the needle game object - Attached the gauge script to the needle game object - Ran into some issues regarding the rotation of the needle relative to the dataset. - Realized that the problem was regarding the pivot point of the needles and its position on the gauge and fix that. **Week 7 (7/8 - 7/11)** RCSB PDB - Explored Mol* as advised, but realized it was not compatible with our approach --> sticking to building proteins from scratch - Did some research into amino acid ribbons (wavy line-like structures going through the proteins in professional visualizations) and created them ourselves - Finished creation of the proteins (all major elements visualized!) RUCOOL