-
Notifications
You must be signed in to change notification settings - Fork 32
/
index.html
46 lines (40 loc) · 2.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: splash
title: Avogadro - Free cross-platform molecular editor
#image:
# feature: AvogadroBanner.png
slides: true
share: true
---
Avogadro is an advanced molecule editor and visualizer designed for
cross-platform use in computational chemistry, molecular modeling,
bioinformatics, materials science, and related areas. It offers
flexible high quality rendering and a powerful plugin
architecture.
<div class="slides">
<div><img src="/assets/thumbs/200px/1CRN.png" width="199" height="200" /></div>
<div><img src="/assets/thumbs/200px/nanotube.png" width="244" height="200" /></div>
<div><img src="/assets/thumbs/200px/Benzene.png" width="223" height="200" /></div>
<div><img src="/assets/thumbs/200px/2HHB.png" width="295" height="200" /></div>
<div><img src="/assets/thumbs/200px/Zeolite.png" width="295" height="200" /></div>
</div>
<!-- {% include gallery %} -->
<ul>
<li><strong>Cross-Platform:</strong> Molecular builder/editor for Windows, Linux, and Mac OS X.</li>
<li><strong>Free, Open Source</strong>: Easy to install and all source
code and documentation is <a href="http://github.com/cryos/avogadro/">available to modify or extend.</a></li>
<li><strong>International</strong>: Translations into Chinese, French, German, Italian,
Russian, Spanish, and others, with <a href="https://translations.launchpad.net/avogadro/trunk/+translations">more languages to come.</a></li>
<li><strong>Intuitive</strong>: Built to work easily for students and advanced researchers both.</li>
<li><strong>Fast</strong>: Supports multi-threaded rendering and computation.</li>
<li><strong>Extensible</strong>: Plugin architecture for developers, including rendering, interactive tools, commands, and Python scripts.</li>
<li><strong>Flexible</strong>: Features include <a href="http://openbabel.org/">Open Babel</a> import of chemical files, input generation for multiple computational chemistry packages, crystallography, and biomolecules.</li>
<li><strong>How to <a href="/cite">cite Avogadro</a></strong>: <a href="http://www.jcheminf.com/content/4/1/17">The Avogadro Paper</a></li>
</ul>
<h2>News</h2>
<ul>
{% for post in site.posts limit:5 %}
<li><span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}"><strong>{{ post.date | date: "%B %d, %Y" }}: </strong></time></span>
<a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>