From 1960acd6b560f7a952ad0eac0ec850737d387b60 Mon Sep 17 00:00:00 2001 From: chloeho7 Date: Sat, 23 Mar 2024 18:00:46 -0400 Subject: [PATCH] Add new article on underrepresentation of women in robotics research and update scholar information --- _bibliography/papers.bib | 15 +++++++++++++++ _config.yml | 4 ++-- _projects/triangle.md | 8 ++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index ce201ffa..ffd268cd 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -3,6 +3,21 @@ @string{aps = {American Physical Society,}} +@article{Fields2024, + title = {Underrepresentation of Women in Robotics Research [Women in Engineering]}, + volume = {31}, + ISSN = {1558-223X}, + url = {http://dx.doi.org/10.1109/MRA.2024.3352439}, + DOI = {10.1109/mra.2024.3352439}, + number = {1}, + journal = {IEEE Robotics & Automation Magazine}, + publisher = {Institute of Electrical and Electronics Engineers (IEEE)}, + author = {Fields, Elizabeth and Ho, Chloe and Kim, Min Jie and Wu, Zixuan and Plancher, Brian}, + year = {2024}, + month = mar, + pages = {120–122} +} + @book{einstein1956investigations, bibtex_show={true}, title={Investigations on the Theory of the Brownian Movement}, diff --git a/_config.yml b/_config.yml index 06466ee4..31dc13f3 100644 --- a/_config.yml +++ b/_config.yml @@ -283,8 +283,8 @@ display_categories: ["blockquotes"] # these categories will be displayed on the # ----------------------------------------------------------------------------- scholar: - last_name: [Einstein] - first_name: [Albert, A.] + last_name: [Ho] + first_name: [Chloe, Chloe J.] style: apa locale: en diff --git a/_projects/triangle.md b/_projects/triangle.md index f615034f..b73ed921 100644 --- a/_projects/triangle.md +++ b/_projects/triangle.md @@ -32,6 +32,14 @@ To give your project a background in the portfolio page, just add the img tag to The assignment given was to create a generative art installation that runs on the ESP32 TTGO T-Display with a valentine's day theme to be displayed in the envelope as shown. +The goal is to create an interactive device with the provided hardware. The devices will run off wired power and send data back to your laptop for visualization, sonfication, or whatever media generation process you prefer. + +From a hardware perspective, you will need to connect the specified components to the ESP32 and create an enclosure for the device. From a software perspective, you will write an ESP32 program that collects sensor data and sends it over either a serial or wifi connection to a laptop. You will also write a media generation program on your laptop to handle this data and create something interesting with it. + +What creative decisions did you work lead you to, and which decisions did you take? How were your decisions motivated by your larger creative vision for this project. In the same vein, also address any technical issues you encountered in your work. Particularly focus on issues that other artists may encounter when developing with your hardware setup. + + + This work was largely inspired by [The Catacombs of Solaris](https://ianmaclarty.itch.io/catacombs-of-solaris-original) and Kalidescopes. I choosed to use Lana Del Rey lyrics because she is my favorite artist and many lyrics seem to be talking to a lover which corresponds to the envelope in the installation.