<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Question of the Week: Is robotics engineering different enough from embedded engineering to warrant being treated as a separate discipline?</title>
	<atom:link href="http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/</link>
	<description>Shedding Light on the Hidden World of Embedded Systems</description>
	<lastBuildDate>Mon, 28 Jul 2014 16:18:37 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: D.W. @EM</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-714</link>
		<dc:creator>D.W. @EM</dc:creator>
		<pubDate>Thu, 06 May 2010 00:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-714</guid>
		<description>&lt;p&gt;A coda to my earlier comment. Autonomous robots differ from other mechatronics applications in that they require navigation in an environment. This is a whole additional area of applied physics to absorb.&lt;br /&gt;
.&lt;br /&gt;
To be more precise, what is required for a field robot is portage, as in navigation within a port rather than at sea. Navigation at sea has no landmarks, so you need either GPS, LORAN or a compass, a sextant and a very accurate clock. Ports have landmarks and obstacles. Navigation in-port requires locating landmarks and obstacles around you, and some of these change from day to day. The ship in that dock may not be there tomorrow; and the dock that is free today may be occupied tomorrow. And do not run into the ships that pass you.&lt;br /&gt;
.&lt;br /&gt;
What we want and need are autonomous field robots that can navigate in known but unpredictable, continuously changing environments. This is a key area of R&amp;D. Many schemes have been used to identify landmarks, such as bar codes, flashing lights, radio beacons, etc. Of more interest are newer and improved means of machine vision for object recognition to give the range, bearing and pose (RBP) of objects surrounding the robot. If you know the RBP of all objects around the robot, you can write a program to navigate to and around them.&lt;br /&gt;
.&lt;br /&gt;
This additional problem of autonomous field robot navigation is what differentiates field robots from factory machine tool robots. It is not a derivative of embedded machine control, but an additional area of knowledge and expertise. It is the secret sauce of the next generation of robots, field robots.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>A coda to my earlier comment. Autonomous robots differ from other mechatronics applications in that they require navigation in an environment. This is a whole additional area of applied physics to absorb.<br />
.<br />
To be more precise, what is required for a field robot is portage, as in navigation within a port rather than at sea. Navigation at sea has no landmarks, so you need either GPS, LORAN or a compass, a sextant and a very accurate clock. Ports have landmarks and obstacles. Navigation in-port requires locating landmarks and obstacles around you, and some of these change from day to day. The ship in that dock may not be there tomorrow; and the dock that is free today may be occupied tomorrow. And do not run into the ships that pass you.<br />
.<br />
What we want and need are autonomous field robots that can navigate in known but unpredictable, continuously changing environments. This is a key area of R&amp;D. Many schemes have been used to identify landmarks, such as bar codes, flashing lights, radio beacons, etc. Of more interest are newer and improved means of machine vision for object recognition to give the range, bearing and pose (RBP) of objects surrounding the robot. If you know the RBP of all objects around the robot, you can write a program to navigate to and around them.<br />
.<br />
This additional problem of autonomous field robot navigation is what differentiates field robots from factory machine tool robots. It is not a derivative of embedded machine control, but an additional area of knowledge and expertise. It is the secret sauce of the next generation of robots, field robots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T.G. @EM</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-713</link>
		<dc:creator>T.G. @EM</dc:creator>
		<pubDate>Tue, 13 Apr 2010 20:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-713</guid>
		<description>&lt;p&gt;It’s an interesting discussion. Typically there are differences between robotics curricula that focus on the system level and embedded curricula that deal with the microprocessor or lower level code. However, they both have many aspects that overlap and if students are armed with the proper tools and enough time, a combined curriculum is the way to go. We see this overlap happening in educational institutions across the globe, where professors and students have access to easy-to-use common programming language tools that help them collaborate across disciplines – from engineering to computer science – so that they receive a well-rounded understanding of robotics, mechatronics, embedded and more. All this meshing of curricula is necessary today in order to give students the skills needed to become “holistic engineers,” which will ensure their success no matter what field of engineering they ultimately pursue. &lt;/p&gt;
