<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Information Space</title>
	<atom:link href="http://infospace.ischool.syr.edu/feed/" rel="self" type="application/rss+xml" />
	<link>http://infospace.ischool.syr.edu</link>
	<description>The official blog of the School of Information Studies at Syracuse University.</description>
	<lastBuildDate>Wed, 16 May 2012 13:00:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Programming: What Makes a Good First Language?</title>
		<link>http://infospace.ischool.syr.edu/2012/05/16/programming-what-makes-a-good-first-language/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/16/programming-what-makes-a-good-first-language/#comments</comments>
		<pubDate>Wed, 16 May 2012 13:00:53 +0000</pubDate>
		<dc:creator>Samantha Ruddy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[stackoverflow]]></category>
		<category><![CDATA[treehouse]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=10317</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/python_logo_without_textsvg-150x150.png" class="attachment-thumbnail wp-post-image" alt="python_logo_without_textsvg" title="python_logo_without_textsvg" />My adventures in programming began in the Fall of 2011 when I took Nancy McCracken’s IST 256: Application Programming for Information Systems course. I was almost instantaneously hooked. I had taken only a handful of School of Information Studies courses at that point and had yet to find a concentration area that truly clicked. I [...]]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/python_logo_without_textsvg-150x150.png" class="attachment-thumbnail wp-post-image" alt="python_logo_without_textsvg" title="python_logo_without_textsvg" /><p>My adventures in programming began in the Fall of 2011 when I took Nancy McCracken’s IST 256: Application Programming for Information Systems course. I was almost instantaneously hooked. I had taken only a handful of School of Information Studies courses at that point and had yet to find a concentration area that truly clicked. I liked networks, but I didn’t love them. I liked systems administration, but I still longed for the feeling that I had built something on my own—without Active Directory’s help. I began to believe that programming could be my niche after finishing my first project and not only enjoying it, but wanting more.</p>
<p>As the semester went on, I continued to love the feeling that I had created something, but I began to grow frustrated with the programming language in which the class was taught. Java is a wonderful, robust and sometimes trying programming language. I had no experience with a different language, but I couldn’t help but feel that there must be an easier way. I spent too many nights wondering ‘what on earth is a buffered reader?’</p>
<p><strong><em>Java was soon replaced in my heart with a new programming language.<a href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/pyruby1.gif"><img class="alignright size-full wp-image-10340" title="pyruby" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/pyruby1.gif" alt="" width="184" height="169" /></a></em></strong></p>
<p>Fast forward to this past Spring semester and I had accepted a position as the Teaching Assistant for the iSchool&#8217;s Java Applications Programming course as well as an intern role this Summer at Rounded Co. in the Syracuse Tech Garden. I went to a few orientation sessions at Rounded Co. and was introduced to the language that would change everything for me: Ruby.</p>
<p>I began learning under <a href="http://www.linkedin.com/in/brianweinreich">Brian Weinreich’</a>s instruction and he recommended sites that would be useful in my endeavors. Thanks to <a href="http://tryruby.org/levels/1/challenges/0">TryRuby.org</a> and <a href="http://railsforzombies.com/">Rails for Zombies</a>, I quickly gained traction and learned to do things in Ruby in 5 lines of code that used to take me 15, maybe 20 lines of code in Java. I was completely blown away at how much simpler Ruby’s syntax was than Java’s.</p>
<p><strong><em>Well then, why aren&#8217;t all classes taught in Ruby?</em></strong></p>
<p>Although I will admit that I haven’t touched Java since I wrapped up my responsibilities as a TA, I am not here to tell you to skip out on Java or C in favor of ‘easier’, startup-worshipped languages such as Ruby or Python. Unless you&#8217;re looking to learn a language based strictly on how cool the name sounds. In that case, go with Python every time.</p>
<p>However, if that&#8217;s not the case, I would suggest not overlooking Java or C. They&#8217;re complex languages, and they cover a large number of features that are present in other languages. I think that I appreciate &#8211; and am so enamored with &#8211; Ruby because I came to it already knowing the basics. Not only that, but I appreciated the simplicity and cleanliness of the Ruby syntax. <em>I believe that</em> <em>any first programming language is going to be a hard one</em>. I was fortunate enough to have the opportunity to learn mine in a college environment where I had someone making sure that I wasn’t falling behind—and most importantly—that I was doing the work.</p>
<p>I tend to be an independent learner. This is a trait I think is shared widely throughout the tech community. But, no matter how little structure you feel you need to learn, I would still recommend learning your first programming language in a university, community college, or otherwise &#8216;in-person&#8217; environment if you can. Being able to raise your hand and ask why your code won&#8217;t run is infinitely easier than searching through countless forums online. Additionally, colleges tend to teach languages like C and Java. They may be more difficult, but you&#8217;ll benefit in the long run from learning the basics with them. Not only because many job opportunities will look highly upon you knowing them, but because they will make it easier to broaden your horizons once you decide to move on to your second language, or your third, or your fourth….</p>
<p>Now that you&#8217;ve heard about my experiences as an amateur programmer, I&#8217;d love to hear about yours. Did you have success with a different approach? Reply in the comments, email me at SRuddy@syr.edu or tweet at <a href="https://twitter.com/#!/samiiruddy">@samiiruddy</a>, I&#8217;d like to continue the conversation!</p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/16/programming-what-makes-a-good-first-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An inquiry into entrepreneurial financing: bootstrapping vs. venture funding</title>
		<link>http://infospace.ischool.syr.edu/2012/05/15/an-inquiry-into-entrepreneurial-financing-bootstrapping-vs-venture-funding/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/15/an-inquiry-into-entrepreneurial-financing-bootstrapping-vs-venture-funding/#comments</comments>
		<pubDate>Tue, 15 May 2012 13:00:00 +0000</pubDate>
		<dc:creator>Doug Crescenzi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bootstrapping]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[financing]]></category>
		<category><![CDATA[ischool]]></category>
		<category><![CDATA[School of Information Studies]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[Venture Funding]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=10256</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/bootstrap_venture1-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="from Mark Peter Davis&#039; &quot;Get Venture&quot; blog" title="Bootstrapping vs venture financing" />“Should your startup bootstrap or seek out venture funding?” As a new addition to the entrepreneurial community at the iSchool, it did not take me long to realize how often this question is discussed among student entrepreneurs and their mentors. It makes sense given that the approach entrepreneurs take to finance their companies is one of [...]]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/bootstrap_venture1-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="from Mark Peter Davis&#039; &quot;Get Venture&quot; blog" title="Bootstrapping vs venture financing" /><p><strong>“Should your startup bootstrap or seek out venture funding?”</strong> As a new addition to the entrepreneurial community at the <a href="http://ischool.syr.edu/" target="_blank">iSchool</a>, it did not take me long to realize how often this question is discussed among student entrepreneurs and their mentors. It makes sense given that the approach entrepreneurs take to finance their companies is one of the most critical decisions they will make throughout the course of their startups’ existence.</p>
