<?xml version="1.0"?>
<News hasArchived="true" page="8842" pageCount="10714" pageSize="10" timestamp="Fri, 03 Jul 2026 05:50:11 -0400" url="https://my3.my.umbc.edu/posts.xml?page=8842">
<NewsItem contentIssues="false" id="27790" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27790">
<Title>Call for Review: Emotion Markup Language (EmotionML) 1.0 Proposed Recommendation Published</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>The <a href="http://www.w3.org/2002/mmi/" rel="nofollow external" class="bo">W3C Multimodal Working Group</a> has published a Proposed Recommendation of <a href="http://www.w3.org/TR/2013/PR-emotionml-20130416/" rel="nofollow external" class="bo">Emotion Markup Language (EmotionML) 1.0</a>. As the web is becoming ubiquitous, interactive, and multimodal, technology needs to deal increasingly with human factors, including emotions. The specification of Emotion Markup Language 1.0 aims to strike a balance between practical applicability and scientific well-foundedness. The language is conceived as a "plug-in" language suitable for use in three different areas: (1) manual annotation of data; (2) automatic recognition of emotion-related states from user behavior; and (3) generation of emotion-related system behavior. Comments are welcome through 14 May. Learn more about the <a href="http://www.w3.org/2002/mmi/Activity.html" rel="nofollow external" class="bo">Multimodal Interaction Activity</a>.</p></div>
]]>
</Body>
<Summary>The W3C Multimodal Working Group has published a Proposed Recommendation of Emotion Markup Language (EmotionML) 1.0. As the web is becoming ubiquitous, interactive, and multimodal, technology...</Summary>
<Website>http://www.w3.org/News/2013.html#entry-9790</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27790/guest@my.umbc.edu/e1d2883db6a1f2acb1db33688ad86bc8/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>home-page-stories</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>publication</Tag>
<Tag>sql</Tag>
<Tag>w3</Tag>
<Tag>web</Tag>
<Tag>web-design-and-applications</Tag>
<Tag>web-of-devices</Tag>
<Tag>web-of-services</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>Tue, 16 Apr 2013 13:50:58 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27782" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27782">
<Title>How to Build a Ruby Gem with Guest Sam Soffes</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://soff.es" title="Sam Soffes" rel="nofollow external" class="bo">Sam Soffes</a> is a iOS and Rails software engineer, musician, wanna be designer, and burger connoisseur. He lives in Lousiville, KY right now, but will be moving back to San Francisco in the fall. He previously worked at Hipstamatic, but is now the VP of Engineering at <a href="https://seesaw.co/" rel="nofollow external" class="bo">Seesaw</a>. He also built the popular iOS and Mac app <a href="https://cheddarapp.com/" rel="nofollow external" class="bo">Cheddar</a>.</p>
    <p>Sam was nice enough to create a screencast showing us how to build a Ruby gem for use in a Ruby on Rails project. </p>
    <h2>How to Build a Ruby Gem</h2>
    <p></p>
    <div class="embed-container"><iframe src="http://player.vimeo.com/video/63605506" frameborder="0" webkitallowfullscreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowfullscreen="allowFullScreen">[Video]</iframe></div>
    <h2>Video Transcription</h2>
    <p>Hi, I’m Sam Soffes. I’m going to show you how to create and distribute a<br>
    Ruby Gem. So, let’s say you have some really fancy code that adds 2 numbers<br>
    together. We’re going to package this up into a Ruby Gem called Adder and<br>
    you shoot it on Rubygems.org, so anyone can Gem install Adder and use our<br>
    code. First off, you’ll need Bundler. If you don’t already have Bundler,<br>
    you can easily install it with Gem install bundler. Now, simply Run,<br>
    Bundle, Gem, and the name of your Gem. So, in this case, Adder. Great, and<br>
    you can see here it generated a bunch of files for our Gem so, we’ll open<br>
    this up in Sublime and try it out. So, most importantly it generated a Gem<br>
    spec for us. and you can see it has some placeholder values. I’ll go ahead<br>
    and fill this in. It’s a good idea to add a required Ruby version, that way<br>
    if you’re using features that aren’t available in 187 or 192 or whatever,<br>
    Rubygems won’t let you install it on a Ruby that’s not supported. Kind of<br>
    on a side note, if all you’re using 19 for is the hash syntax, it’s a good<br>
    idea to go ahead and use the old 187 syntax, so more people can use your<br>
    code. I really prefer the 19 syntax, but I usually end up switching, just<br>
    so I can support 187. If that’s the only change, no reason not to.</p>
    <p>Anyway, you can see it made a Gem file and all it does is import your Gem<br>
    spec, so because your Gem spec has Bundler and Rake and such, it will<br>
    automatically add these to your Gem file using this line. You can see I<br>
    went ahead and generated the MIT license, which is a really great open<br>
    source license. It basically means anyone can do whatever they want with<br>
    your stuff, which is pretty great. It also generated a rake file for us,<br>
    we’ll get to this in a bit, and then a really nice placeholder “Readme” So<br>
    you should definitely fill in your stuff when you get a chance. So you can<br>
    see here in the live folder, it generated Adder to RB and it says ‘Your<br>
    code goes here’ [inaudible 01:59] and here it imports Adder version.</p>
    <p>So, everything in your gem should go in a module. So, in this case it’s<br>
    just Adder. It usually should match the name of your Gem for some auto-<br>
    loading conventions. In Adder version, it just sets a constant called<br>
    version. This is kind of a convention adapted from the generated Gem spec<br>
    here that will just pull in your current version. So, that’s real handy. You<br>
    probably shouldn’t really do anything else with this file except bump the<br>
    version whenever you’re releasing something new.</p>
    <p>So, here we’ll just go ahead and make a new module method called Add. It’s<br>
    going to take 2 parameters and we’ll just add them together.</p>
    <p>So, the easiest way to try out your Gem without pushing it to Rubygems or<br>
    installing it locally, you should just hop in the console. Bundler adds a<br>
    really nice thing called Bundle Console, which by the way, this works<br>
    anywhere, not just in a gem you create. So, now we can call Adder, Add, and<br>
    Caller code, so you can do 2, 3, you should get 5. Awesome, it works. So,<br>
    that’s really handy for trying out. Obviously, you should add some tests<br>
    and cover that in a future post.</p>
    <p>So, we verified that our Gem works, and we’re ready to show the world how<br>
    to use our awesome Gem. First, we’ll just go ahead and commit our code. Now<br>
    that we’ve committed, we can run Rake minus T, which is just a standard<br>
    rake command for showing all the tasks available. So, you can see that<br>
    Bundler has gone ahead and added 3 tasks for us; Build, Install, and<br>
    Release. So, we’re going to go ahead and build our Gem, which is going to<br>
    build version 001, and now we can just run Rake, Release, and it will fill,<br>
    because we haven’t set up a Git remote yet. Because it expects you to have<br>
    a remote for your project. So, Rake, Release will automatically tag your<br>
    commit for that version and push it to your master, and then release it to<br>
    Rubygems.</p>
    <p>So, I’m going to go ahead and set this up on Github, and re run the<br>
    command. So, you can see that it tagged it and failed again, and this is<br>
    because we haven’t set up our Rubygems.org credentials. So, we just do Gem,<br>
    Push to set this up, and it’s going to say you don’t have a Rubygems.org<br>
    account. So, you can either go to Rubygems org/signup to make an account,<br>
    so I’m just going to fill in my credentials, and now we’ve got an error<br>
    saying that Gem push failed, which is what we wanted. we just wanted to<br>
    sign in here. So, this is all stuff you have to do just the first time.<br>
    Every time after this it’s really easy, so we’ll go ahead and do Rake,<br>
    Release again and see it tagged it and now its uploading it to<br>
    Rubygems.org, and it pushed it. We can open up Safari and head to<br>
    Rubygems.org/gem/adder, and see our Ruby Gem, you can see this pulled from<br>
    our Gem spec. This is set up from our license file. It’s my avatar there,<br>
    since I’m the owner. So, anyone can Gem install Adder and install our Gem,<br>
    I’ll show you quickly how to update your Gem once you’ve got it published.<br>
    We’ll head back over to Sublime.</p>
    <p>So, lets say you wanted to make this available as a instance or class<br>
    method so you can include Adder and have the add method, or you can just do<br>
    Adder. Add. So, there’s a really nice Ruby thing called Module Function<br>
    that this is force [sounds like 05:59] This basically does the same thing<br>
    for both versions. I’ll put a link to the documentation if you’re curious<br>
    how this works specifically. Again, we’ll just test this out real quick in<br>
    the console. Again, you should obviously write test but for now, but I’ll<br>
    just do it real quick. Adder, Add or we can just do 1 and 2 and get 3 or we<br>
    can include Adder and just call Add. I’ll say 4,5,6 and get 11, so you can<br>
    see both versions work, which is pretty cool. So, we’ll go over here to our<br>
    version file and we’ll bump the version. Check out simver.org for more on<br>
    how you should structure your version strength. Semantic versioning is<br>
    really important in the Ruby community.</p>
    <p>So, now that I have this new version, I can run status and see I’ve changed<br>
    2 files. We’ll go ahead and commit them. We’ll run Rake, Build again and<br>
    it’s going to build version 002. We’ll run Rake Release and see its going<br>
    to tag and get version 002 and it’s going to push it to Github and then<br>
    it’s gonna push it to Rubygems. There we go, so if we head over to<br>
    Rubygems.org and reload the page, you can see now 002, and here’s our<br>
    version history. There we go. We can also head over to Github, right here.<br>
    That’s again set in our Gem spec and we can see tags right here, and here<br>
    are our two tags that Bundler created for us in that Rake task. So, pretty<br>
    great.</p>
    <p>Obviously, you should fill in these more and show how to use it and other<br>
    stuff, and definitely have some tests. We’ll cover all that in a future<br>
    post.</p>
    <p>So, go release some code back to the community and enjoy.</p>
    <p>The post <a href="http://blog.teamtreehouse.com/how-to-build-a-ruby-gem-with-guest-sam-soffes" rel="nofollow external" class="bo">How to Build a Ruby Gem with Guest Sam Soffes</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>Sam Soffes is a iOS and Rails software engineer, musician, wanna be designer, and burger connoisseur. He lives in Lousiville, KY right now, but will be moving back to San Francisco in the fall. He...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/aV7Bt5hrtqo/how-to-build-a-ruby-gem-with-guest-sam-soffes</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27782/guest@my.umbc.edu/c15f2b5e4982967da756d8797131e403/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>learn-to-code</Tag>
