Difference between revisions of "General Information"

From
Jump to navigation Jump to search
(Replaced content with "TBA")
Tag: Replaced
Line 1: Line 1:
<html>
+
TBA
    <style>
 
        .molstar {
 
            position: relative;
 
            width: 80%;
 
            padding-bottom: 56.25%;
 
        }
 
    </style>
 
    <link rel="stylesheet" type="text/css" href="https://molstar.org/viewer/molstar.css" />
 
    <script type="text/javascript" src="https://molstar.org/viewer/molstar.js"></script>
 
 
 
    <div id="viewer-1" class="molstar" style="display: block; margin-left:auto; margin-right:auto; padding-bottom: 40%;"></div>
 
    <script type="text/javascript">
 
        molstar.Viewer.create('viewer-1', {
 
            layoutIsExpanded: false,
 
            layoutShowControls: false,
 
            layoutShowRemoteState: false,
 
            layoutShowSequence: true,
 
            layoutShowLog: false,
 
            layoutShowLeftPanel: true,
 
 
 
            viewportShowExpand: true,
 
            viewportShowSelectionMode: false,
 
            viewportShowAnimation: false,
 
        }).then(viewer => {
 
            viewer.loadSnapshotFromUrl('https://wiki.laviebay.hkust.edu.hk/deLemus/RESEARCH_TEAMS/pdb/LM_2023_02.molx', 'molx');
 
        });
 
    </script>
 
</html>
 
 
 
<html>
 
    <style>
 
        .molstar {
 
            position: relative;
 
            width: 80%;
 
            padding-bottom: 56.25%;
 
        }
 
    </style>
 
    <link rel="stylesheet" type="text/css" href="https://molstar.org/viewer/molstar.css" />
 
    <script type="text/javascript" src="https://molstar.org/viewer/molstar.js"></script>
 
 
 
    <div id="viewer-2" class="molstar" style="display: block; margin-left:auto; margin-right:auto; padding-bottom: 40%;"></div>
 
    <script type="text/javascript">
 
        molstar.Viewer.create('viewer-2', {
 
            layoutIsExpanded: false,
 
            layoutShowControls: false,
 
            layoutShowRemoteState: false,
 
            layoutShowSequence: true,
 
            layoutShowLog: false,
 
            layoutShowLeftPanel: true,
 
 
 
            viewportShowExpand: true,
 
            viewportShowSelectionMode: false,
 
            viewportShowAnimation: false,
 
        }).then(viewer => {
 
            viewer.loadSnapshotFromUrl('https://wiki.laviebay.hkust.edu.hk/deLemus/RESEARCH_TEAMS/pdb/LM_latest.molx', 'molx');
 
        });
 
    </script>
 
</html>
 

Revision as of 12:16, 24 February 2023

TBA