<xmp> <body><!--'"</title></head>--> <script type="text/javascript"> ////// Compete ///////////////////// __compete_code = '667f89f26d96c30e99728fe6a608804d'; (function () { var s = document.createElement('script'), d = document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0], t = 'https:' == document.location.protocol ? 'https://c.compete.com/bootstrap/' : 'http://c.compete.com/bootstrap/'; s.src = t + __compete_code + '/bootstrap.js'; s.type = 'text/javascript'; s.async = 'async'; if (d) { d.appendChild(s); } })(); ////// Quantcast ///////////////////// function channValidator(chann) { return (typeof(chann) == 'string' && chann != ''); } function lycosQuantcast(){ var lb = ""; if(typeof(cm_host) !== 'undefined' && channValidator(cm_host)){ lb += cm_host.split('.')[0] + '.'; } if(typeof(cm_taxid) !== 'undefined' && channValidator(cm_taxid)){ lb += cm_taxid; lb = lb.replace('/',''); } else { lb = lb.replace('.',''); } return lb; } var _qevents = _qevents || []; (function() { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" :"http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({ qacct:"p-6eQegedn62bSo", labels:lycosQuantcast() }); /////// Google Analytics var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-21402695-21']); _gaq.push(['_setDomainName', 'angelfire.com']); _gaq.push(['_setCustomVar', 1, 'member_name', 'in4/summerbridge', 3]); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); ////// Lycos Initialization ///////////////////// var lycos_ad = Array(); var lycos_search_query = ""; var lycos_onload_timer; var cm_role = "live"; var cm_host = "angelfire.lycos.com"; var cm_taxid = "/memberembedded"; var angelfire_member_name = "in4/summerbridge"; var angelfire_member_page = "in4/summerbridge/sb2006/week1_2006.html"; var angelfire_ratings_hash = "1368957289:2026c72ee1feb906733cf7b3a251f201"; var lycos_ad_category = {"dmoz":"society\/relationships","ontarget":"&CAT=family%20and%20lifestyles&L2CAT=relationships","find_what":"paris"}; var lycos_ad_remote_addr = "54.234.231.49"; var lycos_ad_www_server = "www.angelfire.lycos.com"; var edit_site_url = "www.angelfire.lycos.com/landing/landing.tmpl?utm_source=house&utm_medium=landingpage&utm_campaign=toolbarlink"; ////// Criteo ///////////////////// var cto_conf = { a:true, i: "294", c:"img", kw: "" } ; (function (){ var c = document.createElement("script"); c.type = "text/javascript"; c.async = true; c.src = "http://www.angelfire.com/adm/js/partner/criteo_ld_kw.js"; var s = document.getElementsByTagName("body")[0]; s.appendChild(c); })(); </script> <script type="text/javascript" src="http://scripts.lycos.com/catman/init.js"></script> <script type="text/javascript"> (function(isV) { if (!isV) { return; } //this.lycos_search_query = lycos_get_search_referrer(); var adMgr = new AdManager(); var lycos_prod_set = adMgr.chooseProductSet(); var slots = ["leaderboard", "leaderboard2", "toolbar_image", "toolbar_text", "smallbox", "top_promo", "footer2"]; var adCat = this.lycos_ad_category; adMgr.setForcedParam('page', (adCat && adCat.dmoz) ? adCat.dmoz : 'member'); if (this.lycos_search_query) { adMgr.setForcedParam("keyword", this.lycos_search_query); } else if (adCat && adCat.find_what) { adMgr.setForcedParam('keyword', adCat.find_what); } for (var s in slots) { var slot = slots[s]; if (adMgr.isSlotAvailable(slot)) { this.lycos_ad[slot] = adMgr.getSlot(slot); } } adMgr.renderHeader(); adMgr.renderFooter(); }((function() { var w = 0, h = 0, minimumThreshold = 300; if (top == self) { return true; } if (typeof(window.innerWidth) == 'number' ) { w = window.innerWidth; h = window.innerHeight; } else if (document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) { w = document.documentElement.clientWidth; h = document.documentElement.clientHeight; } else if (document.body && (document.body.clientWidth || document.body.clientHeight)) { w = document.body.clientWidth; h = document.body.clientHeight; } return ((w > minimumThreshold) && (h > minimumThreshold)); }()))); window.onload = function() { var f = document.getElementById("lycosFooterAd"); var b = document.getElementsByTagName("body")[0]; b.appendChild(f); f.style.display = "block"; document.getElementById('lycosFooterAdiFrame').src = '/adm/ad/footerAd.iframe.html'; // Slider Injection (function() { var e = document.createElement('iframe'); e.style.border = '0'; e.style.margin = 0; e.style.display = 'block'; e.style.cssFloat = 'right'; e.style.height = '254px'; e.style.overflow = 'hidden'; e.style.padding = 0; e.style.width = '300px'; e.src = '/adm/ad/sliderAd.iframe.html'; var sliderBlock = document.getElementById('lyslider-adblock-wrapper'); var sliderHolder = document.getElementById('lyslider-adblock-holder'); var sliderClose = document.getElementById('lyslider-adblock-close'); sliderBlock.style.display = 'block'; sliderClose.onclick = function() { sliderBlock.parentNode.removeChild(sliderBlock); return false; } var iframeOnload = function() { setTimeout((function sliiide() { var s = (window.getComputedStyle) ? parseInt(getComputedStyle(sliderHolder).right) : parseInt(sliderHolder.currentStyle.right); if (s <= 0) { sliderHolder.style.right = (s + 6) + 'px'; setTimeout(sliiide, 10); } else { sliderHolder.style.right = '0px'; sliderClose.style.display = 'block'; } }), 1000); } if (e.attachEvent) { e.attachEvent('onload', iframeOnload); } else { e.addEventListener('load', iframeOnload, false); } sliderHolder.insertBefore(e, sliderHolder.firstChild); })(); } </script> <style> #body .adCenterClass{margin:0 auto} </style> <div style="background:#abe6f6; border-bottom:1px solid #507a87; position:relative; z-index:9999999"> <div class="adCenterClass" style="display:block!important; overflow:hidden; width:916px;"> <a href="http://www.angelfire.lycos.com/" title="Angelfire.com: build your free website today!" style="display:block; float:left; width:186px; border:0"> <img src="/adm/ad/angelfire-freeAd.jpg" alt="Site hosted by Angelfire.com: Build your free website today!" style="display:block; border:0" /> </a> <script type="text/javascript">document.write(lycos_ad['leaderboard']);</script> </div> </div> <!-- ///////////////////////////////////// --> <div id="lyslider-adblock-wrapper" style="display:none; height:300px; overflow:hidden; position:absolute; right:0; top:150px; width:320px; z-index:99999999; "> <div id="lyslider-adblock-holder" style="background-color:#888; height:250px; margin-bottom:25px; padding:4px; position:absolute; right:-320px; top:10px; width:300px; "> <a id="lyslider-adblock-close" href="#" style="background-color:#222; bottom:-19px; color:#fff; display:block; font:10px Arial, Helvetica, Sans-serif; padding:4px; position:absolute; right:0; text-decoration:none; z-index:9999999999">Close Ad</a> </div> </div> <div id="lycosFooterAd" style="background:#abe6f6; border-top:1px solid #507a87; clear:both; display:none; position:relative; z-index:9999999"> <div class="adCenterClass" style="display:block!important; overflow:hidden; width:936px;"> <div id="aflinksholder" style="float:left; width:186px;"> <a href="http://www.angelfire.lycos.com/" title="Angelfire.com: build your free website today!" style="display:block; border:0"> <img src="/adm/ad/angelfire-freeAd2.jpg" alt="Site hosted by Angelfire.com: Build your free website today!" style="display:block; border:0" /> </a> <div style="text-align:center"> <span style="color:#393939!important; font-size:12px!important; position:relative; top:-6px"> Sponsored by </span> <a href="http://www.listen.com/disty/index.jsp?from=lycos" target="_blank"> <img src="http://af.lygo.com/d/toolbar/sponsors/rhapsody_logo.jpg" alt="sponsor logo" title="Rhapsody"/> </a> </div> </div> <iframe id="lycosFooterAdiFrame" style="border:0; display:block; float:left; height:96px; overflow:hidden; padding:0; width:750px"></iframe> </div> </div> <noscript> <img src="http://www.angelfire.com/doc/images/track/ot_noscript.gif?rand=591588" alt="" width="1" height="1" /> <!-- BEGIN STANDARD TAG - 728 x 90 - Lycos - Angelfire Fallthrough - DO NOT MODIFY --> <iframe frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="728" height="90" src="http://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=728x90&amp;section=280303"></iframe> <!-- END TAG --> </noscript> <!-- Start Ybrant tracker --> <img src="http://ad.yieldmanager.com/pixel?id=1901600&t=2" width="1" height="1" /> <!-- End Ybrant tracker --> <!-- Start Datonics --> <script type="text/javascript" src="http://ads.pro-market.net/ads/scripts/site-132783.js"></script> <!-- End Datonics --> <!-- Start Chango --> <script type="text/javascript"> var __cho__ = {"pid":1694}; (function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = true; c.src = document.location.protocol + '//cc.chango.com/static/o.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(c, s); })(); </script> <!-- End Chango --> </xmp>
LARES
2006 Summer Success Seminar
Week 1 Highlights

