In this studio, we were challenged to make an art piece that kept people busy while they waited for the bus. The first solution we came up with, was making a pedal box under the bus stop seats, that would allow commuters to pedal and generate electricity. This could be used for charging electronics or powering a sign that tells you when the bus is coming. We later pivoted because this was kind of a solitary idea. Although it encouraged you to charge and use your phone, it wasn't really a form of art. So, we wanted to make something that was interactive, communal, and is a piece of art. We split up to come up with ideas, and we all decided on a large cylindrical music box that you could spin around a pole making music.
Just a Reminder for Cambridge Students-
The Brief is due Monday morning by 9:00AM. Please wait to complete the brief until you have received comments about your outline.THIS SHOULD BE POSTED IN THE WRITING TAB OF YOUR PROJECT.
Remember, all documents related to the brief are found HERE. These include a note from the writing coach and the Composition Reminder Sheet.
Now that you have created an document that outlines all of the information you want to relate in the Brief, it is time to weave that information together into a strong narrative that ties together the Why, How and What and Who of your project through clear, cogent writing. Tell the story of how your idea was born, developed, and manifested.
Create 1 post titled “The Brief” in the Writing tab with text that includes the following 2 items, numbered:
Write in the Third person in an explanatory fashion. Resist using I, WE, OUR, or YOU and focus on describing the work.
Here is an example from Penelope the Pain-O-Monster:
Pediatricians and other doctors find it challenging to collect accurate self reported information from children about their level of pain due to lack of communication skills, fear, anxiety, and discomfort. Traditional 1-10 pain scales do not fully address these issues, often leading to uncomfortable children and inaccurate symptom information. Penelope the Pain-O-Monster is a cute plush toy that uses integrated pressure sensors to allow children to express their source and level of pain through play.
A previous project, The EmoOwl, helped children with autism to express themselves by translating motion into color. Penelope the Pain-O-Monster grew out of the desire to expand children’s health menagerie with a different stuffed animal, one that makes the pain charts patients use to express their pain more interactive and easier for a child to use. Because research has shown that playing with stuffed animals can take children’s mind off pain, an additional “Fun” mode was added to distract from pain and anxiety. The handcrafted stuffed animal uses force sensors in different body parts that light up from blue to red depending on how hard they are pushed to show the child’s pain level. The hope is that, as one of many future healthcare friends, Penelope can help sick children feel safer while providing more useful information to care providers.
const int ledPin = 13;
const int buzzerPin = 12;
const int ldrPin = A0;
void setup () {
Serial.begin(9600);
pinMode(ledPin, OUTPUT);
pinMode(buzzerPin, OUTPUT);
pinMode(ldrPin, INPUT);
}
void loop() {
int ldrStatus = analogRead(ldrPin);
if (ldrStatus >= 400) {
tone(buzzerPin, 100);
digitalWrite(ledPin, HIGH);
delay(100);
noTone(buzzerPin);
digitalWrite(ledPin, LOW);
delay(100);
Serial.println("----------- ALARM ACTIVATED -----------");
}
else {
noTone(buzzerPin);
digitalWrite(ledPin, LOW);
Serial.println("ALARM DEACTIVATED");
}
}
For your homework tonight, please work with your partner to complete as much of the presentation post as possible. Tomorrow all work will stop at noon, so the more of the presentation you can get done tonight the better. Please post your presentation (1 version) to the Portfolio tab of your project. If you have any last rhino or fusion files to print/cut, I recommend you complete these as well tonight so they can be print.cut first thing Tuesday morning.
THE PRESENTATION POST
This post's privacy is set to Everyone. This post showcases your final design by telling the comprehensive story of how your idea was born, developed, and manifested. The arc of the story should encompass the, How of your project in a compelling narrative. It showcases your design process including your brainstorming, each of your iterations, and your final prototype. It allows the viewer to delve deeply into your process.
You are encouraged to make your narrative as compelling as possible. All of the content below should be included, but if you would like to rearrange the material in order to tell your story differently, work with your coach.
INTRODUCTION PORTION
Your presentation is a narrative, and the introduction sets up the scene for that story. Here you introduce the project, say why it is important, and summarize what you did.
TITLE WITH TAGLINE: This slides shows a crisp, clear final image and the title of your project. with a pithy blurb describing the project. The image, name, and tagline should draw a viewer in.
Examples:
EVOCATIVE IMAGE: This is a single image that shows a clear image that evokes the soul of your project. This image helps set up the why in a compelling way, sets the stage for your narrative, and will help frame the entire presentation. The caption of this slide (set with the Edit Captions button when editing your post) should discuss the context of your project. No Text on the slide.
THESIS STATEMENT: This is a TEXT ONLY slide for which briefly describes the Soul and Body of your project. You can use the project description from your Brief or write something new. This statement ties together your narrative.
Examples:
PROCESS PORTION
The Process Portion of your presentation tells the story of how you iteratively developed your project. Somewhere in that story you should include conceptual and technical precedents that guided you at each stage as well as brainstorming and process sketches and clear photo booth imagery for 3-4 stages of your process.
This portion is made up of three types of slides repeated 3-4 times. Each iteration in your process should include:
FINAL PORTION
The Final stage of your presentation is the resolution of your narrative and shows your completed work. The use diagram shows how your project works and the construction diagram shows how it is assembled. Final photos show the project both in action and at rest. The imagery captures your final built design.
USE DIAGRAM: A diagram showing some aspect of the functionality. These can include:
MECHANICAL DIAGRAM: A diagram offering insight on how the project is put together and functions technically.
ELECTRONICS or OTHER DIAGRAM: Additional diagrams showing some important aspect of your design.
IMAGERY: The last slides should have an images of the final project. These images should be taken in the photo booth, cropped, and adjusted for contrast, brightness, etc. Images should include:
Musical Interventions is a collaborative studio between the Karam house and NuVu Cambridge. The students will have the opportunity to use music as a common language as they explore what it means to create sound, it's materiality, and the physicality of play. Through the use of parallel activities and programming, weekly video chat and daily blog interactions, the students will create sound installations that will augment the current playground design newly built in Reyhanli, Turkey.
التداخلات الموسيقية : هو استديو تعاوني بين بيت كرم و NuVu كامبردج، ستتاح الفرصة للطلاب من خلاله استخدام الموسيقى كلغة مشتركة بين (كيفية إنشاء الصوت ، والمادة التي سيصدر الصوت من خلالها ، وطريقة اللعب لإصدار هذا الصوت) وذلك بتجريب أنشطة مماثلة لألعاب موسيقية مع لغة برمجة ،والاجتماعات الأسبوعية ، والتفاعل اليومي للنصوص والشروحات باستخدام التوثيق.
سيقوم الطلاب بإنشاء تراكيب صوتية تعزز تصميم الملعب الي يتم بناؤه حديثاً في مدينة الريحانية التركية.