<?xml-stylesheet type="text/xsl" href="http://conversation.cgu.edu/leey123/rss/rssstyles.xsl"?>
<rss version='2.0'   xmlns:dc='http://purl.org/dc/elements/1.1/'>
    <channel xml:base='http://conversation.cgu.edu/leey123/'>
        <title><![CDATA[Yoonmi Lee : Activity]]></title>
        <description><![CDATA[Activity for Yoonmi Lee, hosted on Claremont Conversation Online.]]></description>
        <generator>Elgg</generator>
        <link>http://conversation.cgu.edu/leey123/</link>        
        <item>
            <title><![CDATA[IS360 research topic]]></title>
            <link>http://conversation.cgu.edu/leey123/weblog/3802.html</link>
            <guid isPermaLink="true">http://conversation.cgu.edu/leey123/weblog/3802.html</guid>
            <pubDate>Fri, 17 Oct 2008 00:54:19 GMT</pubDate>
            <description><![CDATA[<p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>Topic 1: Adopting GIS in Healthcare for new health service.</span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>Claim: Adoption of GIS by healthcare system can create more valuable health services.</span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>Research question : How GIS affects acceptance of new health service for customer?</span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span>&nbsp;&nbsp;&nbsp;&nbsp; Can GIS affects creating new health service ?</span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>Research method : Questionnaire</span></p><p><span></span></p><p><span></span></p><p><span>Topic 2: Comparison between Agile development and traditional development</span></p><p><span></span><span>Claim: Find out each strength and weak part by comparison then suggest reciprocal complement way of development.&nbsp;<span>&nbsp;</span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span><span>Research question : How these two development ways are different?</span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;What are the strength and weak part of each development way?</span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span><span></span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span><span>Research method : literature review</span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span><span></span></span></p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[I305 Assignment 3]]></title>
            <link>http://conversation.cgu.edu/leey123/weblog/3744.html</link>
            <guid isPermaLink="true">http://conversation.cgu.edu/leey123/weblog/3744.html</guid>
            <pubDate>Thu, 09 Oct 2008 21:19:36 GMT</pubDate>
            <description><![CDATA[<p>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>&quot;&gt;<br />&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot; xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot;&gt;<br />&nbsp; &lt;head&gt;<br />&nbsp;&nbsp;&nbsp; &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot;/&gt;<br />&nbsp;&nbsp;&nbsp; &lt;title&gt;Map 3 - Google Maps Geocoding&lt;/title&gt;<br />&nbsp;&nbsp;&nbsp; &lt;script src=&quot;<a href="http://maps.google.com/maps?file=api&amp;amp;v=2&amp;amp;key=abcdefg">http://maps.google.com/maps?file=api&amp;amp;v=2&amp;amp;key=abcdefg</a>&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />&nbsp;&nbsp;&nbsp; &lt;script type=&quot;text/javascript&quot;&gt;</p><p>&nbsp;&nbsp;&nbsp; var map1 = null;<br />&nbsp;&nbsp;&nbsp; var map2 = null;<br />&nbsp;&nbsp;&nbsp; var map3 = null;<br />&nbsp;&nbsp;&nbsp; var LAtrafficInfo = null;<br />&nbsp;&nbsp;&nbsp; var NYtrafficInfo = null;<br />&nbsp;&nbsp;&nbsp; var CItrafficInfo = null;<br />&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; var geocoder = null;</p><p>&nbsp;&nbsp;&nbsp; function initialize() {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (GBrowserIsCompatible()) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map1 = new GMap2(document.getElementById(&quot;map_canvas1&quot;));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map1.setCenter(new GLatLng(34.052187, -118.243425), 11);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map1.setMapType(G_HYBRID_MAP);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map1.addControl(new GLargeMapControl());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map1.addControl(new GMapTypeControl());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var trafficOptions1 = {incidents:true};<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LAtrafficInfo = new GTrafficOverlay(trafficOptions1);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map1.addOverlay(LAtrafficInfo); <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map2 = new GMap2(document.getElementById(&quot;map_canvas2&quot;));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map2.setCenter(new GLatLng(40.756054, -73.986951), 11);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map2.setMapType(G_HYBRID_MAP);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map2.addControl(new GLargeMapControl());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map2.addControl(new GMapTypeControl());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var trafficOptions2 = {incidents:true};<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NYtrafficInfo = new GTrafficOverlay(trafficOptions2);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map2.addOverlay(NYtrafficInfo); </p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map3 = new GMap2(document.getElementById(&quot;map_canvas3&quot;));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map3.setCenter(new GLatLng(41.879535, -87.624333), 11);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map3.setMapType(G_HYBRID_MAP);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map3.addControl(new GLargeMapControl());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map3.addControl(new GMapTypeControl());<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var trafficOptions3 = {incidents:true};<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CItrafficInfo = new GTrafficOverlay(trafficOptions3);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map3.addOverlay(CItrafficInfo); <br />&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; geocoder = new GClientGeocoder();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; }</p><p><br />&nbsp;&nbsp;&nbsp; function showAddress(address,flag) {<br />&nbsp;&nbsp;&nbsp; if (flag == 1) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (geocoder) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; geocoder.getLatLng(<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function(point) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  if (!point) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; alert(address + &quot; not found&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  } else {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; map1.setCenter(point, 16);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; var marker = new GMarker(point, {draggable: true});<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; map1.addOverlay(marker);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; GEvent.addListener(marker, &quot;dragend&quot;, function() {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; marker.openInfoWindowHtml(marker.getLatLng().toUrlValue(6));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; });<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; GEvent.addListener(marker, &quot;click&quot;, function() {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; marker.openInfoWindowHtml(marker.getLatLng().toUrlValue(6));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; });<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GEvent.trigger(marker, &quot;click&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; );<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; }</p><p>&nbsp;&nbsp;&nbsp; if (flag == 2) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (geocoder) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; geocoder.getLatLng(<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function(point) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  if (!point) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; alert(address + &quot; not found&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  } else {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; map2.setCenter(point, 16);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; var marker = new GMarker(point, {draggable: true});<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; map2.addOverlay(marker);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; GEvent.addListener(marker, &quot;dragend&quot;, function() {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; marker.openInfoWindowHtml(marker.getLatLng().toUrlValue(6));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; });<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; GEvent.addListener(marker, &quot;click&quot;, function() {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; marker.openInfoWindowHtml(marker.getLatLng().toUrlValue(6));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; });<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GEvent.trigger(marker, &quot;click&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; );<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; }</p><p>&nbsp;&nbsp;&nbsp; if (flag == 3) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (geocoder) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; geocoder.getLatLng(<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function(point) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  if (!point) {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; alert(address + &quot; not found&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  } else {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; map3.setCenter(point, 16);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; var marker = new GMarker(point, {draggable: true});<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; map3.addOverlay(marker);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; GEvent.addListener(marker, &quot;dragend&quot;, function() {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; marker.openInfoWindowHtml(marker.getLatLng().toUrlValue(6));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; });<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; GEvent.addListener(marker, &quot;click&quot;, function() {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; marker.openInfoWindowHtml(marker.getLatLng().toUrlValue(6));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; });<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GEvent.trigger(marker, &quot;click&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; );<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; }</p><p>}<br />&nbsp;&nbsp;&nbsp; &lt;/script&gt;<br />&nbsp; &lt;/head&gt;</p><p>&nbsp; &lt;body Xonload=&quot;initialize()&quot; Xonunload=&quot;GUnload()&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &lt;form action=&quot;#&quot; Xonsubmit=&quot;showAddress(this.address1.value,1); return false&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;text&quot; style=&quot;width:350px&quot; name=&quot;address1&quot; value=&quot;Los Angeles&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; value=&quot;Go There!&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id=&quot;map_canvas1&quot; style=&quot;width: 500px; height: 350px&quot;&gt;&lt;/div&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br&gt;<br />&nbsp; &lt;/form&gt;<br />&nbsp; &lt;form action=&quot;#&quot; Xonsubmit=&quot;showAddress(this.address2.value,2); return false&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;text&quot; style=&quot;width:350px&quot; name=&quot;address2&quot; value=&quot;New York&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; value=&quot;Go There!&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id=&quot;map_canvas2&quot; style=&quot;width: 500px; height: 350px&quot;&gt;&lt;/div&gt;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;br&gt;<br />&nbsp; &lt;/form&gt;<br />&nbsp; &lt;form action=&quot;#&quot; Xonsubmit=&quot;showAddress(this.address3.value,3); return false&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;text&quot; style=&quot;width:350px&quot; name=&quot;address3&quot; value=&quot;Chicago&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; value=&quot;Go There!&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div id=&quot;map_canvas3&quot; style=&quot;width: 500px; height: 350px&quot;&gt;&lt;/div&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/form&gt;</p><p>&nbsp; &lt;/body&gt;<br />&lt;/html&gt;</p><p>&nbsp;</p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[A Primer in Theory Construction 5 – 8]]></title>
            <link>http://conversation.cgu.edu/leey123/weblog/3743.html</link>
            <guid isPermaLink="true">http://conversation.cgu.edu/leey123/weblog/3743.html</guid>
            <pubDate>Thu, 09 Oct 2008 21:16:31 GMT</pubDate>
            <description><![CDATA[<p><span style="font-size: 11pt; font-family: 'Times New Roman','serif'">I think Chapter 5, Forms of Theories, is a key chapter in the rest of this book. I learned three different conceptions of how sets of statements should be organized so as to constitute a theory. These are set-of-laws, axiomatic, and causal process. I especially concentrated on this part to understand each example and distinguish the difference between conceptions. <span>&nbsp;</span>In terms of set-of-laws author insists that if scientific knowledge is organized in the form of a set of laws, a scientist cannot achieve all the purpose of science, since he cannot provide a sense of understanding. The axiomatic theory is defined as an interrelated set of definitions and statements and one of the most important problems in dealing with theories in axiomatic form is determining how to select the axioms. Also it can provide a sense of understanding, but not always. The causal process form has the major difference between this form of theory and the axiomatic form. That is all statements are considered to be of equal importance. </span></p><p><span style="font-size: 11pt; font-family: 'Times New Roman','serif'">Author also indicates that while a conception of theory as a set of laws will lead to an efficient use of resources if the research-then-theory strategy is employed, a theory in axiomatic or causal process form will lead to an efficient use of resources if a theory-then-research strategy is employed. </span><span style="font-size: 11pt; font-family: 'Times New Roman','serif'">Another interesting part is a comparison between strategies, research-then-theory and theory-then-research, in chapter 7. Author explains that research-then-theory strategy has the disadvantage that considerable effort may be spent on collecting data that have no useful purpose, but it may provide some information useful for inventing theories and theory-then-research strategy also has the disadvantage that the scientist may have no initial information on which to base the first attempts at a theory, but research is more efficient when one only collects information related to a few important hypotheses. </span></p><p><span style="font-size: 11pt; font-family: 'Times New Roman','serif'"></span><span style="font-size: 11pt; font-family: 'Times New Roman','serif'">Chapter 8, conclusion, is very good to remember key points in this book. While I read this chapter I could arrange whole procedure to constitute a theory with abstract theoretical statements.</span><span style="font-size: 10pt; font-family: '?? ??'"> </span></p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[IS 305 Assignment 2]]></title>
            <link>http://conversation.cgu.edu/leey123/weblog/3657.html</link>
            <guid isPermaLink="true">http://conversation.cgu.edu/leey123/weblog/3657.html</guid>
            <pubDate>Mon, 29 Sep 2008 18:20:25 GMT</pubDate>
            <description><![CDATA[<p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>I learned from last class that Google provides map information to everyone who wants to integrate Google Map API and Virtual Earth API. So we can easily call these APIs to web site. I know map information should be huge data. However map was displayed within a short time. Especially I was surprised when I saw 3D map and current traffic information. I realized how useful it is. </span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>Here I have one question. If I make a web application for business, can I integrate Google Map API and Virtual Earth API for free ? </span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span></span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span></span></p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[A Primer in Theory Construction 1 - 4]]></title>
            <link>http://conversation.cgu.edu/leey123/weblog/3656.html</link>
            <guid isPermaLink="true">http://conversation.cgu.edu/leey123/weblog/3656.html</guid>
            <pubDate>Mon, 29 Sep 2008 18:18:55 GMT</pubDate>
		<dc:subject><![CDATA[Concept]]></dc:subject>
		<dc:subject><![CDATA[Kuhn paradigms]]></dc:subject>
		<dc:subject><![CDATA[typoloy]]></dc:subject>
		<dc:subject><![CDATA[Theory Construction]]></dc:subject>
            <description><![CDATA[<p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>This book describes the different types of concepts and statements that compose a scientific body of knowledge. And we expect that scientific knowledge provides a typology, predictions of future events, explanations for past events, sense of understanding, and control of events. Among these purposes typologies can be achieved since any set of concepts can be used to organize and classify. For sense of understanding, it is provided only when the causal mechanisms that link changes in one or more concepts (the independent variables) with changes in other concepts (the dependent variables) have been fully described. <span>&nbsp;</span>Also this book indicates characteristics of scientific knowledge which are abstractness, intersubjectivity, and empirical relevance. Abstractness should be independent on the time and space and intersubjectivity should include explicitness and rigorousness. For empirical relevance, other scientists can evaluate the correspondence between the theory and the results of empirical research. </span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>In Chapter 2, author introduces Kuhn paradigms which are scientific revolutions. While examples of Kuhn paradigms are founded well in the physical and biological sciences it is not easy to find example in the social science. However Freud&rsquo;s ideas were a good example to meet the criteria of Kuhn paradigm. Also author explains that a paradigm and a Kuhn paradigm differ in degree; the Kuhn paradigm represents a dramatic change from past orientations, whereas a paradigm represents a definite shift in orientations, but less than a scientific revolution.</span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>I learned what exactly concept is, difference between abstract and concrete concepts, relationship between abstract concepts and operational definitions, and quantifications of theoretical concepts as well in the chapter 3. And I also learned that there are four kinds of forms of quantification such as nominal level, ordinal level, interval level, and ratio level. </span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>In chapter 4, author emphasizes that theoretical statement of the form (Given C1 &hellip;. Then Y) are most important for scientific body of knowledge and it should be placed before explanation, predictions, or sense of understanding. </span></p><span style="font-size: 10pt; font-family: '?? ??'">This book is not easy to understand for me but now I have a little understanding how theory is constructed. I expect that I will get a better understanding after I finish this book.</span>]]></description>
        </item>
                
        <item>
            <title><![CDATA[IS 305 Assignment 3]]></title>
            <link>http://conversation.cgu.edu/leey123/weblog/3655.html</link>
            <guid isPermaLink="true">http://conversation.cgu.edu/leey123/weblog/3655.html</guid>
            <pubDate>Mon, 29 Sep 2008 18:16:36 GMT</pubDate>
		<dc:subject><![CDATA[Geododing]]></dc:subject>
		<dc:subject><![CDATA[Google Maps StreetView]]></dc:subject>
		<dc:subject><![CDATA[Traffic Information System]]></dc:subject>
		<dc:subject><![CDATA[Google Map API]]></dc:subject>
            <description><![CDATA[<span>Assignment3: </span><strong><span style="color:#555555; font-family: '?? ??'">Suppose that a client approached you regarding the development of a &ldquo;Traffic Information System Mashup&rdquo;.&nbsp; Briefly describe how these topics/concepts could/would be used in the development of such a system</span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'">The first step to build Traffic Information System Mashup is to gather user&rsquo;s requirement from the client. To do that, we need individual interview, group meeting, relevant documents, and so on.<span>&nbsp; </span>As end-user of this system is everybody in this country we can add several critical requirements to this system. These are as follows. </span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'"><span>1.<span style="7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'">This system should provide immediate traffic information in real time. =&gt; Google Map API and Virtual Earth API could be used to meet this requirement. User can find out current traffic information on the map. </span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'"><span>2.<span style="7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'">To design specific map they need some tools to manipulate map information. =&gt; Open layers could be used to design a specific map to satisfy its purpose. </span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'"><span>3.<span style="7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'">If the user wants to find specific place and see the street view, system should indicate the place and show the current view. =&gt; Google Maps Geocoding enables user to find specific place by entering address and Google Maps StreetView enables user to see the current view of the street.</span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'"><span>4.<span style="7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'">If the user wants to get a driving direction where he/she wants to go, system should provide direction with current traffic information, distance and driving time, and shortest path from departure to destination. =&gt; These additional functions should be added to this system using Google Map API and Virtual Earth API. </span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'"><span>5.<span style="7pt 'Times New Roman'">&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span></strong><strong><span style="font-weight: normal; color: #555555; font-family: '?? ??'">One suggested function is to provide these services using Navigation or cell phone for 24 hours by 7 days. To do that, this system should send data to the Navigation and cell phone by wireless communication so that user receives these services everywhere at any time. </span></strong><span>&nbsp;</span>]]></description>
        </item>
                
        <item>
            <title><![CDATA[The Craft of Research 12-17 and last consideration]]></title>
            <link>http://conversation.cgu.edu/leey123/weblog/3545.html</link>
            <guid isPermaLink="true">http://conversation.cgu.edu/leey123/weblog/3545.html</guid>
            <pubDate>Fri, 19 Sep 2008 04:06:32 GMT</pubDate>
		<dc:subject><![CDATA[conclusion]]></dc:subject>
		<dc:subject><![CDATA[plagiarism]]></dc:subject>
		<dc:subject><![CDATA[introduction]]></dc:subject>
            <description><![CDATA[<p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>After I finished this book I asked myself &ldquo;Have you ever considered reader and reader&rsquo;s perspective? Answer is &ldquo;Not much&rdquo;. I learned that we should consider reader&rsquo; view for every single step on the research as this book always emphasizes this point. Even the drawing or making a table and chart to support the evidence it should be simple and clear to understand. </span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>&ldquo;Planning&rdquo; part was useful for me. It describes how to start to organize elements of our argument. And I carefully read &ldquo;Citation&rdquo; part. It gives us how to cite sources into the research paper along with plagiarism. I realized there are various cases for plagiarism. If we don&rsquo;t know exactly we will get in big trouble. For the &ldquo;Introduction and Conclusion&rdquo; part, it teaches us the steps from establishing common ground to writing a conclusion. I know we spend a lot of time to write introduction and conclusion as well as revising those parts. To design these parts effectively we need to memorize and practice it as possible as we can. This book is expecting to be my companion for research.</span></p>]]></description>
        </item>
                
        <item>
            <title><![CDATA[IS 305 Assignment 1]]></title>
            <link>http://conversation.cgu.edu/leey123/weblog/3500.html</link>
            <guid isPermaLink="true">http://conversation.cgu.edu/leey123/weblog/3500.html</guid>
            <pubDate>Mon, 15 Sep 2008 18:39:30 GMT</pubDate>
            <description><![CDATA[<p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>Question 1: What did you learn or now know better</span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>After I read this article I got new information about GIS and also GIS is using in the various area such as game, cyber life, health, environment and so on. GIS is not only for map information, but also for many other information systems. I searched the website introduced in this article and realized already many people are using these web applications. Also flat informational Web is moving forward 3-D experimental Web. Another thing obtained from this article is a Google mashup which is a web application that combines data from more than one source into a single integrated tool. I plan to use these applications.</span></p><span>&nbsp;</span> <p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>Question 2: What questions do you have or what did you find confusing?</span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>I already finished reading this article I still have some questions for integrating application in the web. What I understand is that we can integrate web application such as Google Maps and Second Life. Also I have some worries for side-effect from the 3 dimensional display in the Web. Second Life, for example, enables us to live in the cyber world with virtual friend, house, play, hobby, and so on. Before 3-D experimental web system comes we should prepare regulations and morals for people&rsquo;s behavior because, I think, cyber world affects our real world. <span>&nbsp;</span></span></p><span>&nbsp;</span> <p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>Question 3: What did you find interesting and why?</span></p><span style="font-size: 10pt; font-family: '?? ??'">Google mashup and second life are very interesting for me. For the mashup, I regard mashup application as a revolution of web development. Until now many developer have been working on various information system for business, education, health, construction, law, and etc. Now we can deveop web application with a little effort and test that result in the web. And many people are living in the Second Life. They need everything same as real world. It means there are many chances to start business and important thing is that this business is real. So if somebody wants to do business in the virtual world, he/she should live with those people and analyze how it is going on, what they need, and what they want to do. I predict that the scale of virtual world will be bigger than now. </span>]]></description>
        </item>
                
        <item>
            <title><![CDATA[About The Craft of Research 1-11]]></title>
            <link>http://conversation.cgu.edu/leey123/weblog/3466.html</link>
            <guid isPermaLink="true">http://conversation.cgu.edu/leey123/weblog/3466.html</guid>
            <pubDate>Sun, 14 Sep 2008 08:19:04 GMT</pubDate>
		<dc:subject><![CDATA[Claim]]></dc:subject>
		<dc:subject><![CDATA[Research]]></dc:subject>
		<dc:subject><![CDATA[Reason]]></dc:subject>
		<dc:subject><![CDATA[Evidence]]></dc:subject>
            <description><![CDATA[<span style="font-size: 10pt; font-family: '?? ??'">The book, &ldquo;The Craft of Research&rdquo;, provides a fundamental research method with various examples and detail explanation. And I realized that this book has almost answers for my questions obtained from the previous research for thesis. When we face to thesis we must find a claim related to our interest area. It was very hard for me. This book says that there are many preparations for finding a claim. It cannot be appear suddenly to us. When I was working on thesis for ubiquitous healthcare services I couldn&rsquo;t find a claim. At that time I knew how important new healthcare service is in Korea. However finding a critical issue from a lot of information was not easy. </span><span style="font-size: 10pt; font-family: '?? ??'"><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>I got help from our professor to organize my thesis. Even though I finished the thesis I still have many questions. Now I find those answers from this book.</span></p><p style="margin:0cm 0cm 0pt"  class="MsoNormal"><span>Especially the diagram about claim, reason, evidence, acknowledgment, and response is very clear to understand. Also chapter 5 and chapter 6 are very useful for me because I think qualified sources provide useful and reliable information. So it is very important to select good source when we start research. I think I need to be an independent researcher. To do that, I should have full knowledge for research through this wonderful class. </span></p></span>]]></description>
        </item>
        
        <item>
            <title><![CDATA[]]></title>
            <link>http://conversation.cgu.edu/leey123/files/-1/1709/100_0817.jpg</link>
            <enclosure url="http://conversation.cgu.edu/leey123/files/-1/1709/100_0817.jpg" length="1372625" type="image/jpeg" />
            <pubDate>Thu, 11 Sep 2008 17:41:18 GMT</pubDate>
            <description><![CDATA[]]></description>
        </item>
    </channel>
</rss>