Saturday, June 14, 2014

Human anatomy project?




Courtney


well i am in a group of four and we have to teach the class for 30 minutes and i want to make it intresting. The subject were doing it on is Digestion. So i need lesson plans or diagrams anything would help. Also i wanted to do something like bring in stuff or how to get a laugh out of the class while were teaching, so i need tips or something


Answer
here some x-rays you can use to show how food enters and exits the body from swallowing to pooing, the images are taken by getting the patient to swallow a powdered based drink called barium. barium is a dense material which allows doctors to investigate whether your insides are working properly.

swallowing (food entering mouth, going down oesophagus into stomach):

http://www.radiographicceu.com/article23.html

here is a youtube video of a barium swallow in real time, this person has somesort of oesophagile reflux - this were food travels back up toward the mouth instead of going into stomach.

http://www.youtube.com/watch?v=fCQ_MrhhGvI

this is the stomach, the arrow points to were the oesophagus meets the stomach:

http://www.szote.u-szeged.hu/radio/nyelocs/anyel6b.htm

This one is called a small bowel enema, a tube (which you can see on the x-ray) is inserted down the oesophagus into the small bowel. this is were food goes after the stomach.

http://farm1.static.flickr.com/36/123159727_900bab501a_o.jpg

This one is called a barium enema, this image is of the large bowel, this is were food goes after the small bowel... after this, its time for your food to meet the toliet

http://www.medicine.cu.edu.eg/english/students/study/x_ray_surgery/xray/intestine/141_normal_ba_enema.jpg

http://www.youtube.com/watch?v=BF_1sUYHL5M - the colon (large bowel)

heres another one

http://www.youtube.com/watch?v=8BVY5qfZKwk&feature=related - again 3d colon taken using a CT scanner, a ct scanner is a hi-tech x-ray mechine which rotates around the body also called cat scan.

if you talk about the structures of each segment/body piece, you might be able to distinguish them on the x-rays

bored now so hope this is ok etc...

How to make a minecraft mod?




Ugly Coupl


I have been searching the internet for videos and articles on how to create a minecraft mod. The problem I keep having is all the pages and videos I find leave out too much information and do not explain things well enough, so I can go on and make my own mod (not just a new block or new mod).
I want to make a battle mod with magic and new arrows that you have to get to a certain level to buy.

Please post videos and articles, as detailed as possible. DON't POST LINKS TO OTHER MODS.



Answer
Look, I'm going to be frank with you.

It is dang impossible to learn how to write a minecraft mod from a youtube video or a Y!A post. Making a minecraft mod requires Java, which is a programming language. Learning a programming language is akin to learning a spoken language if you want do it well. For instance, here is a code in Java that simply adds two numbers.


import java.util.Scanner;

public class FirstProgram
{
public static void main(String[] args) {
System.out.println("Hello out there.");
System.out.println("I will add two numbers for you.");
System.out.println("Enter two whole numbers on a line");

int n1, n2;

Scanner keyboard = new Scanner(System.in);
n1 = keyboard.nextInt();
n2 = keyboard.nextInt();

System.out.println("The sum of those two numbers is");
System.out.println(n1 + n2);

}

}

Now, to create a mod, not only would you have to use code much more complicated than that, you would need to design 3d models, import them into the world, etc. Sorry




Powered by Yahoo! Answers

Title Post: Human anatomy project?
Rating: 100% based on 99998 ratings. 5 user reviews.
Author: Yukie

Thanks For Coming To My Blog

No comments:

Post a Comment