<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/css/rss10.xsl" type="text/xsl"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://purl.org/rss/1.0/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:enc="http://purl.oclc.org/net/rss_2.0/enc#"
         xmlns:media="http://search.yahoo.com/mrss/" xmlns:pheedo="http://www.pheedo.com/namespace/pheedo" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering">
		<title>MIT OpenCourseWare: New Courses in Civil and Environmental Engineering</title>
		<description>New courses in Civil and Environmental Engineering from MIT OpenCourseWare, provider of free and open MIT course materials.</description>
		<link>http://ocw.mit.edu/courses/civil-and-environmental-engineering</link>
		<dc:date>2013-05-23T07:16:10+05:00</dc:date>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:language>en-US</dc:language>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-00-introduction-to-computers-and-engineering-problem-solving-spring-2012"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-011-project-evaluation-spring-2011"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-258j-public-transportation-systems-spring-2010"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-204-computer-algorithms-in-systems-engineering-spring-2010"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-018j-ecology-i-the-earth-system-fall-2009"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-463j-the-impact-of-globalization-on-the-built-environment-fall-2009"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-040-project-management-spring-2009"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-201j-transportation-systems-analysis-demand-and-economics-fall-2008"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-061-transport-processes-in-the-environment-fall-2008"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-782-environmental-engineering-masters-of-engineering-project-fall-2007-spring-2008"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-010-uncertainty-in-engineering-fall-2008"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-020-ecology-ii-engineering-for-sustainability-spring-2008"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-133-masters-of-engineering-concepts-of-engineering-practice-fall-2007"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-050-engineering-mechanics-i-fall-2007"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-963-a-sustainable-transportation-plan-for-mit-spring-2007"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-978-from-nano-to-macro-introduction-to-atomistic-modeling-techniques-january-iap-2007"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-264j-database-internet-and-systems-integration-technologies-fall-2006"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-203j-logistical-and-transportation-planning-methods-fall-2006"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-101-introduction-to-civil-and-environmental-engineering-design-i-fall-2006"/>
				<rdf:li rdf:resource="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-101-introduction-to-civil-and-environmental-engineering-design-i-fall-2005"/>
			</rdf:Seq>
		</items>
	</channel>
	<atom:link rel="hub" href="http://www.pheedo.com/api/hub/"/>
	<atom:link rel="self" href="http://feeds.pheedo.com/OcwWeb/rss/new/mit-newcourses-1" type="application/rss+xml"/>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-00-introduction-to-computers-and-engineering-problem-solving-spring-2012">
		<title>1.00 Introduction to Computers and Engineering Problem Solving (MIT)</title>
		<description>This course presents the fundamentals of object-oriented software design and development, computational methods and sensing for engineering, and scientific and managerial applications. It cover topics, including design of classes, inheritance, graphical user interfaces, numerical methods, streams, threads, sensors, and data structures. Students use Java&amp;reg; programming language to complete weekly software assignments. How is 1.00 different from other intro programming courses offered at MIT? 1.00 is a first course in programming. It assumes no prior experience, and it focuses on the use of computation to solve problems in engineering, science and management. The audience for 1.00 is non-computer science majors. 1.00 does not focus on writing compilers or parsers or computing tools where the computer is the system; it focuses on engineering problems where the computer is part of the system, or is used to model a physical or logical system. 1.00 teaches the Java programming language, and it focuses on the design and development of object-oriented software for technical problems. 1.00 is taught in an active learning style. Lecture segments alternating with laboratory exercises are used in every class to allow students to put concepts into practice immediately; this teaching style generates questions and feedback, and allows the teaching staff and students to interact when concepts are first introduced to ensure that core ideas are understood. Like many MIT classes, 1.00 has weekly assignments, which are programs based on actual engineering, science or management applications. The weekly assignments build on the class material from the previous week, and require students to put the concepts taught in the small in-class labs into a larger program that uses multiple elements of Java together.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:874ef4e9852a5120c87394158d13e86e:tOdtwW4kw2ghiEjVIJUwU0Y7hJkUeXzIKH0z2K%2By6bB7bNnIaSFCCcAEa0mq%2BPZSUPIBuYS%2F4VSjLg%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:6437a6a400f6d67eb4e6dfedc77bcc51:BnUldCwDyR%2BNuNXXiJ4vLU98%2FdMKj6nsMNV%2Fn%2BXutIOYvMj5jI1zPObQaU9cB6q%2FeWNhvgPkbNalCCk%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:93343eecaccc802e2848102373298f57:qh6m6RH8YyDM9CAKXmvFvPIhYA98TE3MzVDETpBuIZ0lWe9TynV7pFOe%2Ftanj1tQqlfxFXNwhw6ELpk%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:18dafb6a72e44f7e1f615c9427e1713c:%2B54WVn3D21ns%2B1bfRkxTjL1zWnopQ2hiq2WBeV5REwYlvWXUfD7pR0w1Peu2c7%2BRpqyuQm0I6YBSWQ%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:046af3045bff8a2b1aab75784e81b19f:na2AwUw9c5hsACG%2BZ34zatI0BY60zaXULOvYcrXSI4NhciNAnHD6tGFAkHHBvo%2BnvlqBZkLH7zpOcQ%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=83f47ddec9f336e4f1adcabfc86903ac&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=83f47ddec9f336e4f1adcabfc86903ac&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=83f47ddec9f336e4f1adcabfc86903ac</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-00-introduction-to-computers-and-engineering-problem-solving-spring-2012</pheedo:origLink>
		<dc:creator>Kocur, George</dc:creator>
		<dc:creator>Cassa, Christopher</dc:creator>
		<dc:creator>Gonzalez, Marta C.</dc:creator>
		<dc:date>2013-01-15T11:00:05+05:00</dc:date>
		<dc:relation>1.00</dc:relation>
		<dc:relation>1.001</dc:relation>
		<dc:relation>1.002</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>computer</dc:subject>
		<dc:subject>engineering</dc:subject>
		<dc:subject>problem solving</dc:subject>
		<dc:subject>software</dc:subject>
		<dc:subject>software development</dc:subject>
		<dc:subject>programming</dc:subject>
		<dc:subject>graphical user interface</dc:subject>
		<dc:subject>numerical methods</dc:subject>
		<dc:subject>data structures</dc:subject>
		<dc:subject>sorting</dc:subject>
		<dc:subject>searching</dc:subject>
		<dc:subject>computer graphics</dc:subject>
		<dc:subject>Java</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-011-project-evaluation-spring-2011">
		<title>1.011 Project Evaluation (MIT)</title>
		<description>1.011 Project Evaluation covers methodologies for evaluating civil engineering projects, which typically are large-scale and long-lived and involve many economic, financial, social and environmental factors. The course places an emphasis on dealing with uncertainty. Students learn basic techniques of engineering economics, including net present value analysis, life-cycle costing, benefit-cost analysis, and other approaches to project evaluation. Examples are drawn from both contemporary and historical projects in various fields, including transportation systems, urban development, energy and environmental projects, water resource management, telecommunications systems, and other elements of the public and private projects and programs.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a96c8c90c9fceeff103971d4928b0bb6:DqacGUnV3Fvt72Dy3Occk96Y58T8u73RUhUoVR5nWnMHP2wJtIyRUqMFQlDTro3GMfbi1cqo0QMymQ%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:ead0668c149d5fe96a463386703922ba:6fCVQgi%2Bgs1z98Cu7tvdiWenzmwTY7WreMrbHq%2Fxjf8VSwyXwZERy2rZpSChJcX4cMLokBKHuSqBC%2Fc%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:753dde52d726e337f9accb042232de34:7xWVsOd2%2FxslAXuD4p3BuhAV5l3WTLdBtV00PvlRbC5G0ajJM%2BPpwQTtefxwWBeea7vLGj7gZRea%2BiM%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:5abffcf462a9a8ab5cd579271e707fab:LmW5LrFopYD394AGZesnjBJu2N3G9I0PUKdT8jeFlOesCsE9s7gW6C4VRZUHS6Kf22S31Zw%2Ba74Faw%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c78ac835ceaccc7e2cc2e0c2095f4108:ehIEpGSGHWs4fEDLfGAXiG6JjJCDJY9CjRK2TyPASCuPbNj2Rfcz%2Bbktl1DsYL%2FILcM4KBUrsdDamg%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=824e1d1bea8a0c990037201a75f95800&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=824e1d1bea8a0c990037201a75f95800&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=824e1d1bea8a0c990037201a75f95800</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-011-project-evaluation-spring-2011</pheedo:origLink>
		<dc:creator>Sussman, Joseph</dc:creator>
		<dc:creator>Martland, Carl D.</dc:creator>
		<dc:date>2011-12-13T16:30:51+05:00</dc:date>
		<dc:relation>1.011</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>civil engineering project</dc:subject>
		<dc:subject>engineering economics</dc:subject>
		<dc:subject>net present value</dc:subject>
		<dc:subject>life-cycle costing</dc:subject>
		<dc:subject>benefit-cost analysis</dc:subject>
		<dc:subject>project evaluation</dc:subject>
		<dc:subject>cost estimation</dc:subject>
		<dc:subject>large-scale infrastructure</dc:subject>
		<dc:subject>building design</dc:subject>
		<dc:subject>construction</dc:subject>
		<dc:subject>transportation systems</dc:subject>
		<dc:subject>urban development</dc:subject>
		<dc:subject>environmental projects</dc:subject>
		<dc:subject>water resource management</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-258j-public-transportation-systems-spring-2010">
		<title>1.258J Public Transportation Systems (MIT)</title>
		<description>This course discusses the evolution and role of urban public transportation modes, systems and services, focusing on bus and rail. Technological characteristics are described, along with their impacts on capacity, service quality, and cost. Current practice and new methods for data collection and analysis, performance monitoring, route and network design, frequency determination, and vehicle and crew scheduling are covered. The course also discusses effects of pricing policy and service quality on ridership, methods for estimating costs associated with proposed service changes, organizational models for delivering public transportation service including finance and operations, and select transit management topics including labor relations, fare policy and technology, marketing and operations management.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:11a8a00d8ff912cbbebf524f4b88ce1f:bbhoSQDcsVvh9MiiyVpieAl2pAz38hAxr6d0Jm5gZqHq47CbpYln7Lf27a92xwIU2r%2BQ9MgmL%2F%2BCyA%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:80bfad543a3f1a97897d29ed09bbe0f5:AcH1rmFrvPlXhDz4aCdckXc98dZ26%2FPD2KeaXCiyumviR3y39q46RSXy5XX1mrsm25nULbtVyfTWEKA%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:3dbdd2943b627a42748095e8f4c8371a:TnjL9Uur0789ND0iwW%2B8UcZHsreX6bNMJLrAyrBrdo1sjeRbxAUd0XzxuEp5PQ8Z49mdnjPpDA8hdnI%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:8f44706f76d2348bb9d3b3b8bc2f49fa:0%2FkA9jo4VF3kvNK2f7DfTn8SFGA6ZPGDoQ8CsnyI5mZDBtgSDirX5mX00kQJvAGX2il1TlIhovPKXg%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:f9187f9b4585bd260b69a514f767c220:isKNymt8dHEyBKA5MmVu%2BWm6dBGkRg8vQNFIB96VRp8sipB6%2BEdTZfISyLpIEQqmDC6PG6uaFEPCaA%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=ca89776d22cf138c84fc7e00ab148ba7&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=ca89776d22cf138c84fc7e00ab148ba7&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=ca89776d22cf138c84fc7e00ab148ba7</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-258j-public-transportation-systems-spring-2010</pheedo:origLink>
		<dc:creator>Wilson, Nigel</dc:creator>
		<dc:creator>Attanucci, John</dc:creator>
		<dc:date>2010-12-16T07:57:30+05:00</dc:date>
		<dc:relation>1.258J</dc:relation>
		<dc:relation>11.541J</dc:relation>
		<dc:relation>ESD.226J</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>public transportation modes</dc:subject>
		<dc:subject>performance monitoring</dc:subject>
		<dc:subject>route and network design</dc:subject>
		<dc:subject>vehicle and crew scheduling</dc:subject>
		<dc:subject>frequency determination</dc:subject>
		<dc:subject>organizational models</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-204-computer-algorithms-in-systems-engineering-spring-2010">
		<title>1.204 Computer Algorithms in Systems Engineering (MIT)</title>
		<description>This course covers concepts of computation used in analysis of engineering systems. It includes the following topics: data structures, relational database representations of engineering data, algorithms for the solution and optimization of engineering system designs (greedy, dynamic programming, branch and bound, graph algorithms, nonlinear optimization), and introduction to complexity analysis. Object-oriented, efficient implementations of algorithms are emphasized.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0ccfba70045ddfa81c4c9a842ff0d17e:xRMT4RwP1T3mINPwba19OLvGfqoWLJRpq0UiL78V%2BZGDGjDvHDBYXBf4qrrsSB%2FP4boUVgBhB9nsrA%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:819d0359199edc9932a51f708856b69c:oOLjdxl2zgNO7rQt99BeLi6G4xB63v4s9tLCakBhZ0llioFeUv96z1qficKJDfblYYfnUmQo72IYFZw%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a015117207b006c8c3ef23c0217c622f:80l405T%2BRUnBXbjNaEdHaxF3P1apj1QV1CVU%2B9G5FSphxMx1Meym2j8wHWz4umHSHdD4uFlZ8gQQPak%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:bfff4a0a3b4f09a85ad3e2738ded5780:gaCsODqHV4OwRkX7ls80UKNI1eQMj9vtYBRxcT6WxnnttSWlOjuCXf8XDCLE7PuYC2qSMf4F%2BoJJoA%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:189d493a593e38371d6b5c65f9253cb3:qV96okbfa0PhVHTAwy6hvULqy%2Bsx7HUa6ahZA1DmWvujBvk3mkxP1dtNBsF7i6sxqf2YBLT1EKLrmg%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=eeeed3724a80310c8f608d8e2fa60d60&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=eeeed3724a80310c8f608d8e2fa60d60&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=eeeed3724a80310c8f608d8e2fa60d60</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-204-computer-algorithms-in-systems-engineering-spring-2010</pheedo:origLink>
		<dc:creator>Kocur, George</dc:creator>
		<dc:date>2010-10-19T11:38:37+05:00</dc:date>
		<dc:relation>1.204</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>databases</dc:subject>
		<dc:subject>data structures</dc:subject>
		<dc:subject>divide and conquer algorithm</dc:subject>
		<dc:subject>greedy algorithm</dc:subject>
		<dc:subject>dynamic programming</dc:subject>
		<dc:subject>branch and bound</dc:subject>
		<dc:subject>linear optimization</dc:subject>
		<dc:subject>nonlinear optimization</dc:subject>
		<dc:subject>approximate queues</dc:subject>
		<dc:subject>network designs</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-018j-ecology-i-the-earth-system-fall-2009">
		<title>1.018J Ecology I: The Earth System (MIT)</title>
		<description>We will cover fundamentals of ecology, considering Earth as an integrated dynamic system. Topics include coevolution of the biosphere, geosphere, atmosphere and oceans; photosynthesis and respiration; the hydrologic, carbon and nitrogen cycles. We will examine the flow of energy and materials through ecosystems; regulation of the distribution and abundance of organisms; structure and function of ecosystems, including evolution and natural selection; metabolic diversity; productivity; trophic dynamics; models of population growth, competition, mutualism and predation. This course is designated as Communication-Intensive; instruction and practice in oral and written communication provided. Biology is a recommended prerequisite.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:f3269597bb4f55c3d6081bffc8d5da58:I8kZOat5xLzH9lvgr80OlNCrZfy54vvBdCMFZ2LUqGoIebJf4Neee9CtevwPngq997y0peqWsJFeHw%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9b6958a8fd62e508e669246d1a26e78e:4T8p%2Bu9Z3wuH6I8OQ%2FC2pdcehBM1hR6BftF0P5uicw8JQu1faUfg%2FsNCK7RO56R7hiq1tdyujxHr%2BnQ%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2203a9301245754289c6ae6985b94acc:j2R6H1jIxlA%2FW250yRU%2B5DFBdTENp3V9MHOFZEAqj7DLGuTFXx0uVFDe1%2BoseGnPkNaSjrlZJQ3hews%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:fa4e040e0b953308fbaf271e5825cdc3:7CpRfU0zmwNaUo3QfQvPKjEv0%2BDQCN8fiMWwI%2BG5Ud2qUSdLA1izrRTyr1i0le4eHGNqxEBiCH6J1g%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:3f731ed6b955c9681a220aac615d0b2a:OfYbDygZ%2BE9mSD7quQuNPPJLh5r0RB4byfOXBkYFjPwZtwEoOokvmatS5bO0nB7MQUC%2BTsynqRVjbw%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=f45c864a483af94132411f7e7c5f95b5&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=f45c864a483af94132411f7e7c5f95b5&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=f45c864a483af94132411f7e7c5f95b5</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-018j-ecology-i-the-earth-system-fall-2009</pheedo:origLink>
		<dc:creator>DeLong, Edward</dc:creator>
		<dc:creator>Chisholm, Penny</dc:creator>
		<dc:date>2010-05-07T14:14:49+05:00</dc:date>
		<dc:relation>1.018J</dc:relation>
		<dc:relation>7.30J</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>biosphere</dc:subject>
		<dc:subject>geosphere</dc:subject>
		<dc:subject>atmosphere</dc:subject>
		<dc:subject>photosynthesis</dc:subject>
		<dc:subject>respiration</dc:subject>
		<dc:subject>hydrologic cycle</dc:subject>
		<dc:subject>carbon cycle</dc:subject>
		<dc:subject>nitrogen cycles</dc:subject>
		<dc:subject>ecosystems</dc:subject>
		<dc:subject>regulation and abundance of organisms</dc:subject>
		<dc:subject>evolution</dc:subject>
		<dc:subject>natural selection</dc:subject>
		<dc:subject>metabolic diversity</dc:subject>
		<dc:subject>productivity</dc:subject>
		<dc:subject>trophic dynamics</dc:subject>
		<dc:subject>models of population growth</dc:subject>
		<dc:subject>competition</dc:subject>
		<dc:subject>mutualism</dc:subject>
		<dc:subject>predation.</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-463j-the-impact-of-globalization-on-the-built-environment-fall-2009">
		<title>1.463J The Impact of Globalization on the Built Environment (MIT)</title>
		<description>The course is designed to provide a better understanding of the built environment, globalization, the current financial crisis and the impact of these factors on the rapidly changing and evolving international architecture, engineering, construction fields. We will, hopefully, obtain a better understanding of how these forces of globalization and the current financial crisis are having an impact on the built environment and how they will affect firms and your future career opportunities. We will also identify, review and discuss best practices and lessons that can be learned from recent events. We will explore the &amp;quot;international built environment&amp;quot; in detail, examining how it functions and asking what are the managerial, entrepreneurial and professional opportunities, challenges and risks in it, especially growing crossover and multi-disciplinary opportunities; and we will seek to understand what makes this &amp;quot;built environment&amp;quot; so different from other sectors.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:b2e36db4dcaa13dfe2e2700f9ba65dec:wc2Gg04O2Xz3bunzYiLZlWGUwWH1%2FZ78EMkB0aKvzGj9vRILtTtWQ50154Qg3LCe%2FH9mzhtGiEoR4Q%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4d04d338f3c41ed56bec2061612edb44:0BfLTp%2FZS1ZwtXXOo6QvF4ChSDs9Tbh1osOYAbviyutsf2ntVuvhYsKB2l0D0Iv7oqg8%2FlI2HZiGupo%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c54efe7446abf58a8f3956d4d09656dc:8talPLbOfJhW6ndhoviGRDiptjh0sBvSkmXyqfkOE8gYAqyfUXcwgXjecWjK1TxZVed24kzagNUXR5M%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:6c8a83884957f3ad12e6b5afb0ea8af2:jySGu%2F4HVhs3e9DvbfAmhRbyF%2BwfcEi91EzmONaTINI7opA1K2ocy5IE7%2BNqjsbSs2AWzlm8DSoDuA%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:90a7469305e69b038f7925318ef0612e:%2BlJSAYzgkp6vQW1ydIM8Z1DC2ux1FJ%2FgQFp%2Bn1e%2Bu8FbQ8X%2F2M6QUssoutxaqGWfpCri1Y5XzHG2hA%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=f45bc992d08b074de0321e5968032ded&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=f45bc992d08b074de0321e5968032ded&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=f45bc992d08b074de0321e5968032ded</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-463j-the-impact-of-globalization-on-the-built-environment-fall-2009</pheedo:origLink>
		<dc:creator>Wolff, Derish M.</dc:creator>
		<dc:creator>Moavenzadeh, Fred</dc:creator>
		<dc:date>2010-05-07T12:36:16+05:00</dc:date>
		<dc:relation>1.463J</dc:relation>
		<dc:relation>11.342J</dc:relation>
		<dc:relation>ESD.53J</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>management</dc:subject>
		<dc:subject>construction</dc:subject>
		<dc:subject>engineering</dc:subject>
		<dc:subject>architecture</dc:subject>
		<dc:subject>global markets</dc:subject>
		<dc:subject>concessions</dc:subject>
		<dc:subject>partnering</dc:subject>
		<dc:subject>finance</dc:subject>
		<dc:subject>privatization</dc:subject>
		<dc:subject>outsourcing</dc:subject>
		<dc:subject>information technology</dc:subject>
		<dc:subject>international</dc:subject>
		<dc:subject>globalization</dc:subject>
		<dc:subject>greatest construction projects</dc:subject>
		<dc:subject>project delivery system</dc:subject>
		<dc:subject>risk management</dc:subject>
		<dc:subject>megacities</dc:subject>
		<dc:subject>competitiveness</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-040-project-management-spring-2009">
		<title>1.040 Project Management (MIT)</title>
		<description>1.040 Project Management focuses on the management and implementation of construction projects, primarily infrastructure projects. A project refers to a temporary piece of work undertaken to create a unique product or service. Whereas operations are continuous and repeating, projects are finite and have an end date. Projects bring form or function to ideas or need. Some notable projects include the Manhattan Project (developing the first nuclear weapon); the Human Genome Project (mapping the human genome); and the Central Artery Project (Boston's &amp;quot;Big Dig&amp;quot;). The field of project management deals with the planning, execution, and controlling of projects. The course is divided into three parts: Part 1: project finance Part 2: project evaluation Part 3: project organization This course will cover the basic tools, skills, and knowledge necessary to successfully manage a project through its inception, design, planning, construction, and transition phases. There will be several guest lectures discussing current projects, and a construction site visit to MIT's Media Lab extension.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:047a9f04985ba14e05f76d76bd0f0890:Uk2ycB%2B27hMsuPDtvos0G%2BUAtgVWtQw%2FXvJQHu3XPnxQDI%2BUicauGGUdvUlsYpA4QI5zp16ioFwUnA%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4117d86f14b1f88ac054083a304eba39:j%2B7q0KIliZk635B8sTVUvFY%2FJAMkFcF5RuSBWND7IhDL%2B1SKDr9iZvSCBGo%2BsonJQcV5OvyO8pMJazY%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:e3f5336f75c699331c75e20ff9b9865b:g9ObbPIPBTFjp1Hx%2FfR3QpRNAqpEaN96LRHMZi0ezwr9V3%2F0W6zihcQyaQQfD5y%2FC3hymb7D6NmWjck%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:6881cf3035f2e0b33b271f483ec3ed3b:YKk6vSQZ8v8IBaTo%2F7oEEiM6Tv2vt4tkhTDmX5evNwY16JPdNMShjH4FiwwTKpuAVUY4xdImXIN1Kg%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:399cd1ddbd503be0f7f225d8b556844a:TRw85ERgEPCkjnYLnkTkJd5XS9YSulfMzg7CFbIbPxj7t4dY63Yvkrw6qpC9st%2FWpeAYJsx3%2BbPq3w%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=82df2f26dd5cc623170948a001454b3d&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=82df2f26dd5cc623170948a001454b3d&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=82df2f26dd5cc623170948a001454b3d</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-040-project-management-spring-2009</pheedo:origLink>
		<dc:creator>Moavenzadeh, Fred</dc:creator>
		<dc:date>2009-11-09T13:20:39+05:00</dc:date>
		<dc:relation>1.040</dc:relation>
		<dc:relation>1.401J</dc:relation>
		<dc:relation>ESD.018J</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>project management</dc:subject>
		<dc:subject>public-private partnership</dc:subject>
		<dc:subject>infrastructure</dc:subject>
		<dc:subject>construction finance</dc:subject>
		<dc:subject>enterprise project management</dc:subject>
		<dc:subject>cost estimation</dc:subject>
		<dc:subject>portfolio project management</dc:subject>
		<dc:subject>risk management</dc:subject>
		<dc:subject>risk analysis</dc:subject>
		<dc:subject>project control</dc:subject>
		<dc:subject>project organization</dc:subject>
		<dc:subject>private finance initiative</dc:subject>
		<dc:subject>allocation</dc:subject>
		<dc:subject>risk management process</dc:subject>
		<dc:subject>cost-benefit analysis</dc:subject>
		<dc:subject>project organization and contracts</dc:subject>
		<dc:subject>procurement</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-201j-transportation-systems-analysis-demand-and-economics-fall-2008">
		<title>1.201J Transportation Systems Analysis: Demand and Economics (MIT)</title>
		<description>The main objective of this course is to give broad insight into the different facets of transportation systems, while providing a solid introduction to transportation demand and cost analyses. As part of the core in the Master of Science in Transportation program, the course will not focus on a specific transportation mode but will use the various modes to apply the theoretical and analytical concepts presented in the lectures and readings.
Introduces transportation systems analysis, stressing demand and economic aspects. Covers the key principles governing transportation planning, investment, operations and maintenance. Introduces the microeconomic concepts central to transportation systems. Topics covered include economic theories of the firm, the consumer, and the market, demand models, discrete choice analysis, cost models and production functions, and pricing theory. Application to transportation systems include congestion pricing, technological change, resource allocation, market structure and regulation, revenue forecasting, public and private transportation finance, and project evaluation; covering urban passenger transportation, freight, aviation and intelligent transportation systems.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c545e3cff17d8bdc35745f06b1e58825:SDRqguoGesAaMrWbWrV0m5cHxWukAd5kMMt4W7%2FPuVaAb5TMWasD%2Br74PwngdlYvgq1JeOmRI%2FiPzA%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4b118311c23b3913ea963838aa269f46:VtOUYjR%2FP5fbvdkh4U5oQoemtl%2F8iN0aQn3jCuR%2BgwQ7CG6hW0RRg3OqxOIwbmfawYARkUpWPAJaA1E%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:76c6a84f619a5e8630bbd501a1bfa22a:iIX5QUupYaA5GAotKqDoDRWPzwQXC%2FjkMi84DKga5LzWI71PGq%2Bt0JeGVikn1rygr8YSHNDxJwWdxFI%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:7df3737affcca13558f7b396456a5a2e:1GYSEw7p%2BHERKVTiLXU6myc1%2BmHz1CnETfaT%2B4Qj%2FLYXdwLb5twxGQlM7o3tIxwnXj1HBfRrDDDE2A%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:cfd64f599d1051834d1db5974a746786:OAcvMcwwHonwxjQMSmWcY6ZpHJte1qoHB8z5b%2FC7VqtRc54U91p9TVKfVH6JUcNcrCDmnP8R7oBl3Q%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=ace8ba9a5c9a12232e1d17870c8b28e2&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=ace8ba9a5c9a12232e1d17870c8b28e2&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=ace8ba9a5c9a12232e1d17870c8b28e2</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-201j-transportation-systems-analysis-demand-and-economics-fall-2008</pheedo:origLink>
		<dc:creator>Frumin, Michael</dc:creator>
		<dc:creator>Ben-Akiva, Moshe</dc:creator>
		<dc:date>2009-09-15T10:51:12+05:00</dc:date>
		<dc:relation>1.201J</dc:relation>
		<dc:relation>11.545J</dc:relation>
		<dc:relation>ESD.210J</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>transportation</dc:subject>
		<dc:subject>travel demand</dc:subject>
		<dc:subject>organizational models</dc:subject>
		<dc:subject>consumer theory</dc:subject>
		<dc:subject>project finance</dc:subject>
		<dc:subject>intelligent transportation systems</dc:subject>
		<dc:subject>project evaluation</dc:subject>
		<dc:subject>demand modelling</dc:subject>
		<dc:subject>technology</dc:subject>
		<dc:subject>environmental</dc:subject>
		<dc:subject>energy</dc:subject>
		<dc:subject>economic development</dc:subject>
		<dc:subject>sustainability</dc:subject>
		<dc:subject>urban structure</dc:subject>
		<dc:subject>land use</dc:subject>
		<dc:subject>equity</dc:subject>
		<dc:subject>transportation components</dc:subject>
		<dc:subject>intermodal combinations</dc:subject>
		<dc:subject>quantitative modeling</dc:subject>
		<dc:subject>strategic regional planning</dc:subject>
		<dc:subject>institutional change analysis</dc:subject>
		<dc:subject>large-scale systems</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-061-transport-processes-in-the-environment-fall-2008">
		<title>1.061 Transport Processes in the Environment (MIT)</title>
		<description>This class serves as an introduction to mass transport in environmental flows, with emphasis given to river and lake systems. The class will cover the derivation and solutions to the differential form of mass conservation equations. Class topics to be covered will include: molecular and turbulent diffusion, boundary layers, dissolution, bed-water exchange, air-water exchange and particle transport.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:93da9c05040e86891b69d7872463db76:dzM1DzAf5lFPmyFBYx9iTSrvNIuyN3u6Zfzm26KKMMn%2B4ZmaASYDSVeKaZTLZAindXXOmX2d1l7YEg%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a3074e4d3791708915fdecf99cc3dfdc:gb2kN5JtBFNuqWCvM%2FQxfUYHL78ynpTQuLqr%2FAV1m6EAW2siit39te%2Fxdk1wRKXKd42R%2BLmk7tU%2BxFI%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:789d43b9fa387bc59b4adb94ea91eab7:b56zZtQYwIhFuSrnWGs%2FegL736GMV9jYmQzyI%2FB3%2F%2BnQ%2B7mzL9mWR06fDBK8l7C1xnZDx2PD6qTROdc%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:afa1f559719804b3e131f3ecd954cae5:IxTSK8xeaM1gyQ3lKXM6y74527%2B%2BUMSj0XjvmHQ%2Fgo8%2F2eu%2FR8bQxdEBnYe9Ne0X9%2Byxmt0n8OMMNg%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:20f9f0d47526742e35d5c3114066942c:rhdQ6gYsRUN40oK8JpWWp0VX0GNVjG1%2Flk4MfMUbX0UDNPAJTMeStBpDunDFzOJrx3UxGsRjMVcLvw%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=b9819fb12149511c583ff3261ceeb926&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=b9819fb12149511c583ff3261ceeb926&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=b9819fb12149511c583ff3261ceeb926</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-061-transport-processes-in-the-environment-fall-2008</pheedo:origLink>
		<dc:creator>Nepf, Heidi</dc:creator>
		<dc:date>2009-06-23T16:15:58+05:00</dc:date>
		<dc:relation>1.061</dc:relation>
		<dc:relation>1.61</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>river systems</dc:subject>
		<dc:subject>lake systems</dc:subject>
		<dc:subject>scalar transport in environmental flows</dc:subject>
		<dc:subject>momentum transport in environmental flows</dc:subject>
		<dc:subject>stratification in lakes</dc:subject>
		<dc:subject>buoyancy-driven flows</dc:subject>
		<dc:subject>settling and coagulation</dc:subject>
		<dc:subject>air-water exchange</dc:subject>
		<dc:subject>bed-water exchange</dc:subject>
		<dc:subject>phase partitioning</dc:subject>
		<dc:subject>dissolution</dc:subject>
		<dc:subject>boundary layers</dc:subject>
		<dc:subject>molecular diffusion</dc:subject>
		<dc:subject>turbulent diffusion</dc:subject>
		<dc:subject>water transportation</dc:subject>
		<dc:subject>advection</dc:subject>
		<dc:subject>aquatic systems</dc:subject>
		<dc:subject>conservation of mass</dc:subject>
		<dc:subject>derivation</dc:subject>
		<dc:subject>Diffusion</dc:subject>
		<dc:subject>dispersion</dc:subject>
		<dc:subject>environmental flows</dc:subject>
		<dc:subject>instantaneous point source</dc:subject>
		<dc:subject>lakes</dc:subject>
		<dc:subject>mass</dc:subject>
		<dc:subject>transport</dc:subject>
		<dc:subject>particle transport</dc:subject>
		<dc:subject>rivers</dc:subject>
		<dc:subject>scaling</dc:subject>
		<dc:subject>transport</dc:subject>
		<dc:subject>turbulence</dc:subject>
		<dc:subject>water flow</dc:subject>
		<dc:subject>1.061</dc:subject>
		<dc:subject>1.61</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-782-environmental-engineering-masters-of-engineering-project-fall-2007-spring-2008">
		<title>1.782 Environmental Engineering Masters of Engineering Project (MIT)</title>
		<description>This class is one of the core requirements for the Environmental Masters of Engineering program, in conjunction with 1.133 Masters of Engineering Concepts of Engineering Practice. It is designed to teach about environmental engineering through the use of case studies, computer software tools, and seminars from industrial experts. Case studies provide the basis for group projects as well as individual theses. Recent 1.782 projects include the MMR Superfund site on Cape Cod, appropriate wastewater treatment technology for Brazil and Honduras, point-of-use water treatment and safe storage procedures for Nepal and Ghana, Brownfields Development in Providence, RI, and water resource planning for the island of Cyprus and refugee settlements in Thailand. This class spans the entire academic year; students must register for the Fall and Spring terms.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4f9b049b81e27fb9fbf60c8caa4c150d:WHzlthd4qjfDTo5KFDs%2F9LJv64e1Fx2d1wAV4stY2BXwQpy2q6YLq3PSpjezoTLXGe4xuJUKl0YJdw%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:26c2f273d46f77797e5deb19a081e1ca:wZUnTdDtqFr%2FA%2FB%2BsnnAORxDR%2BtDe%2FZqZsBsyziJ75TFhIn%2Bfy0mKuywN6EcG%2F77dt16WyujbrXbAog%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:dd0509ef2e695d610cad3362fa40877a:4pKYL9egCr4eDe2KEI7%2FsnLeiVck0tQAE7Q0h3pKMk%2FLWW53dPSBa1Aw8BF5ZdHdaoVcj4netX5%2BFdk%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:35db332deec0da0cba462c143796db46:R%2Ft3mcqaxHvnrG2Ww%2FXGmrEo9I8MY3rZmEpWFriBbEB2CL7gJMUzWrFDr7F7BTJ%2BafXg%2BT3yXjLnnA%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4e9c4907b0e19746ccc2b5e319327a7a:phuoRZS4vDtz8kwaDtDsV2FdyJBDQ35z5esM6ZG750F54lMkEyb2HNUtIn8VWI27dT6fk19Qcga80w%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=5fe4807d2acc992750cb35e61399e59a&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=5fe4807d2acc992750cb35e61399e59a&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=5fe4807d2acc992750cb35e61399e59a</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-782-environmental-engineering-masters-of-engineering-project-fall-2007-spring-2008</pheedo:origLink>
		<dc:creator>Adams, Eric</dc:creator>
		<dc:creator>Shanahan, Peter</dc:creator>
		<dc:creator>Murcott, Susan</dc:creator>
		<dc:date>2009-06-12T15:26:23+05:00</dc:date>
		<dc:relation>1.782</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>civil engineering</dc:subject>
		<dc:subject>environmental engineering</dc:subject>
		<dc:subject>professional practice</dc:subject>
		<dc:subject>methodology</dc:subject>
		<dc:subject>thesis</dc:subject>
		<dc:subject>proposal</dc:subject>
		<dc:subject>request for proposal</dc:subject>
		<dc:subject>water treatment</dc:subject>
		<dc:subject>aquifer</dc:subject>
		<dc:subject>groundwater</dc:subject>
		<dc:subject>hydrology</dc:subject>
		<dc:subject>Ghana</dc:subject>
		<dc:subject>Thailand</dc:subject>
		<dc:subject>Honduras</dc:subject>
		<dc:subject>pollution</dc:subject>
		<dc:subject>contaminants</dc:subject>
		<dc:subject>drinking water</dc:subject>
		<dc:subject>refugee camp</dc:subject>
		<dc:subject>sanitation</dc:subject>
		<dc:subject>water filtration</dc:subject>
		<dc:subject>guinea worm</dc:subject>
		<dc:subject>biosand filter</dc:subject>
		<dc:subject>horizontal roughing filter</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-010-uncertainty-in-engineering-fall-2008">
		<title>1.010 Uncertainty in Engineering (MIT)</title>
		<description>This course gives an introduction to probability and statistics, with emphasis on engineering applications. Course topics include events and their probability, the total probability and Bayes' theorems, discrete and continuous random variables and vectors, uncertainty propagation and conditional analysis. Second-moment representation of uncertainty, random sampling, estimation of distribution parameters (method of moments, maximum likelihood, Bayesian estimation), and simple and multiple linear regression. Concepts illustrated with examples from various areas of engineering and everyday life.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:8e0945a7db6da3dcba95c2e635f379db:ftISKqQrlFbYEAdgW4C0PoWhDK50VD7mdjJVhtXub8JOl1EAwu3oKZghsS4o%2Bl%2FvBUTwpUvCbJ6qJA%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2b422e014aaa5b7558267c1cf2f0e17a:iQpokgI0%2FR09ZBA8%2FoY%2BvnY1XF4eRMpTsOrilSvFgEQ3N03KVWN67Xh8DxDLeBvVA9oFUSahS%2BqZlqI%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:5d92b3eca14d65ddee2389de3157cc85:CB0eOuAp2%2B0rEt26Yk8jvfl98HjLXxugxMGaDiDeDPeS7hzgRjBHNXhNyNZqORx0F8N6%2BSqkDSd2vnA%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:b325171f8abc14bac350d284fecb338e:VfCqdGB4TsiClRCeA1BFTK2%2BjIxO00oOd7P%2FxEt1h7FyoOunz9s9%2FckPLORCWsXqAjOXZ%2BIzmK01jQ%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:6e52fa9353560d7b3a8d0c77d6a56b60:mfz2ZFqkE8xdKxCEEJ8dmdZsB1%2FfTjgBLjN5cuVMW4D%2FzYa3UluSJhxZ%2FtivZm5dyD0VmvEbXkROuA%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=67092307fc34308d0004cafa12ff74ee&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=67092307fc34308d0004cafa12ff74ee&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=67092307fc34308d0004cafa12ff74ee</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-010-uncertainty-in-engineering-fall-2008</pheedo:origLink>
		<dc:creator>Veneziano, Daniele</dc:creator>
		<dc:date>2009-04-05T23:14:49+05:00</dc:date>
		<dc:relation>1.010</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>fundamentals of probability</dc:subject>
		<dc:subject>random processes</dc:subject>
		<dc:subject>statistics</dc:subject>
		<dc:subject>decision analysis</dc:subject>
		<dc:subject>random variables and vectors</dc:subject>
		<dc:subject>uncertainty propagation</dc:subject>
		<dc:subject>conditional distributions</dc:subject>
		<dc:subject>second-moment analysis</dc:subject>
		<dc:subject>system reliability</dc:subject>
		<dc:subject>Bayes theorem</dc:subject>
		<dc:subject>total probability theorem</dc:subject>
		<dc:subject>Bayesian analysis and risk-based decision</dc:subject>
		<dc:subject>estimation of distribution parameters</dc:subject>
		<dc:subject>hypothesis testing</dc:subject>
		<dc:subject>simple and multiple linear regressions</dc:subject>
		<dc:subject>Poisson and Markov processes</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-020-ecology-ii-engineering-for-sustainability-spring-2008">
		<title>1.020 Ecology II: Engineering for Sustainability (MIT)</title>
		<description>This course provides a review of physical, chemical, ecological, and economic principles used to examine interactions between humans and the natural environment. Mass balance concepts are applied to ecology, chemical kinetics, hydrology, and transportation; energy balance concepts are applied to building design, ecology, and climate change; and economic and life cycle concepts are applied to resource evaluation and engineering design. Numerical models are used to integrate concepts and to assess environmental impacts of human activities. Problem sets involve development of MATLAB&amp;reg; models for particular engineering applications. Some experience with computer programming is helpful but not essential.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9bc305de0288f7a406ec351af296e522:JILAEH31QfcfYoJA60SPgZ3XZY4Ak5ulWsyLfRz0V7eC5fZhw1ewQWcCKzd71dna%2Fovr2GFjIXmP8w%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:caf9768bb26e482f14f77c4c8cacc239:icgPXku0PrJLInIZmyxzZoTF%2FKEx26X1rY2CnnHLg7Y2NAh5ggdIasdIuW0xi6YefrWoNBukO9FQB1E%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:e13ea9ae5edb835eaf055e641ef45340:FtIy%2FEpJDe9idSOErjJhWz9IhzUka8uK6oUrbSFTHaX5z1H1w%2FZRKSjqFBkOLYLHAPj7DgbolMkxAMk%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:13205ac5a98dc943545058b7c70835d9:7yF20CR3w%2B8YdF7iEzI0CetWMhvnnlOPJ9uTu2kEiIaE6THwYa7YCf%2BYUYA%2BRsA83iUc0QeBwCmNjg%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:b5e18809446818eb554140e1c3b4c1a5:p%2BA5oY2aUJ3X7jdc%2FEgE6SzdoEO75BwElo2U%2FfntkU80WIHKpBjxVu%2FcDzElilVqPNvJ%2FD9FdK8KDQ%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=0db1fe680c1b7fff2a428c3a9c34a74b&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=0db1fe680c1b7fff2a428c3a9c34a74b&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=0db1fe680c1b7fff2a428c3a9c34a74b</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-020-ecology-ii-engineering-for-sustainability-spring-2008</pheedo:origLink>
		<dc:creator>McLaughlin, Dennis</dc:creator>
		<dc:date>2008-12-23T17:13:08+05:00</dc:date>
		<dc:relation>1.020</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>modeling</dc:subject>
		<dc:subject>matlab</dc:subject>
		<dc:subject>human impact on environment</dc:subject>
		<dc:subject>economics</dc:subject>
		<dc:subject>natural resources</dc:subject>
		<dc:subject>assessment of model predictions</dc:subject>
		<dc:subject>mass balance</dc:subject>
		<dc:subject>energy balance</dc:subject>
		<dc:subject>mass transport</dc:subject>
		<dc:subject>energy transport</dc:subject>
		<dc:subject>resource economics</dc:subject>
		<dc:subject>life cycle analysis</dc:subject>
		<dc:subject>chemical kinetics</dc:subject>
		<dc:subject>population modeling</dc:subject>
		<dc:subject>pesticides</dc:subject>
		<dc:subject>nutrients</dc:subject>
		<dc:subject>building energy</dc:subject>
		<dc:subject>air quality</dc:subject>
		<dc:subject>crop irrigation</dc:subject>
		<dc:subject>groundwater</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-133-masters-of-engineering-concepts-of-engineering-practice-fall-2007">
		<title>1.133 Masters of Engineering Concepts of Engineering Practice (MIT)</title>
		<description>This course is a core requirement for the Masters in Engineering program, designed to teach students about the roles of today's professional engineer and expose them to team-building skills through lectures, team workshops, and seminars. Topics include: written and oral communication, job placement skills, trends in the engineering and construction industry, risk analysis and risk management, managing public information, proposal preparation, project evaluation, project management, liability, professional ethics, and negotiation. The course draws on relevant large-scale projects to illustrate each component of the subject.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:38131febf498dd5bcf54116fb7e1273f:1kNsox5XGt9L%2BrPQoAQGm3kRzMvafoKXKz5D6RnYXyJVh8XB7L03jmdsB3nVBu6T%2Bu%2BloJG%2F9nbgow%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:b042fe9691e5ffeff5bee1a63e17c6a0:1tgGxEFWXpwf2xvQR2oxIS84l9laTnPsE2rH3YR2Mwmar%2FbDFi5achUdFWpdGd9SO5Z1A6EmIdYnHJQ%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:a2dfe633445db648792b4a338da14005:utnesJ1TFOD14fSycxhyaCbbZih46evny04as0wveCz%2FS%2BXQt3%2F0vrhuPRtSor6brXdqWCKVucHxJSM%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:5978c0c4671749a206bed83a699cca7d:oTXjQQZnapq1mrQ7ojXfIueUuWh%2F9vcGYo5U6EfOud7QtktTImVTKc1U8YaSfHqbLCYmJLd2%2BsmK9g%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c7ff744c3aa6471f0854fe4485c5a605:rs0RJ7EvpIdWbB0jaPsnShOTQhILLIqBI%2FRgmvFkis%2F0oMBhw%2BgaxJ%2FJtcyD0pjjCl9ZlHWiLvceig%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=6863226d6ee0f163ead63eb5b84ef117&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=6863226d6ee0f163ead63eb5b84ef117&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=6863226d6ee0f163ead63eb5b84ef117</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-133-masters-of-engineering-concepts-of-engineering-practice-fall-2007</pheedo:origLink>
		<dc:creator>Adams, Eric</dc:creator>
		<dc:date>2008-12-17T16:50:49+05:00</dc:date>
		<dc:relation>1.133</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>professional engineer</dc:subject>
		<dc:subject>team-building skills</dc:subject>
		<dc:subject>lectures</dc:subject>
		<dc:subject>team workshops</dc:subject>
		<dc:subject>seminars</dc:subject>
		<dc:subject>written communication</dc:subject>
		<dc:subject>oral communication</dc:subject>
		<dc:subject>job placement skills</dc:subject>
		<dc:subject>trends in engineering</dc:subject>
		<dc:subject>trends in construction industry</dc:subject>
		<dc:subject>risk analysis</dc:subject>
		<dc:subject>risk management</dc:subject>
		<dc:subject>proposal preparation</dc:subject>
		<dc:subject>request for proposal</dc:subject>
		<dc:subject>small business</dc:subject>
		<dc:subject>professional registration</dc:subject>
		<dc:subject>project evaluation</dc:subject>
		<dc:subject>project management</dc:subject>
		<dc:subject>liability</dc:subject>
		<dc:subject>professional ethics</dc:subject>
		<dc:subject>negotiation</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-050-engineering-mechanics-i-fall-2007">
		<title>1.050 Engineering Mechanics I (MIT)</title>
		<description>This subject provides an introduction to the mechanics of materials and structures. You will be introduced to and become familiar with all relevant physical properties and fundamental laws governing the behavior of materials and structures and you will learn how to solve a variety of problems of interest to civil and environmental engineers. While there will be a chance for you to put your mathematical skills obtained in 18.01, 18.02, and eventually 18.03 to use in this subject, the emphasis is on the physical understanding of why a material or structure behaves the way it does in the engineering design of materials and structures.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:7fc5918ab362b772437e856cb94db445:iUF3kHnLnVJC4kr68SzUdGjLxJlR4Pr1gsVnKoULyRqRLGw6kg6wgcLCnwUNw40CGj%2FNg0KW66JlcA%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:70210eafa31268463d2feef9855152a0:DHoUi2OIsbjpvwfIK9t8xQoBq9s5pyJNcSGhPPOi2kaRDCdD4tcC315MPf0t3IRcwbit92rngk26d7Y%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:178821531b44160d5d66971167276447:oTAaZRDAKbVl8h30T21NJXEu14KBxm%2BaMPB98qyYGVt4CpsO5BxZ89uMf1PqweVD8SXBLlXivKY8mPY%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:3b44a88bd8626a24506a8ead9ce5c96c:nMfGHWKpglte%2Ffpt0yf0iSpjavxSYx%2BtCoDfAzT3DoZ6UdkF3C2DvRrbN8YndF8I8FL42Fqnmon2sw%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:9634597012234fe3449b38ebee8654ca:H9Gtn%2Fsf2QYxoXbYnt3PfQM4nP7fAx2w28xUQhVKuovEkDolq2ueAnWKPsRWiq5opnNn0gIikgmDWw%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=8aea2245798657fd1fbf2b3df88352a8&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=8aea2245798657fd1fbf2b3df88352a8&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=8aea2245798657fd1fbf2b3df88352a8</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-050-engineering-mechanics-i-fall-2007</pheedo:origLink>
		<dc:creator>Ulm, Franz-Josef</dc:creator>
		<dc:creator>Buehler, Markus</dc:creator>
		<dc:date>2008-06-17T13:40:38+05:00</dc:date>
		<dc:relation>1.050</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>mechanics</dc:subject>
		<dc:subject>materials</dc:subject>
		<dc:subject>structures</dc:subject>
		<dc:subject>engineering design</dc:subject>
		<dc:subject>Galileo's problem</dc:subject>
		<dc:subject>dimensional analysis</dc:subject>
		<dc:subject>atomic explosion</dc:subject>
		<dc:subject>World Trade Center towers</dc:subject>
		<dc:subject>stress</dc:subject>
		<dc:subject>continuum model</dc:subject>
		<dc:subject>beam model</dc:subject>
		<dc:subject>strength models</dc:subject>
		<dc:subject>strength criteria</dc:subject>
		<dc:subject>stress plane</dc:subject>
		<dc:subject>deformation</dc:subject>
		<dc:subject>strain tensor</dc:subject>
		<dc:subject>Mohr circle</dc:subject>
		<dc:subject>elasticity</dc:subject>
		<dc:subject>energy bounds</dc:subject>
		<dc:subject>fracture mechanics</dc:subject>
		<dc:subject>collapse</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-963-a-sustainable-transportation-plan-for-mit-spring-2007">
		<title>1.963 A Sustainable Transportation Plan for MIT (MIT)</title>
		<description>This seminar-style class will focus on evaluating and recommending alternative commuter and business-related transportation policies for the MIT campus. Emphasis will be placed on reducing transportation-related energy usage in a sustainable manner in response to President Hockfield's "Walk the Talk" energy initiative. Students will explore the relative roles of MIT and the MBTA as transportation providers, as well as the efficiency and effectiveness of related subsidy policies currently in place for all modes of transportation.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c4f3137865a394c11d7835a9a9db2b32:ud%2BYKYnuaAJXMgEf%2FbtuXGVz%2Fa%2F6kTKoHIH3vmUeec8R4V0CWgFQjHLFfQ7jSyzRTKhrM5g3QELPFg%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:b884083dd30ace85f02d7509dcf3655c:7tpdxzKGEkOnaxCsntcmCsCQqXMQV5ZBs%2BSmrRhI3CLMUj6%2Brw9pau5O2LX3OccYJDg4GWAhydXcLXA%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2d7a760e1cbd83173ce913185cff4ce3:aS2270CTH4UQYIZrnths4tJIZCRBxPTtWMrunAC4szd9RVoou3kJap6unZhOrFsJgOx%2FblXiLZtlSTI%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:e0ed42f25023098061bd7c032dedf57e:uFccPhVEYDkeZ2jc%2FkejSKIYaAlKHZBRscnWjnAdQJlNMGEP2LWVgHUvMXF3x%2Bo7iKhxBu%2B8O%2FuPfg%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0e7c30056d3bb3af09b996d3bd54a430:7IjzAyco2hX8lUiTkUEdFPCB5ikQPo55%2FVUUTQo1aQo%2BjdaJplEPiP4S2BMD2ONtO7c9li1Keh2R0w%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=d2ad475ff3c58897389b2df40fabf4e1&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=d2ad475ff3c58897389b2df40fabf4e1&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=d2ad475ff3c58897389b2df40fabf4e1</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-963-a-sustainable-transportation-plan-for-mit-spring-2007</pheedo:origLink>
		<dc:creator>Salvucci, Frederick</dc:creator>
		<dc:creator>Attanucci, John</dc:creator>
		<dc:creator>Brutti, Lawrence</dc:creator>
		<dc:date>2007-10-24T01:19:59+05:00</dc:date>
		<dc:relation>1.963</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>sustainable transportation</dc:subject>
		<dc:subject>shuttle; MBTA; bus; subway</dc:subject>
		<dc:subject>commuter rail</dc:subject>
		<dc:subject>parking</dc:subject>
		<dc:subject>subsidy</dc:subject>
		<dc:subject>Universal pass</dc:subject>
		<dc:subject>underground parking</dc:subject>
		<dc:subject>garage</dc:subject>
		<dc:subject>parking lots</dc:subject>
		<dc:subject>leased parking</dc:subject>
		<dc:subject>MIT campus</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-978-from-nano-to-macro-introduction-to-atomistic-modeling-techniques-january-iap-2007">
		<title>1.978 From Nano to Macro: Introduction to Atomistic Modeling Techniques (MIT)</title>
		<description>The objective of this course is to introduce large-scale atomistic modeling techniques and highlight its importance for solving problems in modern engineering sciences. We demonstrate how atomistic modeling can be used to understand how materials fail under extreme loading, involving unfolding of proteins and propagation of cracks.
This course was featured in an MIT Tech Talk article.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2306f4ecdeb32a035b3f2dabff19c1aa:7lL8xGvohP2O2yTj2jwHw1WOrnkLBLfUJvU%2FHyoeQgAauRbh4QsK6G6x6RP8ybKhE6wWbQ%2Fn%2Bo3iyw%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d7f0085ead359304866a45c74386b3b7:O6QDQLe4DRwDrMOgezRYu6TlSp42px%2FZNbtUWXcHohjp7snXuD61lZRBsXt59ce59%2BAFrhdvVjGOkOw%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2d9f90cc770d276fc0b5e36e06ee2068:tw9YbEqReIObbA0IDZoHPAlgynhg7GqWjKcNVOSIa9b3XV4llPUGcYbjZ9DXouZa9OhhL%2BjFQERF09Y%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:33800169bc8722e8445275761031b501:K5vAUl3vs1lkmbNXOt09JA3Ok2DqR93K4sNlxQ6qWjvVWwY%2FnhEttOmVwZpMMJTTz3sDh0IRwWV6tg%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:94457d855a2cbe93d85c0a75359f5b06:s%2BkxBdnGeKosD2AfUqEuw7y4pvUw%2F9GFnH9eV%2FO4aCv6vj8HEieB39paqh3m6FMGnIBg6W%2BpZUufCg%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=2ec0e722e4d00dd4fdbda9af5329809f&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=2ec0e722e4d00dd4fdbda9af5329809f&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=2ec0e722e4d00dd4fdbda9af5329809f</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-978-from-nano-to-macro-introduction-to-atomistic-modeling-techniques-january-iap-2007</pheedo:origLink>
		<dc:creator>Buehler, Markus</dc:creator>
		<dc:date>2007-08-07T01:42:16+05:00</dc:date>
		<dc:relation>1.978</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>large-scale atomistic</dc:subject>
		<dc:subject>large-scale atomistic modeling techniques</dc:subject>
		<dc:subject>modern engineering sciences</dc:subject>
		<dc:subject>atomistic modeling</dc:subject>
		<dc:subject>extreme loading</dc:subject>
		<dc:subject>ductile and brittle materials failure</dc:subject>
		<dc:subject>molecular dynamics</dc:subject>
		<dc:subject>simulations</dc:subject>
		<dc:subject>Cauchy-Born rule</dc:subject>
		<dc:subject>biomechanics</dc:subject>
		<dc:subject>biomaterials</dc:subject>
		<dc:subject>copper nanocrystal</dc:subject>
		<dc:subject>nanomechanics</dc:subject>
		<dc:subject>material mechanics</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-264j-database-internet-and-systems-integration-technologies-fall-2006">
		<title>1.264J Database, Internet, and Systems Integration Technologies (MIT)</title>
		<description>This course is an intensive review of information technology. It covers topics in software development methods, data modeling and databases, application development, Web standards and development, system integration, security, and data communications. Most of the homework sets lead the class through a project in which a database and Web application are designed and constructed, using good software process and addressing security, network and other issues. The project, which is done in two-person teams, provides hands-on experience to complement the lectures and readings. Recitations discuss readings and provide more detailed information on the software tools used. 
The course goal is to cover the key concepts in the major areas of information technology, to enable students to successfully understand, work with and manage IT efforts as part of supply chain, transportation or civil engineering projects.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:abfe92567b81ffa1d436a403d8803ff7:UKrvgki%2B1nifq2TYQYWIT6ivpgdUiW7BBopsLhkOac3E1vaOCELXHyF16oN%2BldlbfC%2BFRKCFNlz5RA%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:619dc181a0630345eeee915c990fb0fc:2hmvWvjI5dQxpdyMXoB%2B9yBf7vvrQRbvNYIyd8cbvwpggbh6zPLC%2BX4K8hkb6TeK%2F%2BOI9B%2FUxnpDu1Q%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:37b42cbcc49b6f230f8419386dfc8411:Vs6Vek8pK4xDQ1MCYRQBUjp3r4Hm%2FoyNDh4hr8akM14GJFdtKP0Wx2KjEpgbZVuw9SsXvjGKndrMGNY%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:796c4b24e12863b4e292e741245e3023:iUc07KHt3TQVKGfVHQPoB8aIEFsl6ZBEvAutt0bMs7R1CG9g7P%2Buy1h2mjpkivTCXL4V%2Fi4DzulwOQ%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c2e0cd3edb9199d2b5ffa5998ecbcef7:AovVV%2BYO9XJL0DChyvOjUZnngeekh5%2Bb4SI%2BHiqLlvJKDM7RTLcKZHcLJtcea6hNofoZXUQ1ZUhp7g%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=1f5a05d743af06676f6626bd3e8564fe&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=1f5a05d743af06676f6626bd3e8564fe&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=1f5a05d743af06676f6626bd3e8564fe</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-264j-database-internet-and-systems-integration-technologies-fall-2006</pheedo:origLink>
		<dc:creator>Kocur, George</dc:creator>
		<dc:date>2007-07-13T00:50:04+05:00</dc:date>
		<dc:relation>1.264J</dc:relation>
		<dc:relation>ESD.264J</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>information technology</dc:subject>
		<dc:subject>software development</dc:subject>
		<dc:subject>data modeling</dc:subject>
		<dc:subject>database</dc:subject>
		<dc:subject>application development</dc:subject>
		<dc:subject>web standards</dc:subject>
		<dc:subject>system integration</dc:subject>
		<dc:subject>security</dc:subject>
		<dc:subject>data communications</dc:subject>
		<dc:subject>good software process</dc:subject>
		<dc:subject>supply chain</dc:subject>
		<dc:subject>transportation</dc:subject>
		<dc:subject>civil engineering</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-203j-logistical-and-transportation-planning-methods-fall-2006">
		<title>1.203J Logistical and Transportation Planning Methods (MIT)</title>
		<description>The class will cover quantitative techniques of Operations Research with emphasis on applications in transportation systems analysis (urban, air, ocean, highway, pick-up and delivery systems) and in the planning and design of logistically oriented urban service systems (e.g., fire and police departments, emergency medical services, emergency repair services). It presents a unified study of functions of random variables, geometrical probability, multi-server queueing theory, spatial location theory, network analysis and graph theory, and relevant methods of simulation. There will be discussion focused on the difficulty of implementation, among other topics.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:dcffd174429820e9eb7c9cba06d58f73:K7k0jJPItqmTUZx2dOT82mKcjwkWIN1OUgSCviF3RLSyUqA8CWKUEOCKdcCD5VYGK3I6evxnspTpag%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:56df92e47ad0df16aeb63449b586d607:XS9rMg27dz77OpzQu0oPq814B1EqqUDov25h8EWytmuvxnl961UNvO5Mdx3Jkt8Aga1IC%2B%2FJNzpzqtM%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:8d5a407b8061a54658d213549f6a1cc2:lAEuDREUDGAP19jC2SljIbxqtgIhLsMFh70yAu7Cw6t0toPtXgDlQTgwzNdMFIAhBc%2BnD7Sw6WS0q1M%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:2076ad1eb16956e5e7e2299bbd1f904f:WkCR3FHNuf8HNyC6BD1%2BVPmmxa1VcqfbqJmRh0TE7hwndrm0YSKua5ptaJfou6V1alFUJUx8ail8MA%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:b3098979f562887f51c8099bbc105480:xbt7gkja2O6cKsA%2Fwjc4yuGyDPtIEHBx%2BYCPeTr9zXtaJ5SmdNz7mfWU690xndeNE1cKPI50K657TA%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=a773e2a52017966f60592bec3cdf32e9&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=a773e2a52017966f60592bec3cdf32e9&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=a773e2a52017966f60592bec3cdf32e9</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-203j-logistical-and-transportation-planning-methods-fall-2006</pheedo:origLink>
		<dc:creator>Larson, Richard C.</dc:creator>
		<dc:creator>Odoni, Amedeo R.</dc:creator>
		<dc:creator>Barnett, Arnold</dc:creator>
		<dc:date>2007-05-22T01:27:47+05:00</dc:date>
		<dc:relation>1.203J</dc:relation>
		<dc:relation>6.281J</dc:relation>
		<dc:relation>15.073J</dc:relation>
		<dc:relation>16.76J</dc:relation>
		<dc:relation>ESD.216J</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>logistics</dc:subject>
		<dc:subject>transportation</dc:subject>
		<dc:subject>hypercube models</dc:subject>
		<dc:subject>barrier example</dc:subject>
		<dc:subject>operations research</dc:subject>
		<dc:subject>spatial queues</dc:subject>
		<dc:subject>queueing models</dc:subject>
		<dc:subject>network models</dc:subject>
		<dc:subject>TSP</dc:subject>
		<dc:subject>heuristics</dc:subject>
		<dc:subject>geometrical probabilities</dc:subject>
		<dc:subject>Markov</dc:subject>
		<dc:subject>quantitative techniques</dc:subject>
		<dc:subject>transportation systems analysis</dc:subject>
		<dc:subject>urban service systems</dc:subject>
		<dc:subject>emergency services</dc:subject>
		<dc:subject>random variables</dc:subject>
		<dc:subject>multi-server queueing theory</dc:subject>
		<dc:subject>spatial location theory</dc:subject>
		<dc:subject>network analysis</dc:subject>
		<dc:subject>graph theory</dc:subject>
		<dc:subject>simulation</dc:subject>
		<dc:subject>urban OR</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-101-introduction-to-civil-and-environmental-engineering-design-i-fall-2006">
		<title>1.101 Introduction to Civil and Environmental Engineering Design I (MIT)</title>
		<description>In this sophomore design course, you will be challenged with three design tasks: a first concerning water resources/treatment, a second concerning structural design, and a third focusing on the conceptual (re)design of a large system, Boston's Back Bay. The first two tasks require the design, fabrication and testing of hardware. Several laboratory experiments will be carried out and lectures will be presented to introduce students to the conceptual and experimental basis for design in both domains.

This course was based in large part on the Fall 2005 offering of 1.101, developed by Prof. Harold Hemond.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:6dae4a816521de5814802f295270642b:KuiVsltQugao3%2B4Rxdtup3sYP8RH8dIcZHXAB1RDE%2FzSMXRaO4sL7N%2FFtUwJqY80ODX2BJRDhV2YyQ%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:451aac4efe896c7f1aa397d47ac96e6d:Q4PdDF7XhCSicMvuJvVTQqZPCPLi4dIx%2F8PV5Pz6MNxVIb5BWdh9QhJacuDuE3GB%2BByxw16oGy7Zp9U%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:4bf6328ef5fbfc0f857572ac88c3e987:x2OHLvOc6DtT7d3Hl12XZ%2B3iS89ZJE8XRSuJUxKhOyI7uJfUDuPD%2BeK3kg2eIQ2Ap4DmIBWuOdYOUpo%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:39d1bd1e45a7c1b4362ae563e4eab1de:WS0%2BJlClPlSDqhxkASmG2Mlaev3Sk%2FXPfZ7U4H84o36GGDcy1mZyg5P0Q5WtLJZdfRqTagYvJjyg5Q%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:8fa3489369f3ba9def62df02ee6b9111:N6%2BgbEmAPPU6okKZTJuqWXEQ81yj%2FbBhsxC%2FgFzOjcypeQOnnu9XqoSt954quk0B%2BKxbWucVYyqQGA%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=a02cb8cfa29160727e1cde498fffc43e&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=a02cb8cfa29160727e1cde498fffc43e&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=a02cb8cfa29160727e1cde498fffc43e</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-101-introduction-to-civil-and-environmental-engineering-design-i-fall-2006</pheedo:origLink>
		<dc:creator>Nepf, Heidi</dc:creator>
		<dc:creator>Einstein, Herbert</dc:creator>
		<dc:creator>Bucciarelli, Louis</dc:creator>
		<dc:date>2007-05-10T00:04:32+05:00</dc:date>
		<dc:relation>1.101</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>design tasks</dc:subject>
		<dc:subject>water resources</dc:subject>
		<dc:subject>water treatment</dc:subject>
		<dc:subject>structural design</dc:subject>
		<dc:subject>conceptual design</dc:subject>
		<dc:subject>Boston</dc:subject>
		<dc:subject>Back Bay</dc:subject>
		<dc:subject>redesign</dc:subject>
		<dc:subject>measuring pH</dc:subject>
		<dc:subject>acidity</dc:subject>
		<dc:subject>water filter testing</dc:subject>
		<dc:subject>tension tests</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
	<item rdf:about="http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-101-introduction-to-civil-and-environmental-engineering-design-i-fall-2005">
		<title>1.101 Introduction to Civil and Environmental Engineering Design I (MIT)</title>
		<description>This sophomore-level course is a project-oriented introduction to the principles and practice of engineering design. Design projects and exercises are chosen that relate to the built and natural environments. Emphasis is placed on achieving function and sustainability through choice of materials and processes, compatibility with natural cycles, and the use of active or adaptive systems. The course also encourages development of hands-on skills, teamwork, and communication; exercises and projects engage students in the building, implementation, and testing of their designs.&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:cb2e656720e4a9d0687bd1e985263d80:72lbD3b0WkNq%2BNx31mf2jo7TMoZ1yMmA5dPhxSnryFRxTHodZdkQMpapGWqmB%2BFEqDxVwZjfvIvkfQ%3D%3D'&gt;&lt;img border='0' title='Email this Article' alt='Email this Article' src='http://images.pheedo.com/images/mm/emailthis.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d761162fc2f19de3ec037f6c84648fea:SKPTM%2BinU3oIJK%2Fle5T0lGHORWb9c1r3A1I%2BbhShprK%2FsaDudGUR8SHJRKTNoWz8br7kF%2BQY7RtFsAY%3D'&gt;&lt;img border='0' title='Add to Facebook' alt='Add to Facebook' src='http://images.pheedo.com/images/mm/facebook.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d04120f63d3cb3bb4fe7aabfe6b0b932:OgashEZ2bkKJGL8VVJlZ2VJjC1RnFVDWlOIOlhaoOsZiBwEQYaEgpTSorGwSzHKvShBMeIH9xnW5miY%3D'&gt;&lt;img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://images.pheedo.com/images/mm/twitter.png'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:7d23a34b64970ea6ce830248c8802b75:bxFbpgV4cqP7RloeXEwBR823GkPnkzs7ggT%2Fn91qwl54ltNz67ZabC3HTa9P3jJziBWXkh9%2F6p4DRg%3D%3D'&gt;&lt;img border='0' title='Add to digg' alt='Add to digg' src='http://images.pheedo.com/images/mm/digg.gif'/&gt;&lt;/a&gt;
  &lt;a style='font-size: 10px; color: maroon;' href='http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:8edc6437726565bf52d4282826053f7e:lNDKxQwL6%2F19U9CKBvnULXchIC1Cdd5LWp5DYnuwyHkM%2FEr4vp582xeodXMuocJuzfCMtvo%2FzKwRMA%3D%3D'&gt;&lt;img border='0' title='Add to Google' alt='Add to Google' src='http://images.pheedo.com/images/mm/google.png'/&gt;&lt;/a&gt;
&lt;br clear=&quot;both&quot; style=&quot;clear: both;&quot;/&gt;
&lt;a href=&quot;http://ads.pheedo.com/click.phdo?s=c7698e1c35c618d22ec4ddce16c733e6&amp;p=1&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;border: 0;&quot; border=&quot;0&quot; src=&quot;http://ads.pheedo.com/img.phdo?s=c7698e1c35c618d22ec4ddce16c733e6&amp;p=1&quot;/&gt;&lt;/a&gt;
&lt;img alt=&quot;&quot; height=&quot;0&quot; width=&quot;0&quot; border=&quot;0&quot; style=&quot;display:none&quot; src=&quot;http://tags.bluekai.com/site/5148&quot;/&gt;</description>
		<link>http://www.pheedcontent.com/click.phdo?i=c7698e1c35c618d22ec4ddce16c733e6</link>
		<pheedo:origLink>http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-101-introduction-to-civil-and-environmental-engineering-design-i-fall-2005</pheedo:origLink>
		<dc:creator>Hemond, Harold</dc:creator>
		<dc:creator>Nepf, Heidi</dc:creator>
		<dc:creator>Bucciarelli, Louis</dc:creator>
		<dc:creator>Frankel, Sheila</dc:creator>
		<dc:date>2007-05-10T00:03:29+05:00</dc:date>
		<dc:relation>1.101</dc:relation>
		<dc:language>en-US</dc:language>
		<dc:subject>Design</dc:subject>
		<dc:subject>water resources</dc:subject>
		<dc:subject>water treatment</dc:subject>
		<dc:subject>structures</dc:subject>
		<dc:subject>structural design</dc:subject>
		<dc:subject>fabrication</dc:subject>
		<dc:subject>testing</dc:subject>
		<dc:subject>hardware</dc:subject>
		<dc:subject>laboratory experiments</dc:subject>
		<dc:subject>pH</dc:subject>
		<dc:subject>neutralization</dc:subject>
		<dc:subject>hydraulic conductivity</dc:subject>
		<dc:subject>porosity</dc:subject>
		<dc:subject>truss</dc:subject>
		<dc:subject>tension</dc:subject>
		<dc:subject>beam bending</dc:subject>
		<dc:subject>beam buckling</dc:subject>
		<dc:subject>thermal design</dc:subject>
		<dc:subject>heating</dc:subject>
		<dc:subject>cooling</dc:subject>
		<dc:subject>thermal infrared camera</dc:subject>
		<dc:subject>thermal IR imaging</dc:subject>
		<dc:subject>heat loss</dc:subject>
		<dc:publisher>MIT OpenCourseWare http://ocw.mit.edu</dc:publisher>
		<dc:rights>Content within individual OCW courses is (c) by the individual authors unless otherwise noted. MIT OpenCourseWare materials are licensed by the Massachusetts Institute of Technology under a Creative Commons License (Attribution-NonCommercial-ShareAlike). For further information see http://ocw.mit.edu/terms/index.htm</dc:rights>
	</item>
</rdf:RDF>