<?xml version="1.0"?>
<News hasArchived="true" page="8226" pageCount="10748" pageSize="10" timestamp="Thu, 13 Aug 2026 05:02:43 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=8226">
<NewsItem contentIssues="false" id="36672" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36672">
<Title>On-campus Internship in Sustainability</Title>
<Tagline>Sustainability Outreach and Communications Intern</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <p><strong><span>Sustainability Outreach and Communications Intern:</span></strong></p>
    <p><span> </span></p>
    <p><span>Intern will report to Sustainability Coordinator. The position will be 8 hours per week. Hours may vary to accommodate meetings, events, and interviews. Additional tasks may be assigned. Intern must demonstrate evidence of interest and background in sustainability and must feel comfortable reaching out to professionals, peers, and faculty. Intern must be a current UMBC student. Please submit a cover letter detailing: 1) why this position interests you 2) what related skills and experiences you possess 3) any other groups, activities, jobs or time commitments you are currently engaged in by September 26<span>th</span>.</span></p>
    <p><span> </span></p>
    <p><span>The sustainability outreach and communications intern will assist in developing communication outreach around the following topics in coordination with staff, groups, and committees on campus:</span></p>
    <p><span><br></span></p>
    <p><span>Sustainability Related Accomplishments and Champions</span></p>
    <p><span>Energy Conservation Efforts</span></p>
    <p><span>Transportation</span></p>
    <p><span>Research and Education</span></p>
    <p><span>Recycling, Waste, and Compost</span></p>
    <p><span><br></span></p>
    <p><span>Search job number 9260919 in UMBC</span><em>works.</em></p>
    </div>
]]>
</Body>
<Summary>Sustainability Outreach and Communications Intern:     Intern will report to Sustainability Coordinator. The position will be 8 hours per week. Hours may vary to accommodate meetings, events, and...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36672/guest@my.umbc.edu/cb4d0d12ec783b55d837861de927eac7/api/pixel</TrackingUrl>
<Group token="shriver">The Shriver Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/shriver</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xsmall.png?1441293069</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/original.jpg?1441293069</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xxlarge.png?1441293069</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xlarge.png?1441293069</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/large.png?1441293069</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/medium.png?1441293069</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/small.png?1441293069</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xsmall.png?1441293069</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/008/0bfad113286cf6b1bc6dedbdbfc7e5ef/xxsmall.png?1441293069</AvatarUrl>
<Sponsor>Intern, Co-op, Research &amp; Service-Learning</Sponsor>
<PawCount>1</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 17:06:53 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="36677" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36677">
<Title>The Secret to Learning Code</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Learning how to code can be a daunting task for anyone, whether you’re a complete beginner or an experienced professional. Just getting started is hard enough, but sometimes the best still get stuck.</p>
    <p><img alt="Blocks of code on a computer screen." src="http://blog.teamtreehouse.com/wp-content/uploads/2013/10/photo1.jpg" width="1280" height="560" style="max-width: 100%; height: auto;"></p>
    <h2>Reverse Engineering</h2>
    <p>If you’ve never coded before, <a href="http://teamtreehouse.com" rel="nofollow external" class="bo">Treehouse</a> is a great way to get started. Once you have your footing and you know a language or two, it’s easy to understand code you’ve never seen by reverse engineering, or as I like to call it, “breaking stuff” to see how it works. This method rarely gets the emphasis it deserves (especially in formal educational environments), yet it’s amazing how useful it is for learning. In fact, being able to understand code without any instruction is an essential job skill, because it’s common for programmers to maintain code they didn’t write themselves.</p>
    <p>Now before you take a proverbial hammer to your favorite website, you should know that you can’t just break anything with reckless abandon and expect to learn something. You have to take a methodical approach and break one thing at a time, then analyze the results of your changes. When breaking things, you should be looking for the relationship between parts to understand their function in the whole.</p>
    <h2>Learn to Break Stuff</h2>
    <p>Recently I was forced to do some reverse engineering in order to advance my own knowledge. I’ve become interested in 3D programming in the browser, which is a mixture of well explored territory and new frontiers. <a href="http://blog.teamtreehouse.com/the-beginners-guide-to-three-js" rel="nofollow external" class="bo">Three.js</a> is an abstraction for a much more complex language called WebGL, and while three.js is useful enough to be worth using, it’s also poorly documented. How do you learn code without an instruction manual? Reverse engineering is the only way. The following is a code example that uses three.js to create a light:</p>
    
    <div><table><tbody><tr><td><pre><span>var</span> light <span>=</span> <span>new</span> THREE.<span>PointLight</span><span>(</span>0xffffff<span>)</span><span>;</span>&#x000A;    light.<span>position</span>.<span>set</span><span>(</span><span>-</span><span>100</span><span>,</span><span>200</span><span>,</span><span>100</span><span>)</span><span>;</span>&#x000A;    scene.<span>add</span><span>(</span>light<span>)</span><span>;</span></pre></td></tr></tbody></table></div>
    
    <p>If you have some programming experience, you might be able to read this and figure out most of what’s happening here. If there are any blanks or assumptions you’re unsure about, you can test them with the following techniques:</p>
    <ol>
    <li>Delete one line at a time to see if it’s necessary for your goals.</li>
    <li>Delete one line at a time to better understand its function. Even if you think you know what a line does, try deleting it anyway to test your assumptions.</li>
    <li>Change variables and function arguments to see if you can manipulate them in a way that matches your mental model.</li>
    <li>Swap the order of various lines to see if things can be done “out of order” or if there’s some significance to the sequence of operations.</li>
    </ol>
    <p>As you test each line, you’ll start to build a mental model and make corrections to other assumptions you made previously. Soon, the whole picture will start to make sense. Using the techniques on this example, we might discover that we can change the position of the light by reseting the XYZ coordinates, and that each line is necessary in order for the whole thing to work. Another tip to get going more quickly is to use contextual clues, as many languages are quite similar. In the example, a hexadecimal value is used when creating the light. If you’ve ever coded in CSS, you’ll probably recognize this as a color value, even though the formatting is a bit different.</p>
    <p>Reverse engineering isn’t the only way to learn and it should always be backed by more formal material whenever it’s available. In fact, I would argue that tutorials become more valuable once you have some of the context mapped for yourself. If you learn best by diving into problems head on, breaking stuff is one of the fastest paths to understanding.</p>
    <p>The post <a href="http://blog.teamtreehouse.com/the-secret-to-learning-code" rel="nofollow external" class="bo">The Secret to Learning Code</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>Learning how to code can be a daunting task for anyone, whether you’re a complete beginner or an experienced professional. Just getting started is hard enough, but sometimes the best still get...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/vB-zzgf4R-U/the-secret-to-learning-code</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36677/guest@my.umbc.edu/fbe07d88f3b882d53eb6c44e61689232/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>responsive</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>Mon, 07 Oct 2013 16:45:25 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="36676" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36676">