<Tag>rails-tutorials</Tag>
<Tag>rails-video-tutorials</Tag>
<Tag>responsive</Tag>
<Tag>ruby</Tag>
<Tag>ruby-gems</Tag>
<Tag>ruby-on-rails</Tag>
<Tag>ruby-on-rails-tutorials</Tag>
<Tag>ruby-on-rails-video-tutorials</Tag>
<Tag>sam-soffes</Tag>
<Tag>web</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>Tue, 16 Apr 2013 13:43:43 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="27791" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27791">
<Title>XML Signature and XML Encryption are W3C Recommendations</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>The <a href="http://www.w3.org/2008/xmlsec/" rel="nofollow external" class="bo">XML Security Working Group</a> has published three W3C Recommendations today:</p>
    <ul>
    <li>
    <a href="http://www.w3.org/TR/2013/REC-xmldsig-core1-20130411/" rel="nofollow external" class="bo">XML Signature Syntax and Processing Version 1.1</a>. This document specifies XML digital signature processing rules and syntax. XML Signatures provide integrity, message authentication, and/or signer authentication services for data of any type, whether located within the XML that includes the signature or elsewhere.</li>
    <li>
    <a href="http://www.w3.org/TR/2013/REC-xmlenc-core1-20130411/" rel="nofollow external" class="bo">XML Encryption Syntax and Processing Version 1.1</a>. This document specifies a process for encrypting data and representing the result in XML. The data may be in a variety of formats, including octet streams and other unstructured data, or structured data formats such as XML documents, an XML element, or XML element content. The result of encrypting data is an XML Encryption element that contains or references the cipher data.</li>
    <li>
    <a href="http://www.w3.org/TR/2013/REC-xmldsig-properties-20130411/" rel="nofollow external" class="bo">XML Signature Properties</a>. This document outlines the syntax, processing rules and an associated namespace for properties to be used in XML Signatures. These can be composed with any version of XML Signature using the XML SignatureProperties element. These properties are intended to meet code signing requirements.</li>
    </ul>
    <p>The group also published thirteen <a href="http://www.w3.org/TR/tr-groups-all#tr_XML_Security_Working_Group" rel="nofollow external" class="bo">Working Group Notes</a> today. Learn more about the <a href="http://www.w3.org/Security/" rel="nofollow external" class="bo">Security Activity</a>.</p>
    </div>
]]>
</Body>
<Summary>The XML Security Working Group has published three W3C Recommendations today:    XML Signature Syntax and Processing Version 1.1. This document specifies XML digital signature processing rules and...</Summary>
<Website>http://www.w3.org/News/2013.html#entry-9789</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27791/guest@my.umbc.edu/eeafcf220dd2eeddd2b0a7cde5004abd/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>home-page-stories</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>publication</Tag>
<Tag>sql</Tag>
<Tag>top-story</Tag>
<Tag>w3</Tag>
<Tag>web</Tag>
<Tag>xml-core-technologies</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>Tue, 16 Apr 2013 13:22:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="27792" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27792">
<Title>Media Source Extensions Draft Published</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>The <a href="http://www.w3.org/html/wg/" rel="nofollow external" class="bo">HTML Working Group</a> has published a Working Draft of <a href="http://www.w3.org/TR/2013/WD-media-source-20130415/" rel="nofollow external" class="bo">Media Source Extensions</a>. This specification extends HTMLMediaElement to allow JavaScript to generate media streams for playback. Allowing JavaScript to generate streams facilitates a variety of use cases like adaptive streaming and time shifting live streams. Learn more about the <a href="http://www.w3.org/MarkUp/Activity" rel="nofollow external" class="bo">HTML Activity</a>.</p></div>
]]>
</Body>
<Summary>The HTML Working Group has published a Working Draft of Media Source Extensions. This specification extends HTMLMediaElement to allow JavaScript to generate media streams for playback. Allowing...</Summary>
<Website>http://www.w3.org/News/2013.html#entry-9788</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27792/guest@my.umbc.edu/f6d0056ccdd43373c0c8201702c55d9c/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>home-page-stories</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>publication</Tag>
<Tag>sql</Tag>
<Tag>w3</Tag>
<Tag>web</Tag>
<Tag>web-design-and-applications</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>Tue, 16 Apr 2013 13:07:56 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="27780" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27780">
<Title>Xilinx Extends C-programmable FPGAs</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>Xilinx extends Vivado FPGA design tool to allow FPGA users to programme FPGAs using C.</p></div>
]]>
</Body>
<Summary>Xilinx extends Vivado FPGA design tool to allow FPGA users to programme FPGAs using C.</Summary>
<Website>http://www.htmlgoodies.com/daily_news/xilinx-extends-c-programmable-fpgas.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27780/guest@my.umbc.edu/b90be9b7e2e74a8032e753d984fffa9f/api/pixel</TrackingUrl>
<Tag>html</Tag>
<Tag>htmlgoodies</Tag>
<Tag>learning</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>Tue, 16 Apr 2013 12:17:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="27781" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27781">
<Title>Polarion Software and Vector Software Announce Strategic Partnership</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>Application Lifecycle Management Provider teams up with dynamic software testing industry leader to produce and improve new software verification and validation regulated environment.</p></div>
]]>
</Body>
<Summary>Application Lifecycle Management Provider teams up with dynamic software testing industry leader to produce and improve new software verification and validation regulated environment.</Summary>
<Website>http://www.htmlgoodies.com/daily_news/polarion-software-and-vector-software-announce-strategic-partnership.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27781/guest@my.umbc.edu/226bbadfb8804f4d4cbb89d81a063567/api/pixel</TrackingUrl>
<Tag>html</Tag>
<Tag>htmlgoodies</Tag>
<Tag>learning</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>Tue, 16 Apr 2013 12:08:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27769" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27769">
<Title>Tianle Yuan and Lorraine Remer Are Tracking Dust!</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <div>Tianle Yuan and Lorraine Remer were featured in The Baltimore Sun for their work on tracking dust.  For the full story, go to </div>
    <div><a href="http://www.baltimoresun.com/health/bs-hs-sci-dust-20130412,0,572313.story" rel="nofollow external" class="bo">http://www.baltimoresun.com/health/bs-hs-sci-dust-20130412,0,572313.story</a></div>
    <p></p>
    </div>
]]>
</Body>
<Summary>Tianle Yuan and Lorraine Remer were featured in The Baltimore Sun for their work on tracking dust.  For the full story, go to ...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27769/guest@my.umbc.edu/8317125d86f9eb9f26c4e1569b3e6cd7/api/pixel</TrackingUrl>
<Group token="jcet">Joint Center for Earth Systems Technology</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/jcet</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/429/5f87a3fcca7c117d0f4186749a5c6c59/xsmall.png?1524593851</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/429/5f87a3fcca7c117d0f4186749a5c6c59/original.JPG?1524593851</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/429/5f87a3fcca7c117d0f4186749a5c6c59/xxlarge.png?1524593851</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/429/5f87a3fcca7c117d0f4186749a5c6c59/xlarge.png?1524593851</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/429/5f87a3fcca7c117d0f4186749a5c6c59/large.png?1524593851</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/429/5f87a3fcca7c117d0f4186749a5c6c59/medium.png?1524593851</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/429/5f87a3fcca7c117d0f4186749a5c6c59/small.png?1524593851</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/429/5f87a3fcca7c117d0f4186749a5c6c59/xsmall.png?1524593851</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/429/5f87a3fcca7c117d0f4186749a5c6c59/xxsmall.png?1524593851</AvatarUrl>
<Sponsor>Joint Center for Earth Systems Technology</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/769/ad2c9e0a9c46d5f3de817714c17d64cd/xxlarge.jpg?1366127967</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/027/769/ad2c9e0a9c46d5f3de817714c17d64cd/xlarge.jpg?1366127967</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/027/769/ad2c9e0a9c46d5f3de817714c17d64cd/large.jpg?1366127967</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/769/ad2c9e0a9c46d5f3de817714c17d64cd/medium.jpg?1366127967</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/769/ad2c9e0a9c46d5f3de817714c17d64cd/small.jpg?1366127967</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/769/ad2c9e0a9c46d5f3de817714c17d64cd/xsmall.jpg?1366127967</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/769/ad2c9e0a9c46d5f3de817714c17d64cd/xxsmall.jpg?1366127967</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 16 Apr 2013 12:06:36 -0400</PostedAt>
<EditAt>Tue, 16 Apr 2013 15:46:19 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="27773" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27773">
<Title>Could Nebula One Reinvent Cloud Computing for Businesses?</Title>
<Body>
<![CDATA[
    <div class="html-content">Former NASA engineer strives to offer every company its own private cloud.</div>
]]>
</Body>
<Summary>Former NASA engineer strives to offer every company its own private cloud.</Summary>
<Website>http://feedproxy.google.com/~r/YoungentrepreneurcomBlog/~3/wAzG2OmpzKs/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27773/guest@my.umbc.edu/4a2296ab2c119858af5ef6c9dc12ac52/api/pixel</TrackingUrl>
<Tag>cloud-computing</Tag>
<Tag>startups</Tag>
<Tag>tech-startups</Tag>
<Tag>technology</Tag>
<Tag>technology-news</Tag>
<Group token="entrepreneurship">Alex. Brown Center for Entrepreneurship</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/entrepreneurship</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/original.jpg?1771000363</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/large.png?1771000363</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/medium.png?1771000363</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/small.png?1771000363</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxsmall.png?1771000363</AvatarUrl>
<Sponsor>The Alex. Brown Center for Entrepreneurship</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 16 Apr 2013 12:00:33 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="27771" important="false" status="posted" url="https://my3.my.umbc.edu/posts/27771">
<Title>URCAD Sneak Peek: Dalton Hughes and Chris Mullen</Title>
<Tagline>Come to URCAD on Wednesday, April 24!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">Approximately 760 million people do not have access to clean drinking water; a disproportionate amount of those people are located in Sub-Sahara Africa. High chemical and bacterial contaminant levels in drinking water may cause a myriad of health complications. The small community of Isongo, Kenya lacks clean drinking water for its 500 residents. The residents currently retrieve water from an unprotected spring located roughly 20 minutes away. In January 2013, the UMBC Chapter of Engineers Without Borders (EWB-UMBC) travelled to Isongo to assess the current water quality and interview community members that use this water source. Results from the water quality tests reveal high levels of nitrogen and phosphorus. The stream is also contaminated with high levels of indicator organisms and tested positive for fecal and rapid coliforms. Interviews indicated that most children suffer from dysentery and a high prevalence of other waterborne diseases. Residents also expressed an interest in receiving information on topics of sanitation and hygiene. We are currently developing an inexpensive and low-tech method for the removal of these contaminants from the water source. The results of these studies will result in a treatment system that will help to improve the overall health of the Isongo population.<br><br>Read more about URCAD presentations...<br>
    </div>
]]>
</Body>
<Summary>Approximately 760 million people do not have access to clean drinking water; a disproportionate amount of those people are located in Sub-Sahara Africa. High chemical and bacterial contaminant...</Summary>
<Website>http://www.umbc.edu/undergrad_ed/research/URCAD/sneakPeek2013.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/27771/guest@my.umbc.edu/1b128a7277b1fe81788a69882029889d/api/pixel</TrackingUrl>
<Group token="undergradresearch">Undergraduate Research</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/undergradresearch</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xsmall.png?1600355057</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/original.jpg?1600355057</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xxlarge.png?1600355057</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xlarge.png?1600355057</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/large.png?1600355057</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/medium.png?1600355057</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/small.png?1600355057</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xsmall.png?1600355057</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xxsmall.png?1600355057</AvatarUrl>
<Sponsor>Undergraduate Research</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/027/771/cbcf331a5f3f1356bdab345699d5ca9f/xxlarge.jpg?1366127545</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/027/771/cbcf331a5f3f1356bdab345699d5ca9f/xlarge.jpg?1366127545</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/027/771/cbcf331a5f3f1356bdab345699d5ca9f/large.jpg?1366127545</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/027/771/cbcf331a5f3f1356bdab345699d5ca9f/medium.jpg?1366127545</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/027/771/cbcf331a5f3f1356bdab345699d5ca9f/small.jpg?1366127545</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/771/cbcf331a5f3f1356bdab345699d5ca9f/xsmall.jpg?1366127545</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/027/771/cbcf331a5f3f1356bdab345699d5ca9f/xxsmall.jpg?1366127545</ThumbnailUrl>
<PawCount>73</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 16 Apr 2013 11:52:59 -0400</PostedAt>
<EditAt>Tue, 16 Apr 2013 11:56:48 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="110206" important="false" status="posted" url="https://my3.my.umbc.edu/posts/110206">
<Title>Thomas Schaller, Political Science, in the Baltimore Sun</Title>
<Body>
<![CDATA[
    <div class="html-content">In today’s Baltimore Sun, political science professor Thomas F. Schaller writes, Less than 24 hours ago, an apparent act of terrorism marred this year’s Boston Marathon. It’s too early to know many of the details about this tragic event. Late last night, officials were reporting three deaths and well over 100 injuries; soon we will have a clearer sense of how many were killed and wounded. […] But we don’t need to know every detail to draw a few sad, cautionary lessons about what happened Monday. Among those lessons is recognizing that “the primary purpose of terrorism is not to …</div>
]]>
</Body>
<Summary>In today’s Baltimore Sun, political science professor Thomas F. Schaller writes, Less than 24 hours ago, an apparent act of terrorism marred this year’s Boston Marathon. It’s too early to know...</Summary>
<Website>https://news.umbc.edu/thomas-schaller-political-science-in-the-baltimore-sun-24/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/110206/guest@my.umbc.edu/f410de027a216d9980bc32dedee1d37a/api/pixel</TrackingUrl>
<Tag>cahss</Tag>
<Tag>policy-and-society</Tag>
<Tag>politicalscience</Tag>
<Group token="umbc-news">UMBC News</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/umbc-news</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/944/2c79aeea85b1abb37f8cf9fbcdc382b0/xsmall.png?1632921809</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/001/944/2c79aeea85b1abb37f8cf9fbcdc382b0/original.png?1632921809</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/001/944/2c79aeea85b1abb37f8cf9fbcdc382b0/xxlarge.png?1632921809</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/944/2c79aeea85b1abb37f8cf9fbcdc382b0/xlarge.png?1632921809</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/944/2c79aeea85b1abb37f8cf9fbcdc382b0/large.png?1632921809</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/944/2c79aeea85b1abb37f8cf9fbcdc382b0/medium.png?1632921809</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/001/944/2c79aeea85b1abb37f8cf9fbcdc382b0/small.png?1632921809</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/944/2c79aeea85b1abb37f8cf9fbcdc382b0/xsmall.png?1632921809</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/001/944/2c79aeea85b1abb37f8cf9fbcdc382b0/xxsmall.png?1632921809</AvatarUrl>
<Sponsor>UMBC News</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 16 Apr 2013 11:13:20 -0400</PostedAt>
</NewsItem>

</News>
