Skip to content

Commit da744b2

Browse files
committed
Update HTMLs
1 parent bed241f commit da744b2

11 files changed

+133
-103
lines changed

html/0_Introduction.html

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<br>
1010
</p>
1111
</div>
12-
<h1 id="Introduction"><strong>Introduction</strong><a class="anchor-link" href="#Introduction">&#182;</a></h1><p>Introduction to the BioLM.ai API and programmatic access to the platform.</p>
12+
<h1 id="Introduction">Introduction<a class="anchor-link" href="#Introduction">&#182;</a></h1><p>Introduction to the BioLM.ai API and programmatic access to the platform.</p>
1313
<br>
1414
<table class="jupyter-biolm-header-table" style="width: 100%; border-collapse: collapse; background-color: white; float: left;">
1515
<tr>
1616
<td style="text-align: left; vertical-align: middle; background-color: white;">
17-
<img src="https://www.svgrepo.com/show/354202/postman-icon.svg" style="height: 20px; float: left; padding-right: 10px;"><a href="https://api.biolm.ai/"> <h4 style="margin: 0;"><b>Postman API Docs</b></h4></a>
17+
<img src="https://www.svgrepo.com/show/354202/postman-icon.svg" style="height: 15px; float: left; padding-right: 10px;"><a href="https://api.biolm.ai/"> <h5 style="margin: 0;"><b>Postman API Docs</b></h5></a>
1818
</td>
1919
<td style="text-align: left; vertical-align: middle; background-color: white;">
20-
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1869px-Python-logo-notext.svg.png" style="height: 20px; float: left; padding-right: 10px;"><a href="https://docs.biolm.ai/en/latest/index.html"><h4 style="margin: 0;"><b>Python SDK Docs</b></h4></a>
20+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1869px-Python-logo-notext.svg.png" style="height: 15px; float: left; padding-right: 10px;"><a href="https://docs.biolm.ai/en/latest/index.html"><h5 style="margin: 0;"><b>Python SDK Docs</b></h5></a>
2121
</td>
2222
<td style="text-align: left; vertical-align: middle; background-color: white;">
2323
</td>
@@ -34,7 +34,7 @@ <h1 id="Introduction"><strong>Introduction</strong><a class="anchor-link" href="
3434
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
3535
</div><div class="inner_cell">
3636
<div class="text_cell_render border-box-sizing rendered_html">
37-
<h2 id="Set-Your-API-Token"><strong>Set Your API Token</strong><a class="anchor-link" href="#Set-Your-API-Token">&#182;</a></h2><p>In order to use the BioLM API, you need to have a token. You can get one from
37+
<h2 id="Set-Your-API-Token">Set Your API Token<a class="anchor-link" href="#Set-Your-API-Token">&#182;</a></h2><p>In order to use the BioLM API, you need to have a token. You can get one from
3838
the <a href="https://biolm.ai/ui/accounts/user-api-tokens/">User API Tokens</a> page.</p>
3939
<p>Paste the API token you generated in the cell below, as the value
4040
of the variable <code>BIOLMAI_TOKEN</code>.</p>
@@ -123,7 +123,7 @@ <h2 id="Example-API-Call">Example API Call<a class="anchor-link" href="#Example-
123123
</div>
124124
<div class="cell border-box-sizing code_cell rendered">
125125
<div class="input">
126-
<div class="prompt input_prompt">In&nbsp;[7]:</div>
126+
<div class="prompt input_prompt">In&nbsp;[4]:</div>
127127
<div class="inner_cell">
128128
<div class="input_area">
129129
<div class=" highlight hl-ipython3"><pre><span></span><span class="kn">from</span> <span class="nn">IPython.display</span> <span class="kn">import</span> <span class="n">JSON</span> <span class="c1"># Helpful UI for JSON display</span>
@@ -255,7 +255,7 @@ <h2 id="Example-API-Call">Example API Call<a class="anchor-link" href="#Example-
255255
</div>
256256
<div class="cell border-box-sizing code_cell rendered">
257257
<div class="input">
258-
<div class="prompt input_prompt">In&nbsp;[8]:</div>
258+
<div class="prompt input_prompt">In&nbsp;[6]:</div>
259259
<div class="inner_cell">
260260
<div class="input_area">
261261
<div class=" highlight hl-ipython3"><pre><span></span><span class="n">JSON</span><span class="p">(</span><span class="n">result</span><span class="p">)</span>
@@ -271,7 +271,7 @@ <h2 id="Example-API-Call">Example API Call<a class="anchor-link" href="#Example-
271271

