forked from Yukino2002/deepchem.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
75 lines (75 loc) · 4.08 KB
/
about.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
<!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="./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="content wrap">
<div class="container">
<h2>What is DeepChem?</h2>
<p> The DeepChem project aims to create high quality, open source tools for drug discovery, materials science, quantum chemistry, and biology.
</p>
<h2>About Us</h2>
<p>DeepChem projects are managed by a group of open source contributors. Anyone is free to join and contribute!</p>
<h2>Licensing and Commercial Uses</h2>
<p>DeepChem is licensed under the MIT License. We actively
support commercial users. Note that any novel discoveries made
through DeepChem belong entirely to the user and not to
DeepChem developers.
</p>
<h2>Getting Started With DeepChem</h2>
<p>New users should head over to the <a href="https://github.com/deepchem/deepchem/tree/master/examples/tutorials">Tutorials</a>. Tutorials can be run on Google colab and are organized in a sequence that teach you how to use DeepChem to do novel scientific work.</p>
<p>Afterwards you can go through our <a href="https://github.com/deepchem/deepchem/tree/master/examples">examples</a>. To apply DeepChem to a new problem, try starting from one of the existing examples or tutorials and modifying it step by step to work with your new use-case. If you have questions or comments you can raise them on our <a href="https://gitter.im/deepchem/Lobby">gitter</a>.</p>
</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>
(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>