-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCredits.php
More file actions
executable file
·44 lines (31 loc) · 1.51 KB
/
Credits.php
File metadata and controls
executable file
·44 lines (31 loc) · 1.51 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="images/icon.png"/>
<title>JBioFramework: Credits</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center" style="width: 100%" >
<div class="container">
<?php include_once("header.html"); ?>
<div id="page">
<h1> Acknowledgment </h1>
We wish to thank all those who contributed to JBF project:
<ul>
<li>RIT College of Science.</li>
<li>GCCIS at RIT.</li>
<li>Office of the Vice President for Research at RIT.</li>
<li>Merck/AAAS Undergraduate Science Research Program.</li>
<li>Dr. Thomas Kim and Dr. Scott Franklin.</li>
<li>Sheneka Linton, Benjamin Russell, and Amanda Fisher.</li>
<li> ChemAxon for providing MarvinSketch Java API.</li>
</ul>
</div>
<?php include_once("footer.html"); ?>
<!--END CONTENT-->
</div>
</div>
</body>
</html>