Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,11 +427,12 @@ <h2 id="projects" class="text-center text-primary">Other projects</h2>
</p>
<ul class="list-group">
<li class="list-group-item"><a target="_blank" href="http://www.yapcwsoft.com/dd/padeldescriptor/">PaDEL</a><small> - UI for QSAR descriptor calculations</small></li>
<li class="list-group-item"><a target="_blank" href="http://apps.cytoscape.org/apps/chemviz2">ChemViz2</a><small> - cytoscape plugin, network visualisation</small></li>
<li class="list-group-item"><a target="_blank" href="http://apps.cytoscape.org/apps/chemviz2">ChemViz2</a><small> - Cytoscape plugin, network visualisation</small></li>
<li class="list-group-item"><a target="_blank" href="http://scaffoldhunter.sourceforge.net/">Scaffold Hunter</a><small> - Visual analysis of data sets</small></li>
<li class="list-group-item"><a target="_blank" href="https://github.com/KevinLawson/excel-cdk">LICSS (Excel CDK)</a><small> - Integration in MS Excel for Windows</small></li>
<li class="list-group-item"><a target="_blank" href="https://jchempaint.github.io/">JChemPaint</a><small>- Swing based chemical diagram editor (not maintained)</small></li>
<li class="list-group-item"><a target="_blank" href="https://github.com/MehmetAzizYirik/MAYGEN">MAYGEN</a><small>- A chemical structure generator for constitutional isomers based on the orderly generation principle (not maintained)</small></li>
<li class="list-group-item"><a target="_blank" href="https://jchempaint.github.io/">JChemPaint</a><small> - Swing based chemical diagram editor</small></li>
<li class="list-group-item"><a target="_blank" href="https://felixbaensch.github.io/MORTAR/">MORTAR</a><small> - GUI app for substructure analysis</small></li>
<li class="list-group-item"><a target="_blank" href="https://github.com/MehmetAzizYirik/MAYGEN">MAYGEN</a><small> - Structure generator (not maintained)</small></li>
</ul>
</div>
<div class="col-md-6">
Expand All @@ -445,7 +446,8 @@ <h2 id="projects" class="text-center text-primary">Other projects</h2>
<li class="list-group-item"><a target="_blank" href="https://github.com/sebotic/cdk_pywrapper">cdk_pywrapper</a><small> - Cheminformatics in Python</small></li>
<li class="list-group-item"><a target="_blank" href="http://bioclipse.net/">Bioclipse</a><small> - workbench for life science</small></li>
<li class="list-group-item"><a target="_blank" href="http://ambit.sourceforge.net/">AMBIT</a><small> - RESTful web services</small></li>
<li class="list-group-item"><a target="_blank" href="http://github.com/asad/smsd/">SMSD</a><small> - MCS algorithms (not maintained)</small></li>
<li class="list-group-item"><a target="_blank" href="http://github.com/asad/smsd/">SMSD</a><small> - MCS algorithms</small></li>
<li class="list-group-item"><a target="_blank" href="https://github.com/ncats/molwitch">MolWitch</a><small> - Wrapper for cheminf toolkits</small></li>
</ul>
</div>
</div>
Expand Down
Loading