forked from Yukino2002/deepchem.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (177 loc) · 7.98 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="./assets/img/favicon.ico">
<title>DeepChem</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600,700">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./assets/css/main.css">
</head>
<body id="home">
<header>
<div class="logo"><a href="./index.html" class="pull-left"><img src="./assets/img/deepchem_logo.png" height="100"></a>
</div>
<ul class="primary-nav">
<li><a href="./about.html">About</a></li>
<li><a href="https://github.com/deepchem/deepchem/tree/master/examples/tutorials">Tutorials</a></li>
<li><a href="https://forum.deepchem.io/">Forums</a></li>
<li><a href="https://gitter.im/deepchem/Lobby">Discuss</a></li>
<li><a href="https://deepchem.readthedocs.io/en/latest/">Docs</a></li>
<li><a href="https://github.com/deepchem/deepchem">GitHub</a></li>
</ul>
</header>
<section class="hero wrap">
<div class="container">
<div class="inner">
<h1>The DeepChem project works to democratize deep learning for science.</h1>
</div>
</div>
</section>
<section class="install-wizard wrap">
<div class="container">
<div class="row">
<div class="col-md-5 title">
<h3>Get Started.</h3>
<h4>Select your preferences, then run the <br/> DeepChem install command. <br/> <br/> <br/> Conda is
our recommended package manager<br/>
</h4>
</div>
<div class="col-md-7 options-sets">
<div class="option-row os" data-key="version">
<div class="option-label">Version</div>
<div class="option-set">
<div class="btn selected">stable</div>
<div class="btn">nightly</div>
</div>
</div>
<div class="option-row pm" data-key="pm">
<div class="option-label">Package Manager</div>
<div class="option-set">
<div class="btn selected">conda</div>
<div class="btn">pip</div>
<div class="btn">docker</div>
</div>
</div>
<div class="option-row os" data-key="gpu">
<div class="option-label">GPU Enabled</div>
<div class="option-set">
<div class="btn">YES</div>
<div class="btn selected">NO</div>
</div>
</div>
</div>
</div>
<div class="command">
<div class="label">Run this command:</div>
<div class="text"></div>
</div>
</div>
</section>
<section class="projects-tutorials wrap">
<div class="container">
<div class="row">
<div class="col-md-6 box projects">
<img src="./assets/img/projects.svg">
<h3>Example Projects</h3>
<h4>Browse projects built using DeepChem.</h4>
<a class="btn" href="https://github.com/deepchem/deepchem/tree/master/examples">Explore Examples</a>
</div>
<div class="col-md-6 box tutorials">
<img src="./assets/img/tutorials.svg">
<h3>Tutorials</h3>
<h4>Learn how to use the DeepChem library</h4>
<a class="btn" href="https://github.com/deepchem/deepchem/tree/master/examples/tutorials">Browse Tutorials</a>
</div>
</div>
</div>
</section>
<section class="logos wrap">
<div class="container">
<h3>Companies & Universities developing DeepChem</h3>
<div class="row">
<div class="col-sm-3 col-xs-6">
<a href="https://www.pandelab.org/"><img src="./assets/img/stanford.png"></a>
</div>
<div class="col-sm-3 col-xs-6">
<a href="https://www.schrodinger.com/"><img src="./assets/img/schrodinger.png"
style="padding:15%"></a>
</div>
</div>
</div>
</section>
<footer>
<div class="left">
<div class="logo"><a href="/"></a></div>
<p>
Maintained by the DeepChem core team. <br>
Website core gratefully borrowed from https://pytorch.org. <br>
Graphic Design by @aanara <br>
©2017 DeepChem
</p>
</div>
<ul class="primary-nav">
<li><a href="./about.html">About</a></li>
<li><a href="https://forum.deepchem.io/">Forums</a></li>
<li><a href="https://github.com/deepchem/deepchem/tree/master/examples/tutorials">Tutorials</a></li>
<li><a href="https://gitter.im/deepchem/Lobby">Discuss</a></li>
<li><a href="https://deepchem.readthedocs.io/en/latest/">Docs</a></li>
<li><a href="https://github.com/deepchem/deepchem">GitHub</a></li>
</ul>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
(function ($, cmdMap) {
var cmdTxt = $('.command .text');
var opts = {
version: 'stable',
pm: 'conda',
gpu: 'NO',
};
function buildMatcher() {
return opts.version.toLowerCase() + ',' + opts.pm.toLowerCase() + ','
+ opts.gpu.toLowerCase()
}
function updateCommand() {
var match = cmdMap[buildMatcher(opts)];
cmdTxt.html(match);
}
function selectOption(ev) {
var el = $(this);
el.siblings().removeClass('selected');
el.addClass('selected');
opts[el.parents('.option-row').data('key')] = el.text();
updateCommand();
}
$('.option-set').on('click', '.btn', selectOption);
updateCommand();
}(jQuery, {
'stable,conda,no': 'conda install -c conda-forge rdkit deepchem==2.6.1<br/>pip install tensorflow~=2.4',
'stable,conda,yes': 'conda install -c conda-forge rdkit deepchem==2.6.1<br/>pip install tensorflow-gpu~=2.4',
'stable,pip,no': 'pip install tensorflow~=2.4<br/>pip install deepchem',
'stable,pip,yes': 'pip install tensorflow-gpu~=2.4<br/>pip install deepchem',
'stable,docker,no': 'docker pull deepchemio/deepchem:2.6.1<br/>docker run -it deepchemio/deepchem:2.6.1',
'stable,docker,yes': 'docker pull deepchemio/deepchem:2.6.1<br/>docker run --gpus all deepchemio/deepchem:2.6.1',
'nightly,conda,no': 'We do not support the nightly version via conda',
'nightly,conda,yes': 'We do not support the nightly version via conda',
'nightly,pip,no': 'pip install --pre deepchem<br/>pip install tensorflow~=2.4',
'nightly,pip,yes': 'pip install --pre deepchem<br/>pip install tensorflow~=2.4',
'nightly,docker,no': 'docker pull deepchemio/deepchem:latest<br/>docker run -it deepchemio/deepchem:latest',
'nightly,docker,yes': 'docker pull deepchemio/deepchem:latest<br/>docker run --gpus all deepchemio/deepchem:latest',
}));
// Code for google analytics
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90545585-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>