&lt;p&gt;T. G.&lt;br /&gt;
Education Marketing&lt;br /&gt;
The MathWorks&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>It’s an interesting discussion. Typically there are differences between robotics curricula that focus on the system level and embedded curricula that deal with the microprocessor or lower level code. However, they both have many aspects that overlap and if students are armed with the proper tools and enough time, a combined curriculum is the way to go. We see this overlap happening in educational institutions across the globe, where professors and students have access to easy-to-use common programming language tools that help them collaborate across disciplines – from engineering to computer science – so that they receive a well-rounded understanding of robotics, mechatronics, embedded and more. All this meshing of curricula is necessary today in order to give students the skills needed to become “holistic engineers,” which will ensure their success no matter what field of engineering they ultimately pursue. </p>
<p>T. G.<br />
Education Marketing<br />
The MathWorks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.P. @LI</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-724</link>
		<dc:creator>A.P. @LI</dc:creator>
		<pubDate>Thu, 08 Apr 2010 20:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-724</guid>
		<description>&lt;p&gt;No, we&#039;re just batty.&lt;/p&gt;
&lt;p&gt;Otherwise, we wouldn&#039;t be in this business ;-)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>No, we&#8217;re just batty.</p>
<p>Otherwise, we wouldn&#8217;t be in this business <img src='http://www.embeddedinsights.com/channels/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R.A. @LI</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-723</link>
		<dc:creator>R.A. @LI</dc:creator>
		<pubDate>Thu, 08 Apr 2010 19:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-723</guid>
		<description>&lt;p&gt;&quot;What about simulations of robots - are they robots?&quot;&lt;/p&gt;
&lt;p&gt;They are simulations of robots... unless of course we&#039;re in the matrix, in which case they are simulations of simulations of robots, and we&#039;re just batteries :-)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>&#8220;What about simulations of robots &#8211; are they robots?&#8221;</p>
<p>They are simulations of robots&#8230; unless of course we&#8217;re in the matrix, in which case they are simulations of simulations of robots, and we&#8217;re just batteries <img src='http://www.embeddedinsights.com/channels/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T.D. @LI</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-722</link>
		<dc:creator>T.D. @LI</dc:creator>
		<pubDate>Thu, 08 Apr 2010 11:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-722</guid>
		<description>&lt;p&gt;Had a look at the answers.com definition of robotics...culled this:&lt;/p&gt;
&lt;p&gt;&quot;Recently, however, the industry&#039;s current working definition of a robot has come to be understood as any piece of equipment that has three or more degrees of movement or freedom&quot;&lt;/p&gt;
&lt;p&gt;The traditional definition of a robot was something like &quot;artificial human&quot;. &lt;/p&gt;
&lt;p&gt;The original definition is perhaps not applicable to current industry due to the early stage of development.&lt;/p&gt;
&lt;p&gt;I prefer the term mechatronics for electromechanical systems.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Had a look at the answers.com definition of robotics&#8230;culled this:</p>
<p>&#8220;Recently, however, the industry&#8217;s current working definition of a robot has come to be understood as any piece of equipment that has three or more degrees of movement or freedom&#8221;</p>
<p>The traditional definition of a robot was something like &#8220;artificial human&#8221;. </p>
<p>The original definition is perhaps not applicable to current industry due to the early stage of development.</p>
<p>I prefer the term mechatronics for electromechanical systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R.S. @LI</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-721</link>
		<dc:creator>R.S. @LI</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-721</guid>
		<description>&lt;p&gt;Interesting.&lt;br /&gt;
R., Would you consider a &quot;bot&quot; a &quot;virtual&quot; robot? What about simulations of robots - are they robots?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Interesting.<br />
R., Would you consider a &#8220;bot&#8221; a &#8220;virtual&#8221; robot? What about simulations of robots &#8211; are they robots?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R.A. @LI</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-720</link>
		<dc:creator>R.A. @LI</dc:creator>
		<pubDate>Thu, 08 Apr 2010 05:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-720</guid>
		<description>&lt;p&gt;&quot;Robotics as a subject would I presume include internet agents...&quot;Bots&quot;. &quot;&lt;/p&gt;
&lt;p&gt;Absolutely not. Robots are, by definition, mechanical systems, that very often (but not always) controlled by software.&lt;/p&gt;
&lt;p&gt;&quot;I suppose there are two aspects to robotics: mind and body.&quot;&lt;/p&gt;
&lt;p&gt;Yes, and this is exactly why an Internet agent is definitely not a genuine robot.&lt;/p&gt;
&lt;p&gt;I would refer you to the following link:&lt;/p&gt;
&lt;p&gt;http://www.answers.com/topic/robotics&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>&#8220;Robotics as a subject would I presume include internet agents&#8230;&#8221;Bots&#8221;. &#8220;</p>
<p>Absolutely not. Robots are, by definition, mechanical systems, that very often (but not always) controlled by software.</p>
<p>&#8220;I suppose there are two aspects to robotics: mind and body.&#8221;</p>
<p>Yes, and this is exactly why an Internet agent is definitely not a genuine robot.</p>
<p>I would refer you to the following link:</p>
<p><a href="http://www.answers.com/topic/robotics" rel="nofollow">http://www.answers.com/topic/robotics</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T.D. @LI</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-719</link>
		<dc:creator>T.D. @LI</dc:creator>
		<pubDate>Thu, 08 Apr 2010 05:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-719</guid>
		<description>&lt;p&gt;Robotics as a subject would I presume include internet agents...&quot;Bots&quot;. These have purpose and intelligence but are not realtime or embedded.&lt;br /&gt;
