Remixing: Difference between revisions
From Proteopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
== Remixing 3D scenes from Proteopedia == | == Remixing 3D scenes from Proteopedia == | ||
=== Finding the | === Finding the scene block === | ||
Let's say you want to reuse a 3D scene you found on an existing Proteopedia page. To remix the 3D scene, you need the scene block for the scene, that looks like this <span style='background-color:#cecece;'><scene name='77/778334/A_chain/1'>green link text</scene></span>. Go into the edit tab of the source page and look for the 'scene' tags. | |||
=== Using the scene as is === | |||
If you don't want to modify the scene at all (no new caption, no new orientation, no new transition options), paste the scene block into your page and save. The new scene should be working. It's ok to modify the green link text. | |||
=== Modifying the scene on SAT === | |||
To modify other page's scene and save it as a new local scene: Add first the scene block to your page, as described above, and save your page. Open again your own page for editing. SAT will offer now for loading, in the [load scene] tab, all the scenes found on your own page, and on all the pages from where you are reusing scenes. You may now edit any of the available scenes, changing caption, loading mode, representation, etc. SAT will save the resulting scene as local, under your own page area. You may now remove the scene block from the source page. | |||
=== Modifying scenes created before 2013 === | |||
Scenes created before 2013 used a scene block like this <span style='background-color:#cecece;'><scene name='Green_Fluorescent_Protein/Chromophore/1'></span>. | |||
To use the scene as is, just proceed as described before: paste the scene block on your page, modify the green link if desired and save. | |||
To modify one of these scenes you'll need to load the scene on SAT as follows: | |||
# Edit your page and expand SAT | |||
# Open JSmol Console with the button under the applet | |||
# build the path to the scene as follows, replacing Green_Flu... by the scene info you retrieved from the scene block of the scene you want to work with: <span style='background-color:#cecece;'>'/wiki/scripts/Green_Fluorescent_Protein/Chromophore/1.spt'</span> | |||
# paste into the lower portion of the JSmol Console a line like this <span style='background-color:#cecece;'>script pathToTheScene;</span> and click [Run] | |||
# modifify the scene on SAT, if desired | |||
# save the scene on the [save scene] tab, as a new scene local to your page. | |||
== Remixing scenes from Proteopedia as images == | == Remixing scenes from Proteopedia as images == | ||