272272
<div class="output_area">
273273

274-
<div class="prompt output_prompt">Out[8]:</div>
274+
<div class="prompt output_prompt">Out[6]:</div>
275275

276276

277277

@@ -292,15 +292,8 @@ <h2 id="Example-API-Call">Example API Call<a class="anchor-link" href="#Example-
292292
<h2 id="Next-Steps">Next Steps<a class="anchor-link" href="#Next-Steps">&#182;</a></h2><p>Check out additional tutorials at <a href="https://jupyter.biolm.ai">jupyter.biolm.ai</a>,
293293
or head over to our <a href="https://docs.biolm.ai">BioLM Documentation</a> to explore
294294
additional models and functionality.</p>
295-
296-
</div>
297-
</div>
298-
</div>
299-
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
300-
</div><div class="inner_cell">
301-
<div class="text_cell_render border-box-sizing rendered_html">
302-
<h3 id="See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">See more use-cases and APIs on your <a href="https://biolm.ai/console/catalog/">BioLM Console Catalog</a>.<a class="anchor-link" href="#See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">&#182;</a></h3><br>
303-
<h4 id="BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">BioLM hosts deep learning models and runs inference at scale. You do the science.<a class="anchor-link" href="#BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">&#182;</a></h4><br>
295+
<h4 id="See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">See more use-cases and APIs on your <a href="https://biolm.ai/console/catalog/">BioLM Console Catalog</a>.<a class="anchor-link" href="#See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">&#182;</a></h4><br>
296+
<h5 id="BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">BioLM hosts deep learning models and runs inference at scale. You do the science.<a class="anchor-link" href="#BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">&#182;</a></h5><br>
304297
<table class="jupyter-biolm-header-table" style="width: 100%; border-collapse: collapse; background-color: white; float: left;">
305298
<tr>
306299
<td style="text-align: left; vertical-align: middle; background-color: white;">
@@ -325,7 +318,7 @@ <h4 id="BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the
325318
</td>
326319
</tr>
327320
</table>
328-
<h3 id="Contact-us-to-learn-more."><a href="https://biolm.ai/ui/contact-us/"><strong>Contact us</strong></a> to learn more.<a class="anchor-link" href="#Contact-us-to-learn-more.">&#182;</a></h3>
321+
<h4 id="Contact-us-to-learn-more."><a href="https://biolm.ai/ui/contact-us/"><strong>Contact us</strong></a> to learn more.<a class="anchor-link" href="#Contact-us-to-learn-more.">&#182;</a></h4>
329322
</div>
330323
</div>
331324
</div>

