-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathacknowledgement.html
More file actions
48 lines (48 loc) · 935 Bytes
/
acknowledgement.html
File metadata and controls
48 lines (48 loc) · 935 Bytes
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
<html>
<style>
h1 {
margin-top: 250px;
padding-left: 80px;
padding-right: 80px;
font-size: 50px;
}
h2 {
margin-top: 250px;
padding-right: 80px;
font-size: 20px;
}
.general {
padding-left: 80px;
padding-right: 80px;
font-size: 20px;
}
.citation {
padding-left: 80px;
padding-right: 80px;
font-size: 15px;
}
</style>
<body>
<h1>Acknowledgement</h1>
<p class='general'>
We acknowledge the DeepChem community for their contributions and support.
</p>
<p class='citation'>
<h2>Citing This Book:</h2>
<br>
@manual{
<br>
title={The DeepChem Book},
<br>
organization={DeepChem},
<br>
author={Ramsundar, Bharath and DeepChem Community},
<br>
howpublished = {\url{https://deepchem.io/tutorials}},
<br>
year={2024},
<br>
}
</p>
</body>
</html>