// Springshare API object. function SpringshareAPI(object_id) { this.div_id = object_id; this.content = ''; } SpringshareAPI.prototype.render = function() { var content_div = document.getElementById(this.div_id); if ( content_div != null ) { content_div.innerHTML = this.content; } else { alert('Content div not found: ' + this.div_id); } } var obj_api_upc_cid3272_iid1446 = new SpringshareAPI('api_upc_cid3272_iid1446'); obj_api_upc_cid3272_iid1446.content = '

Upcoming Events

Title:New Lecturer Orientation
Date:Friday, January 13, 2017
Time:11:30am - 2:30pm
Location:Scholars Lab
Categories:other library event
Registration:Registration is required for this event.
Description:

The program is for all new (or nearly new) lecturers.

Coffee and a light lunch will be provided, please RSVP by Monday, January 9th .

 

Topics covered will include:

   Reappointment

   Classroom Technology Services

   Media Production

   Research Guides

   Canvas Learning Management System

   Course Reserves

   Serving Students with Disabilities

 

Please RSVP for accurate numbers for refreshments

Title:Spring 2017 HSU unConference: How I Learned To ...
Date:Wednesday, March 8, 2017
Time:All Day Event
Location:Scholars Lab
Categories:other library event
Registration:Registration is required for this event.
Description:

The unConference will be a casual forum for faculty, staff and students to come together and share ideas about their expertise, interests and other exciting topics (with refreshments!). Everyone is invited to attend and learn from our colleagues. Lengthy demonstrations are not the point - learn about an exciting idea and the colleague to ask detailed questions later.

Propose a session: bit.ly/spring2017uncon

#unconHSU


Please contact Sarah Fay with any questions, invite anyone who would be interested to attend the Library unConferece. Register here so that you will be reminded with an email the week of the event.


The HSU unConference is sponsored by: The University Library and the College of eLearning and Extended Education

'; obj_api_upc_cid3272_iid1446.render();