You're about to create your best presentation ever

Free Powerpoint Templates Wheelchair

Create your presentation by reusing a template from our community or transition your PowerPoint deck into a visually compelling Prezi presentation.

The Free Wheelchair Mission

Transcript: Manufacturing/ how its made Local need Where it happens Businesses and competetion Cost to buy/ run Durability Type of Technology enables people access to markets and jobs creates competition and increases economic growth rugged terrain > Molly, Beth and Anouska FREE WHEELCHAIR MISSION “Our Distribution Partners play a pivotal role in facilitating the efficient delivery of wheelchairs to those who need them most.” Success of project The wheelchairs are packed into shipping containers and transported to destination port; only negative environmental impacts chairs and mountain bike tires that cannot be sold are used in the wheelchair; sustainable focus leading provider of mobility in developing nations opens doors to education, employment opportunities and community poor people in LEDC’s with disabilities are overlooked. ● Wheelchairs provide mobility, and mobility changes everything. ● Mobility means independence, the ability to participate in society and earn a living. ● It means dignity, leaving behind the days of living on the ground. How the wheelchair works " While vacationing in Morocco, Don and his wife witnessed the plight of a woman with disabilities, struggling to drag herself across a dirt road. Ignored by the surrounding crowd and barely evading traffic, the woman’s hardship was a scene that Don and Laurie would never forget upon their return to life in southern California. Following the transformative experience, Don turned his God-given talents to solving the problem of immobility in developing nations. His hands-on, inventive approach guided him in designing a low-cost, high-durability and functional wheelchair. assemble the frame locate maintenance pack person sits in chair add mountain bike tires put on adjustable footrest add cushion takes 8 minutes Causes of disability; poverty, disease, malnutrition, armed conflict (land mines undetonated bombs), lack of proper medical care, birth defects, Each chair costs $48.35 to make including shipping, but once made they are distributed freely to those who need them Chair can be donated, so person to person transfer Fundraising – public has a key part to play e.g. marathons Sustainability Maintainablitiy Christian organisation set up and managed by Don Shoendorfer Wheelchairs are donated across 91 countries for free with the overall need for them being 100 million. " Their mission; to provide mobility to the physically disabled poor in the developing world Their vision; to become a world class provider of mobilitiy " provided mobility; opens doors to education, employment and the community Lynne Dobson in Uganda "ingeniously designed" solves epedemics of polio and cerebral palsy helps families gives sense of respect/dignity Success of the Project Impacts on peoples lives Decision Makers Given a maintenance pack upon recieveing the wheelchair Impacts on peoples lives All three wheelchair models designed to be resilient enough to withstand regular use in rugged terrain Designed to provide 3-5 years of service with normal use, providing it is appropriately maintained. % of chair per region : Eurasia* - 55.51 Latin America - 29.14 Africa - 15.35 top 5 countries served since 2001: vietnam - 112,230 india - 94,220 china - 63,620 peru - 54,032 chile - 36,661 south america, south african and north western regions in africa, Asia is where most of the work is concentrated. intermediate technology appropriate technology thats suitable for the developing world fundraising public 675 volunteers worldwide individuals who educate and converse aims Shanghai manufactures Inspiration Subsequent effects of its use About them Environmental Impacts

PowerPoint Game Templates

