HOME  |  What SIG Means to You

Sourcing Interests Group and the University of San Diego Bring You Two Sourcing / Outsourcing Gatherings
in One Location

October 19-20, 2009
University of San Diego Supply Chain Management Institute

October 20-22, 2009
Sourcing Interest Group's Global Leadership Summit

MEMBER BENEFIT
This October the Sourcing Interests Group's Global Leadership Summit and USD Supply Chain Institute (SCMI) will both be held at Loews Coronado Hotel in San Diego, California. The USD program begins on Monday afternoon and ends Tuesday evening. The SIG program begins Tuesday evening and continues through Thursday evening. Make the most of your travel budget and participate in these two sourcing / outsourcing sessions.

Registration Fee Options:
Special rates apply to early registration for each event.

MEMBER BENEFIT
SIG members are encouraged to attend SIG's Fall Leadership Summit, where the world’s top companies will cover hot topics, past successes and plans for the future. The Fall Leadership Summit will be held at Loews Coronado Hotel, San Diego, California. You are invited to come early and attend the University of San Diego’s Supply Chain Management Institute meeting held on Monday and Tuesday.

TRUSTED INSIGHT
SIG's Leadership Summit features a variety of innovative and thought-provoking sessions based on the principal of getting and staying "ahead of the pack". You’ll be inspired by the experience and success of thought-leaders. Presentations by your industry peers will be transparent and up-close, in a setting that encourages direct interaction. The economy, CSR and green initiatives are changing sourcing opportunities, so get insight you can trust.

POWERFUL CONNECTIONS
Benefit by leveraging the experience of leading companies. Meet industry leaders and be inspired by their successes. Reap the rewards of knowing the bumps in the road they’ve navigated, and network in a collegial environment. Gather best practices and unique insights. While the world is getting smaller, global sourcing opportunities abound. Establish powerful connections at the SIG Leadership Summit.

NON-MEMBER BENEFIT
Sourcing Interests Group’s Leadership Summit is a great way to get to know our powerful membership-driven organization. At this event you’ll hear from industry thought leaders and have the opportunity to network with the like-minded professionals facing similar challenges in a dynamic and unique setting.






// Javascript to tag file downloads and external links in Google Analytics // To use, place reference to this file should be placed at the bottom of all pages, // just above the Google Analytics tracking code. // All outbound links and links to non-html files should now be automatically tracked. // // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // Created by: Colm McBarron, colm.mcbarron@iqcontent.com // Last updated: 12-Feb-2006 // // Updated by: Niamh Phelan niamh.phelan@iqcontent.com // On: 22-Jul-2008 // For: To the upgrade to ga.js // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // var hrefs = document.getElementsByTagName("a"); var link_path = ""; for (var l = 0; l < hrefs.length; l++) { try { var link_path = hrefs[l].pathname; if (location.host == hrefs[l].hostname) { if (link_path.match(/\.(doc|pdf|xls|ppt|zip|txt|vsd|vxd|js|css|rar|exe|wma|mov|avi|wmv|mp3)$/)) { addtrackerlistener(hrefs[l]); } } else { addtrackerlistener(hrefs[l]); } } catch(err) { } } function addtrackerlistener(obj) { if (obj.addEventListener) { obj.addEventListener('click', trackfiles, true); } else if (obj.attachEvent) { obj.attachEvent("on" + 'click', trackfiles); } } function trackfiles(array_element) { file_path = ""; if (location.host != this.hostname) { file_path = "/exlinks/" + ((array_element.srcElement) ? "/" + array_element.srcElement.hostname : this.hostname); } file_path = file_path + ((array_element.srcElement) ? "/" + array_element.srcElement.pathname : this.pathname); pageTracker._trackPageview(file_path); }