html/1.0_ESMFold.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<br>
1010
</p>
1111
</div>
12-
<h1 id="ESMFold-API"><strong>ESMFold API</strong><a class="anchor-link" href="#ESMFold-API">&#182;</a></h1><p>Protein 3D structure prediction. Predict PDBs directly from a protein sequence.</p>
12+
<h1 id="ESMFold-API">ESMFold API<a class="anchor-link" href="#ESMFold-API">&#182;</a></h1><p>Protein 3D structure prediction. Predict PDBs directly from a protein sequence.</p>
1313
<br>
1414
<table class="jupyter-biolm-header-table" style="width: 100%; border-collapse: collapse; background-color: white; float: left;">
1515
<tr>
1616
<td style="text-align: left; vertical-align: middle; background-color: white;">
17-
<img src="https://www.svgrepo.com/show/354202/postman-icon.svg" style="height: 20px; float: left; padding-right: 10px;"><a href="https://api.biolm.ai/#f835034e-f0cf-46c4-b74e-8283993063f9"> <h4 style="margin: 0;"><b>Postman API Docs</b></h4></a>
17+
<img src="https://www.svgrepo.com/show/354202/postman-icon.svg" style="height: 15px; float: left; padding-right: 10px;"><a href="https://api.biolm.ai/#f835034e-f0cf-46c4-b74e-8283993063f9"> <h5 style="margin: 0;"><b>Postman API Docs</b></h5></a>
1818
</td>
1919
<td style="text-align: left; vertical-align: middle; background-color: white;">
20-
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1869px-Python-logo-notext.svg.png" style="height: 20px; float: left; padding-right: 10px;"><a href="https://docs.biolm.ai/en/latest/model-docs/esmfold/ESMFold_API.html"><h4 style="margin: 0;"><b>Python SDK Docs</b></h4></a>
20+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1869px-Python-logo-notext.svg.png" style="height: 15px; float: left; padding-right: 10px;"><a href="https://docs.biolm.ai/en/latest/model-docs/esmfold/ESMFold_API.html"><h5 style="margin: 0;"><b>Python SDK Docs</b></h5></a>
2121
</td>
2222
<td style="text-align: left; vertical-align: middle; background-color: white;">
23-
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" style="height: 20px; float: left; padding-right: 10px;"><a href="https://github.com/facebookresearch/esm"><h4 style="margin: 0;"><b>Github Link</b></h4></a>
23+
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" style="height: 15px; float: left; padding-right: 10px;"><a href="https://github.com/facebookresearch/esm"><h5 style="margin: 0;"><b>Github Link</b></h5></a>
2424
</td>
2525
<td style="text-align: left; vertical-align: middle; background-color: white;">
26-
<img src="https://info.arxiv.org/brand/images/brand-logomark-primary-large.jpg" style="height: 20px; float: left; padding-right: 10px;"><a href="https://www.biorxiv.org/content/10.1101/2022.07.20.500902v1.full.pdf"><h4 style="margin: 0;"><b>Paper Link</b></h4></a>
26+
<img src="https://info.arxiv.org/brand/images/brand-logomark-primary-large.jpg" style="height: 15px; float: left; padding-right: 10px;"><a href="https://www.biorxiv.org/content/10.1101/2022.07.20.500902v1.full.pdf"><h5 style="margin: 0;"><b>Paper Link</b></h5></a>
2727
</td>
2828
</tr>
2929
</table>
@@ -36,7 +36,7 @@ <h1 id="ESMFold-API"><strong>ESMFold API</strong><a class="anchor-link" href="#E
3636
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
3737
</div><div class="inner_cell">
3838
<div class="text_cell_render border-box-sizing rendered_html">
39-
<h2 id="Set-Your-API-Token"><strong>Set Your API Token</strong><a class="anchor-link" href="#Set-Your-API-Token">&#182;</a></h2><p>In order to use the BioLM API, you need to have a token. You can get one from
39+
<h2 id="Set-Your-API-Token">Set Your API Token<a class="anchor-link" href="#Set-Your-API-Token">&#182;</a></h2><p>In order to use the BioLM API, you need to have a token. You can get one from
4040
the <a href="https://biolm.ai/ui/accounts/user-api-tokens/">User API Tokens</a> page.</p>
4141
<p>Paste the API token you generated in the cell below, as the value
4242
of the variable <code>BIOLMAI_TOKEN</code>.</p>
@@ -204,8 +204,11 @@ <h2 id="API-Call-with-Python-requests">API Call with Python requests<a class="an
204204
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
205205
</div><div class="inner_cell">
206206
<div class="text_cell_render border-box-sizing rendered_html">
207-
<h3 id="See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">See more use-cases and APIs on your <a href="https://biolm.ai/console/catalog/">BioLM Console Catalog</a>.<a class="anchor-link" href="#See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">&#182;</a></h3><br>
208-
<h4 id="BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">BioLM hosts deep learning models and runs inference at scale. You do the science.<a class="anchor-link" href="#BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">&#182;</a></h4><br>
207+
<h2 id="Next-Steps">Next Steps<a class="anchor-link" href="#Next-Steps">&#182;</a></h2><p>Check out additional tutorials at <a href="https://jupyter.biolm.ai">jupyter.biolm.ai</a>,
208+
or head over to our <a href="https://docs.biolm.ai">BioLM Documentation</a> to explore
209+
additional models and functionality.</p>
210+
<h4 id="See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">See more use-cases and APIs on your <a href="https://biolm.ai/console/catalog/">BioLM Console Catalog</a>.<a class="anchor-link" href="#See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">&#182;</a></h4><br>
211+
<h5 id="BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">BioLM hosts deep learning models and runs inference at scale. You do the science.<a class="anchor-link" href="#BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">&#182;</a></h5><br>
209212
<table class="jupyter-biolm-header-table" style="width: 100%; border-collapse: collapse; background-color: white; float: left;">
210213
<tr>
211214
<td style="text-align: left; vertical-align: middle; background-color: white;">
@@ -230,7 +233,7 @@ <h4 id="BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the
230233
</td>
231234
</tr>
232235
</table>
233-
<h3 id="Contact-us-to-learn-more."><a href="https://biolm.ai/ui/contact-us/"><strong>Contact us</strong></a> to learn more.<a class="anchor-link" href="#Contact-us-to-learn-more.">&#182;</a></h3>
236+
<h4 id="Contact-us-to-learn-more."><a href="https://biolm.ai/ui/contact-us/"><strong>Contact us</strong></a> to learn more.<a class="anchor-link" href="#Contact-us-to-learn-more.">&#182;</a></h4>
234237
</div>
235238
</div>
236239
</div>

html/2.0_ESM2.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<br>
1010
</p>
1111
</div>
12-
<h1 id="ESM2-API"><strong>ESM2 API</strong><a class="anchor-link" href="#ESM2-API">&#182;</a></h1><p>SOTA general-purpose protein language model. Can be used to predict structure, function and other protein properties directly from individual sequences.<sup>*</sup></p>
12+
<h1 id="ESM2-API">ESM2 API<a class="anchor-link" href="#ESM2-API">&#182;</a></h1><p>SOTA general-purpose protein language model. Can be used to predict structure, function and other protein properties directly from individual sequences.<sup>*</sup></p>
1313
<br>
1414
<table class="jupyter-biolm-header-table" style="width: 100%; border-collapse: collapse; background-color: white; float: left;">
1515
<tr>
1616
<td style="text-align: left; vertical-align: middle; background-color: white;">
17-
<img src="https://www.svgrepo.com/show/354202/postman-icon.svg" style="height: 20px; float: left; padding-right: 10px;"><a href="https://api.biolm.ai/#7afcd793-f9a9-4dab-b931-340648531130"> <h4 style="margin: 0;"><b>Postman API Docs</b></h4></a>
17+
<img src="https://www.svgrepo.com/show/354202/postman-icon.svg" style="height: 15px; float: left; padding-right: 10px;"><a href="https://api.biolm.ai/#7afcd793-f9a9-4dab-b931-340648531130"> <h5 style="margin: 0;"><b>Postman API Docs</b></h5></a>
1818
</td>
1919
<td style="text-align: left; vertical-align: middle; background-color: white;">
20-
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1869px-Python-logo-notext.svg.png" style="height: 20px; float: left; padding-right: 10px;"><a href="https://docs.biolm.ai/en/latest/model-docs/esm2/ESM2_API.html"><h4 style="margin: 0;"><b>Python SDK Docs</b></h4></a>
20+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1869px-Python-logo-notext.svg.png" style="height: 15px; float: left; padding-right: 10px;"><a href="https://docs.biolm.ai/en/latest/model-docs/esm2/ESM2_API.html"><h5 style="margin: 0;"><b>Python SDK Docs</b></h5></a>
2121
</td>
2222
<td style="text-align: left; vertical-align: middle; background-color: white;">
23-
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" style="height: 20px; float: left; padding-right: 10px;"><a href="https://github.com/facebookresearch/esm"><h4 style="margin: 0;"><b><sup>*</sup>Github Link</b></h4></a>
23+
<img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" style="height: 15px; float: left; padding-right: 10px;"><a href="https://github.com/facebookresearch/esm"><h5 style="margin: 0;"><b><sup>*</sup>Github Link</b></h5></a>
2424
</td>
2525
<td style="text-align: left; vertical-align: middle; background-color: white;">
26-
<img src="https://info.arxiv.org/brand/images/brand-logomark-primary-large.jpg" style="height: 20px; float: left; padding-right: 10px;"><a href="https://www.biorxiv.org/content/10.1101/2022.07.20.500902v1.full.pdf"><h4 style="margin: 0;"><b>Paper Link</b></h4></a>
26+
<img src="https://info.arxiv.org/brand/images/brand-logomark-primary-large.jpg" style="height: 15px; float: left; padding-right: 10px;"><a href="https://www.biorxiv.org/content/10.1101/2022.07.20.500902v1.full.pdf"><h5 style="margin: 0;"><b>Paper Link</b></h5></a>
2727
</td>
2828
</tr>
2929
</table>
@@ -36,7 +36,7 @@ <h1 id="ESM2-API"><strong>ESM2 API</strong><a class="anchor-link" href="#ESM2-AP
3636
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
3737
</div><div class="inner_cell">
3838
<div class="text_cell_render border-box-sizing rendered_html">
39-
<h2 id="Set-Your-API-Token"><strong>Set Your API Token</strong><a class="anchor-link" href="#Set-Your-API-Token">&#182;</a></h2><p>In order to use the BioLM API, you need to have a token. You can get one from
39+
<h2 id="Set-Your-API-Token">Set Your API Token<a class="anchor-link" href="#Set-Your-API-Token">&#182;</a></h2><p>In order to use the BioLM API, you need to have a token. You can get one from
4040
the <a href="https://biolm.ai/ui/accounts/user-api-tokens/">User API Tokens</a> page.</p>
4141
<p>Paste the API token you generated in the cell below, as the value
4242
of the variable <code>BIOLMAI_TOKEN</code>.</p>
@@ -173,8 +173,11 @@ <h2 id="API-Call-with-Python-requests">API Call with Python requests<a class="an
173173
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
174174
</div><div class="inner_cell">
175175
<div class="text_cell_render border-box-sizing rendered_html">
176-
<h3 id="See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">See more use-cases and APIs on your <a href="https://biolm.ai/console/catalog/">BioLM Console Catalog</a>.<a class="anchor-link" href="#See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">&#182;</a></h3><br>
177-
<h4 id="BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">BioLM hosts deep learning models and runs inference at scale. You do the science.<a class="anchor-link" href="#BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">&#182;</a></h4><br>
176+
<h2 id="Next-Steps">Next Steps<a class="anchor-link" href="#Next-Steps">&#182;</a></h2><p>Check out additional tutorials at <a href="https://jupyter.biolm.ai">jupyter.biolm.ai</a>,
177+
or head over to our <a href="https://docs.biolm.ai">BioLM Documentation</a> to explore
178+
additional models and functionality.</p>
179+
<h4 id="See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">See more use-cases and APIs on your <a href="https://biolm.ai/console/catalog/">BioLM Console Catalog</a>.<a class="anchor-link" href="#See-more-use-cases-and-APIs-on-your-BioLM-Console-Catalog.">&#182;</a></h4><br>
180+
<h5 id="BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">BioLM hosts deep learning models and runs inference at scale. You do the science.<a class="anchor-link" href="#BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the-science.">&#182;</a></h5><br>
178181
<table class="jupyter-biolm-header-table" style="width: 100%; border-collapse: collapse; background-color: white; float: left;">
179182
<tr>
180183
<td style="text-align: left; vertical-align: middle; background-color: white;">
@@ -199,7 +202,7 @@ <h4 id="BioLM-hosts-deep-learning-models-and-runs-inference-at-scale.-You-do-the
199202
</td>
200203
</tr>
201204
</table>
202-
<h3 id="Contact-us-to-learn-more."><a href="https://biolm.ai/ui/contact-us/"><strong>Contact us</strong></a> to learn more.<a class="anchor-link" href="#Contact-us-to-learn-more.">&#182;</a></h3>
205+
<h4 id="Contact-us-to-learn-more."><a href="https://biolm.ai/ui/contact-us/"><strong>Contact us</strong></a> to learn more.<a class="anchor-link" href="#Contact-us-to-learn-more.">&#182;</a></h4>
203206
</div>
204207
</div>
205208
</div>

0 commit comments

Comments
 (0)