-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreferences.html
executable file
·69 lines (59 loc) · 2.05 KB
/
references.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
<!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="requirements-page" class="container">
<div id="requirements-page-header" class="header">
<h1> References</h1>
</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">
<ul>
<li><a href="https://newsapi.org/">NEWS API</a></li>
<li><a href="https://media.readthedocs.org/pdf/newspaper/latest/newspaper.pdf">Newspaper</a></li>
<li><a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-explicit.html">AWS AMI Transfer</a></li>
<li><a href="https://cloud.google.com/vision/docs/">Cloud Vision API</a></li>
<li><a href="https://cloud.google.com/natural-language/docs/">Cloud Language API</a></li>
<li><a href="https://www.crummy.com/software/BeautifulSoup/bs4/doc/">BeautifulSoup</a></li>
<li><a href="http://www.adminschoice.com/crontab-quick-reference">Crontab</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>