<p>As with most complex questions, there are no definitive right or wrong answers. However, there appears to be one universal truth when it comes to addressing financing: it all depends upon the type of business involved. With that said, this post seeks to articulate additional considerations a startup should likely examine.</p>
<p><strong>Bootstrapping and venture funding defined:</strong></p>
<p>Before diving in, we must first define bootstrapping and venture funding. In the context of this post, bootstrapping refers to the means in which a startup supports itself financially so as to maintain a significant stake of ownership equity in their company. That is to say, the startup seeks to become a self-sustaining business as quickly as possible. In some cases, doing so might require the startup to raise a modest sum of capital through <a href="http://en.wikipedia.org/wiki/Angel_investing" target="_blank">angel money</a> or <a href="http://en.wikipedia.org/wiki/Family,_friends,_and_fools" target="_blank">family, friends and fools (FFFs)</a> in return for a modest sum of equity. Conversely, venture funding implies a startup is willing to accept larger quantities of capital (i.e. <a href="http://en.wikipedia.org/wiki/Venture_capital" target="_blank">venture capital</a>) often in return for larger quantities of ownership equity. There are different stages of venture funding (<a href="http://en.wikipedia.org/wiki/Seed_round" target="_blank">seed round</a>, <a href="http://en.wikipedia.org/wiki/Series_A_round" target="_blank">series A round</a>, <a href="http://en.wikipedia.org/wiki/Venture_round" target="_blank">series B round</a>, etc), all of which are done with the interest of generating a return through an eventual “realization event” such as an IPO or sale of the company.</p>
<p><strong>Aligning financial structure with the size of the business opportunity and capital needs:</strong></p>
<p>With an understanding of these definitions, one can see that a startup’s financing structure must be appropriately aligned with the existing business opportunity (i.e. how significant is the opportunity), and also the startup’s capital needs (i.e. the amount of money it will take for the startup to break-even or be successful). This notion is represented visually in the <a href="http://www.markpeterdavis.com/.a/6a00e0098c5051883301157115a21e970c-pi" target="_blank">featured image</a> at the top left corner of this post [from Mark Peter Davis' <a href="http://www.markpeterdavis.com/" target="_blank">"Get Venture" blog</a>].</p>
<p><strong>Additional financing considerations: </strong></p>
<p>In addition to aligning financial structure with the size of the business opportunity and capital needs, some of the more granular financing considerations startups are encouraged to take into account include:</p>
<ul>
<li><span style="text-decoration: underline;">Product/service validation</span>: Is there a need or desire for the product and/or service the startup is offering, and has their target market validated so?</li>
</ul>
<ul>
<li><span style="text-decoration: underline;">Control and ownership</span>: How important is control of the company to the founding team? What level of control and ownership are necessary for the team to successfully implement their strategic vision?</li>
</ul>
<ul>
<li><span style="text-decoration: underline;">Time requirements</span>: Can the founding team afford to invest a significant amount of time in raising capital? How will this impact the amount of time available to carry out other tasks critical to business operations?</li>
</ul>
<ul>
<li><span style="text-decoration: underline;">Economies of scale</span>: How important is it for the startup to scale rapidly? Is their product first to market? Must they consume as much market real estate as quickly as possible, before competition has a chance to escalate?</li>
</ul>
<ul>
<li><span style="text-decoration: underline;">Network and talent recruitment</span>: Does the startup require networking and talent recruitment opportunities that institutional investors might be able to help with? Are they critical to the future success of the business?</li>
</ul>
<ul>
<li><span style="text-decoration: underline;">Liquidity preferences</span>: In the case of a &#8220;realization event&#8221; (i.e. IPO or sale of the company), to what extent does the founding team wish to minimize <a href="http://en.wikipedia.org/wiki/Liquidity_preference" target="_blank">liquidity preferences</a>?</li>
</ul>
<p>These are just a few of the many considerations entrepreneurs are encouraged to evaluate when contemplating financing options. As mentioned before, such considerations are entirely dependent upon the business itself. Founders are encouraged to know their businesses, comprehend the contexts of their businesses and markets, and ultimately understand the implications their visions and strategies will have upon their financing options.</p>
<p><em>What other important financing considerations am I leaving out? Let me know in the comments below &#8212; thanks!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/15/an-inquiry-into-entrepreneurial-financing-bootstrapping-vs-venture-funding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wayfinding in the iSchool: A Look Behind the Scenes</title>
		<link>http://infospace.ischool.syr.edu/2012/05/14/wayfinding-in-the-ischool-a-look-behind-the-scenes/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/14/wayfinding-in-the-ischool-a-look-behind-the-scenes/#comments</comments>
		<pubDate>Mon, 14 May 2012 14:05:34 +0000</pubDate>
		<dc:creator>Chelsea Orcutt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Grad Student]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[Hinds Hall]]></category>
		<category><![CDATA[interactive design]]></category>
		<category><![CDATA[ischool]]></category>
		<category><![CDATA[wayfinding]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=10206</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/photo-4-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="photo (4)" title="photo (4)" />If you’ve walked around Hinds Hall recently, you may have noticed an exciting addition: a brand new wayfinding sign system. The new signs were designed by Damian Rakowsky, a graduate student pursuing his MFA in Collaborative Design at the School of Visual and Performing Arts. This project is hardly Damian’s first foray into wayfinding design. [...]]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/photo-4-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="photo (4)" title="photo (4)" /><p>If you’ve walked around Hinds Hall recently, you may have noticed an exciting addition: a brand new wayfinding sign system. The new signs were designed by <a href="http://www.drakdesign.com/index.php">Damian Rakowsky</a>, a graduate student pursuing his MFA in Collaborative Design at the <a href="http://vpa.syr.edu/">School of Visual and Performing Arts</a>.</p>