Machine vision (and any similar conversion of sense data into higher forms of data) also would be a part of robotics technology, and again wouldn&#039;t necessarily be realtime or embedded.&lt;br /&gt;
But then motion control is realtime and embedded.&lt;br /&gt;
I suppose there are two aspects to robotics: mind and body. The physical aspects use realtime embedded as a platform. &lt;/p&gt;
&lt;p&gt;With regard to &quot;mind&quot;, in some cases decision-making might not be realtime...the robot might have to stop and think. And the intelligence might not be embedded, it could be running on a remote server given wireless communications.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Robotics as a subject would I presume include internet agents&#8230;&#8221;Bots&#8221;. These have purpose and intelligence but are not realtime or embedded.<br />
Machine vision (and any similar conversion of sense data into higher forms of data) also would be a part of robotics technology, and again wouldn&#8217;t necessarily be realtime or embedded.<br />
But then motion control is realtime and embedded.<br />
I suppose there are two aspects to robotics: mind and body. The physical aspects use realtime embedded as a platform. </p>
<p>With regard to &#8220;mind&#8221;, in some cases decision-making might not be realtime&#8230;the robot might have to stop and think. And the intelligence might not be embedded, it could be running on a remote server given wireless communications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R.A. @LI</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-718</link>
		<dc:creator>R.A. @LI</dc:creator>
		<pubDate>Thu, 08 Apr 2010 05:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-718</guid>
		<description>&lt;p&gt;&quot;It seems there are many embedded subsystems, such as the braking systems or stability-control systems resident in many high-end automobiles, that fit the description of a robot—but we do not call them robots. Even my clothes-washing machine can sense and change its behavior based on how the cleaning cycle is or is not proceeding according to a predicted plan; the system can compensate for many anomalous behaviors.&quot;&lt;/p&gt;
