Difference between revisions of "General Information"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | |||
| − | |||
<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" /> | <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> | <script type="text/javascript" src="https://molstar.org/viewer/molstar.js"></script> | ||
| Line 19: | Line 24: | ||
viewportShowAnimation: false, | viewportShowAnimation: false, | ||
}).then(viewer => { | }).then(viewer => { | ||
| − | viewer.loadSnapshotFromUrl('https://wiki.laviebay.hkust.edu.hk/deLemus/RESEARCH_TEAMS/pdb/ | + | viewer.loadSnapshotFromUrl('https://wiki.laviebay.hkust.edu.hk/deLemus/RESEARCH_TEAMS/pdb/LM_2023_02.molx', 'molx'); |
}); | }); | ||
</script> | </script> | ||
| Line 25: | Line 30: | ||
<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" /> | <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> | <script type="text/javascript" src="https://molstar.org/viewer/molstar.js"></script> | ||
| Line 42: | Line 54: | ||
viewportShowAnimation: false, | viewportShowAnimation: false, | ||
}).then(viewer => { | }).then(viewer => { | ||
| − | viewer.loadSnapshotFromUrl('https://wiki.laviebay.hkust.edu.hk/deLemus/RESEARCH_TEAMS/pdb/ | + | viewer.loadSnapshotFromUrl('https://wiki.laviebay.hkust.edu.hk/deLemus/RESEARCH_TEAMS/pdb/LM_latest.molx', 'molx'); |
}); | }); | ||
</script> | </script> | ||
</html> | </html> | ||
Revision as of 12:16, 24 February 2023