<p>This project is hardly Damian’s first foray into wayfinding design. He has previously worked on projects for clients like Mariott Hotels, Hyatt Hotels, Azamara Cruise Lines, Celebrity Cruise Lines, and Royal Caribbean International (RCI). He was part of a team that created the wayfinding signage for RCI’s Oasis of the Seas and Allure of the Seas ships.</p>
<p>I had the opportunity to talk with Damian about his work and the inspiration behind the signs.</p>
<p><strong>Info Space: How did you become involved with this project?</strong></p>
<p><strong>Damian Rakowsky: </strong>It was a class assigment for the IST 600: Information Design class with <a href="http://www.jaimesnyder.com/index.html">Jaime Snyder</a> at the <a href="http://ischool.syr.edu/">iSchool</a>. It was an accumulation of three other projects we did that involved identifying, analyzing, and intervening into information systems “in the wild,” or out in the world. I had done a previous intervention on a sign system at Carousel Mall, but then I decided to intervene at the iSchool for our final project.</p>
<p><strong>Info Space: How did you prepare for the design process?</strong></p>
<p><strong>DR: </strong>I worked on this for approximately four weeks. I did all the graphics and wrote a paper in a four-week period. There were three other papers that I wrote in support of this topic. It took me approximately 45 to 50 hours to do all the drawings.</p>
<p>I got a really good response to the initial designs from the management and the dean and some of the other people that work with the building. I worked with them to get the graphic foundation that the iSchool uses, the graphic criteria packages, and colors, and fonts. I just ran with it using my background in environmental graphic design, which is signage and wayfinding design.</p>
<p><strong>Info Space: What inspired the design?</strong></p>
<p><strong>DR: </strong>I wanted a very graphically strong and dynamic floor plan. In the building itself, it can be tough to find certain things, like the bathrooms, especially because there is only one specifically male or female bathroom on each floor. So I decided to accentuate the architecture of the building and do a dynamic floor plan so things could be really obvious.</p>
<p>Using basic digital design principles, I did a rough draft of the floors in that perspective and I showed it to everyone and it was well-received, so I proceeded to continue with that design system. There were a few tweaks, but what you see now is pretty close to the original thought process.</p>
<p><strong>Info Space: Why did you choose to create circular signs instead of rectangular ones?</strong></p>
<p><strong>DR: </strong>Usually, circular signs are tough to do because it’s a waste of material when you cut a circle out of a square. But in this case I thought the circle was very appropriate, because it pulls from the circle in the letter “i” in the iSchool. It felt natural with the way the graphics were flowing, and once we put the signs up, it fit well in the space.</p>
<p><strong>Info Space: Did you face any challenges during the design process?</strong></p>
<p><strong>DR: </strong>Each floor is pretty much identical in layout. When you step out into the corridor, it can be hard to know where you’re at. I interviewed a lot of current staff and instructors in the building and got a lot of feedback about that. They said that it was difficult to know what floor you’re on. So I moved in that direction with the signage.</p>
<p>There were no signs whatsoever in the stairway, so I decided to place a sign right at the doorway off the staircase with a map to reinforce what floor you’re on and where the bathrooms are located.</p>
<p><strong>Info Space: What’s the next step for the new signs?</strong><strong> </strong></p>
<p><strong>DR: </strong>When the signs went up, we sent a mass email to everyone to get their feedback, take some notes, and let the graphics digest for a few weeks. I’m continuing to work with the management to implement these signs permanently. So I’ll be taking the comments and requests we’ve received and making changes.</p>
<p>Those floor plans will probably be used on the website, as well, and the signs will be replaced with more permanent materials over the summer. Also, additional signs will be added if we can get permission from the university. The whole system needs to be approved by the physical plant that manages the university. We want to create signs for the offices and conference rooms, and convert them into circular signs that match the system.</p>
<p><strong>Info Space: What’s up next for you?</strong></p>
<p><strong>DR: </strong>My background is in wayfinding design and environmental graphics, so I’m trying to mold my new Master’s in that vein, to work with new technologies and application design and user interface.</p>
<p>This information design course was a really fun class for me, and it was great to get a perspective from the thought process side of the way things work instead of just the visuals.</p>
<p><em>What are your thoughts on the new wayfinding signage? Leave a comment below with your feedback! </em></p>
<p><em>For more information on wayfinding, check out <a href="http://infospace.ischool.syr.edu/2012/02/13/an-introduction-to-wayfinding-in-architecture/">this previous post</a> on Information Space. </em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/14/wayfinding-in-the-ischool-a-look-behind-the-scenes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Natural Language Processing?</title>
		<link>http://infospace.ischool.syr.edu/2012/05/11/what-is-natural-language-processing/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/11/what-is-natural-language-processing/#comments</comments>
		<pubDate>Fri, 11 May 2012 13:08:19 +0000</pubDate>
		<dc:creator>Ross Lazerowitz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Center for Natural Language Processing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[ischool]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[NLP]]></category>
		<category><![CDATA[School of Information Studies]]></category>
		<category><![CDATA[Siri]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Watson]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=9007</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/IBM_Watson-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IBM Watson" title="IBM Watson" />Natural Language Processing (NLP) is a branch of information machine science that deals with natural language information. Human language is dauntingly complex for a computer to understand. Think about the following two sentences: “Mary had a little lamb and drove her car to a farm. At the farm she sold it to Old McDonald. “ We know that “it” is most likely referring to the lamb. However this process is very complicated for a computer because many different modes of computing is involved to derive what “it” is using logic.]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/IBM_Watson-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="IBM Watson" title="IBM Watson" /><p>Natural Language Processing (NLP) is a branch of information machine science that deals with natural language information. Human language is dauntingly complex for a computer to understand. Think about the following two sentences: “Mary had a little lamb and drove her car to a farm. At the farm she sold it to Old McDonald. “ We know that “it” is most likely referring to the lamb. However this process is very complicated for a computer because many different modes of computing is involved to derive what “it” is using logic. That is what the Center for Natural Language Processing in the Syracuse University iSchool works with, developing systems that derive meaningful information from human language for computers.</p>
