What are your career goals and how will this leadership position within Residential Education help you achieve them?
1. I would like to enroll in the Honors program which will require me to take 5 honors courses and apply to the program after taking 16 credits. This will set me up to be a competitive medical school applicant and challenge me academically during my time here at TCNJ. I will do this by getting As in my classes and doing especially well in my honors course prerequisites.
2. I plan on attending medical school so I have a goal to make sure my GPA is competitive. Id like to study hard and maintain a 4.0 GPA and get all As in my classes. I will do this by attending classes, actively listening, being proactive about topics that I did not understand, and frequently review material throughout the semester.
3. I will need to take my MCAT after Junior year so a goal I have is to start studying early for the MCAT to get a competitive score. Ideally, a perfect score would be great but Id like to see at least 90th percentile scores on my practice tests.
4. I would like to gain experience in the health care field. I will apply for the Summer Research Program but I still need to search for more information and opportunities. This goal may also be accomplished by possibly researching with a professor, volunteering at hospitals, or joining health care student organizations on campus.
5. I would like to be actively engaged in all my classes. I hope to do this by participating in class discussions and/or activities, attending office hours, and creating study groups with my peers. Hopefully, this will also set me up to ask for letters of recommendation when I apply to medical schools.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

