Skip To Main Content

Toggle Close Container

Utility Nav - Mobile

District Schools Mobile

District Home Link

Mobile Main Nav

Header - Client: Exam Days

.

In this section, a client-side script is provided to offer information about the current day and the next school or exam day. This JavaScript program relies on input data concerning school holidays, days off, and exam days.

  1. Start of the School Year Date (updateStartOfYearDate): This variable can be modified to reflect the actual start date of the school year. For example, if the school year starts on September 1st, 2024, the client can change the date like this: 
    var updateStartOfYearDate = new Date("2024-09-01");
     
  2. List of Days Off (updateListOfDaysOff): This list contains pairs of dates and descriptions of days off. The client can add, remove, or modify days off and their descriptions. Each date should be in the format "YYYY-MM-DD", and the description can be any string. For example, to add another day off on December 1st, 2024, with the description "National Holiday", the client can do this:
    var updateListOfDaysOff = [
        new Date("2024-05-12"), "Parent-Teacher Conferences",
        new Date("2024-10-04"), "Fall Break",
        new Date("2024-12-01"), "National Holiday"
    ];

     
  3. List of Exams (updateListOfExams): This list contains pairs of dates and descriptions of exams. Similar to the list of days off, the client can add, remove, or modify exams and their descriptions. For example, to add another exam on June 15th, 2024, with the description "Mathematics Exam", the client can do this: 
    var updateListOfExams = [
        new Date("2024-05-13"), "Final Exam for Subject X",
        new Date("2024-10-05"), "Final Exam for Subject Y",
        new Date("2024-06-15"), "Mathematics Exam"
    ];

     

Header Holder

Logo Container

Header Right Column

Utility Nav - Desktop

District Home Link

Schools Nav Desktop

Toggle Menu Container

Navigation

Breadcrumb

Engineering Application

The Center for Engineering offers a four-year advanced curriculum integrating math, science and technology as a study of the profession of engineering.  The Center’s curriculum focuses on the development of the theoretical understandings of the engineering discipline and on the practical skills and understandings necessary for any engineer.

If you are interested in being a part of this unique and exciting initiative, please complete the steps below.

Please read ALL the steps below before beginning the application process.

2.  Ask the following two teachers if they will give you a recommendation. The selection committee will provide a recommendation form to those teachers on your behalf.

  •  Algebra I teacher
  •  Current or previous year's science teacher

Once you have completed your essay and chosen your recommending teachers, please fill out the online application. The teacher names and essay will be required in the application.

 

1. Engineering Essay for Application Directions:

 Select one of the following writing prompts and answer it in 500 words or less using proper grammar and spelling.

  1. Describe a product or process that has not been invented that would make your life easier.
  2. If you were hired for an engineering position, describe what your dream project would be.
  3. What do you hope to gain from your 4 years in this engineering program?
  4. Describe a time when you used engineering concepts to solve a problem.

The selection committee will evaluate your response based on the following criteria:

Ideas & Content (50%):  Does the essay respond to the prompt?  Is the essay creative in the response?  Does the essay include relevant, detailed elaboration?

Organization (25%):  Does the essay have a strong introduction?  Is the essay clearly organized, with well-transitioned paragraphs?

Conventions (25%):  Does the writer use proper writing conventions (spelling, punctuation, capitalization, grammar, etc.)?