Free Essay

Monitor Student’s Presence in Classroom

In:

Submitted By smp18
Words 2211
Pages 9
Monitor Student’s Presence in Classroom _________________________________________________________________________________________

Abstract— This project is developed for two purposes: first is avoid the manual roll number call by lecturers which is time consuming task and also to avoid proxy, second is parents monitor their children. This project aims at providing software to automatically record the students’ attendance during lecture in a classroom using facial recognition technology instead of the traditional manual roll call methods. Facial recognition method is very important and is used in various applications for identification and detection.

Keywords —Face Recognition, Attendance System, Camera, Image Processing technology, OpenCV Library Software

___________________________________________________________________________________________________

Introduction

This project deals with the development and implementation of a smart and real time attendance application that monitor and traces the exact position of a student. Parents whose numbers are registered in the school/college database can use this application in their mobile phones. It provides some authentication and thus enhances security of student by using CAMERA which is used in the classroom. Using this application, parents can be carefree about the safety of their children despite being busy in their hectic job schedule. It helps you to get the actual position of your children on your smart mobile phone or even your computer. It is enabled with 3D earth map that provides you most accurate position of your child at a regular interval of time. The software provides you real time positioning system with finest accuracy. The student recognition application is for Classroom Attendance system. The attendance is automatically updated onto a personal computer of classroom and then takes printout of attendance sheet. Also the incoming and outgoing timings of the Students can be recorded in camera for later records. Facial recognition technology uses in different areas in large organizations. This is mainly because these applications improve the performance and effectiveness of the organization (colleges).For an organization to be effective, it needs accurate and fast means of recording the performance of the lecturer inside college. Biometric recognition has the potential used for evaluating the performance of those people working within the college. Although biometric technologies are being applied in many fields but it has not yet delivered its promise of guaranteeing automatic face recognition. This research is providing an automated attendance system that recognizes students using face recognition technology which record their attendance in lectures and evaluating their performance accordingly.

LITERATURE SURVEY

The Existing systems that use RFID, barcode scanner, biometrics like fingerprint recognition, iris recognition etc. to identify students are time management systems used in many colleges [2] and existing techniques involve fingerprint tracking which does not provide the exact position of the student as it is having some limitation due to distance. Face recognition system has been utilized in much application over past year: Video Gaming, Smart Cards and Face ID, drivers’ license-national ID- passports- voters’ registration, internet and intranet security, terrorist alert, advanced video surveillance, Crime stopping, time attendance and monitoring. Our system will try to provide a solution to this problem as we are using camera, it provides the exact position by taking multiple face detection, face matching algorithm and update attendance of student in teacher catalog and providing the children’s updated information to their parents. Every day a lecture, laboratory starts the lecturer or teaching Assistant delays the lecture to record students’ attendance. When lecture with large number of student at that time this manual attendance is a lengthy process and takes a lot of time and effort. During an exam, traditional attendance system causes a lot of disturbance and interruption. • Registration: This will provide the users their respective Id and Password. • Login: This function will check that only the valid users are allowed to access their web application. • Edit Profile: Parents can view their information and edit it as and when required. • Post notifications: Teachers can add all important notifications whenever required.

Proposed system

1 Architectures of proposed system

[pic]

System Architecture

The application provides some security to the child by continuously informing their parents about their academic report. Also this application can be used only by the parents whose numbers are stored in school database. The registration and login information should be encrypted and decrypted properly to provide safety and protect illegal use of application.
Enrollment

First step in every biometric system is the enrollment of persons using general data and their unique biometric features as templates. This work uses the enrollment algorithm as shown in the Figure 1.

| | Enhanc- | Feature |
|Capture | | |
| Image | ement |Extraction |

Data base

Fig 1. Enrollment Process

Image is captured from the camera which is used in the classroom and then it is enhanced using histogram equalization and noise filtering. In the second step face is detected in the image and features are extracted from it. These unique features are then stored in the face database with certain id of that person.

System Description

