Materials expert presents seminar
Jim Keller, University of Missouri Curators' Professor of Electrical and Computer Engineering Department and Computer Science at University of Missouri-Columbia, will present the last in the series of engineering seminars for this academic year. Keller will present "Spatial Reasoning: From Sketch-to-Text Towards Text-to-Sketch" on Friday, May 1, at 3:10 in 101 Roberts Hall. More...
Join MSU's College of Engineering — discover the difference you can make
When you decide to live and learn at Montana State University, you are choosing to explore the world.
At MSU, you'll be surrounded by friendly, supportive faculty and staff and a natural environment characterized by grandeur.
Faculty and staff are here to support student success. Watch this brief video for a reminder about how students are affected by everyday exchanges.
Learn more about Student Life in the COE and don't forget to apply for Scholarships
Explore now!
- What does Montana State University's COE have to offer?
- How do I support MSU's College of Engineering?
- What do people in Computer Science have to say about it? (in a new window)
- Look at MSU's Viewbook online (in a new window)
- What do MSU students say about their experiences?
- How do I attend MSU's College of Engineering? (Start at MSU's page for Future Students.)
- What is life like as an engineer or a computer scientist? (salary, employment stats, personal stories, employers' needs)
COE in the Headlines
<% Response.Expires = -1 ' =========== RSS2HTML.ASP for ASP/ASP.NET ========== ' copyright 2005 (c) www.Bytescout.com ' version 1.10, 31 May 2005 ' =============================================== ' =========== configuration ===================== ' ##### URL to RSS Feed to display ######### URLToRSS = "http://www.montana.edu/cpa/news/rss/coe.xml" ' ##### max number of displayed items ##### MaxNumberOfItems = 5 ' ##### Main template constants MainTemplateHeader = "
Please contact web-master" ' ================================================ Set xmlHttp = Server.CreateObject("MSXML2.XMLHTTP.3.0") xmlHttp.Open "Get", URLToRSS, false xmlHttp.Send() RSSXML = xmlHttp.ResponseText Set xmlDOM = Server.CreateObject("MSXML2.DomDocument.3.0") xmlDOM.async = false xmlDOM.LoadXml(RSSXML) Set xmlHttp = Nothing ' clear HTTP object Set RSSItems = xmlDOM.getElementsByTagName("item") ' collect all "items" from downloaded RSS Set xmlDOM = Nothing ' clear XML RSSItemsCount = RSSItems.Length-1 ' writing Header if RSSItemsCount > 0 then Response.Write MainTemplateHeader End If j = -1 For i = 0 To RSSItemsCount Set RSSItem = RSSItems.Item(i) for each child in RSSItem.childNodes Select case lcase(child.nodeName) case "title" RSStitle = child.text case "link" RSSlink = child.text case "description" RSSdescription = child.text End Select next ' now check filter If (InStr(RSSTitle,Keyword1)>0) or (InStr(RSSTitle,Keyword2)>0) or (InStr(RSSDescription,Keyword1)>0) or (InStr(RSSDescription,Keyword2)>0) then j = J+1 if J

