-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathethics.html
More file actions
179 lines (156 loc) · 7.9 KB
/
ethics.html
File metadata and controls
179 lines (156 loc) · 7.9 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>My Commitment to Ethics, Integrity, and Responsible Conduct - Mousa Cloud Consulting</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #4CAF50;
color: white;
padding: 20px;
text-align: center;
}
section {
padding: 20px;
margin: 20px;
background-color: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
h2 {
color: #4CAF50;
}
footer {
text-align: center;
padding: 10px;
background-color: #4CAF50;
color: white;
position: relative;
bottom: 0;
width: 100%;
}
.flex-center {
display: flex;
justify-content: center;
/* Horizontal */
align-items: center;
/* Vertical */
min-height: 200px;
/* Container height */
}
</style>
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="android-chrome-512x512.png">
<link rel="shortcut icon" href="favicon.ico">
<link rel="manifest" href="site.webmanifest">
</head>
<body>
<header class="flex-center">
<div>
<a href="/">
<video autoplay muted>
<source src="resized-logo.mp4" type='video/mp4'>
Your browser does not support the video tag.
</video>
</a>
</div>
</header>
<header>
<h1>My Commitment to Ethics, Integrity, and Responsible Conduct</h1>
</header>
<section>
<h2>Integrity</h2>
<p>I approach my work with integrity, accountability, and consistency. My professional conduct is guided by
honesty, sound judgment, and adherence to principles that build long-term trust.</p>
</section>
<section>
<h2>Transparency</h2>
<p>I value clear, timely, and professional communication. I aim to keep clients informed through structured
updates, reliable coordination, and honest discussion of progress, risks, and priorities.</p>
</section>
<section>
<h2>Standards, Human Rights, and Rule of Law</h2>
<p>I am committed to conducting my work with integrity, professional discipline, and adherence to applicable
laws, regulations, and internationally recognized standards. My approach is grounded in respect for human
rights, the rule of law, and responsible conduct across client engagements, business practices, and
professional decision-making.</p>
<p>I maintain a zero-tolerance approach to corruption, discrimination, exploitation, slavery, servitude, forced
or compulsory labour, and human trafficking. I do not knowingly support work, relationships, or practices
that are inconsistent with human dignity, fundamental freedoms, or the principles of lawful and ethical
conduct.</p>
</section>
<section>
<h2>Responsible Use of AI</h2>
<p>I support the responsible, lawful, and ethical use of artificial intelligence in business and consulting
services. Where AI is used to assist research, analysis, drafting, automation, or operational efficiency,
its use must remain consistent with professional judgment, confidentiality, data protection, human rights,
fairness, and applicable legal and regulatory standards.</p>
<p>AI is a support tool, not a substitute for accountability. I maintain human oversight over material outputs,
exercise professional review before relying on AI-assisted work, and reject uses of AI that enable
discrimination, exploitation, deception, unsafe decision-making, or unlawful or unethical conduct.</p>
</section>
<section>
<h2>Environmental Responsibility</h2>
<p>As part of my commitment to responsible and sustainable practices, I strive to design and recommend solutions
with environmental impact in mind, including efficiency, resource usage, and long-term sustainability.</p>
<blockquote>
<p>The growing carbon footprint of artificial intelligence (AI) has been undergoing public scrutiny.
Nonetheless, the equally important water (withdrawal and consumption) footprint of AI has largely
remained under the radar. For example, training the GPT-3 language model in Microsoft's state-of-the-art
U.S. data centers can directly evaporate 700,000 liters of clean freshwater, but such information has
been kept a secret. More critically, the global AI demand is projected to account for 4.2-6.6 billion
cubic meters of water withdrawal in 2027, which is more than the total annual water withdrawal of 4-6
Denmark or half of the United Kingdom. This is concerning, as freshwater scarcity has become one of the
most pressing challenges. To respond to the global water challenges, AI can, and also must, take social
responsibility and lead by example by addressing its own water footprint. In this paper, we provide a
principled methodology to estimate the water footprint of AI, and also discuss the unique
spatial-temporal diversities of AI's runtime water efficiency. Finally, we highlight the necessity of
holistically addressing water footprint along with carbon footprint to enable truly sustainable AI.
(source: <a href="https://arxiv.org/abs/2304.03271" target="_blank" rel="noopener noreferrer">Cornell
University</a>)</p>
</blockquote>
</section>
<script>
fetch('footer.html')
.then(response => response.text())
.then(data => {
document.getElementById('footer-placeholder').outerHTML = data;
});
</script>
<div id="cookie-banner" style="position:fixed;bottom:0;left:0;right:0;background:#111;color:#fff;
padding:1rem;z-index:9999;display:none;font-size:0.9rem;">
<div style="max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;
gap:0.75rem;align-items:center;">
<p style="flex:1;margin:0;">
Essential fraud protection (TrafficGuard) runs by default to block bots and click fraud.
Non-essential analytics & ads (Google, TikTok & Reddit) only load if you consent below. See our
<a href="privacy-policy.html" style="color:#4ea3ff;">Privacy Policy</a>.
</p>
<div style="display:flex;gap:0.5rem;flex-wrap:wrap;">
<button id="cookie-reject" style="background:#444;color:#fff;border:none;padding:0.5rem 1rem;
border-radius:4px;cursor:pointer;">
Reject non‑essential
</button>
<button id="cookie-accept" style="background:#007bff;color:#fff;border:none;padding:0.5rem 1rem;
border-radius:4px;cursor:pointer;">
Accept all
</button>
</div>
</div>
</div>
<script src="cookie-consent.js"></script>
<div id="footer-placeholder"></div>
</body>
</html>