Difference between revisions of "General Information"

From
Jump to navigation Jump to search
Line 1: Line 1:
 
TBA
 
TBA
 +
<html>
 +
    <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_latest.molx', 'molx');
 +
        });
 +
    </script>
 +
</html>

Revision as of 12:11, 24 February 2023

TBA