&lt;p&gt;I Think the confusion here may stem from the focus on software that the preceding paragraph seems to imply.&lt;/p&gt;
&lt;p&gt;Robotics is a multi-disciplinary field, that certainly involves software, but also involves a possibly even more significant measure of mechanical engineering. &lt;/p&gt;
&lt;p&gt;Typically, a software practitioner in the field of robotics has a skill set overlap in the area of robotic kinematic theory with a mechanical practitioner in the field. I believe that this skill set overlap is the defining characteristic of practitioners in the field (regardless of their source discipline).&lt;/p&gt;
&lt;p&gt;From a practitioners point of view, I would be inclined to define robotics, not as a distinct practice, but rather as a specialized set of skills (i.e. a specialization) that differentiates a particular practitioner from other practitioners of a more general discipline.&lt;/p&gt;
&lt;p&gt;I think that if one views the mechanical engineering discipline as the lead discipline in the multi-disciplinary field of robotics, then it becomes much easier to define the skill set that identifies a software engineer as a suitable practitioner for the field.&lt;/p&gt;
&lt;p&gt;I think that if a separate discipline of &quot;Robotics Engineering&quot; were to be defined, that it would imply a course of study that would be something close to dual degrees in mechanical and software engineering.&lt;/p&gt;
&lt;p&gt;I find (due in large part to the fact that the intersection of skills between the software and mechanical disciplines is relatively small in relation to the overall set of skills required in either of these more general course of studies) that the concept of identifying a stand alone discipline is a bit of a stretch.&lt;/p&gt;
&lt;p&gt;I would largely concur with R. S.&#039;s definition of robotics, and would refer to the following paragraph from the definition of robotics in the Sci-Tech Encyclopedia, which nicely identifies a set of attributes for a robot:&lt;/p&gt;
&lt;p&gt;&quot;Robots produce mechanical motion that, in most cases, results in manipulation or locomotion. Mechanical characteristics for robotic mechanisms include degrees of freedom of movement, size and shape of the operating space, stiffness and strength of the structure, lifting capacity, velocity, and acceleration under load. Performance measures include repeatability and accuracy of positioning, speed, and freedom from vibration.&quot;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>&#8220;It seems there are many embedded subsystems, such as the braking systems or stability-control systems resident in many high-end automobiles, that fit the description of a robot—but we do not call them robots. Even my clothes-washing machine can sense and change its behavior based on how the cleaning cycle is or is not proceeding according to a predicted plan; the system can compensate for many anomalous behaviors.&#8221;</p>
<p>I Think the confusion here may stem from the focus on software that the preceding paragraph seems to imply.</p>
<p>Robotics is a multi-disciplinary field, that certainly involves software, but also involves a possibly even more significant measure of mechanical engineering. </p>
<p>Typically, a software practitioner in the field of robotics has a skill set overlap in the area of robotic kinematic theory with a mechanical practitioner in the field. I believe that this skill set overlap is the defining characteristic of practitioners in the field (regardless of their source discipline).</p>
<p>From a practitioners point of view, I would be inclined to define robotics, not as a distinct practice, but rather as a specialized set of skills (i.e. a specialization) that differentiates a particular practitioner from other practitioners of a more general discipline.</p>
<p>I think that if one views the mechanical engineering discipline as the lead discipline in the multi-disciplinary field of robotics, then it becomes much easier to define the skill set that identifies a software engineer as a suitable practitioner for the field.</p>
<p>I think that if a separate discipline of &#8220;Robotics Engineering&#8221; were to be defined, that it would imply a course of study that would be something close to dual degrees in mechanical and software engineering.</p>
<p>I find (due in large part to the fact that the intersection of skills between the software and mechanical disciplines is relatively small in relation to the overall set of skills required in either of these more general course of studies) that the concept of identifying a stand alone discipline is a bit of a stretch.</p>
<p>I would largely concur with R. S.&#8217;s definition of robotics, and would refer to the following paragraph from the definition of robotics in the Sci-Tech Encyclopedia, which nicely identifies a set of attributes for a robot:</p>
<p>&#8220;Robots produce mechanical motion that, in most cases, results in manipulation or locomotion. Mechanical characteristics for robotic mechanisms include degrees of freedom of movement, size and shape of the operating space, stiffness and strength of the structure, lifting capacity, velocity, and acceleration under load. Performance measures include repeatability and accuracy of positioning, speed, and freedom from vibration.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.P. @LI</title>
		<link>http://www.embeddedinsights.com/channels/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-717</link>
		<dc:creator>A.P. @LI</dc:creator>
		<pubDate>Wed, 07 Apr 2010 22:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://robert.blogs.embeddedinsights.com/2010/04/07/question-of-the-week-is-robotics-engineering-different-enough-from-embedded-engineering-to-warrant-being-treated-as-a-separate-discipline/#comment-717</guid>
		<description>&lt;p&gt;I, too, like R. S.&#039;s definition of robot but even then there are grey areas: a &quot;pick-n-place&quot; machine or warehouse stacker is certainly a robot under almost anyone&#039;s definition; a mail-sorting machine or conveyor system, maybe not so clearly a robot.&lt;/p&gt;
&lt;p&gt;There is certainly a lot of overlap between robotics and some other forms of embedded system (I consider robotics a subset of embedded) but there&#039;s lots of domain-specific knowledge as well. For robotics, that seems to be largely related to motion control. When you slide into conveyor systems, there may be less motion control but the time domain may become a bigger issue.&lt;/p&gt;
&lt;p&gt;Or not; now we probably have to start talking about specific applications.&lt;/p&gt;
&lt;p&gt;I would consider robotics as a kind of specialization among embedded engineers, like being an internist is a specialization among doctors. As such, I&#039;d probably want to have an emphasis on certain areas but I don&#039;t think there&#039;s enough difference to warrent a completely seperate curriculum. At least, not at the undergrad level.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I, too, like R. S.&#8217;s definition of robot but even then there are grey areas: a &#8220;pick-n-place&#8221; machine or warehouse stacker is certainly a robot under almost anyone&#8217;s definition; a mail-sorting machine or conveyor system, maybe not so clearly a robot.</p>
<p>There is certainly a lot of overlap between robotics and some other forms of embedded system (I consider robotics a subset of embedded) but there&#8217;s lots of domain-specific knowledge as well. For robotics, that seems to be largely related to motion control. When you slide into conveyor systems, there may be less motion control but the time domain may become a bigger issue.</p>
<p>Or not; now we probably have to start talking about specific applications.</p>
<p>I would consider robotics as a kind of specialization among embedded engineers, like being an internist is a specialization among doctors. As such, I&#8217;d probably want to have an emphasis on certain areas but I don&#8217;t think there&#8217;s enough difference to warrent a completely seperate curriculum. At least, not at the undergrad level.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