<Title>Gates&#8217;s Future Fuels Speculation as Microsoft Seeks New Chief</Title>
<Body>
<![CDATA[
    <div class="html-content">As Microsoft prepares to name a new chief executive and plot a course out of its funk, the role of Bill Gates has been a source of wide fascination.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F10%2F08%2Ftechnology%2Fgatess-future-fuels-speculation-as-microsoft-seeks-new-chief.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gates%E2%80%99s+Future+Fuels+Speculation+as+Microsoft+Seeks+New+Chief" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F10%2F08%2Ftechnology%2Fgatess-future-fuels-speculation-as-microsoft-seeks-new-chief.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gates%E2%80%99s+Future+Fuels+Speculation+as+Microsoft+Seeks+New+Chief" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F10%2F08%2Ftechnology%2Fgatess-future-fuels-speculation-as-microsoft-seeks-new-chief.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gates%E2%80%99s+Future+Fuels+Speculation+as+Microsoft+Seeks+New+Chief" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F10%2F08%2Ftechnology%2Fgatess-future-fuels-speculation-as-microsoft-seeks-new-chief.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gates%E2%80%99s+Future+Fuels+Speculation+as+Microsoft+Seeks+New+Chief" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F10%2F08%2Ftechnology%2Fgatess-future-fuels-speculation-as-microsoft-seeks-new-chief.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gates%E2%80%99s+Future+Fuels+Speculation+as+Microsoft+Seeks+New+Chief" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/176967723045/u/0/f/640387/c/34625/s/322b225a/sc/46/kg/390/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176967723045/u/0/f/640387/c/34625/s/322b225a/sc/46/kg/390/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176967723045/u/0/f/640387/c/34625/s/322b225a/sc/46/kg/390/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176967723045/u/0/f/640387/c/34625/s/322b225a/sc/46/kg/390/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176967723045/u/0/f/640387/c/34625/s/322b225a/sc/46/kg/390/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176967723045/u/0/f/640387/c/34625/s/322b225a/sc/46/kg/390/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/176967723045/u/0/f/640387/c/34625/s/322b225a/kg/390/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176967723045/u/0/f/640387/c/34625/s/322b225a/kg/390/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>As Microsoft prepares to name a new chief executive and plot a course out of its funk, the role of Bill Gates has been a source of wide fascination.      </Summary>
<Website>http://www.nytimes.com/2013/10/08/technology/gatess-future-fuels-speculation-as-microsoft-seeks-new-chief.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36676/guest@my.umbc.edu/9af884430f9536448b55559b0662a1ed/api/pixel</TrackingUrl>
<Tag>apple-inc-aapl-nasdaq</Tag>
<Tag>appointments-and-executive-changes</Tag>
<Tag>facebook-inc-fb-nasdaq</Tag>
<Tag>ford-motor-co-f-nyse</Tag>
<Tag>gates-bill</Tag>
<Tag>general-motors-gm-nyse</Tag>
<Tag>microsoft-corporation-msft-nasdaq</Tag>
<Tag>mulally-alan-r</Tag>
<Tag>new</Tag>
<Tag>nokia-oyj-nok-nyse</Tag>
<Tag>technology</Tag>
<Tag>walt-disney-company-dis-nyse</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 16:37:07 -0400</PostedAt>
<EditAt>Tue, 08 Oct 2013 21:36:47 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="36671" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36671">
<Title>Career Q&amp;A: Mary Volkman &#8217;92, English, Writer</Title>
<Body>
<![CDATA[
    <div class="html-content">Every so often, we’ll chat with an alum about what they do and how they go there. Today we’re talking with novelist Mary Volkman – whose pen name is Margo Christie – about writing and living a colorful life. Volkman’s … <a href="http://umbcalumni.wordpress.com/2013/10/07/career-qa-mary-volkman-92-english-writer/" rel="nofollow external" class="bo">Continue reading <span>→</span></a>
    </div>
]]>
</Body>
<Summary>Every so often, we’ll chat with an alum about what they do and how they go there. Today we’re talking with novelist Mary Volkman – whose pen name is Margo Christie – about writing and living a...</Summary>
<Website>http://umbcalumni.wordpress.com/2013/10/07/career-qa-mary-volkman-92-english-writer/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36671/guest@my.umbc.edu/64d9caae97d3a5670faf1923ec0ccdf4/api/pixel</TrackingUrl>
<Tag>90s-alums</Tag>
<Tag>arts-and-humanities</Tag>
<Tag>baltimore-sun</Tag>
<Tag>career-q-and-a</Tag>
<Tag>ccbc</Tag>
<Tag>creative-writing</Tag>
<Tag>margo-christie</Tag>
<Tag>mary-volkman</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>Mon, 07 Oct 2013 16:26:27 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="106915" important="false" status="posted" url="https://my3.my.umbc.edu/posts/106915">
<Title>Career Q&amp;A: Mary Volkman &#8217;92, English, Writer</Title>
<Body>
<![CDATA[
    <div class="html-content">Every so often, we’ll chat with an alum about what they do and how they go there. Today we’re talking …</div>
]]>
</Body>
<Summary>Every so often, we’ll chat with an alum about what they do and how they go there. Today we’re talking …</Summary>
<Website>https://magazine.umbc.edu/career-qa-mary-volkman-92-english-writer/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/106915/guest@my.umbc.edu/d83747c45af5544ae02f28121f14c07a/api/pixel</TrackingUrl>
<Tag>alumni</Tag>
<Tag>baltimore-sun</Tag>
<Tag>ccbc</Tag>
<Tag>creative-writing</Tag>
<Tag>margo-christie</Tag>
<Tag>mary-volkman</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://assets2-my.umbc.edu/images/avatars/group/8/xsmall.png?1786448318</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/images/avatars/group/8/original.png?1786448318</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/images/avatars/group/8/xxlarge.png?1786448318</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/images/avatars/group/8/xlarge.png?1786448318</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/images/avatars/group/8/large.png?1786448318</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/images/avatars/group/8/medium.png?1786448318</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/images/avatars/group/8/small.png?1786448318</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/images/avatars/group/8/xsmall.png?1786448318</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/images/avatars/group/8/xxsmall.png?1786448318</AvatarUrl>
<Sponsor>UMBC Magazine</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 16:26:27 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="36670" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36670">
<Title>Dissertation House for Employees and Non-Traditional Students starts Friday, Oct. 11, 2013</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>If you are an employee of UMBC (50% time or more) or a “Non-Traditional” student, and if you are working on your graduate school courses, proposal, or dissertation, then this event is for you! We’ve worked with our UMBC employees who are also graduate students at UMBC, College Park, Northeastern, and other institutions.  This year, we are extending this opportunity to non-traditional students who are coming back to school or working full-time. This time is for you! This session will have support, coaching, and food will be provided for you on both days.</p>
    <p>You work hard every day to serve others on our campus! You may be supporting your family members, or you have decided to take some time for yourself to reach your goals.  Now, let us work with you to finish your graduate degree. This version of the “Dissertation House” was created just for you!</p>
    <p><strong>Dissertation House for UMBC Employees and Non-Traditional Students</strong><br>
    Friday, 10/11/13,   9:00 – 5:00 PM (Part I), COMM 331<br>
    Saturday, 10/12/13, 10:00 – 3:00 PM(Part II), COMM 318/COMM 332</p>
    <p> </p>
    <p><span><em>If you are a graduate student from another school within the University System of Maryland, you may apply to participate in this session, and your application will be considered. You are responsible for your own transportation and lodging. </em></span></p>
    <p> </p>
    <p>UMBC’s graduate students: <a href="http://my.umbc.edu/groups/promise/events/18934" rel="nofollow external" class="bo">http://my.umbc.edu/groups/promise/events/18934</a></p>
    <p><strong>ALL</strong> applicants must adhere to the regular “<a href="http://dissertationhouse.wordpress.com/apply/" rel="nofollow external" class="bo">Dissertation House Application” procedures</a>: <a href="http://dissertationhouse.wordpress.com/apply/" rel="nofollow external" class="bo">http://dissertationhouse.wordpress.com/apply/</a></p>
    <p> </p>
    <p> </p>
    <br>Filed under: <a href="http://dissertationhouse.wordpress.com/category/dissertation-completion/" rel="nofollow external" class="bo">Dissertation Completion</a>, <a href="http://dissertationhouse.wordpress.com/category/dissertation-house/" rel="nofollow external" class="bo">Dissertation House</a>   </div>
]]>
</Body>
<Summary>If you are an employee of UMBC (50% time or more) or a “Non-Traditional” student, and if you are working on your graduate school courses, proposal, or dissertation, then this event is for you!...</Summary>
<Website>http://dissertationhouse.wordpress.com/2013/10/07/dissertation-house-for-employees-and-non-traditional-students-starts-friday-oct-11-2013/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36670/guest@my.umbc.edu/0b40a911b0d2ad2f5e1c33f9ce91facf/api/pixel</TrackingUrl>
<Tag>dissertation-completion</Tag>
<Tag>graduate-school</Tag>
<Tag>maryland</Tag>
<Tag>umbc</Tag>
<Tag>university-of-maryland-baltimore-county</Tag>
<Tag>university-system-of-maryland</Tag>
<Group token="gspd">Grad Student &amp;amp; Postdoc Development </Group>
<GroupUrl>https://my3.my.umbc.edu/groups/gspd</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/066/4b2a0ea3017d894b96de7bd4a45729d5/xsmall.png?1781730740</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/066/4b2a0ea3017d894b96de7bd4a45729d5/original.png?1781730740</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/066/4b2a0ea3017d894b96de7bd4a45729d5/xxlarge.png?1781730740</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/066/4b2a0ea3017d894b96de7bd4a45729d5/xlarge.png?1781730740</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/066/4b2a0ea3017d894b96de7bd4a45729d5/large.png?1781730740</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/066/4b2a0ea3017d894b96de7bd4a45729d5/medium.png?1781730740</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/066/4b2a0ea3017d894b96de7bd4a45729d5/small.png?1781730740</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/066/4b2a0ea3017d894b96de7bd4a45729d5/xsmall.png?1781730740</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/066/4b2a0ea3017d894b96de7bd4a45729d5/xxsmall.png?1781730740</AvatarUrl>
<Sponsor>PROMISE @ UMBC: Support for Graduate Students</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Mon, 07 Oct 2013 16:24:35 -0400</PostedAt>
<EditAt>Mon, 07 Oct 2013 16:24:35 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="36668" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36668">
<Title>Bits Blog: Young People Are Not as Digitally Native as You Think</Title>
<Body>
<![CDATA[
    <div class="html-content">Fewer than one-third of young people around the world are “digital natives,” according to a report published Monday billed as a comprehensive global look at the phenomenon.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F07%2Fyoung-people-are-not-as-digitally-native-as-you-think%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Young+People+Are+Not+as+Digitally+Native+as+You+Think" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F07%2Fyoung-people-are-not-as-digitally-native-as-you-think%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Young+People+Are+Not+as+Digitally+Native+as+You+Think" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F07%2Fyoung-people-are-not-as-digitally-native-as-you-think%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Young+People+Are+Not+as+Digitally+Native+as+You+Think" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F07%2Fyoung-people-are-not-as-digitally-native-as-you-think%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Young+People+Are+Not+as+Digitally+Native+as+You+Think" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F10%2F07%2Fyoung-people-are-not-as-digitally-native-as-you-think%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Young+People+Are+Not+as+Digitally+Native+as+You+Think" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/176967712887/u/0/f/640387/c/34625/s/322ae78a/sc/4/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176967712887/u/0/f/640387/c/34625/s/322ae78a/sc/4/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176967712887/u/0/f/640387/c/34625/s/322ae78a/sc/4/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176967712887/u/0/f/640387/c/34625/s/322ae78a/sc/4/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/176967712887/u/0/f/640387/c/34625/s/322ae78a/sc/4/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176967712887/u/0/f/640387/c/34625/s/322ae78a/sc/4/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/176967712887/u/0/f/640387/c/34625/s/322ae78a/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/176967712887/u/0/f/640387/c/34625/s/322ae78a/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Fewer than one-third of young people around the world are “digital natives,” according to a report published Monday billed as a comprehensive global look at the phenomenon.      </Summary>
<Website>http://bits.blogs.nytimes.com/2013/10/07/young-people-are-not-as-digitally-native-as-you-think/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36668/guest@my.umbc.edu/b199af3f3553d6bbdfc61534a1a20e96/api/pixel</TrackingUrl>
<Tag>computers-and-the-internet</Tag>
<Tag>georgia-institute-of-technology</Tag>
<Tag>international-telecommunication-union</Tag>
<Tag>internet</Tag>
<Tag>japan</Tag>
<Tag>malaysia</Tag>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>toure-hamadoun</Tag>
<Tag>united-nations</Tag>
<Tag>york</Tag>
<Tag>youth</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>Mon, 07 Oct 2013 16:17:44 -0400</PostedAt>
<EditAt>Tue, 08 Oct 2013 14:43:20 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="36666" important="false" status="posted" url="https://my3.my.umbc.edu/posts/36666">
<Title>Internet/Web Organizations Issue Montevideo Statement on the Future of Internet Cooperation</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>The leaders of organizations responsible for coordination of the Internet technical infrastructure globally met in Montevideo, Uruguay, to consider current issues affecting the future of the Internet. They issued today a <a href="/2013/10/montevideo.html.en" rel="nofollow external" class="bo">Montevideo Statement on the Future of Internet Cooperation</a>, signed by African Network Information Center (AFRINIC), American Registry for Internet Numbers (ARIN), Asia-Pacific Network Information Centre (APNIC),
    Internet Architecture Board (IAB), Internet Corporation for Assigned Names and Numbers (ICANN),
    Internet Engineering Task Force (IETF), Internet Society (ISOC), Latin America and Caribbean Internet Addresses Registry (LACNIC), Réseaux IP Européens Network Coordination Centre (RIPE NCC), W3C. For related
    information, see <a href="http://open-stand.org/" rel="nofollow external" class="bo">Open Stand</a>, a movement dedicated to promoting a proven set of principles that establish The Modern Paradigm for Standards.</p></div>
]]>
</Body>
<Summary>The leaders of organizations responsible for coordination of the Internet technical infrastructure globally met in Montevideo, Uruguay, to consider current issues affecting the future of the...</Summary>
<Website>http://www.w3.org/blog/news/archives/3298</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/36666/guest@my.umbc.edu/38067dcb9cd64e6f7134b9b96f114f14/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>sql</Tag>
<Tag>top-story</Tag>
<Tag>w3</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>Mon, 07 Oct 2013 16:03:16 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="109988" important="false" status="posted" url="https://my3.my.umbc.edu/posts/109988">
<Title>Roy Meyers, Political Science, in The Wall Street Journal</Title>
<Body>
<![CDATA[
    <div class="html-content">Political science professor Roy Meyers was featured in The Wall Street Journal last week in two articles examining the cost of the government shutdown as it enters its second week. In one article, Meyers describes how the cost of the shutdown can be difficult to predict. “How long it will last is now unknown,” he said. “And even if one knew with certainty the length of the shutdown, it would be very difficult to calculate accurately the budgetary cost.” In the second article (subscription required), Meyers shared insight on the cost of the shutdown if back pay isn’t awarded to federal …</div>
]]>
</Body>
<Summary>Political science professor Roy Meyers was featured in The Wall Street Journal last week in two articles examining the cost of the government shutdown as it enters its second week. In one article,...</Summary>
<Website>https://news.umbc.edu/roy-meyers-political-science-in-the-wall-street-journal/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/109988/guest@my.umbc.edu/cf86e9b29ffdea39ce1b95d9ae083910/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>Mon, 07 Oct 2013 15:43:40 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="109989" important="false" status="posted" url="https://my3.my.umbc.edu/posts/109989">
<Title>Winter 2013 Commencement Ceremonies</Title>
<Body>
<![CDATA[
    <div class="html-content">We will have two ceremonies this December in the Retriever Activities Center (RAC): Graduate Commencement will be held at 10 a.m. on Thursday, December 19 in the RAC Undergraduate Commencement will be held at 10 a.m. on Friday, December 20 in the RAC These commencement ceremonies are important events in the life of our scholarly community where we come together to celebrate the accomplishments of our students and recognize the outstanding commitment of our faculty and staff to their success. These events mean a great deal to our graduating students, their parents and guests. I hope you will make a special …</div>
]]>
</Body>
<Summary>We will have two ceremonies this December in the Retriever Activities Center (RAC): Graduate Commencement will be held at 10 a.m. on Thursday, December 19 in the RAC Undergraduate Commencement...</Summary>
<Website>https://news.umbc.edu/winter-2013-commencement-ceremonies/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/109989/guest@my.umbc.edu/25113d7b5e30e80ce46eb3f8ad567d71/api/pixel</TrackingUrl>
<Tag>community</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>Mon, 07 Oct 2013 15:35:19 -0400</PostedAt>
</NewsItem>

</News>
