<?xml version="1.0"?>
<News hasArchived="false" page="184" pageCount="206" pageSize="10" timestamp="Sun, 26 Apr 2026 19:38:55 -0400" url="https://beta.my.umbc.edu/groups/csee/posts.xml?page=184">
<NewsItem contentIssues="true" id="9398" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/9398">
<Title>Maryland Cyber Challenge and Conference</Title>
<Body>
<![CDATA[
    <div class="html-content"><p><img height="135" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/mdc3.jpg" width="700" style="max-width: 100%; height: auto;"></p>
    <p>The <a href="http://www.mdc3.org/" rel="nofollow external" class="bo">Maryland Cyber Challenge &amp; Conference</a> (MDC3) will be held on Friday and Saturday, October 21-22 at the Baltimore Convention Center. See the Web site for the <a href="http://www.mdc3.org/files/MDC3_Schedule_10-7-11.pdf" rel="nofollow external" class="bo">schedule</a> and to <a href="http://www.mdc3.org/registration.html" rel="nofollow external" class="bo">register</a>.
    </p><p>The MDC3 is open to anyone who’s interested in advancing, studying or working in the field of cybersecurity, including IT and cybersecurity professionals, corporate and government leaders, college and high school students, teachers, administrators and parents and cyber enthusiasts.</p>
    <p>The MDC3 cyber challenge gives teams of high school students, college and university students, and professionals the opportunity to learn more about cybersecurity and develop practical skills for defending computers while competing for scholarships in a fun environment. The MDC3 conference features government and industry leaders, breakout sessions and cyber innovation exhibits for an audience of students, parents and professionals from academia, industry and government.</p>
    <p>MDC3 was founded by Science Applications International Corporation and the University of Maryland, Baltimore County in partnership with the Department of Business &amp; Economic Development, the Tech Council of Maryland and the National Cyber Security Alliance with the goal of encouraging Maryland students and young professionals to pursue education and careers in cybersecurity.</p></div>
]]>
</Body>
<Summary>The Maryland Cyber Challenge &amp; Conference (MDC3) will be held on Friday and Saturday, October 21-22 at the Baltimore Convention Center. See the Web site for the schedule and to register.   The...</Summary>
<Website>http://www.cs.umbc.edu/2011/10/maryland-cyber-challenge-and-conference-2/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/9398/guest@my.umbc.edu/714133f397b0e0fb62cade561ff51557/api/pixel</TrackingUrl>
<Tag>cybersecurity</Tag>
<Tag>events</Tag>
<Tag>news</Tag>
<Tag>research</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>2</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 11 Oct 2011 01:04:04 -0400</PostedAt>
<EditAt>Tue, 11 Oct 2011 01:04:04 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="10268" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/10268">
<Title>Google introduces the Dart web programming language</Title>
<Body>
<![CDATA[
    <div class="html-content"><p> </p>
    <p><img alt="" height="308" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/dart-1.jpg" width="700" style="max-width: 100%; height: auto;"></p>
    <p>Google <a href="http://googlecode.blogspot.com/2011/10/dart-language-for-structured-web.html" rel="nofollow external" class="bo">unveiled</a> its new web programming language <a href="http://www.dartlang.org/" rel="nofollow external" class="bo">Dart</a> today. It's described as a "class-based optionally typed programming language for building web applications". <a href="http://en.wikipedia.org/wiki/Google_Dart" rel="nofollow external" class="bo">Dart </a>has a native virtual machine and can also be compiled into JavaScript, allowing it to run on current browser. Google says it it exploring adding the Dart virtual machine to the Chrome Browser.</p>
    <p>Dart's syntax is familiar, if boring, making it easy for current programmers to adapt.</p>
    <blockquote>
    <pre>main() {&#x000A;      var name = 'World';&#x000A;      print('Hello, $name!');&#x000A;    }&#x000A;    </pre>
    </blockquote>
    <p>The source code for the Dart to javascript compiler as well as examples and tools is available online in the <a href="http://code.google.com/p/dart/" rel="nofollow external" class="bo">Dart Google Code Site</a>.</p>
    <p>Google hopes that Dart will replace JavaScript as the main built-in scripting language in web browsers. The <a href="http://googlesystem.blogspot.com/2011/09/dash-googles-alternative-to-javascript.html" rel="nofollow external" class="bo">design goals</a> for the new language are said to include fixing many of Javascript's flaws, better performance, better support for large-scale projects" and improved security features.</p>
    <p>WIle Dart doesn't push the programming language envelope, it looks like a welcome improvement over Javascript.</p></div>
]]>
</Body>
<Summary>       Google unveiled its new web programming language Dart today. It's described as a "class-based optionally typed programming language for building web applications". Dart has a native virtual...</Summary>
<Website>http://www.csee.umbc.edu/2011/10/google-introduces-the-dart-web-programming-language/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/10268/guest@my.umbc.edu/63eeced6dfa9ae361e05387a8994a0f8/api/pixel</TrackingUrl>
<Tag>computer-science</Tag>
<Tag>fyi</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 10 Oct 2011 09:36:19 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="9361" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/9361">
<Title>Google introduces the Dart web programming language</Title>
<Body>
<![CDATA[
    <div class="html-content"><p> </p>
    <p><img alt="" height="308" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/dart-1.jpg" width="700" style="max-width: 100%; height: auto;"></p>
    <p>Google <a href="http://googlecode.blogspot.com/2011/10/dart-language-for-structured-web.html" rel="nofollow external" class="bo">unveiled</a> its new web programming language <a href="http://www.dartlang.org/" rel="nofollow external" class="bo">Dart</a> today. It's described as a "class-based optionally typed programming language for building web applications". <a href="http://en.wikipedia.org/wiki/Google_Dart" rel="nofollow external" class="bo">Dart </a>has a native virtual machine and can also be compiled into JavaScript, allowing it to run on current browser. Google says it it exploring adding the Dart virtual machine to the Chrome Browser.</p>
    <p>Dart's syntax is familiar, if boring, making it easy for current programmers to adapt.</p>
    <blockquote>
    <pre>main() {&#x000A;      var name = 'World';&#x000A;      print('Hello, $name!');&#x000A;    }&#x000A;    </pre>
    </blockquote>
    <p>The source code for the Dart to javascript compiler as well as examples and tools is available online in the <a href="http://code.google.com/p/dart/" rel="nofollow external" class="bo">Dart Google Code Site</a>.</p>
    <p>Google hopes that Dart will replace JavaScript as the main built-in scripting language in web browsers. The <a href="http://googlesystem.blogspot.com/2011/09/dash-googles-alternative-to-javascript.html" rel="nofollow external" class="bo">design goals</a> for the new language are said to include fixing many of Javascript's flaws, better performance, better support for large-scale projects" and improved security features.</p>
    <p>WIle Dart doesn't push the programming language envelope, it looks like a welcome improvement over Javascript.</p></div>
]]>
</Body>
<Summary>       Google unveiled its new web programming language Dart today. It's described as a "class-based optionally typed programming language for building web applications". Dart has a native virtual...</Summary>
<Website>http://www.cs.umbc.edu/2011/10/google-introduces-the-dart-web-programming-language/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/9361/guest@my.umbc.edu/dadef729cb4d6299faa9aeea5213dea9/api/pixel</TrackingUrl>
<Tag>computer-science</Tag>
<Tag>fyi</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>11</PawCount>
<CommentCount>6</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 10 Oct 2011 09:36:19 -0400</PostedAt>
<EditAt>Mon, 10 Oct 2011 09:36:19 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="9360" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/9360">
<Title>Undergraduate Researcher Profile: Joseph Tuzo</Title>
<Body>
<![CDATA[
    <div class="html-content"><p><a href="http://www.cs.umbc.edu/wp-content/uploads/2011/10/Tuzo.jpg" rel="nofollow external" class="bo"><img alt="" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/Tuzo-300x214.jpg" style="max-width: 100%; height: auto;"></a></p>
    <p><span>Joseph Tuzo graduated from UMBC this past May with a B.S. in Computer Science. His research projects included analyzing the dynamics of simulated roadway traffic in order to reduce commute times, and work with UMBC's <a href="http://maple.cs.umbc.edu/" rel="nofollow external" class="bo">MAPLE Lab</a> on the Playing to Program (P2P) Project. To learn more about Joseph's research pursuits, read his <a href="http://www.cs.umbc.edu/research/research-profiles/joseph-tuzo/" rel="nofollow external" class="bo">research profile</a>. </span></p></div>
]]>
</Body>
<Summary>Joseph Tuzo graduated from UMBC this past May with a B.S. in Computer Science. His research projects included analyzing the dynamics of simulated roadway traffic in order to reduce commute times,...</Summary>
<Website>http://www.cs.umbc.edu/2011/10/undergraduate-researcher-profile-joseph-tuzo/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/9360/guest@my.umbc.edu/e2118386e3f0c5fe12bc7f827395d6b8/api/pixel</TrackingUrl>
<Tag>news</Tag>
<Tag>other</Tag>
<Tag>research</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>4</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 10 Oct 2011 08:26:53 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="10269" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/10269">
<Title>Bayes&#8217; theorem found guilty by a UK judge?</Title>
<Body>
<![CDATA[
    <div class="html-content"><p><img alt="" height="308" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/bayes-1.jpg" width="700" style="max-width: 100%; height: auto;"></p>
    <p> Ruling limits use of statistical reasoning in legal arguments</p>
    <p>A UK judge in murder trial ruled that <a href="http://en.wikipedia.org/wiki/Bayes'_theorem" rel="nofollow external" class="bo">Bayes' Theorem</a> and similar statistical analyses can no longer be used to argue for the soundness of evidence in such trials. The Guardian has the story, <a href="http://www.guardian.co.uk/law/2011/oct/02/formula-justice-bayes-theorem-miscarriage" rel="nofollow external" class="bo">A formula for justice</a>.</p>
    <blockquote><p>"It's not often that the quiet world of mathematics is rocked by a murder case. But last summer saw a trial that sent academics into a tailspin, and has since swollen into a fevered clash between science and the law.<br>
    	    At its heart, this is a story about chance. And it begins with a convicted killer, "T", who took his case to the court of appeal in 2010. Among the evidence against him was a shoeprint from a pair of Nike trainers, which seemed to match a pair found at his home. While appeals often unmask shaky evidence, this was different. This time, a mathematical formula was thrown out of court. The footwear expert made what the judge believed were poor calculations about the likelihood of the match, compounded by a bad explanation of how he reached his opinion. The conviction was quashed.<br>
    	    But more importantly, as far as mathematicians are concerned, the judge also ruled against using similar statistical analysis in the courts in future. It's not the first time that judges have shown hostility to using formulae. But the real worry, say forensic experts, is that the ruling could lead to miscarriages of justice."</p></blockquote>
    <p>A group of UK academics, statisticians, forensic scientists and lawyers have been formed to try to address the problem bad statistical arguments in the courts. "We want to do what people failed to do in the past, which is really get the legal profession and statisticians and probability guys understanding each other's language."</p>
    <p><a href="http://en.wikipedia.org/wiki/Bayesian_network" rel="nofollow external" class="bo">Bayesian networks</a> have become widely used in computing and information systems to model and reason about uncertainty and as prt of the foundation for artificial intelligence, machine learning and data mining.</p></div>
]]>
</Body>
<Summary>Ruling limits use of statistical reasoning in legal arguments   A UK judge in murder trial ruled that Bayes' Theorem and similar statistical analyses can no longer be used to argue for the...</Summary>
<Website>http://www.csee.umbc.edu/2011/10/bayes-theorem-found-guilty-by-a-uk-judge/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/10269/guest@my.umbc.edu/f85ae45710fa25fa99918ff6cd3e2420/api/pixel</TrackingUrl>
<Tag>fyi</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sun, 09 Oct 2011 10:01:30 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="9344" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/9344">
<Title>Bayes&#8217; theorem found guilty by a UK judge?</Title>
<Tagline>Ruling limits statistical reasoning in legal arguments</Tagline>
<Body>
<![CDATA[
    <div class="html-content"><p><img alt="" height="308" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/bayes-1.jpg" width="700" style="max-width: 100%; height: auto;"></p>
    <p> Ruling limits use of statistical reasoning in legal arguments</p>
    <p>A UK judge in murder trial ruled that <a href="http://en.wikipedia.org/wiki/Bayes'_theorem" rel="nofollow external" class="bo">Bayes' Theorem</a> and similar statistical analyses can no longer be used to argue for the soundness of evidence in such trials. The Guardian has the story, <a href="http://www.guardian.co.uk/law/2011/oct/02/formula-justice-bayes-theorem-miscarriage" rel="nofollow external" class="bo">A formula for justice</a>.</p>
    <blockquote><p>"It's not often that the quiet world of mathematics is rocked by a murder case. But last summer saw a trial that sent academics into a tailspin, and has since swollen into a fevered clash between science and the law.<br>
    	    At its heart, this is a story about chance. And it begins with a convicted killer, "T", who took his case to the court of appeal in 2010. Among the evidence against him was a shoeprint from a pair of Nike trainers, which seemed to match a pair found at his home. While appeals often unmask shaky evidence, this was different. This time, a mathematical formula was thrown out of court. The footwear expert made what the judge believed were poor calculations about the likelihood of the match, compounded by a bad explanation of how he reached his opinion. The conviction was quashed.<br>
    	    But more importantly, as far as mathematicians are concerned, the judge also ruled against using similar statistical analysis in the courts in future. It's not the first time that judges have shown hostility to using formulae. But the real worry, say forensic experts, is that the ruling could lead to miscarriages of justice."</p></blockquote>
    <p>A group of UK academics, statisticians, forensic scientists and lawyers have been formed to try to address the problem bad statistical arguments in the courts. "We want to do what people failed to do in the past, which is really get the legal profession and statisticians and probability guys understanding each other's language."</p>
    <p><a href="http://en.wikipedia.org/wiki/Bayesian_network" rel="nofollow external" class="bo">Bayesian networks</a> have become widely used in computing and information systems to model and reason about uncertainty and as prt of the foundation for artificial intelligence, machine learning and data mining.</p></div>
]]>
</Body>
<Summary>Ruling limits use of statistical reasoning in legal arguments   A UK judge in murder trial ruled that Bayes' Theorem and similar statistical analyses can no longer be used to argue for the...</Summary>
<Website>http://www.cs.umbc.edu/2011/10/bayes-theorem-found-guilty-by-a-uk-judge/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/9344/guest@my.umbc.edu/8b661a811dfff7ecf6b65bdcc2ddec23/api/pixel</TrackingUrl>
<Tag>fyi</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>4</PawCount>
<CommentCount>5</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sun, 09 Oct 2011 10:01:30 -0400</PostedAt>
<EditAt>Sun, 09 Oct 2011 10:01:30 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="9338" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/9338">
<Title>The Women Who Made Google Plus</Title>
<Body>
<![CDATA[
    <div class="html-content"><p><img alt="" height="307" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/gpw.jpg" width="700" style="max-width: 100%; height: auto;"></p>
    <p>This year, October 7 has been designated as <a href="http://findingada.com/" rel="nofollow external" class="bo">Ada Lovelace Day</a>, a day to honor <a href="http://en.wikipedia.org/wiki/Ada_Lovelace" rel="nofollow external" class="bo">Augusta Ada King, Countess of Lovelace</a>. She is widely regarded as the first computer programmer for her work with Charles Babbage who developed an early mechanical general-purpose computer, the analytical engine.</p>
    <p>ReadWriteWeb commemorated the day with a story on the <a href="http://Women%20Who%20Made%20Google%20Plus" rel="nofollow external" class="bo">Women Who Made Google Plus</a> and profiled twenty-two of the  Googlers:</p>
    <blockquote><p>"Launched on June 28th and just opened to the public at large late last month, Google Plus is a feature-rich social network with variable privacy and sharing settings at the core of its experience. Who were the women involved in building such a big, important technology? We asked, on Google Plus, and were told about twenty two of them profiled below. They are an incredibly accomplished group of people and a great source of inspiration for young women interested in science and technology – or for anyone else who could use some powerful role models. You should share this list of women with the girls in your life, though, that's what Ada Lovelace Day is all about."</p></blockquote>
    <p>You can visit their public G+ profiles and see more about who they are and what they do. The article points out that the 22 profiled are just some of the women who helped to build and launch this new and successful application.  </p>
    <p>Many former UMBC students work at Google or have done internships there.  If you are interested in either, you can explore the opportunities at Google's pages for <a href="http://www.google.com/jobs/students/us/internships/" rel="nofollow external" class="bo">internships</a> and <a href="http://www.google.com/intl/en/jobs/index.html" rel="nofollow external" class="bo">jobs</a>.</p></div>
]]>
</Body>
<Summary>This year, October 7 has been designated as Ada Lovelace Day, a day to honor Augusta Ada King, Countess of Lovelace. She is widely regarded as the first computer programmer for her work with...</Summary>
<Website>http://www.cs.umbc.edu/2011/10/the-women-who-made-google-plus/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/9338/guest@my.umbc.edu/0ae5112e8d5e6071faae40b990edc7ec/api/pixel</TrackingUrl>
<Tag>graduate</Tag>
<Tag>news</Tag>
<Tag>undergraduate</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>19</PawCount>
<CommentCount>4</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sat, 08 Oct 2011 17:49:32 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="9306" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/9306">
<Title>Contest to forecast wind power from a wind farm</Title>
<Body>
<![CDATA[
    <div class="html-content"><p> </p>
    <p><img alt="" height="308" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/wind-1.jpg" width="700" style="max-width: 100%; height: auto;"></p>
    <p>If you are interested in machne learning you might check out the  American Meteorological Society  <a href="http://ai.metr.ou.edu/contest/" rel="nofollow external" class="bo">Wind Power Prediction Contest</a>.  It is sponsored by the AMS Committee on <a href="http://ai.metr.ou.edu/" rel="nofollow external" class="bo">AI Applications to Environmental Science, Energy, and Probability and Statistics</a>.  The goal is to compare various statistical learning techniques to predict wind power production. This contest considers a wind farm consisting of 53 turbines located in northern Colorado. The objective is to forecast the wind power for the wind farm (sum of the power from the 53 turbines). The inputs are forecast variables from several Numerical Weather Prediction (NWP) models, both from the National Center for Environmental Prediction and NCAR's high resolution WRF forecast. Training data are currently available on the download site, and the test data will be available in November.</p>
    <p>The contest consists of two parts: (1) a day-ahead forecasting contest and (2) a short-term (one-, two-, and three-hour) contest. Participants are welcome to enter either or both parts of the contests. The AMS welcome entries from professionals to students, but registration is required by November 15. Entrants names will be kept blind – they must register an abstract to present a poster at AMS, then winners will be notified of an invitation to present a talk at the January AMS Annual Meeting in Atlanta. The AMS expects to solicit prize money, which will be announced on the website at a later time.</p></div>
]]>
</Body>
<Summary>       If you are interested in machne learning you might check out the  American Meteorological Society  Wind Power Prediction Contest.  It is sponsored by the AMS Committee on AI Applications to...</Summary>
<Website>http://www.cs.umbc.edu/2011/10/contest-to-forecast-wind-power-from-a-wind-farm/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/9306/guest@my.umbc.edu/48e65da0ce8cfa31cb2f828da8966c55/api/pixel</TrackingUrl>
<Tag>graduate</Tag>
<Tag>news</Tag>
<Tag>research</Tag>
<Tag>undergraduate</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>6</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Fri, 07 Oct 2011 02:56:07 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="9291" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/9291">
<Title>An Evening With General Michael Hayden, USAF (Ret.),...</Title>
<Body>
<![CDATA[
    <div class="html-content">Full Title: An Evening With General Michael Hayden, USAF (Ret.), 6pm 10/27, ITE 102<p><img alt="" height="308" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/hayden-1.jpg" width="700" style="max-width: 100%; height: auto;"></p>
    <p><span>Cybersecurity Guest Lecture</span></p>
    <p><span>An Evening With General Michael Hayden, USAF (Ret.)</span></p>
    <p><span>6:00-8:00pm Thursday, 27 Oct. 2011<br>
    	Room 102, Information Technology and Engineering</span></p>
    <p>UMBC is proud to announce this opportunity for students and faculty to meet with General Hayden to hear his perspectives and discuss current issues regarding cybersecurity. The evening is sponsored by <a href="http://www.nextcentury.com/" rel="nofollow external" class="bo">Next Century Corporation</a>.</p>
    <p>Former NSA and CIA director General Michael Hayden will discuss the evolution of technology from World War II to the present and outline the challenges this evolution presents to national security organizations. He will address the timely issues of cybersecurity and cyberwarfare, stress the role of education in preparing the intelligence community workforce to deal with cyber concerns, and share anecdotal stories of his time as Director of both the CIA and NSA in meeting these challenges facing the nation. General Hayden is happy to answer questions and make this an engaging, informative, and interactive evening.</p>
    <p>Refreshments will be furnished by Next Century Corporation.</p>
    <p>RSVP REQUIRED: Space is limited, with preference given to graduate CYBR, CSEE, and IS students and faculty. Please RSVP to Allison Jones (Sorry, you need javascript to view this email address. ) by October 25th if you plan to attend.</p>
    <p><a href="http://en.wikipedia.org/wiki/Michael_Hayden_(general)" rel="nofollow external" class="bo">General Michael Hayden</a>, USAF (Ret.), served as Director of the Central Intelligence Agency and the National Security Agency and was the nation’s first Principal Deputy Director of National Intelligence. He retired from the CIA in February 2009, and is now a Principal in the Chertoff Group, a security consultancy co-founded by former Secretary of Homeland Security, Michael Chertoff. General Hayden also serves as a Distinguished Visiting Professor at George Mason University School of Public Policy and in an advisory capacity to several organizations focused on national security.</p>
    <p>General Hayden retired from a distinguished thirty-nine year career in the United States Air Force on July 1, 2008. In addition to his senior intelligence community assignments, he served as Commander of the Air Intelligence Agency, Director of the Joint Command and Control Warfare Center, and Chief of the Central Security Service.</p>
    <p>General Hayden graduated from Duquesne University with a Bachelor’s degree in history in 1967 and a Master’s degree in modern American history in 1969.</p></div>
]]>
</Body>
<Summary>Full Title: An Evening With General Michael Hayden, USAF (Ret.), 6pm 10/27, ITE 102    Cybersecurity Guest Lecture   An Evening With General Michael Hayden, USAF (Ret.)   6:00-8:00pm Thursday, 27...</Summary>
<Website>http://www.cs.umbc.edu/2011/10/an-evening-with-general-michael-hayden-usaf-ret-6pm-1027-ite-102/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/9291/guest@my.umbc.edu/ce99f39cbb712cc7c69091f1eb3eba97/api/pixel</TrackingUrl>
<Tag>cybersecurity</Tag>
<Tag>events</Tag>
<Tag>news</Tag>
<Tag>talks</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>3</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 06 Oct 2011 16:26:05 -0400</PostedAt>
<EditAt>Thu, 06 Oct 2011 16:26:05 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="10270" important="false" status="posted" url="https://beta.my.umbc.edu/groups/csee/posts/10270">
<Title>Do you know the right programming languages?</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>Do you know the right programming languages? Depending on your objective, the most important one to know might be Java, Python, PhP, C, or even Haskell.</p>
    <p>IEEE Spectrum has a short article on <a href="http://spectrum.ieee.org/at-work/tech-careers/the-top-10-programming-languages/?utm_source=techalert&amp;utm_medium=email&amp;utm_campaign=100611" rel="nofollow external" class="bo">The Top 10 Programming Languages</a> that is based on data from David Welton's <a href="langpop.com" rel="nofollow external" class="bo">Programming Languages Popularity</a> site which "attempts to collect a variety of data about the relative popularity of programming languages"</p>
    <img alt="" height="474" src="http://www.cs.umbc.edu/wp-content/uploads/2011/10/1928472.jpeg" width="600" style="max-width: 100%; height: auto;"></div>
]]>
</Body>
<Summary>Do you know the right programming languages? Depending on your objective, the most important one to know might be Java, Python, PhP, C, or even Haskell.   IEEE Spectrum has a short article on The...</Summary>
<Website>http://www.csee.umbc.edu/2011/10/do-you-know-the-right-programming-languages/</Website>
<TrackingUrl>https://beta.my.umbc.edu/api/v0/pixel/news/10270/guest@my.umbc.edu/61b18c93760e48033734840412bdf460/api/pixel</TrackingUrl>
<Tag>fyi</Tag>
<Tag>undergraduate</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://beta.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-beta.my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 06 Oct 2011 14:16:18 -0400</PostedAt>
</NewsItem>

</News>
