Skip to content

Commit

Permalink
Remove notes section and update scale-dependent perception page title
Browse files Browse the repository at this point in the history
  • Loading branch information
matttrent committed Oct 26, 2024
1 parent 7d7e4ba commit 6708d80
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const allNotes = await getCollection("notes");
</p>
</section>

<section>
<!-- <section>
<h2>Notes</h2>
<dl class="dl-horizontal-wide">
<dt>2024</dt>
Expand All @@ -78,7 +78,7 @@ const allNotes = await getCollection("notes");
))
}
</dl>
</section>
</section> -->

<section>
<h2>Random artifacts</h2>
Expand Down
20 changes: 11 additions & 9 deletions src/pages/scale-dependent-perception.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MarginNote from "../components/MarginNote.astro";
// import * as scalePerception from "./scale-dependent-perception.md";
// import { Content } from "./scale-dependent-perception.md";
const pageTitle = "Scale-Dependent Perception";
const pageTitle = "Manipulating Scale-Dependent Perception of Images";
---

<Page title={pageTitle}>
Expand All @@ -14,7 +14,7 @@ const pageTitle = "Scale-Dependent Perception";
<img src="/attachments/research/chuckclose_crop.png" alt="" width="61.5%" />
<MarginNote
name="caption"
text="Self-portrait of Chuck Close viewed at 2 scales. The left image is clearly recognizable as a portrait, even thought it contains the same diamond-shaped artifacts as the right. However, without having first seen the left, the scale (in this case zooming in) shifts the dominant interpretation the right image is difficult to distinguish as an eye and glasses. Changing from a portrait in the left image to artifacts in the right image."
text="Self-portrait of Chuck Close viewed at 2 scales. The left image is clearly recognizable as a portrait, even thought it contains the same diamond-shaped artifacts as the right. However, without having first seen the left, the right image is difficult to distinguish as an eye and glasses. Changing the scale (in this case zooming in) shifts the dominant interpretation from a portrait in the left image to artifacts in the right image."
/>
</figure>

Expand Down Expand Up @@ -47,21 +47,23 @@ const pageTitle = "Scale-Dependent Perception";
<h2 id="publications">Publications</h2>
<ul>
<li>
<a href="/attachments/research/papers/PhdThesis.pdf"
>Ph.D. dissertation</a>
<a href="/attachments/research/papers/PhdThesis.pdf">Ph.D. dissertation</a
>
</li>
<li>
<a href="http://www.cs.ubc.ca/labs/imager/tr/2012/Countershading/"
>Unsharp Masking, Countershading and Halos: Enhancements or Artifacts?</a>
>Unsharp Masking, Countershading and Halos: Enhancements or Artifacts?</a
>
</li>
<li>
<a href="http://www.cs.ubc.ca/labs/imager/tr/2011/BlurAwareDownsize/"
>Blur-Aware Image Downsizing</a>
>Blur-Aware Image Downsizing</a
>
</li>
<li>
<a
href="/attachments/research/papers/ElectronicImaging.2010-Defocus.pdf"
>Defocus Techniques for Camera Dynamic Range Expansion</a>
<a href="/attachments/research/papers/ElectronicImaging.2010-Defocus.pdf"
>Defocus Techniques for Camera Dynamic Range Expansion</a
>
</li>
</ul>

Expand Down

0 comments on commit 6708d80

Please sign in to comment.