Skip to content
Snippets Groups Projects
Commit 93b59dd6 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

Fixed site header and added academic conduct policy

parent 9a8a6a11
No related branches found
No related tags found
6 merge requests!12Accessibility website jen summer work,!9Q access 24 sp,!8Q access 24 sp,!5Latest update from Spring 2023,!4Latest update after pmp class,!3Updated content for week 3 and week 4 (week 4 still needs work)
......@@ -10,5 +10,7 @@ nav_list:
url: canvas
- title: Ed
url: discussion
- title: COVID-19 Safety
- title: COVID-19
url: /docs/covid/index.html
- title: Academic Conduct
url: /academic-conduct.html
\ No newline at end of file
<header class="page-header" role="banner">
{% include navigation.html %}
<br> <br> <br> <br> <br>
<br> <br> <br> <br>
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
<script type="text/javascript">
var menubar = new Menubar(document.getElementById('menubar1'));
menubar.init();
......
......@@ -3,22 +3,21 @@ layout: default
(no)warning: old
---
---
Integrity is a crucial part of your character and is essential for
a successful career. We expect you to demonstrate integrity in
this class and elsewhere.
The Paul G Allen School has an entire page on
[Academic Misconduct](https://www.cs.washington.edu/academics/misconduct)
within the context of Computer Science, and the University of
Washington has an entire page on how
[Academic Misconduct](https://www.washington.edu/cssc/for-students/academic-misconduct/)
[Community Standards and Student Conduct Page](https://www.washington.edu/cssc/).
Please acquaint yourself with both of those pages, and in
particular how academic misconduct will be reported to the
University.
The Paul G Allen School has an [Academic
Misconduct](https://www.cs.washington.edu/academics/misconduct)
policy, and the University of Washington an [Academic
Misconduct](https://www.washington.edu/cssc/for-students/academic-misconduct/)
and [Community Standards and Student Conduct
Page](https://www.washington.edu/cssc/) policy. Please acquaint
yourself with those pages, and in particular how academic misconduct
will be reported to the University. Knowingly violating any of these principles of academic conduct,
privacy or copyright may result in University disciplinary action
under the Student Code of Conduct.
Your academic conduct in this course is evaluated in at least the
four areas described in detail below.
......@@ -133,8 +132,3 @@ the guidelines of expected behavior. If you have any questions,
please do not hesitate to ask the TA or your instructor. Inappropriate work
submitted may be ineligible for credit on that assignment.
# Consequences
Knowingly violating any of these principles of academic conduct,
privacy or copyright may result in University disciplinary action
under the Student Code of Conduct.
......@@ -307,6 +307,7 @@ table.schedule tfoot td {
.page-header {
background-image: linear-gradient(-120deg, $gradient-light, $gradient-dark, $gradient-dark);
padding-top: 1rem;
padding-bottom: 1rem;
}
.project-tagline {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment