Skip to content

Commit

Permalink
added people's websites
Browse files Browse the repository at this point in the history
  • Loading branch information
iguannalin committed Feb 3, 2024
1 parent 4913c84 commit 8b78fee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
23 changes: 4 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ <h3>Why</h3>
experience it would be nice to still have a hand holding you through it in the physical realm.
</p>
<h3>How</h3>
<p>This was a project created with Kat Kitay.</p>
<p>The model was a modified version of a hand model that was 3D-printed, and <a
alt="picture of hand being spray-painted" href="public/handpaint.jpg">lovingly spray-painted.</a>
<p>This was a project created with <a href="https://k--k.net/">Kat Kitay</a>.</p>
<p>The model was a modified version of a <a href="https://www.turbosquid.com/3d-models/hands-3d-1961009">hand model</a> that was 3D-printed, and <a
alt="picture of hand being spray-painted" href="public/handpaint.jpg">lovingly spray-painted</a>.
The hardware was taken from an HP optical mouse, and fit into the back of the handhold mouse.</p>
<h2>Conclusion</h2>
<p>A conversation that I had with a lot of the people about this project was about how playful the
Expand All @@ -114,7 +114,7 @@ <h2>
<h3>Why</h3>
<p>Communication often fails us--mispronunciation, misinterpretation, other mishaps; we wanted to explore a different way of communicating our thoughts and feelings about a situation, using our brainwaves.</p>
<h3>How</h3>
<p>This project was created with Daniel Wai, and with a lot of advice on EEG devices and how to read its data from Jason Snell.</p>
<p>This project was created with Daniel Wai, and with a lot of advice on EEG devices and how to read its data from <a href="https://jasonjsnell.com/">Jason Snell</a>.</p>
<p>The EEG cloud consists of two sets of LED lights suspended in the air. Each pair of lights is connected to one of the two Muse 2 (EEG sensing device) devices. Participants are invited in pairs to put on one of the Muse 2 devices, which will record their brain activity. The EEG data is sent to the Arduino paired with the LED lights via WiFi, and the LED lights reflect a different color based on the state of the participants' mind.
</p>
<h2>Conclusion</h2>
Expand Down Expand Up @@ -158,21 +158,6 @@ <h3>Conclusion</h3>
<p>It made me happy to hear from a friend that the random texts throughout the day did help them through a tough time.</p>
<a href="https://www.notion.so/annaylin/text-me-smth-nice-40c991825d5845ae923595b89e436dde">Read more about it here.</a>
</div>
<div id="baby">
<h2>
baby killer
</h2>
<span>
<span><img loading="lazy" alt="An assortment of small, pastel-colored silicone shapes attached to wires on a wooden slab." src="public/baby-killer.png"/></span>
<p>Squishy Sounds (AKA baby killer as our friends called it) was a collaborative project with Efrat Levy, to make playing music a sensory experience.</p>
</span>
<h3>Why</h3>
<p>We wanted to reimagine what musical peripherals could be like if we experiemented with color, shape and material.</p>
<h3>How</h3>
<p>We created pastel-colored shapes using molded silicon and connected them to wires to use as a capacitive sensor. Then we added sounds to it via serial communication from an Arduino to p5.</p>
<h3>Conclusion</h3>
<p>While possible, it was difficult to control the sensitivity of the silicon as sensors. The silicon is delightful to play with but in the future i would explore different sensory materials.</p><a href="https://annaylin.notion.site/Squishy-Sounds-7924d6fe83d74175b406fa459df959b7">Read more about it here.</a>
</div>
<!-- PRINT -->
<div id="tableware">
<h2>
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ window.addEventListener("load", () => {
let previousElement = center;
let previousElementSub = greeting;

const codeProjects = ["handhold mouse", "eeg cloud", "ai loves horror", "text me smth nice", "baby killer"];
const codeProjects = ["handhold mouse", "eeg cloud", "ai loves horror", "text me smth nice"];
const printProjects = ["tableware", "filmotography", "reveries"]; // "generative riso poster"

const titles = ["yosemite", "alaska", "eastcoast", "tableware", "reveries"];
Expand Down

0 comments on commit 8b78fee

Please sign in to comment.