-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathSelfDrivingCars.html
More file actions
executable file
·63 lines (55 loc) · 2.34 KB
/
SelfDrivingCars.html
File metadata and controls
executable file
·63 lines (55 loc) · 2.34 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
<!DOCTYPE html>
<!-- Linked in: https://www.linkedin.com/in/adam-wynn-366543174/, Git Hub: https://github.com/adamwynn09 -->
<html>
<head>
<title>Applications of Computer Science in Society</title>
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="HubPage.html">Applications of Computer Science in Society</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="SelfDrivingCars.html">Self Driving Cars <span class="sr-only">(current)</span></a>
<li class="nav-item active">
<a class="nav-link" href="Sports.html">Sports <span class="sr-only">(current)</span></a>
</li>
</div>
</nav>
<div class="container">
<p></p>
<h1>Self-Driving Cars</h1>
<p></p>
<img src="https://fortunedotcom.files.wordpress.com/2016/06/dri07_d.jpg" height="400" width="600">
<p></p>
<p>One application of computing that makes the best contribution to society is the ability to use an array of sensors alongside AI to create systems to help drivers.</p>
<p>This can lead to many benefits such as;</p>
<ul>
<li>Safer Streets</li>
<li>Saving Time (and money)</li>
<li>Reducing Traffic Jams</li>
<li>Using software to reduce emissions</li>
</ul>
<p>To find out more, click on these links:</p>
<a href="http://news.bbc.co.uk/1/hi/magazine/8510228.stm">BBC News</a>
<p></p>
<a href="https://www.pcworld.com/article/149405/article.html">PC World</a>
<p></p>
<<<<<<< HEAD
</div>
=======
</div>
<br>
<br>
<div class="lead">The author of this page is Adam Wynn, you can learn more about him by following his linkedin profile:
<a href="https://www.linkedin.com/in/adam-wynn-366543174/">Adam Wynn</a>
<br>
Or his github profile
<a href="https://github.com/adamwynn09">here</a>
</div>
</body>
</html>