Monday

The Sears Tower and University Hall frame the view of the bright blue sky on a warm June Monday morning.

The Behavioral Science Building (BSB) hosts the first meeting of the current Summer Success Seminar student group.

Dr. Leonard Ramirez prepares his opening remarks as some of the students chat among themselves.

Dr. Ramirez welcomed the students. He explained the history of the Success Seminar and his hopes for their success. He explained how academic intensity is critical for success. He voiced is hope that if they didn't already have that intensity they would acquire it during the Summer Success Seminar.

With Summer Success Seminar Co-ordinator Jose Antonio Arellano adjusting the multi-media controls, Dr. Ramirez introduces the next speaker,

Assistant Dean Jose Perales.

Dean Perales welcomed the students to UIC. He gave a brief outline of his educational background, which included being a member of LARES
during his undergraduate days. He explained how he blossomed later during his academic career and how he hoped those in attendance would take advantage
of all the resources offered by the University, including LARES.

After his opening remarks, Dean Perales has the staff members set up the planned group activity.

Jose Antonio instructs the students to split into 6 groups by counting off, each student calling a number from 1 to 6.

Small colored fuzzy balls, balloons, pipe cleaners, and thin colored paper tubes are the tools to be used by the groups in the....

mock disaster drill!

Dean Perales set the stage.. A terrorist group has staged attacks in many US cities. The terrorist have used dirty nuclear weapons that have caused massive casualties. The 6 groups are medical triage teams and must prepare medical emergency rooms for the coming injured. They are given instructions about organ handing and blood typing.

