-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·77 lines (68 loc) · 3.18 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
<!DOCTYPE html>
<html>
<head>
<title> CS 499 Group 7: Supreme Court </title>
<meta charset="UTF-8">
<!-- Put JS headers here -->
<!-- CSS Stylesheets -->
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body>
<div id="main-page" class="container">
<div id="main-page-header" class="header">
<br>
<h1> Supreme Court Rulings Analysis </h1>
<img src="CourtBuilding.jpg" width="50%" height="50%"><br>
<a href="https://www.supremecourt.gov/about/images/CourtBuilding.jpg">Source</a>
<h2>University of Kentucky</h2>
<h2>CS 499 Spring 2018</h2>
</div>
<br><br><br>
<div class="content">
<div class="links">
<a href="index.html">Home</a>
<br><br>
<a href="introduction.html">Introduction</a>
<br><br>
<a href="requirements.html">Requirements</a>
<br><br>
<a href="updates.html">Updates</a>
<br><br>
<a href="schedule.html">Schedule</a>
<br><br>
<a href="design.html">Design</a>
<br><br>
<a href="testing.html">Testing</a>
<br><br>
<a href="useCases.html"> Use Cases</a>
<br><br>
<a href="designAndImplementation.html">Design Considerations/Implementation Issues</a>
<br><br>
<a href="enhancementsMaintenance.html">Future Enhancements/Maintenance</a>
<br><br>
<a href="conclusions.html">Conclusions</a>
<br><br>
<a href="installation.html">Installation</a>
<br><br>
<a href="references.html"> References</a>
<br><br>
</div>
<div class="text">
<h2>Analysis of Supreme Court Rulings</h2>
<p>The goal of this project is to identify, collect, and analyze Supreme Court media coverage from leading news organizations. This is done through a web application which runs a script and uses RSS feeds to add to a database. The application also gives the user control over the types of articles collected.</p>
<h3>Disclaimer</h3>
<p>
This project has been designed and implemented as a part of the requirements for CS-499 Senior Design Project for Spring 2018 semester. While the authors make every effort to deliver a high quality product, we do not guarantee that our products are free from defects. Our software is provided "as is," and you use the software at your own risk. We make no warranties as to performance, merchantability, fitness for a particular purpose, or any other warranties whether expressed or implied.
No oral or written communication from or information provided by the authors or the University of Kentucky shall create a warranty.
Under no circumstances shall the authors or the University of Kentucky be liable for direct, indirect, special, incidental, or consequential damages resulting from the use, misuse, or inability to use this software, even if the authors or the University of Kentucky have been advised of the possibility of such damages.</p>
</div>
<div class="right-col">
<p>Team Members</p>
<ul>
<li>Jonathan Dingess <a>[email protected]</a></li><br><li>Mauricio Sanchez [email protected]</li><br><li>John Tompkins [email protected]</li>
</ul>
</div>
</div>
</div>
</body>
</html>