<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Whsu on Journal of Digital Humanities</title><link>https://journalofdigitalhumanities.org/author/whsu/</link><description>Recent content in Whsu on Journal of Digital Humanities</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 01 Mar 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://journalofdigitalhumanities.org/author/whsu/index.xml" rel="self" type="application/rss+xml"/><item><title>Digital Ethnography Toward Augmented Empiricism: A New Methodological Framework</title><link>https://journalofdigitalhumanities.org/3-1/digital-ethnography-toward-augmented-empiricism-by-wendy-hsu/</link><pubDate>Sat, 01 Mar 2014 00:00:00 +0000</pubDate><guid>https://journalofdigitalhumanities.org/3-1/digital-ethnography-toward-augmented-empiricism-by-wendy-hsu/</guid><description>&lt;p&gt;&lt;strong&gt;How Do Digital Technologies Deepen Ethnographic Practices?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Culture takes variegated forms, including lived experiences, social interactions, memories, rituals, transactions, events, conversations, stories, gestures, and expressive disciplines like music and dance. These processes and artifacts of social life make an ethnographer’s job as analyst and cultural documentarian dynamic and challenging. The increasing digital mediation in the field of ethnographic inquiry is undeniable. Through the engagement of individual users, governments, corporations, and even grassroots organizations, the ubiquity of computational technology has a far-reaching impact on social life. These technologies mediate culture by documenting, sharing, sensing, tagging, locating, trading, synchronizing, filtering, automating, remixing, and mining the everyday experiences of our research associates. Rather than walking away from the digital, we ethnographers should give serious considerations to software as infrastructure and materiality at the sites of our research. We should also be mindful of our own digital research practices as we utilize digital technology to organize, manage, and publish our field findings.&lt;/p&gt;</description></item><item><title>Code Appendix for “Digital Ethnography”</title><link>https://journalofdigitalhumanities.org/3-1/code-appendix-for-digital-ethnography/</link><pubDate>Sat, 01 Mar 2014 00:00:00 +0000</pubDate><guid>https://journalofdigitalhumanities.org/3-1/code-appendix-for-digital-ethnography/</guid><description>&lt;p&gt;&lt;code&gt;require 'rubygems' require 'mechanize' require 'geokit' include Geokit::Geocoders&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;# intitialize agent and open page agent = Mechanize.new&lt;/code&gt;&lt;/p&gt;
&lt;h1 id="create-a-txt-file-to-save-the-results-of-the-program-in"&gt;create a .txt file to save the results of the program in&lt;/h1&gt;
&lt;p&gt;filename = &amp;lsquo;MyspaceFriendListnew.txt&amp;rsquo;&lt;br&gt;
File.open filename, &amp;lsquo;w&amp;rsquo; do |f|&lt;/p&gt;
&lt;p&gt;f.puts &amp;ldquo;lat\tlon\ttitle\tdescription\ticonSize\ticonOffset\ticon&amp;rdquo;&lt;/p&gt;
&lt;p&gt;friend_pagenumber = 1&lt;/p&gt;
&lt;h1 id="fill-in-the-starting-page-number-of-friend-result-pages"&gt;Fill in the starting page number of friend result pages&lt;/h1&gt;
&lt;p&gt;BandName = &amp;rsquo;thekominas&amp;rsquo;&lt;/p&gt;
&lt;h1 id="fill-in-the-friendid-of-the-band"&gt;Fill in the friendId of the band&lt;/h1&gt;
&lt;p&gt;band_url = &amp;lsquo;&lt;a href="http://myspace.com/'"&gt;http://myspace.com/'&lt;/a&gt; + BandName + &amp;lsquo;/friends/all/page/&amp;rsquo; + friend_pagenumber.to_s&lt;br&gt;
page = agent.get(band_url)&lt;/p&gt;</description></item></channel></rss>