The system consists of a camera that captures the images of the students in the classroom and sends it to the image enhancement module. After enhancement the image comes in the Face Detection and Recognition modules and then the attendance is marked on the database server. This is shown in the experimental setup in Figure2. At the time of enrollment templates of face images of individual students are stored in the Face database. Here all the faces are detected from the input image and the algorithm compares them one by one with the face database. If any face is recognized the attendance is marked on the server from where anyone can access and use it for different purposes. This system uses a protocol for attendance. A time table module is also attached with the system which automatically gets the subject, class, date and time. Teachers come in the class and just press a button to start the attendance process and the system automatically gets the attendance without even the intensions of students and teacher. In this way a lot of time is saved and this is highly secure process no one can mark the attendance of other. Attendance is maintained on the server so anyone can access it for it purposes like administration, parents and students themselves.
Camera takes the images continuously to detect and recognize all the students in the classroom. In order to avoid the false detection we are using the skin classification technique [19]. Using this technique enhance the efficiency and accuracy of the detection process. In this process first the skin is classified and then only skin pixels remains and all other pixels in the image are set to black, this greatly enhance the accuracy of face detection process.

Two databases are displayed in the experimental setup Figure 2. Face Database is the collection of face images and extracted features at the time of enrollment process and the second attendance databases contains the information about the teachers and students and also use to mark attendance

System Algorithm

This section describes the software algorithm for the system. The algorithm consists of the following steps

• Image acquisition • Histogram normalization • Noise removal • Skin classification • Face detection • Face recognition • Attendance

In the first step image is captured from the camera. There are illumination effects in the captured image because of different lighting conditions and some noise which is to be removed before going to the next steps. Histogram normalization is used for contrast enhancement in the spatial domain. Median filter is used for removal of noise in the image. There are other techniques like FFT and low pass filter for noise removal and smoothing of the images but median filter gives good results. This Algorithm is shown in the Figure 3. Next is the description of each step in the above algorithm with effects on the images after each process

4.1 Image Acquisition

Image is acquired from a high definition camera that is connected above the white board. This camera is connected to the computer. It captures images after every 2 minutes and sends these images to the computer for processing. Figure 4 shows the input image of classroom captured by the camera

4.2 Histogram Normalization

Captured image sometimes have brightness or darkness in it which should be removed for good results. First the RGB image is converted to the gray scale image for enhancement Histogram normalization is good technique for contrast enhancement in the spatial domain. Figure 7 shows the histogram normalized image of the input image. This can be easily seen that the students sitting on the back rows are now clearly seen and in this way they can be easily recognized. There are other techniques for making an image illumination invariant (1). Figure 8 shows the histogram after the equalization of input image.

Noise Filtering:

Many sources of noise may exist in the input image when captured from the camera. There are many techniques for noise removal. Low pass filtering in the frequency domain may be a good choice but this also removes some important information in the image. In our system median filtering in is used for the purpose of noise removal in the histogram normalized image.
Skin classification

This is used to increase the efficiency of the face detection algorithm. Voila and Jones (8) is used for detection and its accuracy can be increased if the skin is classified (18) before the scanning procedure of faces

Face Detection

In this section faces are detected and shown in the figure 10 by marking circles on the faces of student Algorithm is trained for the images of faces and then applied on the class room image for detection of multiple faces in the image. The algorithm can also detect the veil faces as shown in the Figure 11. After the detection of faces from the images next step is cropping of each detected face. The algorithm uses the technique of threading to enhance the speed of algorithm. Each cropped image is assigned to a separate thread for the recognition purposes. Figure 12 shows the cropped faces from image

Face Recognition and Attendance

After the face detection step the next is face recognition. This can be achieved by cropping the first detected face from the image and compare it with the database. This is called the selection of region of interest. In this way faces of students are verified one by one with the face database using the EigenFace method [17] and attendance is marked on the server. Face Recognition techniques (14) (17) are used in our system

MATEMATICAL MODEL

