Project-01-Face

This is what I look like when I wonder when covid-19 will end.

sketch jq
//Jiaqi  Self-Portrait
function setup() {
    createCanvas(500, 500);
    background(220);
    text("p5.js vers 0.9.0 test.", 10, 15);
}

function draw() {
	scale(0.3);
	background(224,164,151);
	fill(96,76,63);
	noStroke();
	//me
	//hair 
	ellipse(700,800,710,840);
	rect(200,750,840,850);

	//shadow
	fill(57,39,21);
	ellipse(657,820,498,588);
	rect(320,820,588,762);
	fill(244,211,158);
	ellipse(540,1538,172);
	rect(454,1292,172,352);
	fill(216,175,142);
	ellipse(556,1296,204,142);

	//face
	fill(244,211,158);
	ellipse(626,1021,650,650);

	//shirt
	fill(0,105,52);
	quad(255,1516,817,1516,951,1699,155,1699,);
	fill(216,175,142);
	rect(404,993,478,223);

	//mask string
	noFill();
	stroke(46,167,224);
	strokeWeight(12);
	ellipse(362,1069,247,183);
	noLoop();
	noStroke();

	//ear
	fill(244,211,158);
	ellipse(271,1048,121,226);
	ellipse(540,1518,172);

	//mask
	fill(175,198,235);
	rect(422,960,550,236);

	//eyes
	fill(0);
	ellipse(510,897,32,75);
	ellipse(833,898,32,75);

	//eyelash
	stroke(0);
	strokeWeight(3);
	line(486,875,505,870);
	line(858,877,834,874);
	noFill();

	//eyebrows
	stroke(96,76,63);
	strokeWeight(5);
	arc(500,804,80,50,PI,TWO_PI);
	arc(830,780,80,50,0,PI);
	noStroke();
	
	//bird
	fill(248,235,224);
	ellipse(915,422,190,157);
	ellipse(965,353,88);
	triangle(758,438,839,380,849,480);
	fill(0);
	ellipse(943,352,10);
	ellipse(1002,352,10);
	fill(224,164,151);
	triangle(965,353,987,353,976,372);

	




}

LO1-My Inspiration

The project I want to discuss is the 9/11 museum designed by Local Projects, an experience design studio. The 9/11 museum is designed to be a museum of collective memories with a plurality of views. Visitors can record their reflection on 9/11 and the curators will integrate visitor responses into the exhibit. By the end of the exhibit, visitors may write a note of hope and remembrance, and these notes will be projected temporarily onto a space near the beam, then stored in the museum’s permanent digital archive.

an audio tapestry from the testimonies of 417 people

I like this project because it changes the role of the visitors from passive receivers to active contributors in how the tragedy will be remembered. Conventionally, museums provide a singular and authoritative narrative, and all the work of collecting evidence and making analysis will be finished beforehand. However, because 9/11 is still influencing some of us in the present, incorporating ongoing stories from the public successfully addresses the unsettled nature of the subject. The rawness and variety of expressions send a clear message: the past is still present.

video records of visitor’s reflection on 9/11

I am not sure exactly how many people are involved in the developing phase of the project, but I learned that the team is multidisciplinary and they usually put a different interdisciplinary team on each phase of a new project because the main focus shifts as they move on. Speaking about the technical aspect, I am not sure what softwares are used but the project involves a powerful database that frequently updates the most recent articles related to 9/11 and store newly introduced notes and video record. As for the inspiration, Jake Barton, the founder of Local Projects says that he was influenced by Anna Deavere Smith’s Twilight: Los Angeles, 1992. He commented, “It was really an exercise in empathy, in trying to find the humanity of everyone involved.” I believe that this project points to a future where the museum is no longer a static, official, and definite place but a continuously evolving cluster of stories and memories from everyone and everywhere. I imagine the dynamic between the visitors, the installation, and the designers will change interestingly.