Trip Report–Shanghai Natural History Musesum

Shanghai Natural History Museum By Xiaoyi Cai (Mia)   Date: 2/23/2022 Architecture & Surrounding Environment The much anticipated Shanghai Natural History Museum, designed by Perkins+Will’s Global Design Director Ralph Johnson, has opened in Shanghai. The 44,517 square meters (479,180 square feet) museum offers visitors the opportunity to explore the natural world through the display of more … Continue reading Trip Report–Shanghai Natural History Musesum

Diaroma Reflection

Documentation for “Girls’ Stories” By Xiaoyi Cai (Mia)    Date: 3/21/2022 PROJECT NAME Girls’ Stories CONCEPT It is a work displaying the harm done to women in a seemingly flowery world, wishing the world to be more full of peace and equality, and fewer conflicts and harm. And in my project, I chose four typical … Continue reading Diaroma Reflection

Final Project Reflection

Final Project Reflection By Xiaoyi Cai    Date: 5/19/2021 I. BRIEF INTRODUCTION  Project Name: “Drink Water!!” Designers: Mia & Amber Instructor: Eric Poster— II. CONCEPTION AND DESIGN  Here’s the video of how our project works: In current society, many people are so busy that always forget to drink water, which will do great harm to … Continue reading Final Project Reflection

Documentation—Recitation 10

Documentation—Recitation 10 By Xiaoyi Cai (Mia)   Date: 5/5/2021 Part 1: Arduino to Processing The color of the jellyfishes represents the emotions of people who stay in the city. Here is the code: Arduino— void setup() {  Serial.begin(9600); } void loop() {  int sensor1 = analogRead(A2);  int sensor2 = analogRead(A4);  Serial.print(sensor1);  Serial.print(“,”);    Serial.print(sensor2);  Serial.println();   … Continue reading Documentation—Recitation 10