2010 Western North America Ag and Food HR Roundtable
May 03, 2010 - May 05, 2010 Monterey, California,
This 2-day conference and pre-event workshop are open to all human resource professionals, career services staff and relevant association representatives within the agriculture, food science, natural resources and biotechnology industries and is an excellent networking opportunity. Plan to attend this informative meeting addressing topics and areas of high interest that you’ll find nowhere else.
Monday, May 3, 2010
1:00 - 5:00 pm
Effective Compensation Strategies for Your Organization (Optional pre-workshop)
This optional add-on to the 2010 Western North American Roundtable is a great way to evaluate and reassess an organization’s compensation policies and practices. The guest presenter will share a brief review of the overall trends in base compensation, incentive pay and benefits, and what has changed since the economic crisis. This brief workshop will also explore how to meet the needs of five generations in the workplace under a tight budget. The presenter will also provide suggested solutions to difficult compensation questions that employers might face within their organization.
Using the foundation of the AgCareers.com’s salary survey, the Compensation Benchmark Review and other reliable compensation resources, participants will review compensation solutions to stay competitive within the industry and retain key employees. Participants in the Compensation Benchmark Review may add this workshop on for $99, while those not participating in the Compensation Benchmark Review can add this workshop onto their Roundtable registration for $150. For those not attending the Roundtable, the cost is $250. * Please note: Minimum 15 participants
The AgCareers.com Compensation Benchmark Review is an online tool that generates reports on salary and benefits data for more than 100 positions within agriculture and food. To become a participant of the Compensation Benchmark Review email compensation@agcareers.com.
6:30 - 8:30 pm
Kick-Off Welcome Reception
Join AgCareers.com to kick-off the 2nd Western North American Ag and Food HR Roundtable. This casual reception allows participants the ability to get a jump start on valuable networking. The reception will begin with opening comments at 6:30 followed by appetizers and cocktails.
// Added by VL05 on 01/24/2006
var testresults
function isEmailAddr(email)
{
//var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
var filter = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[(2([0-4]\d|5[0-5])|1?\d{1,2})(\.(2([0-4]\d|5[0-5])|1?\d{1,2})){3} \])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
if (filter.test(email))
testresults=true
else{
alert("Please enter a complete email address in the form: yourname@yourdomain.com");
testresults=false
}
return (testresults)
}
function checkapply()
{
if (document.subscribeform.email.value == "")
{
alert("Please enter your email.");
return false;
}
//VL07 10-03-2006 ====================================
var a = document.subscribeform.email.value;
var b = a.charAt(0);
c = a;
for(i=0;i=0;i--)
{
b= "";
b = b = c.charAt(c.length-1);
if(b== " ")
{
c =c.substr(0,(c.length-1));
}
}
document.subscribeform.email.value = c;
//---------------------------------------
if (!isEmailAddr(document.subscribeform.email.value))
{
//alert("Please enter a complete email address in the form: yourname@yourdomain.com");
return false;
}
// Added By VL07 on 02-07-2006
if(document.subscribeform.subscribetype[0].checked != true && document.subscribeform.subscribetype[1].checked != true)
{
alert("Please select at least one version of the enewsletter: Applicant or Employer");
return false;
}
//
if(document.subscribeform.CountryID.options[0].selected == true)
{
alert("Please select a country of the enewsletter");
return false;
}
return true;
}