First Experience with ATLAS.ti
ATLAS.ti is a qualitative data analysis tool by ATLAS.ti Scientific Software Development GmbH. [http://www.atlasti.com]
Collecting data automatically
I played with ATLAS.ti with my data in a lab in UCSUR [http://www.ucsur.pitt.edu/]. I gathered the data from a blog, Information Aesthetics [http://infosthetics.com/]. Since the blog has almost 730 posts on information visualization, I decided to code a program to collect them automatically. The program collects web pages from predefined list of URLs, parse those web pages with Jericho html parser [http://jerichohtml.sourceforge.net/], and save extracted text and images into a RTF file throughout iText which is a free java-PDF library [http://www.lowagie.com/iText/].
Supports RTF but PDF
Since PDF format is widely used on the web, I thought that ATLAS.ti would support PDF but it doesn't support PDF format. Thus, I saved collected data with Rich Text Format (RTF) supported by ATLAS.ti. In my first RTF file, not only text but also images are included. When I opened the files in ATLAS.ti, I could see only text not images. ATLAS.ti doesn't support both text and image at the same time. To solve this problem, I had to separate text from images so that I saved each images into different files with different names.
Coding
I tried to code some concepts. With the experience, it is, currently, questionable how to make good codes. However, I expect to get sound understanding on that.
Collecting data automatically
I played with ATLAS.ti with my data in a lab in UCSUR [http://www.ucsur.pitt.edu/]. I gathered the data from a blog, Information Aesthetics [http://infosthetics.com/]. Since the blog has almost 730 posts on information visualization, I decided to code a program to collect them automatically. The program collects web pages from predefined list of URLs, parse those web pages with Jericho html parser [http://jerichohtml.sourceforge.net/], and save extracted text and images into a RTF file throughout iText which is a free java-PDF library [http://www.lowagie.com/iText/].
Supports RTF but PDF
Since PDF format is widely used on the web, I thought that ATLAS.ti would support PDF but it doesn't support PDF format. Thus, I saved collected data with Rich Text Format (RTF) supported by ATLAS.ti. In my first RTF file, not only text but also images are included. When I opened the files in ATLAS.ti, I could see only text not images. ATLAS.ti doesn't support both text and image at the same time. To solve this problem, I had to separate text from images so that I saved each images into different files with different names.
Coding
I tried to code some concepts. With the experience, it is, currently, questionable how to make good codes. However, I expect to get sound understanding on that.