<p><strong>How Does the CNLP Do It?</strong></p>
<p><a href="http://ischool.syr.edu/newsroom/news.aspx?recid=602" target="_blank">Dr. Howard Turtle</a>, the Director of CNLP, sat down with my and explained how some of their magic works.  The process is broken down into layers. Using a suite of different tricks their software looks at relationships, parts of speech, whether certain words are dollar amounts or names and a whole lot more to understand the relationships and meaning in the text. This is a very technical process. If you are a huge geek like me check out this article from Microsoft research <a href="http://research.microsoft.com/en-us/groups/nlp/">http://research.microsoft.com/en-us/groups/nlp/</a> .</p>
<p><strong>Do we use any of CNLP’s work in search engines and other services?</strong></p>
<p>CNLP made a big splash in education. Their software assigns categories to lessons plans. This helps teachers that are searching for lessons plans by indexing them for search. As far as their work being used or influencing work in companies like Google is not entirely known. Google is not reluctant to tell the world what it uses in its software. There is a very good chance that we use work derived from the CNLP every day.</p>
<p><strong>Where will NLP be in 10 years?</strong></p>
<p>Imagine talking to your computer and having it talk back fluidly in a conversational manner. <a href="http://www.apple.com/iphone/features/siri.html" target="_blank">Apple&#8217;s Siri</a> is a great example of where NLP will be taking us, but it is only a taste. As NLP technology advances and makes it way even further into our daily lives, computers will have a much easier time understanding us. That means that speech recognition and command technologies will be a whole lot more useful. <a href="http://infospace.ischool.syr.edu/2011/02/25/ibms-watson-on-jeopardy-a-victory-in-natural-language-processing/" target="_blank">IBM’s Watson</a> is a great example of this technology. It is slowly making its way into all of our consumer technology. Personally, I cannot wait to have the power of IBM Watson in my pocket one day.</p>
<p><strong>NLP and Social Media</strong></p>
<p>While the CNLP does not formally have any ongoing research with social media, some of their affiliates do. Dr. Turtle thinks that they may someday move in that direction. One of the biggest problems we have today is information overload. We have data being collected from our phones, Facebook accounts, Twitter feeds, Google searches, etc. All of that data is meaningful, but large chunks are stored in unstructured ways which computers hate. NLP will most certainty be used to help analyze this data. With organizations like the <a href="http://blogs.loc.gov/loc/2010/04/how-tweet-it-is-library-acquires-entire-twitter-archive/" target="_blank">Library of Congress cataloging tweets </a>from every day we may one day be able to go back and understand what people were talking about, and where. NLP helps us process and understand large amounts of data for purposes like this.</p>
<p><em>To learn more about Natural Language Processing, visit <a href="http://cnlp.org/" target="_blank">CNLP.org</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/11/what-is-natural-language-processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Google Drive That Different?</title>
		<link>http://infospace.ischool.syr.edu/2012/05/10/is-google-drive-that-different/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/10/is-google-drive-that-different/#comments</comments>
		<pubDate>Thu, 10 May 2012 13:35:58 +0000</pubDate>
		<dc:creator>Ben Romy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[consumer]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google drive]]></category>
		<category><![CDATA[ischool]]></category>
		<category><![CDATA[School of Information Studies]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=10166</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/gd_logo-150x150.png" class="attachment-thumbnail wp-post-image" alt="gd_logo" title="gd_logo" />It’s the product that’s been rumored for years and has finally been released. Google Drive is here, and with it, Google’s entry into the cloud storage market.]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/gd_logo-150x150.png" class="attachment-thumbnail wp-post-image" alt="gd_logo" title="gd_logo" /><p>It’s the product that’s been rumored for years and has finally been released. Google Drive is here, and with it, Google’s entry into the cloud storage market.</p>
<p><strong>Features</strong></p>
<p>It’s cloud storage. You upload stuff to the cloud. You then access that stuff from anywhere. Yeah.</p>
<p>If that doesn’t sound too mind blowing, it’s probably because you’ve seen it all before. Cloud storage has been around for a while, usually with a very simple premise: store your files on the cloud. Google’s take on this simple premise works just as well. Building simple and intuitive products is really something that Google excels at anyway.</p>
<p>Here are some highlighted Google Drive features</p>
<ul>
<li>5GB of storage for free, with paid storage starting at $2.49 for 25GB</li>
<li>An optional desktop application, giving you drag and drop access to your drive through a virtual Google Drive folder on your computer</li>
<li>Advanced file search, with image recognition and the ability to search text within scanned documents</li>
<li>Automatic folder syncing with Google Drive on the Web and mobile</li>
<li>Sharing and collaborating on files with other users</li>
<li>Open up 30+ types of files in the browser, such as Photoshop, Illustrator, mp3s, and more</li>
</ul>
<p><strong>Google Docs 2.0</strong></p>
<p>When you begin using Google Drive, you’ll notice that your Google Docs have been migrated to the new system. In fact, once you “upgrade”, going to <a href="https://docs.google.com">docs.google.com</a> will permanently redirect you to your new Google Drive.</p>
<p>You still get to keep all the features that Google Docs offered, such as creating and sharing documents, presentations, spreadsheets, etc. That’s because Google Drive is really more like an upgrade of Google Docs. Docs was pretty much a cloud storage solution in the first place, but more specifically for document files. The Drive upgrade lets it store pretty much everything else as well. All your photos, music, and documents all in one place, otherwise known as the tag line of cloud storage.</p>
<p><a href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/gd_drivepanel.png"><img class="alignleft  wp-image-10167" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/gd_drivepanel.png" alt="" width="985" height="288" /></a></p>
<p>&nbsp;</p>
<p><strong>Should You Drop Dropbox?</strong></p>
<p>Google Drive is being toted as the Dropbox killer by some (and<a href="http://thenextweb.com/google/2012/04/24/google-drive-is-live-and-available-right-now-but-its-no-dropbox-killer/"> not a Dropbox killer</a> by others, claiming it goes after enterprise customers rather than the consumer market like Dropbox does). Dropbox is definitely the heavyweight in the market, with 45 million users. But is Google really offering something so vastly different?</p>
<p>Since they both do cloud storage, the most easily recognizable differences are the price points, and the Google integration.</p>
<p>Google Drive provides users with more free storage off the bat. 5GB simply beats 2GB. Dropbox does offer a referral program that adds 500MB free storage to your account (up to 18GB) for each referral, while Google gives you 5GB, with no referrals necessary. And for $2.49 a month, Google Drive bumps you up to 25GB. Here’s an <a href="http://www.engadget.com/2012/04/24/google-drive-vs-the-competition-dropbox-skydrive-icloud/">article</a> on how the paid accounts stack up. At sign up, 2GB is still less than 5GB in absolute terms.</p>
<p>Dropbox is available on more platforms right now, with iOS, Linux, and Blackberry support. Google Drive is quickly catching up though and this will soon be a moot point.</p>
<p>Google Drive does get to integrate with other Google services and technologies. It integrates with Google Images so that when you type “Brooklyn Bridge” for example, it will be able to find the photo you took of the bridge, no image title required, using its advanced search algorithms. It has search filters. It can recognize the text from a scanned document using <a href="http://support.google.com/docs/bin/answer.py?hl=en&amp;answer=176692">OCR</a>. And of course, it integrates with Google Docs to edit documents. I mean, it <em>was</em> Google Docs until recently.</p>
<p><strong>So What to Use?</strong></p>
<p>The whole Google Drive vs Dropbox debate reminds me a lot of the Google + vs Facebook debate. You have two services with very similar functionality, and all of your friends are already using the previous service. I think I have a similar solution: Be curious and go play with the new service. If you wind up liking it, then congratulations, you’re an active user. If you don&#8217;t like the newer service, then you still have the older service you know and love.</p>
<p>Will Google Drive kill Dropbox though? Who knows. Dropbox has been an innovative start up that&#8217;s survived imitators in the past. On the other hand,  5GB is enough for most people and Google users seeking to keep all their data in one place might just want to stick with Google. It already has all their other data anyway, so why not.</p>
<p><em><em>Did you try Google Drive and love it? </em>Do you already have more than 5GB storage on Dropbox through its referral program and not switching, or are you even using SkyDrive, or iCloud for your cloud storage? Let us know in the comments!</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/10/is-google-drive-that-different/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Three Services to Help You Curb Your Google Addiction</title>
		<link>http://infospace.ischool.syr.edu/2012/05/09/three-services-that-will-help-you-curb-your-google-addiction/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/09/three-services-that-will-help-you-curb-your-google-addiction/#comments</comments>
		<pubDate>Wed, 09 May 2012 13:00:23 +0000</pubDate>
		<dc:creator>Adam Britten</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[evernote]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google addiction]]></category>
		<category><![CDATA[Google alternatives]]></category>
		<category><![CDATA[google docs]]></category>
		<category><![CDATA[ischool]]></category>
		<category><![CDATA[Newsle]]></category>
		<category><![CDATA[School of Information Studies]]></category>
		<category><![CDATA[Trello]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=10046</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/Internet-addiction-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="Internet-addiction" title="Internet-addiction" />A couple months ago, Google released their new Account Activity feature, which shows you just how much time you spend on the company’s variety of platforms and services. From Google’s perspective, this is a great way for users to insure that nobody is accessing your account without your knowledge. From the perspective of some users, though, this could be a wake-up call that Google is slowly but surely taking up a larger chunk of our time as each day passes. ]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/05/Internet-addiction-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="Internet-addiction" title="Internet-addiction" /><p>A couple months ago, Google released their <a href="http://techcrunch.com/2012/03/28/googles-new-account-activity-feature-shows-your-shocking-addiction-to-google-services/" target="_blank">new Account Activity feature</a>, which shows you just how much time you spend on the company’s variety of platforms and services. From Google’s perspective, this is a great way for users to insure that nobody is accessing your account without your knowledge. From the perspective of some users, though, this could be a wake-up call that Google is slowly but surely taking up a larger chunk of our time as each day passes. Personally, I can’t even name all the Google services I use: Gmail, YouTube, Maps, Blogger, Reader, Chrome, Translate, and yes, I still use Google+. (I’m probably forgetting a handful, it’s easy to forget just how many brands fall under Google’s umbrella.)</p>
