Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 2a9c4a4

Browse files
committed
Update index.html
1 parent 6ad083b commit 2a9c4a4

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

index.html

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,11 @@ <h2 id="about-our-hack">About our hack</h2>
2121

2222
The pipeline is set up as follows:
2323

24-
Automating successive file conversion from archival PDB code to VRML format and then through .wrl file format (via UCSF Chimera) into the LMV compatible .fbx file format (via Blender).
25-
26-
Hosting the converted format model files in the LMV API via their bucket storage.
27-
28-
Checking against a list of already processed PDB codes, or generation of new 3D models and uploading to Autodesk.com.
29-
3024
Potential room for development: working with customised extensions for any given structure.</p>
3125
</header>
3226
</div>
3327
</section>
34-
35-
<!-- Viewer -->
36-
37-
<div style="
38-
border-left: 30px solid transparent;
39-
border-right: 30px solid transparent;
40-
"><iframe src="http://localhost:3000/" style="
41-
width: 100%;
42-
height: 700px;
43-
44-
"></iframe></div>
45-
28+
4629
<!-- Highlights -->
4730
<section class="wrapper style1">
4831
<div class="container">
@@ -53,10 +36,17 @@ <h2 id="app-walkthrough">App Walkthrough</h2>
5336
The app is organised in four general steps, the latter of which are open to further development:
5437

5538
<ol type="1">
56-
<li id="conv-trans"><strong>1. Conversion and translation</strong></li>
57-
<li id="lmv-hosting"><strong>2. Hosting models in LMV via the View and Data API</strong></li>
58-
<li id="web-display"><strong>3. Webpage hosting for dynamic model display</strong></li>
59-
<li id="extensions"><strong>4. Extensible models: annotation and exploration</strong></li>
39+
<p><li id="conv-trans"><br><strong>1. Conversion and translation</strong></br>
40+
Automating successive file conversion from archival PDB code to VRML format and then through .wrl file format (via UCSF Chimera) into the LMV compatible .fbx file format (via Blender).</p></li>
41+
42+
<p><li id="lmv-hosting"><br><strong>2. Hosting models in LMV via the View and Data API</strong></br>
43+
Hosting the converted format model files in the LMV API via their bucket storage.</p></li>
44+
45+
<p><li id="web-display"><strong>3. Webpage hosting for dynamic model display</strong></br>
46+
Checking against a list of already processed PDB codes, or generation of new 3D models and uploading to Autodesk.com.</p>
47+
48+
<p><li id="extensions"><br><strong>4. Extensible models: annotation and exploration</strong></li></br>
49+
Potential room for development: working with customised extensions for any given structure.</p></li>
6050
</ol>
6151
</header>
6252

0 commit comments

Comments
 (0)