Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
teaching-materials
website
Commits
93b59dd6
Commit
93b59dd6
authored
2 years ago
by
Jennifer Mankoff
Browse files
Options
Downloads
Patches
Plain Diff
Fixed site header and added academic conduct policy
parent
9a8a6a11
No related branches found
No related tags found
6 merge requests
!12
Accessibility website jen summer work
,
!9
Q access 24 sp
,
!8
Q access 24 sp
,
!5
Latest update from Spring 2023
,
!4
Latest update after pmp class
,
!3
Updated content for week 3 and week 4 (week 4 still needs work)
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
_data/navigation.yml
+3
-1
3 additions, 1 deletion
_data/navigation.yml
_includes/header.html
+1
-2
1 addition, 2 deletions
_includes/header.html
academic-conduct.md
+11
-17
11 additions, 17 deletions
academic-conduct.md
assets/css/style.scss
+1
-0
1 addition, 0 deletions
assets/css/style.scss
with
16 additions
and
20 deletions
_data/navigation.yml
+
3
−
1
View file @
93b59dd6
...
...
@@ -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
This diff is collapsed.
Click to expand it.
_includes/header.html
+
1
−
2
View file @
93b59dd6
<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
();
...
...
This diff is collapsed.
Click to expand it.
academic-conduct.md
+
11
−
17
View file @
93b59dd6
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
assets/css/style.scss
+
1
−
0
View file @
93b59dd6
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment