Skip to content

Commit 589a468

Browse files
authored
Merge pull request #9 from MachineLearningLifeScience/update-index-with-table-of-citations
Adds a table to the welcome page with references to the black boxes
2 parents 70607d6 + 9320ea6 commit 589a468

File tree

7 files changed

+127
-1
lines changed

7 files changed

+127
-1
lines changed
415 Bytes
Binary file not shown.
14 KB
Binary file not shown.
0 Bytes
Binary file not shown.

docs/poli-docs/_build/html/_sources/index.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,38 @@ A version of Bayesian Optimization where the acquisition is optimized over a lin
161161

162162
::::
163163

164+
## Cite us and other relevant work
165+
166+
If you use `poli`, we encourage you to cite us
167+
168+
```
169+
@software{GonzalezDuqueBartelsMichael:poli:2024,
170+
author = {González-Duque, Miguel and Bartels, Simon and Michael, Richard},
171+
month = jan,
172+
title = {{poli: a libary of discrete sequence objectives}},
173+
url = {https://github.com/MachineLearningLifeScience/poli},
174+
version = {0.0.1},
175+
year = {2024}
176+
}
177+
```
178+
179+
If you use certain black boxes, we also recommend citing the original work:
180+
181+
|Black box|Reference(s)|
182+
|---------|---------|
183+
|`dockstring`|[(García-Ortegón et al. 2022)](https://pubs.acs.org/doi/10.1021/acs.jcim.1c01334)|
184+
|`drd3_docking`|[(Graff, Shakhnovich and Coley 2020)](https://pubs.acs.org/doi/10.1021/acs.jcim.1c01334), [(Graff and Coley 2022)](https://joss.theoj.org/papers/10.21105/joss.03950), [(Huang et al. 2022)](https://www.nature.com/articles/s41589-022-01131-2)|
185+
|`foldx_*`|[(Schymkowitz et al. 2005)](https://academic.oup.com/nar/article/33/suppl_2/W382/2505499)|
186+
|`gfp_cbas`|[(Brookes, Park and Listgarten 2019)](https://proceedings.mlr.press/v97/brookes19a.html)|
187+
|`gfp_select`|[(Brookes, Park and Listgarten 2019)](https://proceedings.mlr.press/v97/brookes19a.html)|
188+
|`penalized_logp_lambo`|[(Stanton et al. 2022)](https://github.com/samuelstanton/lambo)|
189+
|`rasp`|[(Blaabjerg et al. 2022)](https://github.com/KULL-Centre/_2022_ML-ddG-Blaabjerg)|
190+
|`rdkit_*`|[(rdkit)](https://github.com/rdkit/rdkit)|
191+
|`rfp_foldx_*`|[(Schymkowitz et al. 2005)](https://academic.oup.com/nar/article/33/suppl_2/W382/2505499), [(Stanton et al. 2022)](https://github.com/samuelstanton/lambo)|
192+
|`sa_tdc`|[(Huang et al. 2022)](https://www.nature.com/articles/s41589-022-01131-2), [(rdkit)](https://github.com/rdkit/rdkit), [(Ertl and Schuffenhauer 2009)](https://link.springer.com/article/10.1186/1758-2946-1-8)|
193+
|`super_mario_bros`|[(Volz et al. 2018)](https://github.com/CIGbalance/DagstuhlGAN), [(González-Duque 2023)](https://github.com/miguelgondu/minimal_VAE_on_Mario) |
194+
|`toy_continuous_problem`|[(Al-Roomi 2015)](https://www.al-roomi.org/benchmarks/unconstrained), [(Surjanovic and Bingham 2013)](https://www.sfu.ca/~ssurjano/optimization.html) |
195+
164196

165197
## Contribute problems or solvers
166198

docs/poli-docs/_build/html/index.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ <h2> Contents </h2>
548548
</ul>
549549
</li>
550550
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#black-box-optimization-algorithms">Black-box optimization algorithms</a></li>
551+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#cite-us-and-other-relevant-work">Cite us and other relevant work</a></li>
551552
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#contribute-problems-or-solvers">Contribute problems or solvers</a></li>
552553
</ul>
553554
</nav>
@@ -766,6 +767,66 @@ <h2>Black-box optimization algorithms<a class="headerlink" href="#black-box-opti
766767
</div>
767768
</div>
768769
</section>
770+
<section id="cite-us-and-other-relevant-work">
771+
<h2>Cite us and other relevant work<a class="headerlink" href="#cite-us-and-other-relevant-work" title="Permalink to this heading">#</a></h2>
772+
<p>If you use <code class="docutils literal notranslate"><span class="pre">poli</span></code>, we encourage you to cite us</p>
773+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="nd">@software</span><span class="p">{</span><span class="n">GonzalezDuqueBartelsMichael</span><span class="p">:</span><span class="n">poli</span><span class="p">:</span><span class="mi">2024</span><span class="p">,</span>
774+
<span class="n">author</span> <span class="o">=</span> <span class="p">{</span><span class="n">González</span><span class="o">-</span><span class="n">Duque</span><span class="p">,</span> <span class="n">Miguel</span> <span class="ow">and</span> <span class="n">Bartels</span><span class="p">,</span> <span class="n">Simon</span> <span class="ow">and</span> <span class="n">Michael</span><span class="p">,</span> <span class="n">Richard</span><span class="p">},</span>
775+
<span class="n">month</span> <span class="o">=</span> <span class="n">jan</span><span class="p">,</span>
776+
<span class="n">title</span> <span class="o">=</span> <span class="p">{{</span><span class="n">poli</span><span class="p">:</span> <span class="n">a</span> <span class="n">libary</span> <span class="n">of</span> <span class="n">discrete</span> <span class="n">sequence</span> <span class="n">objectives</span><span class="p">}},</span>
777+
<span class="n">url</span> <span class="o">=</span> <span class="p">{</span><span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">MachineLearningLifeScience</span><span class="o">/</span><span class="n">poli</span><span class="p">},</span>
778+
<span class="n">version</span> <span class="o">=</span> <span class="p">{</span><span class="mf">0.0.1</span><span class="p">},</span>
779+
<span class="n">year</span> <span class="o">=</span> <span class="p">{</span><span class="mi">2024</span><span class="p">}</span>
780+
<span class="p">}</span>
781+
</pre></div>
782+
</div>
783+
<p>If you use certain black boxes, we also recommend citing the original work:</p>
784+
<table class="colwidths-auto table">
785+
<thead>
786+
<tr class="row-odd"><th class="head"><p>Black box</p></th>
787+
<th class="head"><p>Reference(s)</p></th>
788+
</tr>
789+
</thead>
790+
<tbody>
791+
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">dockstring</span></code></p></td>
792+
<td><p><a class="reference external" href="https://pubs.acs.org/doi/10.1021/acs.jcim.1c01334">(García-Ortegón et al. 2022)</a></p></td>
793+
</tr>
794+
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">drd3_docking</span></code></p></td>
795+
<td><p><a class="reference external" href="https://pubs.acs.org/doi/10.1021/acs.jcim.1c01334">(Graff, Shakhnovich and Coley 2020)</a>, <a class="reference external" href="https://joss.theoj.org/papers/10.21105/joss.03950">(Graff and Coley 2022)</a>, <a class="reference external" href="https://www.nature.com/articles/s41589-022-01131-2">(Huang et al. 2022)</a></p></td>
796+
</tr>
797+
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">foldx_*</span></code></p></td>
798+
<td><p><a class="reference external" href="https://academic.oup.com/nar/article/33/suppl_2/W382/2505499">(Schymkowitz et al. 2005)</a></p></td>
799+
</tr>
800+
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">gfp_cbas</span></code></p></td>
801+
<td><p><a class="reference external" href="https://proceedings.mlr.press/v97/brookes19a.html">(Brookes, Park and Listgarten 2019)</a></p></td>
802+
</tr>
803+
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">gfp_select</span></code></p></td>
804+
<td><p><a class="reference external" href="https://proceedings.mlr.press/v97/brookes19a.html">(Brookes, Park and Listgarten 2019)</a></p></td>
805+
</tr>
806+
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">penalized_logp_lambo</span></code></p></td>
807+
<td><p><a class="reference external" href="https://github.com/samuelstanton/lambo">(Stanton et al. 2022)</a></p></td>
808+
</tr>
809+
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">rasp</span></code></p></td>
810+
<td><p><a class="reference external" href="https://github.com/KULL-Centre/_2022_ML-ddG-Blaabjerg">(Blaabjerg et al. 2022)</a></p></td>
811+
</tr>
812+
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">rdkit_*</span></code></p></td>
813+
<td><p><a class="reference external" href="https://github.com/rdkit/rdkit">(rdkit)</a></p></td>
814+
</tr>
815+
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">rfp_foldx_*</span></code></p></td>
816+
<td><p><a class="reference external" href="https://academic.oup.com/nar/article/33/suppl_2/W382/2505499">(Schymkowitz et al. 2005)</a>, <a class="reference external" href="https://github.com/samuelstanton/lambo">(Stanton et al. 2022)</a></p></td>
817+
</tr>
818+
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">sa_tdc</span></code></p></td>
819+
<td><p><a class="reference external" href="https://www.nature.com/articles/s41589-022-01131-2">(Huang et al. 2022)</a>, <a class="reference external" href="https://github.com/rdkit/rdkit">(rdkit)</a>, <a class="reference external" href="https://link.springer.com/article/10.1186/1758-2946-1-8">(Ertl and Schuffenhauer 2009)</a></p></td>
820+
</tr>
821+
<tr class="row-even"><td><p><code class="docutils literal notranslate"><span class="pre">super_mario_bros</span></code></p></td>
822+
<td><p><a class="reference external" href="https://github.com/CIGbalance/DagstuhlGAN">(Volz et al. 2018)</a>, <a class="reference external" href="https://github.com/miguelgondu/minimal_VAE_on_Mario">(González-Duque 2023)</a></p></td>
823+
</tr>
824+
<tr class="row-odd"><td><p><code class="docutils literal notranslate"><span class="pre">toy_continuous_problem</span></code></p></td>
825+
<td><p><a class="reference external" href="https://www.al-roomi.org/benchmarks/unconstrained">(Al-Roomi 2015)</a>, <a class="reference external" href="https://www.sfu.ca/~ssurjano/optimization.html">(Surjanovic and Bingham 2013)</a></p></td>
826+
</tr>
827+
</tbody>
828+
</table>
829+
</section>
769830
<section id="contribute-problems-or-solvers">
770831
<h2>Contribute problems or solvers<a class="headerlink" href="#contribute-problems-or-solvers" title="Permalink to this heading">#</a></h2>
771832
<p>These are a couple of guides about how to contribute a new problem factory (i.e. black-box objective function), or a new optimization algorithm.</p>
@@ -877,6 +938,7 @@ <h2>Contribute problems or solvers<a class="headerlink" href="#contribute-proble
877938
</ul>
878939
</li>
879940
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#black-box-optimization-algorithms">Black-box optimization algorithms</a></li>
941+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#cite-us-and-other-relevant-work">Cite us and other relevant work</a></li>
880942
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#contribute-problems-or-solvers">Contribute problems or solvers</a></li>
881943
</ul>
882944
</nav></div>

docs/poli-docs/_build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/poli-docs/index.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,38 @@ A version of Bayesian Optimization where the acquisition is optimized over a lin
161161

162162
::::
163163

164+
## Cite us and other relevant work
165+
166+
If you use `poli`, we encourage you to cite us
167+
168+
```
169+
@software{GonzalezDuqueBartelsMichael:poli:2024,
170+
author = {González-Duque, Miguel and Bartels, Simon and Michael, Richard},
171+
month = jan,
172+
title = {{poli: a libary of discrete sequence objectives}},
173+
url = {https://github.com/MachineLearningLifeScience/poli},
174+
version = {0.0.1},
175+
year = {2024}
176+
}
177+
```
178+
179+
If you use certain black boxes, we also recommend citing the original work:
180+
181+
|Black box|Reference(s)|
182+
|---------|---------|
183+
|`dockstring`|[(García-Ortegón et al. 2022)](https://pubs.acs.org/doi/10.1021/acs.jcim.1c01334)|
184+
|`drd3_docking`|[(Graff, Shakhnovich and Coley 2020)](https://pubs.acs.org/doi/10.1021/acs.jcim.1c01334), [(Graff and Coley 2022)](https://joss.theoj.org/papers/10.21105/joss.03950), [(Huang et al. 2022)](https://www.nature.com/articles/s41589-022-01131-2)|
185+
|`foldx_*`|[(Schymkowitz et al. 2005)](https://academic.oup.com/nar/article/33/suppl_2/W382/2505499)|
186+
|`gfp_cbas`|[(Brookes, Park and Listgarten 2019)](https://proceedings.mlr.press/v97/brookes19a.html)|
187+
|`gfp_select`|[(Brookes, Park and Listgarten 2019)](https://proceedings.mlr.press/v97/brookes19a.html)|
188+
|`penalized_logp_lambo`|[(Stanton et al. 2022)](https://github.com/samuelstanton/lambo)|
189+
|`rasp`|[(Blaabjerg et al. 2022)](https://github.com/KULL-Centre/_2022_ML-ddG-Blaabjerg)|
190+
|`rdkit_*`|[(rdkit)](https://github.com/rdkit/rdkit)|
191+
|`rfp_foldx_*`|[(Schymkowitz et al. 2005)](https://academic.oup.com/nar/article/33/suppl_2/W382/2505499), [(Stanton et al. 2022)](https://github.com/samuelstanton/lambo)|
192+
|`sa_tdc`|[(Huang et al. 2022)](https://www.nature.com/articles/s41589-022-01131-2), [(rdkit)](https://github.com/rdkit/rdkit), [(Ertl and Schuffenhauer 2009)](https://link.springer.com/article/10.1186/1758-2946-1-8)|
193+
|`super_mario_bros`|[(Volz et al. 2018)](https://github.com/CIGbalance/DagstuhlGAN), [(González-Duque 2023)](https://github.com/miguelgondu/minimal_VAE_on_Mario) |
194+
|`toy_continuous_problem`|[(Al-Roomi 2015)](https://www.al-roomi.org/benchmarks/unconstrained), [(Surjanovic and Bingham 2013)](https://www.sfu.ca/~ssurjano/optimization.html) |
195+
164196

165197
## Contribute problems or solvers
166198

0 commit comments

Comments
 (0)