Faculty & Staff

[REMIX]

[php] the_title(); [/php]

Special Opportunities for Faculty and Staff Involvement

Campus Dining is offering discounted dining rates for faculty/staff during Homecoming week. Visit any of the three dining centers to enjoy all you-care-to-eat style dining at lunch for $5.50 or dinner for $7.50. Faculty/Staff must show their ID to receive the discounted rate.  Dinner price begins at 4:30 p.m.

Have a complimentary photo taken with Reggie Redbird:

  • 3–5 p.m., October 5, Milner Plaza
  • Noon–2 p.m., October 7, First West Lounge, Bone Student Center
  • 10:30 a.m.–1:30 p.m., October 13, Brown Ballroom, Bone Student Center (Before and during the Faculty/Staff Appreciation Luncheon
  • Campus Decorating Contest:
    Register your department/unit to participate in the Campus Decorating Contest.  The judging will take place on October 7.
  • Faculty/Staff Appreciation Luncheon:Â
    President Bowman is hosting the Faculty/Staff Appreciation Luncheon from 11 a.m.–1:30 p.m. on Thursday, October 13. Make sure to register for this complimentary lunch where we will announce the winners of the Campus Decorating Contest. Register today!
  • Campus Resource Guide:Â
    Check out the Campus Resource Guide to help plan your unit/department involvement with Homecoming.

All events

[php] $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
$post_per_page = 10; // -1 shows all posts
$args = array(
‘cat’ => 5,
‘year’ => 2012,
‘monthnum’ => 3,
‘posts_per_page’ => $post_per_page,
‘paged’ => $paged,
‘orderby’ => ‘date’,
‘order’ => ‘ASC’
);
query_posts( $args );
$wp_query = new WP_Query($args);
if( $wp_query->have_posts() )
{
while ($wp_query->have_posts())
{
$wp_query->the_post(); [/php]

[php] if ( has_post_thumbnail() ) { [/php]

[php] the_post_thumbnail(); [/php]

[php] } [/php]


[php] the_title(); [/php]

[php] the_excerpt(); [/php]
[php] if ( has_post_thumbnail() ) { echo ”

“; } [/php]

[php] } } [/php]

[/REMIX]