Transcript: Example of a Jeopardy Template By: Laken Feeser and Rachel Chapman When creating without a template... http://www.edtechnetwork.com/powerpoint.html https://www.thebalance.com/free-family-feud-powerpoint-templates-1358184 Example of a Deal or No Deal Template PowerPoint Game Templates There are free templates for games such as jeopardy, wheel of fortune, and cash cab that can be downloaded online. However, some templates may cost more money depending on the complexity of the game. Classroom Games that Make Test Review and Memorization Fun! (n.d.). Retrieved February 17, 2017, from http://people.uncw.edu/ertzbergerj/msgames.htm Fisher, S. (n.d.). Customize a PowerPoint Game for Your Class with These Free Templates. Retrieved February 17, 2017, from https://www.thebalance.com/free-powerpoint-games-for-teachers-1358169 1. Users will begin with a lot of slides all with the same basic graphic design. 2. The, decide and create a series of questions that are to be asked during the game. 3. By hyper linking certain answers to different slides, the game jumps from slide to slide while playing the game. 4. This kind of setup is normally seen as a simple quiz show game. Example of a Wheel of Fortune Template https://www.teacherspayteachers.com/Product/Wheel-of-Riches-PowerPoint-Template-Plays-Just-Like-Wheel-of-Fortune-383606 Games can be made in order to make a fun and easy way to learn. Popular game templates include: Family Feud Millionaire Jeopardy and other quiz shows. http://www.free-power-point-templates.com/deal-powerpoint-template/ Quick video on template "Millionaire" PowerPoint Games Some games are easier to make compared to others If users are unsure whether or not downloading certain templates is safe, you can actually make your own game by just simply using PowerPoint. add logo here References Example of a Family Feud Template PowerPoint Games are a great way to introduce new concepts and ideas You can create a fun, competitive atmosphere with the use of different templates You can change and rearrange information to correlate with the topic or idea being discussed. Great with students, workers, family, etc. For example: With games like Jeopardy and Family Feud, players can pick practically any answers. The person who is running the game will have to have all of the answers in order to determine if players are correct or not. However, with a game like Who Wants to be a Millionaire, the players only have a choice between answers, A, B, C, or D. Therefore, when the player decides their answer, the person running the game clicks it, and the game will tell them whether they are right or wrong.

Templates

Transcript: Templates The key to generic programs a simple code! Output? Answer Namespaces Namespace is a feature added in C++ and not present in C. A namespace is a declarative region that provides a scope to the identifiers (names of the types, function, variables etc) inside it. Multiple namespace blocks with the same name are allowed. Templates Templates Templates are powerful features of C++ which allows you to write generic programs. In simple terms, you can create a single function or a class to work with different data types using templates. Advantages: Readability Flexibility Re-usability Function Template FUnction Templates A single function template can work with different data types at once but, a single normal function can only work with one set of data types. Normally, if you need to perform identical operations on two or more types of data, you use function overloading. However, a better approach would be to use function templates because you can perform the same task writing less and maintainable code. Example Sometimes, you need a class implementation that is same for all classes, only the data types used are different. Normally, you would need to create a different class for each data type OR create different member variables and functions within a single class. This will unnecessarily bloat your code base and will be hard to maintain, as a change is one class/function should be performed on all classes/functions. Class Template Class Templates Example virtual functions virtual functions Virtual functions ensure that the correct function is called for an object, regardless of the type of reference (or pointer) used for function call. They are mainly used to achieve Run-time polymorphism. The prototype of virtual functions should be same in base as well as derived class. They are always defined in base class and overridden in derived class. It is not mandatory for derived class to override Example Pass by reference Pass-by-reference means to pass the reference of an argument in the calling function to the corresponding formal parameter of the called function. The called function can modify the value of the argument by using its reference passed in. Does not copy the arguments. The formal parameter is an alias for the argument. References cannot be NULL.

Templates

Transcript: Social learning network for teachers & students Create assignments, files & notices Discussion forum for class groups Retrieve homework Penzu Furl Shanna Wood 10/5/12 Web 2.0 Tools Multiple technology tools increase ability to learn Providing students with technology that they would not normally have Positive effect of student learning Student engagement & hands on with technology Encourage creativity Audio broadcast converted to MP3 or other playback device Listener can choose what they listen to and download Can be used for class presentations, lecture & literacy Anyone, Anytime, Anywhere Web 2.0 is a term coined in 1999 to describe web sites that use technology beyond the static pages of earlier web sites Blogs Emerging Technologies Reflection Edmodo Ways that Penzu can be implemented into the classroom:Warm-Up Activities Daily journaling Writing Essay's Introduction Penzu is a simple service written on rails, that allows you to write and save private notes or posts with images, print the entry, or share it by email or submit as assignment Podcasts Enhance learning, creativity & collaboration Easier to share global wide Web 2.0 tools are today's tomorrow Possibilities & future are endless Social bookmarking site that enables students and teachers to share their favorite sites with each other. This can be helpful for research, projects or sharing tutorial sites, with peers. Teachers can also use this site to share ideas on lesson plans or fun ways to teach while keeping students engaged in learning. Daily post Personal reflections Only owner can make changes Class discussion forum

Now you can make any subject more engaging and memorable