The model of Monitor Student’s Presence in Classroom System as a Finite State Machine MSPCS is defined as a Five tuples relationship

MSPCS ││ (S, Σ, s, F, δ)
Where

1 S is a set of valid states that forms the domain of the MSPCS, S = {s0, s1, …, s8} where the states are: s0 – Teacher Registration System, s1 – Student Images capture by camera, s2 – Database student Image, s3 –Result of Image Compare, s4 – Parents Registration , s5 –Login and child Status checked s6 - Attendance is taken s7 - Entry is granted, s8 – Entry denied s9 – Exit

2 Σ is a set of events that the Software may accept and process, Σ = {e0, e1, …, e12} where:

e0 - Start, e1- Face Detection, e2 – Face Recognition Data, e3 – Check for Student Image Match, e4 – Match Found, e5 – Match not found, e6 –Status confirmed, e7 – status not confirmed, e8-Attendance Marked.

CONCLUSION

This application will be used for many purposes. Main purpose is for an automatic attendance Pilot phase of this project would be to monitor the movement/behavior of children in the classroom. Parents can monitor presence/absence of their children from remote location without physically visiting to the college or school. However, after successful implantation of pilot, same concept might be implemented in various areas like institute, police department, constitution, organization etc.

Acknowledgment

A project of this magnitude has been a journey with various ups and downs. It was the support from Guide, Colleagues and Family, which has helped me in the successful accomplishment of this project. I am glad to express my sentiments of gratitude to all who rendered their valuable help for the successful completion of the project. I am thankful to my guide Prof.L.J.Sankpal, for the guidance and encouragement in this work. His expert suggestions and scholarly feedback had greatly enhanced the effectiveness of this work. I would also like to express my appreciation and thanks to all my colleagues and family members who knowingly or unknowingly have assisted and encouraged me throughout my journey.

References

1] Ravi Shankar Sivalingam Anoop Cherian Joshua Fasching Nicholas Walczak Nathaniel Bird “A Multi-Sensor Visual Tracking System for Behavior Monitoring of At-Risk Children.”2012 IEEE International Conference on Robotics and Automation RiverCentre, Saint Paul, Minnesota, USA May 14-18, 2012
2] APARNA BEHARA, M.V. RAGHUNADH “REAL TIME FACE RECOGNITION SYSTEM FOR TIME AND ATTENDANCE APPLICATIONS”.
3] Balwant Singh, Sunil Kumar, Paurush Bhulania “LECTURE ATTENDANCE SYSTEM WITH FACE RECOGNITION AND IMAGE PROCESSING” International Journal Of Advance Research In Science And Engineering IJARSE, Vol. No.2, Issue No.3, March, 2013
4] Naveed Khan Balcoh, M. Haroon Yousaf, Waqar Ahmad and M. Iram Baig “Algorithm for Efficient Attendance Management: Face Recognition based approach”. IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 4, No1,July2012ISSN(Online):1694-08.

-----------------------
2

1

1

Similar Documents

Premium Essay

B M Visitation Essay

...B.V.M Visitation has a large Hispanic demographic. There is also a presence of African American and Vietnamese students. Statistics have shown that over 30% of all school -aged children come from homes where English is not the primary language. This number percentage may be even higher for B.V.M Visitation. A majority of these students come from Spanish families and a good portion of these students speak Spanish at home. Ms. Bandura tells me that there is only one student in her class whose primary language is not English, but that there are about 10-20 students in all of Visitation who are in the same boat. This student goes to an English Language Learner’s classroom where he gets direct help with English. In this classroom, the student receives one-on-one attention from a teacher. The teacher works on his speech and use of the English language with him. He specifically struggles with reading and decoding words. This student is on level 3 when it comes to English Language Proficiency. A level three student is able to use and understand series of related sentences, able to understand and use simple written English...

Words: 1525 - Pages: 7

Free Essay

Automated Attendance Monitoring System

