-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (66 loc) · 2.24 KB
/
Copy pathindex.html
File metadata and controls
74 lines (66 loc) · 2.24 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
layout: default
description: >-
An open source ecosystem for calculating binding free energies to guide pharmaceutical drug discovery and design.
bullets:
- image:
src: assets/images/main/code-image.jpg
alt: "Code from Open Free Energy, in a terminal"
text: >-
## Free and Open Source
Our software is [developed in public on
GitHub](https://github.com/OpenFreeEnergy) and is released under the permissive
MIT license.
- image:
src: assets/images/main/p381aa.png
alt: "Ligand in the binding pocket of a protein"
text: >-
## Easily Calculate Binding Free Energies
We develop tools that enable our users to easily and efficiently
calculate binding free energies for networks of molecular systems.
- image:
src: assets/images/main/drugDesign1_free.png
alt: "Network of ligand transformations"
text: >-
## Developed for Drug Discovery
Our tools are designed with pharmaceutical lead optimization in mind,
and we work closely with our board members in industry to develop
tools that meet the needs of real-world users.
bottom: >-
## Open Free Energy is a project hosted by <br> the [Open Molecular Software
Foundation](https://omsf.io).
---
<section class="hero">
<div class="text-container">
<h1>{{ page.title }}</h1>
<p class="subtext">{{ page.description | markdownify }}</p>
<div class="cta button alt">
<a href="https://docs.openfree.energy/en/latest/">Read the Documentation</a>
</div>
{% if page.hero %}
<div>
<img src="{{ page.hero.src }}" alt="{{ page.hero.alt }}" />
</div>
{% endif %}
</div>
</section>
<div class="content">
{% for bullet in page.bullets %}
<section>
<div class="container flex">
<div class="text">
{{ bullet.text | markdownify }}
</div>
<div class="image">
<img class="main-page-bullet" src="{{ bullet.image.src }}" alt="{{ bullet.image.alt }}" width=50%/>
</div>
</div>
</section>
{% endfor %}
{% if page.bottom %}
<section class="bottom-cta">
{{ page.bottom | markdownify }}
</section>
{% endif %}
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">