-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode_of_ethics.html
263 lines (248 loc) · 13.9 KB
/
code_of_ethics.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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ANS Student Conference 2021</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/nav.css">
<style>p.indent{ padding-left: 1.8em }</style>
</head>
<body>
<head>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand visible-xs" data-toggle="collapse" data-target="#navigation" href="#"><i class="fa fa-ellipsis-v fa-2x" aria-hidden="true"></i></a>
</div>
<div class="collapse navbar-collapse" id="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html"><img src="img/round_nobkg_w:white.png" alt="logo" width="60px"></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" role="button" aria-expanded="false">Welcome
<i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about_ans.html">About ANS</a>
</li>
<li>
<a href="code_of_ethics.html">Code of Ethics</a>
</li>
<li>
<a href="respectful_behavior_policy.html">Respectful Behavior Policy</a>
</li>
<li>
<a href="statement_on_diversity.html">Statement on Diversity</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" role="button" aria-expanded="false">Program
<i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="agenda.html">Agenda</a>
</li>
<li>
<a href="career_fair.html">Career Fair</a>
</li>
<li>
<a href="speakers.html">Speakers</a>
</li>
<li>
<a href="tours.html">Tours</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" role="button" aria-expanded="false">Transportation
<i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="accommodations.html">Accommodations</a>
</li>
<li>
<a href="travel_arrangements.html">Travel Arrangements</a>
</li>
<li>
<a href="https://www.google.com/maps/d/u/1/viewer?mid=1DZlVNqQaclivoKJtnRSdl__ObGnnHg2a&ll=40.11294072042654%2C-88.22797958547415&z=15">Once You're Here</a>
</li>
<li>
<a href="hotel_information.html">Hotel Information</a>
</li>
</ul>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" role="button" aria-expanded="false">Attend
<i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="call_for_papers.html">Call for Papers</a>
</li>
<li>
<a href="registration.html">Registration</a>
</li>
</li>
</ul>
<li>
<a href="sponsorship.html">Sponsorship</a>
</li>
<li>
<a href="contact_us">Contact Us</a>
</li>
<li>
<div class="social-links" position="relative">
<a href="https://twitter.com/ANS_Illinois/"><i class="fa fa-twitter"></i></a>
</div>
</li>
<li>
<div class="social-links" position="relative">
<a href="https://www.facebook.com/groups/ANSatUofI/"><i class="fa fa-facebook"></i></a>
</div>
</li>
</ul>
</div>
</div>
</nav>
</head>
<div class="container">
<div class="row">
<div class="col-md-5">
</div>
</div>
</div>
<div class="container">
<div class="row web-header">
<div class="col-md-12 col-md-offset-1 header-text">
<h1>2021 ANS Student Conference</h1>
<h2>Saving the World One Atom at a Time</h2>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="content">
<h1>ANS Code of Ethics</h1>
<h3>Preamble</h3>
<p>Recognizing the profound importance of nuclear science and technology in affecting the quality of life throughout the world, members of the American Nuclear Society (ANS) are committed to the highest ethical and professional conduct.</p>
<h3>Fundamental Principle</h3>
<p>ANS members as professionals are dedicated to improving the understanding of nuclear science and technology, appropriate applications, and potential consequences of their use.
To that end, ANS members uphold and advance the integrity and honor of their professions by using their knowledge and skill for the enhancement of human welfare and the environment; being honest and impartial; serving with fidelity the public, their employers, and their clients; and striving to continuously improve the competence and prestige of their various professions.</p>
<p>ANS members shall subscribe to the following practices of professional conduct:</p>
<h3>Principles of Professional Conduct</h3>
<p>1. We hold paramount the safety, health, and welfare of the public and fellow workers, work to protect the environment, and strive to comply with the principles of sustainable development in the performance of our professional duties.</p>
<p>2. We will formally advise our employers, clients, or any appropriate authority and, if warranted, consider further disclosure, if and when we perceive that pursuit of our professional duties might have adverse consequences for the present or future public and fellow worker health and safety or the environment.</p>
<p>3. We act in accordance with all applicable laws and these Practices, lend support to others who strive to do likewise, and report violations to appropriate authorities.</p>
<p>4. We perform only those services that we are qualified by training or experience to perform, and provide full disclosure of our qualifications.</p>
<p>5. We present all data and claims, with their bases, truthfully, and are honest and truthful in all aspects of our professional activities. We issue public statements and make presentations on professional matters in an objective and truthful manner.</p>
<p>6. We continue our professional development and maintain an ethical commitment throughout our careers, encourage similar actions by our colleagues, and provide opportunities for the professional and ethical training of those persons under our supervision.</p>
<p>7. We act in a professional and ethical manner towards each employer or client and act as faithful agents or trustees, disclosing nothing of a proprietary nature concerning the business affairs or technical processes of any present or former client or employer without specific consent, unless necessary to abide by other provisions of this Code or applicable laws.</p>
<p>8. We disclose to affected parties, known or potential conflicts of interest or other circumstances, which might influence, or appear to influence, our judgment or impair the fairness or quality of our performance.</p>
<p>9. We treat all persons fairly.</p>
<p>10. We build our professional reputation on the merit of our services, do not compete unfairly with others, and avoid injuring others, their property, reputation, or employment.</p>
<p>11. We reject bribery and coercion in all their forms.</p>
<p>12. We accept responsibility for our actions; are open to and acknowledge criticism of our work; offer honest criticism of the work of others; properly credit the contributions of others; and do not accept credit for work not our own.</p>
<p>Approved by ANS Special Committee on Ethics November 17, 2002.</p>
<p>Approved by ANS Board of Directors June 5, 2003.</p>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
<hr>
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<p>To stay on top of all ANS 2021 Student Conference related information, join our mailing list for updates and event reminders.</p>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<table width="80%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="35%">
<div align="right"><b>Name:</b></div>
</td>
<td width="65%">
<input type="text" name="name" size="15">
</td>
</tr>
<tr>
<td width="35%">
<div align="right"><b>Email:</b></div>
</td>
<td width="65%">
<input type="text" name="email" size="20">
</td>
</tr>
<tr>
<td width="35%">
<div align="right"><b>Comment:</b></div>
</td>
<td width="65%">
<textarea name="comment" cols="25" wrap="virtual" rows="3"></textarea>
</td>
</tr>
<tr>
<td width="35%"> </td>
<td width="65%">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="reset" value="Reset">
</td>
</tr>
<tr>
<td width="35%"> </td>
<td width="65%"> </td>
</tr>
</table>
</form>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Site Links</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="https://www.google.com/maps/d/u/1/viewer?mid=1DZlVNqQaclivoKJtnRSdl__ObGnnHg2a&ll=40.11294072042654%2C-88.22797958547415&z=15">Once You're Here</a></li>
<li><i class="fa fa-angle-right"></i> <a href="accommodations.html">Accommodations</a></li>
<li><i class="fa fa-angle-right"></i> <a href="registration.html">Registration</a></li>
<li><i class="fa fa-angle-right"></i> <a href="contact_us.html">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="https://mtd.org/maps-and-schedules/routes/">CU-MTD Bus Schedule</a></li>
<li><i class="fa fa-angle-right"></i> <a href="http://www.ans.org/">ANS National</a></li>
<li><i class="fa fa-angle-right"></i> <a href="http://ansatuiuc.web.engr.illinois.edu/">UIUC ANS</a></li>
<li><i class="fa fa-angle-right"></i> <a href="call_for_papers.html">Call for Papers Submission</a></li>
<li><i class="fa fa-angle-right"></i> <a href="https://ansuiuc.github.io/SC-2021-app/#/conference">My Conference Schedule</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
104 W High Street<br>
Urbana, IL 535022<br>
United States <br>
<p>Phone:</p> +1 217 333 2295<br>
<p>Email:</p> [email protected]<br>
</p>
<div class="social-links">
<a href="https://twitter.com/ANS_Illinois/"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/groups/ANSatUofI/"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
</html>