-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCompInEnvironment.html
More file actions
40 lines (33 loc) · 2.14 KB
/
CompInEnvironment.html
File metadata and controls
40 lines (33 loc) · 2.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Computation in Nature </title>
<link href="styles.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
</head>
<body> <!--Body tag is never closed-->
<header class="indexheader"> <img id="logo" src="durhamlogo.png" alt="Durham Logo"> </header>
<h1> Computation in Nature </h1>
<h5> By Ron Stokes </h5>
<h2> How has Computer Science been used to help the environment </h2>
<img id="plantchip" src="plantonchip.jpg" alt="Plant growing from computer chip">
<dl>
<dt> Monitoring Systems </dt>
<dd> Remote sensing can be used to monitor an area of the wild, and data analytics helps us process the information we collect. </dd>
<dt> Energy Optimisation </dt>
<dd> Smart systems can regulate energy use to be as efficient as possible, helping minimise damage to the environment. </dd>
<dt> Simulations </dt>
<dd> We can use computers to run simulations of climate change, allowing us to better understand and respond to issues. </dd>
</dl>
<ul class="lowernav">
<li><a href="collaborativeworkvjcp64.html">Comp In Education</a></li>
<li><a href="CompInMedcine.html">Comp In Medcine</a></li>
<li><a href="index.html"> HOME </a></li>
</ul>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
</html>