<?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>Words' End &#187; work</title>
	<atom:link href="http://www.wordsend.org/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordsend.org</link>
	<description>searching for the ineffable</description>
	<lastBuildDate>Thu, 09 Jun 2011 23:57:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SEASR for Digital Humanities</title>
		<link>http://www.wordsend.org/2011/06/09/seasr-for-digital-humanities/</link>
		<comments>http://www.wordsend.org/2011/06/09/seasr-for-digital-humanities/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 23:38:36 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[digital [humanities|libraries]]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/?p=1061</guid>
		<description><![CDATA[This week I&#8217;m at my second Digital Humanities Summer Institute at the University of Victoria. Last year, I took the large project management course, and it was tremendously useful in managing several projects, including ESTHR. This year I decided to try my hand at SEASR (pron. &#8220;Caesar&#8221;), or Software Environment for the Advancement of Scholarly [...]]]></description>
			<content:encoded><![CDATA[<p><!-- p.p1 {margin: 0.0px 0.0px 13.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia; min-height: 15.0px} p.p3 {margin: 0.0px 0.0px 17.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} li.li4 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia} li.li5 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 13.0px Georgia; color: #1a37ee} span.s1 {text-decoration: underline ; color: #1a37ee} span.s2 {text-decoration: underline} ul.ul1 {list-style-type: disc} -->This week I&#8217;m at my second <a href="http://dhsi.org/">Digital Humanities Summer Institute</a> at the University of Victoria. Last year, I took the large project management course, and it was tremendously useful in managing several projects, including <a href="http://www.bu.edu/dioa/esthr/">ESTHR</a>. This year I decided to try my hand at <a href="http://seasr.org/">SEASR</a> (pron. &#8220;Caesar&#8221;), or Software Environment for the Advancement of Scholarly Research.</p>
<p>The complex toolkit has great potential. The course has been frustrating, in part (though not wholly) because SEASR&#8217;s documentation is not at all geared toward your average digital humanist, or what I know of my diverse kind, anyway. I thought that the best thing I can do with my class time today was to write some documentation. Here it is. It&#8217;s in no way complete; just the beginning of an overview of SEASR for digital humanists. Please feel free to repost, augment, comment here with your augmentations and have me edit this post to reflect them, what have you.</p>
<p>At the end of this post, I propose the beginning of a list of categories into which all components and flows might be subdivided, each component/flow probably listed in more than one category. This would help humanities scholars with no prior experience with SEASR, or even some of the functionality it affords, get oriented in using it.</p>
<p>I also propose that we need a lot more detailed information for each component and flow. The SEASR team has already begun this process, but given the project&#8217;s maturity and the fact that it&#8217;s in its third year of being taught at DHSI, such (again, humanities-scholar-oriented) documentation is sorely lacking.</p>
<p>I should say that, unless ESTHR or another one of my projects decides to pursue use and development of SEASR, I am unlikely to add to its documentation after the end of this week.  I ardently encourage SEASR&#8217;s developers and managers to devote significant resources to documenting this great project, such that it may be usable by the wide diversity of researchers who stand to benefit by it.</p>
<p>OK, here we go with the overview.<span id="more-1061"></span></p>
<p><strong>WHAT IS SEASR?</strong></p>
<p>It&#8217;s a modular multi-tool for working with word-based texts. You can find the project site at seasr.org. From there, you can try it out (see the Documentation section). Or you can download the relevant software (which includes Meandre, a web-based interface for creating and working with SEASR data flows) and install it on your computer or a server.</p>
<p><strong>WHAT IS SEASR MADE OF?</strong></p>
<p>Meandre&#8217;s web interface—the Workbench—reveals that SEASR is made up of components and flows. Flows are little applications that can help you ask questions of your materials.</p>
<p>Components are the building blocks of flows, snippets of code that you can string together . At the time of this writing, there are 180 components available. Ideally, each component does a single thing: fetch a document from a URL you specify, for example, or convert all text to lowercase. The more discrete its function, the more broadly a component is applicable.</p>
<p>You can use existing flows with your data, or build your own out of existing components. Thanks to the graphical user interface of the Meandre Workbench, building new flows requires only dragging and dropping existing components, connecting outputs to inputs by clicking, and a basic understanding of other information you might need to provide (like a URL from which to fetch text, for example).</p>
<p>You can also write new components. For someone who knows Java, this is generally not difficult (although, of course, it depends on what you want the component to do).</p>
<p><strong>WHAT KINDS OF QUESTIONS CAN I ASK USING SEASR? HOW CAN I DO THIS?</strong></p>
<p>Theoretically, any questions. In practice, however, many of its components were created in order to answer specific questions in the moment. Because of this, the set of functions that can be performed in SEASR is not a cohesive whole. As SEASR&#8217;s developers and the user community contribute more components, the tool will become more robust.</p>
<p>In order to ask a question using SEASR, you have to:</p>
<ul>
<li>select a flow that you think might bring you closer to the answer you seek;</li>
<li>use data in a format that the flow needs in order to operate;</li>
<li>give the flow any other operands it might need (for example, a Google Maps API key for a flow that&#8217;s supposed to map data for you)</li>
</ul>
<p><strong>WHAT KIND OF DATA AND FILE FORMATS CAN SEASR HANDLE?</strong></p>
<p>That depends on what flow(s) you&#8217;re using—but right now, for the most part, text-based data. File formats SEASR can handle include [but aren't limited to—developers, what am I missing?] direct plain text input, PDF (as long as it&#8217;s text-based or <a href="http://en.wikipedia.org/wiki/Optical_character_recognition">OCR</a>&#8216;d) and anything text-based that a URL might contain.</p>
<p><strong>WHAT KNOWLEDGE DO I NEED TO USE SEASR EFFECTIVELY?</strong></p>
<p>If you intend to build your own workflows (and it&#8217;s likely to be necessary for doing deep research), it would be very useful for you or your collaborators to know Java. SEASR&#8217;s components are, for the most part, written in it. It&#8217;s certainly possible to use SEASR without knowing Java, but that will only get you so far. This is because, although many of the components are sufficiently well documented, in some cases it helps to look at the code to determine whether the component, in fact, does what you need to do—because if not, you might be in for creating a new component.</p>
<p><strong>HOW DO I GET STARTED?</strong></p>
<p>The easiest way to get started is to use some of the flows available on seasr.org (see the Documentation section). Then, install your own copy of SEASR/Meandre and look at some of the flows. The manual for Meandre is available at . After installing Meandre, you can expect to gain facility with the basic processes of setting up workflows within a few hours. Understanding the intricacies of flows and components will, of course, take longer.</p>
<p>Other useful URLs:</p>
<ul>
<li><a href="http://dev-tools.seasr.org/confluence/display/COOK/Quick+recipes+to+make+Meandre+Pies">Meandre Cookbook</a></li>
<li><a href="http://dev-tools.seasr.org/confluence/">SEASR Wiki</a></li>
</ul>
<p><strong>PROPOSED COMPONENT/FLOW CATEGORIES</strong></p>
<p>Only a starting list. What other categories do we need?</p>
<ul>
<li>- Working with  XML-encoded texts</li>
<li>- Working with XML code</li>
<li>- Working with non-encoded texts</li>
<li>- Natural language processing</li>
<li>- Data visualization, graphical</li>
<li>- Working with time</li>
<li>- Working with proper nouns</li>
<li>- Social networks</li>
</ul>
<p><strong>INFORMATION STILL NEEDED</strong></p>
<p>For each component:</p>
<ul>
<li>categories for dh scholars</li>
<li>dependencies (what other components must this one be used with)</li>
<li>examples/use cases</li>
</ul>
<p>For each flow:</p>
<ul>
<li>inputs needed (a la GMaps API key)</li>
<li>external tools/specialized concepts referenced</li>
<li>categories for dh scholars</li>
<li>examples/use cases</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2011/06/09/seasr-for-digital-humanities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Say, what&#8217;s your number?</title>
		<link>http://www.wordsend.org/2011/01/13/say-whats-your-number/</link>
		<comments>http://www.wordsend.org/2011/01/13/say-whats-your-number/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 02:54:15 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[quotidian]]></category>
		<category><![CDATA[strangeworld]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/?p=1049</guid>
		<description><![CDATA[The astute readers will notice that #reverb10 pretty much ended for me when the new job began. So it goes these days, but I can&#8217;t complain: exciting stuff is afoot. Since I last wrote, I started the job, got some things done, took a road trip with Julie and got more things done, and went [...]]]></description>
			<content:encoded><![CDATA[<p>The astute readers will notice that #reverb10 pretty much ended for me when the new job began.  So it goes these days, but I can&#8217;t complain: exciting stuff is afoot.  Since I last wrote, I started the job, got some things done, took a road trip with Julie and got <em>more</em> things done, and went back to that Vipassana center for another ten-day stay, this time serving (sitting a bit, mostly cooking and cleaning).</p>
<p>So much to say about all that.  But right now, there&#8217;s a more pressing matter.  Somehow, in transferring my iPhone to sync with another computer&#8217;s library, I lost all my contact records.  Did I have your info?  Would you like me to?  If yes to either or both, please <a href="mailto:vika@wordsend.org">email me</a> to let me know what I should have for you. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2011/01/13/say-whats-your-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#reverb ten: wisdom</title>
		<link>http://www.wordsend.org/2010/12/12/reverb-ten-wisdom/</link>
		<comments>http://www.wordsend.org/2010/12/12/reverb-ten-wisdom/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 14:59:51 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[digital [humanities|libraries]]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/?p=1044</guid>
		<description><![CDATA[(I’m participating in Reverb 10. You can, too!) What was the wisest decision you made this year, and how did it play out? I&#8217;m learning to let go of absolutes. So you&#8217;re on notice, #reverb10: I&#8217;m going to ignore the acme aspect of many of your prompts. Frankly, the wisest decision I made this year [...]]]></description>
			<content:encoded><![CDATA[<p>(I’m participating in <a href="http://www.reverb10.com/">Reverb 10</a>. You can, too!)</p>
<blockquote><p>What was the wisest decision you made this year, and how did it play out?</p></blockquote>
<p>I&#8217;m learning to let go of absolutes. So you&#8217;re on notice, #reverb10: I&#8217;m going to ignore the acme aspect of many of your prompts. Frankly, the wisest decision I made this year isn&#8217;t anyone&#8217;s business, and I don&#8217;t feel like writing cryptically.</p>
<p><em>One</em> wise decision I made this year was to apply for a new job.  It took me a while to come around to applying, mostly because I haven&#8217;t entirely internalized that what appear to be absolutes in academic language are actually quite flexible notions. It took a friendly face and a nudge to apply, and I&#8217;m glad I did!  First of all because I rocked the interview by making it personal, allowing myself to be openly passionate about the issue at the core of the job: open access to knowledge. The best thing I can do to address my pacifism and liberal socio-political stance is to help people acquire knowledge. I&#8217;m ok bringing the Pollyanna if that&#8217;s the way to most fully contribute to my world. (<em><a href="http://en.wikipedia.org/wiki/The_Dark_Tower:_The_Gunslinger">There are other worlds than these</a>&#8230;</em>)</p>
<p>And second, because it worked. Tomorrow I&#8217;ll be starting my new job as <a href="http://dcommon.bu.edu/">BU&#8217;s Institutional Repository</a> Librarian. Nifty, eh? Terrifying—and I&#8217;m as excited as can be.  Here&#8217;s hoping I&#8217;ll have the wisdom to help move this thing forward.  Advice and suggestions — particularly from more experienced repo rats — welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2010/12/12/reverb-ten-wisdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#reverb10 two: obstacle</title>
		<link>http://www.wordsend.org/2010/12/02/reverb10-two-obstacle/</link>
		<comments>http://www.wordsend.org/2010/12/02/reverb10-two-obstacle/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 02:47:14 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[self]]></category>
		<category><![CDATA[taking it personally]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/?p=1020</guid>
		<description><![CDATA[(I’m participating in Reverb 10. You can, too!) Writing. What do you do each day that doesn&#8217;t contribute to your writing &#8212; and can you eliminate it? I was at a loss as to how to start answering that, because I don&#8217;t think of myself primarily, or even in second place, as a writer. But [...]]]></description>
			<content:encoded><![CDATA[<p>(I’m participating in <a href="http://www.reverb10.com/">Reverb 10</a>. You can, too!)</p>
<blockquote><p> Writing. What do you do each day that doesn&#8217;t contribute to your writing &#8212; and can you eliminate it?</p></blockquote>
<p>I was at a loss as to how to start answering that, because I don&#8217;t think of myself primarily, or even in second place, as a writer. But then a friend reminded me to substitute my own creative mode for writing.  Right.</p>
<p>So, here&#8217;s what I do every day that prevents me from making new things, whether they be food or web pages or, er, &#8220;work&#8221; (generating new content as part of my job, but I am lucky enough to not separate &#8220;work&#8221; from &#8220;life&#8221;): I escape into others&#8217; stories.  </p>
<p>At home, I watch TV. To my occasional chagrin, Hulu and Netflix and YouTube all carry content with good storylines, and I&#8217;m a sucker for those.  I watch things like Doctor Who and House and Fringe.  And Glee, mostly because choir (including show choir, but 30-150 of us instead of a dozen) was my favorite part of the high school experience.  And movies, sometimes.  These stories are so wholly unconnected to most of the rest of my life that I just tune it all out. The constant noise in my head stops for those fifty minutes.  I also watch brain candy, like medical dramas and (until I lost interest, because the stories are too formulaic) Bones. That&#8217;s to escape in another way.</p>
<p>Books have good stories too, but I tend to read while commuting. Ever since I became multilingual, first learning English and then almost immediately throwing myself into Italian, reading is a more conscious act than I&#8217;d like. Skimming is difficult; most reading processes take a lot more time than they did when I was eleven. Losing myself in a book is hard, so I don&#8217;t use them to escape so much as practice diving again and again.</p>
<p>Could I eliminate these compelling distractions? Of course. Here&#8217;s the thing, though: I don&#8217;t want to eliminate them. Sure, they can siren-sing me into oblivion. And sure, I&#8217;m not creating as much as I&#8217;d like. But these escapes give me two important tools. One is inspiration; input is at the core of everything. The other is a place and time to let things percolate subconsciously—a restful night&#8217;s sleep for creativity.  So it&#8217;s a matter of finding balance.  Balance is difficult for me to find, let alone sustain. The only way I&#8217;ve found to deal with this is iteration, practice, which is hard! It&#8217;s hard in itself, and it&#8217;s also hard because it involves shedding deeply ingrained assumptions of what activities constitute wasting time and, if I&#8217;m not careful, carry a dose of guilt (an unproductive time and energy sink).</p>
<p>At work, I read a lot—and sometimes catch myself at reading <em>just</em> for the story, failing to notice when an article (or blog post, or tweet) might lead me to new thoughts and new work. Escaping into stories that way, just to find out what people are doing without reflecting on how it ties into my own work, is no more damaging than escaping into television—but it <em>is</em> more wasteful. So at work, I work on my reading skills and on remembering that all those authors I read are writing about things directly relevant to what I do.  Again, practice; but this time, instead of balance, the goal is increased mindfulness.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2010/12/02/reverb10-two-obstacle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#reverb10 one: word</title>
		<link>http://www.wordsend.org/2010/12/01/reverb10-one-word/</link>
		<comments>http://www.wordsend.org/2010/12/01/reverb10-one-word/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 17:45:19 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[love the world]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/?p=1017</guid>
		<description><![CDATA[(I&#8217;m participating in Reverb 10. You can, too!) One Word. Encapsulate the year 2010 in one word. Explain why you’re choosing that word. Now, imagine it’s one year from today, what would you like the word to be that captures 2011 for you? Grounding. I feel solid, personally—about time, I tell ya. It&#8217;s been a [...]]]></description>
			<content:encoded><![CDATA[<p>(I&#8217;m participating in <a href="http://www.reverb10.com/">Reverb 10</a>. You can, too!)</p>
<blockquote><p>One Word.  Encapsulate the year 2010 in one word. Explain why you’re choosing that word. Now, imagine it’s one year from today, what would you like the word to be that captures 2011 for you?</p></blockquote>
<p><strong>Grounding</strong>.  </p>
<p>I feel solid, personally—about time, I tell ya.  It&#8217;s been a long three years since my separation from my life partner, and that&#8217;s ceasing to define me.</p>
<p>I&#8217;ve sunk my roots into Boston even further. Home feels like home. People feel like my people. Everything is always in transition, but many days this year I&#8217;ve been struck by <em>how living feels</em>.  It feels like it did when I was a kid: sometimes, I&#8217;m not distracted by whatever&#8217;s in my head. Time goes more slowly.  My filters aren&#8217;t filtering out quite so much of the world. I notice more little things—not beautiful little things, but ordinary ones. The sounds of street traffic, out there, all the time. The shuffle of the old lady passing by my window.  People&#8217;s movement through Davis Square, in aggregate.</p>
<p>A <em>ton</em> of new knowledge acquired. This grounds me in my profession. Speaking of which: I have a new job. It&#8217;s still at BU, and starts in a couple of weeks, at which point I&#8217;ll write more about it. The job is also grounding: it will draw much more fully on my skillset, and further solidifies my geographic position.</p>
<p>I keep wanting to write something about Mark, and how our relationship relates to Word of the Year for me—it does in a cardinal, astounding way.  But I haven&#8217;t yet figured out (again, post-divorce) how much I want to write about my personal life involving other people. So, redacted.</p>
<p>Taking up weight lifting again has helped my body feel more sound. Pun intended!</p>
<p>So: compared to this time last year, much better grounded.</p>
<p>Next year could have so many defining words that would thrill me.  One possibility I wouldn&#8217;t mind: <strong>joy</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2010/12/01/reverb10-one-word/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>the rule of beauty</title>
		<link>http://www.wordsend.org/2010/10/21/the-rule-of-beauty/</link>
		<comments>http://www.wordsend.org/2010/10/21/the-rule-of-beauty/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 17:04:57 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[big wide world]]></category>
		<category><![CDATA[digital [humanities|libraries]]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/?p=1007</guid>
		<description><![CDATA[Recently, Martha Nell Smith was awarded the Distinguished Scholar-Teacher Award by the University of Maryland, where she teaches. At the second of the above links you&#8217;ll find a video of her lecture, given on the occasion of this award, &#8220;The Humanities Are Not a Luxury.&#8221; In the wake of SUNY Albany&#8217;s astonishing decision to cut [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, <a href="http://www.mith.umd.edu/mnsmith/">Martha Nell Smith</a> was awarded the <a href="http://www.english.umd.edu/news/2077#umd">Distinguished Scholar-Teacher Award</a> by the University of Maryland, where she teaches.  At the second of the above links you&#8217;ll find a video of her lecture, given on the occasion of this award, &#8220;The Humanities Are Not a Luxury.&#8221;  In the wake of SUNY Albany&#8217;s <a href="http://www.timesunion.com/default/article/Cuts-elicit-protests-at-university-712347.php">astonishing decision</a> to cut some key programs—French, classics, Russian, Italian and theatre—Smith talks with humor and a stable sort of passion about the humanities as an essential, indispensable part of what we do and are.  Here are some of the things that she says:</p>
<blockquote><p>There is no frigate, no bus, no plane, no space ship, no car, no train—none of these is like a book, like a song, like an operatic voice, like a painting, like a sculpture, like a drama. To help us imagine other lands and cultures, to help us cultivate that kind of compassion and empathy required for democracy, for practicing equality as a fundamental value, instead of the more primitive &#8216;better than&#8217;.</p></blockquote>
<p>And also:</p>
<blockquote><p>We should remind our administrators that the kind of education that enabled broad access to highest quality instruction and research, and made these United States a world leader—that kind of education can never be a gated community.  And it must be worldly, reaching beyond any nation-state.  Healthy, too, are reminders that business management is really not the best metaphor for knowledge workers.  As was noted in a recent article in the Chronicle of Higher Education, a better metaphor for knowledge workers is that of gardener.  We work in fields.  We cultivate.</p>
<p>What I&#8217;ve been pointing out is that unless you&#8217;re at home in the metaphor, unless you have had your proper poetical education in the metaphor, you are not safe anywhere.  Because you are not at ease with figurative values.  You don&#8217;t know the metaphor and its strength, and its weakness.  You don&#8217;t know how far you may expect to ride it, and when it may break down with you.  You are not safe in science, and you are not safe in history, unless you are at home with the metaphor.</p></blockquote>
<p>Smith rejects the rhetoric of a crisis in the humanities, a phrase often uttered.  For more on the state of the humanities, see Stanley Fish&#8217;s recent NYTimes opinion pieces: <a href="http://opinionator.blogs.nytimes.com/2010/10/11/the-crisis-of-the-humanities-officially-arrives/">&#8220;The Crisis of the Humanities Officially Arrives&#8221;</a> and its sequel, <a href="http://opinionator.blogs.nytimes.com/2010/10/18/crisis-of-the-humanities-ii/">&#8220;Crisis of the Humanities II.&#8221;</a> I find it more than a little odd that not once does Fish mention digital endeavors of any kind, but can&#8217;t say I&#8217;m surprised.  He didn&#8217;t mention them two years ago when asking <a href="http://opinionator.blogs.nytimes.com/2008/01/06/will-the-humanities-save-us/">whether the humanities would save us,</a> either.  I don&#8217;t subscribe to Fish&#8217;s opinions, but the articles and comments on them are thought provoking.  Martha Nell Smith&#8217;s lecture, on the other hand, I heartily endorse.  It&#8217;s well worth the hour and ten minutes it&#8217;ll take to watch the video.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2010/10/21/the-rule-of-beauty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>poetry is not a luxury</title>
		<link>http://www.wordsend.org/2010/10/20/poetry-is-not-a-luxury/</link>
		<comments>http://www.wordsend.org/2010/10/20/poetry-is-not-a-luxury/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 12:58:17 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[big wide world]]></category>
		<category><![CDATA[digital [humanities|libraries]]]></category>
		<category><![CDATA[love the world]]></category>
		<category><![CDATA[people]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/?p=1003</guid>
		<description><![CDATA[I came into work early today, and am taking some time to watch Martha Nell Smith&#8216;s Distinguished Scholar-Teacher lecture titled &#8220;The Humanities Are Not a Luxury: A Manifesto for the Twenty-First Century,&#8221; given this month at UMD. I love listening to Martha Nell talk: her perceptiveness and her wicked sense of humor are a good [...]]]></description>
			<content:encoded><![CDATA[<p>I came into work early today, and am taking some time to watch <a href="http://www.mith.umd.edu/mnsmith/">Martha Nell Smith</a>&#8216;s Distinguished Scholar-Teacher lecture titled <a href="http://www.english.umd.edu/news/2077#umd">&#8220;The Humanities Are Not a Luxury: A Manifesto for the Twenty-First Century,&#8221;</a> given this month at UMD.  I love listening to Martha Nell talk: her perceptiveness and her wicked sense of humor are a good in the world.  So, as much as I wish there were a transcription of the lecture, I think the video is worth watching, and recommend it.  (The lecture proper starts around minute 11-12.)</p>
<p>Meanwhile, though, have a quote from <a href="http://en.wikipedia.org/wiki/Audre_Lorde">Audre Lorde</a>: </p>
<blockquote><p>For women, then, poetry is not a luxury. It is a vital necessity of our existence. It forms the quality of the light within which we predicate our hopes and dreams toward survival and change, first made into language, then into idea, then into more tangible action. Poetry is the way we help give name to the nameless so it can be thought. The farthest horizons of our hopes and fears are cobbled by our poems, carved from the rock experiences of our daily lives.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2010/10/20/poetry-is-not-a-luxury/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>when it rains</title>
		<link>http://www.wordsend.org/2010/09/12/when-it-rains/</link>
		<comments>http://www.wordsend.org/2010/09/12/when-it-rains/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 01:31:49 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[digital [humanities|libraries]]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/2010/09/12/when-it-rains/</guid>
		<description><![CDATA[This coming week, everything happens at work. Tomorrow takes the cake, though: have to deal with a file share permissions emergency first thing; four meetings in the afternoon, back to back; and then the first evening session of the web application development course I&#8217;m taking. Then Friday I&#8217;m teaching the first iteration of the two-hour [...]]]></description>
			<content:encoded><![CDATA[<p>This coming week, everything happens at work. Tomorrow takes the cake, though: have to deal with a file share permissions emergency first thing; four meetings in the afternoon, back to back; and then the first evening session of the web application development course I&#8217;m taking. Then Friday I&#8217;m teaching the first iteration of the two-hour digital research methods workshop I wrote about here some weeks ago. </p>
<p>Exciting, all of it, but scary. On top of this, my mom is sick. (This is the part I&#8217;m compartmentalizing like crazy, because it would easily send me into panic if it were allowed to, and that&#8217;s just not helpful to anyone.)</p>
<p>On the plus sides, today was full of social goodness. Went to a brunch-and-Gattaca-showing, which was brilliant. Took a friend (and myself) shopping at a Russian supermarket. We were both sort of unreally happy with the experience, and talked and talked in the car both ways. Housemates were almost as pleased, and partook of the tasties. Then we watched Torchwood.</p>
<p>It&#8217;s pouring in every sense but the rainy. The weather is cool enough for sweatshirt and a scarf. All my nerve endings are at attention. Life&#8217;s edges are rather ill-defined, and frightening in this. Wouldn&#8217;t trade it, even if sometimes I need to be talked down from scraggly fear trees. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2010/09/12/when-it-rains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>digital research methods workshops: RFF</title>
		<link>http://www.wordsend.org/2010/08/02/drm-workshops-rff/</link>
		<comments>http://www.wordsend.org/2010/08/02/drm-workshops-rff/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 15:26:04 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[digital [humanities|libraries]]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/?p=971</guid>
		<description><![CDATA[I&#8217;m making a topic list for some digital research methods workshops. This is a request for feedback and/or supplements! Some background first. The school I work at is a theological seminary existing within a Research I university. The students in it are all [post]graduate: Master&#8217;s- and doctoral-level. Some degrees are more vocationally oriented; others—more research-oriented. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m making a topic list for some digital research methods workshops.  This is a request for feedback and/or supplements!</p>
<p>Some background first.  The school I work at is a theological seminary existing within a Research I university.  The students in it are all [post]graduate: Master&#8217;s- and doctoral-level.  Some degrees are more vocationally oriented; others—more research-oriented.  This refers to what the students do <em>after</em> they leave here; all of our graduate programs involve the usual amounts of traditional scholarship.  Some also involve field work.</p>
<p>I aim for these to be one-off, two-hour workshops offered to every student near the beginning of their time here.  There will be two different workshops, one for most of the Master&#8217;s-level students, the other for our advanced Master&#8217;s and all doctoral students.  The topic list is more or less the same, with different areas of emphasis for each workshop.  For those people writing theses and dissertations, there will be an additional hour-long workshop touching on things like how to properly format things in MS Word (sigh; yes, really—nobody teaches them this stuff!), open access, authorship etc.</p>
<p>These might more rightly be called digital scholarship primers, I don&#8217;t know.  In any case, &#8220;digital research methods&#8221; <em>might</em> be a misnomer. I actually don&#8217;t think that it is. Implicit in the topic list below is my belief that the use of digital resources that <em>feed</em> you information and the use of digital tools to directly <em>create</em> new knowledge are different skill sets, but both classifiable as digital research.  If you think I&#8217;m off the mark here, I&#8217;d welcome your reasoning—not to make you justify yourself, but to gain more perspective—and/or suggestions for other workshop titles.</p>
<p>Here&#8217;s what I have so far.  What would you add?  Do you see problems with my thinking that I&#8217;m not seeing?<span id="more-971"></span></p>
<ul>
<li>What digital scholarship is
<ul>
<li>not all scholarship that&#8217;s online is digital scholarship</li>
<li>not all digital scholarship is online</li>
<li>digital scholarship is not equivalent to digital publication</li>
<li>major communities in the humanities</li>
<li>digital theology, online and off</li>
</ul>
</li>
<li>Is this real scholarship?
<ul>
<li>you bet</li>
<li>but in many places it doesn&#8217;t count for promotion/tenure
<ul>
<li>briefly on the herarchy of knowledge production that informs your studies</li>
<li>this politics has no bearing on quality, either of digital or paper resources</li>
</ul>
</li>
<li>peer review for online resources</li>
<li>ultimately YOU have to decide whether it&#8217;s worth your time</li>
<li>whatever you intend do after STH, you&#8217;re a scholar now</li>
</ul>
</li>
<li>Why do people bother doing it digitally?
<ul>
<li>some things you can&#8217;t do analog</li>
<li>knowledge dissemination/access</li>
<li>the digital cannot replace the analog, and vice versa</li>
</ul>
</li>
<li>How digital scholarship is done
<ul>
<li>Father Busa and the <a href="http://www.corpusthomisticum.org/">Corpus Thomisticum</a></li>
<li>semantic encoding</li>
<li>3D imaging of artifacts</li>
<li>other [this is a big Other, of course. I'm looking to limit principal examples to ones most relevant to theology, but will also touch on examples from history, sociology, literary studies etc.]</li>
</ul>
</li>
<li>Why digital scholarship is relevant to you
<ul>
<li>some of it you can&#8217;t find anywhere else</li>
<li>it&#8217;s scholarship in your field.  not knowing it is knowing your field incompletely.</li>
</ul>
</li>
<li>How to find digital scholarly resources
<ul>
<li>searching the internet: more than the Google search box</li>
<li>how to evaluate for trustworthiness</li>
<li>a special note on Wikipedia: not a scholarly resource BUT uniquely useful.</li>
<li>some points of departure (Voice of the Shuttle, Intuit, WorldCat, library databases)</li>
<li>there&#8217;s a difference between digital scholarly resources and digital tools that let you find analog resources</li>
</ul>
</li>
<li>How to interact with digital scholarly resources
<ul>
<li>a few resource examples (including <a href="http://digilib.bu.edu/mission">History of Missiology</a>)</li>
<li>how to know what questions to ask</li>
<li>how to evaluate quality</li>
<li>peer reviewed resources vs. not-peer-reviewed ones</li>
<li>some problems to watch out for</li>
<li>data often obscure, particularly semantic encoding</li>
<li>how to cite digital resources</li>
</ul>
</li>
<li>General notes on digital research
<ul>
<li>research is iterative</li>
<li>digital research can span vast amounts of information or a single text</li>
<li>you can not only utilize what&#8217;s already available but make your contribution, too</li>
<li>you can use social media for research purposes (here&#8217;s how)</li>
</ul>
</li>
<li>Resources available at BU
<ul>
<li>me</li>
<li>new initiatives going on right now</li>
<li>look for events around <a href="http://openaccessweek.org/">Open Access Week</a> in October</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2010/08/02/drm-workshops-rff/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DHSI and free agency</title>
		<link>http://www.wordsend.org/2010/06/13/dhsi-and-free-agency/</link>
		<comments>http://www.wordsend.org/2010/06/13/dhsi-and-free-agency/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 21:31:42 +0000</pubDate>
		<dc:creator>vika</dc:creator>
				<category><![CDATA[digital [humanities|libraries]]]></category>
		<category><![CDATA[love the world]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.wordsend.org/?p=962</guid>
		<description><![CDATA[I&#8217;m on a plane from Seattle to Minneapolis and then to Boston, finishing up ten days of travel.  When we were taking off, Rainier Mountain just out my window was rising above the lower clouds, its head just touching the upper layer. Gorgeous and apt: the past week has given me new knowledge and a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m on a plane from Seattle to Minneapolis and then to Boston, finishing up ten days of travel.  When we were taking off, Rainier Mountain just out my window was rising above the lower clouds, its head just touching the upper layer. Gorgeous and apt: the past week has given me new knowledge and a wider perspective.</p>
<p>I attended the <a href="http://www.dhsi.org/">Digital Humanities Summer Institute</a> in Victoria!  This was made possible by the DHSI and by my dean, and I&#8217;m grateful to both.  The Institute&#8217;s ninth year was my first time attending, and it was an <em>intense</em> experience.  Something like 35 hours of instruction over five days; evening plenary talks and early-morning graduate student presentations for four of those.  I took the large project planning and management course with <a href="http://www.business.uvic.ca/faculty_staff/faculty/view/36">Lynne Siemens</a>. It was even more exciting and useful than I&#8217;d expected it to be. Who would&#8217;ve thought I&#8217;d be into project management?  But bring industry-born ideas about <span style="text-decoration: line-through;">cat herding</span> resource wrangling into academe, and I&#8217;m there.  We talked about juggling (often too-little) money and time and people, getting folks to be as excited about your ideas as  you are, getting your head around a project in the first place.  We had guest speakers in almost every class and got to <em>plan our own projects</em>.  All of this delightfully low-tech: I&#8217;m bringing back large sheets of flip-chart paper with wild scribbles and post-it notes.  Now to get grant funding for this thing.  (Grant application is in, but we don&#8217;t find out for a couple more months.  If we don&#8217;t get funded, I imagine we&#8217;ll apply again.  In any case, the training will be applicable in other contexts, not least of them the everyday juggling of activities at work.)</p>
<p>The best part, of course, were the people.  I saw some old friends and acquaintances, and finally got to spend a bunch of time around <a href="http://www.academicsandbox.com/blog/">Julie Meloni</a>, who is moving to Victoria to work as a postdoc at UVic&#8217;s <a href="http://etcl.uvic.ca/">Electronic Textual Cultures Lab</a>. (ETCL folks put on the Institute every summer—and let&#8217;s pause for a second to appreciate the work they do, and their success at it.)</p>
<p>Talking to Julie, and to <a href="http://www.jenterysayers.com/">Jentery Sayers</a>, and <a href="http://artsandscience.usask.ca/college/directory/display.php?bioid=798">Jon Bath</a>, and <a href="http://www.uoguelph.ca/phdlts/faculty/brown.html">Susan Brown</a>, and the many other folk I met at UVic,  one thing is clear: networked technologies are finally at a stage where they can be reliably and cheaply used for long-distance collaboration in the digital humanities.  There&#8217;s no substitute for in-person interaction, but it&#8217;s also increasingly easy to work together over arbitrary distances, meeting in the same place every once in a while.  This is changing our work process.  It&#8217;s no longer just that we can email Word documents back and forth.  We can use combinations of text/audio/video chat, <a href="http://docs.google.com/">collaborative editing environments</a>, remote <a href="https://www.dropbox.com/">file upload and syncing venues</a>, online <a href="http://basecamphq.com/">project management systems</a>, even <a href="http://www.zotero.org/">bibliography and research sharing systems</a> to work on projects <em>either</em> synchronously <em>or</em> asynchronously, as circumstances permit, at times across many timezones.  All of these tools have been available for some time, but have been clunky or expensive or not easily interoperable.  The recent explosion of networked tools and services (some of them created by and for academics) is a perfect storm for academic collaboration.</p>
<p>At the beginning of the DHSI week I got pretty discouraged about my self-imposed geographic restriction to Boston.  All this activity swirling around me, watching people who have found inspiration in working with one another, felt like being on the outside looking in.  Which is pretty ridiculous, all things considered: nobody can do everything, and I have a job in Boston that&#8217;s at least nominally a digital humanities/digital libraries job.  But it does get lonely at BU sometimes.  There isn&#8217;t much DH activity either at the university or generally in New England. (Sure, <a href="http://library.brown.edu/cds/">Brown University</a> is just an hour away, and <a href="http://thatcampnewengland.org/">THATCamp New England</a> has just opened for applications.  But given that we&#8217;re in CollegeTownUSA land, there&#8217;s still woefully little DH work going on around here.  It&#8217;s ramping up, but slowly.)</p>
<p>Well, seems like there&#8217;s nothing like a little live interaction to get things going.  Seems I&#8217;m about to get involved in a couple of projects that will feed me in ways that will supplement the satisfaction I draw from current in-person work.  This is good both for me and for my workplace.  Information will flow through more channels, inspiration can be distributed. Perspective allows serendipity to do its unpredictable future thing.</p>
<p>I love Boston, and have good reasons to live where I live. This has meant passing on multiple opportunities to apply for jobs I&#8217;d no doubt enjoy. But I&#8217;ve placed a high priority on being near my people. It was a hard decision to make when I made it, but the rewards are constant and significant. And now, the trade-off doesn&#8217;t seem as big as it did even only three years ago.</p>
<p>Being a free agent in the age of networked communication is pretty exciting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordsend.org/2010/06/13/dhsi-and-free-agency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

