<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Superficial Intelligence</title>
      <link>http://blog.lib.umn.edu/torre107/si/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Sat, 29 Nov 2008 15:35:41 -0600</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.33.uthink</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
	
         <title>Thanks for Reading!</title>
         <description><![CDATA[<p>I know it is already two days after Thanksgiving, but I want to take some time from all the studying and eating (we have a lot of leftovers!) to thank all of the readers of my blog. An even bigger thanks goes to the readers who go as far as to comment. Reading new comments always makes my day (or at least my hour). I hope you all had a fun and tasty Thanksgiving day.</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/11/thanks_for_reading.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/11/thanks_for_reading.html</guid>
         <category>Blogging</category>
         <pubDate>Sat, 29 Nov 2008 15:35:41 -0600</pubDate>
      </item>
            <item>
	
         <title>Oh, the Irony!</title>
         <description><![CDATA[<p>It has to be while I am working on my Computer Security project that my computer decides to get infected with countless numbers of adware, spyware, trojans, and viruses. I have no idea where they came from, as they began their attack while I visited the set of web sites that I look at regularly. But the irony is just too much for me to bear. I will refrain from taking any Cancer Biology or Criminal Justice classes from fear of what irony could do to me.</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/11/oh_the_irony.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/11/oh_the_irony.html</guid>
         <category>PhD</category>
         <pubDate>Mon, 24 Nov 2008 00:07:50 -0600</pubDate>
      </item>
            <item>
	
         <title>Geocoding Woes</title>
         <description><![CDATA[<p>One important part of Cyclopath is geocoding. If you have never heard of geocoding (I hadn't before this project), it means translating an address to latitude and longitude coordinates. Whenever someone uses the route finder, we have to translate those addresses into coordinates, find the nearest intersections, and then have our route finder look for the shortest path between those two points.</p>

<p>Well, as you can imagine, geocoding is not an easy task. That is why we don't implement this part ourselves. There are some great geocoders out there too. We had experimented with Yahoo's geocoder and then moved to Microsoft's MapPoint geocoder. Aside from a few sporadic issues, Microsoft's geocoder worked pretty well. That is, until a few weeks ago. For no obvious reason, addresses that used to work now completely failed. My own home address now dropped me at a location miles away from where I live. This was a problem. And users were starting to complain.</p>

<p>A few email exchanges with some people from Microsoft (which were very prompt by the way) didn't help in finding out what had changed with the geocoder. There was no way to get around it. So we started looking for other options. Google has an excellent geocoder which it uses for Google Maps. Unfortunately, its Terms of Service state that to use it your application must be using Google's maps. We create our own maps (needed to make it as editable and interactive as we need), so we had to scratch Google's geocoder off the list.</p>

<p>We found another geocoder that focuses on the Twin Cities metro area, which is where Cyclopath focuses too. So I was delegated the task of changing the code in order to use this new geocoder. After I finally started making some progress, while testing some code, I decided to try an address on the old geocoder that I knew would fail. To my surprise, it gave the correct location. Perplexed, I tried all other addresses that had been problematic in the past few weeks and to my surprise all of them worked. All of the sudden Microsoft's geocoder was working correctly. After all that brainstorming, sending emails, and looking for alternatives we were back to where we were before.</p>

<p>Well, not exactly. We have decided (although with a little less urgency) to finish implementing the new geocoder and leave it as a backup. That way, if Microsoft ever decides to confuse our users again, we'll be ready. Bring it on!</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/11/geocoding_woes.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/11/geocoding_woes.html</guid>
         <category>Cyclopath</category>
         <pubDate>Thu, 20 Nov 2008 21:39:05 -0600</pubDate>
      </item>
            <item>
	
         <title>What Is Best vs. What Is Best For Me</title>
         <description><![CDATA[<p>How many times have you found yourself looking at lists of "Top 10 Movies" or listening to the "Top 20 Music Countdown" in your local radio station? How often do you ask your friends which is the best restaurant in town, what video game is a must or what is the best way to lose weight?</p>

<p>We are all used to trying to search for what is best. But with the rise of the Internet, a new set of questions have begun to arise. What movie would I like better? What music fits my tastes? What restaurant fits my budget? What is the best way for my body to lose weight? Actually, these aren't new questions. They are old ones that now have a place to find their answers. The Internet has become full of recommendation services. These try to match users with what fits them best. This is very closely related to what is known as the Long Tail.</p>

<p>If you look at it in terms of a movie store, there are a few movies that almost everybody loves and buys. These are the blockbuster hits. Then there are the movies that not many people watch. But the number of movies in this category is way bigger than the number of blockbuster hits. These movies make up the long tail. You probably won't find these movies being advertised heavily, as only a handful of people are interested in them. But for this handful of people those movies may be their number one movies. Those movies are not what is best, but are what is best for them.</p>

<p>Will people then stop focusing on what is best for everyone and only focus on what is best for them? Not entirely. Both ends of the spectrum are important. There will always be a book that everyone should read. There are always health tips that apply to everyone. But with personalization, instead of invalidating what is best for everyone, we can make it better, complement it. You will be able to know what CD's to listen to first and where to go from there. That is, after all, what many recommendation sites do. Based on your ratings of popular items, they can guess your preference of less popular items.</p>

<p>It's good to know that in today's society we can find both: what is best for everyone and what is best for me.</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/11/what_is_best_vs_what_is_best_f.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/11/what_is_best_vs_what_is_best_f.html</guid>
         <category>Life</category>
         <pubDate>Mon, 17 Nov 2008 20:53:01 -0600</pubDate>
      </item>
            <item>
	
         <title>When Will Facebook Provide Better RSS Support?</title>
         <description><![CDATA[<p>I love keeping track of my friends' status messages on Facebook.  Unfortunately, when you have more than 600 friends, that can be too much. Facebook lets you subscribe to an RSS feed of your friends' status messages, but it includes everyone. There seems to be no way to just subscribe to the status messages of a select group of friends. If there is a way to do this, someone please let me know! If there isn't, then I sure wish Facebook would implement that soon. Meanwhile, I'll just have to keep getting my Google Reader flooded with status updates.</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/11/when_will_facebook_provide_bet.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/11/when_will_facebook_provide_bet.html</guid>
         <category>Web</category>
         <pubDate>Fri, 14 Nov 2008 22:46:22 -0600</pubDate>
      </item>
            <item>
	
         <title>Cyclopath Tutorial Recap</title>
         <description><![CDATA[<p>For those of you who missed it, here are the five <a href="http://cyclopath.org">Cyclopath</a> Tutorials I posted:</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/2008/10/cyclopath_tutorial_part_1.html">Tutorial 1: Getting Around</a><br />
<a href="http://blog.lib.umn.edu/torre107/si/2008/10/the_fastest_way_to_start.html">Tutorial 2: Rating and Finding Routes</a><br />
<a href="http://blog.lib.umn.edu/torre107/si/2008/10/cyclopath_tutorial_part_3_edit_1.html">Tutorial 3: Editing the Map</a><br />
<a href="http://blog.lib.umn.edu/torre107/si/2008/10/cyclopath_tutorial_part_3_revi.html">Tutorial 4: Revisions</a><br />
<a href="http://blog.lib.umn.edu/torre107/si/2008/11/cyclopath_tutorial_part_5_watc.html">Tutorial 5: Watch Regions</a></p>

<p>Be sure to give <a href="http://cyclopath.org">Cyclopath</a> a try and share this with any cyclist friends you have!</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/11/cyclopath_tutorial_recap.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/11/cyclopath_tutorial_recap.html</guid>
         <category>Cyclopath</category>
         <pubDate>Mon, 10 Nov 2008 23:44:11 -0600</pubDate>
      </item>
            <item>
	
         <title>Applying for an NSF Fellowship</title>
         <description><![CDATA[<p>This week I turned in my application for an NSF Graduate Research Fellowship. If I am granted this fellowship, I will be funded by it for my next three years. I had to write three essays for the application. The toughest one, the research proposal, was reviewed by at least five different people (including my wife). I really wanted to make sure I got it right.</p>

<p>In the proposal I talk about some cool new stuff I will be researching on Cyclopath of which I am very excited about. Hopefully, this might lead to a thesis someday. It's all sort of confidential for now, so I can't say much more!</p>

<p>One thing I learned from feedback about my essays was that I use phrases like "I think that" and "I hope I can" too much. I learned to eliminate such phrases and be more assertive. I'm sure I'll keep learning writing tips like this as I continue my graduate studies. I'll try to... I mean, I WILL put what I learn into practice in this blog!</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/11/applying_for_an_nsf_fellowship.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/11/applying_for_an_nsf_fellowship.html</guid>
         <category>PhD</category>
         <pubDate>Sat, 08 Nov 2008 00:54:27 -0600</pubDate>
      </item>
            <item>
	
         <title>May the Best Man Win</title>
         <description><![CDATA[<p>Today I voted in the US for the first time. In Puerto Rico, we only get to vote for governor, so it was an interesting experience being able to vote for president too. The weather was great for voting too, with a high of about 70 degrees (we don't get many of those in November). I have always had a non-partisan attitude towards politics, so it was a tough decision for me. But now, all we have to do is wait. May the best man win!</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/11/may_the_best_man_win.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/11/may_the_best_man_win.html</guid>
         <category>Life</category>
         <pubDate>Tue, 04 Nov 2008 19:42:35 -0600</pubDate>
      </item>
            <item>
	<enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5a-thumb.JPG" length="16167" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5a.JPG" length="22564" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5b-thumb.JPG" length="19371" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5b.JPG" length="266481" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5c-thumb.JPG" length="19538" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5c.JPG" length="261014" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5d-thumb.JPG" length="30089" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5d.JPG" length="224078" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5e-thumb.JPG" length="30175" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5e.JPG" length="223446" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5f-thumb.JPG" length="16620" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial5f.JPG" length="22885" type="image/jpeg" />
         <title>Cyclopath Tutorial Part 5: Watch Regions</title>
         <description><![CDATA[<p>Once you know how to edit the map in <a href="http://cyclopath.org">Cyclopath </a> and look at recent changes, you’ll probably want a simple way to keep track of changes in areas you are interested in. That’s where watch regions come in. Watch regions let you select an area in the map so that you can keep track of changes there. By default, you will be notified by email of any changes. Let’s take a look at how to create a watch region. First of all, you have to go to the My Watch Regions panel on the left side.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial5a.JPG"><img alt="tutorial5a.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial5a-thumb.JPG" width="300" height="636" /></a></p>

<p>This is the list of watch regions, which is initially empty. To add a new watch region, click on the “New Watch Region” button.  A new watch region appears in your map.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial5b.JPG"><img alt="tutorial5b.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial5b-thumb.JPG" width="300" height="203" /></a></p>

<p>You can change your watch region’s name and color on the left panel.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial5c.JPG"><img alt="tutorial5c.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial5c-thumb.JPG" width="300" height="203" /></a></p>

<p>Chances are you probably don’t want your watch region to be a boring square. Well, you’re in luck. You can drag vertices around to alter your region’s shape.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial5d.JPG"><img alt="tutorial5d.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial5d-thumb.JPG" width="300" height="279" /></a></p>

<p>And if four vertices aren’t enough, you can use the “Add Vertex” tool on the upper right to make your watch region even more complex.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial5e.JPG"><img alt="tutorial5e.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial5e-thumb.JPG" width="300" height="280" /></a></p>

<p>Now your watch regions list displays the new watch region.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial5f.JPG"><img alt="tutorial5f.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial5f-thumb.JPG" width="300" height="638" /></a></p>

<p>You can click on “look at” to center the map on the watch region and on “x” to delete the watch region. When you’re done, just save changes and your new watch region is ready. You will be notified by email of any changes in your region. If you don’t want to receive emails, just uncheck the “Enable email” checkbox (while ignoring the two e’s). You can still use watch regions to filter the changes shown in “Recent changes”, which is useful for looking at changes that only affect your area of interest.</p>

<p>You now have all the basic knowledge needed to use <a href="http://cyclopath.org">Cyclopath</a>. I may throw in one more Tutorial post, but this should be enough to get started. There is a lot more information in the <a href="http://cyclopath.org/wiki/Geowiki_Help">Geowiki Help</a> page if you’re interested. Have fun editing and cycling!</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/11/cyclopath_tutorial_part_5_watc.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/11/cyclopath_tutorial_part_5_watc.html</guid>
         <category>Cyclopath</category>
         <pubDate>Sat, 01 Nov 2008 23:20:21 -0600</pubDate>
      </item>
            <item>
	<enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4a-thumb.JPG" length="43232" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4a.JPG" length="55810" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4b-thumb.JPG" length="14353" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4b.JPG" length="174580" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4c-thumb.JPG" length="15173" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4c.JPG" length="197415" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4d-thumb.JPG" length="13998" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4d.JPG" length="189117" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4e-thumb.JPG" length="12402" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4e.JPG" length="154386" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4f-thumb.JPG" length="1924" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4f.JPG" length="2904" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4g-thumb.JPG" length="12390" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4g.JPG" length="156026" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4h-thumb.JPG" length="15328" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4h.JPG" length="208973" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4i-thumb.JPG" length="10766" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4i.JPG" length="12095" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4j-thumb.JPG" length="21426" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4j.JPG" length="59523" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4k-thumb.JPG" length="22093" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial4k.JPG" length="61221" type="image/jpeg" />
         <title>Cyclopath Tutorial Part 4: Revisions</title>
         <description><![CDATA[<p>In the last post, I talked about how you can edit the map in Cyclopath. Now, how do you see what changes other users have made? And what can you do if another user makes an edit that you know is not correct? This is where revisions come in.</p>

<p>Revisions are used in many applications such as Wikipedia and Google Docs to keep track of changes made to documents. Each revision is a change or save made by a user. Whenever you make changes to the map in Cyclopath and hit Save, you are asked to summarize your changes. These changes are grouped together into a revision, accompanied by your summary. Now, let’s look at how you can view and interact with other users’ revisions.</p>

<p>We will be concentrating on the Recent Changes panel of the interface.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4a.JPG"><img alt="tutorial4a.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4a-thumb.JPG" width="300" height="613" /></a></p>

<p>This panel shows a list of all recent changes (revisions). You can view all revisions or filter them by visible area (only show revisions that affect the area of the map that you are currently looking at) or by watch regions (we’ll talk more about this in the next post). The list of revisions shows for each revision the revision number, the user who made the change (if anonymous, then the IP address is shown), the date and time of the revision and the user’s summary about the revision.</p>

<p>Now, what happens if you click on a revision?</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4b.JPG"><img alt="tutorial4b.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4b-thumb.JPG" width="300" height="171" /></a></p>

<p>You’ll notice that a section of the map just got highlighted. This is where the change occurred. Sometimes, this change might not be in the visible area of the map. To move to where the change is, click on “Look at”. The map will then center on the location of the change and zoom in as much as possible.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4c.JPG"><img alt="tutorial4c.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4c-thumb.JPG" width="300" height="196" /></a></p>

<p>Now comes the fun part. Diff mode. This is where you can see the changes that actually occurred during the selected revision(s). There are two types of changes in Cyclopath: geographical edits and non-geographical edits. Let’s take a look at non-geographical edits first. With the revision we selected above still selected, we now click on the “Changes” radio button in the “Map shows:” section. This tells Cyclopath that you want to view changes made in the selected revision (not just where they occurred). Click on “Update” and the map will change to Historic Mode.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4d.JPG"><img alt="tutorial4d.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4d-thumb.JPG" width="300" height="198" /></a></p>

<p>The map now highlights the changes made. The blocks highlighted had some of their information changed. We can click on them to view what changed.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4e.JPG"><img alt="tutorial4e.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4e-thumb.JPG" width="300" height="199" /></a></p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4f.JPG"><img alt="tutorial4f.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4f-thumb.JPG" width="300" height="27" /></a></p>

<p>Same thing can be done with points. Here’s an example.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4g.JPG"><img alt="tutorial4g.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4g-thumb.JPG" width="300" height="198" /></a></p>

<p>By the way, to exit Historic mode and go back to what the map is like currently, just click on the “Exit historic mode” button on the bottom of the map.</p>

<p>Now, let’s take a look at geographical edits. Revision 4941 is a good candidate. When we click on “Update” after selecting “changes” we get the following screen:</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4h.JPG"><img alt="tutorial4h.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4h-thumb.JPG" width="300" height="196" /></a></p>

<p>Looks quite different, right? Here, the edits actually moved vertices and points around, added new blocks and removed blocks. We call them geographical edits because they change how the objects look on the map. Take a look at the Comparison Key if you ever get confused about what the colors mean!</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4i.JPG"><img alt="tutorial4i.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4i-thumb.JPG" width="290" height="187" /></a></p>

<p>To make looking at geographical edits easier, at the bottom at the map there is a “Before” and an “After” button. With these buttons you can view what the map looked like before and after the change.</p>

<p>Before:</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4j.JPG"><img alt="tutorial4j.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4j-thumb.JPG" width="300" height="342" /></a></p>

<p>After:</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial4k.JPG"><img alt="tutorial4k.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial4k-thumb.JPG" width="300" height="350" /></a></p>

<p>To go back to viewing the difference together, just click on the “Both” button at the bottom of the map.</p>

<p>Now, what if you see a revision that you think is incorrect? How do you undo it? In the world of wikis, this is called reverting a revision. Reverting a revision in Cyclopath is simple. Just click on the revision you wish to undo and click on the “Revert Revisions” button above it. Write a short summary of your reason for undoing that revision and you’re done.</p>

<p>Another neat feature about revisions in Cyclopath is writing feedback. If you want to comment to someone about a change they made, just select the revision you want to give feedback about and click on the “Write feedback” button. You will then be given a change to write your feedback, which will be sent to that user and to the Cyclopath mailing list.</p>

<p>You should now know the basics of viewing changes in Cyclopath. Go ahead and give it a try. Have fun!</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/10/cyclopath_tutorial_part_3_revi.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/10/cyclopath_tutorial_part_3_revi.html</guid>
         <category>Cyclopath</category>
         <pubDate>Thu, 30 Oct 2008 01:10:08 -0600</pubDate>
      </item>
            <item>
	<enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3a-thumb.JPG" length="13856" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3a.JPG" length="50045" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3b-thumb.JPG" length="7373" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3b.JPG" length="8028" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3c-thumb.JPG" length="17350" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3c.JPG" length="82765" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3d-thumb.JPG" length="6160" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3d.JPG" length="6824" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3e-thumb.JPG" length="10057" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3e.JPG" length="14107" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3f-thumb.JPG" length="11551" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3f.JPG" length="16479" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3g-thumb.JPG" length="4030" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3g.JPG" length="4662" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3h-thumb.JPG" length="9821" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3h.JPG" length="15154" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3i-thumb.JPG" length="10291" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3i.JPG" length="17188" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3j-thumb.JPG" length="10807" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3j.JPG" length="35180" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3k-thumb.JPG" length="10890" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3k.JPG" length="19775" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3l-thumb.JPG" length="11731" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3l.JPG" length="16486" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3lb-thumb.JPG" length="23168" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3lb.JPG" length="31553" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3m-thumb.JPG" length="10140" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3m.JPG" length="19295" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3n-thumb.JPG" length="10906" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial3n.JPG" length="17001" type="image/jpeg" />
         <title>Cyclopath Tutorial Part 3: Editing the Map</title>
         <description><![CDATA[<p>One of the coolest features of Cyclopath is that you can edit the map as you wish. You can add points of interest, add roads, remove paths, etc. Today, I will be going through some of the basics of map editing in Cyclopath. Let’s start with the easiest: editing points of interest.</p>

<p><strong>Editing a Point</strong></p>

<p>Editing an existing point is very easy. To edit a point’s information, it’s as simple as clicking on a point on the map and editing the fields that appear on the left pane in “Point Details”.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3a.JPG"><img alt="tutorial3a.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3a-thumb.JPG" width="300" height="335" /></a></p>

<p>You can move a point by dragging it on the map. And to remove it, just click on “Delete Point” in the Details panel.</p>

<p>Finally, for adding a point, you’ll need to use one of the tools on the upper right corner of the map.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3b.JPG"><img alt="tutorial3b.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3b-thumb.JPG" width="301" height="113" /></a></p>

<p>When you click on the second tool, the “Add a Point” tool, your cursor will change to let you know that you’re using that tool (that’s what is happening in the image above). Once in this mode, simply click on the map and you will be prompted to enter a point name. After you enter the name, a point is created in the location that you clicked.</p>

<p><strong>Editing Blocks</strong></p>

<p>Editing blocks (or road segments) is a bit trickier. The simple part is editing a block’s information. As with points, just click on a block and edit the fields in the Details panel. One difference though is that you can add multiple notes to a block (and add those notes to other blocks). Furthermore, you can edit multiple blocks a time by holding either CTRL or SHIFT to select blocks (CTRL allows you to select individual blocks, while SHIFT allows you to select a path of blocks).</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3c.JPG"><img alt="tutorial3c.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3c-thumb.JPG" width="300" height="288" /></a></p>

<p>The harder part is editing blocks geographically, that is, on the map. To create a block, click on the “Create new block” tool on the upper right.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3d.JPG"><img alt="tutorial3d.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3d-thumb.JPG" width="303" height="110" /></a></p>

<p>After selecting the right tool, you can click anywhere on the map to create a new block.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3e.JPG"><img alt="tutorial3e.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3e-thumb.JPG" width="300" height="212" /></a></p>

<p>You will notice that the new block has two endpoints. You can drag these endpoints to connect your new block to other block endpoints. The endpoint will snap to other endpoints when nearby.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3f.JPG"><img alt="tutorial3f.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3f-thumb.JPG" width="300" height="248" /></a></p>

<p>If you have the connectivity checkbox checked, you will notice that the new block is now connected to other nearby blocks. Now, suppose we don’t want the block to be a boring straight line. We can shape it even further by adding vertices. For this we select the “Add vertex” tool (it will only be enabled when you select a block).</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3g.JPG"><img alt="tutorial3g.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3g-thumb.JPG" width="291" height="54" /></a></p>

<p>This time, the cursor will not change. But when you click on your block, a new vertex will be created!</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3h.JPG"><img alt="tutorial3h.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3h-thumb.JPG" width="300" height="204" /></a></p>

<p>You can now drag this vertex around to give your block a better shape. Keep in mind that you can’t snap vertices to other endpoints though! Only endpoints can be connected to other block endpoints.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3i.JPG"><img alt="tutorial3i.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3i-thumb.JPG" width="300" height="208" /></a></p>

<p>Now suppose you want to connect your new block to the middle of another block. You can't just drag it over because there are no endpoints, so it won’t snap. What you’re trying to do is create an intersection where there isn’t any. To do this, first we have to split the block we want to connect to. For this, select the “Split Block” tool on the upper right. Once again, you have to have the block selected for the tool to be enabled and the cursor won’t change after you select the tool.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3j.JPG"><img alt="tutorial3j.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3j-thumb.JPG" width="300" height="158" /></a></p>

<p>Next, click on the block wherever you want to create the new intersection.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3k.JPG"><img alt="tutorial3k.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3k-thumb.JPG" width="300" height="205" /></a></p>

<p>Now the block has been split in two, basically creating an intersection between the two blocks. These two blocks are connected together through endpoints where we just clicked. Now we can connect to these endpoints!</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3l.JPG"><img alt="tutorial3l.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3l-thumb.JPG" width="300" height="251" /></a></p>

<p>Now, what if you want to remove a block? Simple. Click on the block and go to the “Advanced” tab in the Details panel.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3lb.JPG"><img alt="tutorial3lb.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3lb-thumb.JPG" width="300" height="630" /></a></p>

<p>There is a button called “Delete Block(s)”. Click it to remove the block.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3m.JPG"><img alt="tutorial3m.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3m-thumb.JPG" width="300" height="190" /></a></p>

<p>Now we have another problem. Remember the block that we split before? We want to stick it back together, merge it back into only one block. To do this, first select the two blocks (you can use CTRL to select multiple blocks). In the Details panel, right next to the “Delete Block(s)” button, there is a button called “Merge Blocks”. Just click on it to merge the two blocks back together!</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial3n.JPG"><img alt="tutorial3n.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial3n-thumb.JPG" width="300" height="213" /></a></p>

<p>And that’s it! You now know how to edit the map. Just three more tips before I end this post. There is a checkbox called “Aerial Photos”. This is incredibly useful when editing the map geographically. It displays satellite photos, allowing you to do more precise editing (be careful with it though, since the photos may be a few years old). The second feature that you should use extensively when doing geographic editing is the connectivity checkbox. This is the best way to know if you are connecting blocks correctly. The third thing to keep in mind is the usefulness of the Undo, Redo and Discard Changes buttons. Use them as much as needed! And use them to experiment and try out map editing. As long as you don’t hit Save, your changes won’t affect the system.</p>

<p>So go ahead, give map editing a try. It’s the coolest thing around.</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/10/cyclopath_tutorial_part_3_edit_1.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/10/cyclopath_tutorial_part_3_edit_1.html</guid>
         <category>Cyclopath</category>
         <pubDate>Mon, 27 Oct 2008 00:01:27 -0600</pubDate>
      </item>
            <item>
	<enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2a-thumb.JPG" length="19275" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2a.JPG" length="26471" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2b-thumb.JPG" length="8497" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2b.JPG" length="21421" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2c-thumb.JPG" length="9285" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2c.JPG" length="16392" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2d-thumb.JPG" length="9549" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2d.JPG" length="93727" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2e-thumb.JPG" length="18789" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2e.JPG" length="24087" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2f-thumb.JPG" length="8199" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2f.JPG" length="8993" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2g-thumb.JPG" length="7538" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/tutorial2g.JPG" length="15953" type="image/jpeg" />
         <title>Cyclopath Tutorial Part 2: Rating and Finding Routes</title>
         <description><![CDATA[<p>The fastest way to start using Cyclopath and getting some benefit out of it is using its route finder feature. It’s also one of the features that most users are already accustomed to thanks to other popular route finders. Let’s take a look at how to use the route finder.</p>

<p>On the left side of the interface, you will find the “Routes” panel:</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial2a.JPG"><img alt="tutorial2a.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial2a-thumb.JPG" width="300" height="693" /></a><br />
 <br />
At first, until we ask it to find a route, it will be empty. By clicking on the “Find New Route” button, you will be presented with the following popup:</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial2b.JPG"><img alt="tutorial2b.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial2b-thumb.JPG" width="300" height="192" /></a><br />
 <br />
Inputting addresses to search for here is pretty straightforward. But there are three more things to be aware of. First, besides addresses, you can also search for points. Points are those locations of interests that can be found throughout the map. For example, in the following screenshot, Mariucci Arena, Williams Arena, and TCF Bank Stadium are all points. This means that you can find routes to them by writing their names instead of street addresses.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial2c.JPG"><img alt="tutorial2c.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial2c-thumb.JPG" width="300" height="257" /></a><br />
 <br />
The second thing to be aware of is the sliders at the bottom. One says Bikeability and the other says Distance. Cyclopath has a few ways of measuring bikeability, which we will talk about a little more later in this post. You can ask the route finder to find a route that is more bikeable or a route that is shorter.</p>

<p>The third thing to be aware of is that this interface may change somewhat in the near feature. As we are still in Beta development, some really cool features are currently in development. So stay on the lookout for these cool changes!</p>

<p>After you write in your source and destination addresses, click on the “Find” button to get your route. (click on the image to view a larger version)</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial2d.JPG"><img alt="tutorial2d.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial2d-thumb.JPG" width="300" height="186" /></a></p>

<p>You will get the route displayed on the map and the directions (included distance of each step) on the left. You can get a nice, printable version of the directions by clicking on the “Printer Friendly” button.</p>

<p>Now, let’s get back to bikeability. How is bikeability computed? The base case is based on a formula that takes into account aspects of the blocks such as usable shoulder space. Now comes the fun part. You can affect this computation by rating blocks. That’s right. How you rate blocks will change how the route finder computes bikeability. If you rate a block as excellent, the route finder will give that block preference. If you rate a block as poor, it will be penalized by the route finder. You can even rate a block as impassable to have the route finder avoid it altogether. By the way, for blocks you haven’t rated, if a reasonable amount of other users have rated it, their averaged rating will be given priority over the base formula. Cool, isn’t it? Now, let me show you where to apply the ratings:</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial2e.JPG"><img alt="tutorial2e.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial2e-thumb.JPG" width="300" height="360" /></a></p>

<p>When you click on a block, the Item Details panel will open. Here, you will be able to see the estimated rating of the block and the option for giving it your own ratings. Keep in mind that you have to be logged in to use this feature, so be sure to register! Once you have rated a block, all you have to do is save changes and your ratings are ready to be used the next time you search for a route.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial2f.JPG"><img alt="tutorial2f.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial2f-thumb.JPG" width="158" height="179" /></a></p>

<p>By the way, blocks you have rated will be colored differently depending on the rating you give them. Check the Map Key at the bottom of the map to see which colors correspond to which ratings.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/tutorial2g.JPG"><img alt="tutorial2g.JPG" src="http://blog.lib.umn.edu/torre107/si/pics/tutorial2g-thumb.JPG" width="300" height="131" /></a></p>

<p>Now you should know how to rate blocks and find routes. Have fun rating!<br />
</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/10/the_fastest_way_to_start.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/10/the_fastest_way_to_start.html</guid>
         <category>Cyclopath</category>
         <pubDate>Fri, 24 Oct 2008 00:09:56 -0600</pubDate>
      </item>
            <item>
	<enclosure url="http://blog.lib.umn.edu/torre107/si/pics/cyclopath1-thumb.jpg" length="166502" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/cyclopath1.jpg" length="874324" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/cyclopath2-thumb.jpg" length="159025" type="image/jpeg" /><enclosure url="http://blog.lib.umn.edu/torre107/si/pics/cyclopath2.jpg" length="601084" type="image/jpeg" />
         <title>Cyclopath Tutorial: Part 1</title>
         <description><![CDATA[<p>I am really enjoying the project I am working on, <a href="http://www.cyclopath.org">Cyclopath</a>. It’s an awesome geowiki for cyclists in the Twin Cities. But for the first time user, it may be a lot to take in. It has a lot of neat features that most people don’t expect to see together (e.g. map editing and route finding). So I decided to dedicate my next few posts to explaining the basics of Cyclopath. I won’t cover all there is to say about it (that’s what the user manual is for), but I’ll try to focus on the most important aspects. Also, Cyclopath is still in Beta, so new features and changes occur frequently. Anyway, this should still prove to be useful. Enjoy!</p>

<p><strong>Part 1: Getting Around Cyclopath</strong></p>

<p>Cyclopath is at its core simply a map. That is why the most obvious thing you will notice when you visit it will be a map of the Twin Cities. Everything revolves around this map. After you have located the map (shouldn’t take you more than a few milliseconds) you can then start focusing on all the other awesome stuff lying around. Here’s an overview of some of the stuff you’ll find (labeled on the picture below for your convenience):</p>

<p>A)	Help Button – If you get stuck, this is the place to go! This opens a new window with help information.<br />
Log in/ Register Button – You can use Cyclopath even if you’re not registered, but that’s no fun. Please register!<br />
B)	Item Details Panel – This panel displays information about blocks (as in road segments) and points (as in locations of interest). It remains empty until you select a block or point.<br />
C)	I’ll talk about these other panels in later tutorials. For now, just take my word that they’re very useful!<br />
D)	The map, just in case you couldn’t find it.<br />
E)	Navigation – You can move around the map by either dragging it or using the navigation buttons here on the upper left. The plus and minus buttons are for zooming in and out, respectively.<br />
F)	Editing tools – Since this is a geowiki, it means that you can edit the map. That’s right. You can change information, points, and even the road segments themselves as you see necessary (try not to vandalize though). The set of tools on the upper right are used for editing, but we’ll delay the explanation of these tools for another tutorial. For now, all we need is the select tool.<br />
G)	More Tools – These are a few settings and tools. You can save any of your changes here. The four checkboxes toggle connectivity (which shows you which blocks are connected to which blocks), Watch Regions (we’ll talk about this later), Aerial Photos (so you can see what the map really looks like), and Sticky Intersections (we’ll talk about this later too).<br />
H)	Map Key – If you forget what some of the colors and shapes mean, just click on the map key for a refresher.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/cyclopath1.jpg"><img alt="cyclopath1.jpg" src="http://blog.lib.umn.edu/torre107/si/pics/cyclopath1-thumb.jpg" width="485" height="328" /></a></p>

<p><strong>Viewing Item Details</strong></p>

<p>When you are zoomed close enough, you can click on points and blocks to view their details. The screenshot below shows what that looks like.<br />
A)	A selected block – When you select a block, it is highlighted with blue and all its vertices are shown. Its information is then shown on the left.<br />
B)	Points are in the shape of circles. They too can be selected to display their information.<br />
C)	Name - The name of the block or point, which usually shows on the map.<br />
D)	Type – For blocks, you can select the road type.<br />
E)	Flags – Some more options to set for blocks.<br />
F)	Ratings – We’ll talk about this more in the next part of the tutorial, but basically this is where you rate blocks.<br />
G)	All blocks and points can have notes associated with them. This is where you can see and edit these notes. Blocks that have notes appear on the map highlighted with purple.</p>

<p><a href="http://blog.lib.umn.edu/torre107/si/pics/cyclopath2.jpg"><img alt="cyclopath2.jpg" src="http://blog.lib.umn.edu/torre107/si/pics/cyclopath2-thumb.jpg" width="485" height="329" /></a></p>

<p>If you’re a new user, then you probably aren’t interested or confident enough to start editing right away. Take some time to explore the map, clicking on different byways and points to see their information.<br />
I hope this brief introduction helps. Let me know in the comments section if you have any questions!</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/10/cyclopath_tutorial_part_1.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/10/cyclopath_tutorial_part_1.html</guid>
         <category>Cyclopath</category>
         <pubDate>Tue, 21 Oct 2008 01:53:39 -0600</pubDate>
      </item>
            <item>
	
         <title> A Video About Puerto Rico That Will Make You Want to Take a Vacation Right Now</title>
         <description><![CDATA[<p>I must admit I am very biased. But I really do believe that Puerto Rico is a great vacation spot. And this is the best video I've found about tourism in Puerto Rico. So don't think about it anymore. Make Puerto Rico the destination for your next vacation. Enjoy the video!</p>

<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/CvOLT7fjQ3Q&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/CvOLT7fjQ3Q&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/10/_a_video_about_puerto_rico_tha.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/10/_a_video_about_puerto_rico_tha.html</guid>
         <category>Life</category>
         <pubDate>Thu, 16 Oct 2008 23:00:00 -0600</pubDate>
      </item>
            <item>
	
         <title>Puerto Rico Islanders Almost Get There</title>
         <description><![CDATA[<p>Once again, I will diverge from the normal blog topics to talk about my favorite sports team (the only one from my country to be in the same league as one from Minnesota, where I currently reside). Yesterday I watched the USL (United Soccer League) championship game on TV. The Puerto Rico Islanders made it to the finals for the first time in their short 5-year history. It was an intense game, which ended 2-1 with the Vancouver Whitecaps winning.</p>

<p>They did not win, but I am still proud of them. They finished first in the regular season and were awarded with MVP, Coach of the Year, and Defender of the Year. This has been their best season yet. And I can't wait to watch them come play against the Minnesota Thunder again next year! Congratulations, Puerto Rico Islanders!</p>

<p>P.S. If anyone wants to send me a Puerto Rico Islanders jersey, by all means go ahead!</p>

<p>(Now back to our regular programming.)</p>]]></description>
         <link>http://blog.lib.umn.edu/torre107/si/2008/10/puerto_rico_islanders_almost_g.html</link>
         <guid>http://blog.lib.umn.edu/torre107/si/2008/10/puerto_rico_islanders_almost_g.html</guid>
         <category>Life</category>
         <pubDate>Mon, 13 Oct 2008 22:17:21 -0600</pubDate>
      </item>
      
   </channel>
</rss>
