<?xml version="1.0"?>
<News hasArchived="true" page="8215" pageCount="10843" pageSize="10" timestamp="Sat, 26 Sep 2026 21:03:50 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=8215&amp;range=2">
<NewsItem contentIssues="false" id="37866" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37866">
<Title>Defense: Nguyen on Fast Modular Exponentiation Using Residue Domain Representation, Noon 11/5</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img alt="from http://upload.wikimedia.org/wikipedia/en/2/26/COPACOBANA_FPGA_BOARD.jpg" src="http://www.csee.umbc.edu/wp-content/uploads/2013/11/fpga.jpg" width="700" height="321" style="max-width: 100%; height: auto;"></p>
    <h4>M.S. Thesis Defense<br>
    Computer Science and Electrical Engineering<br>
    University of Maryland, Baltimore County</h4>
    <h2>Fast Modular Exponentiation Using Residue Domain Representation:<br>
    A Hardware Reference Implementation and Analysis</h2>
    <h2>Christopher D. Nguyen</h2>
    <h3>12:00–2:00pm, Tuesday, 5 November 2013, ITE 228, UMBC</h3>
    <p>Using <a href="http://en.wikipedia.org/wiki/Fpga" rel="nofollow external" class="bo">field-programmable gate arrays </a>(FPGAs) we engineered and analyzed the first hardware implementation of Phatak’s reduced-precision residue number system (RP-RNS) to perform modular exponentiation.</p>
    <p><a href="http://en.wikipedia.org/wiki/Residue_number_system" rel="nofollow external" class="bo">Residue number systems</a> (RNSs) provide an alternative representation to the binary system for performing integer arithmetic used in applications such as public-key cryptography and digital signal processing. They offer full parallel computation for addition, subtraction, and multiplication increasing performance from O(K) to O(lg K) for a K-bit number. However, base extension, division, and sign detection become harder operations.</p>
    <p>RP-RNS is a new set of algorithms that uses approximation and a time-memory trade-off to address the hard operations. The partial reconstruction (PR) algorithm addresses base extension and the quotient-first scaling (QFS) algorithm addresses scaling. RP-RNS modular exponentiation uses the PR and QFS algorithms. RP-RNS improves performance of modular multiplication in an RNS with range [0, M-1] from the O((lg n)^2) delay of current systems (e.g. Cox-Rower) to a theoretical O(lg n) delay where n is the word-length of M.</p>
    <p>Our implementation is based on Phatak’s description and recommended architecture diagrams. We found even low-end FPGAs can store over 30 channels of logic. Following the recommendation of parallel look-up table (LUT) access, we distributed the LUTs to be local to each channel. We found this recommendation applied to QFS exceeds the capacity of today’s high-capacity FPGAs (e.g. Xilinx Virtex-7) for modest 2,000-bit divisors. We propose several improvements to increase feasibility; one is to store the LUTs external to the FPGA, which would introduce a performance penalty per look-up.</p>
    <p>Committee: Alan Sherman (chair), Dhananjay Phatak, Chintan Patel and<br>
    Ryan Robucci</p>
    </div>
]]>
</Body>
<Summary>M.S. Thesis Defense  Computer Science and Electrical Engineering  University of Maryland, Baltimore County   Fast Modular Exponentiation Using Residue Domain Representation:  A Hardware Reference...</Summary>
<Website>http://www.csee.umbc.edu/2013/11/defense-nguyen-on-fast-modular-exponentiation-using-residue-domain-representation-noon-115/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37866/guest@my.umbc.edu/f15d022d3a1e2611e3d7fc477bc44c81/api/pixel</TrackingUrl>
<Tag>computer-engineering</Tag>
<Tag>computer-science</Tag>
<Tag>defense</Tag>
<Tag>graduate</Tag>
<Tag>news</Tag>
<Tag>research</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>5</PawCount>
<CommentCount>3</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sat, 02 Nov 2013 10:41:07 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="37863" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37863">
<Title>Comics of the week #207</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/10/thumb2.jpg" rel="nofollow external" class="bo"><img alt="thumb2" src="http://netdna.webdesignerdepot.com/uploads/2013/10/thumb2.jpg" width="200" height="160" style="max-width: 100%; height: auto;"></a>Every week we feature a set of comics created exclusively for WDD.</p> <p>The content revolves around web design, blogging and funny situations that we encounter in our daily lives as designers.</p> <p>These great cartoons are created by Jerry King, an award-winning cartoonist who’s one of the most published, prolific and versatile cartoonists in the world today.</p> <p>So for a few moments, take a break from your daily routine, have a laugh and enjoy these funny cartoons.</p> <p>Feel free to leave your comments and suggestions below as well as any related stories of your own…</p> <h1>The typochondriac</h1> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/10/4.jpg" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/4.jpg" width="650" alt="Comics of the week #207" style="max-width: 100%; height: auto;"></a></p> <h1>Welcome to Alcatraz</h1> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/10/2.jpg" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/2.jpg" width="650" alt="Comics of the week #207" style="max-width: 100%; height: auto;"></a></p> <h1>Agressive Twitter follower</h1> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/10/6.jpg" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/10/6.jpg" width="650" alt="Comics of the week #207" style="max-width: 100%; height: auto;"></a></p> <p><em><strong>Can you relate to these situations</strong><strong>? Please share your funny stories and comments below…</strong></em></p> <p><br><br> </p>
    <table width="100%"> <tbody>
    <tr> <td> <a href="http://www.mightydeals.com/deal/braxton-font.html?ref=inwidget" rel="nofollow external" class="bo"><strong>Braxton: A brush flavored script font – only $19!</strong></a> </td> <td> <a href="http://www.mightydeals.com/?ref=inwidget" rel="nofollow external" class="bo"><br> <img src="http://mightydeals.com/web/images/widget-logo.png" height="40" width="90" alt="Comics of the week #207" style="max-width: 100%; height: auto;"><br> </a> </td> </tr> </tbody>
    </table> <p><br> </p> <a href="http://www.webdesignerdepot.com/2013/11/comics-of-the-week-207/" rel="nofollow external" class="bo">Source</a> <br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F11%2Fcomics-of-the-week-207%2F&amp;t=Comics+of+the+week+%23207" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F11%2Fcomics-of-the-week-207%2F&amp;t=Comics+of+the+week+%23207" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F11%2Fcomics-of-the-week-207%2F&amp;t=Comics+of+the+week+%23207" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F11%2Fcomics-of-the-week-207%2F&amp;t=Comics+of+the+week+%23207" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F11%2Fcomics-of-the-week-207%2F&amp;t=Comics+of+the+week+%23207" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/180263359435/u/49/f/661066/c/35285/s/3336fc34/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/180263359435/u/49/f/661066/c/35285/s/3336fc34/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Every week we feature a set of comics created exclusively for WDD.   The content revolves around web design, blogging and funny situations that we encounter in our daily lives as designers....</Summary>
