-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (67 loc) · 3.41 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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="VCSstyle.css">
<link href="media/paris.png" rel="icon" type="image/x-icon" />
<title>Sustainable Virtual Care System Planning and Monitoring Tool</title>
</head>
<body>
<header class="row col-12">
<div class="header-title col-10">
<h1>Green Virtual Care Tool</h1>
</div>
<div class="header-brand col-2">
<a href="https://www.paris-de.org">
<img src="media/Paris DE colour.png" alt="PARIS-DE logo" style="height:70px; align:right;"></a></div>
</header>
<nav class="row col-12">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="info.html">Information & References</a></li>
<li><a href="thesaurus.html">Theasurus</a></li>
<li><a href="howto.html">How to use this tool</a></li>
</ul>
</nav>
<div class="main row col-12">
<section class="col-2">
<p>This tool has been designed to help guide environmental sustainability considerations during either planning or monitoring virtual care systems. It is not a tickbox regulatory framework. It does not attempt to solve issues but it does highlight steps that can be taken.</p>
<p>Click on the buttons below to find out more about this tool.</p>
<ul><li><a href="aboutVCS.html">Environmental issues in Virtual Care</a></li>
<li><a href="tool_dev.html">How the tool was developed</a></li>
<li><a href="sup_cha.html">The ICT Supply Chain</a></li>
</ul>
</section>
<div class="core col-10">
<h2>Planning and Monitoring Tool for a Responsible and Sustainable Virtual Care System (VCS)</h2>
<div class="row">
<p>This tool will propose some questions that you or the people collaborating with you (IT professionals, suppliers) should address in planning and managing a Virtual Care System. The question will explore the following areas:</p>
<ul><li>How are you planning your VCS</li>
<li>Considerations in procuring equipment and services to minimise environmental impacts</li>
<li> Considerations around the management and processing of data to minimise environmental impacts</li>
<li>Knowledge and awareness of environmental sustainability regulations</li>
<li>Ways to monitor and assess the current state and future progress of an environmentally sustainable Virtual Care System</li>
<li>Organisational approaches to minimising environmental impacts of ICT</li>
</ul>
<p>Along with exploring the more obvious technical and procedural considerations, the tool highlights how prioritising <a href="thesaurus.html#data_suf" target="_blank">data sufficiency</a> and the mitigation of <a href="thesaurus.html#rebound_effects" target="_blank">rebound effects</a> are critical. Click on the button below to start.</p>
</div>
<div class="buttons row">
<div class="col-4"><p></p></div>
<div class="planning col-3"><a href="newVCS.html">
<h3>Planning a Virtual Care System</h3>
</a></div>
<div class="col-4"><p></p></div>
</div>
</div>
<footer class="col-12">
<ul>
<li><a href="Index.html"><span>Back to the start</span></a></li>
<li><a href="thesaurus.html"><span>Theasurus</span></a></li>
<li><a href="info.html"><span>Information and references</span></a></li>
<li><a href="tool_dev.html"><span>About this tool</span></a></li>
<li>This version is a prototype and will not save text. Please do not share.</li>
</ul>
</footer>
</body>
</html>