Skip to main content

Posts

Living With Type 1 Diabetes

This is the first Action Project of the winter term in the class Disease. In this class, we have been observing different types of cancer and body systems. We have also talked about how disease can happen. We defined the sciences of the body and organ systems along with the causes of disease which are anatomy, physiology, pathology, epidemiology, and etiology. For this Action Project, we had to pick a disease and interview someone with that disease. I chose to work with Type 1 Diabetes. In this post, you will see what Type 1 Diabetes is and how it affects the body including the patient’s story and life based on the interview. My interviewee has lived with Type 1 Diabetes since she was nine years old and had to grow up with the disease.  Glucose, which is a very important energy source for the body’s cells, needs to leave the bloodstream and go into the cells to provide energy to them. Insulin which is made by the pancreas binds to the cell and signals them to take up glucose. After...

Opposing Opinions

Welcome to my blog. This is the first Action Project for the winter term class Forbidden Books. In this unit we read the book, Fahrenheit 451  by Ray Bradbury. This book was banned because of its description of burning literature, mentioning abortions, suicide, murder, and drugs. In many schools this book has been prohibited from the curriculum due to its story. After reading this book myself I can understand why some schools or people would not want children to read it. We have also observed other censored books such as Green Eggs and Ham  by Dr. Seuss. In these short assignments we tried finding why people would censor these children's books. In this unit we talked about Socrates and his suicide as a result of being charged for corrupting the youth in the teachings he believed and followed. For this Action Project we had to create a Socratic Dialogue about any topic. During Socrates' trial he questioned his accuser, Meletus. Socrates tried getting Meletus to come to a realiz...

I Am a Peacebuilder

This post is for the Civic Term class Global Peace. In the three weeks of this class we covered sarvodaya, satyagraha, and Sharpe's 198 Nonviolent Methods of Nonviolence. Sarvodaya and satyagraha were concepts by Gandhi. Sarvodaya explains that all are rising and is supposed to be an answer to all "isms" such as capitalism or communism. The large list of nonviolent methods consists of speeches, marches, strikes, physical interventions, peaceful noncooperation, boycotts, and more. For this project I chose to focus on homelessness in Chicago. In the large city you can find tent cities or people camped on the street in many places. With the weather in Chicago living outside with only a small shelter or none at all can be difficult for surviving. The city is also dotted with empty lots or abandoned land. I believe these plots of land can be redesigned into housing for the homeless. Each person or group of persons depending on their situation would have a small residence where...

Traveling Otters

 Welcome to a new post. This is for Unit 2 of the STEAM class Population. This class focused on adaptation and evolution. We discussed how animals have adapted over time to be better suited for their environment. We talked about mutations and watched a video of bacteria traveling through antibiotic by developing mutations to pass through them. In this class the central tendencies in math became important and was used more frequently up to the Action Project. Like in the last unit there was another dissection. This time we dissected an owl pellet or owl regurgitation. In my dissection I found three skulls of what looked like rodents and some other bones as well. This dissection did not smell as bad as the worm. For the AP I chose to look at the North American river otter. With these amazing mammals I tried to predict what they would be like in at least 500 years and made a data set from ten river otters. One important aspect from this AP is our group of animals being transported to ...

Making a Chatbot Using Python

 Hello and welcome back to the exciting coding post. In the class, Computer Science we have continued to code using python. This unit relates to the last unit and post that was made about Inputs. There I made a calculator and a form letter that can function when the user types in inputs that respond to some of the computer's questions. For this unit we have made a chatbot that will take inputs but also respond to the user. Chatbots are used on many different websites. There are some that are solely dedicated to having a computer talk to you based on your questions and answers. Some websites where it asks if you want to speak to a worker or other person use a chatbot to answer the user and direct them to a worker. In this piece of code I included some questions, a random response generator, and a few other modules and functions. If you would like to try the chatbot out for yourself you can. All you need to do is answer the questions it gives you on the right side of the code box....

The Two Tigers

In this unit of Stories, we have been talking about fables. This is the second Action Project for this class. During this class we read some of the Aesop Fables and Panchatantra Fables. In these fables we observed the characters, personification, and symbolism. We also talked about how animals are given different human characteristics in fables. An owl for example is very wise or a monkey is curious. Symbolism is very important in a fable because it can help lead the protagonist to the lesson at the end. We talked about different characters in the story such as the protagonist, antagonist, and confidants. For this Action Project we were asked to create a fable. For my fable, I chose to have two tigers as my characters. I decided to make the lesson in my fable is to have patience. I chose this value because it is important to be patient because it can take away stress and be calm and centered. The Two Tigers This is the story of two tigers.. The first tiger was named Titus, and his brot...

Input Manipulation Using Python

Welcome back to my blog. This post is for the projects in the Computer Science class. In Computer Science we have been learning about different types of coding and how computers work. We have done math problems in binary code and practiced making something from using python. In these two projects we used python to code a advanced calculator that you can use to find what the temperature in Celsius is based off of your input of your temperature outside in Fahrenheit. The second project here is a code that uses your inputs to create a letter to a state representative to talk about something important to you. Both of these codes have been checked multiple times to see if there were any errors or changes that needed to be made. If you would like to try them out for yourself you can do so by typing in your responses on the right to the questions that are asked. The first project is an advanced calculator that takes an input of a given temperature in Fahrenheit and converts it into Celsius fo...