-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfreestyle.html
More file actions
64 lines (49 loc) · 2.45 KB
/
freestyle.html
File metadata and controls
64 lines (49 loc) · 2.45 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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="row">
<div class="logo">
<a href="https://www.kennesaw.edu"><img src="ITimage2.PNG" alt="click Here" width="300" height="150"> </a>
</div>
<ul class="main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="freestyle.html">More Info</a></li>
<li><a href="studentGuide.html"> Student Guide</a></li>
</ul>
</div>
<div class="hero">
<h1> Knowledge and Research Center </h1>
</div>
<div class="words">
<p><b>PAST AND CURRENT PROJECTS</b></p>
</div>
<div class="myTable">
<table align="center", width="2000">
<tr>
<th>Title</th>
<th>Partners</th>
<th>Summary</th>
</tr>
<tr>
<td>A Cross-Cultural Assessment of Political Science Education and Current Events</td>
<td>Drs. Aaron King, Amna Mahmood, J. Benjamin Taylor, Manzoor Ahmad, Sadaf Farooq, and Daniel Masters </td>
<td>Scholars of political science and international relations use the scientific method to evaluate political phenomena in a variety of settings, which cuts across language and cultural barriers</td>
</tr>
<tr>
<td>Drug Treatment Courts: Breaking the Cycle of Addiction & Criminal Involvement</td>
<td>New Hanover County (NC) Drug Treatment Court Program</td>
<td>Drug treatment courts (DTC) have been identified as an effective alternative to incarceration for defendants with substance use/abuse issues. DTC programs offer individuals the opportunity to receive the treatment needed to help break the cycle of addiction and criminal involvement</td>
</tr>
<tr>
<td>Developing a Case Management Database for the RESET Program</td>
<td>Coastal Horizons Center, Inc.</td>
<td>Reentry Systems of Effective Treatment (RESET), a criminal justice program for women with co-occurring disorders at Coastal Horizons Center, Inc. (CHC), was implemented within New Hanover County in May 2015 through a grant from the Bureau of Justice Assistance.</td>
</tr>
</table>
</div>
</body>
</html>