Throughout the semester we have discussed various components of public relations. For your final project, you must select an existing company and creating a public relations plan for your client. You should select one specific event or PR campaign for your client and focus on all of the components of that campaign. You need to create a plan using the components of the RACE public relation process model that we discussed
Paper should contain the following:
- Overview of organization: who they are, what they do, how long they have been around.
- Any challenges, struggles and achievements the organization is facing in recent years? I.e. anything that will affect your PR efforts.
- PR Plan – in this, you should discuss:
- Your goals and strategy(ies): i.e. A description of the current public relations situation facing your client and what public relations assistance your client needs; i.e. what is the overall purpose of your campaign
- The publics that you need to communicate with, as well as how you will do this: Clear, concise messages for each of your client’s publics you will be reaching out to and an outline of the communication channels/tactics (mass media and/or social media) you would use to disseminate the messages?
- Approximate timeline and budget
In addition you will need to create and produce a Press Kit for your client. A press kit is used to give editors and reporters a variety of information and resources that make it easier for the reporter to write about the topic. The information should be packed in an attractive folder with the company’s name/logo on it, the events name and other pertinent information.
Some key elements in a press kit include:
- Press release
- Organizational information, such as a fact sheet
- Photos, charts and other images
- Background news stories on organization
- CDs or DVDs
- Biographies/photographs of key personnel/spokespersons
- Brochures, postcards, mailers
- Advertising specialty items
- Your business card
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 });

