Cellulose: Difference between revisions
No edit summary |
No edit summary |
||
Line 51: | Line 51: | ||
Show <jmol> | Show <jmol> | ||
<jmolRadioGroup> | <jmolRadioGroup> | ||
<item> | |||
<script>display chain=M and 4-5</script> | |||
<text>none</text> | |||
</item> | |||
<item> | <item> | ||
<script>display chain=M</script> | <script>display chain=M</script> | ||
Line 67: | Line 71: | ||
</jmol> | </jmol> | ||
Style <jmol> | |||
<jmolRadioGroup> | <jmolRadioGroup> | ||
<item> | <item> | ||
<script>select not (4-5 and chain=M); | <script>select not (4-5 and chain=M);spacefill only</script> | ||
<text> | <text>spacefill</text> | ||
</item> | </item> | ||
<item> | <item> | ||
<script>select not (4-5 and chain=M); | <script>select not (4-5 and chain=M);wireframe only</script> | ||
<text> | <text>bonds</text> | ||
</item> | </item> | ||
<item> | <item> | ||
<script>select not (4-5 and chain=M); | <script>select not (4-5 and chain=M);wireframe only; wireframe 0.2; spacefill 0.5</script> | ||
<text> | <text>ball-and-stick</text> | ||
<checked>true</checked> | <checked>true</checked> | ||
</item> | </item> | ||
Line 85: | Line 89: | ||
</jmol> | </jmol> | ||
Color <jmol> | |||
<jmolRadioGroup> | <jmolRadioGroup> | ||
<item> | <item> | ||
<script>select not (4-5 and chain=M); | <script>select not (4-5 and chain=M); color chain</script> | ||
<text> | <text>by chain</text> | ||
</item> | </item> | ||
<item> | <item> | ||
<script>select not (4-5 and chain=M); | <script>select not (4-5 and chain=M); color cpk</script> | ||
<text> | <text>by atomtype</text> | ||
</item> | </item> | ||
<item> | <item> | ||
<script>select not (4-5 and chain=M); | <script>select not (4-5 and chain=M); color black</script> | ||
<text> | <text>black</text> | ||
<checked>true</checked> | <checked>true</checked> | ||
</item> | </item> | ||
Line 107: | Line 111: | ||
<scriptWhenUnChecked>hbond off | <scriptWhenUnChecked>hbond off | ||
</scriptWhenUnChecked> | </scriptWhenUnChecked> | ||
<scriptWhenchecked>hbond on | <scriptWhenchecked>select all; hbond on | ||
</scriptWhenchecked> | </scriptWhenchecked> | ||
<checked>false</checked> | <checked>false</checked> |