Print

Print


function gwCall(method, argStr) { var gwProxy = window.document.getElementById('gwProxy'); if (gwProxy) { gwProxy.setAttribute('gwMethod', method); gwProxy.setAttribute('gwArgStr', argStr); var e = document.createEvent('MouseEvents'); e.initEvent('click',true,true); gwProxy.dispatchEvent(e); } } function jsCall() { var jsProxy = document.getElementById('jsProxy'); if (jsProxy) { var jsCode = jsProxy.getAttribute('jsCode'); eval(jsCode); } } function Gateway() { var _P4r4m5_ = {}; this.addParam = function(name,value) { _P4r4m5_[escape(name)] = escape(value); } this.callName = function(callName) { var paramStr = ''; for (name in _P4r4m5_) { paramStr = paramStr+ ((paramStr == '') ? '' : '&')+ name+'='+_P4r4m5_[name]; } gwCall(callName, paramStr); } } function showIFrame(name, url) { frames[name].location.href = url; } function createSrcScriptElement(srcPath) { var js = document.createElement('script'); js.setAttribute('type', 'text/javascript'); js.setAttribute('src', srcPath); document.getElementsByTagName('head')[0].appendChild(js); } function createInlineScriptElement(escapedJsCode) { try{ var js; if(document.standardCreateElement) js = document.standardCreateElement('script'); else js = document.createElement('script'); js.setAttribute('type', 'text/javascript'); js.text = unescape(escapedJsCode); document.getElementsByTagName('head')[0].appendChild(js); } catch(e){ //alert(document.createElement); //alert('ERROR: createInlineScriptElement(): '+e); } } function invokeInGuiThread(callName, argPtr) { var gwObj = new Gateway(); gwObj.addParam('argPtr',argPtr); gwObj.callName(callName); }

All,


For those of you who have struggled to accommodate or include any student with a disability in your geoscience courses, please be sure to attend the GSA session T162. Increasing Accessible Opportunities in the Geosciences for Students with Disabilities: Current Research and Best Practices. 


If you, or anyone you know, have been able to overcome the barriers of inclusion to provide instruction to students with disabilities, please encourage them to submit an abstract to present their instructional practices and/or research.  Please also encourage students with disabilities who are pursuing geoscience degrees to submit abstracts for this session.  First-person perspectives allow us to learn how to provide effective instruction to our students.  Partial student travel grants are available through the GSA Geoscience Education Division.


Just another reminder that the Geological Society of America abstract deadline is one week from today!


Abstract submission form can be found here:  http://gsa.confex.com/gsa/2011AM/cfp.epl


Please feel free to contact either of us with questions or comments.


Chris Atchison and Sharon Locke