-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreamble.html
More file actions
101 lines (91 loc) · 4.69 KB
/
Preamble.html
File metadata and controls
101 lines (91 loc) · 4.69 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
<!doctype html>
<html>
<head>
<meta name="viewport" cotent="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="About.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<title>Our GROUP page</title>
</head>
<body style="background-image: url('https://wallpaperaccess.com/full/2123796.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;">
<header>
<div>
<nav>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href ="Preamble.html">Preamble</a></li>
<li><a href="About.html">ACM Code of Ethics</a></li>
<li><a href ="History.html">History</a></li>
</nav>
</div>
<div class="dropdown">
<button class="dropbtn ">Navigation</button>
<div class="dropdown-content">
<a href="index.html">Home</a>
<a href ="Preamble.html">Preamble</a>
<a href="About.html">ACM Code of Ethics</a>
<a href ="History.html">History</a>
</div>
</div>
</header>
<br>
<br>
<br><br>
<br><br>
<br>
<br>
<div>
<div class="content" id="rcorners1">
<h1>Preamble</h1>
<p style="text-align:justify">Computing professionals' actions change the world. To act responsibly, they should reflect upon the wider impacts of their work, consistently supporting the public good.
The ACM Code of Ethics and Professional Conduct ("the Code") expresses the conscience of the profession. <br><br>
The Code is designed to inspire and guide the ethical conduct of all computing professionals, including current and aspiring practitioners, instructors, students, influencers, and anyone who uses
computing technology in an impactful way. Additionally, the Code serves as a basis for remediation when violations occur. The Code includes principles formulated as statements of responsibility, based on
the understanding that the public good is always the primary consideration. Each principle is supplemented by guidelines, which provide explanations to assist computing professionals in understanding and
applying the principle. <br><br>
Section 1 outlines fundamental ethical principles that form the basis for the remainder of the Code. Section 2 addresses additional, more specific considerations of professional responsibility.
Section 3 guides individuals who have a leadership role, whether in the workplace or in a volunteer professional capacity. Commitment to ethical conduct is required of every ACM member, ACM SIG member,
ACM award recipient, and ACM SIG award recipient. Principles involving compliance with the Code are given in Section 4.<br><br>
The Code as a whole is concerned with how fundamental ethical principles apply to a computing professional's conduct. The Code is not an algorithm for solving ethical problems; rather it serves as a basis
for ethical decision-making. When thinking through a particular issue, a computing professional may find that multiple principles should be taken into account, and that different principles will have different
relevance to the issue. Questions related to these kinds of issues can best be answered by thoughtful consideration of the fundamental ethical principles, understanding that the public good is the paramount
consideration. The entire computing profession benefits when the ethical decision-making process is accountable to and transparent to all stakeholders. Open discussions about ethical issues promote this
accountability and transparency.<br><br>
</p>
</p>
</div>
</div>
<br><br>
<br><br>
<footer class="footer">
<center>
<div class="container">
<div class="row">
<div class="footer-col">
<h4>Developers</h4>
<ul>
<li><a href="#">J.A. Alcance </a></li>
<li><a href="#">M.S. Beronilla </a></li>
<li><a href="#">R.J. Borillo </a></li>
<li><a href="#">C.S. Fermil </a></li>
<li><a href="#">C. Friolo</a></li>
<li> </li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div></center>
<center><p style="color:lightgray" >© All rights reserved | BrainCells.</p></center>
</footer>
</body>
</html>