Part 1: Interest/Personality
– Kuder and the NEO-PI. Comment on your top career interests: Attached in the files
Values
– Discuss your personal/career values and how they have influenced your career development: My career values are adaptability, growth, and achievement.
Skills/Abilities
– Comment on your current skills and abilities and how they have/will influence your career development identify at least 3 skills you feel make you stand out and 3 additional skills you
would like to develop: Current skills that make me stand out are communication, awareness, and teamwork. Skills I would like the develop are confidence, time management, and initiative.
Part 2:
-Career explorations attached you can choose whichever jobs are on the paper.
-Current major is biochemistry, and career options would be anything leading in biology.
Informational Interview: my experience was surprising and very informative, and it made me want to chance career but i knew it wouldn’t be as easy has he had it because he already started from the bottom and worked to the top.
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 });