<Website>http://rss.feedsportal.com/c/35285/f/661066/s/3336fc34/sc/4/l/0L0Swebdesignerdepot0N0C20A130C110Ccomics0Eof0Ethe0Eweek0E20A70C/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37863/guest@my.umbc.edu/3aaaa24a89f97c1109f6b1d59c3c55cc/api/pixel</TrackingUrl>
<Tag>art</Tag>
<Tag>cartoons</Tag>
<Tag>comics</Tag>
<Tag>comics-for-designers</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>funny</Tag>
<Tag>html</Tag>
<Tag>html5</Tag>
<Tag>humor</Tag>
<Tag>illustrator</Tag>
<Tag>javascript</Tag>
<Tag>jerry-king</Tag>
<Tag>mysql</Tag>
<Tag>oracle</Tag>
<Tag>photoshop</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sat, 02 Nov 2013 05:47:29 -0400</PostedAt>
<EditAt>Sat, 02 Nov 2013 05:47:29 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="37871" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37871">
<Title>Champions Again: UMBC Men Win First America East Championship Since 2005</Title>
<Body>
<![CDATA[
    <div class="html-content">VESTAL, N.Y. � Following a third place finish at last year's America East Championships, the UMBC men's cross country team wanted more.  A year later, the Retrievers got it, winning the league title Saturday morning at Binghamton University.</div>
]]>
</Body>
<Summary>VESTAL, N.Y. � Following a third place finish at last year's America East Championships, the UMBC men's cross country team wanted more.  A year later, the Retrievers got it, winning the league...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8281</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37871/guest@my.umbc.edu/90e9ffe1b0a339277eebf8d663daa936/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>67</PawCount>
<CommentCount>1</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sat, 02 Nov 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="37869" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37869">
<Title>Mezebish Leads UMBC Women to Fifth-Place Finish for Best-Ever Finish at America East Championships</Title>
<Body>
<![CDATA[
    <div class="html-content">VESTAL, N.Y. � Senior Cody Mezebish took 15th individually and the UMBC women's cross country team earned its best-ever finish at the America East Championships by placing fifth, Saturday morning at Binghamton University.</div>
]]>
</Body>
<Summary>VESTAL, N.Y. � Senior Cody Mezebish took 15th individually and the UMBC women's cross country team earned its best-ever finish at the America East Championships by placing fifth, Saturday morning...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8280</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37869/guest@my.umbc.edu/c59a3a3769ec1a3427bedbedf3ba34aa/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>1</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sat, 02 Nov 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="37873" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37873">
<Title>No. 7 Men's Soccer Clinches First Round America East Tourney Bye With 2-0 Shutout at UMass Lowell</Title>
<Body>
<![CDATA[
    <div class="html-content">Lowell, Mass. � Seventh-ranked UMBC struck for two first half goals, and senior goalkeeper Phil Saunders (Perry Hall, Md./Perry Hall) recorded an outstanding four-save effort as the visiting Retrievers blanked UMass Lowell, 2-0, at Cushing Field. UMBC, which leads the nation in winning percentage, extended their unbeaten streak to six and improved to 13-1-2 overall and 4-0-2 in America East play. UMBC sophomore forward Michael Scott and junior back Marquez Fernandez scored goals for the visitors and Saunders recorded his third consecutive shutout.</div>
]]>
</Body>
<Summary>Lowell, Mass. � Seventh-ranked UMBC struck for two first half goals, and senior goalkeeper Phil Saunders (Perry Hall, Md./Perry Hall) recorded an outstanding four-save effort as the visiting...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8282</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37873/guest@my.umbc.edu/aa2bde8a5e4af07e1b54ba7c80991584/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sat, 02 Nov 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="37876" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37876">
<Title>Retriever Men Pick Up Road Dual Meet Win; Women Fall in Close Decision at Old Dominion</Title>
<Body>
<![CDATA[
    <div class="html-content">NORFOLK, Va. �Reigning CCSA Swimmer of the Week senior Mohamed Hussein once again won multiple events and the Retrievers swimming and diving team defeated Old Dominion, 158.5-139.5, Saturday afternoon.  The UMBC women battled, but fell to the Monarchs, 155-145, despite three wins from senior Talor Tadena.</div>
]]>
</Body>
<Summary>NORFOLK, Va. �Reigning CCSA Swimmer of the Week senior Mohamed Hussein once again won multiple events and the Retrievers swimming and diving team defeated Old Dominion, 158.5-139.5, Saturday...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8283</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37876/guest@my.umbc.edu/f90e938c216f75f7cc8416ea6d3fad55/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sat, 02 Nov 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="37877" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37877">
<Title>Retriever Men Pick Up Road Dual Meet Win; Women Fall in Close Decision at Old Dominion</Title>
<Body>
<![CDATA[
    <div class="html-content">NORFOLK, Va. �Reigning CCSA Swimmer of the Week senior Mohamed Hussein once again won multiple events and the Retrievers swimming and diving team defeated Old Dominion, 158.5-139.5, Saturday afternoon.  The UMBC women battled, but fell to the Monarchs, 155-145, despite three wins from senior Talor Tadena.</div>
]]>
</Body>
<Summary>NORFOLK, Va. �Reigning CCSA Swimmer of the Week senior Mohamed Hussein once again won multiple events and the Retrievers swimming and diving team defeated Old Dominion, 158.5-139.5, Saturday...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8284</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37877/guest@my.umbc.edu/cf580d4482b450b2c5de6f4213ca6e45/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sat, 02 Nov 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="37867" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37867">
<Title>Top-Seeded Women's Soccer Hosts No. 4 Hartford Sunday in America East Semifinals</Title>
<Body>
<![CDATA[
    <div class="html-content">UMBC women's soccer opens its first conference tournament as the No. 1 seed and will look for its first-ever victory in the America East Championship when it hosts No. 4 Hartford on Sunday, Nov. 3 at Retriever Soccer Park. The action starts at 1 p.m., and can be seen live on UMBCRetrievers.tv. The first 200 students in attendance will receive free admission.</div>
]]>
</Body>
<Summary>UMBC women's soccer opens its first conference tournament as the No. 1 seed and will look for its first-ever victory in the America East Championship when it hosts No. 4 Hartford on Sunday, Nov. 3...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8279</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37867/guest@my.umbc.edu/5ec0f9e3eb8787eb5410f040e28be34b/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sat, 02 Nov 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="37855" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37855">
<Title>Google glass: Council of Computing Majors, Noon Mon. 11/4, MP 103</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img alt="google-glass" src="http://www.csee.umbc.edu/wp-content/uploads/2013/11/google-glass.jpg" width="700" height="308" style="max-width: 100%; height: auto;"></p>
    <p> </p>
    <p>The Council of Computing Majors (CCM) will meet from Noon to 12:45pm on Monday, November 4 in MP 103. The CCM is a student organization representing undergraduate computer science and computer engineering majors and anyone else with an interest in computing. Everyone is welcome.</p>
    <p>At next week’s meeting, three computer science graduate students, Prajit Das, Primal Pappachan and Roberto Yus, will demonstrate <a href="http://en.wikipedia.org/wiki/Google_Glass%20" rel="nofollow external" class="bo">Google Glass</a> and talk about how they are using it in their research.</p>
    <p><a href="http://www.google.com/glass/start/" rel="nofollow external" class="bo">Google glass</a> is the latest cool gadget in town. Developed by Google, it is is a wearable computer with a head mounted display. We will talk about the technical capabilities of Google glass as well as about developing apps for it using the Mirror API and the Android Software Development Kit. We will also give a live demo with the device where we will show some apps we developed.</p>
    </div>
]]>
</Body>
<Summary>    The Council of Computing Majors (CCM) will meet from Noon to 12:45pm on Monday, November 4 in MP 103. The CCM is a student organization representing undergraduate computer science and computer...</Summary>
<Website>http://www.csee.umbc.edu/2013/11/google-glass-council-of-computing-majors-noon-mon-114-mp-103/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37855/guest@my.umbc.edu/45a6704ad71ab8762ef589e94cc8eadb/api/pixel</TrackingUrl>
<Tag>ccm</Tag>
<Tag>news</Tag>
<Tag>students</Tag>
<Tag>undergraduate</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>3</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Fri, 01 Nov 2013 22:28:15 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="37857" important="false" status="posted" url="https://my3.my.umbc.edu/posts/37857">
<Title>Twitter Helps Revive a Seedy San Francisco Neighborhood</Title>
<Body>
<![CDATA[
    <div class="html-content">Before Twitter moved in, San Francisco’s Mid-Market area was run down and not very safe. Now that’s changed, thanks to tax breaks and a need for office space in the city.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F11%2F02%2Fbusiness%2Ftwitter-helps-revive-a-seedy-san-francisco-neighborhood.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Twitter+Helps+Revive+a+Seedy+San+Francisco+Neighborhood" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F11%2F02%2Fbusiness%2Ftwitter-helps-revive-a-seedy-san-francisco-neighborhood.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Twitter+Helps+Revive+a+Seedy+San+Francisco+Neighborhood" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F11%2F02%2Fbusiness%2Ftwitter-helps-revive-a-seedy-san-francisco-neighborhood.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Twitter+Helps+Revive+a+Seedy+San+Francisco+Neighborhood" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F11%2F02%2Fbusiness%2Ftwitter-helps-revive-a-seedy-san-francisco-neighborhood.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Twitter+Helps+Revive+a+Seedy+San+Francisco+Neighborhood" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F11%2F02%2Fbusiness%2Ftwitter-helps-revive-a-seedy-san-francisco-neighborhood.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Twitter+Helps+Revive+a+Seedy+San+Francisco+Neighborhood" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/180263349406/u/0/f/640387/c/34625/s/3335cd80/sc/22/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/180263349406/u/0/f/640387/c/34625/s/3335cd80/sc/22/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/180263349406/u/0/f/640387/c/34625/s/3335cd80/sc/22/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/180263349406/u/0/f/640387/c/34625/s/3335cd80/sc/22/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/180263349406/u/0/f/640387/c/34625/s/3335cd80/sc/22/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/180263349406/u/0/f/640387/c/34625/s/3335cd80/sc/22/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/180263349406/u/0/f/640387/c/34625/s/3335cd80/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/180263349406/u/0/f/640387/c/34625/s/3335cd80/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Before Twitter moved in, San Francisco’s Mid-Market area was run down and not very safe. Now that’s changed, thanks to tax breaks and a need for office space in the city.      </Summary>
<Website>http://www.nytimes.com/2013/11/02/business/twitter-helps-revive-a-seedy-san-francisco-neighborhood.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/37857/guest@my.umbc.edu/ae0f0828d71479f395d870b8d51f6c95/api/pixel</TrackingUrl>
<Tag>amazon-com-inc-amzn-nasdaq</Tag>
<Tag>area-planning-and-renewal</Tag>
<Tag>cbre-group-inc-cbg-nyse</Tag>
<Tag>dolby-laboratories-inc-dlb-nyse</Tag>
<Tag>google-inc-goog-nasdaq</Tag>
<Tag>jones-lang-lasalle-inc-jll-nyse</Tag>
<Tag>microsoft-corporation-msft-nasdaq</Tag>
<Tag>new</Tag>
<Tag>real-estate-commercial</Tag>
<Tag>san-francisco-calif</Tag>
<Tag>tax-credits-deductions-and-exemptions</Tag>
<Tag>technology</Tag>
<Tag>twitter</Tag>
<Tag>yahoo-inc-yhoo-nasdaq</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Fri, 01 Nov 2013 21:46:37 -0400</PostedAt>
<EditAt>Fri, 01 Nov 2013 22:46:37 -0400</EditAt>
</NewsItem>

</News>