<p>If you’ve signed up for Account Activity, you might be looking to cut back. With the recent Forbes article claiming that <a href="http://www.forbes.com/sites/ericjackson/2012/04/30/heres-why-google-and-facebook-might-completely-disappear-in-the-next-5-years/" target="_blank">Facebook and Google might be dead in the next five years</a>, there’s no better time than now to curb your addiction. Here are three services that you can use instead of their Google counterparts:</p>
<h2><img class="alignleft" src="http://photographysilo.com/wp-content/uploads/2011/10/trello.jpg" alt="" width="130" height="65" />Google Groups vs. Trello</h2>
<p>&nbsp;</p>
<p>As a grad student, I have a lot of group projects. Most of my teams have defaulted to using Google Groups for collaboration, but I’ve found its functionality quite frustrating at times. The main purpose of Google Groups is group discussion, but beyond that, its capabilities are quite limited.</p>
<p><strong>Quit Google Groups and join Trello! </strong></p>
<p>I recently started a new job that I work by remote (meaning from home, Starbucks, or anywhere I have an internet connection). My boss has me using <a href="http://www.trello.com" target="_blank">Trello</a> to manage tasks and facilitate discussions. I’m still relatively new to the service, but I’m already finding it much more user-friendly than Google Groups. Not only does it allow us to communicate without clogging our individual inboxes, but she can track the progress I’m making on any work she’s assigned me. To learn more, check them out on Twitter <a href="http://www.twitter.com/trello" target="_blank">@Trello</a>.</p>
<h2><img class="alignleft" src="http://tctechcrunch2011.files.wordpress.com/2012/02/newsle-logo-highres.jpg?w=288" alt="" width="173" height="58" />Google Alerts vs. Newsle</h2>
<p>&nbsp;</p>
<p>Google Alerts are a service that emails you whenever new content appears about a set of keywords that you select. These alerts can be helpful to track what people are saying about you, and they can keep you informed on topics that you are interested in.</p>
<p><strong>Quit Google Alerts and join Newsle!</strong></p>
<p><a href="http://www.newsle.com" target="_blank">Newsle</a> is a new service that lets you know when the people you care about make the news. You can set up alerts for yourself, your friends, or your favorite public figures. So instead of Google Alerts where you are following topics, Newsle allows you to follow people in the news. With their newest feature, you can <a href="http://blog.newsle.com/2012/04/17/now-you-can-follow-journalists-with-newsle/" target="_blank">follow your favorite journalists</a> who actually <em>make</em> the news. And to keep up on the latest stories, follow <a href="http://www.twitter.com/newsle" target="_blank">@Newsle</a> on Twitter.</p>
<h2><img class="alignleft" src="http://cdn.thenextweb.com/wp-content/blogs.dir/1/files/2010/08/evernote-logo.jpg" alt="" width="121" height="101" />Google Docs vs. Evernote</h2>
<p>&nbsp;</p>
<p>I’m a big fan of Google Docs, but recently it’s been moving towards a cloud storage system similar to Dropbox, now called Google Drive. As someone who can get a little flustered when my favorite apps/platforms change on me, I’ve been shying away from Google Docs.</p>
<p><strong>Quit Google Docs (Drive?) and join Evernote!</strong></p>
<p>The main reason I prefer Evernote to Google Docs is that I can use it offline. I’ve been living in London for the past seven months, which meant I spent a lot of time on the underground, desperately waiting for my internet to return. Instead of just sitting there, I’d usually pull out my iPad and work on some homework on Evernote. I could then access the documents I had written offline from any device, as well as online &#8211; take that, Google docs! <a href="http://www.evernote.com" target="_blank">Evernote</a> is great for students, as well as professionals: Take a look at this post for BrazenCareerist about <a href="http://blog.brazencareerist.com/2012/04/16/8-ways-to-use-evernote-to-rock-your-career/" target="_blank">8 ways to use Evernote to rock your career</a>. For more information, follow them on Twitter <a href="http://www.twitter.com/evernote" target="_blank">@evernote</a>.</p>
<p><strong>What other Google alternatives do you use?</strong></p>
<p><em>Disclaimer: I currently work for a company of which Newsle is a client.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/09/three-services-that-will-help-you-curb-your-google-addiction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Review: Create Drawings on the iPad with Paper</title>
		<link>http://infospace.ischool.syr.edu/2012/05/08/app-review-create-drawings-on-the-ipad-with-paper/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/08/app-review-create-drawings-on-the-ipad-with-paper/#comments</comments>
		<pubDate>Tue, 08 May 2012 04:00:41 +0000</pubDate>
		<dc:creator>Kyle Elliott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[FiftyThree]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ischool]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[School of Information Studies]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=9387</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-01-11-19-01-AM-150x150.png" class="attachment-thumbnail wp-post-image" alt="Lake and trees" title="Lake and trees" />I think that paper needs to fade itself out of the picture, but that is a long way from now. Since starting college, I would take notes in various word processing programs like Google Docs, Open Office, MS Word, Libre Office, etc. Sometimes though, you just need to draw a line to correlate two ideas or details; maybe you learn better with visuals and drawing a quick diagram will help you understand a process or concept. This is not done easily in a word processing application. Your formatting gets all out of whack and suddenly your notes are almost unusable. A couple of weeks ago I came across this fun little app called Paper. With a spartan interface, simple business model, and elegance there was a lot to like about it.]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-01-11-19-01-AM-150x150.png" class="attachment-thumbnail wp-post-image" alt="Lake and trees" title="Lake and trees" /><p>I think that paper needs to fade itself out of the picture, but that is a long way from now. Since starting college, I would take notes in various word processing programs like Google Docs, Open Office, MS Word, Libre Office, etc. Sometimes though, you just need to draw a line to correlate two ideas or details; maybe you learn better with visuals and drawing a quick diagram will help you understand a process or concept. This is not done easily in a word processing application. Your formatting gets all out of whack and suddenly your notes are almost unusable.</p>
<p>A couple of weeks ago I came across this fun little app called <a href="http://itunes.apple.com/us/app/paper-by-fiftythree/id506003812?mt=8">Paper</a>. With a spartan interface, simple business model, and elegance there was a lot to like about it. The ad in itself was interesting in the way that it showed the ease of use. I don’t think that most people are going to travel around and draw everything that they see, but you can understand the point of the app.</p>
<p><strong><strong><br />
</strong></strong></p>
<p><center><iframe src="http://www.youtube.com/embed/29gyAnDpBTw" frameborder="0" width="560" height="315"></iframe><center></center></center></p>
<h1>Functional</h1>
<p>This application can be used for various purposes; notes, diagrams, layouts, mind mapping, etc. Even though the video does show the user drawing with a stylus (who uses those anymore?) you can complete most any task within the app using your fingertip. I forewarn you, my handwriting is sloppy at times. This <a title="&quot;Hand&quot;wiritten" href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-01-11-22-03-AM-e1333586871418.png">example</a> here was written with my fingertip while <a title="Stylus written" href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-04-8-51-16-PM.png" target="_blank">this one</a> was written with a stylus. The stylus doesn&#8217;t make all that much of a difference which is great. Most of your notes can be drawn on the screen with only your finger.</p>
<p>It can also be used to <a title="Web page example" href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-01-11-19-18-AM.png" target="_blank">fabricate layouts</a>. That is a rough layout of how my online portfolio will look once it is completed this summer. Paper can be used for notes, too. Being able to draw in your <a title="Java notes" href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-04-8-57-50-PM-e1333587657513.png" target="_blank">notes</a> and keep digital copies is typically more convenient than carrying several notebooks around. Simple <a title="ToDo Lists" href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-04-8-57-45-PM.png" target="_blank">to do lists </a>are quick as well. Any drawing within the application can be emailed, posted to Facebook, Tweeted, or posted to Tumblr for simple sharing. I would like to see some Dropbox support in the future, though.</p>
<p>If you noticed that you have made a mistake somewhere while writing your notes and erasing it would be difficult, then you can use the <em><a title="Rewind feature" href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-01-11-20-51-AM.png" target="_blank">rewind</a></em> feature. Simply rotate two fingers counter-clockwise and it will backtrack your edits. I will admit that I am seemingly inept at doing this and usually end up backing out of the notebook, but I&#8217;m getting better at it the more I use it.</p>
<h1>Fun</h1>
<p>The app is just plain fun. Just as the ad shows, it can be used as a sketchbook. The sketch pencil is very useful and functions like the real thing. Now, I&#8217;m no DaVinci, but these quick <a href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-01-11-19-01-AM.png" target="_blank">little</a> <a href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/Photo-Apr-01-11-18-56-AM.png" target="_blank">doodles</a> came out well enough. The ad shows the guy drawing all sorts of neat sketches and pictures and it feels as simple as it looks.</p>
<p><em>Have you used the Paper app? Tell us what you think in the comments below!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/08/app-review-create-drawings-on-the-ipad-with-paper/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Top Five Favorite Features of CSS3</title>
		<link>http://infospace.ischool.syr.edu/2012/05/07/the-top-five-features-of-css3/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/07/the-top-five-features-of-css3/#comments</comments>
		<pubDate>Mon, 07 May 2012 13:00:07 +0000</pubDate>
		<dc:creator>Ben Romy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[ischool]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[School of Information Studies]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=9560</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/css3-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="css3" title="css3" />CSS3 is probably one of the coolest things to hit the web design scene since, I don’t know, HTML5. And here’s why: CSS3 has a lot of new features that simply take web site styling to the next level.]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/css3-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="css3" title="css3" /><p>CSS3 is probably one of the coolest things to hit the web design scene since, I don’t know, HTML5. And here’s why: CSS3 has a lot of new features that simply take web site styling to the next level.</p>
