<?xml version="1.0"?>
<News hasArchived="true" page="7608" pageCount="10793" pageSize="10" timestamp="Sun, 06 Sep 2026 02:44:48 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=7608&amp;range=2">
<NewsItem contentIssues="false" id="122669" important="false" status="posted" url="https://my3.my.umbc.edu/posts/122669">
<Title>Visual Arts Faculty and IMDA Candidate in Socially Engaged Art Journal</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Visual arts faculty Tom Beck, Tim Nohe and Steve Silberg, and IMDA candidate, Charlotte Keniston were featured in the first edition of <em>Socially Engaged Art Journal </em>(SEAJ).</p>
    <p><a href="http://www.sociallyengagedartjournal.org/2014/04/engaging-community-art-and-food-in-baltimore-city/" rel="nofollow external" class="bo">“Engaging Community: Art and Food In Baltimore City”</a> written by Charlotte Keniston discusses the artists’ work and UMBC thesis project centered upon food deserts in Baltimore; <a href="http://www.sociallyengagedartjournal.org/2014/04/my-station-north/" rel="nofollow external" class="bo">“My Station North”</a> focuses on a collaborative exhibition by Keniston and Nohe, in which they work with children at Baltimore Montessori Public Charter School to document the Station North neighborhood of Baltimore through sound and photography; and <a href="http://www.sociallyengagedartjournal.org/2014/04/the-hughes-remix-project/" rel="nofollow external" class="bo">“The Hughes Remix Project”</a> written by Beck and Silberg details the development of the new <em>Project</em> archive containing “175 remixed, reinvented, reinterpreted, and reimagined images of Baltimore street scenes, promotional and advertising work, businesses, churches, schools, monuments, factories, machinery, and portraits.”</p>
    <p>SEAJ is an online publication that showcases the work of artists whose practice, community art or social design is socially engaged. <a href="http://www.sociallyengagedartjournal.org/category/issue-1/" rel="nofollow external" class="bo">The first issue</a> is titled “Baltimore.”</p>
    </div>
]]>
</Body>
<Summary>Visual arts faculty Tom Beck, Tim Nohe and Steve Silberg, and IMDA candidate, Charlotte Keniston were featured in the first edition of Socially Engaged Art Journal (SEAJ).   “Engaging Community:...</Summary>
<Website>https://umbc.edu/stories/visual-arts-faculty-and-imda-candidate-in-socially-engaged-art-journal/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/122669/guest@my.umbc.edu/a1560f3d1d6430bc2f1ea41b2bcdea2a/api/pixel</TrackingUrl>
<Tag>arts-and-culture</Tag>
<Tag>engage</Tag>
<Tag>visualarts</Tag>
<Group token="umbc-news-magazine">UMBC News &amp;amp; Magazine</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/umbc-news-magazine</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/original.png?1748556657</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/large.png?1748556657</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/medium.png?1748556657</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/small.png?1748556657</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxsmall.png?1748556657</AvatarUrl>
<Sponsor>UMBC News &amp; Magazine</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Thu, 17 Apr 2014 16:59:18 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="43717" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43717">
<Title>Animating SVG with CSS</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>There isn't just one way to animate SVG. There is the <code>&lt;animate&gt;</code> tag that goes right into the SVG code. There are libraries that help with it like <a href="http://snapsvg.io/" rel="nofollow external" class="bo">Snap.svg</a> or <a href="http://www.svgjs.com/" rel="nofollow external" class="bo">SVG.js</a>. We're going to look at another way: using inline SVG (SVG code right inside HTML) and animating the parts right through CSS.</p>
    <p></p>
    <p>I played with this personally recently as my Alma mater <a href="http://ad.doubleclick.net/ddm/clk/270735259;104033101;o?http://www.wufoo.com/landing/1/?utm_source=csstricks&amp;utm_medium=ppc&amp;cmpid=brand&amp;utm_network=d" rel="nofollow external" class="bo">Wufoo</a> was looking to freshen up the advertising graphic we're running here. My latest design around here uses SVG quite a bit and I thought this would be another perfect opportunity to use it some more. </p>
    <p>The finished product is pretty simple. Here's it is:</p>
    <p>See the Pen <a href="http://codepen.io/chriscoyier/pen/dvjhn/" rel="nofollow external" class="bo">Wufoo SVG Ad</a> by Chris Coyier (<a href="http://codepen.io/chriscoyier" rel="nofollow external" class="bo">@chriscoyier</a>) on <a href="http://codepen.io" rel="nofollow external" class="bo">CodePen</a>.</p>
    <p>Let's check out how it's done.</p>
    <h3>1. Design the Ad / Have a Plan</h3>
    <p>This might seem like an <a href="http://cdn.css-tricks.com/wp-content/uploads/2014/04/How_to_Draw_Owl.jpg" rel="nofollow external" class="bo">how to draw an owl</a> moment, but this article is about animation so let's get there as quickly we can. </p>
    <p>My plan for this ad was to make a super simple Wufoo ad with their classic logo, colors, and general branding. Then add a little flair.</p>
    <ol>
    <li>Make the letters kind hop off the page a little. Wufoo is a fun word, let the letters have some fun. </li>
    <li>Back in the day we made a T-Shirt with dinosaurs on the front and on the back it said "Fast. Smart. Formidable." Which are traits of both dinosaurs and Wufoo, not to mention the fun little play on words with FORMidble. Let's make those fade in and out.</li>
    <li>To make the connection with the dinosaur thing complete, we'll have a T-Rex head pop up from the bottom curiously, then zoom away. The word "Fast." will come in as he zooms away which is another nice little connection.</li>
    </ol>
    <p>I put all the parts together in Illustrator.</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/04/illustrator-parts.jpg" alt="" style="max-width: 100%; height: auto;">
    <p>Notice how the logo and tagline text are outlines. That means they are just vector shapes and will render just perfectly as-is in the SVG, as <code>&lt;path&gt;</code>s. The text you see there "Fast." is left as text in Illustrator. </p>
    <p>When I save this out from Illustrator, that will be left as a <code>&lt;text&gt;</code> element. </p>
    <h3>2. Save as SVG</h3>
    <p>Illustrator can save this directly as SVG:</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/04/save-as-svg.png" alt="" style="max-width: 100%; height: auto;">
    <p>You can open that SVG file in a code editor and see the SVG code:</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/04/inline-svg.png" alt="" style="max-width: 100%; height: auto;">
    <h3>3. Clean Up the SVG, Give Shapes Classes</h3>
    <p>You might wanna run it through <a href="https://github.com/svg/svgo" rel="nofollow external" class="bo">SVGO</a> to optimize it and remove the DOCTYPE and stuff. But more importantly for this post, you'll want to give the the different shapes class names, that way we can select them in CSS and do stuff!</p>
    <pre><code>&lt;svg version="1.1" id="wufoo-ad" xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>" xmlns:xlink="<a href="http://www.w3.org/1999/xlink">http://www.w3.org/1999/xlink</a>" viewBox="0 0 400 400" enable-background="new 0 0 400 400" xml:space="preserve"&gt;&#x000A;    &#x000A;      &lt;!-- background --&gt;&#x000A;      &lt;rect class="wufoo-background" fill="#D03E27" width="400" height="400" /&gt;&#x000A;    &#x000A;      &lt;!-- logo letters --&gt;&#x000A;      &lt;path class="wufoo-letter" fill="#F4F4F4" d="M60.858,129...." /&gt;&#x000A;      &lt;path class="wufoo-letter" fill="#F4F4F4" d="..." /&gt;&#x000A;         &lt;!-- etc --&gt;&#x000A;    &#x000A;      &lt;!-- dinosaur --&gt;&#x000A;      &lt;g class="trex"&gt;&#x000A;         &lt;path ... /&gt;&#x000A;         &lt;path ... /&gt;&#x000A;      &lt;/g&gt;&#x000A;    &#x000A;    &lt;/svg&gt;</code></pre>
    <h3>4. Insert the SVG</h3>
    <p>You can copy-and-paste that SVG right into the HTML where you want the ad. But that'll just slop up the template probably. In all likelihood you'll just do something like:</p>
    <pre><code>&lt;aside class="sidebar"&gt;&#x000A;      &#x000A;       &lt;div class="module module-ad"&gt;&#x000A;          &#x000A;           &lt;?php include("ads/wufoo.svg"); ?&gt;&#x000A;    &#x000A;       &lt;/div&gt;&#x000A;    &#x000A;       ...</code></pre>
    <h3>5. Animate!</h3>
    <p>Now we have these shapes in the DOM that we can target and style like any other HTML element, let's do that. </p>
    <p>Let's say we want to do this as a <strong>10 second timeline</strong>.</p>
    <h4>Words Fade In/Out First</h4>
    <p>The first thing we want to happen is the Fast. Smart. Formidable. thing. Each word will show for one second. So we'll make an animation where the word shows for 10% of the time:</p>
    <pre><code>@keyframes hideshow {&#x000A;      0% { opacity: 1; }&#x000A;      10% { opacity: 1; }&#x000A;      15% { opacity: 0; }&#x000A;      100% { opacity: 0; }&#x000A;    } </code></pre>
    <p>Then target that first word and have the animation last for 10 seconds (10% of that is 1 second):</p>
    <pre><code>.text-1 {&#x000A;      animation: hideshow 10s ease infinite;&#x000A;    }</code></pre>
    <p>The next two letters will start out hidden (<code>opacity: 0;</code>) and then use the exact same animation, only delayed to start a bit later:</p>
    <pre><code>.text-2 {&#x000A;      opacity: 0;&#x000A;      animation: hideshow 10s 1.5s ease infinite;&#x000A;    }&#x000A;    .text-3 {&#x000A;      opacity: 0;&#x000A;      animation: hideshow 10s 3s ease infinite;&#x000A;    }</code></pre>
    <p>The extra 0.5s on each is to accommodate the fading out time period of the word before it.</p>
    <h4>Letter Pops</h4>
    <p>As soon as those letters are done animating, we'll have the letters in WUFOO do their jiggle jump thing, like this:</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/04/wufoo-letters.gif" alt="" style="max-width: 100%; height: auto;">
    <p>The trick here is that we'll make the animation only 5 seconds long, but run it once forwards and once backwards. That way it matches our 10 second timeline, is placed right in the middle where we want it, and we only need to scale in one direction, because when it reverses it will scale back.</p>
    <p>Each letter has a slight bit of delay so they happen off-kilter a bit:</p>
    <pre><code>.wufoo-letter {&#x000A;      animation: kaboom 5s ease alternate infinite;&#x000A;      &amp;:nth-child(2) {&#x000A;        animation-delay: 0.1s;&#x000A;      }&#x000A;      &amp;:nth-child(3) {&#x000A;        animation-delay: 0.2s;&#x000A;      }&#x000A;      &amp;:nth-child(4) {&#x000A;        animation-delay: 0.3s;&#x000A;      }&#x000A;      &amp;:nth-child(5) {&#x000A;        animation-delay: 0.4s;&#x000A;      }&#x000A;    }&#x000A;    @keyframes kaboom {&#x000A;      90% {&#x000A;        transform: scale(1.0);&#x000A;      }&#x000A;      100% {&#x000A;        transform: scale(1.1);&#x000A;      }&#x000A;    }</code></pre>
    <p>The above is in SCSS just for brevity, and does not include any prefixing (as you would need in production).</p>
    <p>I feel like <code>animation-delay</code> is a property that would benefit from native randomization in CSS. Would be neat to see the letters be randomly delayed just a bit each time.</p>
    <h4>Dinosaur Last</h4>
    <p>As soon as the words are done, the dinosaur will peak its head up. Even though the dinosaur is made up of lots of <code>&lt;path&gt;</code>s, we can target them all together by targeting the <code>&lt;g&gt;</code> (group) tag that wraps them all.</p>
    <p>Because using translate to animate position <a href="http://css-tricks.com/tale-of-animation-performance/" rel="nofollow external" class="bo">is better</a>, we'll do that in the keyframes: </p>
    <pre><code>@keyframes popup {&#x000A;      0% {&#x000A;        transform: translateY(150px);&#x000A;      }&#x000A;      34% {&#x000A;        transform: translateY(20px);&#x000A;      }&#x000A;      37% {&#x000A;        transform: translateY(150px);&#x000A;      }&#x000A;      100% {&#x000A;        transform: translateY(150px);&#x000A;      }&#x000A;    }</code></pre>
    <p>We wanted this animation to "last" about 3 seconds. It actually runs in 10 second loops, but you'll only see it do stuff for 3 seconds. When the translateY(150px) is in effect, the dinosaur is moved so far below, you don't see anything. By 37% of that animation (around 3 seconds) you'll have seen it move slowly up, then quickly back down). </p>
    <p>When we apply this animation, we'll make sure that: </p>
    <p>The dinosaur is hidden at first<br>
    The animation is delayed so it starts right after the words are done with their fade in/out dance.</p>
    <pre><code>.trex {&#x000A;      transform: translateY(150px);&#x000A;      animation: popup 10s 6.5s ease infinite;&#x000A;    }</code></pre>
    <p>The dinosaur pops down right at the last second, which is when the word "Fast." pops back onto the screen (because all the animations are set to <code>infinite</code>, which re-runs them forever). That's a bit of fun synergy there.</p>
    <h3>6. Making it a responsive / clickable ad</h3>
    <p>One of the beautiful things about SVG is that it's scaleable to any size without losing quality. To make an inline SVG like this scale while maintaining its aspect ratio, we can use the ol' padded box technique. </p>
    <pre><code>&lt;div class="wufoo-ad-wrap"&gt;&#x000A;      &lt;svg class="wufoo-ad"&gt;&#x000A;         ...&#x000A;      &lt;/svg&gt;&#x000A;    &lt;/div&gt;</code></pre>
    <pre><code>.wufoo-ad-wrap {&#x000A;      height: 0;&#x000A;      padding-top: 100%;&#x000A;      position: relative;&#x000A;    }&#x000A;    .wufoo-ad {&#x000A;      position: absolute;&#x000A;      top: 0;&#x000A;      left: 0;&#x000A;      width: 100%;&#x000A;      height: 100%;&#x000A;    }</code></pre>
    <p>The idea here is that the "wrap" will always be a perfect square, relative to its width. Then we absolutely position the SVG within that perfect square, which will happily resize itself. </p>
    <p>Since this is an ad (which of course should be clickable), rather than using a <code>&lt;div&gt;</code> for the wrap, you could use an <code>&lt;a href=""&gt;</code>, just make sure you set that to be <code>display: block;</code>.</p>
    <hr>
    <p><a href="http://codepen.io/chriscoyier/pen/dvjhn/" rel="nofollow external" class="bo">Final thing</a>, for reference.</p>
    <p>I think there is a future for this kind of thing in display advertising, particularly because of the CSS control and easy, sharp resizing. </p>
    <hr>
    <p><small><a href="http://css-tricks.com/animating-svg-css/" rel="nofollow external" class="bo">Animating SVG with CSS</a> is a post from <a href="http://css-tricks.com" rel="nofollow external" class="bo">CSS-Tricks</a></small></p>
    </div>
]]>
</Body>
<Summary>There isn't just one way to animate SVG. There is the &lt;animate&gt; tag that goes right into the SVG code. There are libraries that help with it like Snap.svg or SVG.js. We're going to look at...</Summary>
<Website>http://css-tricks.com/animating-svg-css/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43717/guest@my.umbc.edu/0ed863d789ff5bc59375d516ae02f206/api/pixel</TrackingUrl>
<Tag>article</Tag>
<Tag>css</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>tricks</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>Thu, 17 Apr 2014 16:52:06 -0400</PostedAt>
<EditAt>Thu, 17 Apr 2014 16:52:06 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="43716" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43716">
<Title>Prof. Kate Brown wins OAH prize</Title>
<Tagline>another prize for Kate Brown</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <p>On Saturday, April 12 in Atlanta, Associate Professor of History Kate 
    Brown was awarded the 2014 Ellis W. Hawley Prize from the Organization 
    of American Historians (OAH) for the best book-length historical study 
    of the political economy, politics, or institutions of the United 
    States, in its domestic or international affairs, from the Civil War to 
    the present.</p>
    <p><a href="http://umbcinsights.files.wordpress.com/2013/09/plutopia.jpg" rel="nofollow external" class="bo"><img src="http://umbcinsights.files.wordpress.com/2013/09/plutopia.jpg?w=196&amp;h=300" alt="plutopia" height="300" width="196" style="max-width: 100%; height: auto;"></a></p>
    Brown received the award for her book, <em>Plutopia: Nuclear Families, Atomic Cities, and the Great Soviet and American Plutonium Disasters </em>(Oxford University Press, 2013)</div>
]]>
</Body>
<Summary>On Saturday, April 12 in Atlanta, Associate Professor of History Kate  Brown was awarded the 2014 Ellis W. Hawley Prize from the Organization  of American Historians (OAH) for the best book-length...</Summary>
<Website>http://umbcinsights.wordpress.com/2014/04/15/kate-brown-history-wins-the-2014-ellis-w-hawley-prize-from-the-organization-of-american-historians/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43716/guest@my.umbc.edu/8bf0290745033785d42c20b82e7815ee/api/pixel</TrackingUrl>
<Group token="history">History Department News and Events</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/history</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/496/0e975254c6e211f21a5cca6eb2cf1a82/xsmall.png?1582059722</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/496/0e975254c6e211f21a5cca6eb2cf1a82/original.png?1582059722</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/496/0e975254c6e211f21a5cca6eb2cf1a82/xxlarge.png?1582059722</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/496/0e975254c6e211f21a5cca6eb2cf1a82/xlarge.png?1582059722</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/496/0e975254c6e211f21a5cca6eb2cf1a82/large.png?1582059722</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/496/0e975254c6e211f21a5cca6eb2cf1a82/medium.png?1582059722</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/496/0e975254c6e211f21a5cca6eb2cf1a82/small.png?1582059722</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/496/0e975254c6e211f21a5cca6eb2cf1a82/xsmall.png?1582059722</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/496/0e975254c6e211f21a5cca6eb2cf1a82/xxsmall.png?1582059722</AvatarUrl>
<Sponsor>History Department News and Events</Sponsor>
<PawCount>27</PawCount>
<CommentCount>2</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 17 Apr 2014 16:49:03 -0400</PostedAt>
<EditAt>Thu, 08 May 2014 09:57:36 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="43712" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43712">
<Title>Learn computer vision in a single weekend</Title>
<Tagline>Author: UMBC Doctoral Candidate &amp; Serial Entrepreneur</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div><strong>What to expect in this book?</strong></div>
    <div><span>If you are interested in computer vision and image processing, but don't know where to start? Adrian's new book is your guaranteed quick start guide to learning the fundamentals of computer vision and image processing using Python and OpenCV.</span></div>
    <div><br></div>
    <div>It's a well written, easy to digest book to get your started quickly. For those of you that have some experience, you can expect to get something out of this book as well. </div>
    <div><br></div>
    <div><br></div>
    <div><strong>Who is Adrian Rosebrock?</strong></div>
    <div><span>Adrian Rosebrock is an entrepreneur and PhD candidate who has spent the last eight years studying computer vision, machine learning, and image search engines. He's launched two successful image search engines, <a href="http://www.idmypill.com/" rel="nofollow external" class="bo">ID My Pill</a>, and <a href="http://www.chicengine.com/" rel="nofollow external" class="bo">Chic Engine</a>. He's even consulted with the National Cancer Institute to develop image processing and machine learning algorithms to automatically analyze breast histology images for cancer risk factors.</span></div>
    <div><span><br></span></div>
    <div><span><strong>Price: $17.00</strong></span></div>
    <div><span><strong><br></strong></span></div>
    </div>
]]>
</Body>
<Summary>What to expect in this book?  If you are interested in computer vision and image processing, but don't know where to start? Adrian's new book is your guaranteed quick start guide to learning the...</Summary>
<Website>https://www.pyimagesearch.com/practical-python-opencv-prelaunch/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43712/guest@my.umbc.edu/14c46f2c7b9b6fd958bc39414e5a920a/api/pixel</TrackingUrl>
<Tag>abce</Tag>
<Tag>adrian</Tag>
<Tag>computer</Tag>
<Tag>opencv</Tag>
<Tag>python</Tag>
<Tag>rosebrock</Tag>
<Tag>umbcentrs</Tag>
<Tag>vision</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>
<ThumbnailUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/712/9f2998dcc45d58baf6f70279655e9d9a/xxlarge.jpg?1397766272</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/712/9f2998dcc45d58baf6f70279655e9d9a/xlarge.jpg?1397766272</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/712/9f2998dcc45d58baf6f70279655e9d9a/large.jpg?1397766272</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/712/9f2998dcc45d58baf6f70279655e9d9a/medium.jpg?1397766272</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/712/9f2998dcc45d58baf6f70279655e9d9a/small.jpg?1397766272</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/712/9f2998dcc45d58baf6f70279655e9d9a/xsmall.jpg?1397766272</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/712/9f2998dcc45d58baf6f70279655e9d9a/xxsmall.jpg?1397766272</ThumbnailUrl>
<PawCount>2</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 17 Apr 2014 16:31:10 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="43713" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43713">
<Title>Elections!</Title>
<Tagline>Club elections next week!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">We will be doing an election next week during our Tuesday meeting!</div>
]]>
</Body>
<Summary>We will be doing an election next week during our Tuesday meeting!</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43713/guest@my.umbc.edu/a154c7c1a356155f89f6e3767fbffc0e/api/pixel</TrackingUrl>
<Group token="retired-796">UMBC Go Club</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-796</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/796/93dc3da88ca1fdc08bd44748ce7b1da1/xsmall.png?1391095462</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/796/93dc3da88ca1fdc08bd44748ce7b1da1/original.png?1391095462</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/796/93dc3da88ca1fdc08bd44748ce7b1da1/xxlarge.png?1391095462</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/796/93dc3da88ca1fdc08bd44748ce7b1da1/xlarge.png?1391095462</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/796/93dc3da88ca1fdc08bd44748ce7b1da1/large.png?1391095462</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/796/93dc3da88ca1fdc08bd44748ce7b1da1/medium.png?1391095462</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/796/93dc3da88ca1fdc08bd44748ce7b1da1/small.png?1391095462</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/796/93dc3da88ca1fdc08bd44748ce7b1da1/xsmall.png?1391095462</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/796/93dc3da88ca1fdc08bd44748ce7b1da1/xxsmall.png?1391095462</AvatarUrl>
<Sponsor>UMBC Go Club</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 17 Apr 2014 16:24:50 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="43715" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43715">
<Title>6 Reasons to Nominate Someone Great&#8230;</Title>
<Body>
<![CDATA[
    <div class="html-content">There’s really no question that Retrievers are some of the best and brightest in Maryland and around the world. Our alumni are teaching at Harvard and MIT. They’re doctors and researchers at Johns Hopkins and the National Institutes of Health.  … <a href="http://umbcalumni.wordpress.com/2014/04/17/6-reasons-to-nominate-someone-great/" rel="nofollow external" class="bo">Continue reading <span>→</span></a>
    </div>
]]>
</Body>
<Summary>There’s really no question that Retrievers are some of the best and brightest in Maryland and around the world. Our alumni are teaching at Harvard and MIT. They’re doctors and researchers at Johns...</Summary>
<Website>http://umbcalumni.wordpress.com/2014/04/17/6-reasons-to-nominate-someone-great/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43715/guest@my.umbc.edu/f32ac08000778210b2d2d692818ca6d8/api/pixel</TrackingUrl>
<Tag>5-reasons</Tag>
<Tag>alumni-awards</Tag>
<Tag>alumni-events</Tag>
<Tag>news-and-updates</Tag>
<Tag>nominate</Tag>
<Tag>retrievers</Tag>
<Tag>umbc</Tag>
<Tag>university-of-maryland-baltimore-county</Tag>
<Group token="retired-20">UMBC Alumni</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-20</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xsmall.png?1280681147</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/original.png?1280681147</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xxlarge.png?1280681147</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xlarge.png?1280681147</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/large.png?1280681147</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/medium.png?1280681147</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/small.png?1280681147</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xsmall.png?1280681147</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xxsmall.png?1280681147</AvatarUrl>
<Sponsor>UMBC Alumni</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Thu, 17 Apr 2014 16:14:12 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="106822" important="false" status="posted" url="https://my3.my.umbc.edu/posts/106822">
<Title>6 Reasons to Nominate Someone Great&#8230;</Title>
<Body>
<![CDATA[
    <div class="html-content">There’s really no question that Retrievers are some of the best and brightest in Maryland and around the world. Our …</div>
]]>
</Body>
<Summary>There’s really no question that Retrievers are some of the best and brightest in Maryland and around the world. Our …</Summary>
<Website>https://magazine.umbc.edu/6-reasons-to-nominate-someone-great/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/106822/guest@my.umbc.edu/df21eda6d80556bc54952e3398e2cd4e/api/pixel</TrackingUrl>
<Tag>5-reasons</Tag>
<Tag>alumni</Tag>
<Tag>alumni-awards</Tag>
<Tag>nominate</Tag>
<Tag>retrievers</Tag>
<Tag>umbc</Tag>
<Tag>university-of-maryland-baltimore-county</Tag>
<Group token="retired-1945">UMBC Magazine</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-1945</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/images/avatars/group/8/xsmall.png?1787842820</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/images/avatars/group/8/original.png?1787842820</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/images/avatars/group/8/xxlarge.png?1787842820</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/images/avatars/group/8/xlarge.png?1787842820</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/images/avatars/group/8/large.png?1787842820</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/images/avatars/group/8/medium.png?1787842820</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/images/avatars/group/8/small.png?1787842820</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/images/avatars/group/8/xsmall.png?1787842820</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/images/avatars/group/8/xxsmall.png?1787842820</AvatarUrl>
<Sponsor>UMBC Magazine</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Thu, 17 Apr 2014 16:14:12 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="43705" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43705">
<Title>ME Grad Students come out on top</Title>
<Tagline>Winners at SAMPE Student Research Night both from UMBC/ME</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <p><span>Steve Storck (Doctoral
    Student) and Chris Paymon (Masters Student) from the MicroMaterials
    Characterization Lab, directed by Professor Marc Zupan, UMBC Department of
    Mechanical Engineering, won their divisions in the annual Baltimore/Washington
    Society for the Advancement of Materials and Process Engineering (SAMPE)
    student research night.  The event was held on February 26, 2014 at UM College Park this year, and brings student researchers
    from UMBC, University of Maryland College Park, University of Delaware and
    University of West Virginia together annually to showcase their research and for
    friendly competition judged by academics and engineering professionals.<span>  </span></span></p>
    <p><span>For the 2014 event both
    UMBC students won their divisions: Steve Storck participating in the oral
    presentation with his talk ‘Multi-Length Scale Characterization of Additively
    Manufactured Hybrid Nickel-Copper-Fused Deposition Model Sandwich Cores’ and
    Chris Paymon in the poster presentation with his submission ‘Local Mechanical
    Behavior Measurements of Friction Stir Welded Titanium’.<span>  </span></span></p>
    <p><span>These achievements came
    with an award, as well.<span>  </span>Steve and Chris will
    both go, expenses paid, to the national competition, where further
    success would move them on to the international competition hosted by SAMPE Europe.</span></p>
    </div>
]]>
</Body>
<Summary>Steve Storck (Doctoral Student) and Chris Paymon (Masters Student) from the MicroMaterials Characterization Lab, directed by Professor Marc Zupan, UMBC Department of Mechanical Engineering, won...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43705/guest@my.umbc.edu/24512c0fd6f00bbdb221661584fd965a/api/pixel</TrackingUrl>
<Group token="me">Mechanical Engineering</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/me</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/096/f53891bd1b141a18c1dbc498e1eda286/xsmall.png?1359683367</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/096/f53891bd1b141a18c1dbc498e1eda286/original.jpg?1359683367</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/096/f53891bd1b141a18c1dbc498e1eda286/xxlarge.png?1359683367</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/096/f53891bd1b141a18c1dbc498e1eda286/xlarge.png?1359683367</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/096/f53891bd1b141a18c1dbc498e1eda286/large.png?1359683367</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/096/f53891bd1b141a18c1dbc498e1eda286/medium.png?1359683367</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/096/f53891bd1b141a18c1dbc498e1eda286/small.png?1359683367</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/096/f53891bd1b141a18c1dbc498e1eda286/xsmall.png?1359683367</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/096/f53891bd1b141a18c1dbc498e1eda286/xxsmall.png?1359683367</AvatarUrl>
<Sponsor>Mechanical Engineering</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/705/fcac261edd107969dab8b6254f7716df/xxlarge.jpg?1397758817</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/705/fcac261edd107969dab8b6254f7716df/xlarge.jpg?1397758817</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/705/fcac261edd107969dab8b6254f7716df/large.jpg?1397758817</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/705/fcac261edd107969dab8b6254f7716df/medium.jpg?1397758817</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/705/fcac261edd107969dab8b6254f7716df/small.jpg?1397758817</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/705/fcac261edd107969dab8b6254f7716df/xsmall.jpg?1397758817</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/705/fcac261edd107969dab8b6254f7716df/xxsmall.jpg?1397758817</ThumbnailUrl>
<PawCount>24</PawCount>
<CommentCount>1</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 17 Apr 2014 15:42:07 -0400</PostedAt>
<EditAt>Thu, 17 Apr 2014 15:46:37 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="43708" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43708">
<Title>UMBC scientists receive Maryland Innovation grant from TEDCO</Title>
<Tagline>to advance bioremediation of PCB-contaminated sediments</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <span><p>Professor Kevin Sowers, Professor of Marine Biotechnology at the Institute of Marine and Environmental Technology (IMET), and <strong>Professor Upal Ghosh</strong>, at the University of Maryland Baltimore County, have received a $100,000 grant from the Maryland Innovation Initiative (MII). The grant will fund research to that will ameliorate the environmental harms of PCB’s. The program is an initiative of the Technology Council of Maryland (TEDCO) created in 1998 to spur commercialization of scientific research in Maryland as part of the state’s efforts to foster economic development through academic research.<br><br>Sowers is a global leader in environmental science and has pioneered a method that uses activated carbon pellets seeded with microorganisms that degrade the concentration of polychlorinated biphenyls (PCBs) in sediments. In recent laboratory experiments, the cultures Sowers created resulted in over 80% reduction in the PCB mass after treatment.<br><br>“Our hope is that this method for treating PCB’s will have a tangible impact in restoring previously degraded areas – both on land and in bodies of water,” says Sowers. “PCB’s have long been a harmful and largely intransigent pollutant and our work is intended to address serious health impacts these chemicals have on people, animals and the environment.”<br><br>Sowers is collaborating in this work with Upal Ghosh, a professor at the Department of Chemical, Biochemical, and Environmental Engineering at UMBC. “The magnitude of PCB sediment contamination and associated water quality problems in the United States is reflected in more than 3,200 state and local advisories that have warned the public about of the health impacts of consuming contaminated fish. These warnings cover 24% of total river miles throughout the United States,” Ghosh says. “The advisories include 100% of the Great Lakes and 35% of all other lakes nationwide.” PCBs are frequently reported as the leading contaminants at impacted sites. Current remediation technologies are expensive, destructive to environmentally sensitive areas, and difficult to coordinate with local activities. The technology proposed by Sowers and Ghosh addresses existing challenges and is especially suitable for environmentally sensitive sites such as wetlands and difficult-to-reach areas under-pier structures in contaminated harbors. This technology advances an in-situ remediation approach using activated carbon that has been recently developed by Ghosh and commercialized through a startup company Sediment Solutions.<br><br>The Maryland Innovation Initiative (MII) was created as a partnership between the State of Maryland and five Maryland academic research institutions (Johns Hopkins University, Morgan State University, University of Maryland College Park, University of Maryland Baltimore and University of Maryland Baltimore County.) The program is designed to promote commercialization of research conducted between and among the partnership universities and it leverages each institution’s unique strengths.<br><br>“The MII program is critically important to our partner universities and the citizens of Maryland,” noted Russell Hill, IMET Director, “because it facilitates the transformation of basic science into practical and far-reaching applications. We are grateful for TEDCO’s support and foresight in addressing this important environmental issue and are proud of the excellent research being done by Dr. Sowers and Dr. Ghosh.”<br><br><strong>TEDCO<br><br></strong>The Maryland State Legislature created TEDCO in 1998 to facilitate the transfer and commercialization of technology from Maryland’s research universities and federal labs into the marketplace and to assist in the creation and growth of technology-based businesses in all regions of the State. TEDCO is an independent organization that strives to be Maryland’s leading source for entrepreneurial business assistance and seed funding for the development of startup companies in Maryland’s innovation economy.<br><br><strong>INSTITUTE OF MARINE AND ENVIRONMENTAL TECHNOLOGY<br><br></strong>Located in Baltimore’s Inner Harbor, the Institute of Marine and Environmental Technology is a strategic alliance involving scientists at the University of Maryland Center for Environmental Science, the University of Maryland Baltimore and the University of Maryland Baltimore County. Scientists are engaged in cutting-edge research in microbiology, molecular genetic analysis and biotechnology, using marine resources to develop new drug therapies, alternative energy and other innovations to improve public health and economic opportunities. IMET also contributes to sustainable marine aquaculture and fisheries in the Chesapeake Bay and other marine ecosystems.</p></span><p> </p>
    </div>
]]>
</Body>
<Summary>Professor Kevin Sowers, Professor of Marine Biotechnology at the Institute of Marine and Environmental Technology (IMET), and Professor Upal Ghosh, at the University of Maryland Baltimore County,...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43708/guest@my.umbc.edu/92e4769e1cad690fc4a3ae7cae711f6e/api/pixel</TrackingUrl>
<Group token="retired-95">College of Engineering and Information Technology</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-95</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/095/c2a784a6cda726ef5f845e9192adb64b/xsmall.png?1496851664</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/095/c2a784a6cda726ef5f845e9192adb64b/original.jpg?1496851664</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/095/c2a784a6cda726ef5f845e9192adb64b/xxlarge.png?1496851664</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/095/c2a784a6cda726ef5f845e9192adb64b/xlarge.png?1496851664</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/095/c2a784a6cda726ef5f845e9192adb64b/large.png?1496851664</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/095/c2a784a6cda726ef5f845e9192adb64b/medium.png?1496851664</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/095/c2a784a6cda726ef5f845e9192adb64b/small.png?1496851664</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/095/c2a784a6cda726ef5f845e9192adb64b/xsmall.png?1496851664</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/095/c2a784a6cda726ef5f845e9192adb64b/xxsmall.png?1496851664</AvatarUrl>
<Sponsor>College of Engineering and Information Technology</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Thu, 17 Apr 2014 15:33:15 -0400</PostedAt>
<EditAt>Thu, 08 May 2014 08:27:18 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="43707" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43707">
<Title>"Hide and Seek"/ "Chuppan Chupai" Documentary</Title>
<Tagline>April 28th @ 4pm in the AOK Library Gallery</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div>Please join us for a screening of the documentary "Hide and Seek"/ "Chuppan Chupai" followed by a Q&amp;A with director Saad Khan on <strong><span><span>Monday, April 28, 2014 at 4pm</span></span> in the AOK Library Gallery. </strong>
    </div>
    <div><br></div>
    <div>
    <div>Sponsored by the  Department of Gender + Women's Studies &amp; Asian Studies Program</div>
    <div><br></div>
    <div>
    <p><span>"Hide and Seek"/ "Chuppan Chupai" is an award-winning documentary directed by Saad Khan that explores the lives of four transgender, or "<em>hijra</em>," people and their daily trials and triumphs while living in the relatively conservative gender constructs of Pakistan, the second most populous Islamic country in the world. </span><span> </span><span>The film depicts the secret yet open lives of a group of Pakistani sexual minorities, raising questions about transgender activism, religion, underground gay life, social acceptance and collective familial customs of transgenders in urban Pakistan. </span><span> </span></p>
    <p><br></p>
    <p><strong>Click here to RSVP:</strong> <a href="http://my.umbc.edu/groups/gwst/events/24098" rel="nofollow external" class="bo">http://my.umbc.edu/groups/gwst/events/24098</a></p>
    </div>
    </div>
    </div>
]]>
</Body>
<Summary>Please join us for a screening of the documentary "Hide and Seek"/ "Chuppan Chupai" followed by a Q&amp;A with director Saad Khan on Monday, April 28, 2014 at 4pm in the AOK Library Gallery. ...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43707/guest@my.umbc.edu/c29451769b7424ba4d86e311c59157cd/api/pixel</TrackingUrl>
<Group token="themosaic">The Mosaic: Center for Cultural Diversity </Group>
<GroupUrl>https://my3.my.umbc.edu/groups/themosaic</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xsmall.png?1755890395</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/original.png?1755890395</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xxlarge.png?1755890395</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xlarge.png?1755890395</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/large.png?1755890395</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/medium.png?1755890395</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/small.png?1755890395</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xsmall.png?1755890395</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/079/8da8369525d899e6fa49decd5a80b73f/xxsmall.png?1755890395</AvatarUrl>
<Sponsor>Student Life's Mosaic and Interfaith Centers</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/707/f20194a67b1c8b6d080b40af51c6ba22/xxlarge.jpg?1397762433</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/707/f20194a67b1c8b6d080b40af51c6ba22/xlarge.jpg?1397762433</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/707/f20194a67b1c8b6d080b40af51c6ba22/large.jpg?1397762433</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/707/f20194a67b1c8b6d080b40af51c6ba22/medium.jpg?1397762433</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/707/f20194a67b1c8b6d080b40af51c6ba22/small.jpg?1397762433</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/707/f20194a67b1c8b6d080b40af51c6ba22/xsmall.jpg?1397762433</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/707/f20194a67b1c8b6d080b40af51c6ba22/xxsmall.jpg?1397762433</ThumbnailUrl>
<PawCount>2</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Thu, 17 Apr 2014 15:22:52 -0400</PostedAt>
</NewsItem>

</News>