...absence is a precursor of school dropout and is related to juvenile delinquency. And, because average daily attendance rates are a common determiner of school funding, absences mean that schools have less resources to do the job. Given all this, it is not surprising that reducing school absences is a top priority for many schools. (http://smhp.psych.ucla.edu) Now-a-days intelligent automation has stepped its presence in every field all over the world. This project has a stepping in the attendance and power management of the classrooms in the colleges/schools. The use of low cost technologies for highly reliable applications with the help of newly innovated algorithms makes the automation process to reach the consumers at cheaper and reliable cost. (http://www.muxtronics.com) The widespread of embedded computer networks as part of everyday peoples’ lives is leading the current research towards smart environments and Ambient Intelligence (AmI). AmI is a new information paradigm where people are empowered through a digital environment that is “aware” of their presence and context and is sensitive, adaptive and responsive to their needs. Mark Weiser, described the smart environments as physical worlds that invisibly interact with smart sensors, actuators, displays, and computational elements that are seamlessly implanted into our daily live activities. However, smart environments have to be associated with different Artificial Intelligence (AI) techniques and algorithms including...

Words: 4807 - Pages: 20

Premium Essay

Big Brother Is Protecting You

...disagreement. Despite the invasion of privacy, it would prove to be beneficial to the students and staff of schools because of the way it would help prevent tragedies from occurring at school and in students’ homes. In modern society, social media has become a part of everyday life. With an increase in violent acts at schools over the past decade, it has proven to be a necessity to monitor social media sites for a hint at the next event to take place. School administrators’ interest in the protection of the school and its inhabitants is not to be looked at as a creepy surveillance technique, but rather a preventative measure. Violent acts are on the rise and they seem to be getting greater in magnitude. It only makes sense that schools have the ability to monitor student behavior in an attempt to expel potentially harmful acts at school. As great as the student monitoring program sounds, there are still flaws evident. Those who oppose the student-monitoring program argue that the social media life of a student should be segregated from the school, saying schools are attempting to ensure classroom behavior, even while outside of the class. Another flaw with the system is the cost. At $40,500, the price influenced one student by the twitter name of Arayik to say, "GUSD should be smarter and start spending money on educational purposes." Although both arguments propose a valid argument, the potential impact the program could have tremendously outweighs the negatives. Students need...

Words: 616 - Pages: 3

Free Essay

The Young Geneation and Technology

...THIS GUY IS AN ASSHOLE ASMA - asma_i4690@hotmail.com I did for hime the shool project and refused to pay now The Effect of Technology on the Young Generation Name University In today`s world, the development of the younger generation is greatly affected by digitization. Technology changes the experience of childhood not only socially but also in both economical and cultural aspects. Technology has the greatest influence on the world today, and we are constantly surrounded by it and life will almost be impossible without it (Davies, 2010). In the below summary, I have outlined briefly how the media has changed the lives of the young generation: The article basically outlines the social, economic and cultural changes that have come about due to digitization. The media is so much engrossed in our lives that it would be impossible for our young generation to survive in its absence. The internet, video and television dictate the morals, cultures and characters the young pick up as they grow up. There are some economic aspects of change brought about by the digital age. In today’s era, Children seem to be staying younger longer. This creates financial dependence which is worsened by the stagnating youth labor market and consequently leading to delayed entrance into adulthood. In addition, there has been tremendous rise in the spending power. The main concern here is not only on the money young people spend but their...

Words: 1384 - Pages: 6

Premium Essay

Adhd In The Virtual Classroom

...difference between the ADHD group (who performed worse) and the control group approached significance (p = .05; adjusted p = .02) in the Virtual Classroom presentation, and the classification rate of the Virtual Classroom was better than when the standard CPT was used (87.5% versus 68.8%). Children with ADHD were more affected by distractions in the VR classroom than those without ADHD. Results are discussed in relation to distractibility in...

Words: 1541 - Pages: 7

Premium Essay

Classroom Management

...Chapter 3 Establishing Positive Teacher –student relations: 1. Establishing Positive Teacher-Student Relationships 2. Research indicates that academic achievementand students’ behaviors are influenced by the quality of the teacher-student relationship. 3. KleinfieldKleinfield analyzed teachers’ relationships withEskimo and Native American students who had bothmoved to a more urban setting.Findings He found that the more effective teachers showed apersonal interest in the students and alsodemanded solid academic achievement. 4. Center for Research on the Context of SecondarySchool Teaching at Stanford UniversityResearchers investigated students’ perceptions offactors that influence academic achievement.Findings Many student comments emphasized that theywere able to achievement better in classes whenthey felt that the teachers cared. 5. Wehlage, Rutter, Smith, Lesko, and Fernandez(1989)These researchers reported the following roadblocks to apositive teacher-student relationship:1. Adjustment: Schools do not provide a personal and supportive environment.2. Difficulty: The type of instructional strategies utilized (i.e., lecture) and the fact that there was not enough time proved difficult for students.3. Incongruence: There was a lack of personal-social alignment between the students and the school.4. Isolation: Students had no personal relationship with adults. 6. Wehlage, Rutter, Smith, Lesko, and Fernandez (1989)These researchers reported the following...

Words: 2956 - Pages: 12

Premium Essay

Field Study

...FS1The Learner’s Development and Environment FIELD STUDY | Episode 2 LEARNERS’ CHARACTERISTICS AND NEEDS | Name of FS Student Subject World History Year & Section 1st-Yr. & III-Merit & Mercy Resource Teacher Date Sept. 28, 2020 Cooperating School Your Target At the end of this activity, you will gain competencies in differentiating the characteristics and needs of learners from different developmental levels. Your Map To reach your target, do the following tasks: Step 1Observe 4 groups of learners from different level ( 1st Yr-4th Yr) | | Step 3Validate your observation by interviewing the learners. | Step 2Describe each of the learners based on your observations. | | Step 4Compare them in terms of their interests and needs. | Your Tools Use the activity form provided for you to document your observations. ------------------------------------------------- An Observation guide for the Learners Characteristic ------------------------------------------------- Read the following statements carefully. Then write your observation report on the provided space. Your teacher may also recommend another observation checklist if a more detailed observation is provided. ------------------------------------------------- Physical ------------------------------------------------- 1....

Words: 5753 - Pages: 24

Premium Essay

Rfid

...number of applications based on Radio Frequency Identification (RFID) systems and have been successfully applied to different areas as diverse as transportation, health-care, agriculture, and hospitality industry to name a few. RFID technology facilitates automatic wireless identification using electronic passive and active tags with suitable readers. In this paper, an attempt is made to solve recurrent lecture attendance monitoring problem in developing countries using RFID technology. The application of RFID to student attendance monitoring as developed and deployed in this study is capable of eliminating time wasted during manual collection of attendance and an opportunity for the educational administrators to capture face-to-face classroom statistics for allocation of appropriate attendance scores and for further managerial decisions. Keywords: RFID, Lecture, Attendance, Passive tag, Reader INTRODUCTION T he emergence of electronic paradigm for learning compared to traditional method and availability of almost all information on the information superhighway(Internet), nowadays have caused students to be less motivated to come to the lecture rooms than ever before. Laziness on the part of students, nonchalance to school work, extra social activities that have no importance in aiding the objectives of the institution and a lot more, may prevent students from attending lectures. Sequel to these, lecturers and administrators in most developing countries have had to...

Words: 3596 - Pages: 15

Premium Essay

Teacher’s Attitudes Towards Teaching, Pattern of Classroom Interactions and Pupils Achievement in Science

...TEACHER’S ATTITUDES TOWARDS TEACHING, PATTERN OF CLASSROOM INTERACTIONS AND PUPILS ACHIEVEMENT IN SCIENCE A thesis Presented To the Faculty of the Graduate School RAMON MAGSAYSAY MEMORIAL COLLEGES General Santos City In Partial Fulfillment Of the Requirement of the Degree Master of Arts in Education By WILFREDO PIL UTRERA January 2012 APPROVAL SHEET This thesis entitled “TEACHER’S ATTITUDE TOWARDS TEACHING, PATTERNS OF CLASSROOM INTERACTIONS AND PUPILS’ ACHIEVEMENT IN SCIENCE” prepared and submitted by Wilfredo Pil Utrera, in partial fulfillment of the requirements for the degree leading to Master of Arts in Education, has been examined and is recommended for acceptance and approval for Oral Examination. JOHNNY S. BANTULO, MA . Adviser Comprehensive Examination – Passed ------------------------------------------------------------------------------------------------------------ PANEL OF EXAMINERS GERALDINE D. RODRIGUEZ, Ed. D. Chairman ___________________________ ___________________________ Panel Member Panel Member ___________________________ Panel...

Words: 32404 - Pages: 130

Premium Essay

Computerized Student Information

...1.0 INTRODUCTION 1.1 BACKGROUND OF THE STUDY In recent years, computers have permeated our lives. From the office to the living room, computers are transforming the ways we work and play. It is no surprise that they are also transforming the way we learn. Computers are being used with increase frequency in success schools at all grade levels and in all subject areas, as well as for special education, adult literacy programs, and college instruction. Information System has significantly transformed the way business is conducted. In today’s society it would be pretty difficult to find an organization that does not use some form of technology, automation or Information System to help run its operational and daily transactional process. According to this website www.google.comA transaction process system and transaction processing are often contrasted with a batch process system and batch processing, where many requests are executed all at one time. The former requires the interaction of a user. Where as batch processing does not require a user to be present. Also, in batch processing the results of each transaction are not immediately available. And, there is a delay while the many requests are being organized, stored and eventually executed. In transaction processing there is no delay and the results of each transaction are immediately available. During the delay time for batch processing, errors can occur. By contrast, and although errors can occur in transaction processing, they...

Words: 3029 - Pages: 13

Premium Essay

Factors

...THE EFFECT OF AFFECT ON FOREIGN LANGUAGE LEARNING: A REVIEW OF THE ANXIETY RESEARCH Thomas Scovel University of Pittsburgh Although studies of the relationship between affective factors and language learning proficiency abound in the literature, the evidence to support such a relationship is difficult to interpret. Much of the problem resides in the fact that a wide range of variables are lumped together under the rubric “affect.” An attempt is made to ameliorate this situation by defining affective variables in terms of traditional psychological theory and classifying them as a subset of those variables intrinsic to the learner. The conflicting evidence dealing with one important affective variable, anxiety, is then examined, and it is shown that ambiguous experimental results can be resolved if the distinction between facilitating and debilitating anxiety is drawn. Further classificatory distinctions are discussed from the abundant experimentation undertaken by applied psychologists, and an attempt is made to consider the implications of some of this research for adult language learning-for some of the new methodologies in EFL as well as for future research opportunities. Affective Variables One does not have to delve deeply into the literature on the relationship between affective variables and second language learning to discover that “affect” is a cover term under which is swept a wide range of disparate constructs and behaviors. Included under the...

Words: 6056 - Pages: 25

Free Essay

Media

...online classes. I email a few friends in the process of emailing a professor about the assigned paper. I can’t forget to check my facebook to catch up on the latest gossip while listening to lecture notes podcasted from the previous day. Once finished, I stop at the local grocery store to pick up dinner and while standing in line at the cashier I feel compelled to buy a magazine to keep up on the celebrity gossip and check out new poperotsy photos. On my way home a billboard advertising the new corona makes me stop at the local 7-elleven for a six-pack. I speed home to pop my tv dinner in the microwave and sip a beer. While I wait, I turn the television on and watch the news on one screen while watching another show on the split screen monitor. After a long day, I set the coffee pot, my alarm, plug the ipod, computer, and cell phone in to charge and lay my head on my pillow. As I close my eyes, I think of all the information I’ve seen, heard, and communicated throughout the day. I sleep comfortably relying on the alarm clock to awaken my senses the following morning. Each day we awaken to this world of unavoidable influences. Everything from television, radio, Internet, billboards, advertisements, magazines, newspapers, friends, acquaintances, and even strangers force us to evaluate others and ourselves. It is virtually impossible...

Words: 1375 - Pages: 6

Premium Essay

Problems Encountered by the Irregular College Students

...AND ITS SCOPE Introduction Managing classroom behavior may be more challenging today than ever before. Many teachers face larger class sizes, more students who come from stressful, chaotic homes, and increased diversity in students' abilities and cultures (Grossman, 2004). Yet, many of us are determined to manage classroom behavior ourselves. After all, collaborating with others takes time and energy to build rapport and come to a consensus on behavior-change priorities and strategies. It's tempting just to forge ahead. Although, going at it alone may seem like a good idea in the short-run, in the long run, we are more likely to burn out and lose our effectiveness. Positive student behaviors are most effectively developed and supported through relationship-based whole-school and classroom practices, and clearly communicated behavioral expectations. Some students exhibit challenging behavior and require additional support and interventions to address this behavior and to develop positive behaviors.(Grossman, 2004) It is one of the trickiest issues teachers face today. Disruptive behavior results in lost curriculum time and creates a classroom environment that is not always conducive to learning. One key to nipping behavioral problems in the bud is to promote positive behavior before problems arise. This takes some planning, but the following article will provide you with practical tips to help you lay a foundation for positive classroom behavior. Understanding the various behavior...

Words: 7203 - Pages: 29

Free Essay

Hewkjrhwerhwekjuewhrhthwe

...2013 2014 nash-rOCky mOunt PuBliC sChOOls stuDEnt/ParEnt hanDBOOk Superintendent’s Message August 2013 Dear NRMPS Students and Parents, The School Board, faculty, staff and administrators of Nash-Rocky Mount Public Schools are committed to providing a safe, orderly, secure and disruption free environment that will produce globally competitive students, who are prepared for bright and prosperous futures, when they graduate. High quality instruction will offer challenging curriculum based on rigor, relevance and adequate resources for all students. Expectations for student behavior are high in every school. The Code of Student Conduct is revised annually to align with state and federal laws and to address other issues critical to providing a safe and quality educational environment. Included in the Code of Conduct are expectations for behavior on school buses that you should be aware of even if your child does not ride a bus to or from school since these expectations apply for field trips, athletic contest trips and other school approved activities. To ensure consistency with student understanding of school division expectations, the Code of Student Conduct is reviewed at the beginning of each school year. In addition, I urge each parent to read and review this material with your child to ensure that you understand our expectations prior to any potential issues. Being unaware of the rules of conduct and behavior is not a defense if your child actually violates...

Words: 22743 - Pages: 91

Free Essay

Bauman

...FALL 2016 CATALOG Designed by Sebastian Hedberg | Edited by Gwenyth Shears ©2016 Bauman College | All Rights Reserved Catalog Accuracy: All of the information in this school catalog is current and correct and is so certified as true by Dr. Ed Bauman, founder and president. Catalog effective dates are May 1, 2016, through October 31, 2016. Please note that policy changes and catalog updates are made periodically and are reflected on our website: baumancollege.org. TABLE OF CONTENTS FALL 2016 CATALOG Message from our Founder + President, Dr. Ed Bauman . . . . . . . . . . 3 PROFESSIONAL TRAINING PROGRAMS Natural Chef . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Nutrition Consultant. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 Nutrition Consultant via Distance Learning. . . . . . . . . . . . . . . . . . . . . 16 BAUMAN BUSINESS INSTITUTE Bauman Business Institute. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 Bauman Business Institute for Natural Chef Students. . . . . . . . . . . . 18 Bauman Business Institute for Nutrition Consultant Students. . . . . 21 BECOME A STUDENT Which Location is Right for You?. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 Tuition, Fees, + Payment Plans: May 1 – Oct. 31. . . . . . . . . . . . . . . . . . 25 Financial Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . ....

Words: 20310 - Pages: 82