<p>With CSS3, web browsers natively produce a lot of the styling effects that were once only achievable through creative HTML hacks and images editing programs like Photoshop. What&#8217;s great about CSS3 is that it&#8217;s good at reducing the amount of image files and code you have to place on your site as part of your design. This means reduced server requests and load times for your website. That precious bandwidth&#8230;</p>
<p>Also, when you want to edit the design on your website, changing a few lines of CSS is much, much easier and less time consuming than having to opening up Photoshop and edit old graphics. You might even have to recreate graphics from scratch to fit a new design. On the other hand, resizing an element, changing the border radius, changing colors and gradients, these are all things that take a few seconds to change in CSS.</p>
<p>Finally, using CSS3 just makes it easier to achieve most of the design aspects on a website. You can accomplish a lot with a little code, leaving you more time to listen to music and hang out with friends.</p>
<p>Here are my top 5 favorite CSS3 features, along with a quick code implementation that you could stick in any HTML page:</p>
<p><strong>Box Shadows</strong></p>
<p>You&#8217;ll usually find this effect used subtly to surround item containers on a webpage. Back in the day, the shadow had to be a separate image slice (or a few different images). With CSS3, you can now easily create a shadow around an element with some code, and be able to <a href="http://silviarebelo.com/demos/boxgenerator/">change the position, color, and blur of that shadow</a>.</p>
<div class="lbox" style="float: left; width: 45%; height: 200px;"><img class="alignleft size-full wp-image-9627" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/css_bs.png" alt="" width="350" height="150" /></div>
<div class="rbox" style="float: right; width: 45%; height: 200px;">
<p><code> &lt;style&gt;<br />
.example_boxshadow<br />
{<br />
width:200px;<br />
height:100px;<br />
background-color:blue;<br />
box-shadow: 5px 5px 5px #555555;<br />
}<br />
&lt;/style&gt;<br />
<code><br />
&lt;div class="example_boxshadow"&gt;&lt;/div&gt;<br />
</code><br />
</code></p>
</div>
<div class="cbox style=" style="clear: both;"></div>
<p><strong>Rounded Corners</strong></p>
<p>This is already very popular on the web. Honestly, rounded corners just look more user friendly than square boxes. Best part now is, you can apply this effect to HTML elements with CSS3. That&#8217;s good because you&#8217;ll find rounded corners almost everywhere. <a href="http://twitter.com">Twitter</a> for example, takes the &#8220;Round ALL the corners!&#8221; approach.</p>
<div class="lbox" style="float: left; width: 45%; height: 200px;"><img class="alignleft size-full wp-image-9631" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/css_rc.png" alt="" width="350" height="150" /></div>
<div class="rbox" style="float: right; width: 45%; height: 200px;"><code><br />
&lt;style&gt;<br />
.example_borderradius<br />
{<br />
width:200px;<br />
height:100px;<br />
background-color:red;<br />
border-radius:15px;<br />
}<br />
&lt;/style&gt;<br />
<code><br />
&lt;div class="example_borderradius"&gt;&lt;/div&gt;</code></code></div>
<p>&nbsp;</p>
<div class="cbox" style="clear: both;"></div>
<p><strong>Text Shadows</strong></p>
<p>You can add a shadow to HTML text that can then be highlighted, copied and pasted just like normal text. The old way involved typing the words you wanted in Photoshop, applying a drop shadow, and saving those words as an image file. But why use images when you can use just text? You can change the shadow angle, the shadow blur, and the shadow color in CSS. You can also check out this <a href="http://css3gen.com/text-shadow/">CSS3 generator </a>to see how it works.</p>
<div class="lbox" style="float: left; width: 45%; height: 200px;"><img class="alignleft size-full wp-image-9632" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/css_ts.png" alt="" width="350" height="150" /></div>
<div class="rbox" style="float: right; width: 45%; height: 200px;"><code><br />
&lt;style&gt;<br />
.example_textshadow<br />
{<br />
font-size:32px;<br />
text-shadow:3px 3px 3px #555555;<br />
}<br />
&lt;/style&gt;<br />
</code><code><br />
&lt;p class="example_textshadow"&gt;Text shadow with CSS3.&lt;/p&gt;</code></div>
<p>&nbsp;</p>
<div class="cbox" style="clear: both;"></div>
<p><strong>Opacity</strong></p>
<p>This property makes can make elements more see-through. You could go about setting the opacity of an image in an image editor, and then save it as a .png or .gif file with transparency enabled. Or you could just write one line of code in CSS. It&#8217;s up to you. The transparency value ranges from 0 (completely see-through) to 1 (completely solid).</p>
<div class="lbox" style="float: left; width: 45%; height: 200px;"><img class="alignleft size-full wp-image-9635" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/css_op.png" alt="" width="350" height="150" /></div>
<div class="rbox" style="float: right; width: 45%; height: 200px;"><code><br />
&lt;style&gt;<br />
.example_opacity<br />
{<br />
opacity:0.2;<br />
}<br />
&lt;/style&gt;<br />
</code><code><br />
&lt;img class="example_opacity" src="https://www.google.com/images/srpr/logo3w.png" / &gt;</code></div>
<p>&nbsp;</p>
<div class="cbox" style="clear: both;"></div>
<p><strong>Background Gradients</strong></p>
<p>Gradients created right in the browser as soon as you load the page? Cool! It&#8217;s  another really popular effect that was accomplished by using images (plus some CSS actually) and can now be done solely with CSS3. Notice that this code will only work on specific Firefox, Chrome, and Safari browsers. This feature is not as widely supported on all browsers and you have to write separate lines of code for different browsers. The old way of doing gradients involved generating a thin gradient image and repeating it across the page. If you want to stick with the old way, you can use this <a href="http://tools.dynamicdrive.com/gradient/">gradient generator</a>. If you want to try the new CSS3 way, try <a href="http://www.colorzilla.com/gradient-editor/">this resource</a>. It generates a lot of that compatability code for you.</p>
<div class="lbox" style="float: left; width: 45%; height: 200px;"><img class="alignleft size-full wp-image-9633" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/css_bg.png" alt="" width="350" height="150" /></div>
<div class="rbox" style="float: right; width: 45%; height: 220px;"><code><br />
&lt;style&gt;<br />
.example_backgroundgradient<br />
{<br />
width:300px;<br />
height:100px;<br />
background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* Firefox3.6+ */<br />
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */<br />
}<br />
&lt;/style&gt;</code><br />
<code>&lt;div class="example_backgroundgradient"&gt;&lt;/div&gt;</code></div>
<p>&nbsp;</p>
<div class="cbox" style="clear: both; margin-bottom: 20px;"></div>
<p>The only real caveat of CSS3 is the fact that not all features are compatible in all browsers. CSS3 is constantly in development and browsers simply need time to catch up to all the latest features. However, the features mentioned above should work fine across the latest iterations of all the major browsers.</p>
<p>Definitely try to use some CSS3 if you&#8217;re making a site. Have fun with it. You&#8217;ll get to use all those trendy effects (hopefully sparingly, don&#8217;t give your site an overdose) and save yourself a lot of time that you would have spent trying to make the exact same thing in an image editor. Oh wait, did I even talk about CSS3 Animation and Transformation features that can twist and turn HTML as well as save you time writing Javascript? Well, just know that it&#8217;s really <a href="http://www.paulrhayes.com/experiments/cube-3d/">cool stuff</a>.</p>
<p><em>What do you think of CSS3? Let us know in the comments below.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/07/the-top-five-features-of-css3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>#140Cuse: Learning Outside of the Classroom</title>
		<link>http://infospace.ischool.syr.edu/2012/05/04/140cuse-learning-outside-of-the-classroom/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/04/140cuse-learning-outside-of-the-classroom/#comments</comments>
		<pubDate>Fri, 04 May 2012 13:00:45 +0000</pubDate>
		<dc:creator>Ariel Norling</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[140 conference]]></category>
		<category><![CDATA[140conf]]></category>
		<category><![CDATA[140cuse]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[higher ed]]></category>
		<category><![CDATA[ischool]]></category>
		<category><![CDATA[Jeff Pulver]]></category>
		<category><![CDATA[School of Information Studies]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=9776</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/140_1_transpar-150x150.png" class="attachment-thumbnail wp-post-image" alt="140Cuse" title="140Cuse" />To most people, #140Cuse was a day long event filled with more than 40 speakers. To me, #140Cuse was a two-day event composed of numerous new friends, four skipped classes (Sorry, mom!), two unforgettable moments, and one life lesson learned.]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/140_1_transpar-150x150.png" class="attachment-thumbnail wp-post-image" alt="140Cuse" title="140Cuse" /><p>To most people, <a href="http://140cuse.com/" target="_blank">#140Cuse</a> was a day long event filled with more than 40 speakers. To me, #140Cuse was a two-day event composed of numerous new friends, four skipped classes (Sorry, mom!), two unforgettable moments, and one life lesson learned: school can only take you so far. It was ironic, for being the first 140 event to happen on a college campus, but perhaps the most valuable lesson learned on a college campus.</p>
<p><strong>Day One: The Speakers&#8217; Event</strong></p>
<p>Day one started when I went to the speakers&#8217; event. I enjoyed meeting many of the people whom I have idolized and admired from afar on the Twitter stream. It was great to hear their stories, and how some of them got their start at Syracuse University, too. As I wandered the room and introduced myself, the most common question was, &#8220;Are you a student, or a speaker?&#8221; I was proud to be able to say both. As I explained my story, the conversations turned to what my next step after graduation should be. &#8220;I don&#8217;t want to give you life advice,&#8221; <a href="http://twitter.com/kn0thing" target="_blank">Alexis Ohanian</a> said to me, &#8220;unless it works out, then I want all the credit.&#8221; After conversations with the remaining speakers and some encouragement from <a href="http://twitter.com/drabsnore" target="_blank">Brad Rosen</a>, the group consensus was to skip graduate school and work on <a href="http://youshoulddate.me" target="_blank">my startup</a> full-time.</p>
<p>Later that night, I was fortunate enough to be one of a handful of students who were able to sit down and have intimate conversation with Alexis (aka unforgettable moment #1). As a student-entrepreneur, it was interesting to finally take the emphasis off of the hyphen (hence the skipping classes) and have the opportunity to talk about what it is like to be an entrepreneur. Beyond the non-life-advice life advice, Alexis also shared some interesting stories about the early days of Reddit, lessons learned, and teaching himself the skills necessary to get Reddit off the ground. He described his journey from being a history major to running a tech company using funny anecdotes and lots of real talk. It inspired my talk about my journey during my panel and challenged me to think about my next steps. As someone who up until a few months ago dedicated their life to getting a great education and making the field of education better, it seems antithetical to follow their advice and drop out of school to go work on a startup, but as I learned through talking with the speakers that night, I still have a lot to learn in and outside of the classroom.</p>
<p><strong>Day Two: The Real Event</strong></p>
<div id="attachment_9886" class="wp-caption alignright" style="width: 310px"><a href="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/full.jpeg"><img class="size-medium wp-image-9886" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/full-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Talking about my journey from an education policy student to an online dating site CEO during a panel (unforgettable moment #2).</p></div>
<p>Day two began in the early (for most college students) morning with hundreds of people filling Schine Underground and even into the overflow room. Over 600 students, staff, faculty, alumni, and guests attended the event on Thursday. Each presenter spoke for 10 minutes about how the real-time web is changing people&#8217;s lives, their interactions with one another, and the world.</p>
<p>Rich Tehan, a senior Information Technology and Entrepreneurship dual major, attended the conference for most of the day. He said that the talks complimented his coursework nicely because his IST 443 class &#8220;talks about how technology affects people on an individual basis and social issues and politics in the U.S.&#8221; and said, &#8220;It was good to have practical examples that went hand in hand with the theoretical examples from the class.&#8221;</p>
<p>It was interesting to experience the same intersection of studies with real world examples, but what really resonated with me was when speakers like <a href="http://twitter.com/ksivic" target="_blank">Kim Sivic</a>, <a href="https://twitter.com/#!/ericstoller" target="_blank">Eric Stoller</a>, <a href="https://twitter.com/#!/gcouros" target="_blank">George Couros</a>, and <a href="https://twitter.com/#!/ibudmen" target="_blank">Isaac Budmen</a> spoke about the effects of the education field on their experiences (and vice versa). It was interesting to hear from so many people about higher education in particular, especially because of the events of the previous night and since whole event was taking place at an institute of higher education.</p>
<p>But as it was clear in <a href="http://www.youtube.com/watch?v=xhs19Zau_tA" target="_blank">Hajj Flemings&#8217; talk</a>, there&#8217;s only so far that school can take you. Several students remarked about how hearing the speakers talk about what they really cared about with much sincerity and emotion was more thought-provoking, inspiring, and meaningful than time spent in class. The consistent message throughout the speakers was how important it is to be passionate about what you&#8217;re doing, something that is often missing from students because their trapped in assignments and often unenthusiastic lectures. Walking through the rows of students leaving the conference, I overheard plenty of remarks about learning more in one day at #140Cuse than they learned inside of the classroom all semester, and that it was worth missing class or spending time at the conference instead of working on things for class.</p>
<p>In the end, we learned a lot about the real-time web, but what we learned most about was how important passion, compassion, and self-learning are. That $1.40 was the best &#8220;tuition&#8221; money we ever spent.</p>
<p><em>Did you attend #140Cuse, or follow along online? Share your takeaways from the conference in the comments below!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/04/140cuse-learning-outside-of-the-classroom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An Interview with iSchool Alum Ben Goldman on Librarianship</title>
		<link>http://infospace.ischool.syr.edu/2012/05/03/an-interview-with-ischool-alum-ben-goldman-on-librarianship/</link>
		<comments>http://infospace.ischool.syr.edu/2012/05/03/an-interview-with-ischool-alum-ben-goldman-on-librarianship/#comments</comments>
		<pubDate>Thu, 03 May 2012 13:00:30 +0000</pubDate>
		<dc:creator>Topher Lawton</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Alumni]]></category>
		<category><![CDATA[Ben Goldman]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[digital archives]]></category>
		<category><![CDATA[ischool]]></category>
		<category><![CDATA[job opps]]></category>
		<category><![CDATA[librarianship]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[LIS]]></category>
		<category><![CDATA[mlis]]></category>
		<category><![CDATA[new libarianship]]></category>
		<category><![CDATA[School of Information Studies]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://infospace.ischool.syr.edu/?p=9804</guid>
		<description><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/ben-goldman-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="ben-goldman" title="ben-goldman" />Ben Goldman is a digital archivist at the University of Wyoming, and will shortly be taking a position as Digital Records Archivist at Penn State University in State College, where he will be involved with digital curation and repository development. Ben is also a 2009 graduate of the School of Information Studies. He was kind enough to answer some questions for me on life, careers, and SU’s iSchool.]]></description>
			<content:encoded><![CDATA[<img width="150" height="150" src="http://infospace.ischool.syr.edu/wp-content/uploads/2012/04/ben-goldman-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="ben-goldman" title="ben-goldman" /><div>
<div><em>Ben Goldman is a digital archivist at the <a href="http://www.uwyo.edu/">University of Wyoming</a>, and will shortly be taking a position as Digital Records Archivist at <a href="http://www.psu.edu/">Penn State University</a>, where he will be involved with digital curation and repository development.  Ben is also a 2009 graudate of the School of Information Studies.  He was kind enough to answer some questions for me on life, careers and SU&#8217;s iSchool.</em></div>
<div></div>
<div><strong>1) What is your career, and what aspect of it most surprises you?</strong></div>
</div>
<p>Currently, I am a digital archivist at the University of Wyoming&#8217;s<a href="http://www.uwyo.edu/ahc/" target="_blank"> American Heritage Center</a>, which is a repository of university archives, rare books and manuscript collections. It&#8217;s like working in a really, really big special collections library. There are two main aspects to my work. One might be loosely called &#8216;digital preservation&#8217;, but in the jargon of archives, what I am doing is developing practices for the management and preservation of born-digital archival collections, and attempting to address the particular concerns of archives: authenticity, context, etc. The other significant area of work I am engaged in is mass digitization of archival collections.</p>
<p>What surprises me most is how hard I work! Not that I expected to be lazy in this career, but I definitely expected the library field to be paced slower than my previous work in corporate. Not the case at all. There is so much work to be done when it comes to digital library and archives issues, and usually not enough time or resource to do it. I am never lacking for an interesting project or challenge to work on.</p>
<div>
<p><strong>2) How were you prepared for your professional life by your iSchool experience?</strong></p>
</div>
<p>It would be easy to point to the digital libraries curriculum as being central to the preparation I received at SU, but looking back I realize that a broad range of courses helped prepare me in little ways for all the work I am doing now, including the Management course, and the Planning, Marketing and Assessment course.</p>
<div>
<p><strong>3) As students, we&#8217;re given lots of advice. What was the best piece of advice you received? Is there anything you wish someone had told you?</strong></p>
</div>
<p>I know finding work is one concern all library school students share. <a href="http://my.ischool.syr.edu/Profiles/Preview/moakleaf" target="_blank">Dr. Megan Oakleaf </a>told me to start the job search as early as one year before my graduation date, since I was pursuing work in academic libraries. That was probably the best piece of advice anyone gave me. Starting early helped me understand what jobs were out there, where they were, what they were looking for. It helped guide so many of my education choices and gave me ample time to polish my credentials and develop useful contacts.</p>
<p>The piece of advice I wish someone had told me: get as much experience outside the classroom as possible. As much as the coursework can lay the foundation for work in libraries, it&#8217;s amazing how much more you learn actually having your feet on the ground in a library. And when you&#8217;re one of 50 new graduates applying for an open job, experience is a significant thing that can distinguish you from everyone else. My  advice to library students would probably be to take a broad range of topical courses, enough to make you conversant in a number of different areas, but to focus heavily on getting work experience (through internships, part-time work, volunteer work, whatever) in whatever area you are interested in having a job in later.</p>
<div>
<p><strong>4) What was the most valuable experience you had in the iSchool or at SU? A class, a project, an extracurricular?</strong></p>
</div>
<p>The courses I was least excited about when I signed up for them were the ones that have been the most beneficial on the job. I really wasn&#8217;t interested in the Management course, and I went into the Library Planning course thinking I&#8217;d probably never be in a leadership position that required me to do any planning or project management. In reality, this stuff is relevant every day on the job. The Library Planning course (IST 613, I think) was the best course I took at the iSchool. I give the iSchool a lot of credit for recognizing that preparing library professionals is about more than teaching them MARC, or how to conduct a reference interview.</p>
<div>
<p><strong>5) Why did you choose library school?</strong></p>
</div>
<p>Certainly not to make money!  I was burnt out and rudderless after eight years of working in corporate IT.</p>
<div>
<p><strong>6) How do you keep up with the field? Who/what do you read? Professional organizations?</strong></p>
</div>
<p>I really enjoy going to conferences. I think there is so much energy and collaboration happening in professional library and archive organizations&#8211;I think it&#8217;s more evident than in other fields, to be sure. For anyone interested in finding an academic library or archive job, I find that <a href="http://www.oclc.org/research/partnership/default.htm" target="_blank">OCLC&#8217;s Research Libraries Group</a> has their finger on the pulse of a lot of critical issues and they are connected to all the movers and shakers in the field. I try to follow them as much as possible.</p>
<div><strong>7) As a new LIS student, what questions should I be asking? Where&#8217;s information going?</strong></div>
<p>Recently I had a colleague say to me that he had this vision that his job would one day be entirely non-technical, which kind of surprised me. I think library professionals need to engage technology issues with a critical eye, but I find there is still so much resistance to technology (and to progressive trends more generally) in our field, from experienced and new professionals alike. So it&#8217;s not surprising to me that we are so far behind on really important issues like digital preservation, like making our holdings available online. One doesn’t need to be a technologist or proficient with coding languages to contribute to the future digital directions of our profession, so I would hope new LIS students wouldn’t dismiss digital issues too quickly, regardless of their professional interests.</p>
<p><em>Are you an iSchool alum with advice for our current students? Tell us in the comments below!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://infospace.ischool.syr.edu/2012/05/03/an-interview-with-ischool-alum-ben-goldman-on-librarianship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 50/104 queries in 0.129 seconds using disk: basic
Object Caching 1975/2297 objects using disk: basic

Served from: infospace.ischool.syr.edu @ 2012-05-16 20:49:17 -->