The groups must decide how to divide duties...only two in the group have sterilized hands and must keep them sterilized for the upcoming organ transport and surgeries.

Some of the team are charged with organ transport and organization.

The balloons are large organs and the fuzzy balls are small organs. Different colors represent different organs. No organ can be touched by hand. Large organs must be transported by hollow paper tubes and the smaller organs must be transported by using the pipe cleaners.

Here we see the efforts of Group 1. They separated the organs by type. Other groups chose different ways to separate the organs.

After the drill was finished, Dean Perales opened the floor for discussion. When the discussion was finished Dean Perales thanked the students for their efforts. He gave them his contact information and told them his door was always open.

The talking portion of the first day was now finished. The walking portion was just starting.

The group of students follow the instructors across campus. They pass Stevenson Hall, the classroom building where they will all meet tomorrow. The path takes them off of the UIC campus, across the Eisenhower Expressway and finally to....

the Giordano's Pizzaria on Halstead and Van Buren.

Math Instructor Antonio Vasquez holds the door as the students enter Giordano's. The students soon find seats, ready to enjoy the delicious pizza.

Cynthia, Alicia, and Karina are engaged in a conversation while enjoying the pizza and softdrinks.

Students at the other tables seemed to be having a good time, too!

Dr. Ramirez thanks the students for their attention and warns them to be on time tomorrow.

The faces of the students show the serious nature of the words offered by Dr. Ramirez. It looks like the students are getting the message.

The partially eaten pizza can be thought of as a metaphor for the student's experience.
They have just had a taste of college life, with the rest of the meal awaiting them in the coming years.

On to the Success Seminar! Good luck to all!

Tuesday

This is the view that students see as they walk from BSB to the Summer Success Seminar classrooms in Stevenson Hall.

In order to gauge the level of proficiency in math of each of the students a tough Diagnostic Exam is given on the first classday of the Summer Success Seminar.
The students in Terry's 9:00AM class are hard at work, trying to answer as many questions on the exam as possible.

The students in Antonio's 9:00AM section were also working hard on the Diagnostic Exam.

Students in Doug's English section were asked to write about some personal experiences.

You can see University Hall from Terry's third floor classroom in Stevenson Hall.

Terry's 10:30AM Math Section students also had to take the Diagnostic Exam. As the pictures show they took the task seriously.

Laura gave the camera a big smile once the exam was finished and the class dismissed for the day.

The students made their way into the hall and down the stairs, preparing for the rest of the day.

After completing their assignments Doug's 10:30AM English section prepares to leave the classroom.

Return to home page