Skip to content

Commit

Permalink
next week
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Feb 26, 2024
1 parent a6ab2d7 commit cd15352
Show file tree
Hide file tree
Showing 113 changed files with 64,319 additions and 64,501 deletions.
18 changes: 18 additions & 0 deletions docs/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -2669,6 +2669,24 @@ <h3 id="feb-22-2024getting-things-into-the-right-order">12. Feb 22, 2024—Getti
</li>
<li><a href="worksheets/getting-things-in-order.Rmd">Worksheet</a></li>
</ul>
<h3 id="feb-27-2024figure-design">13. Feb 27, 2024—Figure design</h3>
<p class="nospace">
Materials:
</p>
<ul>
<li><a href="slides/figure-design.html">Slides</a><br />
</li>
<li><a href="worksheets/figure-design.Rmd">Worksheet</a></li>
</ul>
<h3 id="feb-29-2024color-spaces-and-color-vision-deficiency">14. Feb 29, 2024—Color spaces and color-vision deficiency</h3>
<p class="nospace">
Materials:
</p>
<ul>
<li><a href="slides/color-spaces.html">Slides</a><br />
</li>
<li><a href="worksheets/color-spaces.R">Worksheet</a></li>
</ul>
<h2 id="homeworks">Homeworks</h2>
<p>All homeworks are due by 11:00pm on the day they are due. Homeworks need to be submitted as pdf files on Canvas.</p>
<h3 id="homework-1-due-jan-25-2024">Homework 1 (due Jan 25, 2024)</h3>
Expand Down
10 changes: 5 additions & 5 deletions docs/search.json

Large diffs are not rendered by default.

39 changes: 29 additions & 10 deletions docs/slides/color-spaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@
<textarea id="source">
class: center, middle, title-slide

.title[
# Color spaces and color-vision deficiency
]
.author[
### Claus O. Wilke
### last updated: 2022-03-21
]
.date[
### last updated: 2024-02-26
]

---

Expand Down Expand Up @@ -56,7 +62,7 @@
## The RGB color space

.center[
![](color-spaces_files/figure-html/rgb-viz-1.svg)&lt;!-- --&gt;
&lt;img src="color-spaces_files/figure-html/rgb-viz-1.svg" width="85%" /&gt;
]

---
Expand All @@ -81,7 +87,7 @@
]

.pull-right.move-up-1em[
![](color-spaces_files/figure-html/hsv-viz-single-1.svg)&lt;!-- --&gt;
&lt;img src="color-spaces_files/figure-html/hsv-viz-single-1.svg" width="100%" /&gt;
]


Expand All @@ -90,7 +96,7 @@
## The HSV color space

.center[
![](color-spaces_files/figure-html/hsv-viz-1.svg)&lt;!-- --&gt;
&lt;img src="color-spaces_files/figure-html/hsv-viz-1.svg" width="85%" /&gt;
]

---
Expand All @@ -109,7 +115,7 @@
]

.pull-right.move-up-1em[
![](color-spaces_files/figure-html/hls-viz-single-1.svg)&lt;!-- --&gt;
&lt;img src="color-spaces_files/figure-html/hls-viz-single-1.svg" width="100%" /&gt;

]

Expand All @@ -118,7 +124,7 @@
## The HLS color space

.center[
![](color-spaces_files/figure-html/hls-viz-1.svg)&lt;!-- --&gt;
&lt;img src="color-spaces_files/figure-html/hls-viz-1.svg" width="85%" /&gt;
]

---
Expand All @@ -143,7 +149,7 @@
]

.pull-right.move-up-2em[
![](color-spaces_files/figure-html/luv-viz-single-1.svg)&lt;!-- --&gt;
&lt;img src="color-spaces_files/figure-html/luv-viz-single-1.svg" width="100%" /&gt;
]


Expand All @@ -152,15 +158,15 @@
## The Luv color space

.center[
![](color-spaces_files/figure-html/luv-viz-1.svg)&lt;!-- --&gt;
&lt;img src="color-spaces_files/figure-html/luv-viz-1.svg" width="85%" /&gt;
]

---

## The HCL color space: polar Luv

.center.move-up-1em[
![](color-spaces_files/figure-html/hcl-viz-single-1.svg)&lt;!-- --&gt;
&lt;img src="color-spaces_files/figure-html/hcl-viz-single-1.svg" width="50%" /&gt;
]


Expand All @@ -169,7 +175,7 @@
## The HCL color space: polar Luv

.move-up-1em.center[
![](color-spaces_files/figure-html/cl-planes-1.svg)&lt;!-- --&gt;
&lt;img src="color-spaces_files/figure-html/cl-planes-1.svg" width="80%" /&gt;
]

[//]: # "segment ends here"
Expand Down Expand Up @@ -389,6 +395,19 @@
deleted = true;
});
})();
// add `data-at-shortcutkeys` attribute to <body> to resolve conflicts with JAWS
// screen reader (see PR #262)
(function(d) {
let res = {};
d.querySelectorAll('.remark-help-content table tr').forEach(tr => {
const t = tr.querySelector('td:nth-child(2)').innerText;
tr.querySelectorAll('td:first-child .key').forEach(key => {
const k = key.innerText;
if (/^[a-z]$/.test(k)) res[k] = t; // must be a single letter (key)
});
});
d.body.setAttribute('data-at-shortcutkeys', JSON.stringify(res));
})(document);
(function() {
"use strict"
// Replace <script> tags in slides area to make them executable
Expand Down
1,912 changes: 954 additions & 958 deletions docs/slides/color-spaces_files/figure-html/cl-planes-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
656 changes: 324 additions & 332 deletions docs/slides/color-spaces_files/figure-html/hcl-viz-single-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,062 changes: 1,039 additions & 1,023 deletions docs/slides/color-spaces_files/figure-html/hls-viz-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
464 changes: 230 additions & 234 deletions docs/slides/color-spaces_files/figure-html/hls-viz-single-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,036 changes: 1,026 additions & 1,010 deletions docs/slides/color-spaces_files/figure-html/hsv-viz-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
438 changes: 217 additions & 221 deletions docs/slides/color-spaces_files/figure-html/hsv-viz-single-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,666 changes: 831 additions & 835 deletions docs/slides/color-spaces_files/figure-html/luv-viz-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
534 changes: 265 additions & 269 deletions docs/slides/color-spaces_files/figure-html/luv-viz-single-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,613 changes: 802 additions & 811 deletions docs/slides/color-spaces_files/figure-html/rgb-viz-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cd15352

Please sign in to comment.