Difference between revisions of "General Information"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
TBA | TBA | ||
| + | |||
<html> | <html> | ||
<link rel="stylesheet" type="text/css" href="https://molstar.org/viewer/molstar.css" /> | <link rel="stylesheet" type="text/css" href="https://molstar.org/viewer/molstar.css" /> | ||
| Line 19: | Line 20: | ||
}).then(viewer => { | }).then(viewer => { | ||
viewer.loadSnapshotFromUrl('https://wiki.laviebay.hkust.edu.hk/deLemus/RESEARCH_TEAMS/pdb/LM_latest.molx', 'molx'); | viewer.loadSnapshotFromUrl('https://wiki.laviebay.hkust.edu.hk/deLemus/RESEARCH_TEAMS/pdb/LM_latest.molx', 'molx'); | ||
| + | }); | ||
| + | </script> | ||
| + | </html> | ||
| + | |||
| + | <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_2023_02.molx', 'molx'); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> | ||
Revision as of 12:12, 24 February 2023
TBA